.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: 'Montserrat',sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    color: #030303;
    background-color: #f6f3f1;
    overflow-x: hidden;
}
::-moz-selection {
    color: #FFF;
    background: #4D4634;
}
::selection {
    color: #FFF;
    background: #4D4634;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: 'Montserrat',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: #030303;
}
a {
    text-decoration: none;
    cursor: pointer;
    display: block;
    outline: none;
}
input, button, select, textarea {
    font-family: 'Montserrat',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: 1050px;
    padding: 0 15px;
    margin: 0 auto;
}
.content {
    z-index: 1;
    position: relative;
    box-shadow: 0 0 50px 0 rgba(12,0,51,.1);
}
.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;
}
.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-magazine__claim2 .o-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    max-width: 90%;
    margin: 0 auto;
}
.o-section-magazine__claim2 .o-container .c-card-article {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-row-gap: 15px;
    margin-right: auto;
}
.o-section-magazine__claim2 .o-container .c-card-article .c-card-article__thumb {
    margin-left: 0;
}
.o-section-magazine__claim2 .o-container .c-card-article__type {
    line-height: 1;
}
.o-section-magazine__claim2 .o-container .c-card-article__title {
    font-size: 1.125rem;
    line-height: 1.375rem;
}
.o-section-magazine__claim2 .o-container .c-card-article__title + .c-card-article__subtitle {
    margin-top: 15px;
}
.o-section-magazine__claim2 .o-container .c-card-article__subtitle {
    font-size: 0.8125rem;
    line-height: 1.375rem;
}
.o-section-view-talks {}
.o-section-view-talks__title {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.625rem;
    text-align: center;
    color: #3C2814;
    text-transform: uppercase;
}
.o-section-view-talks__item {
    max-width: 285px;
    margin: 0 auto;
}
.o-section-view-talks__item .video-js {
    padding-top: 75%;
}
.o-section-view-talks__item .bc-iframe, .o-section-view-talks__item .bc-iframe body, .o-section-view-talks__item .vjs-poster, .o-section-view-talks__item .video-js {
    background-color: #000 !important;
}
.o-section-view-talks__item .vjs-play-progress, .o-section-view-talks__item .vjs-slider-bar {
    background-color: #19BECD !important;
}
.o-section-view-talks__item .c-talk {
    background-color: rgba(180,150,130,0.1);
    padding: 15px 15px 30px 15px;
}
.o-section-view-talks__item .c-live__content {
    display: none;
}
.o-section-view-talks__item + .o-section-view-talks__item {
    margin-top: 20px;
}
.o-section-view-talks__item:last-child {
    margin-bottom: 30px;
}
.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;
}
.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-color-blue01 {
    color: #009FE4;
}
.u-color-blue02 {
    color: #0071AD;
}
.u-color-black01 {
    color: #194146;
}
.u-color-white {
    color: #FFF;
}
.u-color-black {
    color: #030303;
}
.u-color-gas-01 {
    color: #4D4634;
}
.u-color-gas-02 {
    color: #18320F;
}
.u-color-gas-03 {
    color: #DDA64D;
}
.u-color-gas-04 {
    color: #00A5C1;
}
.u-color-gas-05 {
    color: #91835F;
}
.u-color-gas-06 {
    color: #3C2814;
}
.u-color-gas-07 {
    color: #464646;
}
.u-color-gas-08 {
    color: #D4C18C;
}
.u-color-gas-09 {
    color: #19BECD;
}
.u-color-gas-10 {
    color: #05DCDC;
}
.u-color-gas-11 {
    color: #3C828C;
}
.u-color-gas-12 {
    color: #13516C;
}
.u-color-gas-13 {
    color: #8E6B32;
}
.u-bg-blue01 {
    background-color: #009FE4;
}
.u-bg-blue02 {
    background-color: #0071AD;
}
.u-bg-black01 {
    background-color: #194146;
}
.u-bg-white {
    background-color: #FFF;
}
.u-bg-black {
    background-color: #030303;
}
.u-bg-gas-04 {
    background-color: #00A5C1;
}
.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;
}
.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;
}
.c-header__nav {
    display: none;
}
.c-header__nav__btn {
    color: $black-01;
    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: #194146;
}
.c-header__nav__btn:after {
    content: '';
    height: 2px;
    width: 100%;
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: #194146;
}
.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: #4D4634;
    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: #DDA64D;
    display: block;
    bottom: -5px;
    left: 0;
    position: absolute;
    margin: 0;
}
.c-header__options .btn-signin {
    outline: none;
    cursor: pointer;
    color: #FFF;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.0625rem;
    line-height: 0.6875rem;
    text-align: center;
    background-color: #00A5C1;
    border-radius: 20px;
    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: #FFF;
    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: #00A5C1;
    font-size: 0.75rem;
    cursor: pointer;
    transition: color .3s;
}
.c-header__options-question .cta:hover {
    color: #FFF;
}
.c-header__options-question .box {
    display: none;
}
.c-header__options-question.open .box {
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
    background-color: #00A5C1;
    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-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-brand {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 20px 0;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
.c-brand .c-form__button {
    display: none;
    margin: 0;
}
.c-brand__thumb {
    max-width: 95px;
    margin-bottom: 15px;
}
.c-brand__claim {
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.07063rem;
    margin: auto;
}
.c-brand__claim span {
    display: block;
}
.c-brand__claim span:nth-child(2n+1) {
    color: #9e998b;
}
.c-brand__claim span:nth-child(2n) {
    color: #bdb08e;
}
.c-brand__claim span:nth-child(2n+3) {
    color: #d1c192;
}
.c-title {
    font-style: normal;
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1;
    font-family: 'Montserrat',sans-serif;
    position: relative;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    text-transform: uppercase;
    text-align: center;
}
.c-title:not(.u-color-gas-08) {
    color: #DDA64D;
}
.c-title:not(.no-padding) {
    padding-bottom: 20px;
}
.c-title-subtitle {
    color: #004650;
    font-size: 1.375rem;
    line-height: 2.25rem;
    text-align: center;
    padding-bottom: 20px;
}
.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-btn {}
.c-btn__play {
    width: 60px;
    height: 25px;
    border-radius: 15px;
    background-color: #3B3935;
    box-shadow: 2px 2px 20px 0 rgba(180,150,130,0.1);
    color: #FFF;
    font-size: 0.5rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    line-height: 1rem;
    text-transform: uppercase;
    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;
    cursor: pointer;
}
.c-btn__play:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #FFF;
    margin-left: 10px;
}
.c-event {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    position: relative;
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(180, 150, 130, 0.5);
    margin: 0 20px;
}
.c-event__thumb {
    justify-self: flex-start;
    max-width: 120px;
    max-height: 90px;
    width: 100%;
    margin-right: 30px;
}
.c-event__txt {
    width: 100%;
    max-width: calc(100% - 15px);
    margin-right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
}
.c-event__name {
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.25rem;
    margin-top: 0;
}
.c-event__title {
    color: #3C2814;
    font-size: 0.8125rem;
    line-height: 1.25rem;
}
.c-event__icon {
    color: #05DCDC;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
}
.c-head {}
.c-head-blog {
    max-width: 90%;
}
.c-head-blog__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    height: 170px;
    overflow: hidden;
}
.c-head-blog__thumb {
    display: none;
}
.c-head-blog__slash {
    background-color: #33E1FF;
    transform: rotate(15deg);
    width: 5px;
    display: block;
    height: 90px;
    margin: 0 50px;
}
.c-head-blog__date {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative;
    min-width: calc(20% - 105px);
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}
.c-head-blog__date span {
    color: #00A5C1;
}
.c-head-blog__title {
    color: #13516C;
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}
.c-head-blog__section {
    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;
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 8.75rem;
    color: #13516C;
}
.c-head-blog__section:before, .c-head-blog__section:after {
    content: '';
    background-color: #33E1FF;
    transform: rotate(15deg);
    width: 5px;
    display: block;
    height: 90px;
    margin: 0 50px;
}
.c-head-blog-brown .c-head-blog__slash {
    background-color: #F3CA3E;
}
.c-head-blog-brown .c-head-blog__title {
    color: #DDA64D;
}
.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-user {}
.c-user__head {
    padding: 15px 0 45px;
    max-width: 95%;
    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: 'Montserrat',sans-serif;
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-align: right;
}
.c-user__head__txt__subtitle {
    color: #194146;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.625rem;
    letter-spacing: 0.02625rem;
    line-height: 1.5rem;
    text-align: right;
}
.c-user__navigation {
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 95%;
    margin: 0 auto 20px;
}
.c-user__navigation__item {
    color: #464646;
    font-family: 'Montserrat',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.current {
    color: #DDA64D;
}
.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-favorites {
    border-bottom: 1px solid rgba(180, 150, 130, 0.5);
    margin: 0 20px 20px;
    padding-bottom: 20px;
}
.c-favorites__number {
    color: #05DCDC;
    font-size: 4.375rem;
    font-weight: 600;
    line-height: 1.625rem;
    text-align: right;
}
.c-favorites__icon {
    color: #05DCDC;
    width: 60px;
    height: 60px;
}
.c-speaker {
    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;
    position: relative;
    border-bottom: 1px solid rgba(180, 150, 130, 0.5);
    margin: 0 20px 20px;
    padding-bottom: 20px;
}
.c-speaker__thumb {
    justify-self: flex-start;
    max-width: 60px;
    max-height: 60px;
    width: 100%;
}
.c-speaker__txt {
    width: 100%;
    max-width: calc(100% - 60px);
    margin-left: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
}
.c-speaker__name {
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.25rem;
    margin-top: 0;
    color: #3C2814;
}
.c-speaker__title {
    color: #3C2814;
    font-size: 0.8125rem;
    line-height: 1.25rem;
}
.c-speaker__icon {
    color: #05DCDC;
    position: absolute;
    top: 0;
    left: 70px;
    width: 20px;
    height: 20px;
}
.c-speaker {}
.c-speaker__head {}
.c-speaker__head__title {
    color: #DDA64D;
    font-family: 'Montserrat',sans-serif;
    font-size: 2rem;
    letter-spacing: 0.03125rem;
    line-height: 1;
    text-align: center;
    padding: 5px 0;
    background-color: #FFF;
}
.c-speaker__body .c-mosaic, .c-speaker__body .c-top {
    max-width: 90%;
    margin: 0 auto 30px;
    background-color: #FFF;
}
.c-speaker__body .c-top__title {
    background-color: #00A5C1;
}
.c-form {}
.c-form__title {
    text-align: center;
    color: #00A5C1;
    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: 'Montserrat',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: 'Montserrat',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"], .c-form__text input[type="number"] {
    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: 'Montserrat',sans-serif;
    font-size: 0.875rem;
    line-height: 1.5rem;
    border-bottom: 1px solid rgba(180,150,130,0.5);
}
.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, .c-form__text input[type="number"]::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 input[type="number"].error:focus {}
.c-form__text span {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.5rem;
    color: #00A5C1;
    font-family: 'Montserrat',sans-serif;
}
.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: 'Montserrat',sans-serif;
    font-size: 0.875rem;
    line-height: 1.5rem;
    border: 1px solid rgba(180,150,130,0.5);
}
.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: 'Montserrat',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: #DDA64D;
}
.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: 'Montserrat',sans-serif;
    font-size: 0.875rem;
    line-height: 1.5rem;
    border-bottom: 1px solid rgba(180,150,130,0.5);
}
.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: #00A5C1;
    font-family: 'Montserrat',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 rgba(180,150,130,0.5);
    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: 'Montserrat',sans-serif;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.0625rem;
    line-height: 0.6875rem;
    text-align: center;
    background-color: #00A5C1;
    border-radius: 20px;
    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;
    position: relative;
}
.c-form__button span {
    display: none;
}
.c-form__button span.number {
    position: absolute;
    top: -8px;
    right: 8px;
    color: #FFF;
    background-color: #CC0032;
    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-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 rgba(180,150,130,0.5);
}
.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: #00A5C1;
    font-family: 'Montserrat',sans-serif;
}
.c-form__switch__text p {
    height: 40px;
    font-family: 'Montserrat',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: #00A5C1;
}
.c-form__switch__label input:focus + .slider {
    box-shadow: 0 0 1px #00A5C1;
}
.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: #00A5C1;
}
.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: rgba(180,150,130,0.5);
    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;
}
.u-bg-black .c-form__button {
    color: #030303;
    background-color: #05DCDC;
}
.c-card {
    box-sizing: border-box;
}
.c-card-speaker {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    padding: 5% 10%;
}
.c-card-speaker .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-speaker .top .type {
    color: #91835F;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.06625rem;
    line-height: 0.8125rem;
    text-transform: uppercase;
}
.c-card-speaker .top .star {
    color: #DDA64D;
    width: 15px;
    height: 15px;
}
.c-card-speaker .middle .thumb {
    margin-bottom: 5px;
}
.c-card-speaker .middle .title {
    font-family: 'Montserrat',sans-serif;
    color: #3C2814;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.02938rem;
    line-height: 1rem;
    text-transform: uppercase;
    max-width: 90%;
}
.c-card-speaker .middle .subtitle {
    color: #DDA64D;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.02938rem;
    line-height: 1rem;
    text-transform: uppercase;
    margin-top: 20px;
    max-width: 130px;
}
.c-card-speaker .middle .speaker h2 {
    font-family: 'Montserrat',sans-serif;
    color: #3C2814;
    font-size: 0.75rem;
    font-weight: 400;
}
.c-card-speaker .middle .speaker p {
    font-family: 'Montserrat',sans-serif;
    color: #3C2814;
    font-size: 0.75rem;
    font-weight: 200;
}
.c-card-speaker .middle .duration {
    color: #3C828C;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.06625rem;
    line-height: 0.8125rem;
    text-transform: uppercase;
    margin-top: auto;
    padding-top: 10px;
}
.c-card-speaker .middle img + .title {
    margin-top: 15px;
}
.c-card-speaker .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-speaker .bottom {
    margin-top: auto;
    padding-top: 10px;
    margin-bottom: 8px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-align: start;
        align-items: flex-start;
}
.c-card-speaker .bottom .more {
    text-align: center;
    color: #464646;
    font-family: 'Montserrat',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-bottom: 10px;
    text-transform: uppercase;
}
.c-card-speaker .bottom .more:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 5px;
    background-color: #DDA64D;
}
.c-card-speaker .bottom .number {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    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;
    border: 1px solid #3C2814;
}
.c-card-speaker-active .top .star {
    color: #FFF;
}
.c-card-speaker-black .top {
    margin-bottom: -30px;
    width: 30px;
    height: 30px;
    padding: 0;
    margin-left: auto;
}
.c-card-speaker-black .top .star {
    color: #19BECD;
}
.c-card-speaker-black .top .type {
    color: #05DCDC;
    display: none;
}
.c-card-speaker-black .middle .title {
    color: #FFF;
}
.c-card-speaker-black .middle .subtitle {
    color: #05DCDC;
}
.c-card-speaker-black .bottom .more {
    color: #FFF;
}
.c-card-speaker-black .bottom .more:after {
    background-color: #05DCDC;
}
.c-card-speaker-white .top .star {
    color: #19BECD;
}
.c-card-speaker-white .top .type {
    color: #3C828C;
}
.c-card-speaker-white .middle .title {
    color: #3C2814;
}
.c-card-speaker-white .middle .subtitle {
    color: #19BECD;
}
.c-card-speaker-white .bottom .more {
    color: #464646;
}
.c-card-speaker-white .bottom .more:after {
    background-color: #05DCDC;
}
.c-card-intro {
    width: 100%;
    max-width: 285px;
    margin: 0 auto;
    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;
    min-height: 435px;
    padding-bottom: 0;
    padding-top: 45px;
}
.c-card-intro__thumb {
    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-card-intro__thumb .icon {
    width: 140px;
    height: 60px;
    margin-bottom: 5px;
}
.c-card-intro__thumb .txt {
    color: #194146;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4375rem;
    text-align: center;
}
.c-card-intro__brand {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-align: center;
}
.c-card-intro__title {
    color: #3C2814;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.625rem;
    text-align: center;
    padding-bottom: 30px;
}
.c-card-intro__date {
    color: #194146;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.5rem;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.c-card-intro__subtitle {
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #3C2814;
    text-align: center;
    padding-bottom: 30px;
}
.c-card-intro__claim {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
    padding-bottom: 30px;
}
.c-card-intro__claim span {
    display: block;
}
.c-card-intro__claim span:nth-child(2n+1) {
    color: #9e998b;
}
.c-card-intro__claim span:nth-child(2n) {
    color: #bdb08e;
}
.c-card-intro__claim span:nth-child(2n+3) {
    color: #d1c192;
}
.c-card-intro__claim.c26 {
    font-size: 0.9375rem;
}
.c-card-claim {
    width: 100%;
    max-width: 285px;
    margin: 0 auto;
    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;
    padding-top: 5%;
    padding-bottom: 45px;
    position: relative;
}
.c-card-claim__title {
    color: #194146;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.375rem;
    text-align: center;
    margin-bottom: 30px;
}
.c-card-claim__subtitle {
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #004650;
    text-align: center;
    margin-top: auto;
}
.c-card-claim__embed {
    height: 0;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.c-card-claim__embed iframe, .c-card-claim__embed object, .c-card-claim__embed embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.c-card-claim__embed video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.c-card-claim__embed.video {
    height: 540px;
    margin: 0 auto;
    position: relative;
}
.c-card-claim__embed.video .icon {
    width: 60px;
    height: 25px;
    border-radius: 15px;
    background-color: #3B3935;
    box-shadow: 2px 2px 20px 0 rgba(180,150,130,0.1);
    color: #FFF;
    font-size: 0.5rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    line-height: 1rem;
    text-transform: uppercase;
    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;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -12.5px;
    z-index: 2;
}
.c-card-claim__embed.video .icon:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #FFF;
    margin-left: 10px;
}
.c-card-claim__embed.video .txt {
    position: absolute;
    top: 12.5%;
    left: 0;
    width: 100%;
    text-transform: uppercase;
    line-height: 1;
    z-index: 2;
}
.c-card-claim__embed.video .txt p {
    color: #FFF;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
}
.c-card-claim__embed.video .txt p time {
    display: block;
}
.c-card-claim__embed.video .txt p.live {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 35px;
}
.c-card-claim__embed.video .txt p.live:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 10px;
    margin-top: 5px;
    vertical-align: top;
}
.c-card-claim__embed.video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.1);
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: cover;
    max-height: 540px;
    transition: background-color .3s;
}
.c-card-claim__embed.video:hover {}
.c-card-claim__embed.video:hover:before {
    background-color: rgba(0,0,0,.3);
}
.c-card-claim__embed.ratio-3-2 {
    padding-bottom: 66.66%;
}
.c-card-claim__embed.ratio4-3 {
    padding-bottom: 75%;
}
.c-card-claim__embed.ratio8-5 {
    padding-bottom: 62.5%;
}
.c-card-claim__embed.ratio16-9 {
    padding-bottom: 56.25%;
}
.c-card-claim__embed.ratio256-81 {
    padding-bottom: 31.64062%;
}
.c-card-claim__media {
    display: none;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    margin: 0 auto;
    background-color: #FFF;
}
.c-card-claim__media-top-left {
    margin: 5% auto 0;
    max-width: 90%;
}
.c-card-claim__media-top-left video, .c-card-claim__media-top-left .video-js.vjs-fluid {
    width: 100%;
    height: 100%;
    padding-top: 0;
}
.c-card-claim__media-top-left video .vjs-poster, .c-card-claim__media-top-left .video-js.vjs-fluid .vjs-poster {
    background-color: transparent;
    background-size: 100%;
    height: 0;
    padding-top: 56.25%;
}
.c-card-claim__media-top-left video .vjs-big-play-button, .c-card-claim__media-top-left .video-js.vjs-fluid .vjs-big-play-button {
    display: none;
}
.c-card-claim__media-top-left video .vjs-tech, .c-card-claim__media-top-left .video-js.vjs-fluid .vjs-tech {
    position: relative;
}
.c-card-claim__media-top-right {
    display: none;
}
.c-card-claim__media-bottom-left {
    margin: 0 2.5% 5% 5%;
}
.c-card-claim__media-bottom-right {
    margin: 0 5% 5% 2.5%;
}
.c-card-claim__poster {
    max-width: 530px;
    width: 100%;
    margin-bottom: 20px;
}
.c-card-article {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(50% - 15px) calc(50% - 45px);
        grid-template-columns: calc(50% - 15px) calc(50% - 45px);
    grid-column-gap: 30px;
    position: relative;
}
.c-card-article__type {
    text-transform: uppercase;
    color: #3C2814;
    font-size: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.0625rem;
    line-height: 0.3125rem;
    margin-bottom: 10px;
}
.c-card-article__title {
    color: #3C2814;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 2.5rem;
}
.c-card-article__title a {
    color: #3C2814;
    word-break: break-word;
}
.c-card-article__title a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.c-card-article__subtitle {
    color: #3C2814;
    font-size: 1rem;
    line-height: 1.625rem;
    word-break: break-word;
}
.c-card-article__more span {
    display: none;
}
.c-card-article__more:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.c-card-article__thumb {
    margin-left: auto;
}
.c-card-article-type-1 .c-card-article__txt {}
.c-card-article-type-1 .c-card-article__title {
    font-size: 1rem;
    line-height: 1.25rem;
}
.c-card-article-type-1 .c-card-article__subtitle {
    display: none;
}
.c-card-article-type-2 .c-card-article__title {
    font-size: 0.8125rem;
    line-height: 1.0625rem;
}
.c-card-article-type-2 .c-card-article__subtitle {
    display: none;
}
.c-card-article-type-3 .c-card-article__title {
    font-size: 0.8125rem;
    line-height: 1.0625rem;
}
.c-card-article-type-3 .c-card-article__subtitle {
    display: none;
}
.c-card-article + .c-card-article {
    margin-top: 30px;
}
.c-card-welcome {
    box-sizing: border-box;
    width: 100%;
    background-color: #FFF;
    padding: 10% 0 10% 0;
}
.c-card-welcome__title {
    color: #0071AD;
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.625rem;
    text-align: center;
}
.c-card-welcome__subtitle {
    color: #194146;
    font-size: 1rem;
    line-height: 1.625rem;
}
.c-card-welcome__title, .c-card-welcome__subtitle, .c-card-welcome__nav {
    max-width: 90%;
    margin: 30px auto;
}
.c-card-welcome__txt {
    counter-reset: point;
    max-width: calc(90% - 95px);
    margin: 0 auto 20px;
}
.c-card-welcome__txt p {
    color: #194146;
    font-size: 0.8125rem;
    line-height: 1.5rem;
    position: relative;
}
.c-card-welcome__txt p strong {
    color: #194146;
    font-weight: 600;
}
.c-card-welcome__txt p::before {
    counter-increment: point;
    content: counter(point);
    color: #009FE4;
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 3.75rem;
    text-align: center;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: -70px;
    top: 0;
}
.c-card-welcome__txt p:not(:last-child) {
    margin-bottom: 15px;
}
.c-card-welcome__txt img {
    display: block;
    margin: 20px auto 20px;
}
.c-card-welcome__nav {
    -ms-flex-pack: justify;
        justify-content: space-between;
}
.c-card-welcome__cta {
    text-align: center;
    color: #194146;
    font-family: 'Montserrat',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;
}
.c-card-welcome__cta:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 5px;
    background-color: #0071AD;
}
.c-card-welcome__signature {
    margin-bottom: 20px;
}
.c-card-welcome__signature .name, .c-card-welcome__signature .position {
    font-size: 0.6875rem;
    letter-spacing: 0.03125rem;
    line-height: 1.125rem;
    text-align: center;
    color: #004650;
}
.c-card-welcome__signature .name {
    font-weight: 600;
    border-top: 1px solid rgba(180,150,130,0.5);
    max-width: 85%;
    margin: 0 auto;
    padding-top: 5px;
}
.c-card-welcome__signature .thumb {
    margin: 0 auto;
    display: block;
}
.c-card-sponsor {
    position: relative;
}
.c-card-sponsor__title {
    font-size: 1rem;
    height: 30px;
    line-height: 1.3;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
    color: #FFF;
    margin-bottom: 15px;
}
.c-card-sponsor__title a {
    color: #FFF;
    text-decoration: none;
    margin: auto;
}
.c-card-sponsor__title a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.c-card-sponsor__thumb {}
.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 {
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.3)));
    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__thumb:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(51,51,51,0.5);
    z-index: 1;
}
.c-card-stand__txt {
    display: -ms-flexbox;
    display: flex;
    -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: 'Montserrat',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: 'Montserrat',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: 'Montserrat',sans-serif;
    color: #FFF;
    font-size: 0.75rem;
    font-weight: 400;
}
.c-card-stand__txt .middle .txt p {
    font-family: 'Montserrat',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: 'Montserrat',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-thumb {
    height: 180px;
    position: relative;
}
.c-card-thumb img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.c-card-thumb__title {
    color: #FFF;
    font-family: 'Montserrat',sans-serif;
    font-size: 2rem;
    letter-spacing: 0.03125rem;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    top: 0;
    position: absolute;
    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;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.c-card-auditorio {}
.c-card-auditorio__title {
    color: #584B3F;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    -ms-flex-align: start;
        align-items: flex-start;
    line-height: 1;
    padding-bottom: 5px;
    margin-right: -20px;
}
.c-card-auditorio__thumb {
    height: 300px;
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.c-card-auditorio__thumb img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.c-card-auditorio__thumb .c-card-intro__thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -80px;
    margin-top: -38px;
}
.c-card-auditorio__thumb .c-card-intro__thumb .txt {
    color: #FFF;
}
.c-card-auditorio__thumb:before {
    content: attr(data-title);
    position: absolute;
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    top: 0;
    right: 0;
    padding: 10px;
    white-space: nowrap;
    color: #FFF;
    z-index: 99999;
    font-size: 0.5rem;
    font-weight: 700;
    letter-spacing: 0.08313rem;
    text-align: right;
    text-transform: uppercase;
    line-height: 0.9375rem;
}
.c-card-auditorio__txt {
    padding: 20px 0 20px;
}
.c-card-auditorio__txt .c-form__subtitle {
    color: #3C828C;
    max-width: inherit;
    margin-bottom: 20px;
}
.c-card-auditorio__txt .c-form__text {
    text-align: center;
}
.c-card-auditorio__txt .c-form__text input[type="email"] {
    text-align: center;
}
.c-card-auditorio__txt .c-form__text span {
    text-align: center;
}
.c-card-auditorio__txt .c-form__button {
    width: 100px;
}
.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: #19BECD;
    font-family: 'Montserrat',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: 'Montserrat',sans-serif;
    font-size: 0.8125rem;
}
.c-card-recipe {
    border-radius: 20px;
    background-color: #FFF;
    box-shadow: 2px 2px 20px 0 rgba(180,150,130,0.1);
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
}
.c-card-recipe .txt {
    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-recipe .category {
    color: #3C828C;
    font-size: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.0625rem;
    line-height: 0.625rem;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.c-card-recipe .title {
    color: #3C2814;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.01563rem;
    line-height: 0.9375rem;
}
.c-card-recipe .more {
    text-align: center;
    color: #464646;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.04813rem;
    line-height: 0.625rem;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-transform: uppercase;
    margin-top: auto;
}
.c-card-recipe .more:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 5px;
    background-color: #05DCDC;
}
.c-card-banner {
    position: relative;
}
.c-card-banner .c-form__button {
    margin-top: auto;
    margin-bottom: 30px;
    width: 80px;
}
.c-card-banner__txt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 15px 0;
}
.c-card-banner__thumb {
    -ms-grid-row: 1;
        grid-row-start: 1;
}
.c-card-banner__title {
    -ms-grid-row: 1;
        grid-row-start: 1;
    color: #FFF;
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}
.c-card-banner__subtitle {
    -ms-grid-row: 1;
        grid-row-start: 1;
    color: #FFF;
    font-size: 0.8125rem;
    text-align: center;
    line-height: 1.2;
}
.scene {
    background: linear-gradient(180deg, rgba(119, 119, 119) 60%, rgba(0,0,0,1) 100%);
}
.cube {
    position: relative;
    width: 100%;
}
.scene {
    width: 360px;
    height: 360px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #cfcfcf;
    margin: 0 auto;
    perspective: 1200px;
    border-image: linear-gradient(180deg, rgba(207, 207, 207,1) 60%, rgba(0,0,0,1) 100%);
    border-image-slice: 1;
}
.cube {
    width: 360px;
    position: relative;
    transform-style: preserve-3d;
    transform: translateZ(-180px);
}
.cube__face {
    position: absolute;
    width: 360px;
}
.cube__face--front {
    background: hsla(0, 100%, 50%, 0.7);
}
.cube__face--right {
    background: #b1b1b1;
}
.cube__face--back {}
.cube__face--left {
    background: #b1b1b1;
}
.cube__face--top {
    background: #858585;
}
.cube__face--bottom {
    background: hsla(300, 100%, 50%, 0.7);
}
.cube__face--front {
    transform: rotateY(0deg) translateZ(180px);
}
.cube__face--right {
    transform: rotateY(90deg) translateZ(180px);
}
.cube__face--back {
    transform: rotateY(0deg) translateZ(60px);
}
.cube__face--left {
    transform: rotateY(-90deg) translateZ(180px);
}
.cube__face--top {
    transform: rotateX(90deg) translateZ(180px);
}
.cube__face--bottom {
    transform: rotateX(-90deg) translateZ(180px);
}
.effect-3d {
    border-left: 60px #d00 solid;
    border-right: 60px solid #d00;
    max-width: 600px;
    position: relative;
}
.effect-3d:before {
    content: '';
    -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 16% 100%);
            clip-path: polygon(0 0, 100% 0, 85% 100%, 16% 100%);
    display: block;
    width: 100%;
    height: 15px;
    background-color: #5d9dc9;
}
.c-opinion {}
.c-opinion__epigraph {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -0.035rem;
    line-height: 1.25rem;
}
.c-opinion__epigraph:not(.u-color-gas-13):not(.u-color-gas-03):not(.u-color-gas-04) {
    color: #13516C;
}
.c-opinion__epigraph:not(.u-color-gas-04) {
    width: 135px;
    margin-left: auto;
    text-align: right;
}
.c-opinion__epigraph.u-color-gas-04 {
    margin-bottom: 15px;
}
.c-opinion__name {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: -0.0375rem;
    line-height: 1.125rem;
    text-align: right;
    text-transform: uppercase;
    width: 135px;
}
.c-opinion__name:not(.u-color-gas-13):not(.u-color-gas-03) {
    color: #00A5C1;
}
.c-opinion__signature {
    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;
    margin-bottom: 15px;
}
.c-opinion__thumb {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.c-opinion__title {
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.6875rem;
}
.c-opinion__title a {
    text-decoration: underline;
    text-underline-position: under;
    -webkit-text-decoration-style: solid;
            text-decoration-style: solid;
    text-decoration-thickness: 2px;
}
.c-opinion__title a:not(.u-color-gas-13):not(.u-color-gas-03) {
    color: #00A5C1;
    -webkit-text-decoration-color: #33E1FF;
            text-decoration-color: #33E1FF;
}
.c-opinion__title:not(.u-color-gas-13):not(.u-color-gas-03) {
    color: #00A5C1;
}
[data-barba="container"] {
    position: absolute;
    top: 0px;
    left: 0px;
    min-height: 100%;
    width: 100vw;
}
[data-barba-namespace="home"] {
    z-index: 100;
}
[data-barba-namespace^="block"] {
    z-index: 101;
    background-color: #fff;
}
.block1-detail-transition {
    display: none;
    opacity: 0;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    perspective: 600px;
    overflow: hidden;
}
.block1-detail-transition .images {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}
.block1-detail-transition img {
    position: absolute;
    z-index: 101;
    width: 1290px;
    height: 870px;
    max-width: none;
    opacity: .4;
    background-color: #000;
}
.block1-detail-transition .image1 {
    transform: translateZ(-1000px);
}
.block1-detail-transition .image2 {
    transform: translateX(1193px) translateZ(-1352px) rotateY(33deg);
}
.block1-detail-transition .image3 {
    transform: translateX(2382px) translateZ(-1705px);
}
.block1-detail-transition .image4 {
    transform: translateX(3574px) translateZ(-2059px) rotateY(33deg);
}
.block1-detail-transition .image5 {
    transform: translateX(4765px) translateZ(-2412px);
}
.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 .doors {
    display: none;
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
}
.c-expo .door {
    position: absolute;
    z-index: 102;
    top: 0px;
    width: 50%;
    height: 100%;
    background-color: rgb(51,51,51);
    transform: perspective(550px);
}
.c-expo .door .image {
    opacity: 0.5;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.c-expo .door.left {
    left: 0px;
    transform-origin: left;
}
.c-expo .door.right {
    right: 0px;
    transform-origin: right;
}
.c-expo .door.right .image {
    background-position-x: right;
}
.c-expo .doors img {
    position: absolute;
    z-index: 101;
    left: 0px;
    top: 0px;
    filter: blur(15px);
    opacity: 0.4;
}
.c-expo {
    z-index: 3;
}
.c-expo .c-card-thumb img {
    opacity: .7;
}
.c-expo__section {}
.c-expo__section__title {
    font-family: 'Montserrat',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: 'Montserrat',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%;
    min-height: 720px;
    padding: 0;
    margin: 0 auto;
}
.c-expo__line .slick-list {
    padding: 0 !important;
}
.c-expo__line .slick-slide {
    opacity: .6;
}
.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-radius: 0;
    border: none;
    background: transparent url(../img/icon/angle-left.svg) no-repeat center center;
    cursor: pointer;
    outline: none;
    text-indent: -999em;
    padding: 0;
}
.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 {
    cursor: pointer;
    border: none;
    height: 4px;
    width: 30px;
    background-color: rgba(5,220,220,0.3);
}
.c-expo__line .slick-dots li.slick-active button {
    background-color: #05DCDC;
}
.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;
    background-color: #000;
}
.c-expo__detail__intro__thumb:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: linear-gradient(0, transparent 70%, rgb(0 0 0) 100%);
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: .8;
}
.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-program .o-slider {
    padding-bottom: 20px;
}
.c-program .o-slider .tns-outer {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    position: relative;
}
.c-program .o-slider [data-controls="prev"], .c-program .o-slider [data-controls="next"] {
    top: 0 !important;
    margin-top: 0 !important;
}
.c-program .o-slider [data-controls="prev"] svg, .c-program .o-slider [data-controls="next"] svg {
    transform: scale(1.5);
}
.c-program .o-slider [data-controls="prev"] {
    left: 0 !important;
    height: 40px;
    outline: none;
}
.c-program .o-slider [data-controls="next"] {
    right: 0 !important;
    height: 40px;
    outline: none;
}
.c-program__head {}
.c-program__head__title {
    color: #DDA64D;
    font-family: 'Montserrat',sans-serif;
    font-size: 2rem;
    letter-spacing: 0.03125rem;
    line-height: 1;
    text-align: center;
    padding: 5px 0;
}
.c-program__title {
    color: #00A5C1;
    font-family: 'Montserrat',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: 'Montserrat',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%;
    max-width: 480px;
    margin: 0 auto;
}
.c-program__content__top {
    padding-left: 0;
}
.c-program__content__hour {
    background-color: #00A5C1;
    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;
    border-top: 2px solid #FFF;
}
.c-program__content__event {
    border-left: 1px solid rgba(180,150,130,0.5);
    border-right: 1px solid rgba(180,150,130,0.5);
    margin-left: 10px;
    padding: 0 10px 10px;
    min-height: 160px;
    display: -ms-flexbox;
    display: flex;
}
.c-program__content__event .c-talk {
    border-top: 1px solid rgba(180,150,130,0.5);
}
.c-program__content__event .c-talk .top .type {
    color: #00A5C1;
}
.c-detail__share.sticky {
    position: fixed;
    top: 30px;
}
.c-detail {
    margin: 0 5%;
    position: relative;
}
.c-detail__type {
    text-transform: uppercase;
    font-family: 'Montserrat',sans-serif;
    color: #3C828C;
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.07813rem;
    line-height: 0.75rem;
    -ms-grid-row-span: 1;
    -ms-grid-row: 1;
        grid-row: 1 / span 1;
    -ms-grid-column: 1;
        grid-column-start: 1;
}
.c-detail__share {
    color: #FFF;
    -ms-grid-row-span: 2;
    -ms-grid-row: 1;
        grid-row: 1 / span 2;
}
.c-detail__share .c-icon {
    background-color: #19becd;
    color: #FFF;
    width: 24px;
    height: 24px;
}
.c-detail__share .c-icon svg {
    max-width: 45%;
    max-height: 45%;
}
.c-detail__promo {
    background-color: #46321E;
    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-detail__promo .type {
    padding: 15px;
    text-transform: uppercase;
    color: #05DCDC;
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.07813rem;
    line-height: 0.75rem;
}
.c-detail__promo .event {
    color: #FFF;
    font-size: 0.625rem;
    font-weight: 500;
    letter-spacing: 0.06rem;
    line-height: 0.75rem;
    text-align: right;
    padding: 15px;
}
.c-detail__promo .event span {
    text-transform: uppercase;
}
.c-detail__promo > :nth-child(1) {
    width: 100%;
    max-width: 40%;
    box-sizing: border-box;
}
.c-detail__promo > :nth-child(2) {
    width: 100%;
    max-width: 60%;
    box-sizing: border-box;
}
.c-detail__head {
    padding: 5% 10%;
    -ms-grid-columns: 150px 1fr;
        grid-template-columns: 150px 1fr;
    display: -ms-grid;
    display: grid;
}
.c-detail__body {
    padding: 5% 10%;
    margin-bottom: 5%;
}
.c-detail__name {
    display: none;
}
.c-detail__related {
    margin-top: 20px;
    margin-bottom: 80px;
}
.c-detail__related__title {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-align: center;
    color: #19BECD;
    text-transform: uppercase;
    padding: 10px 0;
}
.c-detail__related__wrap {
    counter-reset: item;
}
.c-detail__related__wrap .item {
    position: relative;
    width: 100%;
    max-width: 80%;
    border-left: 1px solid rgba(180,150,130,0.5);
    border-right: 1px solid rgba(180,150,130,0.5);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
    margin: 0 auto;
    padding: 0 15px;
    background-color: #FFF;
}
.c-detail__related__wrap .item .c-talk {
    background-color: #FFF;
    border-bottom: 1px solid rgba(180,150,130,0.5);
    padding-bottom: 30px;
}
.c-detail__related__wrap .item:before {
    counter-increment: item;
    content: counter(item);
    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: 90px;
    width: 90px;
    border-radius: 50%;
    background-color: rgba(180,150,130,0.1);
    position: absolute;
    top: 15%;
    left: -45px;
    font-size: 2.5rem;
    line-height: 1.25rem;
    color: #19BECD;
}
.c-detail__related__wrap .item:nth-child(2n) {}
.c-detail__related__wrap .item:nth-child(2n):before {
    color: #EB6EA5;
    left: inherit;
    top: inherit;
    bottom: 15%;
    right: -45px;
}
.c-detail__title {
    font-family: 'Montserrat',sans-serif;
    color: #3C2814;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25rem;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
        grid-column: 1 / span 2;
    display: block;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
.c-detail__star {
    color: #05DCDC;
    height: 20px;
    width: 20px;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
    justify-self: right;
    margin-right: -20%;
}
.c-detail__signature .author {
    margin-left: -10%;
    margin-bottom: 5%;
    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;
}
.c-detail__signature .author .thumb {
    width: 30px;
    margin: 0;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    margin-left: -3.5px;
    margin-right: 10px;
}
.c-detail__signature .author .txt .name {
    color: #3C2814;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    line-height: 1rem;
}
.c-detail__signature .author .txt .desc {
    color: #3C2814;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.4375rem;
    letter-spacing: 0.03125rem;
    line-height: 0.8125rem;
}
.c-detail__thumb {
    margin-bottom: 20px;
}
.c-detail__subtitle {
    color: #004650;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.875rem;
    line-height: 1.4375rem;
    margin-bottom: 20px;
}
.c-detail__claim {
    color: #004650;
    font-size: 1.375rem;
    line-height: 2.25rem;
}
.c-detail__aside {
    background-color: #46321E;
    padding: 15px 0 30px;
    margin-left: -20%;
    margin-right: -20%;
    margin-bottom: 20px;
}
.c-detail__aside__group {
    width: 100%;
}
.c-detail__aside__group__title {
    color: #05DCDC;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.075rem;
    line-height: 0.9375rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.c-detail__aside__group__content {}
.c-detail__aside-t2 {
    background: #f7f4f2;
    padding: 15px 0 30px;
    margin-left: -20%;
    margin-right: -20%;
}
.c-detail__aside-t3 {
    padding: 20px 0;
}
.c-detail__summary {}
.c-detail__summary-cols-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 15px;
    padding-top: 15px;
}
.c-detail__summary-blockquote {
    box-sizing: border-box;
    color: #3C2814;
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 2.25rem;
    width: 100%;
    max-width: 300px;
    margin: 0 0 15px 0;
    padding: 0;
    height: 300px;
}
.c-detail__summary-card {
    margin: 0 0 15px 0;
}
.c-detail__summary-card__thumb {
    margin-bottom: 10px;
}
.c-detail__summary-card__thumb img {
    margin-bottom: 15px;
}
.c-detail__summary-card__figcaption {
    width: 100%;
    max-width: 150px;
}
.c-detail__summary-card__figcaption p {
    color: #3C2814;
    font-size: 0.5rem;
    letter-spacing: 0.0625rem;
    line-height: 0.75rem;
    text-transform: uppercase;
}
.c-detail__summary-card__txt {
    width: 100%;
    max-width: 150px;
}
.c-detail__summary-card__txt p {
    color: #3C2814;
    font-size: 0.625rem;
    letter-spacing: 0.02813rem;
    line-height: 1rem;
}
.c-detail__product {}
.c-detail__product-cols-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 15px;
    padding-top: 15px;
}
.c-detail__product-card {
    margin: 0 0 15px 0;
}
.c-detail__product-card__thumb {
    margin-bottom: 10px;
}
.c-detail__product-card__thumb img {
    margin-bottom: 15px;
}
.c-detail__product-card__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-detail__product-card__top .type {
    color: #3C828C;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.06625rem;
    line-height: 0.8125rem;
    text-transform: uppercase;
}
.c-detail__product-card__top .star {
    color: #19BECD;
    width: 15px;
    height: 15px;
}
.c-detail__product-card__middle {
    margin-bottom: 30px;
    max-width: 90%;
}
.c-detail__product-card__middle h1 {
    color: #3C2814;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.375rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.c-detail__product-card__middle h2 {
    color: #19BECD;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.125rem;
    text-transform: uppercase;
    margin-bottom: 11px;
}
.c-detail__product-card__middle p {
    color: #3C2814;
    font-size: 0.8125rem;
    line-height: 1.25rem;
}
.c-detail__product-card__bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    max-width: 90%;
}
.c-detail__product-card__bottom h3 {
    color: #3C2814;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1rem;
    margin-bottom: 10px;
}
.c-detail__product-card__bottom p {
    color: #3C2814;
    font-size: 0.625rem;
    letter-spacing: 0.02813rem;
    line-height: 1rem;
}
.c-detail__product-card__bottom a {
    color: #3C2814;
    font-size: 0.625rem;
    letter-spacing: 0.02813rem;
    line-height: 1rem;
    text-decoration: none;
}
.c-detail__product-card__txt {
    width: 100%;
    max-width: 150px;
}
.c-detail__product-card__txt p {
    color: #3C2814;
    font-size: 0.625rem;
    letter-spacing: 0.02813rem;
    line-height: 1rem;
}
.c-detail__txt {}
.c-detail__txt > p {
    color: #3C2814;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.75rem;
    line-height: 1.4375rem;
}
.c-detail__txt > p + p, .c-detail__txt > p + h2, .c-detail__txt > p + h3 {
    margin-top: 20px;
}
.c-detail__txt > h2, .c-detail__txt > h3 {
    color: #19BECD;
    font-family: 'Montserrat',sans-serif;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 600;
}
.c-detail__txt > h2 + p, .c-detail__txt > h3 + p {
    margin-top: 20px;
}
.c-detail__number {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: rgba(180,150,130,0.1);
    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;
    font-size: 5rem;
    line-height: 1.25rem;
}
.c-detail-speaker .c-detail__head .c-detail__title, .c-detail-speaker .c-detail__head .c-detail__subtitle {
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5rem;
}
.c-detail-speaker .c-detail__head .c-detail__subtitle {
    color: #19BECD;
}
.c-detail-speaker .c-box {
    border-top: 15px solid rgba(180,150,130,0.1);
    margin-bottom: 20px;
}
.c-detail-speaker .c-box__title {
    color: #3C2814;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1;
    padding-top: 12px;
}
.c-detail-speaker .c-box__subtitle {
    color: #19BECD;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.0625rem;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.c-detail-speaker .c-box__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
}
.c-detail-speaker .c-box__nav a {
    text-decoration: none;
    color: #3C2814;
    font-size: 0.625rem;
    letter-spacing: 0.02813rem;
    line-height: 1rem;
}
.c-detail-speaker .c-box__nav a + a {
    margin-left: 5px;
}
.c-detail-magazine .c-detail__head .c-detail__title, .c-detail-magazine .c-detail__head .c-detail__subtitle {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5rem;
}
.c-detail-magazine .c-detail__head .c-detail__subtitle {
    color: #19BECD;
}
.c-detail-sponsor .c-detail__head {
    box-sizing: border-box;
}
.c-detail-sponsor .c-detail__head .c-detail__share {}
.c-detail-sponsor .c-detail__head .c-detail__share + .c-detail__type {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
}
.c-detail-sponsor .c-detail__head .c-detail__share + .c-detail__type + .c-detail__title {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
}
.c-detail-sponsor .c-detail__body {
    box-sizing: border-box;
}
.c-detail-sponsor .c-detail__body .c-detail__subtitle {
    color: #3C828C;
    -webkit-text-decoration-color: #33E1FF !important;
            text-decoration-color: #33E1FF !important;
    text-decoration: underline;
    text-underline-position: under;
    -webkit-text-decoration-style: solid;
            text-decoration-style: solid;
    text-decoration-thickness: 1px !important;
}
.c-detail-sponsor .c-detail__body:nth-child(1) .c-detail__number {
    color: #05DCDC;
}
.c-detail-sponsor .c-detail__body:nth-child(2) .c-detail__number {
    color: #FF5F58;
}
.c-detail-sponsor .c-detail__body:nth-child(3) .c-detail__number {
    color: #FA9917;
}
.c-detail-sponsor .c-detail__body:nth-child(4) .c-detail__number {
    color: #B49682;
}
.c-detail-sponsor .c-detail__body:nth-child(5) .c-detail__number {
    color: #EB6EA5;
}
.c-detail-sponsor .c-detail__body:nth-child(6) .c-detail__number {
    color: #821405;
}
.c-detail-sponsor .c-detail__body:nth-child(7) .c-detail__number {
    color: #19BECD;
}
.c-detail-sponsor .c-detail__body:nth-child(8) .c-detail__number {
    color: #821405;
}
.c-detail-sponsor .c-detail__body:nth-child(9) .c-detail__number {
    color: #FAC300;
}
.c-detail-sponsor .c-detail__body:nth-child(10) .c-detail__number {
    color: #8A5B2F;
}
.c-detail-sponsor .c-detail__body:nth-child(11) .c-detail__number {
    color: #66AA70;
}
.c-detail-sponsor .c-detail__body:nth-child(12) .c-detail__number {
    color: #8A4463;
}
.c-detail-sponsor > .c-card-thumb {
    position: relative;
    height: 50vh;
}
.c-detail-sponsor > .c-card-thumb img {
    z-index: 1;
}
.c-detail-sponsor > .c-card-thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(180deg, #4F4F4F 0%, transparent 100%);
    z-index: 3;
}
.c-detail-sponsor > .c-card-thumb:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(51,51,51,0.65);
    width: 100%;
    height: 100%;
    z-index: 2;
}
.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: #DDA64D;
    font-family: 'Montserrat',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: #DDA64D;
    width: 15px;
    height: 15px;
}
.c-talk .middle {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
}
.c-talk .middle .thumb {
    margin-bottom: 5px;
}
.c-talk .middle .title {
    font-family: 'Montserrat',sans-serif;
    color: #3C2814;
    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: 'Montserrat',sans-serif;
    color: #3C2814;
    font-size: 0.75rem;
    font-weight: 400;
}
.c-talk .middle .speaker p {
    font-family: 'Montserrat',sans-serif;
    color: #3C2814;
    font-size: 0.75rem;
    font-weight: 200;
}
.c-talk .middle .duration {
    color: #3C828C;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.06625rem;
    line-height: 0.8125rem;
    text-transform: uppercase;
    padding-top: 10px;
}
.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: 'Montserrat',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: #FFF;
    background-color: rgba(180,150,130,0.1);
    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: #FFF;
    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: #FFF;
}
.c-mosaic {
    position: relative;
    z-index: 1;
    max-width: 90%;
    margin: 0 auto 30px;
}
.c-mosaic .txt {
    background-color: #FFF;
}
.c-mosaic .item {}
.c-mosaic .item .c-card-speaker {
    height: 100%;
}
.c-mosaic .item .thumb {
    height: 100%;
    width: 100%;
    position: relative;
}
.c-mosaic .item .thumb img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}
.c-mosaic .item .thumb .number {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    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;
    background-color: #FFF;
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.c-mosaic__title {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: #DDA64D;
    text-transform: uppercase;
    padding: 10px 0;
}
.c-mosaic__title .number {
    color: #BFB089;
}
.c-mosaic__wrap {
    grid-column-gap: 0 !important;
    width: 100%;
}
.c-numbers {
    position: relative;
}
.c-numbers .txt {
    color: #13516C;
    font-size: 0.5rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}
.c-numbers .number {
    color: #13516C;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.04688rem;
    line-height: 1.2;
    text-align: center;
}
.c-numbers__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    height: 90px;
    overflow: hidden;
}
.c-numbers__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative;
    min-width: 35px;
}
.c-numbers__slash {
    background-color: #33E1FF;
    transform: rotate(15deg);
    width: 2px;
    display: block;
    height: 90px;
    margin: 0 10px;
}
.c-box {
    border-top: 15px solid rgba(180,150,130,0.1);
    margin-bottom: 20px;
}
.c-box__title {
    color: #3C2814;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1;
    padding-top: 12px;
    text-transform: none;
}
.c-box__subtitle {
    color: #19BECD;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.0625rem;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.c-box__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
}
.c-box__nav a {
    text-decoration: none;
    color: #3C2814;
    font-size: 0.625rem;
    letter-spacing: 0.02813rem;
    line-height: 1rem;
}
.c-box__nav a + a {
    margin-left: 5px;
}
.c-box__btn {
    cursor: pointer;
    color: #FFF;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.0625rem;
    line-height: 0.6875rem;
    text-align: center;
    background-color: #00A5C1;
    border-radius: 20px;
    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;
    margin: 15px 0;
}
.c-box__btn span {
    display: none;
}
.c-box__btn-dark {
    background-color: #B49682;
}
.c-box__btn-white {
    background-color: #FFF;
    color: #004650;
}
.c-box__txt {
    padding-top: 5px;
    padding-bottom: 25px;
    border-top: 1px solid rgba(180,150,130,0.5);
}
.c-box__txt > h3 {
    color: #3C2814;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1rem;
    margin-bottom: 5px;
}
.c-box__txt > p {
    color: #3C2814;
    font-size: 0.625rem;
    letter-spacing: 0.02813rem;
    line-height: 1rem;
}
.c-top {
    counter-reset: item;
}
.c-top .item {
    counter-increment: item;
}
.c-top .item .c-card {
    min-width: 135px;
    white-space: normal;
    min-height: 300px;
}
.c-top .item .c-card:before {
    content: counter(item);
    display: block;
    font-size: 2.5rem;
    margin-bottom: 15px;
}
.c-top .item + .item {
    margin-left: 20px;
}
.c-top .item:nth-child(1) .c-card {}
.c-top .item:nth-child(1) .c-card:before {
    color: #05DCDC;
}
.c-top .item:nth-child(2) .c-card {}
.c-top .item:nth-child(2) .c-card:before {
    color: #FF5F58;
}
.c-top .item:nth-child(3) .c-card {}
.c-top .item:nth-child(3) .c-card:before {
    color: #FA9917;
}
.c-top .item:nth-child(4) .c-card {}
.c-top .item:nth-child(4) .c-card:before {
    color: #B49682;
}
.c-top .item:nth-child(5) .c-card {}
.c-top .item:nth-child(5) .c-card:before {
    color: #EB6EA5;
}
.c-top .item:nth-child(6) .c-card {}
.c-top .item:nth-child(6) .c-card:before {
    color: #821405;
}
.c-top .item:nth-child(7) .c-card {}
.c-top .item:nth-child(7) .c-card:before {
    color: #19BECD;
}
.c-top .item:nth-child(8) .c-card {}
.c-top .item:nth-child(8) .c-card:before {
    color: #821405;
}
.c-top .item:nth-child(9) .c-card {}
.c-top .item:nth-child(9) .c-card:before {
    color: #FAC300;
}
.c-top .item:nth-child(10) .c-card {}
.c-top .item:nth-child(10) .c-card:before {
    color: #8A5B2F;
}
.c-top .item:nth-child(11) .c-card {}
.c-top .item:nth-child(11) .c-card:before {
    color: #66AA70;
}
.c-top .item:nth-child(12) .c-card {}
.c-top .item:nth-child(12) .c-card:before {
    color: #8A4463;
}
.c-top__title {
    height: 90px;
    width: 90px;
    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;
    color: #FFF;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.0375rem;
    line-height: 1.125rem;
    text-align: center;
    border-radius: 50%;
    background-color: #19BECD;
    text-transform: uppercase;
    margin: 0 auto;
}
.c-top__title span {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.05625rem;
    display: block;
}
.c-top__content {
    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;
    white-space: nowrap;
    overflow-x: auto;
    padding: 10px 0;
}
.c-top__content::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.c-top__content::-webkit-scrollbar-track {
    background-color: #FFF;
}
.c-top__content::-webkit-scrollbar-thumb {
    border-radius: 2.5px;
    background-color: #19BECD;
    width: 5px;
    height: 5px;
    display: block;
}
.c-top__wrap {
    grid-column-gap: 0 !important;
    margin-top: 15px;
}
.c-top__wrap > .c-card {
    border-right: 1px solid rgba(180, 150, 130, 0.5);
    min-height: 300px;
    padding-bottom: 0;
}
.c-top__wrap > .c-card .bottom {
    border-bottom: 1px solid rgba(180, 150, 130, 0.5);
    padding-bottom: 15px;
}
.c-top__wrap > .c-card .bottom .more {
    margin: 0;
}
.c-top > .c-form__button {
    margin-top: 20px;
}
.u-bg-black .c-top__title {
    color: #030303;
    background-color: #05DCDC;
}
.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-partner {
    padding-top: 30px;
}

.c-partner__title {
    color: #3C2814;
    font-style: normal;
    font-family: 'Montserrat',sans-serif;
    position: relative;
    margin: 0 auto;
    padding: 12px 0 12px;
    border-top: 2px solid #009FE4;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
}

.c-partner__group {
    position: relative;
    width: 100%;
    max-width: 90%;
    margin: 30px auto 30px;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    grid-row-gap: 20px;
    grid-column-gap: 15px;
    display: -ms-grid;
    display: grid;
    -ms-flex-align: center;
        align-items: center;
    -ms-grid-column-align: center;
        justify-items: center;
}

.c-partner__group-def {
    width: 100%;
    max-width: 90%;
    margin: 20px auto 20px;
    -ms-grid-column-align: center;
        justify-items: center;
    -ms-grid-columns: (50%)[2];
        grid-template-columns: repeat(2, 50%);
}

.c-partner__group-def a {
    text-align: center;
}

.c-partner__group-def2 {
    width: 100%;
    max-width: 90%;
    margin: 20px auto 20px;
    -ms-grid-column-align: center;
        justify-items: center;
    -ms-grid-columns: (50%)[2];
        grid-template-columns: repeat(2, 50%);
}

.c-partner__group-def2 a {
    text-align: center;
}

.c-partner__group-def2 img {
    max-width: 60%;
}

.c-partner__group-g1 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-column-align: center;
        justify-items: center;
}

.c-partner__group-g2 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10%;
}

.c-partner__group-g3 {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 18px;
}

.c-partner__group:last-child {
    padding-bottom: 40px;
}

.c-partner__social {
    margin: 20px auto 20px;
}

.c-partner__social__btn {
    background-color: #194146;
    color: #FFF;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    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-partner__social__btn svg {
    width: 50%;
    height: 50%;
}

.c-partner__social__btn span {
    display: none;
}

.c-partner__social__btn + .c-partner__social__btn {
    margin-left: 15px;
}
.c-footer {}
@keyframes bullet {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.c-personal {
    background-color: #FFF;
    box-sizing: border-box;
    padding: 20px;
    width: 90%;
    max-width: 810px;
    margin: 0 auto;
}
.c-personal__title {
    text-align: center;
    color: #3C828C;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 500;
    margin: 0 auto 20px;
}
.c-personal__subtitle {
    color: #584B3F;
    text-align: center;
    margin: 0 auto 20px;
    font-size: 0.875rem;
    line-height: 1.2;
    font-weight: 500;
}
.c-personal__button {
    cursor: pointer;
    color: #FFF;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.0625rem;
    line-height: 0.6875rem;
    text-align: center;
    background-color: #19BECD;
    border-radius: 20px;
    height: 40px;
    width: 165px;
    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-personal__button span {
    display: none;
}
.c-personal__button-dark {
    background-color: #B49682;
}
.c-personal__button-white {
    background-color: #FFF;
    color: #004650;
}
.c-personal__button.small {
    width: 100px;
}
.c-personal__line {
    height: 1px;
    width: 225px;
    background-color: rgba(180,150,130,0.5);
    margin: 20px auto 20px;
    display: block;
}
.c-palace {
    z-index: 3;
}
.c-palace__head {}
.c-palace__head__title {
    color: #FFF;
    font-family: 'Montserrat',sans-serif;
    font-size: 2rem;
    letter-spacing: 0.03125rem;
    line-height: 1;
    text-align: center;
    padding: 5px 0;
    font-weight: 600;
}
.c-palace__title {
    color: #FFF;
    font-family: 'Montserrat',sans-serif;
    font-size: 1.125rem;
    line-height: 1;
    text-align: center;
    padding: 10px 0;
}
.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: #3C828C;
    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: 'Montserrat',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: #19BECD;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.0625rem;
    line-height: 0.6875rem;
    text-align: center;
    color: #000;
    display: block;
    border: none;
    cursor: pointer;
}
.c-player .c-player__question {
    padding: 20px;
    margin: 0;
}
.c-player .c-player__question__title {
    color: #3C828C;
    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: 'Montserrat',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;
    border-radius: 20px;
    background-color: #19BECD;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.0625rem;
    line-height: 0.6875rem;
    text-align: center;
    color: #000;
    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: #DDA64D;
}
.c-player .c-player__score input[type="radio"]:checked ~ label {
    color: #004650;
}
.c-player .c-player__score .c-form__cta {
    color: #004650;
}
.c-player .c-player__score .c-form__cta:after {
    background-color: #004650;
}
.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: #05DCDC;
}
.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: #19becd;
    color: #000;
    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%;
}
.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: #05DCDC;
    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 - 180px);
}
.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 - 180px) !important;
}
.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% !important;
}
.c-player__top + .c-player__body .c-player__chat .middle {
    height: calc(100vh - 360px);
}
.c-breaking {
    background-color: rgba(220,196,165,0.1);
}
.c-breaking .o-container {
    padding: 20px 0;
    height: inherit;
}
.c-breaking__txt {
    display: block;
}
.c-breaking__epigraph {
    text-align: center;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.07813rem;
    line-height: 1rem;
    text-transform: uppercase;
    color: #CC0032;
}
.c-breaking__epigraph:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #CC0032;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 10px;
    margin-top: 1px;
    vertical-align: top;
}
.c-breaking__title {
    text-align: center;
    font-size: 1.5rem;
    color: #751713;
    font-weight: 600;
    line-height: 1.1;
    max-width: 705px;
    margin: 20px auto 0;
}
.c-breaking__title a {
    color: #751713;
}
@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;
        border-radius: 30px;
    }
    .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 rgba(180,150,130,0.5);
    }
    .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__claim2 .o-container .c-card-article {
        display: block;
        grid-row-gap: 0;
    }
    .o-section-magazine__claim2 .o-container .c-card-article .c-card-article__txt {
        padding-top: 30px;
    }
    .o-section-magazine__claim2 .o-container .c-card-article + .c-card-article {
        margin-top: 0;
    }
    .o-section-magazine__claim2 .o-container .c-card-article__title {
        font-size: 2.25rem;
        line-height: 2.75rem;
    }
    .o-section-magazine__claim2 .o-container .c-card-article__title + .c-card-article__subtitle {
        margin-top: 45px;
    }
    .o-section-magazine__claim2 .o-container .c-card-article__subtitle {
        font-size: 1rem;
        line-height: 1.625rem;
    }
    .o-section-magazine__claim2 .o-container {
        max-width: 1050px;
    }
    .o-section-magazine__claim2 .u-grid-columns-2 {
        width: 100%;
        -ms-grid-columns: calc(50% - 30px) calc(50% - 30px);
            grid-template-columns: calc(50% - 30px) calc(50% - 30px);
        grid-column-gap: 30px;
    }
    .o-section-magazine .c-detail__name {
        right: 0;
    }
    .o-section-view-talks__title {
        font-size: 1.625rem;
        font-weight: 600;
        line-height: 2.25rem;
    }
    .o-section-view-talks__item {
        max-width: inherit;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 40% 1fr;
            grid-template-columns: 40% 1fr;
        grid-column-gap: 30px;
        background-color: rgba(180,150,130,0.1);
    }
    .o-section-view-talks__item .c-talk {
        background-color: transparent;
        padding: 0 15px 0 0;
    }
    .o-section-view-talks__item .c-talk .middle {
        min-height: 200px;
    }
    .o-section-view-talks__item .c-talk .middle .duration {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
    }
    .o-section-view-talks__item .c-talk .bottom {
        display: none;
    }
    .o-section-view-talks__item .c-live__content {
        border-top: none;
        padding: 0 0 15px;
        margin-bottom: 15px;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        overflow-x: auto;
    }
    .o-section-view-talks__item .c-live__content .item {
        max-width: 150px;
        padding: 0;
    }
    .o-section-view-talks__item + .o-section-view-talks__item {
        margin-top: 40px;
    }
    .o-section-view-talks__item:last-child {
        margin-bottom: 80px;
    }
    .o-section {}
    .o-section-max {
        max-width: 1290px;
        margin: 0 auto;
    }
    .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;
    }
    .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-grid-gap-60 {
        grid-gap: 60px;
    }
    .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: 200px;
        border-radius: 30px;
        font-size: 0.75rem;
    }
    .c-header__options .btn-signin span {
        display: block;
        padding: 0 0 0 3px;
    }
    .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-brand .c-form__button {
        display: -ms-flexbox;
        display: flex;
    }
    .c-brand {
        padding: 40px 20px;
        -ms-flex-direction: row;
            flex-direction: row;
    }
    .c-title {
        font-size: 2.5rem;
        padding-top: 40px;
    }
    .c-title:not(.no-padding) {
        padding-bottom: 40px;
    }
    .c-title-subtitle {
        padding-bottom: 40px;
    }
    .c-title.titleMag {
        font-size: 5.625rem;
    }
    .c-btn__play {
        width: 120px;
        height: 50px;
        border-radius: 40px;
        font-size: 1rem;
    }
    .c-btn__play:after {
        border-width: 8px 0 8px 8px;
        margin-left: 5px;
    }
    .c-event {
        border-left: 1px solid rgba(180, 150, 130, 0.5);
        -ms-flex-direction: column;
            flex-direction: column;
        min-height: 225px;
        -ms-flex-align: center;
            align-items: center;
        margin: 0;
        border-bottom: none;
    }
    .c-event__thumb {
        margin-bottom: 15px;
        margin-right: 0;
    }
    .c-event__txt {
        margin-right: 0;
        max-width: 120px;
        -ms-flex-align: center;
            align-items: center;
    }
    .c-event__txt > * {
        text-align: center;
    }
    .c-event__title {
        margin-top: 15px;
    }
    .c-event__icon {
        left: inherit;
        right: 15px;
    }
    .c-head-blog__wrap {
        height: 310px;
    }
    .c-head-blog__thumb {
        display: block;
        max-width: 120px;
    }
    .c-head-blog__slash {
        height: 230px;
    }
    .c-head-blog__date {
        font-size: 6.25rem;
    }
    .c-head-blog__title {
        font-size: 6.25rem;
    }
    .c-head-blog__section:before, .c-head-blog__section:after {
        height: 230px;
    }
    .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-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 {
        max-width: 600px;
    }
    .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-speaker {
        margin-left: 30px;
        margin-right: 30px;
    }
    .c-speaker__thumb {
        max-width: 120px;
        max-height: 90px;
    }
    .c-speaker__txt {
        margin-left: 0;
    }
    .c-speaker__title {}
    .c-speaker__head {
        padding-top: 100px;
        background-color: transparent;
    }
    .c-speaker__head__title {
        padding: 20px 0;
        font-size: 2.1875rem;
    }
    .c-speaker__body {
        background-color: transparent;
        padding: 0 0 100px 0;
    }
    .c-speaker__body .c-mosaic, .c-speaker__body .c-top {
        background-color: #FFF;
        max-width: inherit;
        padding: 0 0 40px;
        margin: 0;
    }
    .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"], .c-form__text input[type="number"] {
        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;
        border-radius: 30px;
        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-card-speaker .top .type {
        font-size: 0.6875rem;
    }
    .c-card-speaker .top .star {
        width: 30px;
        height: 30px;
    }
    .c-card-speaker .middle .title {
        font-size: 1.125rem;
        line-height: 1.375rem;
        max-width: 60%;
    }
    .c-card-speaker .middle .subtitle {
        font-size: 0.875rem;
        font-weight: 600;
        line-height: 1.125rem;
        max-width: 150px;
    }
    .c-card-speaker .middle .duration {
        font-size: 0.6875rem;
    }
    .c-card-intro {
        max-width: 80%;
        min-height: 690px;
        padding-bottom: 0;
        padding-top: 60px;
    }
    .c-card-intro__thumb {
        margin-bottom: 30px;
    }
    .c-card-intro__thumb .icon {
        width: 390px;
        height: 90px;
        margin-bottom: 20px;
    }
    .c-card-intro__thumb .txt {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    .c-card-intro__claim {
        font-size: 2.5rem;
        line-height: 3.125rem;
        padding-bottom: 60px;
    }
    .c-card-intro__claim.c26 {
        font-size: 1.625rem;
        line-height: 2.5rem;
    }
    .c-card-intro__title {
        font-size: 3.75rem;
        font-weight: 500;
        line-height: 3.75rem;
        padding-bottom: 60px;
    }
    .c-card-intro__date {
        font-size: 1.125rem;
        line-height: 1.5rem;
        margin-bottom: 30px;
    }
    .c-card-intro__subtitle {
        padding-bottom: 60px;
        font-size: 1.375rem;
        line-height: 2.25rem;
    }
    .c-card-intro__subtitle + img {
        padding-top: 100px;
    }
    .c-card-claim__embed.video {
        height: 690px;
    }
    .c-card-claim__embed.video:before {
        max-height: 690px;
    }
    .c-card-claim__embed.video .icon {
        width: 120px;
        height: 50px;
        margin-left: -60px;
        margin-top: -25px;
        border-radius: 40px;
        font-size: 1rem;
    }
    .c-card-claim__embed.video .icon:after {
        border-width: 8px 0 8px 8px;
        margin-left: 5px;
    }
    .c-card-claim__embed.video .txt p {
        font-size: 1.875rem;
    }
    .c-card-claim__embed.video .txt p.live {
        font-size: 7.5rem;
    }
    .c-card-claim__embed.video .txt p.live:after {
        width: 20px;
        height: 20px;
    }
    .c-card-claim__embed.video .txt {
        top: 5.5%;
    }
    .c-card-claim__embed {
        margin-bottom: 40px;
    }
    .c-card-claim__poster {
        margin-bottom: 40px;
    }
    .c-card-claim {
        max-width: 600px;
    }
    .c-card-claim__title {
        font-size: 1.875rem;
        line-height: 2.5rem;
        margin-bottom: 60px;
    }
    .c-card-claim__subtitle {
        font-size: 1.375rem;
        line-height: 2.25rem;
    }
    .c-card-claim__media {
        max-width: 768px;
        background-color: transparent;
    }
    .c-card-claim__media-top-left {
        margin: 0 0 auto 0;
    }
    .c-card-claim__media-top-left video, .c-card-claim__media-top-left .video-js.vjs-fluid {
        width: 720px;
        height: 405px;
        background-color: transparent;
    }
    .c-card-claim__media-top-right {
        display: block;
        margin-bottom: -100%;
        margin-right: auto;
        margin-left: -120px;
    }
    .c-card-claim__media-bottom-left {
        margin: 0;
    }
    .c-card-claim__media-bottom-right {
        margin-left: auto;
        margin-right: -120px;
        margin-bottom: -80px;
    }
    .c-card-article__type {
        margin-bottom: 10px;
        font-size: 0.6875rem;
        letter-spacing: 0.06625rem;
        line-height: 0.8125rem;
    }
    .c-card-article__more span {
        display: block;
        text-align: center;
        color: #464646;
        font-family: 'Montserrat',sans-serif;
        font-size: 0.6875rem;
        font-weight: 600;
        letter-spacing: 0.06625rem;
        line-height: 0.8125rem;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 0 0 0 auto;
        text-transform: uppercase;
    }
    .c-card-article__more span:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        margin-top: 5px;
        background-color: #DDA64D;
    }
    .c-card-article-type-1 .c-card-article__type {}
    .c-card-article-type-1 .c-card-article__title {
        font-size: 1.875rem;
        line-height: 2.5rem;
        margin-bottom: 45px;
    }
    .c-card-article-type-1 .c-card-article__subtitle {
        display: block;
        max-width: 80%;
        font-size: 1rem;
        line-height: 1.625rem;
        margin-bottom: 20px;
    }
    .c-card-article-type-2 .c-card-article__type {}
    .c-card-article-type-2 .c-card-article__title {
        font-size: 1.375rem;
        line-height: 1.75rem;
        margin-bottom: 30px;
    }
    .c-card-article-type-2 .c-card-article__subtitle {
        display: block;
        font-size: 1rem;
        line-height: 1.625rem;
        margin-bottom: 20px;
    }
    .c-card-article-type-3 .c-card-article__subtitle {
        display: block;
    }
    .c-card-article-type-3 .c-card-article__title {
        font-size: 1.375rem;
        line-height: 1.75rem;
        margin-bottom: 30px;
    }
    .c-card-article {
        -ms-grid-columns: calc(50% - 30px) calc(50% - 60px);
            grid-template-columns: calc(50% - 30px) calc(50% - 60px);
    }
    .c-card-welcome__title {
        font-size: 1.875rem;
        line-height: 1.875rem;
    }
    .c-card-welcome__title, .c-card-welcome__subtitle, .c-card-welcome__nav {
        max-width: 330px;
    }
    .c-card-welcome__txt p:not(:last-child) {
        margin-bottom: 30px;
    }
    .c-card-welcome__txt {
        max-width: 330px;
        margin-bottom: 30px;
    }
    .c-card-welcome__cta {
        font-size: 0.6875rem;
        letter-spacing: 0.0625rem;
        line-height: 0.8125rem;
    }
    .c-card-welcome__signature .name {
        max-width: 330px;
    }
    .c-card-welcome__signature {
        margin-bottom: 30px;
    }
    .c-card-welcome {
        max-width: 750px;
        padding: 5% 0 5% 0;
        margin: 100px auto 100px;
    }
    .c-card-stand__thumb__img {
        max-height: inherit;
        object-fit: inherit;
        max-width: 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-auditorio__title {
        font-size: 3.75rem;
        padding-bottom: 10px;
    }
    .c-card-auditorio__thumb {
        margin: 5vh auto;
    }
    .c-card-auditorio__thumb:before {
        font-size: 1rem;
        line-height: 1.875rem;
        padding: 30px;
        border-left: 4px solid #FFF;
        border-bottom: 4px solid #FFF;
    }
    .c-card-auditorio__thumb {
        width: 100%;
        height: 690px;
    }
    .c-card-auditorio__thumb .c-card-intro__thumb {
        margin-left: -12.5%;
        margin-top: -12.5%;
        transform: scale(1.8);
    }
    .c-card-auditorio__txt {
        padding: 60px 0 120px;
    }
    .c-card-avatar__title {
        font-size: 0.8125rem;
    }
    .c-card-avatar {
        max-width: 420px;
    }
    .c-card-recipe .category {
        font-size: 0.6875rem;
        letter-spacing: 0.06625rem;
        line-height: 0.8125rem;
    }
    .c-card-recipe .title {
        font-size: 1.125rem;
        line-height: 1.375rem;
    }
    .c-card-recipe .more {
        font-size: 0.6875rem;
        letter-spacing: 0.06625rem;
        line-height: 0.8125rem;
    }
    .c-card-recipe {
        padding: 45px 30px;
    }
    .c-card-banner__txt {
        padding: 30px 0 0;
    }
    .c-card-banner__title {
        font-size: 3.75rem;
    }
    .c-card-banner__subtitle {
        font-size: 1.25rem;
    }
    .c-card-banner .c-form__button {
        margin-bottom: 85px;
        width: 200px;
    }
    .scene {
        width: 720px;
        height: 1020px;
    }
    .cube {
        width: 720px;
        height: 720px;
        transform: translateZ(-360px);
    }
    .cube__face {
        width: 720px;
        height: 720px;
    }
    .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-opinion__epigraph {
        margin-bottom: 30px;
    }
    .c-opinion__epigraph.u-color-gas-04 {
        text-align: right;
    }
    .c-opinion__signature {
        margin-bottom: 0;
    }
    .c-opinion__thumb {
        height: 100px;
        width: 100px;
    }
    .c-opinion .u-grid-columns-2 {
        -ms-grid-columns: 50% 50%;
            grid-template-columns: 50% 50%;
        grid-column-gap: 45px;
        width: 100%;
        max-width: 690px;
        margin: 0 auto;
    }
    .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: 320px;
    }
    .c-program__head {}
    .c-program__head__title {
        padding: 20px 0;
        font-size: 2.1875rem;
    }
    .c-program__title {
        padding: 10px 0;
        font-size: 2.625rem;
    }
    .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-program .o-slider [data-controls="prev"] svg, .c-program .o-slider [data-controls="next"] svg {
        transform: scale(2);
    }
    .c-program .o-slider [data-controls="prev"] {
        outline: none;
        height: 62px;
    }
    .c-program .o-slider [data-controls="next"] {
        outline: none;
        height: 62px;
    }
    .c-program {
        padding: 100px 0;
    }
    .c-detail__type {
        color: #19BECD;
        font-size: 1rem;
        letter-spacing: 0.09625rem;
        line-height: 1.25rem;
        -ms-grid-row-span: 1;
        -ms-grid-row: 1;
            grid-row: 1 / span 1;
    }
    .c-detail__share .c-icon {
        width: 45px;
        height: 45px;
    }
    .c-detail__promo .type {
        font-size: 1.875rem;
        letter-spacing: 0.18rem;
        line-height: 2.3125rem;
    }
    .c-detail__promo .event {
        font-size: 1.25rem;
        font-weight: 500;
        letter-spacing: 0.03125rem;
        line-height: 1.5rem;
    }
    .c-detail__name {
        display: block;
        position: absolute;
        top: 0;
        right: -200px;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
        font-size: 12.5rem;
        font-weight: 600;
        line-height: 12.5rem;
        text-transform: uppercase;
        opacity: 0.1;
        color: #B49682;
        white-space: nowrap;
    }
    .c-detail__related {
        position: relative;
        margin: 10% 0;
        transform: scale(1.12);
    }
    .c-detail__related__title {
        font-size: 1.5rem;
        padding: 5% 0;
        margin-bottom: calc(-20% + 48px);
        z-index: 2;
        position: relative;
    }
    .c-detail__related__wrap {
        z-index: 1;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        overflow-x: scroll;
        overflow-y: hidden;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        padding: 0;
        width: 100%;
        max-width: 1050px;
        box-sizing: border-box;
    }
    .c-detail__related__wrap .item {
        margin: 180px 5% 180px 120px;
        max-width: calc(50% - 204px) !important;
        width: 100%;
        padding: 0 15px;
        -ms-flex: none;
            flex: none;
        position: relative;
    }
    .c-detail__related__wrap .item:before {
        height: 180px;
        width: 180px;
        top: -180px;
        left: -118px;
    }
    .c-detail__related__wrap .item:first-child {
        margin-left: 120px !important;
    }
    .c-detail__related__wrap .item:nth-child(2n) {
        margin: 180px 120px 180px 5%;
    }
    .c-detail__related__wrap .item:nth-child(2n):before {
        bottom: -180px;
        right: -118px;
    }
    .c-detail__related__wrap::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
    .c-detail__related__wrap::-webkit-scrollbar-track {
        background-color: #FFF;
    }
    .c-detail__related__wrap::-webkit-scrollbar-thumb {
        border-radius: 2.5px;
        background-color: #19BECD;
        width: 5px;
        height: 5px;
        display: block;
    }
    .c-detail__related:before {
        content: '';
        background-color: #FFF;
        margin: 0 auto;
        width: calc(100% - 120px);
        height: calc(100% - 90px);
        position: absolute;
        top: 20px;
        left: 60px;
    }
    .c-detail__title {
        font-size: 1.875rem;
        line-height: 2.5rem;
        -ms-grid-row: 1;
            grid-row-start: 1;
        -ms-grid-column-span: 1;
        -ms-grid-column: 2;
            grid-column: 2 / span 1;
    }
    .c-detail__star {
        height: 30px;
        width: 30px;
        -ms-grid-column: 3;
            grid-column-start: 3;
    }
    .c-detail__subtitle {
        font-size: 1.375rem;
        line-height: 2.25rem;
    }
    .c-detail__aside {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: end;
            align-items: flex-end;
    }
    .c-detail__aside .c-event {
        border-left: none;
        -ms-flex-align: start;
            align-items: flex-start;
    }
    .c-detail__aside .c-event__txt {
        -ms-flex-align: start;
            align-items: flex-start;
    }
    .c-detail__aside .c-event__txt > * {
        text-align: left;
    }
    .c-detail__aside .c-event__icon {
        right: 0;
    }
    .c-detail__aside-t3 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: end;
            align-items: flex-end;
    }
    .c-detail__product-card__top .type {
        font-size: 0.6875rem;
    }
    .c-detail__product-card__top .star {
        width: 30px;
        height: 30px;
    }
    .c-detail__txt > p {
        font-size: 1rem;
        line-height: 2rem;
    }
    .c-detail__txt > h2, .c-detail__txt > h3 {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
    .c-detail-speaker .c-detail__head .c-detail__title, .c-detail-speaker .c-detail__head .c-detail__subtitle {
        font-size: 1.875rem;
        line-height: 2.5rem;
    }
    .c-detail-speaker .c-box__nav {
        -ms-flex-direction: column;
            flex-direction: column;
        overflow-x: inherit;
    }
    .c-detail-speaker .c-box__nav a {}
    .c-detail-speaker .c-box__nav a + a {
        margin-top: 5px;
        margin-left: 0;
    }
    .c-detail-speaker .c-box {
        width: 120px;
        margin-bottom: 60px;
    }
    .c-detail-magazine .c-detail__head .c-detail__title, .c-detail-magazine .c-detail__head .c-detail__subtitle {
        font-size: 1.875rem;
        line-height: 2.5rem;
    }
    .c-detail-sponsor > .c-card-thumb {
        height: 690px;
    }
    .c-detail-sponsor .c-detail__type {
        -ms-grid-row: 1;
            grid-row-start: 1;
        -ms-grid-column-span: 1;
        -ms-grid-column: 2;
            grid-column: 2 / span 1;
    }
    .c-detail-sponsor .c-detail__title {
        -ms-grid-row: 2;
            grid-row-start: 2;
    }
    .c-detail-sponsor .c-detail__subtitle {
        font-size: 1.875rem;
        font-weight: 600;
        line-height: 3.125rem;
        text-transform: uppercase;
        color: #3C828C;
    }
    .c-detail-sponsor .c-detail__name {
        right: -120px;
    }
    .c-detail {
        margin: 0 auto;
        max-width: 1050px;
    }
    .c-detail:not(.c-detail-sponsor) {
        max-width: 1050px;
    }
    .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-mosaic {
        max-width: inherit;
        margin: 0;
    }
    .c-mosaic__title {
        padding: 10px 0;
        font-size: 5.625rem;
    }
    .c-mosaic__wrap {
        max-width: 840px;
        margin: 0 auto;
    }
    .c-numbers__wrap {
        height: 240px;
    }
    .c-numbers__item {
        min-width: calc(20% - 105px);
    }
    .c-numbers__slash {
        height: 270px;
        margin: 0 50px;
        width: 5px;
    }
    .c-numbers .txt {
        font-size: 1.0625rem;
    }
    .c-numbers .number {
        font-size: 7.5rem;
        line-height: 1;
    }
    .c-box__nav {
        -ms-flex-direction: column;
            flex-direction: column;
        overflow-x: inherit;
    }
    .c-box__nav a {}
    .c-box__nav a + a {
        margin-top: 5px;
        margin-left: 0;
    }
    .c-box__btn {
        margin: 30px 0;
    }
    .c-box__btn span {
        display: block;
    }
    .c-box {
        width: 120px;
        margin-bottom: 60px;
    }
    .c-top__title {
        height: 150px;
        width: 150px;
        font-size: 1.125rem;
        letter-spacing: 0.1125rem;
    }
    .c-top__title span {
        font-size: 2rem;
        line-height: 1.2;
        letter-spacing: 0.1125rem;
    }
    .c-top__content {
        padding: 5%;
        display: -ms-grid;
        display: grid;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        -ms-grid-columns: (1fr)[4];
            grid-template-columns: repeat(4, 1fr);
        white-space: normal;
        overflow-x: inherit;
    }
    .c-top .item .c-card:before {
        font-size: 3.75rem;
        margin-bottom: 30px;
    }
    .c-top .item .c-card {
        min-height: 465px;
    }
    .c-top .item {
        width: 100%;
    }
    .c-top .item + .item {
        margin-left: 0;
    }
    .c-top {
        margin-top: -110px;
    }
    .c-top__wrap {
        max-width: 840px;
        margin: 0 auto;
    }
    .c-top__wrap > .c-card {
        border-right: 1px solid rgba(180, 150, 130, 0.5);
        margin-bottom: 30px;
        min-height: 375px;
    }
    .c-top__wrap > .c-card .bottom {
        border-bottom: 1px solid rgba(180, 150, 130, 0.5);
        padding-bottom: 60px;
    }
    .c-top__wrap > .c-card:nth-child(4n+1), .c-top__wrap > .c-card:first-child {
        border-left: 1px solid rgba(180, 150, 130, 0.5);
    }
    .c-partner__group-def {
        -ms-grid-columns: (150px)[2];
            grid-template-columns: repeat(2, 150px);
        grid-column-gap: 20px;
        -ms-grid-column-align: center;
            justify-items: center;
        max-width: 320px;
    }
    .c-partner__group-def2 {
        -ms-grid-columns: (150px)[3];
            grid-template-columns: repeat(3, 150px);
        grid-column-gap: 20px;
        -ms-grid-column-align: center;
            justify-items: center;
        max-width: 490px;
    }
    .c-partner__group-def2 img {
        max-width: 50%;
    }
    .c-partner__group-g1 {
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 19px;
        -ms-grid-column-align: left;
            justify-items: left;
    }
    .c-partner__group-g2 {
        -ms-grid-columns: (1fr)[5];
            grid-template-columns: repeat(5, 1fr);
        grid-column-gap: 41px;
    }
    .c-partner__group-g3 {
        -ms-grid-columns: (1fr)[7];
            grid-template-columns: repeat(7, 1fr);
        grid-column-gap: 37px;
    }
    .c-partner__group:last-child {
        padding-bottom: 80px;
    }
    .c-partner__group {}
    .c-partner__group.col-5-sm {
        -ms-grid-columns: (1fr)[5];
            grid-template-columns: repeat(5, 1fr);
        grid-column-gap: 20px;
        -ms-grid-column-align: center;
            justify-items: center;
        max-width: 830px;
    }
    /*.c-live__head__title span:after {
        width: 20px;
        height: 20px;
    }
    .c-live__head__title {
        font-size: 3.75rem;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .c-live__head__title span {
        margin-left: 15px;
    }
    .c-live__head__subtitle {
        font-size: 2rem;
    }
    .c-live__top .hour {
        font-size: 2rem;
        letter-spacing: 0.04438rem;
    }
    .c-live__top .hour span {
        font-size: 1rem;
    }
    .c-live__top .time i {
        height: 20px;
    }
    .c-live__top .time i:nth-child(4) {
        height: 40px;
    }
    .c-live__top .time .cursor {
        height: 40px;
    }
    .c-live__top .time {
        margin-top: 0;
    }
    .c-live__content__thumb:before {
        font-size: 1rem;
        line-height: 1.875rem;
        top: 15px;
        right: 30px;
    }
    .c-live__content__thumb {
        height: 690px;
    }
    .c-live__content__track {
        width: 450px;
        height: 450px;
        margin-top: -225px;
        margin-left: -225px;
        font-size: 18.75rem;
        border: 10px solid #FFF;
    }
    .c-live__content__video .icon {
        width: 120px;
        height: 50px;
        margin-left: -60px;
        margin-top: -25px;
        border-radius: 40px;
        font-size: 1rem;
    }
    .c-live__content__video .icon:after {
        border-width: 8px 0 8px 8px;
        margin-left: 5px;
    }
    .c-live__content__video .progress .bar {
        height: 15px;
    }
    .c-live__content__video .progress .bar[data-title] {}
    .c-live__content__video .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-live__content__video .progress .bar[data-title]:after {
        height: 20px;
        bottom: 15px;
    }
    .c-live__content__txt__type {}
    .c-live__content__txt__title {}
    .c-live__content {
        padding: 5vh;
    }
    .c-live__content .c-card-auditorio__thumb .c-card-intro__thumb {
        margin-top: -38px;
        margin-left: -150px;
        transform: scale(1.6);
    }
    .c-live__content__bottom {
        padding: 0 0 5% 0;
        min-height: 180px;
    }
    .c-live__content > .u-grid-columns-2 {
        -ms-grid-columns: 1fr 690px;
            grid-template-columns: 1fr 690px;
        grid-column-gap: 70px;
        grid-row-gap: 30px;
    }
    .c-live__content-pad .c-live__content__txt {
        padding: 0 10%;
    }
    .c-live__content-pad {
        padding: 5vh 0;
    }
    .c-live__content .author .type {
        font-size: 0.6875rem;
    }
    .c-live__content .o-scroll-col4 .item {
        max-width: 120px;
    }
    .c-live__timeline__item {
        width: 990px;
    }
    .c-live__timeline__item.slick-current {
        width: 990px !important;
    }
    .c-live__timeline:before {
        height: 74px;
    }
    .c-live {
        width: 990px;
    }*/
    .c-personal__title {
        font-size: 1.5rem;
        font-weight: 500;
        max-width: 330px;
    }
    .c-personal__subtitle {
        font-size: 1.5rem;
        max-width: 330px;
    }
    .c-personal__button {
        height: 40px;
        width: 165px;
        font-size: 0.75rem;
    }
    .c-personal__button span {
        display: block;
    }
    .c-personal {
        padding: 40px;
        width: 100%;
    }
    .c-palace__head {}
    .c-palace__head__title {
        padding: 20px 0 100px;
        font-size: 3.75rem;
        letter-spacing: 0.03438rem;
    }
    .c-palace__title {
        padding: 10px 0;
        font-size: 3.75rem;
        color: #FFF;
    }
    .c-palace {
        padding: 100px 0 0 0;
    }
    .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;
    }
}
@media (min-width: 992px) {
    .o-section-signin .c-title {
        font-size: 3.75rem;
        line-height: 1;
    }
    .o-modal__close {
        top: 5px;
    }
    .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 .o-container {
        height: 90px;
    }
    .c-header__brand {
        display: block;
        word-break: break-word;
        text-transform: uppercase;
        height: 45px;
        width: 60px;
        color: #4D4634;
        font-family: 'Montserrat',sans-serif;
        font-size: 0.4375rem;
        font-weight: 700;
        line-height: 0.5625rem;
    }
    .c-header__brand a {
        color: #4D4634;
    }
    .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: 600;
        line-height: 1.5rem;
        color: #4D4634;
    }
    .c-header__nav a + a {
        margin-left: 5px;
    }
    .c-header__nav a.current {
        position: relative;
    }
    .c-header__nav a.current:after {
        content: '';
        width: calc(100% - 10px);
        height: 2px;
        background-color: #DDA64D;
        display: block;
        bottom: -5px;
        left: 0;
        position: absolute;
        margin: 0 5px;
    }
    .c-header__nav__btn {
        display: none;
    }
    .c-brand__thumb {
        max-width: 100%;
        margin-bottom: 0;
    }
    .c-brand__claim {
        font-size: 2.75rem;
        font-weight: 600;
        letter-spacing: -0.125rem;
        line-height: 2.75rem;
        text-align: center;
    }
    .c-brand {
        padding: 40px 0;
    }
    .c-title.titleMag {
        font-size: 8.75rem;
    }
    .c-head-blog__thumb {
        max-width: 200px;
    }
    .c-head-blog__date {
        font-size: 10rem;
    }
    .c-head-blog__title {
        font-size: 10rem;
    }
    .c-head-blog-brown .c-head-blog__wrap {
        margin-bottom: 20px;
    }
    .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-favorites {
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 30px;
        padding: 40px;
    }
    .c-favorites__number {
        font-size: 5.625rem;
    }
    .c-favorites__icon {
        width: 80px;
        height: 80px;
    }
    .c-form__text, .c-form__select, .c-form__check, .c-form__switch {
        max-width: 420px;
    }
    .c-card-claim__media {
        display: -ms-flexbox;
        display: flex;
    }
    .c-card-claim {
        max-width: 992px;
    }
    .c-card-thumb {
        height: 240px;
    }
    .c-card-thumb__title {
        padding: 20px 0 100px;
        font-size: 17.5rem;
        letter-spacing: 0.03438rem;
    }
    .c-card-banner__txt {
        padding: 50px 0 0;
    }
    .c-card-banner__title {
        font-size: 5rem;
    }
    .c-card-banner__subtitle {
        font-size: 1.75rem;
    }
    .c-opinion__epigraph {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .c-opinion__epigraph:not(.u-color-gas-04) {
        width: inherit;
    }
    .c-opinion__name {
        font-size: 1.625rem;
        line-height: 1.625rem;
        margin-bottom: auto;
    }
    .c-opinion__title {
        font-size: 1.125rem;
        line-height: 1.875rem;
    }
    .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-expo .c-card-thumb {
        height: 768px;
    }
    .c-detail__head {
        padding: 30px 30px 100px 30px;
        -ms-grid-columns: 150px 600px 1fr;
            grid-template-columns: 150px 600px 1fr;
        grid-column-gap: 30px;
    }
    .c-detail__body {
        margin-bottom: 0;
        padding: 0 30px 30px 30px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 150px 600px 1fr;
            grid-template-columns: 150px 600px 1fr;
        grid-column-gap: 30px;
    }
    .c-detail__body .col-1 {
        -ms-grid-column-span: 1;
        -ms-grid-column: 1;
            grid-column: 1 / span 1;
    }
    .c-detail__body .col-1-3 {
        -ms-grid-column-span: 3;
        -ms-grid-column: 1;
            grid-column: 1 / span 3;
    }
    .c-detail__body .col-2 {
        -ms-grid-column-span: 1;
        -ms-grid-column: 2;
            grid-column: 2 / span 1;
    }
    .c-detail__body .col-3 {
        -ms-grid-column-span: 1;
        -ms-grid-column: 3;
            grid-column: 3 / span 1;
        -ms-grid-row-span: 3;
        -ms-grid-row: 1;
            grid-row: 1 / span 3;
    }
    .c-detail__star {
        margin-right: 0;
    }
    .c-detail__signature .author {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: start;
            align-items: flex-start;
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 0;
    }
    .c-detail__signature .author .thumb {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }
    .c-detail__signature .author .txt .name {
        font-size: 0.8125rem;
        line-height: 1rem;
    }
    .c-detail__signature .author .txt .desc {
        font-size: 0.625rem;
        letter-spacing: 0.02813rem;
        line-height: 1rem;
    }
    .c-detail__aside__group__title {
        border-top: 2px solid #05DCDC;
        font-size: 0.6875rem;
        font-weight: 600;
        letter-spacing: 0.06625rem;
        line-height: 0.8125rem;
        text-align: left;
        padding: 5px 0 5px;
        margin-bottom: 30px;
        width: 120px;
        margin-right: 30px;
    }
    .c-detail__aside {
        padding: 0;
        background-color: #FFF;
        margin-left: 0;
        margin-right: 0;
        -ms-grid-row: 1;
            grid-row-start: 1;
    }
    .c-detail__aside-t2 {
        margin: 150px -30px -30px -30px;
        padding-top: 30px;
    }
    .c-detail__aside-t3 {
        padding: 0;
        background-color: #FFF;
        margin-left: 0;
        margin-right: 0;
        -ms-grid-row: 1;
            grid-row-start: 1;
    }
    .c-detail__summary-cols-2 {
        -ms-grid-columns: (max(465px))[2];
            grid-template-columns: repeat(2, max(465px));
        grid-gap: 60px;
        padding-top: 30px;
    }
    .c-detail__summary-cols-2 > div {}
    .c-detail__summary-cols-2 > div:nth-child(1) .c-detail__summary-card {
        margin-left: auto;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
    .c-detail__summary-card {
        margin-bottom: 30px;
    }
    .c-detail__summary-card {
        margin-bottom: 60px;
    }
    .c-detail__product-cols-2 {
        -ms-grid-columns: (max(465px))[2];
            grid-template-columns: repeat(2, max(465px));
        grid-gap: 60px;
        padding-top: 30px;
    }
    .c-detail__product-card {
        margin-bottom: 30px;
    }
    .c-live__head__title {
        font-size: 7.5rem;
    }
    .c-live__content .author {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: start;
            align-items: flex-start;
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 0;
    }
    .c-live__content .author .thumb {
        width: 120px;
        height: 90px;
        margin-bottom: 10px;
    }
    .c-live__content .author .txt .name {
        font-size: 0.8125rem;
        line-height: 1rem;
    }
    .c-live__content .author .txt .desc {
        font-size: 0.625rem;
        letter-spacing: 0.02813rem;
        line-height: 1rem;
    }
    .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-breaking__title {
        font-size: 1.875rem;
    }
    .c-breaking .o-container {
        padding-top: 40px;
        height: inherit;
    }
}
@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;
    }
    .c-card-claim {}
    .c-card-claim__media {
        max-width: 1290px;
    }
}
@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-bg-transparent-xs {
        background-color: transparent;
    }
    .c-opinion {
        max-width: 90%;
        margin: 0 auto;
    }
    .c-mosaic__wrap {
        -ms-grid-columns: (50%)[2];
            grid-template-columns: repeat(2, 50%);
    }
    .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 (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__options-question {
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: end;
            justify-content: flex-end;
        width: calc(100% - 25px);
    }
    .c-header__options-question .btn {}
    .c-header__options-question .btn:nth-child(1) {
        display: none;
    }
    .c-header__options-question .btn:nth-child(2) {
        margin-left: auto;
    }
    .c-header__options-question .btn-signin {
        margin-left: auto;
    }
    .c-header__options-question-logged {}
    .c-header__options-question-logged.open .box {
        width: calc(100% + 55px);
        margin-right: -15px;
        top: 40px;
    }
    .c-header__options-question-logged.open .box .c-user__head__txt__title, .c-header__options-question-logged.open .box .c-user__head__txt__subtitle {
        display: none;
    }
    .c-header__options-question-logged.open .box .c-user__head__thumb {
        display: none;
    }
    .c-header__options-question-logged.open .box .c-user__head__txt {
        max-width: inherit;
    }
    .c-header__options-question-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-expo__line .slick-list {
        height: 630px;
    }
    .c-detail__aside__group__content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        overflow-y: scroll;
        padding: 0 5%;
    }
    .c-detail__aside__group__content .item {}
    .c-detail__aside__group__content .item + .item {
        margin-left: 10px;
        padding: 0 0 0 20px;
        border-left: 1px solid rgba(180,150,130,0.5);
    }
    .c-detail__aside__group__content .c-event {
        -ms-flex-direction: column;
            flex-direction: column;
        width: 150px;
        border-top: none;
        border-bottom: none;
    }
    .c-detail__aside__group__content .c-event__title, .c-detail__aside__group__content .c-event__name {
        color: #FFF;
    }
    .c-player__options .share {
        position: fixed;
        top: 25px;
        left: 50px;
        z-index: 7;
    }
}