<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sideVideoCTA {
    width: 100%;
    color: #444B57;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:90px 0 0;
}
.videoRight .video_wrapper {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
    margin-right:100px;
}
.video_wrapper iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position:absolute;
}
@media (max-width: 992px) {
    .sideVideoCTA {
        display: block;
    }
    .videoRight .video_wrapper{
       margin-left:0px;
    margin-right:0px;
    }
}
.sideVideoCTA h1{
    margin-bottom: 15px;
    font-weight: 100;
}

.sideVideoCTA h2{
    margin-bottom:15px;
}
.sideVideoCTA p{
    font-size:24px;
    line-height:32px;
    margin:0 0 10px;
}

.sideVideoCTA a{
    color: #ffffff;
    margin-top: 15px;
}

.sideVideoCTA a:nth-of-type(1){
    margin-right: 15px;
}

.videoRight .sideVideoCTAContents {
    padding: 15px 15px 15px;
    padding-left:100px;
}
@media (max-width: 991px) {
    .videoRight .sideVideoCTAContents {
        padding: 15px;
        padding-left:15px;
    }
}</pre></body></html>