@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap');
body, input, button, textarea { font-family: 'Roboto', Arial, sans-serif; }
.alternate-calendar-icon:before { content: "\f073"; }
.thumb .info { position: absolute; bottom: 36px; left: 7px; padding: 0 5px 0 5px; height: 20px; text-align: center; border-radius: 9px 9px 0 0; overflow: hidden; z-index: 2;}
.pages a.prev:after,.pages span.prev:after { content: '\f104'; }
.pages a.next:after,.pages span.next:after { content: '\f105'; }
.contact-form .textarea { border-style: solid; border-width: 1px; padding: 17px; border-radius: 4px; margin-top: 20px; max-width: 700px; overflow: hidden; width: 100%;}

@media all and (min-width:1020px) {
    .video-container { display: table; width: 100%; display: flex;align-items: flex-start;}
    .video-column, .right-column { display: table-cell; vertical-align: top; width: 100%;}
}

@media all and (min-width:1680px) {

.right-column { width: 480px !important; min-width: 480px !important; max-width: 480px !important; height: 520px !important; }
 
}

@media all and (max-width:1020px) {* { -webkit-tap-highlight-color: transparent; -webkit-focus-ring-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}}
.lazyload, 
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
}

.g_hidden {
    display: none;
    color: rgb(180, 30, 50);
}

.result-vote {
    position: absolute;
    top: -11px;
    right: 0;
    background: white;
}

.video-column .info {
    position: relative;
    overflow: visible;
}

.preview-progress {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: rgb(180,30,50);
    -webkit-transition: width 1.2s;
    -o-transition: width 1.2s;
    transition: width 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: width;
}

.preview-progress.is-full {
    width: 100%;
}

.mobile_preview { 
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    right: 7px;
    top: 9px;
    border-radius: 50%;
    padding: 10px;
}

@media all and (max-width:767px) {
    .mobile_preview { 
        display: block !important;
    }
}

.mobile_preview svg:not(:root) {
    overflow: visible;
}

.mobile_preview .svg-icon {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.mobile_preview {
    display: none;
}

.thumb figure video {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    transform: translateY(-50%);
    z-index: 2;
}

.top-text {
    overflow: hidden;
    margin: 5px 10px 0 10px;
    font-size: 14px;
    line-height: 20px;
    max-height: 160px;
    position: relative;
    text-align: justify;
}

.top-text-button {
    -moz-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    width: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    font-weight: 900;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgb(250, 250, 250);
}

.top-text-button:hover, .top-text-button.active {
    color: rgb(180,30,50);
}

.top-text-button:before {
    content: '\f107';
}

.top-text.active {
    max-height: 100%;
    padding-bottom: 5px;
}

.top-text-button.active {
    transform: rotate(180deg);
}

.clear-line {
    border-top-style: solid;
    border-top-width: 1px;
    margin: 10px 10px 0 10px;
}

@media (min-width: 1020px) {
    .top-text {
        margin-top: 12px;
        font-size: 16px;
        line-height: 22px;
        max-height: 44px;
    }
}