<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Overflow Styling */
@media (min-width: 1024px) and (min-height: 750px) {
    body {
        overflow: hidden;
    }
}


/* Background Colors */
.background-black {
    background-color: #000000;
}
.background-white {
    background-color: #FFFFFF;
}
.background-gray {
    background-color: #f4f4f4;
}
.background-gray-secondary {
    background-color: #f0f0f0;
}


/* T&amp;C Modal Overrides */
.abde-tandc-modal .abde-modal-content .abde-tandc-title {
    display: none !important;
}
.abde-tandc-modal .abde-modal-content .abde-tandc-subtitle {
    font-size: 34px !important;
}


/* AB Header Overrides */
.ab-header {
    position: relative;
    z-index: 1005;
}
.ab-header #globalNavReactApp {
    display: none !important;
}
.ab-header .ab-navbar.fixed {
    position: relative !important;
}
@media (min-width: 1024px) {
    .ab-header .ab-navbar.fixed .ab-local-nav li {
        padding: 30px 0;
    }
    .ab-header .ab-navbar.fixed .abcom-logo.ab-mobile-hide {
        display: none !important;
    }
    .ab-header .ab-navbar.fixed .abcom-logo.ab-desktop-hide {
        display: block !important;
    }
}

/* AB Navbar Overrides */
.ab-navbar .ab-panel-close {
    z-index: 1004 !important;
}


/* AB Breadcrumb Overrides */
.ab-breadcrumb {
    padding: 0 150px;
}
.ab-breadcrumbs li {
    font-family: KlavikaRegular, SourceHanSansRegular, Arial, Helvetica, sans-serif !important;
}
@media only screen and (max-width: 1024px), only screen and (max-height: 750px) {
    .ab-breadcrumb {
        padding: 0 40px;
    }
}


/* AB Footer Overrides */
.ab-footer {
    padding: 30px 0 !important;
    margin-top: 0 !important;
}
.ab-footer-disclosure {
    padding-top: 20px !important;
}
.ab-footer nav a,
.ab-footer-disclosure p {
    font-size: 16px !important;
    margin-bottom: 20px !important;
    padding-bottom: 0px !important;
}
.ab-social-media a i {
    pointer-events: none;
}
.ab-social-media a i svg {
    width: 30px !important;
    height: 30px !important;
}


/* AB Container Overrides */
@media (min-width: 1280px) {
    .custom-carousel-item .ab-container,
    .ab-breadcrumb .ab-container {
        max-width: 1280px !important;
    }
}


/* AB Row Overrides */
.ab-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}


/* Nav Overrides */
.ab-mbl-changecountry:before {
    margin: 8px !important;
}
.ab-dropdown-panel {
    z-index: 1004 !important;
}


/* Image Overrides */
.abde-image .abde-image-container img,
.abde-image .abde-image-container picture {
    width: 100%;
}


/* Mobile Display */
@media only screen and (max-width: 1024px) {
    .mobile-display-none {
        display: none !important;
    }
}


/* Carousel Containers and Animation Styles*/
.custom-carousel {
    z-index: 1003;
    position: relative;
}
.carousel-container {
    position: relative;
}
.carousel-container .abde-row {
    margin: 0;
}
.carousel-container .custom-carousel-inner-wrapper {
    width: 100%;
}
.carousel-container .custom-carousel-slider {
    display: block;
    transition: transform 0.8s;
}
.carousel-container .custom-carousel-item-container {
    height: 100vh;
    width: 100vw;
    box-sizing: border-box;
    position: relative;
    left: -101%;
    transition: left .8s ease-in-out;
    transition-delay: .8s;
    padding: 0;
}
.carousel-container .custom-carousel-item-container.animate {
    left: 0;
}
.carousel-container .custom-carousel-item-container.remove-animation {
    left: 0;
}
.carousel-container .custom-carousel-item-container .custom-carousel-item {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 0 150px;
}
.carousel-container .custom-carousel-item-container .custom-carousel-item.background-bracket {
    background-size: contain;
    background-position: 95%;
}
@media only screen and (max-width: 1024px), only screen and (max-height: 750px) {
    .carousel-container .custom-carousel-item-container .custom-carousel-item.background-bracket {
        background-image: none !important;
    }
    .carousel-container .custom-carousel-item-container {
        left: 0;
        height: unset !important;
    }
}


/* Carousel Spacing and Alignment Styles*/
.carousel-container .custom-carousel-item-container .custom-carousel-item .ab-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.remove-extra-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.remove-margin {
    margin: 0 !important;
}
.left-column-padding {
    padding-right: 20px !important;
    padding-left: 0px !important;
}
.right-column-padding {
    padding-left: 20px !important;
    padding-right: 0px !important;
}
.auto-margin {
    margin: auto;
}
@media only screen and (max-width: 1024px) {
    .left-column-padding {
        padding-right: 0px !important;
    }
    .right-column-padding {
        padding-left: 0px !important;
    }
}
@media only screen and (max-width: 1024px), only screen and (max-height: 750px) {
    .carousel-container .custom-carousel-item-container .custom-carousel-item {
        padding: 25px 40px !important;
    }
    .carousel-container .custom-carousel-item-container .custom-carousel-item.mobile-bottom-padding {
        padding-bottom: 0 !important;
    }
}
@media only screen and (max-width: 576px) {
    .carousel-container .custom-carousel-item-container .custom-carousel-item {
        padding: 25px 0 !important;
    }
    .carousel-container .custom-carousel-item-container .custom-carousel-item .mobile-padding {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}


/* Carousel Font Styles*/
.custom-carousel-item .abde-text h2 {
    font-size: 40px !important;
    padding-top: 0 !important;
}
.custom-carousel-item .slide-text-xlarge {
    font-size: 31px !important;
    font-family: "Klavika", Arial, Helvetica, sans-serif !important;
    line-height: 1.2 !important;
}
.custom-carousel-item .slide-text-large {
    font-size: 23px !important;
    font-family: "Klavika", Arial, Helvetica, sans-serif !important;
    line-height: 1.2 !important;
}
.custom-carousel-item .slide-text-medium {
    font-size: 19px !important;
    font-family: "Theinhardt", Arial, Helvetica, sans-serif !important;
    line-height: 1.2 !important;
}
.abde-text.white-text {
    color: #FFFFFF;
}
@media only screen and (max-width: 1024px), only screen and (max-height: 750px) {
    .custom-carousel-item p.slide-text-xlarge {
        font-size: 23px !important;
    }
}
@media only screen and (max-width: 1024px) {
    .custom-carousel-item .slide-text-medium {
        font-size: 16px !important;
    }
    .custom-carousel-item .abde-text h2 {
        font-size: 30px !important;
    }
}


/* Carousel Slide Indicator Styles*/
.carousel-container .custom-carousel-list {
    z-index: 10;
    position: absolute;
    margin-left: 80px;
    padding: 0;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
}
.carousel-container .custom-carousel-list li {
    color: #ffffff;
    font-family: "FortBook", Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding-bottom: 10px;
    position: relative;
    display: block;
    box-sizing: border-box;
    list-style-type: none;
    margin-bottom: 0;
    transition: margin-bottom .5s ease-in-out;
}
.carousel-container .custom-carousel-list li .nav-line {
    position: relative;
}
.carousel-container .custom-carousel-list li .nav-line p {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 0 30px;
    transition: all .3s ease;
    font-family: "FortBook", Arial, Helvetica, sans-serif;
    color: white;
    text-transform: uppercase;
}
.carousel-container .custom-carousel-list li .nav-line span {
    height: 2px;
    background-color: #C6C6C6;
    transition: all .3s ease;
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 15px;
    cursor: pointer;
}
.carousel-container .custom-carousel-list li.active {
    margin-bottom: auto;
}
.carousel-container .custom-carousel-list li.active span {
    height: 5px;
    background-color: #089BD7;
    width: 30px;
}
.carousel-container .custom-carousel-list li.active .nav-line {
    letter-spacing: 0.2em;
}
@media only screen and (max-width: 1024px), only screen and (max-height: 750px) {
    .carousel-container .custom-carousel-list {
        display: none;
    }
    .carousel-container .custom-carousel-list li .nav-line p {
        display: none;
    }
}


/* Bio Container Overrides*/
.custom-carousel-item .bio-short-container .bio-short .bio-short-details a.short-name {
    color: #1e9bd7 !important;
}
.custom-carousel-item .bio-short-container .bio-short .bio-short-details a.short-name:hover {
    text-decoration: underline;
}
.bio-short-container .bio-short {
    border: none !important;
    margin: 0 !important;
}
.bio-short-container .bio-short .bio-short-details a.short-name {
    color: white !important;
    margin-bottom: 6px;
    font-weight: bold;
    font-family: "Klavika", Arial, Helvetica, sans-serif !important;
}
.bio-short-container .bio-short .bio-short-details span.short-title {
    color: white !important;
    margin-bottom: 0 !important;
}
.bio-short-container .bio-short .short-image {
    width: 70px !important;
    height: 70px !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}
.bio-short-container .bio-short .bio-short-details {
    padding: 0 10px 0 10px !important;
    margin-bottom: 0 !important;
}
.bio-short-container .bio-short {
    align-items: center;
}
@media only screen and (max-width: 1024px) {
    .bio-short-container .bio-short {
        flex-direction: row !important;
    }
}


/* Hero Slide Styles*/
.custom-carousel-item-container .custom-carousel-item.hero {
    justify-content: unset;
    align-items: unset;
    padding: 0 !important;
}
.custom-carousel-item-container .custom-carousel-item.hero .ab-hero-background {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    width: 100%;
}
.custom-carousel-item-container .custom-carousel-item.hero .ab-hero.hero-padding,
.custom-carousel-item-container .custom-carousel-item.hero .hero-description-wrapper {
    padding: 0 150px;
    margin: auto;
}
.custom-carousel-item-container .custom-carousel-item.hero .hero-description-wrapper .hero-description-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom-carousel-item-container .custom-carousel-item.hero .hero-description-wrapper .hero-description-container img {
    width: 73px;
    height: 116px;
}
.custom-carousel-item-container .custom-carousel-item.hero .ab-hero .ab-hero-title-box {
    margin: 0 !important;
}
.custom-carousel-item-container .custom-carousel-item.hero .ab-hero .ab-hero-title-box h1 {
    font-weight: bold;
    max-width: 668px;
}
.custom-carousel-item-container .custom-carousel-item.hero .ab-hero .ab-hero-title-box .ab-hero-date {
    padding-top: 30px;
}
.custom-carousel-item-container .custom-carousel-item.hero .ab-hero .ab-hero-title-box .ab-hero-date i,
.custom-carousel-item-container .custom-carousel-item.hero .ab-hero .ab-hero-title-box .ab-hero-readtime i {
    padding-right: 8px;
}
.custom-carousel-item .ab-hero {
    height: 50vh !important;
}
.custom-carousel-item .ab-hero .ab-hero-tags {
    padding-bottom: 15px;
}
.ab-hero-tags p {
    font-weight: bold;
    width: fit-content;
    letter-spacing: 1.5px;
    font-size: 23px !important;
    font-family: "Klavika", Arial, Helvetica, sans-serif !important;
}
.ab-container .hero-description {
    padding: 0 !important;
    font-size: 28px;
    line-height: 1.2;
    font-family: "Klavika", Arial, Helvetica, sans-serif !important;
}
.ab-hero .abde-biocontainer {
    position: absolute;
    right: 13%;
    bottom: -22px;
    background: black;
    padding: 30px;
    width: 450px;
}
@media (max-width: 1460px) {
    .ab-hero .abde-biocontainer {
        padding: 14px 30px;
    }
    .ab-hero .abde-biocontainer .bio-short-container .bio-short {
        padding-bottom: 14px;
    }
}
@media (max-width: 1024px) {
    .ab-hero .abde-biocontainer {
        padding: 30px;
    }
}
@media (max-width: 1350px) and (max-height: 750px) {
    .custom-carousel-item.hero .ab-container {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .hero .ab-hero-title-box,
    .hero .bio-short-container,
    .hero .abde-text-container {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}
@media (max-height: 750px) and (min-width: 1350px) {
    .custom-carousel-item.hero .ab-container {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .hero .ab-hero-title-box,
    .hero .bio-short-container,
    .hero .abde-text-container {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}
@media (max-height: 750px) and (min-width: 1435px) {
    .custom-carousel-item.hero .ab-container {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .hero .ab-hero-title-box,
    .hero .bio-short-container,
    .hero .abde-text-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
@media (max-width: 1024px) {
    .hero .ab-hero-title-box,
    .hero .bio-short-container,
    .hero .abde-text-container {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}
@media only screen and (max-width: 1024px), only screen and (max-height: 750px) {
    .ab-container .hero-description {
        font-size: 23px !important;
        padding-top: 25px !important;
    }
    .ab-hero-tags p {
        font-size: 19px !important;
    }
    .ab-hero.hero-padding {
        padding: 60px 0 !important;
    }
    .hero-description-wrapper {
        padding: 0 !important;
        margin: unset;
    }
    .abde-text .abde-text-description p.hero-description:last-child {
        padding-bottom: 30px !important;
    }
}
@media only screen and (max-width: 576px) {
    .hero .ab-hero-title-box,
    .hero .abde-text-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media only screen and (max-width: 1024px) {
    .ab-hero h1 {
        font-size: 30px;
        max-width: 350px!important;
        line-height:1.2;
    }
    .ab-hero-date {
        padding-top: 20px !important;
    }
    .ab-hero .abde-biocontainer {
        position: relative !important;
        right: unset !important;
        bottom: unset !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-bottom: 0 !important;
    }
    .custom-carousel-item-container .ab-hero-container {
        padding: 0;
    }
    .custom-carousel-item .ab-hero {
        display: block !important;
        height: auto !important;
    }
}


/* Split Chart Styles */
.custom-carousel-item.overlapping-chart-slide {
    justify-content: end !important;
}
.custom-carousel-item .chart-content-wrapper {
    padding: 0px 30px;
}
.custom-carousel-item .chart-content-wrapper .ab-chart-title {
    font-size: 23px;
    font-family: "Klavika", Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 5px;
}
.custom-carousel-item .chart-content-wrapper .chart-title-wrapper {
    padding-bottom: 10px;
}
.custom-carousel-item .overlap-slide-chart-white-column .align-padding {
    padding-top: 30px;
}
@media only screen and (max-width: 1024px), only screen and (max-height: 750px) {
    .custom-carousel-item.overlapping-chart-slide {
        padding-bottom: 0 !important;
    }
    .custom-carousel-item.overlapping-chart-slide {
        justify-content: center !important;
    }
    .custom-carousel-item .overlap-slide-chart-white-column .align-padding {
        padding-top: 0px;
    }
}
@media only screen and (max-width: 576px) {
    .custom-carousel-item .chart-content-wrapper {
        padding: 30px 0 0 !important;
    }
}


/* General Quote Styles */
.abde-quote .abde-quote-container {
    margin-left: 0px !important;
    width: 100% !important;
}
.abde-quote .abde-quote-container .abde-quote-icon {
    color: #21A5DC;
    padding-left: 0 !important;
    font-family: "Klavika", Arial, Helvetica, sans-serif !important;
}
.abde-quote .abde-quote-container .abde-quote-text-over .abde-quote-text.abde-quote-text-large {
    font-weight: unset !important;
}
.abde-quote .abde-quote-container .abde-quote-text-over span {
    display: block;
    height: 5px;
    background-color: #1E9BD7;
    width: 100px;
    margin-top: 20px;
}


/* Split Quote Slide Styles */
.split-quote-slide {
    justify-content: start !important;
}
.split-quote-slide .left-column-split-quote-padding {
    padding-top: 100px !important;
}
.split-quote-slide .right-column-split-quote .abde-quote .abde-quote-container {
    padding: 28px 20px !important;
}
.split-quote-slide .right-column-split-quote .abde-quote .abde-quote-container .abde-quote-text-over .abde-quote-icon {
    font-size: 400px;
}
.split-quote-slide .right-column-split-quote .abde-quote .abde-quote-container .abde-quote-text-over .abde-quote-text.abde-quote-text-large {
    font-size: 55px !important;
    padding: 0 0 20px !important;
}
.split-quote-slide .right-column-split-quote .abde-quote .abde-quote-container .abde-quote-text-over .abde-quote-icon.split-quote-medium-font {
    font-size: 300px;
}
.split-quote-slide .right-column-split-quote .abde-quote .abde-quote-container .abde-quote-text-over .abde-quote-text.abde-quote-text-large.split-quote-medium-font {
    font-size: 45px !important;
}
.split-quote-slide .right-column-split-quote .abde-quote .abde-quote-container .abde-quote-text-over span {
    margin: 20px auto;
}
@media only screen and (max-width: 1024px), only screen and (max-height: 750px) {
    .split-quote-slide .right-column-split-quote .overlap-padding-top {
        padding-top: 0px !important;
        padding-bottom: 40px;
    }
    .split-quote-slide .right-column-split-quote .abde-quote .abde-quote-container .abde-quote-text-over .abde-quote-icon {
        font-size: 300px !important;
        padding-top: 152px !important;
    }
}
@media only screen and (max-width: 1024px) {
    .split-quote-slide .left-column-split-quote-padding {
        padding-top: 0px !important;
    }
    .split-quote-slide .right-column-split-quote .abde-quote .abde-quote-container .abde-quote-text-over .abde-quote-icon {
        font-size: 300px !important;
        padding-top: 152px !important;
    }
    .split-quote-slide .right-column-split-quote .abde-quote .abde-quote-container .abde-quote-text-over .abde-quote-text.abde-quote-text-large,
    .split-quote-slide .right-column-split-quote .abde-quote .abde-quote-container .abde-quote-text-over .abde-quote-text.abde-quote-text-large.split-quote-medium-font {
        font-size: 40px !important;
    }
}
@media only screen and (max-width: 576px) {
    .split-quote-slide .right-column-split-quote .abde-quote .abde-quote-container {
        padding: 20px 5px !important;
    }
}
/* If the Split Quote Slide content is a chart instead, these styles will apply */
.split-quote-slide .right-column-split-quote .abde-quote .chart-content-wrapper {
    padding-top: 0px !important;
}
.split-quote-slide .left-column-split-quote-padding.chart-padding-adjustment {
    padding-top: 30px !important;
}
@media only screen and (max-width: 1024px) {
    .split-quote-slide .left-column-split-quote-padding.chart-padding-adjustment {
        padding-top: 0px !important;
    }
}
/* If split quote slide content is within an overlapping chart slide, these styles will apply */
.overlapping-chart-slide.split-quote-slide .right-column-split-quote .abde-quote .abde-quote-container .abde-quote-text-over .abde-quote-icon {
    padding-top: 150px;
}
.overlapping-chart-slide.split-quote-slide .right-column-split-quote .abde-quote .abde-quote-container .abde-quote-text-over .abde-quote-icon.split-quote-medium-font {
    padding-top: 110px;
}



/* Full Width Quote Slide Styles */
.full-width-quote-slide .abde-quote .abde-quote-text-over {
    padding: 50px 0 !important;
}
.full-width-quote-slide .abde-quote .abde-quote-container .abde-quote-text-over .abde-quote-icon {
    margin-left: -32px;
    padding-top: 155px;
    font-size: 500px;
}
.full-width-quote-slide .abde-quote .abde-quote-container .abde-quote-text-over .abde-quote-text.abde-quote-text-large {
    padding: 20px 0 !important;
    font-size: 75px !important;
}
.full-width-quote-slide .abde-quote .abde-quote-container .abde-quote-text-over .abde-quote-icon.full-quote-medium-font {
    margin-left: -26px;
    font-size: 400px;
}
.full-width-quote-slide .abde-quote .abde-quote-container .abde-quote-text-over .abde-quote-text.abde-quote-text-large.full-quote-medium-font {
    font-size: 65px !important;
}
.full-width-quote-slide .abde-quote .abde-quote-container .abde-quote-text-over .abde-quote-text.abde-quote-text-large.full-quote-small-font {
    font-size: 55px !important;
}
@media only screen and (max-width: 1024px), only screen and (max-height: 750px) {
    .full-width-quote-slide .abde-quote .abde-quote-container .abde-quote-text-over .abde-quote-icon {
        margin-left: -20px;
    }
}
@media only screen and (max-width: 1024px) {
    .full-width-quote-slide .abde-quote .abde-quote-container .abde-quote-text-over .abde-quote-text.abde-quote-text-large {
        padding: 50px 0 !important;
    }
    .full-width-quote-slide .abde-quote .abde-quote-container .abde-quote-text-over .abde-quote-icon,
    .full-width-quote-slide .abde-quote .abde-quote-container .abde-quote-text-over .abde-quote-icon.full-quote-medium-font {
        font-size: 300px !important;
        padding-top: 72px !important;
        margin-left: -19px;
    }
    .full-width-quote-slide .abde-quote .abde-quote-container .abde-quote-text-over .abde-quote-text.abde-quote-text-large,
    .full-width-quote-slide .abde-quote .abde-quote-container .abde-quote-text-over .abde-quote-text.abde-quote-text-large.full-quote-medium-font,
    .full-width-quote-slide .abde-quote .abde-quote-container .abde-quote-text-over .abde-quote-text.abde-quote-text-large.full-quote-small-font {
        font-size: 40px !important;
    }
}


/* Icons Slide Styles */
.icons-wrapper-three {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.icons-wrapper-two {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.icon-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 240px;
    text-align: center;
    margin: 20px 0;
}
.icon-container .abde-icon {
    background-color: #000000;
    border-radius: 100px;
    padding: 30px;
    margin-bottom: 15px;
}
.icon-container .abde-icon img {
    height: 100px;
    width: auto !important;
}


/* Highlights Slide Styles */
.icons-wrapper-three.highlights .icon-container .abde-icon {
    background-color: #000000;
    border-radius: 0;
    padding: 0;
    margin-bottom: 15px;
}
.icons-wrapper-three.highlights .icon-container .abde-icon img {
    height: 250px;
    width: auto !important;
}
.icon-container .slide-text-large {
    max-width: 350px;
}
@media only screen and (max-width: 1024px), only screen and (max-height: 750px) {
    .icons-wrapper-three,
    .icons-wrapper-two {
        justify-content: center;
    }
}


/* Sidebar Styling */
.custom-carousel-item .abde-sidebar:before {
    background-color: #21A5DC;
    height: 100% !important;
    max-height: unset !important;
}
.custom-carousel-item .abde-sidebar-lg h1 {
    font-size: 60px;
    font-weight: bold;
    padding-bottom: 20px;
}
.custom-carousel-item .abde-sidebar .abde-text .abde-text-description p {
    padding: 0 !important;
}
.custom-carousel-item .abde-sidebar-spacing {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 1024px), only screen and (max-height: 750px) {
    .custom-carousel-item .abde-sidebar-spacing {
        margin-bottom: 20px;
    }
    .custom-carousel-item .abde-sidebar p {
        font-size: 16px;
    }
    .custom-carousel-item .abde-sidebar h1 {
        font-size: 40px !important;
    }
}


/* Summary Slide Styles */
.custom-carousel-item .summary-sidebar-padding {
    padding: 20px 50px;
}
.custom-carousel-item .summary-author-wrapper {
    padding-top: 80px;
}
.summary-author-wrapper .bio-short-container .bio-short .short-image {
    width: 106px !important;
    height: 106px !important;
}
@media only screen and (max-width: 1024px), only screen and (max-height: 750px) {
    .custom-carousel-item .summary-sidebar-padding {
        padding: 20px;
    }
    .custom-carousel-item .summary-author-wrapper {
        padding-top: 40px;
    }
    .summary-author-wrapper .bio-short-container .bio-short .short-image {
        width: 70px !important;
        height: 70px !important;
    }
}

/* CTA Slide Styles */
.cta-slide {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 !important;
    justify-content: space-between !important;
}
.cta-content-wrapper .title {
    font-size: 60px;
    font-family: "Klavika", Arial, Helvetica, sans-serif !important;
    color: #ffffff;
    font-weight: 700 !important;
    line-height: unset;
    padding-bottom: 15px;
}
.cta-content-wrapper .sub-content {
    font-size: 28px;
    font-family: "Klavika", Arial, Helvetica, sans-serif !important;
    color: #ffffff;
    line-height: 1.2;
    padding-bottom: 30px;
    max-width: 800px;
    margin: auto;
}
.cta-content-wrapper .discover-more-button {
    border: 2px solid #21A5DC !important;
    font-weight: 900 !important;
    background-color: #21A5DC !important;
    color: #fff !important;
    display: inline-block !important;
    text-decoration: none !important;
    font-family: KlavikaBold, SourceHanSansBold, Arial, Helvetica, sans-serif !important;
    text-transform: uppercase !important;
    min-width: 160px !important;
    border-radius: 4px !important;
    border-width: 3px !important;
    border-style: solid !important;
    line-height: normal !important;
    cursor: pointer !important;
    font-size: 16px !important;
    padding: 11px 20px !important;
    word-break: normal !important;
    height: unset !important;
    letter-spacing: unset !important;
}
.cta-content-wrapper .abde-button .abde-btn.discover-more-button:hover {
    color: #21A5DC !important;
    background-color: #fff !important;
}
.custom-carousel-item .cta-disclaimer .abde-text .abde-text-description p.slide-text-medium {
    padding: 0px 20px 20px !important;
    text-align: center;
    font-weight: bold !important;
    line-height: 1 !important;
}
@media only screen and (max-width: 1024px), only screen and (max-height: 750px) {
    .cta-content-wrapper {
        min-height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .cta-content-wrapper .title {
        font-size: 40px;
    }
    .cta-content-wrapper .sub-content {
        font-size: 23px;
    }
    .custom-carousel-item .cta-disclaimer .abde-text .abde-text-description p.slide-text-medium {
        padding: 20px 0px !important;
    }
}
@media only screen and (max-width: 576px) {
    .custom-carousel-item .cta-disclaimer {
        position: relative;
    }
}
@media only screen and (max-width: 1512px), only screen and (max-height: 916px) {
    .custom-carousel-item .cta-disclaimer .abde-text .abde-text-description p.slide-text-medium {
        font-size: 16px !important;
    }
}


/* Footnote Styling */
.footnote-container.footnote-container-padding-lg {
    padding-top: 40px;
}
.footnote-container.footnote-container-padding-sm {
    padding-top: 20px;
}
.footnote-container .footnote-bold-text {
    padding: 0;
    font-size: 19px;
    font-weight:bold !important;
    line-height:1.2;
}
.footnote-container .footnote-text {
    padding: 0;
    font-size: 14px;
    line-height:1.2;
}
@media only screen and (max-width: 1024px) {
    .footnote-container .footnote-bold-text {
        font-size: 16px !important;
    }
}
</pre></body></html>