.cover {
position: relative;
min-height: 550px;
}

.cover-slick {
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
z-index:1;
}

.cover-slick div {
height: 100%;
background-size: cover;
background-position: center;
}

.cover .toggle-slick {
position: absolute;
top: 125px;
right: 15px;
background: none;
border: 0;
}


.cover .slick-slide h2{
text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.82);
margin-right: 170px;
margin-top: 93px;
color: #fff;
font-weight: 400;
font-size: 3rem;
line-height: 1.5;
}
.cover .slick-slide h2 span{
font-weight: 900;
}

.cover-content {
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
z-index: 99;
text-align: center;

max-width: 600px;
margin-top: -60px;
}

/**/

video {
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
background-size: cover;
transition: 1s opacity;
object-fit: cover;
z-index: -1;
}

#toggle-video {
position: absolute;
top: 125px;
right: 15px;
background: none;
border: 0;
}



/**/



.services-slick {
padding: .5rem 1rem;
margin: 0 1rem;
}

.service {
text-align: center;
display: block;
background: #fff;
margin: 1rem;
padding: 1rem;
color: var(--text);
font-size: 1.2rem;
}

.service:hover {
transform: scale(1.1);
}
.service .icon img {
display: block;
margin: 0 auto;
margin-bottom: .75rem;
width: 65px;
}




/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.news {
display: block;
padding: 0 0 0 0.5rem;
background: rgba(var(--site1RGB), 0.87);
margin-top: 50px;
height: 50px;
align-content: center;
}

.news .container {
min-width: 100%;
position: relative;
height: 100%;
align-content: center;
}

.news .content {
position: relative;
}

.news .buttons {
position: absolute;
top: 1.9rem;
left: 1.9rem;
}

.news a {
color: #fff;
display: block;
font-weight: 300;
}

.articles .article {
padding: 1rem;
display: block;
background: #fff;
color: #000;
box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
position: relative;
height: 100%;
}

@media (min-width: 768px) {
.news a {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}

.news h2 {
height: 100%;
border-right: 1px solid #ffff;
color: #fff;
font-size: 1.2rem;
position: absolute;
top: 0;
left: 0;
padding: 0 1rem 0 0;
margin: 0;
border-radius: 0;
z-index: 5;
line-height: inherit;
align-content: center;
}

.news h2 a {
color: #fff;
font-weight: 300;
}
.news h2 a:hover{
color: var(--site4);
}
.bn-direction-rtl .bn-controls button {
border: none;
background-color: transparent;
border-radius: 0;
}



@media (max-width:1599px) {
.bn-news {
margin-right: 120px;
}
}

.bn-news ul li a {
font-size: 1rem;
line-height: 1.2rem;
padding: .36rem 0;
color: #fff;
font-weight: 400;
position: relative;
padding-left: 1rem;
}

.bn-news ul li a::after {
position: absolute;
content: '';
height: 30px;
width: 45px;
background-image: url(./images/divider.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
top: 50%;
transform: translateY(-50%);
left: -1rem;
}

.bn-news ul li a:hover {
color: var(--site4);
}

.bn-effect-scroll .bn-news ul li {
padding: 0 0.25rem;
}

.news .date {}

.news .date:after {
content: ' | ';
margin: 0 10px;
content: none;
}

.news-toggle {
width: 26px;
height: 26px;
border: 1px solid #fff;
border-radius: 50%;
background: #111;
color: #fff;
background: none;
font-size: 14px;
}

.bn-direction-rtl .bn-controls {
left: auto;
right: 0;
}

.bn-controls button {
border: 0;
width: 30px;
height: 30px;
border-radius: 50%;
background: #111;
color: #fff;
padding: 0;
margin-right: 5px;
}

.bn-arrow {
top: -1px;
}

.bn-pause::before,
.bn-pause::after {
background-color: #fff;
}

.bn-play::after {
border-left-color: #fff;
}

.bn-controls button:hover {
background-color: transparent;
border: 1px solid #fff;
box-shadow: none;
}
/**/




/**/




.prism .pic{
width: 100%;
max-width: 490px;
aspect-ratio: 1;
background-size: 100%;
background-position: center;
border-radius: 40px;
margin-bottom: 1rem;
transition: all 0.2s ease-out;
}
.prism a{
color: var(--site1);
}
.prism a:hover .pic{
background-size: 110%;
}

.demo{
margin-top: 5rem;
margin-bottom: 5rem;
}

.demo .container:nth-child(2) {
padding:4rem 5px;
width: 100%;
background-color: #bcc4d9;
border-radius: 30px;
}

.demo .slick-prev,
.events .slick-prev{
left: auto;
right: -35px;
}


.demo .icon{
margin: auto;
height: 90px;
margin-bottom: 5px;
}
.demo .icon img{
max-width: 90px;
transition: all 0.2s ease-in-out;
}
.demo .wrapper,
.demo .icon{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.demo figcaption{
color: var(--site1);
display: flex;
flex-direction: column;
text-align: center;
}
.demo figcaption > span:first-child{
font-weight: 900;
font-size: 2.7rem;
transition: all 0.2s ease-in-out;
}
.demo figcaption > span:last-child{
font-size: 1.34rem;
}


section .container > h2{
margin:3rem 0 2rem;
font-weight: 800;
font-size: 3.25rem;
color: var(--site1);
}
.events-slick{
height: 95vh;
}
.events-slick a{
position: relative;
padding: 4rem 5rem;
padding: 0;
height: 100%;
border-radius: 40px;
font-size: 2rem;
color: #fff;
}
.events-slick a .pic {
    z-index: 1;
    border-radius: 40px 40px 0 0;
    position: relative;
    inset: 0;
    margin: auto;
    height: calc(90vh - 80px);
    width: 100%;
    background-size: cover;
    background-position: center;
}
.events-slick a:hover{
text-decoration: none;
}
.events-slick a p{
font-size: 2.5rem;
font-weight: 900;
line-height: 1.25;
} 
.events-slick .info{
margin-top: -2rem;
    padding-top: 2rem;
    position: relative;
    padding: 4rem 2rem 1rem;
    background-color: rgba(0, 0, 0, 0);
    max-width: 100%;
    border-radius: 0 0 40px 40px;
backdrop-filter: blur(2px);
color: #fff;
    background-color: var(--site1);
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.62);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/* .events-slick .info::after {
content: '';
position: absolute;
top: -10rem;
height: 10rem;
background-color: var(--site3);
width: calc(100% - 8px);
z-index: -1;
} */
.events-slick .slick-slide,
.events-slick .slick-slide > div,
.events-slick .slick-list,
.events-slick .slick-track{
height: 100%;
}
.events .goto{
display: flex;
justify-content: flex-end;
position: relative;
}
.events .goto a{
position: absolute;
background-image: url(./images/ev_bg.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
border-radius: 40px;
height: 140px;
width: 260px;
z-index: 3;
top:-133px;
left: -24px;
display: flex;
justify-content: center;
align-items: flex-end;
color: #fff;
font-weight: 600;
text-align: center;
padding-bottom: 1rem;
font-size: 1.4rem;
}
.events .goto .wrap{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-right: 2rem;
}
.events .goto img{
margin-top: 30px;
width: 32px;
}
.events .goto a:hover{
text-decoration: none;
font-size: 1.5rem;
}
.events .slick-next,
.events .slick-prev{
background-color: var(--site3);
border-radius: 99px;
padding: 1rem;
width: 70px;
height: 70px;
display: flex;
justify-content: center;
align-items: center;
left:-35px;
border:12px solid #fff;
color: #fff;
z-index: 5;
transform: translateY(-50%);
}

.events .gotoa {
    margin-top: 0.5rem;
    display: flex;
    justify-content: flex-end;
}

.events .gotoa a {
    color: var(--site1);
    font-weight: 500;
    font-size: 1.4rem;
}

.events-slick a .times {
    display: flex;
    gap: 1rem;
}

@media (min-width: 992px) {
.bn-news {
margin-right: 202px;
left: 103px !important;
}

.services {
position: relative;
bottom: 0;
right: 0;
width: 100%;
}
.container{
max-width: 1560px;
min-width: unset;
}

.demo .slick-next,
.demo .slick-prev{
background-color: var(--site3);
border-radius: 99px;
padding: 1rem;
width: 70px;
height: 70px;
display: flex;
justify-content: center;
align-items: center;
left:-35px;
border:12px solid #fff;
color: #fff;
z-index: 9;
}


.demo .wrapper:hover .icon img{
max-width: 100px;
}
.demo .wrapper:hover figcaption > span:first-child{
font-size: 2.8rem;
}
.bn-news {
padding-right: 100px;
}
.centered {
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.fast-navigation > label, .fast-navigation > select, .fast-navigation > span {
float: right;
display: block;
}
.side-banners {
position: absolute;
top: 50%;
transform: translate(0, -50%);
}
.side-banners.side-banners-right {
right: 0;
}
.side-banners.side-banners-left {
left: 0;
}
.cover {
height: 550px;
}
.news{
display: block;
}
.news a {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}

@media (max-width: 1600px) {
.container {
max-width:95%;
}
}

@media (min-width:1200px) and (max-height:780px) {
    .cover {
        min-height: unset;
        height: 62vh;
    }

    .service {
        margin: 1rem 0;
        padding: 0;
    }

    .service .icon img {
        width: 70px;
        margin-bottom: 5px;
}
}

@media (max-width:1199px){
.demo .slick-next,
    .demo .slick-prev {
        left: -28px;
    }
.demo .slick-prev {
    right: -28px;
}
.events-slick a p {
    font-size: 2rem;
}

.events-slick a .times {
    font-size: 1.25rem;
}
}


@media (max-width: 991px) {
body {
        padding-top: 57px;
    }
.container{
max-width: 100%;
}
.cover-slick div{
text-align: center;
    place-content: center;
}
.cover .slick-slide h2{
margin: auto;
    font-size: calc(1rem + 2.2vw);
}
.cover {
min-height: 240px;
padding: 15px;
padding-top: 125px;
    margin-top: 49px;
}
.centered {
text-align: center;
}
.centered-banner img {
max-width: 100%;
}
.news{
position: absolute;
margin-top: 0;
    width: 100%;
    height: 3.15rem;
z-index: 1;
}
.news h2 {
display: none;
}
.news .bn-news{
margin-right: 0;
left: 0 !important;
}
.news .bn-controls{
display: none;
}
.cover .toggle-slick {
display: none;
}
video, #toggle-video {
display: none;
}
.services-slick{
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
padding: 0;
margin: 3rem 0 0;
}
.service{
padding: 0;
margin: 0 0 0.25rem 0;
    aspect-ratio: 1;
    width: 28%;
    font-size: 1.07rem;
}
.service .icon img{
width: 50px;
}
section .container > h2 {
    font-size: calc(1rem + 3.5vw);
    margin: 2rem 1rem 1rem;
}

section.events .container > h2 {
    margin-top: 0.5rem;
}
.smart-nav-submit {
margin: 0 auto;
}
.demo .container:last-of-type {
max-width: 100%;
border-radius: 0;
padding: 1.5rem 0;
}

.demo .container:nth-child(2) {
    border-radius: 25px;
    padding: 2rem 5px;
    max-width: 90%;
}

section.prism {
    padding-bottom: 2rem;
}
.prism a {
position: relative;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.prism a h2{
font-size: calc(1rem + 1.5vw);
}
.prism a::after{
content: '';
    position: absolute;
    width: 82%;
    height: 2px;
    background-color: #ddd;
    bottom: 0;
    border-radius: 3px;
    left: 50%;
transform: translateX(-50%);
}
.prism a:last-child{
padding-bottom: 0;
    margin-bottom: 0;
}
.prism a:last-child::after{
content: none;
}
.prism a > div {
margin: auto;
max-width: 400px;
}
.events-slick{
height: auto;
}
.events-slick a p{
font-size: calc(0.82rem + 1.5vw);
    margin-bottom: 10px;
}
.events .slick-next, .events .slick-prev{
height: 40px;
    width: 40px;
    border: 4px solid #fff;
left: -14px;
}
.events .slick-prev{
right: -14px;
}
.events-slick .info{
padding: 3rem 2rem 1rem;
    align-items: center;
}

.events-slick .times {
    font-size: 1.12rem;
    line-height: 1.25;
}
.events-slick a{
border-radius: 1rem;
font-size: calc(1rem + 1.5vw);
}
.events .goto img{
width: 27px;
}
.events .goto a{
top: -120px;
    left: -6px;
    height: 140px;
    width: 180px;
    font-size: 1.2rem;
bottom: 0;
}
.events .goto .wrap{
padding-bottom: 0.4rem;
}
.events .gotoa {
    margin-top: 1rem;
}

.events .gotoa a {
    font-size: 1.15rem;
}

.events-slick a .pic {
    height: inherit;
    aspect-ratio: 16 / 9;
}

.events-slick a .times {
    font-size: 1.1rem;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.1;
    gap: 0.3rem;
}
}

@media (max-width:600px){
.demo figcaption > span:first-child {
        font-size: 1.8rem;
    }

    .demo figcaption > span:last-child {
        font-size: 1.2rem;
    }

    .demo {
        margin-top: 1.5rem;
        margin-bottom: 2rem;
    }

    .service .icon img {
        width: 35px;
    }
.prism a > div {
    max-width: 100%;
}
}

@media (max-width:400px) {}