<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.webp .mh {background-image: linear-gradient(to bottom right,#000000cc,#00000042), url("/uploaded/Image/mastheads/sm/2DDrawingCloseup.webp");}
.no-webp .mh {background-image: linear-gradient(to bottom right,#000000cc,#00000042), url("/uploaded/Image/mastheads/sm/2DDrawingCloseup.jpg");}

@media (max-width: 450px) {
.webp .mh {background-image: linear-gradient(to bottom right,#000000cc,#00000042), url("/uploaded/Image/mastheads/mobile/450_2DDrawingCloseup.webp");}
.no-webp .mh {background-image: linear-gradient(to bottom right,#000000cc,#00000042), url("/uploaded/Image/mastheads/mobile/450_2DDrawingCloseup.jpg");}
}

.TwoCTA {
display: flex; justify-content: center; align-items: center;
}

#IMG-MASTHEAD .TwoCTA .MastheadCTA {
    margin: 40px 20px -20px 0px;
}

#IMG-MASTHEAD .TwoCTA .MastheadCTA:hover {
    margin: 40px 20px -20px 0px;
}

#regGrey .card-col-container {row-gap: 35px;}

#divfix {
    display: none;
}

.iconLeft:before {
font-family: "Font Awesome 5 Duotone";
font-weight: 900;
content: "\f51c";
display: none;
}

.jwplayer ul li {margin: 0px !important; padding: 0 !important; background-image: none !important;}

/*---------------------- Locked Video Start --------------------------------------*/

.locked-video-container {
  position: relative;
  background: #333;
  padding-top: 56.25%;
}

.locked-video-container img { 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%
}

.locked-video-containerOverlay {
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.5));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.hexSSM {
    position: absolute;
    top: 47.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 67px;
    height: 76px;
    filter: opacity(0.7);
    background: url(/uploaded/image/MYSSM_Hex.svg);
    background-size: cover;
}

.playSSM {
    position: absolute;
    top: 47.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    filter: opacity(0.7);
    background: url(/uploaded/image/MYSSM_Play.svg);
    background-size: cover;
}

.hexSSM:hover {
    filter: opacity(1);
}

.playSSM:hover {
    filter: opacity(1);
}

/*---------------------- Locked Video END --------------------------------------*/
</pre></body></html>