.visually-hidden {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.hero-banner2 {
	display: flex;
    background-color: #c2e2ed;
}
.hero-banner2 .col-text {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: end;
    z-index: 888;
}
.hero-banner2 .text-holder {
    position: relative;
    aspect-ratio: 1 / 1;
    height: 100.25%;
    margin-right: -17.25%;
    background: url(../images/corner-blue.svg) no-repeat right center;
    background-size: cover;
}
.hero-banner2 .text-box {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.hero-banner2 .text-box::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 10.6%;
    right: 34.5%;
    width: 34.5%;
    height: 34.5%;
    background-size: cover;
    transition: all 2s;
}
.hero-banner2.theme-orange .text-box::before {
    background-image: url(../images/corner-orange.svg);
}
.hero-banner2.theme-teal .text-box::before {
    background-image: url(../images/corner-teal.svg);
}
.hero-banner2.theme-gold .text-box::before {
    background-image: url(../images/corner-gold.svg);
}
.hero-banner2 .row-text {
    flex-basis: 42.4%;
    display: flex;
    justify-content: end;
    align-items: end;
    padding: 4% 5.75% 4% 10%;
    text-align: right;
}
.hero-banner2 .row-text h1 {
    color: var(--cl-primary-navy);
    font-size: 38.5px;
    line-height: 1.07;
    letter-spacing: -.015em;
}
.hero-banner2 .row-button {
    display: flex;
    justify-content: end;
    padding: 3% 5.75%;
}
.hero-banner2 .row-button .link {
    color: var(--cl-primary-navy);
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: all .25s;
}
.hero-banner2 .row-button .link:after {
    display: inline-block;
    width: 22px;
    height: 14px;
    margin-left: 6px;
    transition: all .25s;
}
.hero-banner2.theme-orange .row-button .link:after {
    content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 91.95624 54.18796"><defs><style>.cls-1{fill:%23e5792f;stroke-width:0px;}</style></defs><path class="cls-1" d="m80.73987,15.80482l-13.48181-13.48181c-3.09729-3.09735-8.11902-3.09735-11.21637,0s-3.09729,8.11902,0,11.21637l5.55066,5.55066H7.93115c-4.38025,0-7.93115,3.5509-7.93115,7.93115s3.5509,7.93115,7.93115,7.93115h53.66119l-5.69623,5.69623c-3.09729,3.09735-3.09729,8.11908,0,11.21637s8.11908,3.09735,11.21637,0l13.62738-13.62738,11.21637-11.21637-11.21637-11.21637Z"/></svg>');
}
.theme-orange .row-button .link:hover {
    color: var(--cl-primary-orange);
    margin-right: -3px;
}
.hero-banner2 .row-button .link:hover:after {
    margin-left: 9px;
}
.hero-banner2 .col-video {
    position: relative;
    flex-basis: 64.44%;
    aspect-ratio: 464 / 283;
    z-index: 63;
}
.hero-banner2 .video-holder {
    position: relative;
    aspect-ratio: 16 / 9;
    width: auto;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    z-index: 1;
}
.hero-banner2 .video-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 2;
}
.hero-banner2 .col-video .play-btn {
    position: absolute;
    bottom: 22px;
    right: 30px;
    z-index: 10;
}
.hero-banner2 .video-holder img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
#bt-play {
    display: none;
}
.custom-play-button {
    width: 45px;
    height: 45px;
    color: var(--cl-primary-navy);
    font-size: 22px;
    background: var(--cl-light-blue);
    border: 3px solid #fff;
    border-radius: 50%;
}
.custom-play-button i {
    transition: all .25s;
}
#bt-play i {
    margin-left: -3px;
}
.custom-play-button:hover {
    opacity: 1;
}
.theme-orange .custom-play-button:hover {
    background: var(--cl-primary-orange);
}

.news-carousel {
    padding: 42px 0;
}
.news-carousel .block-news {
    padding: 30px 30px 20px;
    border-radius: 25px;
    background-color: #efeff0;
    box-shadow: none;
}
.news-carousel .block-news h3 {
    color: var(--cl-primary-orange);
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
}
.news-carousel .news-posts {
    display: block;
    width: 100%;
    overflow: hidden;
}
.news-carousel .slick-track {
    display: flex !important;
    align-items: stretch;
}
.news-carousel .slick-slide {
    display: flex !important;
    height: auto !important;
    flex-direction: column;
    padding: 0 12px;
}
.news-carousel .slick-slide > div {
    height: 100%;
}
.news-carousel .news-item {
    height: 100%;
    padding: 16px;
    border-radius: 20px;
    background-color: #fff;
}


.featured-links-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.featured-links-container .featured-block {
    display: flex;
}


.links-container {
    display: flex;
}
.links-container .link-circle {
    display: block;
    border-radius: 50%;
}