@charset "utf-8";

::-moz-selection {
    background-color: var(--theme-ui-colors-main);
    color: var(--theme-ui-colors-white);
}

::selection {
    background-color: var(--theme-ui-colors-main);
    color: var(--theme-ui-colors-white);
}

html {
    --theme-ui-colors-theme: #58b7e6;
    --theme-ui-colors-light-theme: #ffb5cc;
    --theme-ui-colors-mute-theme: #fff2f6;
    --theme-ui-colors-black: #000;
    --theme-ui-colors-white: #fff;
    --theme-ui-colors-main: #E90044;
    /* Corporate Red */
    --theme-ui-colors-submain: #A80034;
    /* Dark Red */
    --theme-ui-colors-error: #f70044;
    /* Error */
    --theme-ui-colors-focus: #FFB500;
    /* Yellow */
    --theme-ui-colors-primary: #4f4f50;
    /* Dark Grey */
    --theme-ui-colors-grey: #a1a1a1;
    /* Light Grey */
    --theme-ui-colors-light-grey: #d1d1d1;
    /* Light Grey */
    --theme-ui-colors-secondary: #003866;
    /* Dark Blue */
    --theme-ui-colors-surreal: #6AD9D4;
    /* Light Blue */
    --theme-ui-colors-muted: #F4F7F8;
    /* Muted */
}


#leaderboard,
#imu {
    display: block;
    margin: auto;
    width: 100%;
    text-align: center;
}

#imu {
    margin: 1em auto;
}

.rotator2-view-component-wrap {
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.1);
    padding: 0 !important;
    border: 0.8em solid #fff;
}

.rotator2-view-component-wrap .rotator2-view-com-slider1-item-img {
    height: auto;
}

.rotator2-view-com-slider1-item-mobile-title {
    padding: 0.2em 1em;
}

.rotator2-view-component-wrap .rotator2-view-com-slider1-item .ant-image .rotator2-view-com-slider1-item-img {
    height: auto !important;
}

.bg-white {
    background: var(--theme-ui-colors-white);
}

span.stretch {
    margin: 0 -0.15em;
    display: inline-block !important;
    -webkit-transform: scale(0.7, 1);
    -moz-transform: scale(0.7, 1);
    -o-transform: scale(0.7, 1);
    transform: scale(0.7, 1);
}

span.stretch:nth-child(1) {
    margin: 0 -0.4em 0 -0.25em;
    -webkit-transform: scale(0.5, 1);
    -moz-transform: scale(0.5, 1);
    -o-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
}

.scroller {
    height: 1000px;
    overflow: auto;
    background: var(--theme-ui-colors-white);
}

.scroller::-webkit-scrollbar {
    width: 6px;
    background-color: #3488b7;
}

.scroller::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #3488b7;
    border-radius: 10px;
}

.scroller::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background: #3488b7;
}


@media screen and (max-width:768px) {
    .scroller {
        height: 600px;
    }

    .rotator2-view-component-wrap {
        border: 0;
    }
}

.fluid-iframe {
    position: relative;
    padding-bottom: 56.25%;
    margin: 0 auto;
    height: 0;
    z-index: 1000;
    overflow: hidden;
    background: none;
    -webkit-overflow-scrolling: touch;
}

.fluid-iframe iframe {
    min-height: auto !important;
    margin: 0 auto !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#jumbotron-video-display,
#jumbotron-video.sph-video-widget {
    margin-bottom: 0 !important;
}


#ROOT,
#gK-5iGKldT,
#nY7RJ6Thi1,
.bus-com-free-form-view-html {
    background: transparent !important;
}

#nY7RJ6Thi1 {
    padding-top: 0 !important;
}

.template-com-template-a-view,
.template-com-template-a-view-con1,
.common-business-component-container.bus-com-free-form-view {
    background: none !important;
}

.template-com-template-b-view-con1 div:nth-child(1) {
    background: none !important;
}

.template-com-template-b-view-con2,
.bus-com-article-list-2-view {
    margin-top: 0 !important;
    background: #fff !important;
}

@media screen and (max-width:1000px) {
    .template-com-template-b-view-con2-top .top-right {
        display: none !important;
    }
}

body,
h1,
h2,
h3,
p,
li {
    white-space: pretty;
}

h1.headline {
    margin-bottom: 0.4em;
    text-align: center;
    color: var(--theme-ui-colors-secondary);
    font-weight: 900;
}

small {
    font-size: 14px;
}

a {
    transition: all .5s;
}

body {
    font-family: Roboto, Noto Sans SC;
}

.sub {
    padding: 0 2em 1em 2em;
    font-weight: 400;
    color: #888;
}

.en {
    font-family: Roboto;
    display: flex;
    justify-content: center;
}


.template-com-template-b-view-con1 .modal-window .modal-window-inner {
    background: var(--theme-ui-colors-white) !important;
}


.view-desktop {
    display: block;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.view-mobile,
.view-tablet {
    display: none;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.wrapper {
    width: 100%;
    margin: auto;
    border-radius: 0;
}

@media (min-width:200px) and (max-width:1000px) {
    span.copy-link-icon {
        top: 1em;
    }

    .view-mobile {
        display: block !important;
    }

    .view-desktop {
        display: none !important;
    }

    .wrapper {
        width: 100%;
    }

    .modal-window .modal-window-inner {
        width: 90%;
        height: 80%;
    }

    .modal-window .display-panel {
        width: 100%;
    }

    .sub {
        padding: 0 0 1em 0;
    }
}

.theme-h3 {
    margin-bottom: 0.6em;
    font-size: 1.75rem;
    font-weight: 900;
}

.img-responsive {
    width: 100%;
}

.display-group {
    display: flex;
}

.display-highlight {
    background: #e8f7ff;
    padding: 1em;
    margin-bottom: 1em;
}


.display-wrapper {
    padding: 1em 2em;
    background: transparent !important;
}

.display-panel {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}

.display-md-auto {
    display: flex;
}

.display-md-1 {
    width: 10%;
}

.display-md-2 {
    width: 20%;
}

.display-md-25 {
    width: 25%;
}

.display-md-3 {
    width: 30%;
}

.display-md-33 {
    width: 33.33333%;
}

.display-md-4 {
    width: 40%;
}

.display-md-5 {
    width: 50%;
}

.display-md-6 {
    width: 60%;
}

.display-md-7 {
    width: 70%;
}

.display-md-8 {
    width: 80%;
}

.display-md-9 {
    width: 90%;
}

.display-md-10 {
    width: 100%;
}

.display-full {
    display: flex;
}

@media screen and (max-width:1000px) {
    .display-wrapper {
        padding: 1em;
    }

    .display-full,
    .display-panel {
        width: 100%;
        display: block;
    }

    .display-xs-5 {
        width: 49.3%;
        display: inline-block;
        vertical-align: top;
    }
}


@media screen and (max-width:1000px) {}


.main {
    margin: 0 auto;
    width: 100%;
}

.avt {
    padding: 0;
}

.fluid-iframe {
    margin: 0 auto;
    padding-top: 0 !important;
}

#block-customfreeformblock-2 .group {
    margin: 0 auto;
}

.topnavbar-primary {
    background: rgba(255, 255, 255, 0.6);
}

.theme-nav {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-radius: 1.8em;
    background: rgba(255, 255, 255, 0.1);
    border: 4px solid rgba(255, 255, 255, 0.5);
    border-bottom: 0;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow000: 0 0 100px rgba(80, 40, 180, 0.26);
    box-shadow000: 0 0 100px rgba(80, 40, 180, 0.26);
    z-index: 1;
}

.theme-nav ul,
.theme-nav li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.theme-nav ul {
    display: flex;
}

.theme-nav ul a {
    font-size: 2.6em;
    color: #834aab;
    padding: 0.6em 1em;
    display: block;
    font-weight: 900;
}

.theme-nav ul a:focus,
.theme-nav ul a:hover {
    color: var(--theme-ui-colors-black);
    font-weight: 900;
}

.theme-nav-bar {
    border-bottom: 1px solid #834aab;
}

.theme-header {
    width: 100%;
    margin: 3em auto 1em auto;
    display: table;
    color: var(--theme-ui-colors-white);
    position: relative;
}


#jumbotron-video-display {
    margin: 0 auto;
    padding: 0;
    -webkit-box-shadow000: 0 0 50px 0 rgba(0, 0, 0, 0.4);
    box-shadow000: 0 0 50px 0 rgba(0, 0, 0, 0.4);
}

#jumbotron-video .sph-video-box .vjs-playlist {
    width: 100%;
    display: block;
}

#jumbotron-video .sph-video-box .vjs-playlist .slick-list {
    padding: 0 !important;
}

.sph-video-box .vjs-playlist {
    overflow-x: hidden !important;
}

#jumbotron-video .slick-slide.slick-active img {
    opacity: 0.5 !important;
}

#jumbotron-video .slick-slide.vjs-selected img {
    opacity: 1 !important;
}

#jumbotron-video.sph-video-widget .slick-slide cite.vjs-playlist-name,
#jumbotron-video.sph-video-widget .slick-slide.slick-active cite.vjs-playlist-name {
    color: #828282 !important;
}

#jumbotron-video.sph-video-widget .slick-slide.vjs-selected cite.vjs-playlist-name {
    color: #fff !important;
}

#jumbotron-video.sph-video-widget {
    border-radius: 0.8em;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

#jumbotron-video .vjs-playlist-thumbnail {
    border-radius: 0.4em;
}

.vjs-mouse.vjs-playlist .vjs-mouse.vjs-playlist {
    background-color: #222;
}

.enclose #jumbotron-video .vjs-playlist-item {
    width: 160px !important;
}

.enclose #jumbotron-video .vjs-playlist-thumbnail {
    height: 90px !important;
}

@media screen and (max-width:1000px) {
    #jumbotron-video-display {
        width: 100% !important;
        border: none;
    }

    #jumbotron-video .vjs-playlist-item {
        width: 160px !important;
    }

    #jumbotron-video .vjs-playlist-thumbnail {
        height: 84px !important;
    }
}

.shy-box {
    padding: 2em 0;
    position: relative;
    scrollbar-color: #82B1FF #F5F5F5;
    -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
}

.shy-box::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.shy-box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.shy-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background: #ff818c;
}

@media screen and (max-width:1000px) {
    .theme-nav {
        width: 100%;
        margin: auto;
        border-radius: 0.8em;
    }

    .theme-nav ul a {
        font-size: 1.65em;
        line-height: 1.2;
        padding: 0.6em 0;
    }

    #jumbotron-video-display {
        width: 100% !important;
        border: none;
    }

    #jumbotron-video .vjs-playlist-item {
        width: 160px !important;
    }

    #jumbotron-video .vjs-playlist-thumbnail {
        height: 84px !important;
    }
}