@import url("https://use.fontawesome.com/releases/v5.2.0/css/all.css");
.cmp-global-footer {
    background-color: #000000;
}

.cmp-global-footer__row {
    border-top: 1px solid #a7a7a7;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -1px;
}


.custom-html--sitecore {
    padding: 0;
    margin: 0;
}

.custom-html--sitecore .body-content {
    margin-top: 0px;
}

.custom-html--sitecore .marquee {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
    background: #F5F5F5;
}

.custom-html--sitecore img.img-marquee-1 {
    width: 100%;
    position: absolute;
    top: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -45%);
}

.custom-html--sitecore img.img-marquee-2 {
    width: 100%;
    position: absolute;
    top: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.custom-html--sitecore video.vid-1 {
    position: absolute;
    z-index: 0;
    width: 60%;
    top: -30%;
    right: 0;
}

.custom-html--sitecore h2 {
    font-family: "Graphik", "Arial", Sans-Serif !important;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 68px;
    letter-spacing: -0.02em;
}

.custom-html--sitecore p {
    font-family: "Graphik", "Arial", Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: -0.02em;
}

.custom-html--sitecore p.title {
    font-family: "Graphik", "Arial", Sans-Serif !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
}

.custom-html--sitecore h3.subheader {
    font-family: "Graphik", "Arial", Sans-Serif !important;
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px;
    letter-spacing: -0.02em;
}

.custom-html--sitecore p.quotes {
    padding: 20px 0px 0px 20px;
    font-family: "Graphik", "Arial", Sans-Serif !important;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 43px;
    letter-spacing: -0.02em;
    text-align: left;
}

.custom-html--sitecore .light-purple {
    color: #EBB0FF;
}

.custom-html--sitecore .purple {
    color: #BC01FF;
}

.custom-html--sitecore .white {
    color: #FFF;
}

.custom-html--sitecore .section-container.section-marque {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #FFFFFF;
    opacity: 0;
    transition: opacity 1s ease;
    z-index: 4;
    top: 0;
}

.custom-html--sitecore .section-container.section-marque.isactive {
    opacity: 1;
}

.custom-html--sitecore .section-container.section-marque.reindex {
    z-index: 0;
}

.custom-html--sitecore .section-marque .content-header {
    position: absolute;
    text-align: center;
    color: #fff;
    top: 55% !important;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
}

.custom-html--sitecore .marquee .content-header h1 {
    color: #fff;
    font-family: "Graphik", "Arial", Sans-Serif !important;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.02em;
    text-align: center;
    transform: scale(3);
    opacity: 0;
    transition: all 1s ease-out;
}

.custom-html--sitecore .marquee .content-header.isactive h1 {
    transform: scale(1);
    opacity: 1;
}

.custom-html--sitecore .section-marque .ac-m h2.subheader {
    font-size: 32px;
    line-height: 40px;
}

.custom-html--sitecore .marquee .content-header h2.subheader {
    color: #fff;
    text-align: center;
}

.custom-html--sitecore .marquee .content-header h2.subheader {
    position: relative;
    top: 20px;
    opacity: 0;
    transition: all 0.4s ease-out;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.02em;
    margin-bottom: 2.56rem;
}

.custom-html--sitecore .marquee .content-header.isactive h2.subheader.isactive {
    top: 0px;
    opacity: 1;
    transition-delay: 0.3s;
}

.custom-html--sitecore .section-marque video.img-marquee-1 {
    width: 100%;
    position: absolute;
    top: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3 ease;
}

.custom-html--sitecore .section-marque video.img-marquee-1.isactive {
    opacity: 1;
}

.custom-html--sitecore .section-marque video.img-marquee-1 {
    opacity: 0;
}

.custom-html--sitecore .scroll-container {
    position: absolute;
    bottom: 20%;
    left: 50%;
    color: #fff;
    text-align: center;
    width: 80px;
    height: 80px;
    border: 1.5px solid #fff;
    border-radius: 50%;
    padding: 15px 10px;
    opacity: 0;
    transform: translateX(-50%) scale(1.1);
    box-shadow: 0 0 0 0 #ffffff;
    animation: pulse 2s infinite;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 1024px) {
    .custom-html--sitecore .scroll-container {
        width: 70px;
        height: 70px;
        border: 1.5px solid #fff;
        border-radius: 50%;
        padding: 10px 5px;
    }
}

.custom-html--sitecore .scroll-container.isactive {
    opacity: 1;
    transition: opacity 0.7s ease-out 1s;
}

.custom-html--sitecore svg.scroll-svg {
    height: 16px;
    position: relative;
    animation: movedown 2s infinite;
}

@keyframes movedown {
    0% {
        top: 0px;
    }

    100% {
        top: 10px;
    }
}

@keyframes pulse {
    0% {
        transform: translateX(-50%) scale(1.05);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    }

    70% {
        transform: translateX(-50%) scale(1.1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        transform: translateX(-50%) scale(1.05);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.custom-html--sitecore .arrow-i-down {
    position: absolute;
    left: 50%;
    transform: translateX(50%);
    bottom: 10%;
    cursor: pointer;
    z-index: 9;
}

.custom-html--sitecore .arrow-i {
    border: solid #fff;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 12px;
    transition: border 0.6s ease;
    position: relative;
}

.custom-html--sitecore .arrow-i.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.custom-html--sitecore .section-marque video.img-marquee-2 {
    width: 100%;
    position: absolute;
    top: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.custom-html--sitecore .section-marque .ac-m,
.custom-html--sitecore .section-marque .ac-1,
.custom-html--sitecore .section-marque .ac-2,
.custom-html--sitecore .section-marque .ac-3,
.custom-html--sitecore .section-marque .ac-4,
.custom-html--sitecore .section-marque .ac-5 {
    opacity: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0);
}

.custom-html--sitecore .section-marque .ac-m .content-header {
    opacity: 1;
}

.custom-html--sitecore .section-marque .ac-2.isactive .content-header,
.custom-html--sitecore .section-marque .ac-3.isactive .content-header,
.custom-html--sitecore .section-marque .ac-4.isactive .content-header,
.custom-html--sitecore .section-marque .ac-5.isactive .content-header {
    transition: opacity 0.7s ease-out;
    opacity: 1;
}

.custom-html--sitecore .section-marque .ac-2 .content-header h3.subheader,
.custom-html--sitecore .section-marque .ac-3 .content-header h3.subheader,
.custom-html--sitecore .section-marque .ac-4 .content-header h3.subheader,
.custom-html--sitecore .section-marque .ac-5 .content-header h3.subheader {
    transition: transform 0.7s ease-out, opacity 0.7s ease-out;
    transform: scale(0.2);
    opacity: 0;
}

.custom-html--sitecore .section-marque .ac-2.isactive .content-header .subheader,
.custom-html--sitecore .section-marque .ac-3.isactive .content-header .subheader,
.custom-html--sitecore .section-marque .ac-4.isactive .content-header .subheader,
.custom-html--sitecore .section-marque .ac-5.isactive .content-header .subheader {
    transform: scale(1);
    opacity: 1;
}

.custom-html--sitecore .section-marque .ac-2.isactive.isexit .content-header .subheader,
.custom-html--sitecore .section-marque .ac-3.isactive.isexit .content-header .subheader,
.custom-html--sitecore .section-marque .ac-4.isactive.isexit .content-header .subheader,
.custom-html--sitecore .section-marque .ac-5.isactive.isexit .content-header .subheader {
    transform: scale(3);
    opacity: 0;
}

.custom-html--sitecore .section-marque .ac-1,
.custom-html--sitecore .section-marque .ac-3 {
    transition: opacity 0.5s ease-out 0.3s;
}

.custom-html--sitecore .section-marque .ac-m.isactive,
.custom-html--sitecore .section-marque .ac-1.isactive,
.custom-html--sitecore .section-marque .ac-2.isactive,
.custom-html--sitecore .section-marque .ac-3.isactive,
.custom-html--sitecore .section-marque .ac-4.isactive,
.custom-html--sitecore .section-marque .ac-5.isactive {
    z-index: 1;
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .custom-html--sitecore .section-container.section-marque {
        position: relative;
        height: auto;
    }

    .custom-html--sitecore .section-marque .ac-m {
        margin-top: 50px;
        z-index: 3 !important;
    }

    .custom-html--sitecore .section-marque .ac-m,
    .custom-html--sitecore .section-marque .ac-1,
    .custom-html--sitecore .section-marque .ac-3,
    .custom-html--sitecore .section-marque .ac-5 {
        z-index: 1;
        opacity: 1;
        position: relative;
        height: auto;
    }

    .custom-html--sitecore .section-marque video.img-marquee-1,
    .custom-html--sitecore .section-marque video.img-marquee-2 {
        width: 100%;
        position: relative;
        left: unset;
        top: unset;
        transform: unset;
    }

    .custom-html--sitecore .section-marque .marquee .content-header {
        top: 45%;
        left: 60%;
        width: 100%;
    }

    .custom-html--sitecore .section-marque .animate-container.ac-4.isactive {
        top: 34%;
    }

    .custom-html--sitecore .marquee .content-header h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .custom-html--sitecore h3.subheader {
        font-size: 14px;
        line-height: 14px;
    }

    .custom-html--sitecore .scroll-container {
        position: absolute !important;
        bottom: 5%;
        transform: translateX(-50%) scale(0.5);
    }
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {

    .custom-html--sitecore .section-marque video.img-marquee-1,
    .custom-html--sitecore .section-marque video.img-marquee-2 {
        width: 120%;
    }
}

.custom-html--sitecore .animate-container {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.custom-html--sitecore .section-container.section-container-1 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #FFFFFF;
    text-align: left !important;
    padding-top: 1000px;
}

.custom-html--sitecore .section-container-1 .content-header {
    position: absolute;
    color: #fff;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.custom-html--sitecore .section-container-1 .content-text p {
    text-align: left;
}

.custom-html--sitecore .section-container-1 .content-text img {
    width: 100%;
}

.custom-html--sitecore .author-section {
    padding-right: 4%;
    text-align: left;
}

.custom-html--sitecore .author-name {
    font-family: "Graphik", "Arial", Sans-Serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 109.5%;
    margin-bottom: 5px !important;
    letter-spacing: -0.02em;
}

.custom-html--sitecore .section-container-1 .btn-download {
    position: relative;
    right: -70%;
    width: 290px;
    text-align: center;
    border: 2px solid #004DFF;
    border-radius: 20px;
    padding: 5px;
    color: #004DFF;
    margin-bottom: 20px;
}

.custom-html--sitecore .section-container-1 .btn-download svg.btn-arrow-down {
    right: 15px;
    position: absolute;
    height: 60%;
    border-bottom: 2px solid #004DFF;
}

.custom-html--sitecore .section-container.section-container-2 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #FFFFFF;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.7s ease-out;
}

.custom-html--sitecore .section-container.section-container-2.isactive {
    opacity: 1;
    z-index: 2;
    transform: scale(0.8) translate(0, 11%);
}

@media (min-width: 1600px) {
    .custom-html--sitecore .section-container.section-container-2.isactive {
        transform: scale(0.8) translate(0, 8%);
    }
}

.custom-html--sitecore .section-container-2 .content-header {
    position: absolute;
    text-align: center;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-html--sitecore .section-container-2 video.img-marquee-2 {
    width: 100%;
    position: absolute;
    top: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.custom-html--sitecore .section-container-2 .ac-1,
.custom-html--sitecore .section-container-2.ac-2 {
    opacity: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0);
}

.custom-html--sitecore .section-container-2 .ac-2.isactive .content-header {
    transition: opacity 0.7s ease-out;
    opacity: 1;
}

.custom-html--sitecore .section-container-2 .ac-2 .content-header h3.subheader {
    transition: transform 0.7s ease-out, opacity 0.7s ease-out;
    transform: scale(0.2);
    opacity: 0;
}

.custom-html--sitecore .section-container-2 .ac-2.isactive .content-header .subheader {
    transform: scale(1);
    opacity: 1;
}

.custom-html--sitecore .section-container-2 .ac-2.isactive.isexit .content-header .subheader {
    transform: scale(3);
    opacity: 0;
}

.custom-html--sitecore .section-container-2 .ac-1.isactive,
.custom-html--sitecore .section-container-2 .ac-2.isactive {
    z-index: 1;
    opacity: 1;
}

.custom-html--sitecore .section-container.section-container-3 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #FFFFFF;
    z-index: 0;
    top: -160vh;
    margin-bottom: -160vh;
}

.custom-html--sitecore .section-container-3 .content-header {
    position: absolute;
    text-align: center;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-html--sitecore .section-container-3 .content-text p {
    text-align: left;
}

.custom-html--sitecore .section-container-3 .content-text img {
    width: 100%;
}

.custom-html--sitecore .section-container.section-container-4 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #FFFFFF;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.7s ease-out;
}

.custom-html--sitecore .section-container.section-container-4.isactive {
    opacity: 1;
    z-index: 2;
    transform: scale(0.8) translate(0, 11%);
}

@media (min-width: 1600px) {
    .custom-html--sitecore .section-container.section-container-4.isactive {
        transform: scale(0.8) translate(0, 8%);
    }
}

.custom-html--sitecore .section-container-4 .content-header {
    position: absolute;
    text-align: center;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-html--sitecore .section-container-4 video.img-marquee-2 {
    width: 100%;
    position: absolute;
    top: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.custom-html--sitecore .section-container-4 .ac-1,
.custom-html--sitecore .section-container-4 .ac-2 {
    opacity: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0);
}

.custom-html--sitecore .section-container-4 .ac-2.isactive .content-header {
    transition: opacity 0.7s ease-out;
    opacity: 1;
}

.custom-html--sitecore .section-container-4 .ac-2 .content-header h3.subheader {
    transition: transform 0.7s ease-out, opacity 0.7s ease-out;
    transform: scale(0.2);
    opacity: 0;
}

.custom-html--sitecore .section-container-4 .ac-2.isactive .content-header .subheader {
    transform: scale(1);
    opacity: 1;
}

.custom-html--sitecore .section-container-4 .ac-2.isactive.isexit .content-header .subheader {
    transform: scale(3);
    opacity: 0;
}

.custom-html--sitecore .section-container-4 .ac-1.isactive,
.custom-html--sitecore .section-container-4 .ac-2.isactive {
    z-index: 1;
    opacity: 1;
}

.custom-html--sitecore .section-container.section-container-5 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #FFFFFF;
    z-index: 0;
    top: -60vh;
    margin-bottom: -60vh;
}

.custom-html--sitecore .section-container-5 .content-header {
    position: absolute;
    text-align: center;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-html--sitecore .section-container-5 .content-text p {
    text-align: left;
}

.custom-html--sitecore .section-container-5 .content-text img {
    width: 100%;
}

.custom-html--sitecore .three-way-img {
    width: 90%;
    transform: scale(1);
    transition: transform 0.4s ease-out;
}

.custom-html--sitecore .three-way-img.isactive {
    transform: scale(1.4);
}

.custom-html--sitecore .section-container.section-container-6 {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
    background: #fff;
}

.custom-html--sitecore .section-container-6 .ac-2 {
    opacity: 0;
}

.custom-html--sitecore .section-container-6 .ac-2.isactive {
    opacity: 1;
    background: #000;
}

.custom-html--sitecore .section-container-6 .ac-2 .img-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -48%);
}

@media screen and (max-width: 1024px) {
    .custom-html--sitecore img.img-marquee-2-mobile.hidden-lg.hidden-md {
        height: 100%;
        position: relative;
        left: 30%;
        transform: translateX(-50%);
    }
}

.custom-html--sitecore .section-container.section-container-7 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #FFF;
    margin: 100px 0px;
}

.custom-html--sitecore .section-container.section-container-8 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #FFF;
}

.custom-html--sitecore .section-container-8 .content-header {
    position: absolute;
    text-align: center;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-html--sitecore .section-container.section-container-9 {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #FFF;
}

.custom-html--sitecore .section-container.section-container-9 .content-text {
    padding-bottom: 100px;
}

.custom-html--sitecore .section-container.section-container-10 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #FFF;
}

.custom-html--sitecore .section-container-10 .ac-2 {
    opacity: 0;
}

.custom-html--sitecore .section-container-10 .ac-2 .img-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-49%, -47%);
}

.custom-html--sitecore .section-container-10 .ac-2.isactive {
    opacity: 1;
}

.custom-html--sitecore .section-container.section-container-11 {
    position: relative;
    width: 100%;
    /* height: 100vh; */
    overflow: hidden;
    background: #FFF;
    padding: 100px 0px;
}

.custom-html--sitecore .section-container.section-container-12 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #FFF;
}

.custom-html--sitecore .section-container-12 .animate-container {
    left: 50%;
    max-width: 833px;
    transform: translateX(-50%);
}

.custom-html--sitecore .section-container-12 .animate-container .content-subheader {
    overflow: hidden;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.custom-html--sitecore .section-container-12 .animate-container .content-subheader h2,
.custom-html--sitecore .section-container-12 .animate-container .content-subheader p {
    position: relative;
    left: -100%;
    opacity: 0;
}

.custom-html--sitecore .section-container-12 .animate-container.isactive .content-subheader h2 {
    transition: all 0.6s ease;
    opacity: 1;
    left: 0%;
}

.custom-html--sitecore .section-container-12 .animate-container.isactive .content-subheader p {
    transition: all 0.6s ease;
    opacity: 1;
    left: 0%;
    transition-delay: 0.2s;
}

.custom-html--sitecore .section-container-12 .animate-container .content-text {
    position: relative;
    opacity: 0;
    top: 55%;
    transform: translateY(-50%);
}

.custom-html--sitecore .section-container-12 .animate-container.isactive .content-text {
    transition: all 0.6s ease;
    opacity: 1;
    top: 50%;
    transition-delay: 0.4s;
}

.custom-html--sitecore .section-container.section-container-13 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #F5F5F5;
}

.custom-html--sitecore .section-container-13 .content-header {
    position: absolute;
    text-align: center;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-html--sitecore .section-container-13 .content-header h2,
.custom-html--sitecore .section-container-13 .content-header h3.subheader {
    position: relative;
    top: 20px;
    opacity: 0;
}

.custom-html--sitecore .section-container-13 .ac-2.isactive {
    transition: background-color 0.6s ease;
    background-color: #ffffff;
}

.custom-html--sitecore .section-container-13 .ac-2.isactive .content-header h2 {
    transition: top 0.6s ease, opacity 0.4s ease;
    top: 0px;
    opacity: 1;
}

.custom-html--sitecore .section-container-13 .ac-2.isactive .content-header h3.subheader {
    transition: top 0.6s ease 0.2s, opacity 0.4s ease 0.2s;
    top: 0px;
    opacity: 1;
}

.custom-html--sitecore .section-container-13 .ac-3 {
    background-color: #ffffff;
    opacity: 0;
}

.custom-html--sitecore .section-container-13 .ac-3 .content-text {
    position: absolute;
    text-align: left;
    color: #111;
    top: 55%;
    left: 50%;
    max-width: 833px;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.custom-html--sitecore .section-container-13 .ac-3.isactive {
    opacity: 1;
}

.custom-html--sitecore .section-container-13 .ac-3.isactive .content-text {
    transition: all 0.6s ease 0.2s;
    opacity: 1;
    top: 50%;
}

.custom-html--sitecore .section-container.section-container-14 {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #F5F5F5;
}

.custom-html--sitecore .carousel,
.custom-html--sitecore .carousel-inner,
.custom-html--sitecore .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.custom-html--sitecore .carousel-inner:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 82%;
    left: 0;
    content: "";
    display: block;
    background-color: #fff;
    z-index: 2;
}

.custom-html--sitecore .carousel-inner:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 66%;
    content: "";
    display: block;
    background-color: #fff;
    z-index: 2;
}

.custom-html--sitecore .carousel-control.left,
.custom-html--sitecore .carousel-control.right {
    background: initial;
    width: 30%;
    color: #000;
    z-index: 10;
    top: -10px;
}

.custom-html--sitecore .carousel-description {
    max-width: 500px;
    position: absolute;
    right: 2%;
    z-index: 1;
}

.custom-html--sitecore ol.carousel-indicators {
    text-align: right;
}

.custom-html--sitecore .carousel-indicators li,
.custom-html--sitecore .carousel-indicators .active {
    width: 10px;
    height: 20px;
    border-radius: 50%;
}

.custom-html--sitecore .cta-btn-icon.btn-arrow {
    border: 1px solid #004DFF;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.custom-html--sitecore .cta-btn-icon.btn-arrow.btn-arrow-left {
    top: 0px;
    right: 0px;
}

.custom-html--sitecore .cta-btn-icon.btn-arrow.btn-arrow-right {
    top: 0px;
    right: 0px;
}

.custom-html--sitecore .cta-btn-icon.btn-arrow .left-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-html--sitecore .cta-btn-icon.btn-arrow .right-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
}

.custom-html--sitecore span.btn-arrow-label {
    position: relative;
    bottom: 20px;
    font-family: "Graphik Normal", "Arial", Sans-Serif;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 3px;
}

.custom-html--sitecore .progress-nav-bar {
    position: fixed;
    top: 70px;
    z-index: 15;
    width: 100%;
    height: 8px;
    background-color: #F2F2F2;
    transition: height 0.3s ease;
}

.custom-html--sitecore .progress-nav-bar-roller {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    height: 8px;
    width: 0%;
    transition: height 0.3s ease;
}

.custom-html--sitecore .progress-nav-bar.isactive {
    height: 5.7rem;
}

.custom-html--sitecore .progress-nav-bar.isactive .progress-nav-bar-roller {
    height: 5.7rem;
}

.custom-html--sitecore .progress-nav-bar:hover {
    height: 5.7rem;
}

.custom-html--sitecore .progress-nav-bar:hover .progress-nav-bar-roller {
    height: 5.7rem;
}

.custom-html--sitecore .progress-nav-bar-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.custom-html--sitecore .nav-bar-menu {
    line-height: 1.6rem;
    width: auto;
    text-align: left;
    font-size: 1.28rem;
    float: left;
    height: 5.7rem;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.3% 1.5%;
}

.custom-html--sitecore .nav-bar-menu span {
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    position: relative;
}

.custom-html--sitecore .nav-bar-menu.greybg {
    background-color: #F2F2F2;
}

.custom-html--sitecore .nav-bar-menu-0 {
    width: 5%;
    text-align: center;
    padding: 1.5em;
}

.custom-html--sitecore .nav-bar-menu-0 svg {
    transition: transform 0.6s ease;
    transform: rotate(0deg);
}

.custom-html--sitecore .nav-bar-menu-0.rotatesvg svg {
    transform: rotate(-90deg);
}

.custom-html--sitecore .progress-nav-bar.isactive .nav-bar-menu {
    transition-delay: 0.1s;
    opacity: 1;
    color: #111;
}

.custom-html--sitecore .nav-bar-menu .bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #c3c3c3;
    z-index: -1;
}

.custom-html--sitecore .nav-bar-menu.run:after {
    transition: width 3s ease;
    width: 5%;
    z-index: -1;
}

@media screen and (max-width: 1200px) {
    .custom-html--sitecore .progress-nav-bar .progress-nav-bar-roller {
        background-color: #c4c4c4;
    }
}

@media screen and (max-width: 1024px) {
    .custom-html--sitecore .progress-nav-bar {
        top: 50px;
    }

    .custom-html--sitecore .progress-nav-bar.isactive {
        height: 40px;
    }

    .custom-html--sitecore .progress-nav-bar.isactive .nav-bar-menu {
        line-height: 16px;
    }

    .custom-html--sitecore .progress-nav-bar-menu {
        display: none;
    }

    .custom-html--sitecore #block-header #header-topnav .nav-submenu.panel {
        height: auto;
        width: auto;
    }

    .custom-html--sitecore .progress-nav-bar:hover {
        height: 8px;
    }

    .custom-html--sitecore .progress-nav-bar:hover .progress-nav-bar-roller {
        height: 8px;
    }
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee {
    position: fixed;
    top: 50%;
    left: 1%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 11;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee.isActive {
    z-index: 3;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon {
    padding-bottom: 10px;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger {
    display: block;
    text-align: center;
    padding: 10px;
    color: #676767;
    border: 1px solid #676767;
    border-radius: 50%;
    font-size: 20px;
    height: 42px;
    width: 42px;
    position: relative;
    opacity: 0;
    cursor: pointer;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.twitter {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    top: 2500px;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.linkedin {
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    top: 2500px;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.facebook {
    -webkit-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
    top: 2500px;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.mail {
    -webkit-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
    top: 2500px;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon.isActive .social-icon-trigger {
    top: 0;
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger svg {
    height: 100%;
    width: 100%;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger svg path {
    fill: #676767;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon:hover .social-icon-trigger:hover {
    background-color: #676767;
    color: #fff;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon:hover .social-icon-trigger:hover svg path {
    fill: #fff;
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section {
    position: fixed;
    top: 50%;
    left: 1%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section.isActive {
    z-index: 3;
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon {
    padding-bottom: 10px;
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger {
    display: block;
    text-align: center;
    padding: 10px;
    color: #028FFF;
    border: 1px solid #028FFF;
    border-radius: 50%;
    font-size: 20px;
    height: 42px;
    width: 42px;
    position: relative;
    opacity: 0;
    cursor: pointer;
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.twitter {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    top: 2500px;
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.linkedin {
    -webkit-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
    top: 2500px;
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.facebook {
    -webkit-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
    top: 2500px;
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.mail {
    -webkit-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
    top: 2500px;
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon.isActive .social-icon-trigger {
    top: 0;
    opacity: 1;
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon:hover .social-icon-trigger:hover {
    background-color: #028FFF;
    color: #fff;
}

.custom-html--sitecore .tv-quickaccess {
    position: fixed;
    z-index: 100;
    right: 0;
    top: 150%;
    display: block;
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    width: 105px;
    height: 105px;
}

.custom-html--sitecore .tv-quickaccess.isActive {
    top: 25%;
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item {
    cursor: pointer;
    position: absolute;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-family: "Graphik Medium", "Arial Black", sans-serif;
    font-size: 8px;
    line-height: 9px;
    border: 0;
    width: 105px;
    height: 105px;
    min-height: 105px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item:hover {
    background-color: #A100FF;
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.shide {
    top: 0 !important;
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads {
    top: 0;
    z-index: 5;
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads i.close-download {
    font-size: 24px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive a,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive a span {
    color: #A100FF !important;
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive:hover a,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive:hover a span {
    color: #fff !important;
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive i.close-download {
    font-size: 24px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.full-report {
    top: 105px;
    z-index: 4;
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.short-report {
    top: 210px;
    z-index: 3;
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-share {
    top: 309px;
    z-index: 2;
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-info {
    top: 410px;
    z-index: 1;
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.short-report1 {
    top: 345px;
    z-index: 3;
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item a,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item div.btn-download {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    font-size: 8px;
    line-height: 9px;
    color: #fff;
    display: block;
    padding: 5px;
    padding-top: 18px;
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item a span,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item div.btn-download span {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    clear: both;
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    padding: 5px;
}

.custom-html--sitecore .tv-quickaccess-mobile.isActive {
    display: block;
}

.custom-html--sitecore .tv-quickaccess-mobile {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: -150%;
    display: block;
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    width: 40px;
    height: 40px;
}

.custom-html--sitecore .tv-quickaccess-mobile.isActive {
    bottom: 3%;
    right: 3%;
}

.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item {
    cursor: pointer;
    position: absolute;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-family: "Graphik Medium", "Arial Black", sans-serif;
    font-size: 8px;
    line-height: 9px;
    border: 0;
    width: 40px;
    height: 40px;
    min-height: 40px;
    border-radius: 50%;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.custom-html--sitecore .tv-quickaccess-mobile .btn-download {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item:hover {
    background-color: #A100FF;
}

.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.shide {
    bottom: 0 !important;
}

.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads {
    bottom: 0;
    z-index: 5;
}

.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads i.close-download {
    font-size: 24px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive a,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive a span {
    color: #A100FF !important;
}

.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive:hover a,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive:hover a span {
    color: #fff !important;
}

.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive i.close-download {
    font-size: 24px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.full-report {
    bottom: 41px;
    z-index: 4;
}

.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.short-report {
    bottom: 82px;
    z-index: 3;
}

.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.slide-share {
    bottom: 123px;
    z-index: 2;
}

.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.slide-info {
    bottom: 124px;
    z-index: 1;
}

.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item a,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item div.btn-download {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    font-size: 8px;
    line-height: 9px;
    color: #fff;
    display: block;
    padding: 12px;
}

.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item a span,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item div.btn-download span {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    clear: both;
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    padding: 5px;
}

@media (min-width: 768px) {

    .custom-html--sitecore div#block-section-2,
    .custom-html--sitecore div#block-section-3 {
        margin-top: -12rem;
    }
}

@media screen and (max-width: 1024px) {
    .custom-html--sitecore .marquee {
        position: relative;
        width: 100%;
        height: auto;
    }

    .custom-html--sitecore img.img-marquee-mobile {
        width: 100%;
        padding-top: 20px;
    }

    .custom-html--sitecore img.img-marquee-1,
    .custom-html--sitecore img.img-marquee-2 {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
    }

    .custom-html--sitecore .section_wrapper_adjustment {
        padding: 0 !important;
        min-height: auto !important;
    }

    .custom-html--sitecore .arrow-i-down {
        transform: translate(-50%, -25%) !important;
    }

    .custom-html--sitecore .section-container.section-container-1 {
        padding: 0 !important;
    }

    .custom-html--sitecore .section-container.section-container-2.isactive,
    .custom-html--sitecore .section-container.section-container-4.isactive {
        transform: none !important;
    }

    .custom-html--sitecore .tv-quickaccess.isActive {
        top: 150%;
    }
    .custom-html--sitecore .section-container.section-container-2.isactive{
        margin-top: 7.2rem !important;
    }
    .custom-html--sitecore .section-container.section-container-4.isactive {
        margin-top: 11.2rem !important;
    }
}

@media screen and (max-width: 767px) {
    .custom-html--sitecore .section-marque .ac-2.isactive .content-header {
        top: 75%;
    }

    .custom-html--sitecore #module_wrapper_4 {
        margin-top: -8rem !important;
    }
}

@import url("https://use.fontawesome.com/releases/v5.2.0/css/all.css");

.custom-html--sitecore .section-container-1 p.sub-title {
    font-family: "Graphik light", "Arial", Sans-Serif;
    font-size: 1.5em;
    line-height: 1.5;
    text-align: center;
    padding: 10%;
    padding-bottom: 5%;
}

@media only screen and (max-width: 1024px) {
    .custom-html--sitecore .section-container-1 p.sub-title {
        font-size: 21px;
        line-height: 30px;
        padding: 9%;
    }
}

.custom-html--sitecore .img-container img {
    width: 100%;
}

.custom-html--sitecore img.img-quote {
    max-width: 126px;
}

.custom-html--sitecore .cta-more.isactive {
    color: #004DFF;
    position: relative;
    width: auto;
    padding: 10px;
    bottom: 10%;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.6s ease;
    display: inline-block;
}

.custom-html--sitecore .cta-more-box {
    left: 0;
    top: 3px;
    width: 36px;
    height: 36px;
    border: 1px solid #008EFF;
    border-radius: 50px;
    transition-delay: 0.2s;
    position: absolute;
    transition: all 0.4s ease;
}

.custom-html--sitecore .cta-more-arrow {
    position: absolute;
    left: 20px;
    height: 15px;
    top: 8px;
    opacity: 1 !important;
    transition-delay: 0.6s;
}

.custom-html--sitecore svg.img-arrow-right {
    width: 24px;
    position: absolute;
}

.custom-html--sitecore .cta-more-label {
    margin-left: 45px;
    opacity: 1;
    transition: opacity 0.7s ease 0.8s;
    text-align: left;
    color: #008EFF;
}

.custom-html--sitecore .section-container.section-container-1 {
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .custom-html--sitecore {
        /*section#redesign-main {
  background-color: #FFF;
  background-size: 30px 30px, 30px 30px, 10px 10px, 10px 10px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
  background-image: -webkit-linear-gradient(#A100FF 1px, transparent 1px), -webkit-linear-gradient(0, #A100FF 1px, transparent 1px), -webkit-linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), -webkit-linear-gradient(0, rgba(255,255,255,.3) 1px, transparent 1px);
  background-image: -moz-linear-gradient(#A100FF 1px, transparent 1px), -moz-linear-gradient(0, #A100FF 1px, transparent 1px), -moz-linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), -moz-linear-gradient(0, rgba(255,255,255,.3) 1px, transparent 1px);
  background-image: linear-gradient(#A100FF 0px, transparent 0.4px), linear-gradient(90deg, #A100FF 0px, transparent 0.4px);
  border-top: 1px solid #A100ff;
  border-bottom: 1px solid #A100ff;
  overflow: hidden;
  } */
    }

    .custom-html--sitecore .content-text {
        padding: 10% 10% 10%;
    }

    .custom-html--sitecore .no-mobile-ipad {
        display: none;
    }
}

@media only screen and (min-width: 1025px) {
    .custom-html--sitecore .section-container-1 .cta-more.isactive:hover .cta-more-box {
        width: 103%;
    }
}

.custom-html--sitecore .section-container-3 .content-text ul{
    list-style-type: disc;
}

.custom-html--sitecore .section-container-3 .content-text-left .title,
.custom-html--sitecore .section-container-3 .content-text-right .title {
    font-family: "Graphik Normal", "Arial", Sans-Serif;
    font-size: 32px;
    line-height: 32px;
}

.custom-html--sitecore .section-container-3 .content-text-left .trend-link,
.custom-html--sitecore .section-container-3 .content-text-right .trend-link,
.custom-html--sitecore .descriptions span.blue {
    font-family: "Graphik Semibold", "Arial", Sans-Serif;
    font-size: 1.125em;
    color: #008EFF;
    font-weight: bold;
}

.custom-html--sitecore .section-container-3 .content-text-left .descriptions,
.custom-html--sitecore .section-container-3 .content-text-right .descriptions {
    font-family: "Graphik light", "Arial", Sans-Serif;
    font-size: 1.125em;
}

.custom-html--sitecore .section-container-4 .content-text-vid .title {
    font-family: "Graphik Normal", "Arial", Sans-Serif;
    font-size: 30px;
    line-height: 30px;
    color: #008EFF;
}

.custom-html--sitecore .section-container-4 .content-text-vid .description {
    font-family: "Graphik light", "Arial", Sans-Serif;
    font-size: 1.6rem;
}

.custom-html--sitecore .section-container-5 p.min {
    font-family: "Graphik Normal", "Arial", Sans-Serif;
    font-size: 14px;
    line-height: 15px;
    color: #008EFF;
    padding-top: 20px;
    /* padding-bottom: 0px; */
}

.custom-html--sitecore .section-container-5 h2 {
    text-align: center;
    font-family: "Graphik Semibold", "Arial", Sans-Serif;
}

.custom-html--sitecore .section-container-5 p.title {
    font-family: "Graphik SemiBold", "Arial", Sans-Serif;
    font-size: 30px;
    line-height: 30px;
}

.custom-html--sitecore .cta-more.footer {
    color: #004DFF;
    position: relative;
    width: auto;
    bottom: 0%;
    right: 0%;
    z-index: 10;
    opacity: 1;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    padding: 10px;
    display: inline-block;
}

.custom-html--sitecore .cta-more.footer .cta-more-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.custom-html--sitecore .section-container-3 .cta-more.isactive .cta-more-box {
    top: 3px;
}

.custom-html--sitecore .cta-more.footer.isactive .cta-more-box {
    left: 0;
    top: 6px;
    width: 46px;
    height: 46px;
    border: 2px solid #fff;
    border-radius: 50px;
}

.custom-html--sitecore .cta-more.footer.isactive .cta-more-arrow {
    position: absolute;
    left: 20px;
    top: 12px;
}

.custom-html--sitecore .cta-more.footer .img-arrow-right {
    width: 38px;
    position: absolute;
}

.custom-html--sitecore .cta-more.footer.isactive .cta-more-label {
    margin-left: 65px;
    font-family: "Graphik Medium", "Arial", Sans-Serif;
    font-size: 32px !important;
    line-height: 1.25;
    color: #fff;
}

.custom-html--sitecore .cta-more.footer.isactive:hover .cta-more-box {
    cursor: pointer;
    border-radius: 25px 25px 25px 25px;
}

@media only screen and (min-width: 1025px) {
    .custom-html--sitecore .cta-more.footer.isactive:hover .cta-more-box {
        width: 103%;
    }
}

.custom-html--sitecore .Subscribe-Eyebrow p {
    font-size: 22px;
    color: white;
}

.custom-html--sitecore #block-new-footer {
    background-color: black;
}

.custom-html--sitecore #footer-block .row:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0.06em solid #ccc;
    /* border-width: 0.1rem; */
    border-top: 0;
    margin: 0 0.9375em;
}

.custom-html--sitecore .row.footer-links-container:before {
    border: none !important;
}

.custom-html--sitecore #block-section-2,
.custom-html--sitecore #block-marquee-section {
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .custom-html--sitecore #block-new-footer .content-module {
        padding-left: 0;
    }

    .custom-html--sitecore #block-new-footer .row {
        padding: 0;
        max-width: 120rem;
        margin: 0 auto;
        padding-left: 1.07em;
    }

    .custom-html--sitecore #block-new-footer .row .block-content {
        padding: 3.01rem 0 0 !important;
    }

    .custom-html--sitecore .section-container-4 .slide-vid {
        left: 0;
    }

    .custom-html--sitecore .section-container-5 p.title {
        font-size: 2.4rem !important;
        line-height: 1 !important;
    }
}

.custom-html--sitecore .auth-img {
    width: 100%;
    border-radius: 50%;
    padding: 0 10%;
}

.custom-html--sitecore h3.author-name {
    font-family: "Graphik Medium", "Arial", Sans-Serif;
    font-size: 1.2em;
    font-weight: normal;
}

.custom-html--sitecore p.author-title {
    font-family: "Graphik Light", "Arial", Sans-Serif;
    line-height: 1.3;
    font-size: 1em;
}

.custom-html--sitecore .author-social .ion-social-twitter,
.custom-html--sitecore .author-social .ion-social-linkedin {
    float: left;
    font-size: 1.81rem !important;
    border: 0.12em solid #004dff;
    width: 1.9em;
    height: 1.85em;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 0.2em;
    margin-right: 0.8rem;
}

.custom-html--sitecore .author-social a.ion-social-linkedin:hover,
.custom-html--sitecore .author-social a.ion-social-twitter:hover {
    background: #004dff;
    color: #fff;
    transition: ease 0.8s;
}

.custom-html--sitecore .author-module {
    margin-top: 2em;
}

.custom-html--sitecore hr.first,
.custom-html--sitecore hr.second {
    margin-bottom: 3em;
}

.custom-html--sitecore .tv-quickaccess {
    width: 70px;
    height: 85px;
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads i.close-download {
    font-size: 17px;
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive i.close-download {
    font-size: 17px;
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item {
    width: 70px;
    height: 70px;
    min-height: 70px;
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.full-report {
    top: 70px;
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.short-report {
    top: 139px;
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-share {
    top: 206px;
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-share.slide-info1 {
    top: 276px;
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item a span,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item div.btn-download span {
    font-size: 9px;
    line-height: 1.2;
}

.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item a span,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item div.btn-download span {
    font-size: 10px;
    line-height: 1.2;
}

.custom-html--sitecore .tv-quickaccess__item img {
    height: 20px;
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item a span,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item div.btn-download span {
    padding: 5px 0;
}

.custom-html--sitecore .mott-img {
    width: 100%;
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
    .custom-html--sitecore .progress-nav-bar.isactive {
        height: 8px;
    }

    .custom-html--sitecore .progress-nav-bar {
        top: 50px;
    }

    .custom-html--sitecore .progress-nav-bar-menu {
        display: none;
    }

    .custom-html--sitecore .progress-nav-bar.isactive .progress-nav-bar-roller {
        height: 8px;
    }
}

.custom-html--sitecore .btn-cursor span {
    font-size: 1.28rem;
}

@media screen and (max-width: 999px) {
    .custom-html--sitecore .section-container-4 .slide-vid {
        left: 0;
    }

    .custom-html--sitecore .section-container-5 p.title {
        font-size: 1.5em;
        line-height: 1;
    }

    .custom-html--sitecore .section-container-5 .row.row-new {
        padding: 0 5%;
    }

    .custom-html--sitecore .section-container-5 .content-text-gte.isactive .img-container {
        height: auto !important;
    }
}

@media screen and (max-width: 767px) {
    .custom-html--sitecore hr.second {
        display: none;
    }

    .custom-html--sitecore .auth-img {
        margin-bottom: 2em;
        width: 50%;
        padding: 0;
    }

    .custom-html--sitecore .section-container-3 .btn-text p {
        text-align: left;
        margin-left: 0;
    }

    .custom-html--sitecore .section-container.section-container-1 {
        padding-top: 0;
    }

    .custom-html--sitecore .animate-container.marquee {
        height: 50vh;
        min-height: 520px;
        background: #000;
        overflow: hidden;
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .custom-html--sitecore .animate-container.marquee .img-marquee-1.hidden-lg.hidden-md.hidden-sm {
        width: 100%;
        min-height: 100%;
        position: absolute;
        top: 0%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        object-fit: cover;
    }
}

.custom-html--sitecore #block-section-2 .content-module.rte-inline.col-sm-12.col-xs-12.module[data-analytics-module-name="contentmodule-2"] {
    position: relative;
    z-index: 1;
}

.custom-html--sitecore .row.row-new {
    max-width: 70.25em !important;
}

@media only screen and (max-width: 1279px) {
    .custom-html--sitecore .row.row-new {
        max-width: 55.25em !important;
    }
}

.custom-html--sitecore .scroll-container {
    position: relative;
    margin-top: 3em;
}

.custom-html--sitecore .scroll-container span {
    color: #004DFF;
    font-family: "Graphik Light", "Arial", Sans-Serif;
    display: block;
}

.custom-html--sitecore .section-container-1 {
    padding-top: 3em;
}

.custom-html--sitecore #block-marquee-section .overview a,
.custom-html--sitecore #block-section-2 .section-container-3 .content-text a,
.custom-html--sitecore #block-section-3 .content-text a {
    text-decoration: none;
}

.custom-html--sitecore .block-content.share-m {
    padding-right: 6% !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
}

.custom-html--sitecore .row.utility-holder {
    padding-top: 0 !important;
}

.custom-html--sitecore .share-tools.module {
    margin-left: 0 !important;
}

.custom-html--sitecore .in-page-video.video-container {
    margin-bottom: 2em;
    margin-top: 2em;
    transform: scale(1);
}

.custom-html--sitecore #ytim-player-VideoPlayerModule {
    height: 300px;
    width: 100%;
}

.custom-html--sitecore p.author-title {
    font-family: "Graphik Regular",Arial,Sans-Serif;
    font-size: 16px;
}

.custom-html--sitecore .author-section {
    padding-left: 6%;
    padding-right: 0;
}

.custom-html--sitecore img.circle-author {
    width: 70%;
    border-radius: 50%;
}

.custom-html--sitecore p.video-title {
    font-family: "Graphik Semibold", "Arial", Sans-Serif !important;
    font-size: 16px;
    margin-bottom: 1.6em;
    margin-top: 2em;
}

.custom-html--sitecore .content-text p,
.custom-html--sitecore .content-text ul li {
    font-family: "Graphik Light", "Arial", Sans-Serif;
}

.custom-html--sitecore p.author-name {
    padding-top: 1em;
}

.custom-html--sitecore .author-social-info {
    margin-bottom: 2em;
}

.custom-html--sitecore .large-text {
    font-family: "Graphik SemiBold", "Arial", Sans-Serif !important;
    font-size: 1.3em !important;
    line-height: 1.5;
}

.custom-html--sitecore .section-container-1 .content-text h3.subheader {
    font-family: "Graphik Medium", "Arial", Sans-Serif !important;
    font-size: 32px !important;
    font-weight: normal;
    line-height: 1.25;
    margin-bottom: 2.56rem;
    margin-top: 0;
}

.custom-html--sitecore .section-container-3 {
    margin-top: 3em;
}

.custom-html--sitecore .section-container-3 h3.subheader {
    font-family: "Graphik Medium", "Arial", Sans-Serif !important;
    font-weight: normal;
}

.custom-html--sitecore .three-way-img {
    width: 100%;
    padding: 4em 0 5em;
}

.custom-html--sitecore .section-container.section-container-4 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #FFFFFF;
}

.custom-html--sitecore .section-container-4 .content-header {
    position: absolute;
    text-align: center;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-html--sitecore .content-header h2 {
    color: white;
}

.custom-html--sitecore .section-container.section-container-5 {
    height: auto;
}

.custom-html--sitecore #block-section-2 .animate-container .subheader,
.custom-html--sitecore #block-section-3 .animate-container .subheader,
.custom-html--sitecore .section-marque .subheader {
    font-family: "Graphik Semibold", "Arial", Sans-Serif !important;
    font-size: 72px;
    line-height: 0.9;
    color: #fff;
}

.custom-html--sitecore .section-container-5 {
    margin-top: 3em;
}

.custom-html--sitecore p.subheader.sub-image {
    font-family: "Graphik Semibold", "Arial", Sans-Serif !important;
    font-size: 32px;
    font-style: normal;
    line-height: 1;
}

.custom-html--sitecore .section-container-5 .content-header {
    width: 100%;
}

.custom-html--sitecore span.number-img {
    font-family: 'Graphik Light';
    font-size: 1.3em;
    padding-right: 0.5em;
}

.custom-html--sitecore h3.sub-three-way {
    font-family: "Graphik Medium", "Arial", Sans-Serif !important;
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 0;
}

.custom-html--sitecore .section-container-5 p.subheader {
    color: #fff;
}

.custom-html--sitecore .section-container-5 p.subheader.purple {
    font-family: "Graphik Medium", "Arial", Sans-Serif !important;
    color: #BC01FF;
}

.custom-html--sitecore p.subheader.purple {
    font-size: 32px;
    font-family: "Graphik", "Arial", Sans-Serif !important;
    font-style: normal;
    font-weight: 500;
    line-height: 72px;
    letter-spacing: -0.02em;
}

.custom-html--sitecore .center-text {
    text-align: center;
}

.custom-html--sitecore .section-container.section-container-8 {
    background: #F2F2F2;
}

.custom-html--sitecore .section-container-8 .subhead-header {
    font-family: "Graphik Semibold", "Arial", Sans-Serif !important;
    font-size: 36px !important;
}

.custom-html--sitecore .downloads-base-module .container-w-img,
.custom-html--sitecore .downloads-base-container {
    margin: auto 3.2rem 0 0;
}

.custom-html--sitecore .bg-color-.downloads-base-container {
    padding-left: 0;
}

.custom-html--sitecore .downloads-base-module .view-icon-text {
    font-size: 1.4rem;
}

.custom-html--sitecore div#block-section-4 .content-module {
    margin-bottom: 0;
}

.custom-html--sitecore p.subheader.purple.center-text {
    font-family: "Graphik Medium", "Arial", Sans-Serif !important;
    color: #BC01FF;
    padding-top: 1em;
    padding-bottom: 1em;
    line-height: 1;
}

.custom-html--sitecore .authors-a {
    font-family: "Graphik Semibold", "Arial Black", Sans-Serif;
    font-size: 21px;
}

.custom-html--sitecore .side-resource-section .resource-title {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif !important;
    font-size: 12px;
    line-height: 1.2;
    text-decoration: none;
    margin-bottom: 0;
    transition: ease 0.6s;
}

.custom-html--sitecore .icons-label {
    padding-left: 15px;
}

.custom-html--sitecore .mott-img {
    width: 100%;
}

.custom-html--sitecore .mott-holder {
    margin-bottom: 1em;
}

.custom-html--sitecore a .resource-title {
    text-decoration: underline;
    color: black;
}

.custom-html--sitecore .section-container.section-container-7 {
    margin: 0;
}

.custom-html--sitecore ul.custom-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-html--sitecore ul.custom-bullets li::before {
    content: "• ";
    color: #BC01FF;
    font-weight: bold;
    font-size: 2.5em;
    padding-right: 20px;
    vertical-align: bottom;
    display: flex;
}

.custom-html--sitecore ul.custom-bullets li {
    padding-left: 0;
    text-indent: 0;
    display: flex;
    padding-bottom: 2em;
}

.custom-html--sitecore ul.custom-bullets {
    margin-left: 0;
}

.custom-html--sitecore .col-holder-sec-7 {
    margin-top: -1em;
}

.custom-html--sitecore .section-marque .content-header {
    top: 65%;
}

@media only screen and (min-width: 1025px) {
    .custom-html--sitecore .authors-m {
        display: none;
    }

    .custom-html--sitecore .section-marque .ac-2.isactive .content-header {
        top: 60%;
    }

    .custom-html--sitecore .submarquee-img {
        display: none;
    }

    .custom-html--sitecore .col-holder-sec-7 {
        display: flex;
    }

    .custom-html--sitecore .col-holder-sec-7 .column {
        flex: 50%;
        overflow: hidden;
        padding-right: 8em;
    }
}

@media only screen and (max-width: 1024px) {
    .custom-html--sitecore .overview .content-text {
        padding-top: 3%;
    }

    .custom-html--sitecore .scroll-container {
        bottom: -75%;
    }

    .custom-html--sitecore .d-btn-holder {
        left: 10%;
    }

    .custom-html--sitecore #block-section-2 .animate-container .subheader,
    .custom-html--sitecore #block-section-3 .animate-container .subheader,
    .custom-html--sitecore .section-marque .subheader {
        font-size: 55px;
    }

    .custom-html--sitecore .marquee .content-header h1 {
        font-size: 3.5em;
        line-height: 1;
    }

    .custom-html--sitecore .section-marque .ac-m h2.subheader {
        font-size: 28px;
        line-height: 1;
    }

    .custom-html--sitecore .section-marque .subheader {
        font-size: 3.5em;
    }

    .custom-html--sitecore .section-marque .marquee .content-header {
        left: 50%;
        width: 70%;
        /* line-height: 1.1 !important; */
    }

    .custom-html--sitecore .row.utility-holder {
        padding-left: 10%;
    }

    .custom-html--sitecore .section-container-1 {
        padding-top: 1em;
    }

    .custom-html--sitecore .authors-m .subheader.purple {
        font-family: "Graphik Medium", "Arial", Sans-Serif !important;
        font-weight: normal;
        font-size: 32px;
    }

    .custom-html--sitecore .section-container-1 .btn-download {
        right: 0;
        margin-bottom: 0;
    }

    .custom-html--sitecore .mott-section {
        width: 15em;
        left: 10%;
    }

    .custom-html--sitecore .in-page-video.video-container {
        transform: none;
    }

    .custom-html--sitecore .submarquee-img {
        width: 100%;
    }

    .custom-html--sitecore .scrollmagic-pin-spacer {
        min-height: auto !important;
        height: auto !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .custom-html--sitecore .section-container.section-container-2,
    .custom-html--sitecore .section-container.section-container-6 {
        opacity: 1;
    }

    .custom-html--sitecore .section-container.section-container-2,
    .custom-html--sitecore .section-container.section-container-4 {
        height: auto;
    }

    .custom-html--sitecore .section-container.section-container-3,
    .custom-html--sitecore .section-container.section-container-5 {
        top: 0;
        margin-bottom: 0;
    }

    .custom-html--sitecore .section-container-2 .ac-2 .content-header h3.subheader,
    .custom-html--sitecore .section-container-4 .ac-2 .content-header h3.subheader {
        opacity: 1;
        transform: none;
    }

    .custom-html--sitecore .section-container-3 .content-text,
    .custom-html--sitecore .section-container-5 .content-text {
        padding-top: 0;
    }

    .custom-html--sitecore .section-container-4 .ac-2 {
        opacity: 1;
        z-index: auto;
    }

    .custom-html--sitecore .three-way-img {
        width: 90%;
        padding: 0;
        margin-bottom: 3em;
        transform: none !important;
    }

    .custom-html--sitecore .gte {
        padding: 0px 8%;
    }

    .custom-html--sitecore .section-container.section-container-6 {
        height: auto;
    }

    .custom-html--sitecore .section-container-6 .animate-container {
        position: relative;
    }

    .custom-html--sitecore img.img-marquee-2-mobile {
        width: 100%;
        left: 0 !important;
        transform: none !important;
    }

    .custom-html--sitecore .section-container.section-container-7 {
        margin: 0;
    }

    .custom-html--sitecore p.subheader.purple {
        line-height: 1;
    }

    .custom-html--sitecore .section-container-5 .content-header {
        width: 85%;
    }

    .custom-html--sitecore h2.center-text {
        font-size: 50px;
        line-height: 1;
    }

    .custom-html--sitecore .section-container-7 h2.center-text {
        font-size: 40px;
        font-family: "Graphik Semibold", "Arial", Sans-Serif;
        font-style: normal;
        font-weight: 500;
    }

    .custom-html--sitecore .section-container-7 .content-text {
        padding: 0% 10% 10%;
    }

    .custom-html--sitecore .section-container-7 p.subheader.purple {
        font-size: 1.5em;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
    .custom-html--sitecore .DownloadItemTitle.btn.btn-primary.btn-alt.front {
        min-width: auto;
        margin: 1.5rem 0.36rem;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {

    .custom-html--sitecore .marquee .content-header h1,
    .custom-html--sitecore .section-marque .subheader {
        font-size: 4em;
    }
}

.custom-html--sitecore #block-section-3 .content-module {
    margin-bottom: 0 !important;
}

.custom-html--sitecore .button-events {
    position: relative;
    margin: 2em 0;
    background-color: white;
}

.custom-html--sitecore .button-events-2 {
    position: relative;
    margin: 2em 0;
    background-color: white;
}

.custom-html--sitecore .author-speedbump {
    text-align: left;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1em 1.5em;
    position: relative;
    box-shadow: 0 0.33em 0.25em 0 rgba(0, 0, 0, 0.2);
    transition: all 0.25s ease-in-out;
    border-image: none !important;
    border-width: 0;
    border-style: outset;

    font-family: "Graphik Regular","Arial",Sans-Serif;
    font-size: 1.6rem;
    color: #000;
    background-color: #fff;
}

.custom-html--sitecore .author-speedbump-2 {
    text-align: left;
    display: flex;
    align-items: center;
    width: 100%;
    /*padding: 1em 1.5em;*/
    position: relative;
    box-shadow: 0 0.33em 0.25em 0 rgba(0, 0, 0, 0.2);
    transition: all 0.25s ease-in-out;
    border-image: none !important;
    border-width: 0;
    border-style: outset;
}
.custom-html--sitecore .author-speedbump-2 .btn-arrow {
    position: absolute;
    bottom: 0;
    padding: 10px 0;
    left: 24.5%;
    right: 0;
}

.custom-html--sitecore .author-speedbump-22 {
    text-align: left;
    display: flex;
    align-items: center;
    width: 100%;
    /* padding: 1em 1.5em; */
    position: relative;
    box-shadow: 0 0.33em 0.25em 0 rgb(0 0 0 / 20%);
    transition: all 0.25s ease-in-out;
    border-image: none !important;
    border-width: 0;
    border-style: outset;
}
.custom-html--sitecore .btn-text {
    line-height: 1.3;
    float: left;
    width: 61%;
    /* padding-right: 0em; */
    display: inline-flex;
    font-family: "Graphik Semibold", "Arial", Sans-Serif;
    font-size: 1.5em;
    color: black;
    padding: 0 1em;
}

@media only screen and (max-width: 1279px) {
    .custom-html--sitecore .author-speedbump-2 .author-img {
        width: 30% !important;
    }
    .custom-html--sitecore .author-speedbump-22 .author-img {
        width: 20% !important;
    }
    .custom-html--sitecore .author-speedbump-2 .btn-text {
        width: 100% !important;
    }
    .custom-html--sitecore .author-speedbump-22 .btn-text {
        width: 63% !important;
        padding: 1.2em 0.2em 0;
    }

    .custom-html--sitecore .author-speedbump-2 .btn-text p, .custom-html--sitecore .author-speedbump-22 .btn-text p {
        font-size: 2.08rem !important;
        line-height: 1.1;
    }
    .custom-html--sitecore .author-speedbump-2 .btn-arrow {
        left: 29% !important;
    }
}

.custom-html--sitecore .btn-text-2 {
    line-height: 1.3;
    float: left;
    width: 100%;
    padding-right: 0em;
    display: inline-flex;
    font-family: "Graphik Semibold", "Arial", Sans-Serif;
    font-size: 1.5em;
    color: black;
    padding: 0 1em;
}

.custom-html--sitecore .section-container-3 .btn-text p {
    font-size: 2.24rem;
    text-align: right;
    margin-left: 8rem;
}

.custom-html--sitecore .section-container-3 .btn-arrow a {
    width: auto;
    display: inline-flex;
    align-items: center;
    margin-top: 2.24rem;
    margin-bottom: 0;
}

.custom-html--sitecore .btn-arrow a {
    width: auto;
    display: inline-flex;
    align-items: center;
}

.custom-html--sitecore .author-img img {
    width: 100%;
}

.custom-html--sitecore .author-img {
    width: 13%;
    padding-right: 0em;
}

.custom-html--sitecore .author-speedbump-2 .author-img, .custom-html--sitecore .author-speedbump-22 .author-img {
    width: 20%;
    padding-right: 0em;
}

.custom-html--sitecore .cta-arrow:after,
.custom-html--sitecore .cta-alt-arrow:after {
    top: 0em;
}

.custom-html--sitecore span.auth-title {
    font-weight: normal;
    font-family: "Graphik Semibold", "Arial", Sans-Serif;
}

.custom-html--sitecore span.auth-desc {
    font-family: "Graphik Light", "Arial", Sans-Serif;
}

.custom-html--sitecore .gray-bg {
    background-color: #F2F2F2;
}

.custom-html--sitecore .btn-text p {
    line-height: 1.5;
    margin-bottom: 0 !important;
}

.custom-html--sitecore .content-module a.arrow.cta-arrow {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .custom-html--sitecore .col-sm-2.hidden-xs {
        display: none;
    }

    .custom-html--sitecore .col-sm-8.col-xs-12 {
        width: 100%;
    }

    .custom-html--sitecore .section-marque .ac-2 .content-header {
        top: 76%;
    }
}

@media only screen and (max-width: 767px) {
    .custom-html--sitecore {
        /*.section-container-1 .content-text p.subheader {
  font-size: 1.3em !important;	
  }*/
        /*.downloads-base-module {
  display: flex;
  flex-direction: column-reverse;	
  }*/
    }

    .custom-html--sitecore #block-section-2 .animate-container .subheader,
    .custom-html--sitecore #block-section-3 .animate-container .subheader,
    .custom-html--sitecore .section-marque .subheader {
        font-size: 2em;
    }

    .custom-html--sitecore .marquee .content-header h1 {
        font-size: 2.5em;
        margin-bottom: 1em;
    }

    .custom-html--sitecore .section-marque .ac-m h2.subheader {
        font-size: 22px;
        line-height: 1.3;
    }

    .custom-html--sitecore #block-section-2 .animate-container .subheader,
    .custom-html--sitecore #block-section-3 .animate-container .subheader {
        font-size: 35px;
    }

    .custom-html--sitecore p.subheader.sub-image {
        font-size: 22px;
    }

    .custom-html--sitecore .three-way-img {
        margin-bottom: 1.5em;
        margin-top: 0em;
    }

    .custom-html--sitecore p.subheader.purple {
        line-height: 1;
    }

    .custom-html--sitecore .section-container-3,
    .custom-html--sitecore .section-container-5 {
        margin-top: 1em;
    }

    .custom-html--sitecore .section-marque .subheader {
        font-size: 2.4em;
    }

    .custom-html--sitecore .section-container-2 .content-header {
        width: 100%;
    }

    .custom-html--sitecore .author-speedbump {
        display: block !important;
    }

    .custom-html--sitecore .author-img {
        width: 50%;
    }

    .custom-html--sitecore .btn-text {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-top: 0.7em;
    }

    .custom-html--sitecore .content-module a.arrow.cta-arrow {
        margin-top: 0.7em;
        margin-bottom: 1em;
    }
}

.custom-html--sitecore .section-container-7a .cards .cards-cta-btn {
    position: absolute;
}

.custom-html--sitecore .section-container-7a .cards .img-container:hover .cards-cta-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transform: scale(0.9);
    z-index: 1;
    opacity: 0.9;
}

.custom-html--sitecore .section-container-7a .cards .img-container:hover .cards-cta-btn.onactive {
    opacity: 0.9;
}

@media screen and (max-width: 767px) {
    .custom-html--sitecore .section-container-7a .cards .img-container:hover .cards-cta-btn.onactive {
        opacity: 0;
    }
}

.custom-html--sitecore .section-container-7a .cards .img-container .cards-cta-btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1 !important;
    font-size: 13px !important;
    font-family: Graphik semibold;
}

.custom-html--sitecore .section-container-7a .cards .img-container.isactive:hover .cards-cta-btn {
    width: 200%;
    height: 200%;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
}

.custom-html--sitecore .container {
    width: 420px;
    height: 350px;
    position: relative;
    -webkit-perspective: 1500px;
    perspective: 1450px;
    margin: auto;
    margin-top: 60px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.custom-html--sitecore .cards {
    display: block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: margin 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateZ(900px);
    transform: translateZ(900px);
}

.custom-html--sitecore .cards li {
    display: block;
    position: absolute;
    width: 310px;
    height: 300px;
    /*border-radius: 3px;*/
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
    font-family: "Open Sans", sans-serif;
    text-align: center;
    padding: 20px 10px 0 10px;
    background: white;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
    .custom-html--sitecore .section-container-7 .shared-container {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .custom-html--sitecore .section-container-2 .cta-more .cta-more-label {
        margin-left: 42px;
    }

    .custom-html--sitecore .cards li {
        width: 230px;
        height: 240px;
    }

    .custom-html--sitecore .container {
        width: 320px;
        height: 290px;
    }

    .custom-html--sitecore .carousel-img {
        height: 100%;
        width: auto;
    }
}

.custom-html--sitecore .cards .corner {
    font-size: 25px;
    position: absolute;
    left: 12px;
    top: 8px;
    font-family: Lora, serif;
}

.custom-html--sitecore .cards h2 {
    font-family: Lora, serif;
}

.custom-html--sitecore .cards h2::before {
    content: "";
    margin: auto;
    display: block;
    width: 350px;
    height: 1px;
    background: black;
}

.custom-html--sitecore .cards h2::after {
    content: "";
    margin: auto;
    display: block;
    width: 300px;
    height: 1px;
    background: black;
}

.custom-html--sitecore .section-container-7a .cta-more-box {
    position: relative;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    border: 1px solid #004DFF;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
}

.custom-html--sitecore .section-container-7a .card-nav .cta-more-arrow {
    position: absolute;
    top: 28px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    left: 0;
}

.custom-html--sitecore .section-container.section-container-7a {
    overflow: hidden;
}

.custom-html--sitecore .card-nav .img-arrow-right {
    width: 1.3em;
    padding: 0 20px;
    position: absolute;
}

.custom-html--sitecore .card-nav .img-arrow-left {
    width: 1.3em;
    padding: 0 20px;
    position: absolute;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.custom-html--sitecore .card-nav {
    margin-top: 40px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    font-family: Arial;
    font-size: 53px;
    color: white;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-transition: margin 0.5s;
    -o-transition: margin 0.5s;
    transition: margin 0.5s;
    /* margin-bottom: 3.2rem; */
    text-align: center;
}

.custom-html--sitecore .cta-more-box.arrow.arrow-right {
    float: right;
}

.custom-html--sitecore .cta-more-box.arrow.arrow-left {
    float: left;
}

.custom-html--sitecore .text-center,
.custom-html--sitecore .text-center-2 {
    text-align: center;
}

.custom-html--sitecore .section-container-7a .arrow:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.custom-html--sitecore .carousel-img {
    width: 100%;
}

.custom-html--sitecore .cards li {
    overflow: hidden;
    padding: 0;
}

.custom-html--sitecore .cards .img-container,
.custom-html--sitecore .cards .img-container a {
    cursor: none !important;
}

.custom-html--sitecore .cards .img-container img {
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.custom-html--sitecore .cards .img-container:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.custom-html--sitecore .SubsectionTitle {
    font-family: "Graphik Light", "Arial", Sans-Serif !important;
    font-size: 2.8rem !important;
    line-height: 1.1 !important;
    font-weight: normal;
    margin-bottom: 0.55em;
    margin-top: 0.65em;
}

.custom-html--sitecore .section-container-7a.text-content.isactive h3.SubsectionTitle {
    transition: all 0.6s ease-out;
    top: 0px;
    opacity: 1;
    transition-delay: 0.2s;
    position: relative;
}

.custom-html--sitecore .section-container-8 .text-content.isactive h4.categoryTitle {
    transition: all 0.6s ease-out;
    top: 0px;
    opacity: 1;
    transition-delay: 0.1s;
    position: relative;
}

.custom-html--sitecore .categoryTitle {
    font-family: "Graphik Semibold", "Arial", Sans-Serif !important;
    font-size: 1.2rem !important;
    line-height: 1 !important;
}

.custom-html--sitecore .section-container-7a .text-content.isactive p {
    transition: all 0.6s ease-out;
    top: 0px;
    opacity: 1;
    transition-delay: 0.3s;
}

.custom-html--sitecore .section-container-7a .img-container .cta-btn {
    position: relative;
    /* width: 100%; */
    /* height: 100%; */
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    border-radius: 10%;
    background: #5200FF;
    transform: translate(-50%, -50%);
    color: white;
    border-radius: 50%;
    opacity: 0;
    line-height: 1.6rem;
}

.custom-html--sitecore .section-container-7a .img-container.isactive .cta-btn {
    transform: translate(-50%, -50%);
    top: 50% !important;
    left: 50% !important;
    width: 200% !important;
    height: 200% !important;
    opacity: 0.9;
    border-radius: 50% !important;
    transition: width 0.4s ease, height 0.4s ease, opacity 0.3s ease;
}

.custom-html--sitecore .section-container-7a .cards .cards-cta-btn {
    position: absolute;
}

.custom-html--sitecore .section-container-7a .cards .img-container:hover .cards-cta-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transform: scale(0.9);
    z-index: 1;
    opacity: 0.9;
}

.custom-html--sitecore .section-container-7a .cards .img-container:hover .cards-cta-btn.onactive {
    opacity: 0.9;
}

@media screen and (max-width: 767px) {
    .custom-html--sitecore .section-container-7a .cards .img-container:hover .cards-cta-btn.onactive {
        opacity: 0;
    }
}

.custom-html--sitecore .section-container-7a .cards .img-container .cards-cta-btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1 !important;
    font-size: 13px !important;
    font-family: Graphik semibold;
}

.custom-html--sitecore .section-container-7a .cards .img-container.isactive:hover .cards-cta-btn {
    width: 200%;
    height: 200%;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
}

.custom-html--sitecore .progress-bar-label {
    right: 0% !important;
    font-family: "Graphik Light", "Arial", Sans-Serif !important;
    font-size: 14px !important;
    top: 10px;
    line-height: 1 !important;
    display: block;
    color: #4a4a4adb;
    position: relative;
}

.custom-html--sitecore .carousel-text-content {
    padding-left: 2.5em;
}

.custom-html--sitecore .Subsectiondescription {
    font-family: "Graphik Light", "Arial", Sans-Serif !important;
    font-size: 1.62rem !important;
    line-height: 1.3 !important;
}

.custom-html--sitecore #block-section-2 .content-module {
    margin-bottom: 0;
}

.custom-html--sitecore div.voc-subtext-content {
    position: absolute;
    top: 25%;
    vertical-align: middle;
    bottom: 0;
    left: 10%;
    right: 0;
}

.custom-html--sitecore .voc-title,
.custom-html--sitecore .voc-description {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .custom-html--sitecore .button-events {
        position: relative;
        margin: 2em 0 3em 0;
        background-color: white;
    }

    .custom-html--sitecore .section-container-3 .author-speedbump-2 {
        height: 350px;
    }
    .custom-html--sitecore .author-speedbump-22 {
        height: 315px;
    }

    .custom-html--sitecore .section-container-3 .author-speedbump-2 .author-img, .custom-html--sitecore .author-speedbump-22 .author-img {
        top: 16.8rem;
        position: absolute;
        width: 100% !important;
    }

    .custom-html--sitecore .section-container-3 .author-speedbump-2 .auth-title br {
        display: none;
    }
    .custom-html--sitecore .author-speedbump-22 .btn-text { 
        width: 100% !important;
    }
    .custom-html--sitecore .section-container-3 .author-speedbump-2 .btn-text p, .custom-html--sitecore .author-speedbump-22 .btn-text p {
        margin-top: -16rem !important;
        line-height: 2.4rem;
        font-size: 2.08rem !important;
    }

    .custom-html--sitecore .section-container-3 .author-speedbump-2 .btn-arrow {
        left: 8% !important;
        top: 32%;
    }
    .custom-html--sitecore .author-speedbump-22 .btn-arrow {
        position: absolute;
        left: 8% !important;
        top: 41%;
    }

    .custom-html--sitecore .section-container-5 .author-speedbump {
        height: 570px;
    }

    .custom-html--sitecore .section-container-3 .gray-bg .row.row-new {
        padding: 0 5%;
    }

    .custom-html--sitecore .section-container-5 .author-speedbump .author-img {
        top: 23.2rem;
        position: absolute;
        width: 100%;
        left: 0;
    }

    .custom-html--sitecore .section-container-5 .auth-title br {
        display: none;
    }

    .custom-html--sitecore .section-container-5 .author-speedbump .btn-text p {
        margin-top: -1.6rem !important;
        line-height: 2.4rem;
        margin-left: 1.6rem;
        font-size: 2.08rem !important;
    }

    .custom-html--sitecore .section-container-5 .author-speedbump .btn-arrow {
        margin-left: 6%;
    }
}