.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background-color: #f7f4f2;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    background-color: #f7f4f2;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #CCC;
}
.mfp-preloader a:hover {
    color: #FFF;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 2.75rem;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #3C828C;
    font-style: normal;
    font-size: 1.75rem;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 0.75rem;
    line-height: 1.125rem;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 0.75rem;
    line-height: 0.875rem;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 1.125rem;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
.tns-outer {
    padding: 0 !important;
}
.tns-outer [hidden] {
    display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer;
}
.tns-slider {
    transition: all 0s;
}
.tns-slider>.tns-item {
    box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
    white-space: nowrap;
}
.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both;
}
.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%;
}
.tns-no-calc {
    position: relative;
    left: 0;
}
.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px;
}
.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    transition: transform 0s, opacity 0s;
}
.tns-gallery>.tns-slide-active {
    position: relative;
    left: auto !important;
}
.tns-gallery>.tns-moving {
    transition: all 0.25s;
}
.tns-autowidth {
    display: inline-block;
}
.tns-lazy-img {
    transition: opacity 0.6s;
    opacity: 0.6;
}
.tns-lazy-img.tns-complete {
    opacity: 1;
}
.tns-ah {
    transition: height 0s;
}
.tns-ovh {
    overflow: hidden;
}
.tns-visually-hidden {
    position: absolute;
    left: -10000em;
}
.tns-transparent {
    opacity: 0;
    visibility: hidden;
}
.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0;
}
.tns-normal, .tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}
.tns-vpfix {
    white-space: nowrap;
}
.tns-vpfix>div, .tns-vpfix>li {
    display: inline-block;
}
.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden;
}
.tns-t-ct {
    width: 2333.3333333%;
    width: 2333.33%;
    width: 2333.33%;
    width: 2333.33%;
    position: absolute;
    right: 0;
}
.tns-t-ct:after {
    content: '';
    display: table;
    clear: both;
}
.tns-t-ct>div {
    width: 1.4285714%;
    width: 1.43%;
    width: 1.43%;
    width: 1.43%;
    height: 10px;
    float: left;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
html, body {}
body {
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    color: rgb(75,92,102);
    background-color: #FFF;
    overflow-x: hidden;
}
::-moz-selection {
    color: #FFF;
    background: rgb(75,92,102);
}
::selection {
    color: #FFF;
    background: rgb(75,92,102);
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: 'Open Sans',sans-serif;
    font-size: 1.25rem;
    line-height: 1.3;
    margin: 0;
}
address {
    font-style: normal;
}
p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.43;
    color: rgb(75,92,102);
}
a {
    text-decoration: none;
    cursor: pointer;
    display: block;
    outline: none;
}
input, button, select, textarea {
    font-family: 'Open Sans',sans-serif;
    font-size: inherit;
    line-height: inherit;
    background-color: transparent;
    border: none;
    outline: none;
}
select {
    width: 100%;
    text-transform: none;
    box-sizing: border-box;
}
textarea {
    height: auto;
    min-height: 50px;
}
img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
figure {
    margin: 0;
    line-height: 0;
}
figcaption {
    text-align: left;
}
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.o-container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: justify;
}
.content {
    z-index: 1;
    position: relative;
}
.content .o-container {
    padding: 0;
}
.content__name {
    display: none;
}
.o-container {}
.o-section {
    position: relative;
    z-index: 1;
}
.o-section-signin .c-title {
    padding-top: 30px;
    font-size: 1.875rem;
    text-align: center;
}
.o-section-signin .c-form__button {
    font-size: 0.625rem;
    height: 30px;
    width: 100px;
}
.o-section-signin .c-form__button span {
    display: none;
}
.o-section-signin .c-form__check {
    padding: 20px 0;
}
.o-section-magazine {}
.o-section-magazine__group {
    max-width: 690px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}
.o-section-magazine__claim .o-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    max-width: 90%;
    margin: 0 auto;
}
.o-section-magazine__claim .o-container .c-card-article {}
.o-section-magazine__claim .o-container .c-card-article:nth-child(1) {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-row-gap: 15px;
    max-width: 50%;
    margin-right: auto;
}
.o-section-magazine__claim .o-container .c-card-article:nth-child(1) .c-card-article__thumb {
    margin-left: 0;
}
.o-section-magazine__claim .o-container .c-card-article:nth-child(2) {
    margin-left: 15px;
    margin-top: 0;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-row-gap: 15px;
}
.o-section-magazine__claim .o-container .c-card-article:nth-child(2) .c-card-article__thumb {
    margin-left: 0;
}
.o-section-magazine__claim .o-container .c-card-article:nth-child(2) .c-card-article__thumb img {
    max-height: 120px;
    max-width: 120px;
}
.o-section-magazine__claim .o-container .c-card-article__type {
    line-height: 1;
}
.o-section-magazine__claim .o-container .c-card-article__title {
    font-size: 0.8125rem;
    line-height: 1.0625rem;
}
.o-section-legal .section-body {
    padding: 15px;
}
.o-section-legal .section-body a {
    color: rgb(231,49,55);
    text-decoration: underline;
    word-break: break-all;
    display: inline-block;
}
.o-section-legal .section-body p {
    font-size: 0.875rem;
    line-height: 1.4rem;
    word-break: break-word;
}
.o-section-legal .section-body p strong {
    font-weight: bold;
}
.o-section-legal .section-body h2, .o-section-legal .section-body h3 {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.4rem;
    margin-bottom: 15px;
    color: rgb(231,49,55);
}
.o-section-legal .section-body table {
    border-collapse: collapse;
    border: .1rem solid #DDD;
}
.o-section-legal .section-body table td {
    padding: 10px;
    font-size: 0.875rem;
    vertical-align: top;
}
.o-section-legal .section-body ul {
    list-style-type: disc;
    display: block;
    list-style-position: inside;
    margin-bottom: 1.5rem;
}
.o-section-legal .section-body ul > li {
    list-style-image: url(../img/icon/bullets.png);
}
.o-section-legal .section-body ul li {
    font-size: 0.875rem;
    line-height: 1.2;
    margin-bottom: 15px;
}
.o-section-legal .section-body > p, .o-section-legal .section-body > .table-responsive {
    margin-bottom: 15px;
}
.o-section-legal .section-body.text-center {
    text-align: center;
}
.o-modal {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 1050px;
    margin: 0 auto;
}
.o-modal__head {
    position: relative;
    padding: 15px 20px;
}
.o-modal__head__title {
    color: #3C828C;
    font-size: 1rem;
    padding-right: 20px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin-bottom: 5px;
}
.o-modal__head__subtitle {
    color: #3C828C;
    font-weight: 600;
    letter-spacing: 0.06625rem;
    line-height: 0.625rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.5rem;
}
.o-modal__close {
    position: absolute;
    top: 0;
    right: 0;
}
.o-modal__nav {
    padding: 0 0 20px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
}
.o-modal__event {
    overflow: visible;
}
.o-modal__magazine {
    overflow: visible;
}
.o-modal__dark {
    background-color: rgba(51,51,51,0.65);
    box-shadow: 2px 2px 20px 0 rgba(180,150,130,0.1);
    max-width: inherit;
    height: 100vh;
    top: 90px;
    z-index: 4;
    overflow: hidden;
    position: fixed;
}
.o-modal__dark .o-modal__close {
    top: 15px;
}
.o-modal__dark .o-modal__head {
    margin: 0 auto;
    padding: 5% 0 0;
    width: 90%;
}
.o-modal__dark .o-modal__head .o-modal__close {
    color: #FFF;
}
.o-modal__dark .o-modal__content {
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
}
.o-modal__dark .o-modal__content .c-form-login {
    margin: 0 auto;
    max-width: 750px;
}
.o-modal__dark.close {
    display: none;
}
.modal {
    display: none;
    position: fixed;
    z-index: 20;
    top: 70px;
    height: calc(100% - 70px);
    background-color: #000c0c;
    left: 0;
    width: 100%;
    overflow: hidden;
}
.modal.current {
    display: block;
}
.modal-content {
    background-color: rgba(0,0,0, .6);
    margin: auto;
    padding: 2.5%;
    width: 100%;
    max-width: 800px;
    position: relative;
}
.modal-content__close {
    color: #FFF;
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 1.75rem;
    font-weight: bold;
    background: url(../img/icon/btn-close.png) center center;
    width: 28px;
    height: 28px;
    text-indent: -1999em;
    overflow: hidden;
    display: block;
}
.modal-content__close:hover, .modal-content__close:focus {
    opacity: .8;
    text-decoration: none;
    cursor: pointer;
}
.modal-content__title {
    font-family: $font-bold;
    font-size: 2.125rem;
    color: #FFF;
    line-height: 1.2;
}
.modal-content__subtitle {
    font-family: $font-medium;
    color: #FFF;
    font-size: 1.25rem;
}
.modal-content-top {}
.modal-content-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 20px 0;
}
.modal-content-body.mw-925 {
    max-width: 926px;
    margin: 0 auto;
}
.modal-content-body.mw-1025 {
    max-width: 1026px;
    margin: 0 auto;
}
.modal-content-body-scroll {
    overflow-y: auto;
    max-height: 60vh;
    padding-right: 10px;
    margin-top: 20px;
}
.modal-content-body-scroll::-webkit-scrollbar {
    width: 10px;
}
.modal-content-body-scroll::-webkit-scrollbar-track {
    background-color: #535959;
}
.modal-content-body-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #FFF;
    width: 10px;
    height: 25px;
    display: block;
}
.modal-content.w845 {
    width: 100%;
}
.modal-content.w845 .modal-content-body {
    margin-right: 0;
    max-height: 45vh;
}
.modal-content.w1032 {
    width: 100%;
}
.modal-content.w1450 {
    width: 100%;
}
.open-modal {
    position: static;
    height: 100%;
    overflow: hidden;
}
.o-carousel {
    position: relative;
    z-index: 1;
}
.o-carousel .tns-item {
    padding-right: 0 !important;
    margin-right: 15px;
}
.o-carousel .tns-inner {
    overflow: hidden !important;
}
.o-carousel [data-controls="next"], .o-carousel [data-controls="prev"] {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    display: block;
    z-index: 2;
    border-radius: 0;
    border: none;
    background-color: transparent;
    color: #009FE4;
    outline: none;
    padding: 0;
}
.o-carousel [data-controls="prev"] {
    left: 0;
}
.o-carousel [data-controls="next"] {
    right: 0;
}
.o-carousel [data-controls="next"] svg {
    transform: rotate(180deg);
}
.o-carousel .tns-nav {}
.o-carousel .tns-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 30px 0;
}
.o-carousel .tns-nav button {
    cursor: pointer;
    border: none;
    height: 4px;
    width: 30px;
    background-color: rgba(5,220,220,0.3);
}
.o-carousel .tns-nav button + button {
    margin-left: 10px;
}
.o-carousel .tns-nav button.tns-nav-active {
    background-color: #05DCDC;
}
.o-carousel__wrap {
    z-index: 1;
}
.o-slider {
    position: relative;
    z-index: 1;
}
.o-slider [data-controls="next"], .o-slider [data-controls="prev"] {
    position: absolute;
    top: 122px;
    outline: 0;
    outline: none;
    height: 80px;
    width: 30px;
    margin-top: -40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    z-index: 2;
    border: none;
    color: #05DCDC;
    background-color: #FFF;
    padding: 0;
}
.o-slider [data-controls="next"]:focus, .o-slider [data-controls="next"]:link, .o-slider [data-controls="next"]::-moz-selection, .o-slider [data-controls="prev"]:focus, .o-slider [data-controls="prev"]:link, .o-slider [data-controls="prev"]::-moz-selection {
    outline: 0;
    outline: none;
}
.o-slider [data-controls="next"]:focus, .o-slider [data-controls="next"]:link, .o-slider [data-controls="next"]::selection, .o-slider [data-controls="prev"]:focus, .o-slider [data-controls="prev"]:link, .o-slider [data-controls="prev"]::selection {
    outline: 0;
    outline: none;
}
.o-slider [data-action="stop"], .o-slider [data-action="start"] {
    display: none;
}
.o-slider [data-controls="next"] {
    right: 0;
}
.o-slider [data-controls="prev"] {
    left: 0;
    transform: rotate(180deg);
}
.o-slider__wrap {
    z-index: 1;
}
.o-scroll {
    overflow-x: scroll;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.o-scroll-center .item {
    -ms-flex: none;
        flex: none;
    display: block;
    width: 100%;
    max-width: 255px;
    box-sizing: border-box;
}
.o-scroll-center .item .c-live .c-live-content {
    padding: 0 0 15px 15px;
}
.o-scroll-col2 .item {
    padding: 0 0 15px 15px;
    -ms-flex: none;
        flex: none;
    display: block;
    width: 100%;
    max-width: 255px;
    box-sizing: border-box;
}
.o-scroll-col2 .item .thumb {
    margin-top: 20px;
}
.o-scroll-col2 .item + .item {}
.o-scroll-col2 .item + .item:not(.no-border) {
    border-left: 1px solid rgba(180,150,130,0.5);
}
.o-scroll-col4 .item {
    padding: 0 15px 15px;
    -ms-flex: none;
        flex: none;
    display: block;
    width: 100%;
    max-width: 255px;
}
.o-scroll-col4 .item .thumb {
    margin-top: 20px;
}
.o-scroll-col4 .item + .item {}
.o-scroll-col4 .item + .item:not(.no-border) {
    border-left: 1px solid rgba(180, 150, 130, 0.5);
}
.u-grid {}
.u-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.u-flex-justify-end {
    -ms-flex-pack: end;
        justify-content: flex-end;
}
.u-flex-justify-start {
    -ms-flex-pack: start;
        justify-content: flex-start;
}
.u-color01 {
    color: rgb(255,221,0);
}
.u-color02 {
    color: rgb(231,49,55);
}
.u-color03 {
    color: rgb(104,117,126);
}
.u-color04 {
    color: rgb(75,92,102);
}
.u-bg-color01 {
    background-color: rgb(255,221,0);
}
.u-bg-color02 {
    background-color: rgb(231,49,55);
}
.u-bg-color03 {
    background-color: rgb(104,117,126);
}
.u-bg-color04 {
    background-color: rgb(75,92,102);
}
.u-bg-color05 {
    background-color: #38404b;
}
.u-bg-white {
    background-color: #FFF;
}
.u-bg-black {
    background-color: #030303;
}
.u-bg-grey {
    background-color: #f1f1f1;
}
.u-bg-transparent-xs {}
.u-pb-40 {}
.u-pb-40-xs {}
.u-pb-20-xs {}
.u-pt-40 {}
.u-pt-40-xs {}
.u-pt-15-xs {}
.u-pt-20-xs {}
.u-pb-120 {
    padding-bottom: 30px !important;
}
.u-pt-120 {
    padding-top: 30px !important;
}
.u-pb-60 {
    padding-bottom: 30px !important;
}
.u-pt-60 {
    padding-top: 30px !important;
}
.u-pb-80 {
    padding-bottom: 30px !important;
}
.u-pt-80 {
    padding-top: 30px !important;
}
.u-mt-40 {
    margin-top: 40px !important;
}
.u-mb-40 {
    margin-bottom: 40px !important;
}
.u-show-xs {
    display: block;
}
.u-hide-xs {
    display: none;
}
.u-show-xs-only {
    display: block;
}
.u-show-sm-only {
    display: none;
}
.u-show-md-only {
    display: none;
}
.u-show-lg-only {
    display: none;
}
.u-hide-xs-only {
    display: none;
}
.u-hide-sm-only {
    display: block;
}
.u-hide-md-only {
    display: block;
}
.u-hide-lg-only {
    display: block;
}
.sr-only {
    display: none;
}
.u-fluid {
    width: 100vw;
    height: 100vh;
}
.c-header {
    background-color: #FFF;
}
.c-header .o-container {
    height: 75px;
}
.c-header:not(.c-header-expo) {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5;
    box-shadow: rgba(0,0,0,0.2) 0 10px 10px;
}
.c-header__nav {
    display: none;
}
.c-header__nav__btn {
    color: rgb(75,92,102);
    width: 25px;
    height: 15px;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-right: auto;
}
.c-header__nav__btn span {
    display: none;
}
.c-header__nav__btn:before {
    content: '';
    height: 2px;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgb(75,92,102);
}
.c-header__nav__btn:after {
    content: '';
    height: 2px;
    width: 100%;
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: rgb(75,92,102);
}
.c-header__brand {
    margin-right: 15px;
    display: none;
}
.c-header__options .btn, .c-header__options .btn-user {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06625rem;
    line-height: 0.8125rem;
    text-transform: uppercase;
    color: rgb(75,92,102);
    cursor: pointer;
}
.c-header__options .btn.current, .c-header__options .btn-user.current {}
.c-header__options .btn + .btn {
    margin-left: 15px;
}
.c-header__options .btn {}
.c-header__options .btn.current {
    position: relative;
}
.c-header__options .btn.current:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: rgb(231,49,55);
    display: block;
    bottom: -5px;
    left: 0;
    position: absolute;
    margin: 0;
}
.c-header__options .btn-signin {
    outline: none;
    cursor: pointer;
    color: #FFF;
    font-family: 'Open Sans',sans-serif;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.0625rem;
    line-height: 0.6875rem;
    text-align: center;
    background-color: rgb(231,49,55);
    height: 30px;
    width: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    transition: all .3s;
}
.c-header__options .btn-signin span {
    display: none;
}
.c-header__options .btn-user {
    padding: 0 34px 0 0;
    background: url(../img/icon/angle.svg) no-repeat 95% center;
}
.c-header__options .live {
    font-size: 0.875rem;
    font-weight: 700;
    color: rgb(75,92,102);
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.07313rem;
}
.c-header__options .live:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #CC0032;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 10px;
    vertical-align: middle;
}
.c-header__options > * {
    margin-left: 15px;
}
.c-header__options-logged {
    position: relative;
}
.c-header__options-logged .box {
    display: none;
}
.c-header__options-logged.open .box {
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
    width: 100%;
    background-color: #FFF;
    box-shadow: 2px 2px 10px 0 #E0E0E0;
    margin-left: 0;
}
.c-header__options-logged.open .box .c-user__head {
    padding: 30px;
}
.c-header__options-logged.open .box .c-user__head__txt {
    -ms-flex-pack: start;
        justify-content: flex-start;
}
.c-header__options-logged.open .box .c-user__head__txt .c-form__button {
    margin: 20px 0;
}
.c-header__options-logged.open .box .c-user__head__txt .c-form__cta {
    margin: 0 0 0 auto;
}
.c-header__options-logged.open .box .c-user__head__txt > * {
    text-align: left;
}
.c-header__options-question {
    position: relative;
}
.c-header__options-question .cta {
    color: #38404b;
    font-size: 0.75rem;
    cursor: pointer;
    transition: color .3s;
}
.c-header__options-question .cta:hover {
    color: rgb(75,92,102);
}
.c-header__options-question .box {
    display: none;
}
.c-header__options-question.open .box {
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
    background-color: #38404b;
    margin-left: 0;
}
.c-header__options-question.open .box .c-user__head {
    padding: 30px;
}
.c-header__options-question.open .box .c-user__head__txt {
    -ms-flex-pack: start;
        justify-content: flex-start;
}
.c-header__options-question.open .box .c-user__head__txt .c-form__button {
    margin: 20px 0;
}
.c-header__options-question.open .box .c-user__head__txt .c-form__cta {
    margin: 0 0 0 auto;
}
.c-header__options-question.open .box .c-user__head__txt > * {
    text-align: left;
}
.c-header__options-alert {
    position: relative;
    margin-left: 0 !important;
}
.c-header__options-alert .c-icon {
    cursor: pointer;
    color: rgb(75,92,102);
    background-color: transparent;
    width: 24px;
    height: 24px;
    margin: 0 5px;
    position: relative;
}
.c-header__options-alert .c-icon .number {
    position: absolute;
    bottom: -8px;
    right: -8px;
    color: #FFF;
    background-color: rgb(231,49,55);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 0.625rem;
    font-weight: 700;
    z-index: 2;
}
.c-header__options-alert .box {
    display: none;
}
.c-header__options-alert .c-player__score {
    width: 250px;
    margin: 0 auto;
    padding: 20px;
}
.c-header__options-alert .c-player__score label {
    font-size: 1.25rem;
}
.c-header__options-alert .c-player__score input[type="radio"] {
    display: none;
}
.c-header__options-alert .c-player__score label {
    color: #FFF;
    cursor: pointer;
    transition: color .3s;
}
.c-header__options-alert .c-player__score label:hover, .c-header__options-alert .c-player__score label:hover ~ label {
    color: rgb(255,221,0);
}
.c-header__options-alert .c-player__score input[type="radio"]:checked ~ label {
    color: #38404b;
}
.c-header__options-alert .c-player__score .c-form__cta {
    color: #FFF;
    transition: all .3s;
}
.c-header__options-alert .c-player__score .c-form__cta:after {
    transition: all .3s;
    background-color: rgb(231,49,55);
}
.c-header__options-alert .c-player__score .c-form__cta:hover {
    color: #c1c1c1;
}
.c-header__options-alert .c-player__score .c-form__cta:hover:after {
    background-color: #c1c1c1;
}
.c-header__options-alert .c-player__score__title {
    text-align: center;
    color: #FFF;
}
.c-header__options-alert .c-player__score__stars {
    direction: rtl;
    unicode-bidi: bidi-override;
    text-align: center;
    margin: 20px 0;
}
.c-header__options-alert .c-player__score {
    width: 100% !important;
    background-color: rgb(104,117,126);
    padding: 10px 0 !important;
}
.c-header__options-alert.open .c-icon {
    color: rgb(104,117,126);
}
.c-header__options-alert.open .box {
    display: block;
    position: fixed;
    top: 65px;
    right: 0;
    width: 100%;
    margin-left: 0;
}
.c-header__options-alert.open .box .o-container {
    background-color: transparent;
    padding: 0;
}
.c-header__options-alert.open .box > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: start;
        align-items: flex-start;
}
.c-header__options-alert.open .box > div .list-scroll {
    width: 100%;
    box-shadow: rgba(0,0,0,0.2) 0 10px 10px;
    background-color: #FFF;
    margin-right: 0;
    padding: 0 15px;
    overflow-y: auto;
    max-height: 230px;
    border: 20px solid #FFF;
}
.c-header__options-alert.open .box > div .list-scroll .item {
    font-size: 0.875rem;
    font-weight: 300;
    color: #38404b;
}
.c-header__options-alert.open .box > div .list-scroll .item a {
    color: #38404b;
    text-decoration: none;
    display: block;
    line-height: 1.2;
    padding: 10px 0;
}
.c-header__options-alert.open .box > div .list-scroll .item + .item {
    border-top: 1px solid rgb(104,117,126);
}
.c-header__options-alert.open .box > div .list-scroll::-webkit-scrollbar {
    width: 5px;
}
.c-header__options-alert.open .box > div .list-scroll::-webkit-scrollbar-track {
    background-color: #FFF;
}
.c-header__options-alert.open .box > div .list-scroll::-webkit-scrollbar-thumb {
    border-radius: 2.5px;
    background-color: #cfd8dc;
    width: 5px;
    height: 50px;
    display: block;
}
.c-header-black {
    background-color: #030303;
}
.c-header-black .c-header__nav a {
    color: #FFF;
}
.c-header-black .c-header__nav__btn {}
.c-header-black .c-header__nav__btn:before, .c-header-black .c-header__nav__btn:after {
    background-color: #FFF;
}
.c-header-black .c-header__brand {
    filter: grayscale(100%);
}
.c-header-black .c-header__brand img {
    filter: saturate(100);
}
.c-header-black .c-header__options .btn-user, .c-header-black .c-header__options .btn {
    color: #FFF;
}
.c-header-black .c-header__options .btn-signin {
    background-color: #05DCDC;
    color: #030303;
}
.c-header-expo {
    background-color: transparent;
    z-index: 5;
    position: relative;
}
.c-header-expo .u-flex {
    -ms-flex-pack: center;
        justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    max-width: 90%;
    margin: 10px auto 0;
}
.c-header-expo__back {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    color: #05DCDC;
}
.c-header-expo__back span {
    display: none;
}
.c-header-expo__back svg {
    width: 30px;
    height: 30px;
}
.c-header-expo__category {
    color: #19BECD;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.09625rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    width: 230px;
}
.c-header-expo__brand {
    width: 60px;
}
.c-header-expo__brand a {
    width: 60px;
    display: block;
}
.c-header-expo__name {
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.04188rem;
    line-height: 3.125rem;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
}
.c-header-expo__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
.c-header-expo__nav__item {
    height: 30px;
    width: 90px;
    border-radius: 20px;
    background-color: #FFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    color: #000;
    margin-right: 20px;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.05188rem;
    line-height: 0.6875rem;
    text-align: center;
}
.c-header-expo__close {}
.c-header-subsection {
    background-color: #f6f3f1;
}
.c-header-subsection .o-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
}
.c-header-subsection__group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
.c-header-subsection__group.group-1 .c-subhead-blog {}
.c-header-subsection__group.group-1 .c-subhead-blog:after {
    display: none;
}
.c-header-subsection__group.group-2 {
    margin-left: auto;
}
.c-header-subsection__group.group-2 .c-subhead-blog a {
    color: #DCC4A5;
}
.c-header-subsection__group.group-2 .c-subhead-blog a:before {
    background-color: #DCC4A5;
    opacity: .3;
}
.c-header-subsection__group.group-2 .c-subhead-blog a.current {
    color: #13516c;
}
.c-header-subsection__group.group-2 .c-subhead-blog:after {
    background-color: #DCC4A5;
    opacity: .3;
}
.c-subhead {}
.c-subhead-blog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
.c-subhead-blog a {
    color: #13516C;
    font-size: 0.5625rem;
    font-weight: 600;
    line-height: 1.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
}
.c-subhead-blog a:before {
    content: '';
    background-color: #33E1FF;
    transform: rotate(15deg);
    width: 3px;
    display: block;
    height: 20px;
    margin: 0 5px;
}
.c-subhead-blog:after {
    content: '';
    background-color: #33E1FF;
    transform: rotate(15deg);
    width: 3px;
    display: block;
    height: 20px;
    margin: 0 5px;
}
.c-form {}
.c-form__title {
    text-align: center;
    color: rgb(231,49,55);
    font-size: 1.125rem;
    line-height: 1.3;
    font-weight: 500;
}
.c-form__subtitle {
    color: #584B3F;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.875rem;
    text-align: center;
    max-width: 330px;
    margin: 0 auto;
}
.c-form__msg {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    display: block;
    background-color: #FFF;
    padding: 40px 0;
}
.c-form__msg__icon {
    color: #23A0C8;
    width: 52px;
    height: 55px;
    margin: 0 auto 20px;
    display: block;
}
.c-form__msg__title {
    margin: 20px 40px;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.6875rem;
    color: #2B73A7;
}
.c-form__msg__text {
    margin: 20px 40px;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.86;
    color: #373737;
}
.c-form__msg__text strong {
    font-weight: 700;
}
.c-form__text, .c-form__select, .c-form__check, .c-form__switch {
    max-width: 90%;
    margin: 0 auto;
}
.c-form__text {
    display: block;
    margin-bottom: 20px;
}
.c-form__text input[type="text"], .c-form__text input[type="email"], .c-form__text input[type="password"], .c-form__text input[type="tel"], .c-form__text input[type="date"] {
    border-radius: 0;
    background-color: #FFF;
    border: none;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    display: block;
    padding: 0;
    width: 100%;
    height: 40px;
    margin: 0;
    color: #194146;
    font-family: 'Open Sans',sans-serif;
    font-size: 0.875rem;
    line-height: 1.5rem;
    border-bottom: 1px solid rgb(75,92,102);
}
.c-form__text input[type="text"]::-moz-placeholder, .c-form__text input[type="email"]::-moz-placeholder, .c-form__text input[type="password"]::-moz-placeholder, .c-form__text input[type="tel"]::-moz-placeholder, .c-form__text input[type="date"]::-moz-placeholder {
    color: #194146;
    opacity: 1;
}
.c-form__text input[type="text"]:-ms-input-placeholder, .c-form__text input[type="email"]:-ms-input-placeholder, .c-form__text input[type="password"]:-ms-input-placeholder, .c-form__text input[type="tel"]:-ms-input-placeholder, .c-form__text input[type="date"]:-ms-input-placeholder {
    color: #194146;
    opacity: 1;
}
.c-form__text input[type="text"]::placeholder, .c-form__text input[type="email"]::placeholder, .c-form__text input[type="password"]::placeholder, .c-form__text input[type="tel"]::placeholder, .c-form__text input[type="date"]::placeholder {
    color: #194146;
    opacity: 1;
}
.c-form__text input[type="text"]:focus, .c-form__text input[type="email"]:focus, .c-form__text input[type="password"]:focus, .c-form__text input[type="tel"]:focus, .c-form__text input[type="date"]:focus {
    outline: none;
    color: #1F1F1F;
}
.c-form__text input[type="text"].error, .c-form__text input[type="email"].error, .c-form__text input[type="password"].error, .c-form__text input[type="tel"].error, .c-form__text input[type="date"].error {}
.c-form__text input[type="text"].error:focus, .c-form__text input[type="email"].error:focus, .c-form__text input[type="password"].error:focus, .c-form__text input[type="tel"].error:focus, .c-form__text input[type="date"].error:focus {}
.c-form__text span {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.5rem;
    color: rgb(75,92,102);
}
.c-form__text input[type="password"] {
    letter-spacing: 0.1875rem;
}
.c-form__text textarea {
    border-radius: 0;
    background-color: #FFF;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    display: block;
    padding: 0;
    width: 100%;
    height: 40px;
    margin: 0;
    color: #194146;
    font-family: 'Open Sans',sans-serif;
    font-size: 0.875rem;
    line-height: 1.5rem;
    border: 1px solid rgb(75,92,102);
}
.c-form__text textarea::-moz-placeholder {
    color: #194146;
    opacity: 1;
}
.c-form__text textarea:-ms-input-placeholder {
    color: #194146;
    opacity: 1;
}
.c-form__text textarea::placeholder {
    color: #194146;
    opacity: 1;
}
.c-form__text textarea:focus {
    outline: none;
    color: #1F1F1F;
}
.c-form__text textarea.error {}
.c-form__text textarea.error:focus {}
.c-form__cta {
    text-align: center;
    color: #194146;
    font-family: 'Open Sans',sans-serif;
    font-size: 0.59375rem;
    font-weight: 600;
    letter-spacing: 0.05688rem;
    line-height: 0.75rem;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
}
.c-form__cta:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 5px;
    background-color: rgb(231,49,55);
}
.c-form__select {
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
}
.c-form__select label {
    display: block;
    margin-bottom: 8px;
}
.c-form__select select {
    border: none;
    height: 40px;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #7F93A9;
    margin: 0;
    background-size: 20px;
    padding: 0 34px 0 0;
    background: #FFF url(../img/icon/angle.svg) no-repeat 95% center;
    font-family: 'Open Sans',sans-serif;
    font-size: 0.875rem;
    line-height: 1.5rem;
    border-bottom: 1px solid rgb(75,92,102);
}
.c-form__select select:focus {
    outline: none;
    color: #1F1F1F;
}
.c-form__select select::-ms-expand {
    display: none;
}
.c-form__select span {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.5rem;
    color: rgb(104,117,126);
    font-family: 'Open Sans',sans-serif;
}
.c-form__check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-direction: row;
        flex-direction: row;
    line-height: 1;
    position: relative;
    padding-bottom: 20px;
    width: 100%;
}
.c-form__check input[type="checkbox"] {
    display: none;
}
.c-form__check input[type="checkbox"]:checked {}
.c-form__check input[type="checkbox"]:checked + .fake-check {}
.c-form__check input[type="checkbox"]:checked + .fake-check:after {
    background: #FFF url(../img/icon/check.svg) no-repeat center center;
    background-size: 90%;
}
.c-form__check .fake-check {}
.c-form__check .fake-check:after {
    content: '';
    display: block;
    background: #FFF;
    border: 1px solid rgb(75,92,102);
    cursor: pointer;
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    height: 12px;
    vertical-align: top;
    max-width: 12px;
    width: 12px;
    margin-right: 10px;
    border-radius: 50%;
}
.c-form__check p {
    color: #194146;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.03125rem;
    line-height: 0.8125rem;
}
.c-form__check p a {
    color: #194146;
    display: inline;
    text-decoration: underline;
}
.c-form__button {
    cursor: pointer;
    color: #FFF;
    font-family: 'Open Sans',sans-serif;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.0625rem;
    line-height: 0.6875rem;
    text-align: center;
    background-color: rgb(231,49,55);
    height: 30px;
    width: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    transition: all .3s;
    margin: 0 auto;
}
.c-form__button span {
    display: none;
}
.c-form__button-dark {
    background-color: #B49682;
}
.c-form__button-white {
    background-color: #FFF;
    color: #004650;
}
.c-form__switch {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(75,92,102);
}
.c-form__switch__text {
    width: 100%;
    max-width: calc(100% - 36px);
}
.c-form__switch__text span {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.5rem;
    color: rgb(75,92,102);
    font-family: 'Open Sans',sans-serif;
}
.c-form__switch__text p {
    height: 40px;
    font-family: 'Open Sans',sans-serif;
    font-size: 0.875rem;
    line-height: 2.5rem;
}
.c-form__switch__label {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
    margin-top: 21px;
}
.c-form__switch__label input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
}
.c-form__switch__label .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}
.c-form__switch__label .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: .4s;
}
.c-form__switch__label .slider.round {
    border-radius: 20px;
}
.c-form__switch__label .slider.round:before {
    border-radius: 50%;
}
.c-form__switch__label input:checked + .slider {
    background-color: rgb(231,49,55);
}
.c-form__switch__label input:focus + .slider {
    box-shadow: 0 0 1px rgb(231,49,55);
}
.c-form__switch__label input:checked + .slider:before {
    transform: translateX(15px);
}
.c-form__check-button {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    padding: 0 20px;
    min-height: 225px;
}
.c-form__check-button input[type="checkbox"] {
    display: none;
}
.c-form__check-button input[type="checkbox"]:checked {}
.c-form__check-button input[type="checkbox"]:checked + .icon {
    color: rgb(231,49,55);
}
.c-form__check-button .thumb {
    justify-self: flex-start;
    margin-bottom: 15px;
}
.c-form__check-button .txt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
.c-form__check-button .txt .speaker, .c-form__check-button .txt .number {
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.25rem;
    margin-top: 0;
}
.c-form__check-button .txt .number {
    margin-top: auto;
}
.c-form__check-button .txt .title {
    color: #3C2814;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    margin-top: 15px;
}
.c-form__check-button .txt > * {
    text-align: center;
}
.c-form__check-button .icon {
    color: #FFF;
    transition: .3s color;
    position: absolute;
    top: 0;
    right: 5px;
    width: 20px;
    height: 20px;
}
.c-form__step {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 20px;
}
.c-form__step__bullet {
    display: block;
    border-radius: 50%;
    background-color: rgb(75,92,102);
    width: 5px;
    height: 5px;
}
.c-form__step__bullet.current {
    background-color: #584B3F;
}
.c-form__step__bullet + .c-form__step__bullet {
    margin-left: 15px;
}
.c-form-login {
    box-sizing: border-box;
    height: 555px;
    width: 750px;
    background-color: #FFF;
    margin: 0 auto 100px;
}
.c-form-login .c-form__title {
    color: #3C828C;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-align: center;
}
.c-form-login .c-form__button {
    margin-top: 40px;
    margin-bottom: 40px;
}
.c-form-signin {
    margin: 0 5%;
}
.c-form-signin .c-form__title {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-align: center;
    color: #584B3F;
}
.c-form-signin__step-1 .u-grid {
    padding-bottom: 20px;
}
.c-form-signin__step-1 .send {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 20px;
}
.c-form-signin__step-2 .send {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 20px;
}
.c-form-signin__step-2 .send .c-form__button {}
.c-form-signin__step-2 .send .c-form__button + .c-form__button {
    margin-left: 15px;
}
.c-form-signin__step-2 .c-form__title {
    padding: 10%;
}
.c-form-signin__step-2 .u-bg-white {
    padding-bottom: 40px;
}
.c-form-signin__step-1, .c-form-signin__step-2 {
    display: none;
}
.c-form-signin__step-1.open, .c-form-signin__step-2.open {
    display: block;
}
.c-user {}
.c-user__head {
    padding: 15px 0 45px;
    max-width: 90%;
    margin: 0 auto;
}
.c-user__head__thumb {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 100%;
    max-width: 60px;
}
.c-user__head__txt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    max-width: calc(100% - 75px);
    padding-left: 15px;
}
.c-user__head__txt__title {
    color: #194146;
    font-family: 'Open Sans',sans-serif;
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-align: right;
}
.c-user__head__txt__subtitle {
    color: #194146;
    font-family: 'Open Sans',sans-serif;
    font-size: 0.625rem;
    letter-spacing: 0.02625rem;
    line-height: 1.5rem;
    text-align: right;
}
.c-user__navigation {
    max-width: 90%;
    margin: 0 auto 20px;
    -ms-flex-pack: start;
        justify-content: flex-start;
}
.c-user__navigation__item {
    color: rgb(75,92,102);
    font-family: 'Open Sans',sans-serif;
    font-size: 0.5625rem;
    font-weight: 600;
    letter-spacing: 0.06rem;
    line-height: 0.75rem;
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding: 5px 0;
}
.c-user__navigation__item + .c-user__navigation__item {
    margin-left: 15px;
}
.c-user__navigation__item.current {
    color: rgb(231,49,55);
}
.c-user__option {
    max-width: 90%;
    margin: 0 auto 30px;
}
.c-user__option-preferencias .c-form {
    padding: 40px 0;
}
.c-user__option-clave .c-form {
    padding: 40px 0;
}
.c-user__option-pago .c-form {
    padding: 40px 0;
}
.c-user__option-favoritos .c-user__navigation {
    border-bottom: 1px solid rgba(180,150,130,0.5);
}
.c-user__option-favoritos .c-user__navigation__item {
    color: rgba(180,150,130,0.5);
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-align: center;
    text-transform: none;
}
.c-user__option-favoritos .c-user__navigation__item.open {
    color: #3C828C;
}
.c-user__option-favoritos [data-tab-content]:not(.open) {
    display: none;
}
.c-user__option-favoritos [data-tab-content="ponencias"] .u-grid {
    grid-row-gap: 30px;
}
.c-user__option-favoritos [data-tab-content="personas"] {
    padding-bottom: 20px;
}
.c-user__option-favoritos [data-tab-content="personas"] > .c-speaker {}
.c-user__option-favoritos [data-tab-content="personas"] > .c-speaker:last-child {
    margin-bottom: 0;
}
.c-user__option-agenda {}
.c-user__option-chat {}
.c-card {
    box-sizing: border-box;
}
.c-card-avatar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    max-width: 90%;
    margin: 0 auto;
    padding: 40px 0;
}
.c-card-avatar__txt {
    width: 100%;
    max-width: calc(100% - 120px);
}
.c-card-avatar__title {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.5rem;
    color: rgb(75,92,102);
    font-family: 'Open Sans',sans-serif;
}
.c-card-avatar__thumb {
    width: 100%;
    max-width: 120px;
}
.c-card-avatar__thumb .filepond--root {
    height: 120px;
    margin: 0;
    padding: 0;
}
.c-card-avatar__thumb .filepond--panel-root {
    border-radius: 0;
}
.c-card-avatar__thumb .filepond--root .filepond--drop-label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
    font-family: 'Open Sans',sans-serif;
    font-size: 0.8125rem;
}
.c-card-stand {
    margin: 0 auto;
}
.c-card-stand__thumb {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    z-index: 1;
}
.c-card-stand__thumb__img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    max-height: 270px;
    object-fit: cover;
}
.c-card-stand__thumb__title {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1;
    z-index: 2;
    padding: 15px 0;
}
.c-card-stand__thumb__title a {
    color: #FFF;
    text-decoration: none;
}
.c-card-stand__thumb__title a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.c-card-stand__txt {
    display: none;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    max-width: 300px;
    margin: 15px auto 0;
    background: #000;
    position: relative;
    height: 375px;
    box-sizing: border-box;
    padding: 20px;
    z-index: 2;
}
.c-card-stand__txt .top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 5px 0;
}
.c-card-stand__txt .top .type {
    color: #3C828C;
    font-family: 'Open Sans',sans-serif;
    font-size: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.06625rem;
    line-height: 0.8125rem;
    text-transform: uppercase;
}
.c-card-stand__txt .top .star {
    color: #05DCDC;
    width: 15px;
    height: 15px;
}
.c-card-stand__txt .middle {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
}
.c-card-stand__txt .middle .thumb {
    margin-bottom: 5px;
}
.c-card-stand__txt .middle .title {
    font-family: 'Open Sans',sans-serif;
    color: #FFF;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.01563rem;
    line-height: 0.9375rem;
}
.c-card-stand__txt .middle .subtitle {
    color: #FFF;
}
.c-card-stand__txt .middle .txt h2 {
    font-family: 'Open Sans',sans-serif;
    color: #FFF;
    font-size: 0.75rem;
    font-weight: 400;
}
.c-card-stand__txt .middle .txt p {
    font-family: 'Open Sans',sans-serif;
    color: #FFF;
    font-size: 0.75rem;
    font-weight: 200;
}
.c-card-stand__txt .middle > .col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-flex-item-align: stretch;
        align-self: stretch;
}
.c-card-stand__txt .bottom {
    margin-top: auto;
    padding-top: 10px;
}
.c-card-stand__txt .bottom .more {
    text-align: center;
    color: #FFF;
    font-family: 'Open Sans',sans-serif;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06625rem;
    line-height: 0.8125rem;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    text-transform: uppercase;
}
.c-card-stand__txt .bottom .more:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 5px;
    background-color: #05DCDC;
}
.c-card-intro {
    max-width: 90%;
    margin: 0 auto;
}
.c-card-intro__embed {
    text-align: center;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.c-card-intro__embed iframe, .c-card-intro__embed object, .c-card-intro__embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c-card-intro__embed .thumb {
    line-height: 0;
    border-radius: 2px;
    overflow: hidden;
}
.c-card-intro__embed .thumb.icon {
    position: relative;
    border-radius: 0;
}
.c-card-intro__embed .thumb.icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -21px;
    margin-left: -21px;
    content: '';
    width: 42px;
    height: 42px;
    color: #FFF;
    background-color: rgb(104,117,126);
}
.c-card-intro__embed .thumb.icon.video {
    cursor: pointer;
}
.c-card-intro__embed .thumb.icon.video svg {
    width: 18px;
    height: 30px;
    margin-top: -15px;
    margin-left: -6px;
}
.c-card-intro__embed .thumb.icon.video:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    color: #FFF;
    background-color: rgb(104,117,126);
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
}
.c-card-intro__embed .thumb.rounded {
    border-radius: 50%;
    overflow: hidden;
}
.c-card-intro__embed .thumb.rounded img {
    width: 100%;
}
.c-card-intro__title {
    color: #38404b;
    text-transform: uppercase;
    font-size: calc(1.875rem + 1vw);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
}
.c-card-intro__title span {
    font-weight: 400;
    display: block;
    font-size: calc(1.5rem + 1vw);
    letter-spacing: -0.125rem;
}
.c-card-intro__date {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 700;
    width: 140px;
    display: block;
    line-height: 1;
    color: #38404b;
}
.c-card-intro__date span {
    line-height: 1;
}
.c-card-intro__date span:nth-child(1) {
    font-size: 2.5rem;
    text-transform: none;
}
.c-card-intro__date span:nth-child(1) span {
    font-size: 1.875rem;
    padding: 0 3px;
}
.c-card-intro__date span:nth-child(2) {
    letter-spacing: 0.0625rem;
}
.c-card-intro__date span:nth-child(3) {
    font-size: 3.125rem;
}
.c-card-intro__hashtag {
    font-size: 0.875rem;
    font-weight: 700;
    color: rgb(75,92,102);
}
.c-card-intro__hashtag span {
    color: rgb(231,49,55);
}
.c-card-intro__dossier {
    font-size: 0.875rem;
    color: rgb(104,117,126);
    font-weight: 600;
    transition: color .3s;
}
.c-card-intro__dossier:hover {
    color: rgb(75,92,102);
}
.c-card-intro__txt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 5% 0;
}
.c-card-item {
    background-color: rgba(0,0,0, .1);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    min-height: 170px;
    padding: 15px;
    margin: 0 15px 15px;
}
.c-card-item__thumb {
    width: 100%;
    -ms-flex-item-align: start;
        align-self: flex-start;
    max-width: 115px;
    margin-bottom: 15px;
    position: relative;
}
.c-card-item__thumb img {
    border: 3px solid #FFF;
}
.c-card-item__thumb-rounded img {
    border-radius: 50%;
    overflow: hidden;
}
.c-card-item__txt {
    width: 100%;
    max-width: calc(100% - 130px);
    margin-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
}
.c-card-item__txt.min-h {
    min-height: 350px;
}
.c-card-item__type {
    color: rgb(75,92,102);
    font-family: 'Open Sans',sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.c-card-item__type span {
    font-weight: 500;
    text-transform: none;
}
.c-card-item__title {
    font-family: 'Open Sans',sans-serif;
    color: rgb(104,117,126);
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.01563rem;
    line-height: 1.2;
    margin-bottom: 5px;
    word-break: break-word;
}
.c-card-item__subtitle {
    color: rgb(104,117,126);
    font-weight: 600;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 10px;
}
.c-card-item__description {
    font-size: 0.875rem;
    color: rgb(104,117,126);
    line-height: 1.2;
    margin-bottom: 10px;
}
.c-card-item__options {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
}
.c-card-item__options .c-icon {
    background-color: #38404b;
    color: #FFF;
    padding: 10px;
    transition: all .3s;
    border-radius: 50%;
}
.c-card-item__options .c-icon svg {
    width: 20px;
    height: 20px;
    color: #FFF;
}
.c-card-item__options .c-icon + .c-icon {
    margin-left: 15px;
}
.c-card-item__options .c-icon:hover {
    background-color: rgb(104,117,126);
}
.scene {}
.c-title {
    color: rgb(231,49,55);
    font-style: normal;
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1;
    font-family: 'Open Sans',sans-serif;
    position: relative;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    text-transform: uppercase;
    text-align: center;
}
.c-title.u-color-04 {
    color: rgb(75,92,102);
}
.c-title:not(.no-padding) {
    padding-bottom: 20px;
}
.c-title-subtitle {
    color: #38404b;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
    padding: 0;
    margin: 0 15px 15px;
}
.c-title-subtitle:after {
    margin: 5px 0;
    content: '';
    height: 2px;
    width: 100%;
    background-color: #38404b;
    display: block;
}
.c-title + .c-card-claim {}
.c-title + .c-card-claim:not(.c-card-claim-error) {
    padding-top: 0 !important;
}
.c-title.titleMag {
    color: #D4C18C;
    font-size: 2.5rem;
}
.c-footer {}
.c-footer__top {
    background-color: #FFF;
    border-top: 1px solid #BBB;
    padding: 30px;
}
.c-footer__top .u-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.c-footer__top .logos-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    color: #BBB;
    transition: color .3s;
}
.c-footer__top .logos-link .svg {
    height: 44px;
    width: 125px;
}
.c-footer__top .logos-link:hover {
    color: rgb(75,92,102);
}
.c-footer__bottom {
    background-color: rgb(104,117,126);
    color: #FFF;
    padding: 25px 0;
}
.c-footer__bottom__group1 .u-flex a {}
.c-footer__bottom__group1 .u-flex a + a {
    margin-left: 25px;
}
.c-footer__bottom__group1 .u-flex:nth-child(1) {
    margin-bottom: 25px;
}
.c-footer__bottom__group2 {
    padding: 15px 0;
}
.c-footer__bottom__group2 .link {
    font-size: 0.8125rem;
    color: #FFF;
    transition: color .3s;
}
.c-footer__bottom__group2 .link + .link {
    margin-top: 10px;
}
.c-footer__bottom__group2 .link:hover {
    color: rgb(255,221,0);
}
.c-footer__bottom__group2 .u-flex {
    -ms-flex-direction: column;
        flex-direction: column;
}
.c-footer__bottom__group3 .social p {
    color: #FFF;
    font-size: 0.8125rem;
    margin-right: 10px;
}
.c-footer__bottom__group3 .c-icon {
    color: rgb(104,117,126);
    background-color: #FFF;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.c-footer__bottom__group3 .c-icon svg {
    max-width: 60%;
    max-height: 60%;
}
.c-footer__bottom__group3 .c-icon + .c-icon {
    margin-left: 10px;
}
.c-footer__bottom__group3 > p {
    color: #FFF;
    font-size: 0.8125rem;
    margin-bottom: 10px;
}
.c-player {
    color: #FFF;
}
.c-player .c-player__chat {
    padding: 20px;
    margin: 0;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
}
.c-player .c-player__chat .middle {
    height: calc(100vh - 240px);
    padding: 10px;
    background-color: #f1f1f1;
    overflow-y: scroll;
}
.c-player .c-player__chat .middle .nickname {
    color: #194146;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06625rem;
    line-height: 0.8125rem;
    text-transform: uppercase;
}
.c-player .c-player__chat .middle .nickname:before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: #3C828C;
    margin-bottom: 5px;
}
.c-player .c-player__chat .middle > p {
    color: #3C2814;
    font-size: 0.8125rem;
    line-height: 1.25rem;
}
.c-player .c-player__chat .middle > p + .nickname {
    margin-top: 20px;
}
.c-player .c-player__chat .middle::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.c-player .c-player__chat .middle::-webkit-scrollbar-track {
    background-color: rgba(180, 150, 130, 0.1);
}
.c-player .c-player__chat .middle::-webkit-scrollbar-thumb {
    border-radius: 2.5px;
    background-color: #05DCDC;
    width: 5px;
    height: 5px;
    display: block;
}
.c-player .c-player__chat .bottom {
    margin-top: auto;
}
.c-player .c-player__chat__title {
    color: rgb(231,49,55);
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5rem;
}
.c-player .c-player__chat__nickname {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06625rem;
    line-height: 0.8125rem;
    color: #3C828C;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.c-player .c-player__chat__nickname:before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: #3C828C;
    margin-bottom: 5px;
}
.c-player .c-player__chat__textarea {
    background-color: rgba(180,150,130,0.1);
    width: calc(100% - 20px);
    padding: 10px;
    resize: none;
    height: 40px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    display: block;
    margin: 0;
    color: #3C2814;
    font-family: 'Open Sans',sans-serif;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    border: none;
}
.c-player .c-player__chat__textarea::-moz-placeholder {
    color: #194146;
    opacity: 1;
}
.c-player .c-player__chat__textarea:-ms-input-placeholder {
    color: #194146;
    opacity: 1;
}
.c-player .c-player__chat__textarea::placeholder {
    color: #194146;
    opacity: 1;
}
.c-player .c-player__chat__textarea:focus {
    outline: none;
    color: #3C2814;
}
.c-player .c-player__chat__btn {
    height: 40px;
    width: 120px;
    margin: 0 auto;
    border-radius: 20px;
    background-color: rgb(231,49,55);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.0625rem;
    line-height: 0.6875rem;
    text-align: center;
    color: #FFF;
    display: block;
    border: none;
    cursor: pointer;
}
.c-player .c-player__question {
    padding: 20px;
    margin: 0;
}
.c-player .c-player__question__title {
    color: rgb(231,49,55);
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5rem;
}
.c-player .c-player__question__textarea {
    background-color: rgba(180,150,130,0.1);
    width: calc(100% - 20px);
    padding: 10px;
    resize: none;
    height: 30vh;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    display: block;
    margin: 0 0 30px 0;
    color: #3C2814;
    font-family: 'Open Sans',sans-serif;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    border: none;
}
.c-player .c-player__question__textarea::-moz-placeholder {
    color: #194146;
    opacity: 1;
}
.c-player .c-player__question__textarea:-ms-input-placeholder {
    color: #194146;
    opacity: 1;
}
.c-player .c-player__question__textarea::placeholder {
    color: #194146;
    opacity: 1;
}
.c-player .c-player__question__textarea:focus {
    outline: none;
    color: #3C2814;
}
.c-player .c-player__question__btn {
    height: 40px;
    width: 120px;
    margin: 0 auto;
    background-color: rgb(231,49,55);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.0625rem;
    line-height: 0.6875rem;
    text-align: center;
    color: #FFF;
    display: block;
    border: none;
    cursor: pointer;
}
.c-player .c-player__question__msg {
    color: #3C828C;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
}
.c-player .c-player__score {
    width: 250px;
    margin: 0 auto;
    padding: 20px;
}
.c-player .c-player__score label {
    font-size: 1.25rem;
}
.c-player .c-player__score input[type="radio"] {
    display: none;
}
.c-player .c-player__score label {
    color: #FFF;
    cursor: pointer;
    transition: color .3s;
}
.c-player .c-player__score label:hover, .c-player .c-player__score label:hover ~ label {
    color: rgb(255,221,0);
}
.c-player .c-player__score input[type="radio"]:checked ~ label {
    color: #38404b;
}
.c-player .c-player__score .c-form__cta {
    color: #FFF;
    transition: all .3s;
}
.c-player .c-player__score .c-form__cta:after {
    transition: all .3s;
    background-color: rgb(231,49,55);
}
.c-player .c-player__score .c-form__cta:hover {
    color: #c1c1c1;
}
.c-player .c-player__score .c-form__cta:hover:after {
    background-color: #c1c1c1;
}
.c-player .c-player__score__title {
    text-align: center;
    color: #FFF;
}
.c-player .c-player__score__stars {
    direction: rtl;
    unicode-bidi: bidi-override;
    text-align: center;
    margin: 20px 0;
}
.c-player__head {
    padding: 5% 10%;
    -ms-grid-columns: 150px 1fr;
        grid-template-columns: 150px 1fr;
    display: -ms-grid;
    display: grid;
}
.c-player__head .o-scroll-col4 {
    padding-bottom: 20px;
}
.c-player__head .o-scroll-col4 .item {
    max-width: 150px;
}
.c-player__head .o-scroll-col4 .item + .item {
    border-left: none;
    margin-left: 15px;
}
.c-player__head .c-event {
    padding: 0;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 150px;
    border-top: none;
    border-bottom: none;
    min-height: 90px;
}
.c-player__head .c-event__title, .c-player__head .c-event__name {
    color: #FFF;
}
.c-player__head__title {
    color: #FFF;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1rem;
}
.c-player__head__event {}
.c-player__head__live {
    color: #FFF;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.08313rem;
    line-height: 1;
    text-align: center;
}
.c-player__head__live:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #CC0032;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 10px;
}
.c-player__body {}
.c-player__body.open-chat {
    position: relative;
}
.c-player__body.open-chat .c-player__options {
    position: relative;
}
.c-player__body.open-chat .c-player__options .share {
    display: none;
}
.c-player__body.open-chat .c-player__chat {
    display: -ms-flexbox;
    display: flex;
}
.c-player__body.open-question {
    position: relative;
    transition: all .3s;
}
.c-player__body.open-question .c-player__embed {}
.c-player__body.open-question .c-player__options {
    position: relative;
}
.c-player__body.open-question .c-player__options .share {
    display: none;
}
.c-player__body.open-question .c-player__question {
    display: block;
}
.c-player__embed {
    height: calc(100vh - 90px);
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}
.c-player__embed iframe, .c-player__embed object, .c-player__embed > div, .c-player__embed embed, .c-player__embed [data-embed], .c-player__embed video-js {
    background-color: #000;
    width: 100%;
    height: calc(100vh - 90px) !important;
    padding-top: inherit !important;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
}
.c-player__embed iframe.vjs-fullscreen, .c-player__embed object.vjs-fullscreen, .c-player__embed > div.vjs-fullscreen, .c-player__embed embed.vjs-fullscreen, .c-player__embed [data-embed].vjs-fullscreen, .c-player__embed video-js.vjs-fullscreen {
    height: 100% !important;
}
.c-player__embed .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #E0E0E0;
    width: 100%;
}
.c-player__embed .progress .bar {
    height: 5px;
    display: block;
    background-color: #05DCDC;
}
.c-player__embed .progress .bar[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
.c-player__embed .progress .bar[data-title] {
    position: relative;
}
.c-player__embed .progress .bar[data-title]:before {
    content: attr(data-title);
    position: absolute;
    text-align: center;
    padding: 0;
    bottom: 17.5px;
    left: calc(100% - 22px);
    white-space: nowrap;
    height: 15px;
    width: 40px;
    border-radius: 7.5px;
    background-color: #FFF;
    box-shadow: 2px 2px 20px 0 rgba(180, 150, 130, 0.1);
    z-index: 99999;
    font-size: 0.5rem;
    font-weight: 700;
    letter-spacing: 0.0625rem;
    line-height: 0.9375rem;
    color: #3C828C;
}
.c-player__embed .progress .bar[data-title]:after {
    content: '';
    width: 2px;
    height: 12px;
    background-color: #FFF;
    display: block;
    position: absolute;
    bottom: 5.5px;
    left: calc(100% - 2px);
}
.c-player__embed .zoom {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: block;
    color: #19BECD;
    z-index: 2;
}
.c-player__embed .zoom svg {
    width: 60px;
    height: 60px;
    transform: rotate(45deg);
}
.c-player__embed .bc-iframe, .c-player__embed .bc-iframe body, .c-player__embed .vjs-poster, .c-player__embed .video-js {
    background-color: #000 !important;
}
.c-player__embed .vjs-play-progress, .c-player__embed .vjs-slider-bar {
    background-color: #19BECD !important;
}
.c-player__embed.ratio-3-2 {
    padding-bottom: 66.66%;
}
.c-player__embed.ratio4-3 {
    padding-bottom: 75%;
}
.c-player__embed.ratio8-5 {
    padding-bottom: 62.5%;
}
.c-player__embed.ratio16-9 {
    padding-bottom: 56.25%;
}
.c-player__embed.ratio256-81 {
    padding-bottom: 31.64062%;
}
.c-player__options .lang {
    color: #FFF;
    margin: 0 5px;
    font-size: 0.53125rem;
    font-weight: 600;
    letter-spacing: 0.06625rem;
    line-height: 0.8125rem;
    text-align: center;
    text-transform: uppercase;
}
.c-player__options .lang.current {
    color: rgb(135,152,162);
}
.c-player__options .c-form__button {
    margin: 5px;
    width: 80px;
}
.c-player__options .c-form__button.videobtndisabled {
    background-color: #828282;
    color: #000;
}
.c-player__options .share {
    color: #FFF;
}
.c-player__options .share .c-icon {
    background-color: rgb(231,49,55);
    color: #FFF;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin: 0 5px;
}
.c-player__options .share .c-icon svg {
    max-width: 45%;
    max-height: 45%;
}
.c-player__options > .u-flex {
    width: 50%;
    min-height:40px;
}
.c-player__chat, .c-player__question {
    display: none;
}
.c-player__chat .top, .c-player__question .top {
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 15px;
}
.c-player__chat__close, .c-player__question__close {
    cursor: pointer;
    color: rgb(231,49,55);
    display: block;
    width: 24px;
    height: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: right;
}
.c-player__top {}
.c-player__top + .c-player__body .c-player__embed {
    height: calc(100vh - 135px);
}
.c-player__top + .c-player__body .c-player__embed iframe, .c-player__top + .c-player__body .c-player__embed object, .c-player__top + .c-player__body .c-player__embed > div, .c-player__top + .c-player__body .c-player__embed embed, .c-player__top + .c-player__body .c-player__embed [data-embed], .c-player__top + .c-player__body .c-player__embed video-js {
    height: calc(100vh - 135px);
}
.c-player__top + .c-player__body .c-player__embed iframe.vjs-fullscreen, .c-player__top + .c-player__body .c-player__embed object.vjs-fullscreen, .c-player__top + .c-player__body .c-player__embed > div.vjs-fullscreen, .c-player__top + .c-player__body .c-player__embed embed.vjs-fullscreen, .c-player__top + .c-player__body .c-player__embed [data-embed].vjs-fullscreen, .c-player__top + .c-player__body .c-player__embed video-js.vjs-fullscreen {
    height: 100%;
}
.c-player__top + .c-player__body .c-player__chat .middle {
    height: calc(100vh - 360px);
}
.c-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
.c-icon .sr-only {
    display: none;
}
.c-icon svg {
    width: 100%;
    height: 100%;
}
.c-program {}
.c-program__head {}
.c-program__head__title {
    color: #DDA64D;
    font-family: 'Open Sans',sans-serif;
    font-size: 2rem;
    letter-spacing: 0.03125rem;
    line-height: 1;
    text-align: center;
    padding: 5px 0;
}
.c-program__body {}
.c-program__title {
    color: rgb(75,92,102);
    font-family: 'Open Sans',sans-serif;
    font-size: 1.125rem;
    line-height: 1;
    text-align: center;
    padding: 10px 0;
}
.c-program__navigation {
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 95%;
    margin: 0 auto 20px;
}
.c-program__navigation__item {
    color: #464646;
    font-family: 'Open Sans',sans-serif;
    letter-spacing: 0.06rem;
    display: block;
    padding: 5px 0;
    color: rgba(180,150,130,0.5);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-align: center;
}
.c-program__navigation__item.current {
    color: #584B3F;
}
.c-program__filter {
    padding-bottom: 20px;
}
.c-program__filter .c-form__button {}
.c-program__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30px 1fr;
        grid-template-columns: 30px 1fr;
    width: 100%;
    margin: 0 auto;
    grid-row-gap: 2px;
}
.c-program__content__top {
    padding-left: 0;
}
.c-program__content__hour {
    background-color: rgb(75,92,102);
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.10813rem;
    line-height: 1.375rem;
    text-align: center;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: #FFF;
    padding: 0 5px 0 10px;
}
.c-program__content__event {
    margin-left: 10px;
    padding: 0 10px 10px;
    min-height: 160px;
    display: -ms-flexbox;
    display: flex;
    background: #f1f1f1;
}
.c-program__content__event .c-talk {}
.c-talk {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
}
.c-talk .top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 5px 0;
}
.c-talk .top .type {
    color: rgb(104,117,126);
    font-family: 'Open Sans',sans-serif;
    font-size: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.06625rem;
    line-height: 0.8125rem;
    text-transform: uppercase;
}
.c-talk .top .star {
    color: rgb(231,49,55);
    width: 15px;
    height: 15px;
}
.c-talk .middle .thumb {
    margin-bottom: 5px;
}
.c-talk .middle .title {
    font-family: 'Open Sans',sans-serif;
    color: rgb(75,92,102);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.01563rem;
    line-height: 0.9375rem;
}
.c-talk .middle .speaker {
    margin-bottom: 7px;
}
.c-talk .middle .speaker h2 {
    font-family: 'Open Sans',sans-serif;
    color: #3C2814;
    font-size: 0.75rem;
    font-weight: 400;
}
.c-talk .middle .speaker p {
    font-family: 'Open Sans',sans-serif;
    color: #3C2814;
    font-size: 0.75rem;
    font-weight: 200;
}
.c-talk .middle .duration {
    color: rgb(75,92,102);
    font-family: 'Open Sans',sans-serif;
    font-size: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.06625rem;
    line-height: 0.8125rem;
    text-transform: uppercase;
    padding: 10px 0;
}
.c-talk .middle > .col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-flex-item-align: stretch;
        align-self: stretch;
}
.c-talk .bottom {
    margin-top: auto;
    padding-top: 10px;
}
.c-talk .bottom .more {
    text-align: center;
    color: #464646;
    font-family: 'Open Sans',sans-serif;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06625rem;
    line-height: 0.8125rem;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-transform: uppercase;
}
.c-talk .bottom .more:not(.no-center) {
    margin: 0 auto;
}
.c-talk .bottom .more:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 5px;
    background-color: #DDA64D;
}
.c-talk-active .top .star {
    color: #FFF;
}
.c-talk-break {
    color: rgb(75,92,102);
    background-color: #FFF;
    min-height: 300px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
}
.c-talk-break .msg {
    color: rgb(75,92,102);
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 17.8125rem;
}
.c-talk-break .msg:before {
    content: '';
    height: 15px;
    width: 100%;
    display: block;
    background-color: #f1f1f1;
}
.c-expo {
    overflow: hidden;
}
.c-expo .slick-list {
    overflow: visible;
}
.c-expo .slick-slide:not(.slick-current) .c-card-stand__txt {
    opacity: 0;
}
.c-expo .slick-disabled {
    display: none !important;
}
.c-expo {
    z-index: 3;
}
.c-expo .c-card-thumb img {
    opacity: .7;
}
.c-expo__section {}
.c-expo__section__title {
    font-family: 'Open Sans',sans-serif;
    font-size: 1.75rem;
    letter-spacing: 0.03125rem;
    line-height: 1;
    text-align: center;
    padding: 5px 0;
    text-transform: uppercase;
}
.c-expo__section__title:not(.u-color-white) {
    color: #584B3F;
}
.c-expo__section__subtitle {
    font-family: 'Open Sans',sans-serif;
    font-size: 1rem;
    letter-spacing: 0.03125rem;
    line-height: 1;
    text-align: center;
    padding: 5px 0;
    text-transform: uppercase;
}
.c-expo__section__subtitle:not(.u-color-white) {
    color: #B49682;
}
.c-expo__line {
    width: 100%;
    max-width: 90%;
    padding: 0;
    margin: 20px auto;
}
.c-expo__line .slick-list {
    padding: 0 !important;
}
.c-expo__line .slick-slide {
    opacity: .7;
}
.c-expo__line .slick-slide.slick-current {
    opacity: 1;
}
.c-expo__line .slick-prev, .c-expo__line .slick-next {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    display: block;
    z-index: 2;
    border: none;
    background: rgba(75,92,102, .8) url(../img/icon/angle-left.svg) no-repeat center center;
    cursor: pointer;
    outline: none;
    text-indent: -999em;
    padding: 0;
    border-radius: 0;
    transition: all .3s;
}
.c-expo__line .slick-prev:hover, .c-expo__line .slick-next:hover {
    background-color: rgba(75,92,102, 1);
}
.c-expo__line .slick-prev {
    left: 0;
}
.c-expo__line .slick-next {
    right: 0;
    transform: rotate(180deg);
}
.c-expo__line .slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 30px 0;
}
.c-expo__line .slick-dots li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
.c-expo__line .slick-dots li button {
    text-indent: 1999em;
    cursor: pointer;
    border: none;
    height: 4px;
    width: 30px;
    opacity: .6;
    background-color: rgb(104,117,126);
    transition: opacity .3s;
}
.c-expo__line .slick-dots li.slick-active button {
    opacity: 1;
}
.c-expo__line .slick-dots li + li {
    margin-left: 10px;
}
.c-expo__detail {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 90px 1fr;
        grid-template-rows: 90px 1fr;
}
.c-expo__detail .c-header {
    -ms-grid-row-span: 1;
    -ms-grid-row: 1;
        grid-row: 1 / span 1;
    -ms-grid-column: 1;
        grid-column-start: 1;
}
.c-expo__detail__intro {
    position: relative;
    z-index: 1;
    -ms-grid-row-span: 2;
    -ms-grid-row: 1;
        grid-row: 1 / span 2;
    -ms-grid-column: 1;
        grid-column-start: 1;
    background-color: #030303;
}
.c-expo__detail__intro__nav {
    position: absolute;
    top: 90px;
    width: 100%;
    z-index: 2;
}
.c-expo__detail__intro__nav a span {
    display: none;
}
.c-expo__detail__intro__nav a:not(:first-child):not(:last-child) {
    height: 4px;
    width: 30px;
    background-color: rgba(5,220,220,0.3);
    display: none;
}
.c-expo__detail__intro__nav a:not(:first-child):not(:last-child).current {
    background-color: #05DCDC;
}
.c-expo__detail__intro__nav a + a {
    margin-left: 10px;
}
.c-expo__detail__intro__nav a:first-child {
    margin-right: auto;
    margin-left: 15px;
}
.c-expo__detail__intro__nav a:last-child {
    margin-left: auto;
    margin-right: 15px;
}
.c-expo__detail__intro__nav a:first-child, .c-expo__detail__intro__nav a:last-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    color: #05DCDC;
    width: 20px;
    height: 40px;
}
.c-expo__detail__intro__nav a:first-child svg, .c-expo__detail__intro__nav a:last-child svg {
    width: 20px;
    height: 40px;
}
.c-expo__detail__intro__thumb {
    position: relative;
    z-index: 1;
    opacity: .4;
    background-color: #000;
}
.c-expo__detail__intro__count {
    z-index: 2;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.04188rem;
    line-height: 1.5;
}
.c-stand {}
.c-stand__header {
    position: -webkit-sticky;
    position: sticky;
    top: 75px;
    z-index: 2;
}
.c-stand__header .o-container {
    background-color: #38404b;
}
.c-stand__header .o-container > .u-flex {
    padding: 10px 15px 10px 10px;
}
.c-stand__header .o-container > .u-flex .u-flex {
    width: 100%;
    max-width: calc(100% - 30px);
    -ms-flex-pack: justify;
        justify-content: space-between;
    border-left: 2px solid #fff;
}
.c-stand__header .c-card-item__options {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}
.c-stand__header .c-card-item__options .c-icon {
    border: 1px solid #FFF;
    background-color: rgb(231,49,55);
    color: #FFF;
    border-radius: 50%;
    padding: 5px;
}
.c-stand__header .c-card-item__options .c-icon svg {
    width: 15px;
    height: 15px;
    color: #FFF;
}
.c-stand__header .c-card-item__options .c-icon + .c-icon {
    margin-left: 10px;
}
.c-stand__header__back {
    color: #FFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 5px 5px 5px 0;
    font-size: 0.875rem;
}
.c-stand__header__back svg {
    width: 20px;
    height: 20px;
}
.c-stand__header__title {
    color: #FFF;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 5px;
}
.c-stand__map {
    display: -ms-grid;
    display: grid;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    position: relative;
    z-index: 1;
}
.c-stand__map img {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 1;
        grid-row-start: 1;
}
.c-stand__map svg {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 1;
        grid-row-start: 1;
    width: 100%;
    height: 100%;
    max-width: 85%;
    justify-self: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-top: 5%;
}
.c-stand__map svg .circle {
    color: #FFD100;
    cursor: pointer;
    transition: color .3s;
}
.c-stand__map svg .circle:hover {
    color: rgb(231,49,55);
}
.c-stand__map svg .plus {
    color: #1A171B;
}
.c-stand__body {}
.c-tooltip {
    position: relative;
    display: inline-block;
    background-color: rgb(255,221,0);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #FFF;
}
.c-tooltip__txt {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    font-size: 0.875rem;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}
.c-tooltip__txt::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.c-tooltip::after {
    content: " ";
    position: absolute;
    display: block;
    background-color: rgb(75,92,102);
    height: 4px;
    margin-top: -2px;
    top: 50%;
    left: 5px;
    right: 5px;
    z-index: 9;
}
.c-tooltip::before {
    content: " ";
    position: absolute;
    display: block;
    background-color: rgb(75,92,102);
    width: 4px;
    margin-left: -2px;
    left: 50%;
    top: 5px;
    bottom: 5px;
    z-index: 9;
}
.c-tooltip:hover .c-tooltip__txt {
    visibility: visible;
    opacity: 1;
}
.c-search {
    margin: 0 auto;
}
.c-search .c-form__text, .c-search .c-form__select {
    width: 100%;
}
.c-search .c-form__text span, .c-search .c-form__select span {
    color: #FFF;
    font-size: 0.875rem;
    padding-bottom: 5px;
    display: block;
    text-transform: uppercase;
}
.c-search .u-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
}
.c-search__wrap .c-form {
    padding: 15px 0;
}
.c-search-conecta {
    padding: 0 15px 30px;
}
.c-search-conecta .c-form__text, .c-search-conecta .c-form__select {
    width: 100%;
    max-width: inherit;
    margin-bottom: 0;
}
.c-search-conecta .c-form__text span, .c-search-conecta .c-form__select span {
    color: rgb(75,92,102);
    font-size: 0.875rem;
    padding-bottom: 5px;
    display: block;
    text-transform: uppercase;
}
.c-search-conecta .c-form__text {
    max-width: calc(100% - 40px);
}
.c-search-conecta .c-form__button {
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
.c-search-conecta .c-form__button span {
    display: none;
}
.c-search-conecta .c-form__button svg {
    color: #FFF;
    width: 20px;
    height: 20px;
}
.c-search-conecta .u-flex {
    -ms-flex-align: end;
        align-items: flex-end;
    margin-bottom: 30px;
}
.c-cookies {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    background: #cccccc;
    color: #4b545c;
    height: auto;
    text-align: center;
}
.c-cookies .u-flex {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
}
.c-cookies .u-flex .c-form__button {
    margin-left: 15px;
    padding: 5px;
    height: 40px !important;
}
.c-cookies .u-flex a:not(.c-form__button) {
    text-decoration: underline;
    color: #4b545c;
    font-size: 0.75rem;
    line-height: 1.2;
}
.c-cookies__txt {
    padding: 15px 0;
}
.c-cookies__msg {
    margin-bottom: 10px;
    font-size: 0.75rem;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .content__name {
        display: block;
        position: absolute;
        top: 100px;
        margin: 0 auto;
        width: 185px;
        transform: translateX(-92.5px);
        left: calc(50% + 185px);
        z-index: -1;
    }
    .content__name .name {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
        width: 50%;
        padding-left: 525px;
        font-size: 12.5rem;
        font-weight: 600;
        line-height: 12.5rem;
        text-transform: uppercase;
        opacity: 0.1;
        color: #B49682;
        white-space: nowrap;
    }
    .o-section-signin .c-form__button {
        height: 50px;
        width: 200px;
        font-size: 0.875rem;
        font-weight: 700;
    }
    .o-section-signin .c-form__button span {
        display: block;
        padding: 0 0 0 3px;
    }
    .o-section-signin .c-form__check {
        padding: 40px 0;
    }
    .o-section-signin .u-grid-columns-2 {
        -ms-grid-columns: 50% 50%;
            grid-template-columns: 50% 50%;
    }
    .o-section-signin .u-grid-columns-2 div {}
    .o-section-signin .u-grid-columns-2 div:nth-child(2) {
        border-left: 1px solid rgb(75,92,102);
    }
    .o-section-magazine__group {
        padding: 40px 0;
    }
    .o-section-magazine__claim .o-container .c-card-article:nth-child(1) .c-card-article__thumb {
        margin-bottom: 30px;
    }
    .o-section-magazine__claim .o-container .c-card-article:nth-child(1) {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        grid-row-gap: 0;
        max-width: 255px;
    }
    .o-section-magazine__claim .o-container .c-card-article:nth-child(2) .c-card-article__thumb {
        margin-left: auto;
        margin-bottom: 0;
    }
    .o-section-magazine__claim .o-container .c-card-article:nth-child(2) .c-card-article__thumb img {
        max-height: inherit;
        max-width: inherit;
    }
    .o-section-magazine__claim .o-container .c-card-article:nth-child(2) {
        -ms-grid-columns: calc(50% - 30px) calc(50% - 60px);
            grid-template-columns: calc(50% - 30px) calc(50% - 60px);
        margin-left: auto;
        grid-row-gap: 0;
    }
    .o-section-magazine__claim .o-container .c-card-article:nth-child(2) .c-card-article__txt {
        padding-top: 30px;
    }
    .o-section-magazine__claim .o-container .c-card-article__title {
        font-size: 1.375rem;
        line-height: 1.75rem;
    }
    .o-section-magazine__claim .o-container {
        max-width: 1050px;
    }
    .o-section-magazine .c-detail__name {
        right: 0;
    }
    .o-section-intro + .content {
        padding-top: 15%;
    }
    .o-modal__head__title {
        font-size: 1.5rem;
    }
    .o-modal__head__subtitle {
        font-size: 0.6875rem;
        line-height: 0.8125rem;
    }
    .o-modal__dark .o-modal__head {
        width: 100%;
        padding: 0 0 0;
        max-width: 810px;
    }
    .modal-content {}
    .modal-content__close {
        width: 55px;
        height: 56px;
        right: 20px;
    }
    .modal-content__title {
        font-size: 4.625rem;
    }
    .modal-content__title.center {
        text-align: center;
    }
    .modal-content__subtitle {}
    .modal-content__subtitle.center {
        text-align: center;
    }
    .modal-content-body {}
    .modal-content-body-scroll {
        margin-right: 20px;
    }
    .modal-content.w845 {
        max-width: 845px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .modal-content.w845 .modal-content__title, .modal-content.w845 .modal-content__subtitle, .modal-content.w845 .modal-content-body-scroll {
        margin-left: 90px;
        margin-right: 20px;
        max-width: 690px;
    }
    .modal-content.w1032 {
        max-width: 1032px;
    }
    .modal-content.w1450 {
        max-width: 1450px;
    }
    .modal-content.w1450 .modal-content__title, .modal-content.w1450 .modal-content__subtitle, .modal-content.w1450 .modal-content-body-two-cols, .modal-content.w1450 .modal-content-body-three-cols, .modal-content.w1450 .modal-content-body-four-cols, .modal-content.w1450 .modal-content-body-five-cols {
        margin-left: 40px;
        margin-right: 20px;
        max-width: 1240px;
    }
    .o-carousel [data-controls="next"], .o-carousel [data-controls="prev"] {}
    .o-carousel [data-controls="prev"] {
        left: 15px;
    }
    .o-carousel [data-controls="next"] {
        right: 15px;
    }
    .o-slider [data-controls="next"], .o-slider [data-controls="prev"] {
        top: 200px;
    }
    .o-slider [data-controls="next"] {
        right: 15px;
    }
    .o-slider [data-controls="prev"] {
        left: 15px;
    }
    .o-scroll-center .item {
        padding: 0;
        max-width: 990px;
    }
    .o-scroll-center {
        margin: 0 auto;
    }
    .o-scroll-col2 .item {
        padding: 0 0 30px 0;
        max-width: 465px;
    }
    .o-scroll-col2 .item:not(:first-child) {
        margin-left: 30px;
    }
    .o-scroll-col2 {
        max-width: 91.5%;
        margin: 0 auto;
    }
    .o-scroll-col4 .item {
        padding: 0 30px 30px;
        max-width: 330px;
    }
    .o-scroll {}
    .o-scroll::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
    .o-scroll::-webkit-scrollbar-track {
        background-color: rgba(180, 150, 130, 0.1);
    }
    .o-scroll::-webkit-scrollbar-thumb {
        border-radius: 2.5px;
        background-color: rgba(180, 150, 130, 0.5);
        width: 5px;
        height: 5px;
        display: block;
    }
    .u-grid {
        display: -ms-grid;
        display: grid;
        grid-column-gap: 0;
    }
    .u-grid-columns-2 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr max(415px);
    }
    .u-grid-columns-3 {
        --ncols: 3;
        -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
        grid-template-columns: repeat(3, 1fr);
    }
    .u-grid-columns-4 {
        --ncols: 4;
        -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
        grid-template-columns: repeat(4, 1fr);
    }
    .u-grid-columns-5 {
        --ncols: 5;
        -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
        grid-template-columns: repeat(5, 1fr);
    }
    .u-grid > [class*="c-"] {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        -ms-flex-direction: column;
            flex-direction: column;
    }
    .u-grid-start-1 {
        -ms-grid-column: 1;
            grid-column-start: 1;
    }
    .u-grid-start-2 {
        -ms-grid-column: 2;
            grid-column-start: 2;
    }
    .u-grid-start-3 {
        -ms-grid-column: 3;
            grid-column-start: 3;
    }
    .u-grid-start-4 {
        -ms-grid-column: 4;
            grid-column-start: 4;
    }
    .u-grid-start-5 {
        -ms-grid-column: 5;
            grid-column-start: 5;
    }
    .u-grid-col {}
    .u-grid-col-start-1 {
        -ms-grid-column: 1 !important;
            grid-column-start: 1 !important;
    }
    .u-grid-col-start-2 {
        -ms-grid-column: 2 !important;
            grid-column-start: 2 !important;
    }
    .u-grid-col-start-3 {
        -ms-grid-column: 3 !important;
            grid-column-start: 3 !important;
    }
    .u-grid-col-start-4 {
        -ms-grid-column: 4 !important;
            grid-column-start: 4 !important;
    }
    .u-grid-col-start-5 {
        -ms-grid-column: 5 !important;
            grid-column-start: 5 !important;
    }
    .u-grid-col-span-1 {
        -ms-grid-column-span: 1;
        -ms-grid-column: 1;
            grid-column: 1 / span 1;
    }
    .u-grid-col-span-2 {
        -ms-grid-column-span: 2;
        -ms-grid-column: 1;
            grid-column: 1 / span  2;
    }
    .u-grid-col-span-3 {
        -ms-grid-column-span: 3;
        -ms-grid-column: 1;
            grid-column: 1 / span  3;
    }
    .u-grid-col-span-4 {
        -ms-grid-column-span: 4;
        -ms-grid-column: 1;
            grid-column: 1 / span 4;
    }
    .u-grid-col-span-5 {
        -ms-grid-column-span: 5;
        -ms-grid-column: 1;
            grid-column: 1 / span 5;
    }
    .u-grid-row {}
    .u-grid-row-start-1 {
        -ms-grid-row: 1;
            grid-row-start: 1;
    }
    .u-grid-row-start-2 {
        -ms-grid-row: 2;
            grid-row-start: 2;
    }
    .u-grid-row-start-3 {
        -ms-grid-row: 3;
            grid-row-start: 3;
    }
    .u-grid-row-start-4 {
        -ms-grid-row: 4;
            grid-row-start: 4;
    }
    .u-grid-row-start-5 {
        -ms-grid-row: 5;
            grid-row-start: 5;
    }
    .u-grid-row-start-6 {
        -ms-grid-row: 6;
            grid-row-start: 6;
    }
    .u-grid-row-start-7 {
        -ms-grid-row: 7;
            grid-row-start: 7;
    }
    .u-grid-row-start-8 {
        -ms-grid-row: 8;
            grid-row-start: 8;
    }
    .u-grid-row-start-9 {
        -ms-grid-row: 9;
            grid-row-start: 9;
    }
    .u-grid-row-start-10 {
        -ms-grid-row: 10;
            grid-row-start: 10;
    }
    .u-grid-row-span-1 {
        -ms-grid-row-span: 1;
        -ms-grid-row: 1;
            grid-row: 1 / span 1;
    }
    .u-grid-row-span-2 {
        -ms-grid-row-span: 2;
        -ms-grid-row: 1;
            grid-row: 1 / span  2;
    }
    .u-grid-row-span-3 {
        -ms-grid-row-span: 3;
        -ms-grid-row: 1;
            grid-row: 1 / span  3;
    }
    .u-grid-row-span-4 {
        -ms-grid-row-span: 4;
        -ms-grid-row: 1;
            grid-row: 1 / span 4;
    }
    .u-grid-row-span-5 {
        -ms-grid-row-span: 5;
        -ms-grid-row: 1;
            grid-row: 1 / span 5;
    }
    .u-grid-col-gap-15 {
        grid-column-gap: 15px;
    }
    .u-grid-col-gap-30 {
        grid-column-gap: 30px;
    }
    .u-grid-gap-30 {
        grid-gap: 30px;
    }
    .u-pb-40 {
        padding-bottom: 40px !important;
    }
    .u-pt-40 {
        padding-top: 40px !important;
    }
    .u-pb-120 {
        padding-bottom: 120px !important;
    }
    .u-pt-120 {
        padding-top: 120px !important;
    }
    .u-pb-60 {
        padding-bottom: 60px !important;
    }
    .u-pt-60 {
        padding-top: 60px !important;
    }
    .u-mt-40 {
        margin-top: 40px !important;
    }
    .u-mb-40 {
        margin-bottom: 40px !important;
    }
    .u-show-sm {}
    .u-show-sm.u-flex {
        display: -ms-flexbox;
        display: flex;
    }
    .u-show-sm:not(.u-flex) {
        display: block;
    }
    .u-hide-sm {
        display: none;
    }
    .u-show-xs-only {
        display: none;
    }

    .u-show-sm-only {
        display: block;
    }
    .u-show-md-only {
        display: none;
    }
    .u-show-lg-only {
        display: none;
    }
    .u-hide-xs-only {
        display: block;
    }
    .u-hide-sm-only {
        display: none;
    }
    .u-hide-md-only {
        display: block;
    }
    .u-hide-lg-only {
        display: block;
    }
    .c-header__options .btn-signin {
        height: 50px;
        width: 140px;
        font-size: 0.75rem;
    }
    .c-header__options .btn-signin span {
        display: block;
        padding: 0 0 0 3px;
    }
    .c-header__options-alert .c-icon {
        width: 30px;
        height: 30px;
    }
    .c-header__options-alert.open .box > div .list-scroll {
        max-width: 50%;
    }
    .c-header-expo .u-flex {
        max-width: 1050px;
        margin: 0 auto;
    }
    .c-header-expo__back {
        top: 30px;
    }
    .c-header-expo__brand {
        width: 230px;
    }
    .c-header-expo__name {
        font-size: 2.5rem;
    }
    .c-subhead-blog a {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
    .c-subhead-blog a:before {
        height: 60px;
        margin: 0 15px;
    }
    .c-subhead-blog:after {
        height: 60px;
        margin: 0 15px;
    }
    .c-subhead-blog {
        -ms-flex-pack: end;
            justify-content: flex-end;
    }
    .c-form__text input[type="text"], .c-form__text input[type="email"], .c-form__text input[type="password"], .c-form__text input[type="tel"], .c-form__text input[type="date"] {
        font-size: 1.125rem;
    }
    .c-form__text span {
        font-size: 0.8125rem;
    }
    .c-form__select select {
        font-size: 1.125rem;
    }
    .c-form__select span {
        font-size: 0.8125rem;
    }
    .c-form__check {
        max-width: inherit;
        -ms-flex-pack: center;
            justify-content: center;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
    .c-form__button {
        height: 50px;
        width: 200px;
        font-size: 0.75rem;
    }
    .c-form__button span {
        display: block;
    }
    .c-form__switch__text span {
        font-size: 0.8125rem;
    }
    .c-form__switch__text p {
        font-size: 1.125rem;
    }
    .c-form__check-button {
        border-left: 1px solid rgba(180, 150, 130, 0.5);
    }
    .c-form-signin__step-1 .u-grid {
        -ms-grid-columns: 50% 50%;
            grid-template-columns: 50% 50%;
        padding-bottom: 20px;
    }
    .c-form-signin__step-1 .u-bg-white {
        padding-bottom: 20px;
    }
    .c-form-signin__step-2 .o-carousel .tns-inner {}
    .c-form-signin__step-2 .o-carousel .tns-inner:before {
        background-color: #fff;
        content: '';
        height: 100%;
        width: 2px;
        position: absolute;
        top: 0;
        left: 90px;
        z-index: 4;
    }
    .c-form-signin {
        max-width: 1050px;
        margin: 0 auto;
    }
    .c-form-signin__step-2 .c-form__title {
        padding: 40px 0;
    }
    .c-user__head {
        max-width: inherit;
        padding: 30px;
    }
    .c-user__head__thumb {
        max-width: 90px;
    }
    .c-user__head__txt {
        max-width: calc(100% - 115px);
        padding-left: 25px;
    }
    .c-user__head__txt__title {
        text-align: center;
        font-size: 1.5rem;
    }
    .c-user__head__txt__subtitle {
        text-align: center;
        font-size: 0.75rem;
        letter-spacing: 0.03125rem;
    }
    .c-user__navigation {}
    .c-user__navigation__item {
        font-size: 0.6875rem;
        letter-spacing: 0.06625rem;
        line-height: 0.8125rem;
    }
    .c-user__option-favoritos .c-user__navigation {
        max-width: inherit;
        -ms-flex-pack: center;
            justify-content: center;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 0;
    }
    .c-user__option-favoritos .c-user__navigation__item {
        padding: 15px;
    }
    .c-user__option {
        max-width: inherit;
        padding: 0;
        margin: 0;
    }
    .c-card-avatar__title {
        font-size: 0.8125rem;
    }
    .c-card-avatar {
        max-width: 420px;
    }
    .c-card-stand__thumb__img {
        max-height: inherit;
        object-fit: inherit;
    }
    .c-card-stand__thumb__title {
        font-size: 1.5rem;
    }
    .c-card-stand__txt .top .type {
        font-size: 0.6875rem;
    }
    .c-card-stand__txt .top .star {
        width: 30px;
        height: 30px;
    }
    .c-card-stand__txt .middle .thumb {
        margin-bottom: 13px;
    }
    .c-card-stand__txt .middle .title {
        font-size: 1.125rem;
        line-height: 1.3125rem;
    }
    .c-card-stand__txt .middle .txt {
        margin-bottom: 10px;
    }
    .c-card-stand__txt .bottom {
        padding-top: 15px;
    }
    .c-card-stand__txt {
        max-width: 510px;
    }
    .c-card-intro__embed .thumb.icon.video:before {
        width: 80px;
        height: 80px;
        margin-top: -40px;
        margin-left: -40px;
    }
    .c-card-intro__embed .thumb.icon.video svg {
        width: 26px;
        height: 30px;
        margin-top: -15px;
        margin-left: -9px;
    }
    .c-card-intro__embed .thumb {
        border-radius: 4.5px;
    }
    .c-card-intro {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 30% 1fr;
            grid-template-columns: 30% 1fr;
        grid-column-gap: 5%;
        margin: 5% 0;
        padding: 0 15px;
        max-width: inherit;
    }
    .c-card-intro__dossier {
        margin-top: auto;
    }
    .c-card-intro__embed {
        -ms-grid-column: 2;
            grid-column-start: 2;
        -ms-grid-row: 1;
            grid-row-start: 1;
    }
    .c-card-intro__txt {
        -ms-grid-column: 1;
            grid-column-start: 1;
        -ms-grid-row: 1;
            grid-row-start: 1;
        margin: 0;
    }
    .c-card-item__thumb {
        margin-bottom: 0;
    }
    .c-card-item__title {
        font-size: 1.5rem;
    }
    .c-card-item__description {
        font-size: 1rem;
    }
    .c-card-item__options {
        margin-top: auto;
        -ms-flex-pack: end;
            justify-content: flex-end;
    }
    .c-title:not(.no-padding) {
        padding-bottom: 0;
    }
    .c-title {
        text-align: left;
        padding: 0 15px;
        max-width: inherit;
        font-size: 2.5rem;
        margin: 5% 0;
    }
    .c-title-subtitle {
        margin: 0 0 30px 0;
        padding: 0;
        text-indent: 15px;
    }
    .c-title.titleMag {
        font-size: 5.625rem;
    }
    .c-footer__top .u-grid {
        -ms-grid-columns: (1fr)[6];
            grid-template-columns: repeat(6, 1fr);
    }
    .c-footer__bottom__group1 .u-flex:nth-child(1) {
        margin-bottom: 10px;
    }
    .c-footer__bottom__group2 .link + .link {
        margin-left: 15px;
        margin-top: 0;
    }
    .c-footer__bottom__group2 .u-flex {
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: start;
            justify-content: flex-start;
    }
    .c-footer__bottom__group3 {
        -ms-flex-direction: column;
            flex-direction: column;
    }
    .c-footer__bottom__group3 > * {
        margin-left: auto;
    }
    .c-footer__bottom .o-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .c-footer__bottom .o-container .c-footer__bottom__group1 {
        -ms-flex-order: 1;
            order: 1;
        width: 100%;
    }
    .c-footer__bottom .o-container .c-footer__bottom__group2 {
        -ms-flex-order: 3;
            order: 3;
        width: 100%;
    }
    .c-footer__bottom .o-container .c-footer__bottom__group3 {
        -ms-flex-order: 2;
            order: 2;
        width: 50%;
        margin-left: auto;
        margin-bottom: auto;
    }
    .c-player__body.open-chat {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 300px;
            grid-template-columns: 1fr 300px;
        grid-column-gap: 30px;
        transition: all .3s;
        padding: 0 30px 0 0;
    }
    .c-player__body.open-chat .c-player__options {
        -ms-grid-column-span: 2;
        -ms-grid-column: 1;
            grid-column: 1 / span 2;
    }
    .c-player__body.open-chat .c-player__chat {
        -ms-grid-column: 2;
            grid-column-start: 2;
        -ms-grid-row: 1;
            grid-row-start: 1;
        grid-row-end: 3;
        margin-bottom: 30px;
    }
    .c-player__body.open-question {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 300px;
            grid-template-columns: 1fr 300px;
        grid-column-gap: 30px;
        padding: 0 30px 0 0;
    }
    .c-player__body.open-question .c-player__options {
        -ms-grid-column-span: 2;
        -ms-grid-column: 1;
            grid-column: 1 / span 2;
    }
    .c-player__body.open-question .c-player__question {
        -ms-grid-column: 2;
            grid-column-start: 2;
        -ms-grid-row: 1;
            grid-row-start: 1;
        grid-row-end: 3;
        margin-bottom: 30px;
    }
    .c-player__embed .progress .bar {
        height: 15px;
    }
    .c-player__embed .progress .bar[data-title] {}
    .c-player__embed .progress .bar[data-title]:before {
        bottom: 35px;
        left: calc(100% - 42px);
        height: 30px;
        width: 80px;
        border-radius: 40px;
        font-size: 0.75rem;
        line-height: 1.875rem;
    }
    .c-player__embed .progress .bar[data-title]:after {
        height: 20px;
        bottom: 15px;
    }
    .c-player__options > .u-flex {
        width: 50%;
    }
    .c-player__options .lang {
        margin: 0 25px;
        font-size: 0.6875rem;
    }
    .c-player__options .c-form__button {
        margin: 25px 5%;
        width: 120px;
    }
    .c-player__options .share .c-icon {
        width: 30px;
        height: 30px;
    }
    .c-player .c-player__chat {
        margin: 30px 0 0;
    }
    .c-player .c-player__question {
        margin: 30px 0 0;
    }
    .c-program__head {}
    .c-program__head__title {
        padding: 20px 0;
        font-size: 2.1875rem;
    }
    .c-program__body {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 5%;
        margin: 0 0 5% 0;
        padding: 0 15px;
    }
    .c-program__title {
        padding: 0 0 30px 0;
        font-size: 1.5rem;
        text-align: left;
    }
    .c-program__navigation {
        max-width: 600px;
    }
    .c-program__navigation.max350 {
        max-width: 350px;
    }
    .c-program__navigation__item {
        font-size: 1.125rem;
    }
    .c-program__content {
        -ms-grid-columns: 75px 1fr;
            grid-template-columns: 75px 1fr;
    }
    .c-program__content__top {
        padding-left: 40px;
    }
    .c-program__content__hour {
        padding: 0 25px 0 15px;
    }
    .c-program__content__event {
        margin-left: 20px;
        padding: 0 20px 30px;
        min-height: 365px;
    }
    .c-talk .top .type {
        font-size: 0.6875rem;
    }
    .c-talk .top .star {
        width: 30px;
        height: 30px;
    }
    .c-talk .middle .thumb {
        margin-bottom: 13px;
    }
    .c-talk .middle .title {
        font-size: 1.125rem;
        line-height: 1.3125rem;
    }
    .c-talk .middle .speaker {
        margin-bottom: 10px;
    }
    .c-talk .middle .duration {
        font-size: 0.6875rem;
    }
    .c-talk .bottom {
        padding-top: 15px;
    }
    .c-talk-break {
        min-height: 340px;
    }
    .c-talk-break .msg {
        font-size: 4.375rem;
        line-height: 19.375rem;
    }
    .c-talk-break .msg:before {
        height: 30px;
    }
    .c-expo__line .slick-prev, .c-expo__line .slick-next {
        width: 60px;
        height: 60px;
        margin-top: -30px;
    }
    .c-expo__line .slick-prev {
        left: 15px;
    }
    .c-expo__line .slick-next {
        right: 15px;
    }
    .c-expo__line {
        max-width: 100%;
        margin: 0 auto;
    }
    .c-expo__detail__intro__count {
        font-size: 2.5rem;
    }
    .c-expo .c-card-thumb {
        height: 768px;
    }
    .c-stand__header {
        top: 90px;
    }
    .c-stand__header .o-container > .u-flex {
        padding: 15px;
    }
    .c-stand__header .o-container > .u-flex .u-flex {
        max-width: calc(100% - 90px);
    }
    .c-stand__header__back {
        padding: 5px 0;
    }
    .c-stand__header__back span {
        padding-right: 15px;
        padding-left: 5px;
    }
    .c-stand__header__title {
        font-size: 1.375rem;
        margin: 0 15px;
    }
    .c-stand__header .c-card-item__options .c-icon {
        padding: 10px;
        border: 2px solid #FFF;
    }
    .c-stand__header .c-card-item__options .c-icon + .c-icon {
        margin-left: 15px;
    }
    .c-stand__header .c-card-item__options .c-icon svg {
        width: 20px;
        height: 20px;
    }
    .c-search__wrap .c-form {
        position: -webkit-sticky;
        position: sticky;
        top: 120px;
    }
    .c-search__wrap {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 30% 1fr;
            grid-template-columns: 30% 1fr;
        grid-column-gap: 5%;
        padding: 0 15px;
        max-width: inherit;
        margin-bottom: 5%;
    }
    .c-search-conecta {
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width:991px){
    body > div:nth-child(1) > header > div > nav.c-header__nav.u-flex.u-flex-justify-start > div {
        display: block;
    }

        body > div:nth-child(1) > header > div > nav.c-header__nav.u-flex.u-flex-justify-start > div .u-show-xs-only {
            display: block;
        }
}
@media (min-width: 992px) {
    .o-section-signin .c-title {
        font-size: 3.75rem;
        line-height: 1;
    }
    .o-modal__close {
        top: 5px;
    }
    .modal {
        height: calc(100% - 100px);
        top: 100px;
        background-color: transparent;
    }
    .o-carousel {
        margin-right: 0;
    }
    .u-pb-80 {
        padding-bottom: 80px !important;
    }
    .u-pt-80 {
        padding-top: 80px !important;
    }
    .u-show-md {}
    .u-show-md.u-flex {
        display: -ms-flexbox;
        display: flex;
    }
    .u-show-md:not(.u-flex) {
        display: block;
    }
    .u-hide-md {
        display: none;
    }
    .u-show-xs-only {
        display: none;
    }
    .u-show-sm-only {
        display: none;
    }
    .u-show-md-only {
        display: block;
    }
    .u-show-lg-only {
        display: none;
    }
    .u-hide-xs-only {
        display: block;
    }
    .u-hide-sm-only {
        display: block;
    }
    .u-hide-md-only {
        display: none;
    }
    .u-hide-lg-only {
        display: block;
    }
    .c-header {
        position: relative;
    }
    .c-header .o-container {
        height: 90px;
        position: relative;
        z-index: 2;
        background-color: #FFF;
    }
    .c-header__brand {
        display: block;
        height: 100%;
        /*width: 300px;*/
    }
    .c-header__options {
        margin-left: auto;
    }
    .c-header__options .idioma {
        padding-right: 65px;
    }
    .c-header__options-logged {}
    .c-header__options-logged.open .box {
        width: 510px;
    }
    .c-header__nav {
        display: -ms-flexbox;
        display: flex;
    }
    .c-header__nav a {
        padding: 0 5px;
        font-size: 1rem;
        font-weight: normal;
        line-height: 1.5rem;
        color: rgb(75,92,102);
    }
    .c-header__nav a + a {
        margin-left: 15px;
    }
    .c-header__nav a.current {
        position: relative;
    }
    .c-header__nav a.current:after {
        content: '';
        width: calc(100% - 10px);
        height: 2px;
        background-color: rgb(231,49,55);
        display: block;
        bottom: -5px;
        left: 0;
        position: absolute;
        margin: 0 5px;
    }
    .c-header__nav__btn {
        display: none;
    }
    .c-header:before {
        display: block;
        content: '';
        background-color: rgb(231,49,55);
        width: 50%;
        height: 90px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .c-header:after {
        display: block;
        content: '';
        background-color:#fff;
        width: 50%;
        height: 90px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }
    .c-form__text, .c-form__select, .c-form__check, .c-form__switch {
        max-width: 420px;
    }
    .c-user__option-favoritos [data-tab-content="ponencias"] .u-grid {
        margin-left: 30px;
        margin-right: 30px;
    }
    .c-user__option-favoritos [data-tab-content="ponencias"] .u-grid > .c-event {}
    .c-user__option-favoritos [data-tab-content="ponencias"] .u-grid > .c-event:nth-child(6n + 6), .c-user__option-favoritos [data-tab-content="ponencias"] .u-grid > .c-event:first-child {
        border-left: none;
    }
    .c-card-item {
        max-width: inherit;
        margin: 0;
    }
    .scene {
        width: 720px;
        height: 720px;
        margin: 0 auto;
        perspective: 1200px;
    }
    .cube {
        width: 720px;
        height: 720px;
        position: relative;
        transform-style: preserve-3d;
        transform: translateZ(-360px);
    }
    .cube__face {
        position: absolute;
        width: 720px;
        height: 720px;
    }
    .cube__face--front {
        background: hsla(0, 100%, 50%, 0.7);
    }
    .cube__face--right {
        background: linear-gradient(to right, #FFF, rgb(75,92,102) 100%);
    }
    .cube__face--back {
        background: rgb(104,117,126);
    }
    .cube__face--left {
        background: linear-gradient(to left, #FFF, rgb(75,92,102) 100%);
    }
    .cube__face--top {
        background: linear-gradient(to top, #FFF, rgb(75,92,102) 100%);
    }
    .cube__face--bottom {
        background: linear-gradient(to bottom, #FFF, rgb(75,92,102) 100%);
    }
    .cube__face--front {
        transform: rotateY(0deg) translateZ(360px);
    }
    .cube__face--right {
        transform: rotateY(90deg) translateZ(360px);
    }
    .cube__face--back {
        transform: rotateY(0deg) translateZ(120px);
    }
    .cube__face--left {
        transform: rotateY(-90deg) translateZ(360px);
    }
    .cube__face--top {
        transform: rotateX(90deg) translateZ(360px);
    }
    .cube__face--bottom {
        transform: rotateX(-90deg) translateZ(360px);
    }
    .c-title.titleMag {
        font-size: 8.75rem;
    }
    .c-player__head .o-scroll-col4 .item + .item {
        margin-left: 30px;
    }
    .c-player__head .o-scroll-col4 .item {
        padding: 0;
    }
    .c-player__head {
        padding: 30px 0;
        -ms-grid-columns: 150px 695px 1fr;
            grid-template-columns: 150px 695px 1fr;
        grid-column-gap: 30px;
    }
    .c-player__head .c-event {
        padding: 0;
        border-left: none;
        -ms-flex-align: start;
            align-items: flex-start;
        min-height: 90px;
    }
    .c-player__head .c-event__thumb {
        margin-bottom: 0;
    }
    .c-player__head .c-event__thumb + .c-event__txt {
        margin-top: 15px;
    }
    .c-player__head .c-event__txt {
        -ms-flex-align: start;
            align-items: flex-start;
    }
    .c-player__head .c-event__txt > * {
        text-align: left;
    }
    .c-player__head .c-event__icon {
        right: 0;
    }
    .c-player__body.open-chat .c-player__options {
        -ms-grid-column-span: 1;
        -ms-grid-column: 1;
            grid-column: 1 / span 1;
    }
    .c-player__body.open-question .c-player__options {
        -ms-grid-column-span: 1;
        -ms-grid-column: 1;
            grid-column: 1 / span 1;
    }
    .c-expo__section__title {
        padding: 20px 0;
        font-size: 4.375rem;
        letter-spacing: 0.0625rem;
    }
    .c-expo__section__subtitle {
        padding: 20px 0;
        font-size: 2rem;
        letter-spacing: 0.0625rem;
    }
    .c-expo__detail__intro__nav a:not(:first-child):not(:last-child) {
        display: block;
    }
    .c-search__wrap .c-form__text, .c-search__wrap .c-form__select, .c-search__wrap .c-form__check, .c-search__wrap .c-form__switch {
        max-width: 90%;
    }
}
@media (min-width: 1140px) {
    .u-show-lg {
        display: block;
    }
    .u-hide-lg {
        display: none;
    }
    .u-show-xs-only {
        display: none;
    }
    .u-show-sm-only {
        display: none;
    }
    .u-show-md-only {
        display: none;
    }
    .u-show-lg-only {
        display: block;
    }
    .u-hide-xs-only {
        display: block;
    }
    .u-hide-sm-only {
        display: block;
    }
    .u-hide-md-only {
        display: block;
    }
    .u-hide-lg-only {
        display: none;
    }
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 2.1875rem;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        transform-origin: 0;
    }
    .mfp-arrow-right {
        transform-origin: 100%;
    }
}
@media (max-width: 767px) {
    .o-section-signin .o-container {
        max-width: 90%;
        margin: 0 auto;
    }
    .u-grid {
        --gap: 15px;
        display: -ms-grid;
        display: grid;
        grid-column-gap: var(--gap);
    }
    .u-grid-columns-2-xs {
        -ms-grid-columns: 1fr 15px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
    .u-grid-col {}
    .u-grid-col-xs-start-1 {
        -ms-grid-column: 1 !important;
            grid-column-start: 1 !important;
    }
    .u-grid-col-xs-start-2 {
        -ms-grid-column: 2 !important;
            grid-column-start: 2 !important;
    }
    .u-grid-col-xs-start-3 {
        -ms-grid-column: 3 !important;
            grid-column-start: 3 !important;
    }
    .u-grid-col-xs-start-4 {
        -ms-grid-column: 4 !important;
            grid-column-start: 4 !important;
    }
    .u-grid-col-xs-span-1 {
        -ms-grid-column-span: 1;
        -ms-grid-column: 1;
            grid-column: 1 / span 1;
    }
    .u-grid-col-xs-span-2 {
        -ms-grid-column-span: 2;
        -ms-grid-column: 1;
            grid-column: 1 / span  2;
    }
    .u-grid-col-xs-span-3 {
        -ms-grid-column-span: 3;
        -ms-grid-column: 1;
            grid-column: 1 / span  3;
    }
    .u-grid-col-xs-span-4 {
        -ms-grid-column-span: 4;
        -ms-grid-column: 1;
            grid-column: 1 / span 4;
    }
    .u-grid-row {}
    .u-grid-row-xs-start-1 {
        -ms-grid-row: 1;
            grid-row-start: 1;
    }
    .u-grid-row-xs-start-2 {
        -ms-grid-row: 2;
            grid-row-start: 2;
    }
    .u-grid-row-xs-start-3 {
        -ms-grid-row: 3;
            grid-row-start: 3;
    }
    .u-grid-row-xs-start-4 {
        -ms-grid-row: 4;
            grid-row-start: 4;
    }
    .u-grid-row-xs-start-5 {
        -ms-grid-row: 5;
            grid-row-start: 5;
    }
    .u-grid-row-xs-start-6 {
        -ms-grid-row: 6;
            grid-row-start: 6;
    }
    .u-grid-row-xs-start-7 {
        -ms-grid-row: 7;
            grid-row-start: 7;
    }
    .u-grid-row-xs-start-8 {
        -ms-grid-row: 8;
            grid-row-start: 8;
    }
    .u-grid-row-xs-start-9 {
        -ms-grid-row: 9;
            grid-row-start: 9;
    }
    .u-grid-row-xs-start-10 {
        -ms-grid-row: 10;
            grid-row-start: 10;
    }
    .u-grid-row-xs-span-1 {
        -ms-grid-row-span: 1;
        -ms-grid-row: 1;
            grid-row: 1 / span 1;
    }
    .u-grid-row-xs-span-2 {
        -ms-grid-row-span: 2;
        -ms-grid-row: 1;
            grid-row: 1 / span  2;
    }
    .u-grid-row-xs-span-3 {
        -ms-grid-row-span: 3;
        -ms-grid-row: 1;
            grid-row: 1 / span  3;
    }
    .u-grid-row-xs-span-4 {
        -ms-grid-row-span: 4;
        -ms-grid-row: 1;
            grid-row: 1 / span 4;
    }
    .u-flex {}
    .u-flex-justify-start-xs {
        -ms-flex-pack: start;
            justify-content: flex-start;
    }
    .u-flex-justify-center-xs {
        -ms-flex-pack: center;
            justify-content: center;
    }
    .u-bg-transparent-xs {
        background-color: transparent;
    }
    .c-player__body.open-chat .c-player__chat {
        position: fixed;
        top: 75px;
        left: 0;
        width: 100%;
        height: calc(100% - 75px);
        z-index: 2;
        box-sizing: border-box;
    }
    .c-player__body.open-question .c-player__question {
        position: fixed;
        top: 75px;
        left: 0;
        width: 100%;
        height: calc(100% - 75px);
        z-index: 2;
        box-sizing: border-box;
    }
    .c-player__top + .c-player__body .c-player__chat .middle {
        height: calc(100vh - 275px);
    }
}
@media screen and (max-width: 767px) {
    .o-section-legal .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        border: 1px solid #ddd;
    }
}
@media (max-width: 991px) {
    .o-modal__dark .o-modal__content .c-form-login {
        width: 90%;
    }
    .u-pb-40-xs {
        padding-bottom: 40px !important;
    }
    .u-pb-20-xs {
        padding-bottom: 20px !important;
    }
    .u-pt-40-xs {
        padding-top: 40px !important;
    }
    .u-pt-15-xs {
        padding-top: 15px !important;
    }
    .u-pt-20-xs {
        padding-top: 20px !important;
    }
    .u-no-mb-xs {
        margin-bottom: 0 !important;
    }
    .u-no-mt-xs {
        margin-top: 0 !important;
    }
    .c-header {}
    .c-header__options {
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
        -ms-flex-pack: start;
            justify-content: flex-start;
        width: calc(100% - 25px);
    }
    .c-header__options .btn {}
    .c-header__options .btn:nth-child(1) {
        display: none;
    }
    .c-header__options .btn:nth-child(2) {
        margin-left: auto;
    }
    .c-header__options .btn-signin {
        margin-left: auto;
    }
    .c-header__options-logged {}
    .c-header__options-logged.open .box {
        width: calc(100% + 55px);
        margin-right: -15px;
        top: 40px;
    }
    .c-header__options-logged.open .box .c-user__head__txt__title, .c-header__options-logged.open .box .c-user__head__txt__subtitle {
        display: none;
    }
    .c-header__options-logged.open .box .c-user__head__thumb {
        display: none;
    }
    .c-header__options-logged.open .box .c-user__head__txt {
        max-width: inherit;
    }
    .c-header__options-logged.open .box .c-user__head__txt .c-form__button {
        margin: 0 0 30px auto;
    }
    .c-header.open {
        position: fixed;
        width: 100%;
    }
    .c-header.open .c-header__nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        position: absolute;
        top: 75px;
        left: 0;
        width: 100vw;
        height: calc(100vh - 75px);
        background-color: #FFF;
        -ms-flex-align: stretch;
            align-items: stretch;
    }
    .c-header.open .c-header__nav a:not(.lang) {
        padding: 15px;
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 1.5rem;
        color: #194146;
        border-top: 1px solid #000;
    }
    .c-header.open .c-header__nav .lang {
        margin-top: auto;
        color: #194146;
        font-size: 0.6875rem;
        font-weight: 600;
        letter-spacing: 0.06625rem;
        line-height: 0.8125rem;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 20px;
        margin-left: 20px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .c-header.open .c-header__nav .lang:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        margin-top: 5px;
        background-color: #DDA64D;
    }
    .c-player__options .share {
        position: fixed;
        top: 25px;
        left: 50px;
        z-index: 7;
    }
}