section.section {
  background: #ffffff;
  padding: 2rem 1.5rem;
}
header.header nav.navbar {
  background-color: rgba(0, 0, 0, 0.05);
}
header.header .hero .hero-body {
  align-items: center;
}
section.section.event-banner {
  margin: 0;
}
.event-banner .event-time, .event-banner .event-avenue {
  height: 24px;
  font-size: 20px;
  font-weight: 500;
  color: #68747f;
}
.event-banner .btn-group {
  display: flex;
  margin-top: 20px;
  flex-direction: row;
  align-items: center;
}
.event-banner .btn-group a {
  width: 128px;
  height: 36px;
  padding: 5px 29px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 3px;
}
.event-banner .btn-group .subscribe-btn {
  background-color: #3e464c;
}
.event-banner .btn-group .register-btn {
  background-color: #00a971;
  text-align: center;
}
header.header nav.navbar.is-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background-image: none;
  background-color: #ffffff;
  height: 76px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.07);
}
nav .navbar-start::before {
  border-left: solid 1px #C1C9D1;
}
section#event-briefing {
  padding-top: 4rem;
}
a.btn.is-primary {
  display: block;
  width: 148px;
  height: 42px;
  background: #00A971;
  text-align: center;
  line-height: 42px;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.event-title {
  font-size: 40px;
  font-weight: bold;
  line-height: normal;
  color: #3e464c;
  font-family: Roboto;
}
.event-subtitle {
  font-size: 30px;
  font-weight: 300;
  line-height: normal;
  color: #68747f;
  font-family: PingFangSC-Light;
}
.event-section-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 12px;
  color: #3e464c;
  padding-bottom: 0;
}
.event-section-subtitle {
  padding-top: 5px;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 3px;
  color: #a1a6ab;
  position: relative;
  text-transform: uppercase;
}
/* .event-section-subtitle:after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 1.25rem;
  width: 100%;
  height: 6px;
  background: url('/static/assets/images/event-title-crossline.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
} */
.event-title-crossline {
  height: 6px;
  background: url('/static/assets/images/event-title-crossline.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  display: block;
}
.event-intro-content {
  padding-top: 2rem;
}
.event-intro-content p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.38;
  letter-spacing: normal;
  color: #68747f;
}
.event-intro-content ul{
  list-style: none !important;
  margin-left: 0;
}
.event-intro-content ul li {
  position: relative;
  margin: 5px 0;
  padding-left: 30px;
}
.event-intro-content ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: 10px;
  top: 10px;
  border-radius: 50%;
  background: #00A971;
}
.agenda-item {
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}
.agenda-item-content {
  display: flex;
  margin: 0 auto;
  justify-items: center;
  align-content: space-between;
  height: 80px;
  width: 83.3%;
  align-items: center;
}
.event-agenda-list.is-mobile {
  display: none;
}
.agenda-timerange {
  width: 25%;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  color: #68747f;
}
.agenda-title {
  width: 30%;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  color: #3e464c;
}
.agenda-speaker {
  flex: auto;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  text-align: right;
  color: #68747f;
}
.event-guests-container {
  margin-top: 2rem;
}
.guest-item {
  position: relative;
  border-top: solid 1px #ececec;
  border-left: solid 1px #ececec;
  border-right: solid 1px #ececec;
  border-bottom: solid 4px #00A971;
  max-width: 216px;
  text-align: center;
  margin-bottom: 24px;
  cursor: pointer;
  padding-bottom: 1rem;
}
.guest-item .guest-name {
  font-size: 16px;
  font-weight: 600;
  color: #3e464c;
  margin-top: 1rem;
}
.guest-title {
  height: 40px;
  line-height: 1.5;
  font-size: 14px;
  color: #68747f;
  max-width: 130px;
  margin: 0 auto;
}
.guest-item figure.image {
  max-width: 160px;
  margin: 0 auto;
  padding-top: 26px;
}
.guest-briefing-mask {
  display: none;
  background-color: #01a972;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 12px;
  padding: 20px;
  text-align: left;
  line-height: normal;
}
.guest-item:hover  {
  border: 1px solid #00a971;
  border-bottom: 4px solid #00a971;
}
.guest-item:hover .guest-briefing-mask {
  display: block;
  border: solid 1px #00A971;
}


figure.image.event-location-image {
  margin-top: 48px;
}
#event-register {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}
#insight-register-form-wrap, #insight-subscribe-form-wrap {
  display: none;
  width: 83.333%;
  margin: 0 auto;
  padding: 36px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-radius: 3px;
  box-shadow: 0 20px 40px 0 rgba(50, 69, 88, 0.64), 0 6px 12px 0 rgba(20, 31, 41, 0.48);
  background-color: #ffffff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.modal-close {
  top:0;
  right: 0;
}
.modal-close:before, .modal-close:after {
  background-color: #324558;
}
.gform_wrapper .gform_heading {
  display: none;
}
.register-content #event-register .gform_wrapper{
  width: 100%;
  margin: 0 auto;
}
.register-content #event-register .gform_wrapper ul li:not(:last-child) {
  margin: 2rem;
}
#event-register .gform_wrapper {
  margin-top: 0;
}
#event-register .gform_wrapper ul.gform_fields li.gfield {
  width: 50%;
  display: inline-block;
  margin-top: 13px;
  margin-bottom: 13px;
}
#event-register .gform_wrapper form label.gfield_label {
  float: none;
  min-width: 60px;
  width: auto;
  font-size: 14px;
  color: #3e464c;
  position: relative;
  padding-right: 0;
  margin-left: 8px;
}
.select2-container {
  width: 100% !important;
  max-width: 420px;
}
.select2-container .select2-dropdown {
  margin-top: 8px;
  border-radius: 3px;
  border: solid 1px #d5dee7;
  background-color: #ffffff;
  scroll-behavior: unset;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f5f7fa;
  color: #68747f;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f5f7fa;
  color: #68747f;
}
.select2-container .select2-results__option {
  padding: 0 23px;
  user-select: none;
  -webkit-user-select: none;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #68747f;
}
.select2-container .select2-search--dropdown {
  display: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c6d1dc;
  font-size: 14px;
}
#event-register .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  width: 100%;
  max-width: 420px;
  height: 36px;
  margin: 0;
  padding: 0;
  border-radius: 3px;
  border: solid 1px #d5dee7;
  color: #324558;
  line-height: 1.71;
  font-size: 14px;
  text-indent: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#event-register .gfield_select {
  width: 80%;
  margin: 0;
  padding: 0;
  border-radius: 3px;
  border: solid 1px #d5dee7;
  color: #324558;
  line-height: 1.71;
  font-size: 14px;
  text-indent: 8px;
}
#event-register .select2-container--default.select2-container--below .select2-selection--single  .select2-selection__rendered {
  color:#324558;
  font-size: 14px;
  font-weight: normal;
  height: 36px;
  line-height: 36px;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #d5dee7;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 9px;
  right: 1rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #324558 transparent transparent transparent;
}
#event-register .select2-container--default .select2-selection--single .select2-selection__rendered  {
  color: #c6d1dc;
  height: 36px;
  line-height: 36px;
}


#event-register .gform_wrapper .gfield_required {
  color: #020508;
  margin-left: 4px;
  position: absolute;
  left: -10px;
}
#event-register .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}
.ginput_container.ginput_container_radio {
  clear: both;
}
#event-register ul.gfield_radio li {
  margin: 0.5rem 0 !important
}
#event-register .gform_wrapper .gfield_radio li label, #event-register .gform_wrapper .gfield_radio li input {
  height: 24px;
  margin: 0 0 0 4px !important
}
#event-register .gform_wrapper .gfield_radio li input {
  outline: none!important;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

#event-register .gform_wrapper .gfield_radio li label:before {
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #c6d1dc;
  border-radius: 100%;
  outline: none!important;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(2,5,8,.08);
  box-shadow: inset 0 1px 2px 0 rgba(2,5,8,.08);
  line-height: 1.71;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  content: "";
  will-change: transform;
}
#event-register .gform_wrapper .gfield_radio li input[type=radio]:checked+label:before {
  border: none;
  background-color: #00aa72;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,41,27,.04);
  box-shadow: 0 1px 2px 0 rgba(0,41,27,.04);
}
#event-register .gform_wrapper .gfield_radio li label:after {
    position: absolute;
    top: 8px;
    left: 4px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    outline: none!important;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,68,36,.04);
    box-shadow: 0 1px 2px 0 rgba(0,68,36,.04);
    line-height: 1.71;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    content: "";
    will-change: transform;
    -webkit-border-radius:;
    -moz-border-radius:;
    -ms-border-radius:;
    -o-border-radius:;
}
#event-register .gform_button.button {
    width: 148px;
    height: 42px;
    background: #00A971;
    color: #ffffff;
    margin: 0;
    text-align: center;
    display: block;
    padding: 0;
    margin: 0 auto;
    box-shadow: 0 1px 2px 0 rgba(23, 96, 47, 0.2);
    border:none;
}
#event-register .gform_wrapper .gform_footer {
  margin: 0;
  width: 100%;
  max-width: 905px;
}
#event-register .gform_wrapper div.validation_error {
  margin: 0;
  padding: 0;
  border: none;
  color: #ca2621;
  text-align: left;
  font-size: 14px;
}
#event-register li.gfield_error .select2-container--default .select2-selection--single {
  border-color: #ca2621 !important;
}
#event-register .gform_button.button:focus {
  border-color: #00A971;
}
#event-register .gfield_description.validation_message {
  display: none;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: none !important;
  background: transparent !important;
}
#event-register li.gfield_error input {
  border-color: #ca2621 !important;
}

#event-livestreaming {
  background-image: url('/static/assets/images/livestreaming-bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-color: #f9f9f9;
}
#live-video {
  background-color: #2c2a32;
  width: 100%;
  height: 465px;
}
.livestreaming-wrap {
  display: none;
}
.livestreaming-countdown {
  position: relative;
  width: 100%;
  height:465px;
  background-image: url('/static/assets/images/livevideo-countdown.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.countdown-title {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left:0;
  right:0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 8px;
  color: #01a972;
}
.countdown-timer {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left:0;
  right:0;
  text-align: center;
  font-size: 56px;
  font-weight: bold;
  color:#3e464c;
  letter-spacing: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.livestreaming-title {
  position: relative;
  margin-left:12px;
  margin-top: 60px;
  margin-bottom: 40px;
  line-height: 24px;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 12px;
  color: #01a972;
}
.livestreaming-title::before {
  position: absolute;
  left: -12px;
  top: 5px;
  height:24px;
  width: 4px;
  background-color: #00A971;
  content: '';
}
video.mobile-live-streaming {
  display:none;
}
.gform_event_confirmation_body {
  text-align: center;
}
.confirmation-icon {
  width: 50px;
  height: 50px;
  margin: 22px auto;
}
.gform_event_confirmation_body .title {
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #020508;
}
.gform_event_confirmation_body .subtitle {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #324558;
}
.event-info {
  text-align: left;
  margin-bottom: 40px;
}
.event-info .event-date, .event-info .event-address {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  color: #a1a6ab;
}
.confirmation-message-content {
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  color: #324558;
  margin-bottom: 10px;
}
.event-contact-phone, .event-contact-mail {
  font-size: 14px;
  text-align: left;
  color: #324558;
  line-height: 1.71;
}
.event-contact-phone span, .event-contact-mail span {
  color: #00A971;
}
.signup-con {
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 1.875rem;
    padding: 2.5rem 0rem 1.875rem;
    margin-top: .75rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.register-content {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    background-color: #fff;
    margin-top: 2.5rem;
    padding-bottom: 1.75rem;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.03);
    margin: 0 auto;
    margin-top: 1.75rem;
}

.register-header>div {
    font-family: Roboto;
    font-weight: 500;
    color: #020508;
    text-align: center;
    padding: 1.25rem 0 1.125rem;
    border-bottom: 1px solid #d5dee7;
}
div.register-header>div:hover{
    cursor: pointer;
}
div.register-header>div>span {
    line-height: 1.375rem;
}

.table-con input {
    width: 100%;
    height: 2rem;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #d5dee7;
    padding-left: 1.75rem;
}

.table-con div.pwd {
    margin-top: 2.5rem;
}

span.email-icon,span.pwd-icon{
    width: 1rem;
height:1rem;
position: absolute;
bottom:.625rem;
left:.75rem;
}
span.email-icon>img,span.pwd-icon>img{
    object-fit: contain;
}

div.no-count {
    margin-top: .75rem;
    text-align: center;
}
div.email,div.pwd{
position: relative;
}
section.table-con legend {
    height: 1.125rem;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.29;
    color: #020508;
}

.table-con input {
    margin-top: .625rem;
}
figure.float-btn{
    width:3.063rem;
    height:3.5rem;
    position: absolute;
    top:54.75rem;
    right:3.938rem;
}
figure.float-btn>img{
    object-fit: contain;
}
figure.float-btn>img:hover{
    cursor:pointer;
}

.float-btn {
    width: 3.063rem;
    height: 3.5rem;
    position: absolute;
    top: 54.75rem;
    right: 3.938rem;
}

.float-btn>img {
    object-fit: contain;
}

.float-btn>img:hover {
    cursor: pointer;
}

.special-thanks-wrap, .event-cooperative-partners-wrap, .event-media-partners-wrap, .media-reports-wrap, .events-photos-wrap {
  margin-top: 2rem;
}

.resource-box {
  margin-top: 64px;
  border: solid 1px #ececec;
  border-top: 4px solid #00a971;
  padding: 40px 15px;
  cursor: pointer;
  display: block;
  min-height: 207px;
}
.resource-box:hover {
  background: url('/static/assets/images/resource-box-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.resource-filefolder img.hidden {
  display: none;
}
.resource-box:hover .resource-filefolder img{
  display: none;
}
.resource-box:hover .resource-filefolder img.hidden {
  display: block;
  margin: 0 auto;
}
.resource-box .resource-title {
  font-weight:500;
}
.resource-box:hover .resource-title {
  color:#ffffff;
  font-weight: 500;
}
.resource-filefolder {
  color:#3e464c;
  margin-bottom: 24px;
}

.media-reports-wrap span {
  font-size: 14px;
  color:#68747f;
}
.media-reports-wrap .media-name {
  color:#00a971;
}

.events-photos-wrap .slick-center{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.events-photos-wrap div {
  transition: all 300ms ease;
}
.events-photos-wrap .slick-track {
  overflow: auto;
  padding: 40px 0;
  display:flex;
  flex-flow: row;
}
.slick-next, .slick-prev {
  position: absolute;
  width: 44px;
  height: 40px;
  z-index: 1;
  top: 50%;
  margin-top: -1.25rem;
  background: transparent;
  outline: none;
  text-indent: -99999px;
}
.slick-arrow:hover {
  background: #00a972;
}
.slick-prev {
  left: -4rem;
  cursor: pointer;
  background-image: url('/static/assets/images/arrow-left.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slick-next {
  right: -4rem;
  cursor: pointer;
  cursor: pointer;
  background-image: url('/static/assets/images/arrow-right.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slick-prev:hover {
  background-image: url('/static/assets/images/hover-left.svg');
}
.slick-next:hover {
  background-image: url('/static/assets/images/hover-right.svg');
}

.video-container {
  margin-top: 60px;
  height: 450px;
  padding: 5px;
}

.video-container {
  margin-left:1.5rem;
  margin-right: 1.5rem;
  padding: 5px;
  border: 1px solid #01a972;
}
.video-container video {
    max-height: 540px;
    background-color: #2c2a32;
    width: 100%;
    height: 100%;

}
.video-container .column {
  padding: 0;
}
.video-container .video-menu-container {
  padding: 12px;
  overflow-y: auto;
  padding: 0.75rem;
}

.video-container .video-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.video-container  .video-sub-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1rem;
  border-bottom: 1px dashed #ececec;
  padding-bottom: 6px;
}
.video-container .video-list  {
  padding: 20px;
}
.video-container .video-list li {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.video-container .video-list li a,
.video-container .video-list li span {
  color: #68747f;
  z-index: 2;
  margin: 0 0px 10px 0;
  font-size: 12px;
  background-color: #ffffff;
}

.video-container .video-list li.active a,
.video-container .video-list li a:hover {
  color: #00a870;
}

.video-container .video-list li::before {
  display: none;
}

.video-container .video-list li::after {
  content: ' ';
  display: block;
  position: absolute;
  left: 20px;
  top: 14px;
  height: 1px;
  width: calc(100% - 20px);
  border-bottom: 1px dashed #dee0e6;
  z-index: 1;
}

@media screen and (max-width: 769px) {
  header.header section.section.event-banner {
      background-image: url('/static/assets/images/kube-sphere-kv-mobile.png') !important;
      height: 450px;
      border: none !important;
    }
    section.section, section#event-briefing {
      padding: 1.5rem;
    }
    .event-banner .event-title, .event-time, .event-avenue {
      display: none;
    }
    header.header .hero .hero-body {
      display: block;
      position: absolute;
      bottom: 3rem;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
}
    .event-title {
      font-size:32px;
    }
    .event-subtitle {
      font-size: 1rem;
    }
    .event-title-crossline {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }
    .event-section-subtitle {
      font-size: 14px;
      padding-bottom: 0px;
    }
    .event-intro-content {
      padding-top: 0;
      width: 100% !important;
    }
    .event-agenda-list.is-pc {
      display: none;
    }
    .event-agenda-list.is-mobile {
      display: block;
      margin-top: 0;
      padding-top: 0;
    }
    .agenda-timerange {
      width: 44px;
      margin-right: 3rem;
    }
    .agenda-title {
      width: auto;
    }
    .agenda-speaker {
      text-align: left;
    }
    .agenda-item {
      display: flex;
      justify-items: center;
      align-content: space-between;
      min-height: 80px;
      align-items: center;
      padding-top: 10px;
      padding-bottom: 10px;
    }
    figure.image.event-location-image {
      margin-top: 0;
    }
    #event-register {
      width: 100%;

    }
    #event-register .gform_wrapper ul.gform_fields li.gfield {
      width: 100%;
      display: block;
    }
    header.header nav.navbar.is-sticky {
      padding: 0;
      box-shadow: none;
      height: 42px;
    }
    nav.navbar.is-sticky  .navbar-brand {
      display: none;
    }
    nav.navbar.is-sticky  .navbar-end {
      display: block !important;
    }
    nav.navbar.is-sticky .navbar-item a.btn.is-primary {
          width: 100%;
          display: block;
          border-radius: 0    ;
          -webkit-border-radius: 0    ;
          -moz-border-radius: 0    ;
          -ms-border-radius: 0    ;
          -o-border-radius: 0    ;
    }
    nav.navbar.is-sticky .navbar-end .navbar-item {
      padding: 0;
    }
    .guest-item {
      max-width: none;
      margin: 0;
    }
    .event-guests-container {
      display: block;
    }
    .event-guests-container .column {
      padding-left: 12px;
      padding-right: 12px;
    }
    .guest-item figure.image {
      max-width: 120px;
      margin: 20px auto;
    }
    .image.media-partner-logo {
      padding-left: 6px;
      padding-right: 6px;
    }
    .special-thanks-wrap, .event-cooperative-partners-wrap, .event-media-partners-wrap {
      margin-top: 0;
    }
    .pc-live-streaming {
      display:none;
    }
    video.mobile-live-streaming  {
      display: block;
    }
}
