body {
   overflow-y: hidden !important;
   height: 100vh;
   font-family: 'Open Sans', sans-serif;
}
.title_left.stream-block {
   position: relative;
}
.title_left.stream-block::after {
   content: '';
   position: absolute;
   width: 120px;
   height: 35px;
   background: url(../../images/live5050.svg);
   background-position: center;
   background-size: contain;
   background-repeat: no-repeat;
   /* backdrop-filter: blur(15px); */
   /* background-color: #190c0f;
   box-shadow: 0 0 20px 5px #190c0f; */
   top: 0;
   left: 0;
}
.stub_block_wrapp {
   width: 100%;
   height: 100%;
   background-color: #000000;
   border-radius: 4px;
}
.stub_block {
   max-width: 1300px;
   text-align: center;
   margin: auto;
   position: relative;
   top: 50%;
   transform: translateY(-50%);
}
.stub_block_title {
   padding-top: 16px;
   margin-bottom: 5px;
   font-weight: 700;
   font-size: 22px;
   line-height: 36px;
}
.stub_block_subtitle {
   font-size: 16px;
   line-height: 22px;
   font-weight: 400;
   padding-bottom: 15px;
}
.stub_block_subtitle_2 {
   font-size: 16px;
   line-height: 22px;
   padding-top: 2vh;
   font-weight: 400;
}
.stub_block .orange_gradient_button {
   padding: 8px 12px;
}
header.hse-header.hse-header-transparent .button-block p>a {
   display: none !important;
}
.button-block button.get_help_button {
   margin-right: 0;
}
.games-stream-page .game-blocker .icon-block svg path {
   fill: var(--primary_color, #00AEBB);
}
.white_button {
   display: inline-block;
   overflow: hidden;
   transition: all 0.7s ease-in-out;
   background: linear-gradient(96.46deg, var(--gradient_button_collor1, #00FFCB) 0%, var(--gradient_button_collor2, #00AEBB) 100%);
   border: 1px solid #0000000F;
   color: #000000;
   outline: none;
   padding: 8px 16px;
   border-radius: 10px;
   letter-spacing: unset;
   font-size: 16px;
   text-transform: unset;
}
.white_button:focus,
.white_button:active,
.white_button:hover {
   background: linear-gradient(96.46deg, var(--gradient_button_collor2, #00AEBB) 0%, var(--gradient_button_collor1, #00FFCB) 100%);
   box-shadow: 0px 0px 16px 0px var(--primary_color, #00FFC5);
   border-radius: 12px;
   border: 1px solid #0000000F;
}
.wpstream_live_player_wrapper {
   max-height: 100%;
   overflow: hidden;
}
.rcw-widget-container-right.rcw-close-widget-container {
   margin-bottom: 35px !important;
   margin-right: 10px !important;
}
.games-stream-page .coach {
   align-items: start;
}
.header-nav {
   align-items: center;
}
/* register form style */
/*Form style*/
.form-block input:not([type="submit"]):focus,
.form-block select:focus,
.form-block textarea:focus {
   color: #bfbfbf;
}
.form-block input,
.form-block select,
.form-block textarea {
   padding: 23px 24px 7px;
   background-color: transparent;
   background: rgba(0, 0, 0, 0.6);
   font-size: 16px !important;
   color: #bfbfbf;
   border: 1px solid rgba(128, 128, 128, 1);
   border-radius: 16px;
   width: 100%;
   caret-color: var(--gradient_button_collor1, #00FFCB);
   outline: none;
   transition: all 0.3s;
   backdrop-filter: blur(40px);
}
#submit_question_form {
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 99999;
}
.form-recordings form>p {
   text-align: center;
   line-height: 28px;
}
.form-recordings form .rewatch_title1>p,
.form-recordings form .rewatch_title2>p {
   font-weight: 600;
   font-size: 44px;
   line-height: 45px;
   color: #FFFAF6;
   position: relative;
   z-index: 1;
   margin-top: 10px;
   text-align: center;
}
.form-recordings form .rewatch_title1>p::before {
   content: 'Rewatch';
   position: absolute;
   font-weight: 600;
   font-size: 44px;
   line-height: 45px;
   color: #FF7020;
   filter: blur(10px);
   transform: scale(1.01, 1.3);
   z-index: -1;
}
.form-recordings form .rewatch_title2>p::before {
   content: 'AI Summit';
   position: absolute;
   font-weight: 600;
   font-size: 44px;
   line-height: 45px;
   color: #FF7020;
   filter: blur(10px);
   transform: scale(1.01, 1.3);
   z-index: -1;
}
.form-recordings form .rewatch_title1>p::after {
   content: 'Rewatch';
   position: absolute;
   font-weight: 600;
   font-size: 44px;
   line-height: 45px;
   color: #FFFAF6;
   filter: blur(6px);
   transform: scale(1.0001, 1.0001) translateX(-50%);
   z-index: -2;
   left: 50%;
   width: 100%;
}
.form-recordings form .rewatch_title2>p::after {
   content: 'AI Summit';
   position: absolute;
   font-weight: 600;
   font-size: 44px;
   line-height: 45px;
   color: #FFFAF6;
   filter: blur(6px);
   transform: scale(1.0001, 1.0001) translateX(-50%);
   z-index: -2;
   left: 50%;
   width: 100%;
}
.form,
.popup-refer-your-company {
   display: none
}
.form.active,
.popup-refer-your-company.active {
   display: block;
   /* z-index: 99999999999; */
   z-index: 99999;
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   background: rgba(255, 255, 255, 0.06) !important;
   border: 1px solid rgba(255, 255, 255, 0.12);
   backdrop-filter: blur(40px);
   border-radius: 24px;
   padding: 32px;
   width: 400px !important;
   max-width: calc(100% - 30px) !important;
   max-height: 98vh;
   overflow-y: auto;
}
.games-stream-page .form-block .name-block>* {
   margin-top: 16px;
}
.register-form form p:first-of-type {
   text-align: center;
}
.register-form form p:first-of-type span {
   font-size: 36px;
}
.form form {
   border: none;
   overflow: visible;
}
.form *+h1,
.form *+h2,
.form *+h3,
.form *+h4,
.form *+h5,
.form *+h6 {
   margin-top: 0
}
.form p {
   font-weight: 400;
   color: #bfbfbf
}
.form .form-block p {
   margin-bottom: 0
}
.form .form-block {
   max-width: 100%
}
.form .form-block .placeholder {
   top: 50%;
   transform: translateY(-50%);
   color: gray;
   font-size: 14px;
   font-weight: 400;
   line-height: 14px;
   transition: all 0.3s
}
.form .form-block .placeholder.placeholder_textarea {
   top: 16px;
   color: gray;
   font-size: 14px;
   font-weight: 400;
   line-height: 14px;
   transition: all 0.3s
}
.block input[aria-invalid=true],
.block textarea[aria-invalid=true] {
   box-shadow: 0 0 0 2px var(--gradient_button_collor1, #00FFCB);
   border: 1px solid transparent;
   -webkit-appearance: none;
   outline: none
}
.form .form-block .placeholder.active {
   top: 14px !important;
   font-size: 12px
}
.form .form-block input {
   line-height: 16px
}
.form .form-block .hse-field_form textarea {
   height: 64px;
   overflow: auto;
   resize: none;
   scrollbar-width: 2px;
   scrollbar-color: #828282 #fff
}
.form-block input[type=submit] {
   width: 100%;
   cursor: pointer;
   border: 1px solid var(--gradient_button_collor1, #00FFCB);
   padding: 12px;
   border-radius: 16px;
   background: linear-gradient(96.46deg, var(--gradient_button_collor2, #00AEBB) 0%, var(--gradient_button_collor1, #00FFCB) 100%);
   color: #FFFFFF;
   transition: all 0.4s ease-out;
   box-sizing: border-box;
   font-weight: 600;
   letter-spacing: 0.16rem;
   font-size: 16px !important;
   text-transform: uppercase;
   white-space: nowrap;
}
.form-block input[type=submit]:hover {
   background: linear-gradient(96.46deg, var(--gradient_button_collor1, #00FFCB) 0%, var(--gradient_button_collor2, #00AEBB) 100%);
   border: 1px solid #FFFFFF52;
   box-shadow: 0px 0px 16px 0px var(--gradient_button_collor1, #00FFCB);
   transition: all 0.4s ease-out;
   box-sizing: border-box;
}
.form-block input[type=submit].disabled {
   background: #333333 !important;
   color: #FFFFFF !important;
   border: 1px solid #FFFFFF0F !important;
   opacity: 0.38 !important;
   box-shadow: unset;
}
.form-block input[type=submit]:disabled {
   background: #333333 !important;
   color: #FFFFFF !important;
   border: 1px solid #FFFFFF0F !important;
   opacity: 0.38 !important;
   box-shadow: unset;
}
.form .form-block .wpcf7-not-valid-tip,
.form .form-block .wpcf7-not-valid-tip {
   display: none
}
.form .form-block .button-block {
   /*display: flex;*/
   margin-top: 20px !important;
   border-top: none;
}
.form-block .hse-field_form+.name-block,
.form-block .name-block+.hse-field_form {
   margin-top: 16px;
}
.form-block .name-block>* {
   margin: 0;
}
.form-block .name-block {
   display: block !important;
}
.form .form-block .submit-block {
   margin: 0;
   width: 100%;
}
.form .form-block .submit-block>* {
   text-align: end
}
.form .form-block .button-block>*+* {
   margin-left: 0;
   position: relative
}
button.cancel-form {
   margin: 0;
   padding: 16px 24px;
   display: flex;
   height: 48px;
   justify-content: center;
   align-items: center;
   width: max-content;
   border-radius: 24px;
   border: 1px solid var(--White, #FFF);
   background: transparent;
   color: #FFF;
   transition: all 0.3s;
   font-size: 14px;
   line-height: 16px;
   font-weight: 700
}
.button-block .cancel,
.button-block .show-cal {
   margin-left: 0;
}
.thank-you-popup.registered .button-block {
   position: relative;
}
.button-block .show-cal {
   top: -3rem;
   left: 0;
   width: 100%;
   transform: none;
}
.button-block .add-cal {
   width: 100%;
}
.button-block .cancel button {
   border-radius: 16px !important;
   width: 100%;
   margin-top: 16px;
}
button.cancel-form:hover {
   box-shadow: inset 0 0 0 1px #FFF
}
.form .form-block .cancel {
   width: 100%;
}
.form .wpcf7-spinner {
   position: absolute;
   opacity: 1;
   left: 50%;
   top: 50%;
   margin: 0;
}
.form .wpcf7-list-item {
   margin-left: 0px;
   margin-bottom: 0;
}
.acceptance_fields input {
   cursor: pointer;
}
.acceptance_fields p {
   text-align: start !important;
   padding-left: 15px;
}
.form-block input[type=submit]:hover,
.form-block input[type=submit]:active,
.form-block input[type=submit]:focus {
   background-color: var(--gradient_button_collor1, #00FFCB);
   outline: none
}
.form-block input[type=submit]:disabled:hover,
.form-block input[type=submit]:disabled:active,
.form-block input[type=submit]:disabled:focus {
   background-color: #777
}
.form .wpcf7-response-output {
   display: none
}
.register_form_subtitle {
   margin-bottom: 20px;
}
.form p {
   font-weight: 400;
   color: #FFFFFF;
   font-size: 18px;
   line-height: 22px;
   text-align: center;
}
.form h5 {
   font-size: 24px;
   line-height: 28px
}
.form span {
   font-size: 24px;
   line-height: 28px;
   font-weight: 700;
   margin-bottom: .8rem;
   color: #FFFAF6;
   text-shadow: 0 0 8px #FFFFFF, 0 0 24px #0092FB, 0 0 64px #00C69E;
}
.request-coaching-form form>p:first-of-type {
   text-align: center;
}
.games-stream-page .form .acceptance_field_policy a {
   color: var(--gradient_button_collor1, #00FFCB);
}
.need_help_link p {
   color: var(--gradient_button_collor1, #00FFCB);
}
.btn-dismiss {
   padding: 15px 24px;
   border-radius: 24px;
   border: 1px solid var(--White, #FFF);
   background: transparent;
   color: #FFF;
   transition: all 0.3s;
   font-size: 14px;
   line-height: 16px;
   margin-top: 0;
   font-weight: 700
}
.btn-dismiss:hover {
   box-shadow: inset 0 0 0 1px #FFF
}
.bg-popup.active {
   background: #000000CC;
}
/* form style */
/* End register form style */
.games-stream-page .game-blocker .text-block {
   margin-top: 1vh;
}
.games-stream-page .game-blocker .text-block>*:nth-child(2) {
   margin-bottom: 2vh;
}
.games-stream-page .game-blocker {
   height: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   background-color: #000;
   border-radius: 4px;
   border: 1px solid #FFFFFF1F;
}
.left-content a.hse-btn-orange {
   font-family: Open Sans;
   display: inline-block;
   background-image: linear-gradient(to bottom, #FFFFFF 0%, #B78864 100%);
   padding: 13px 32px 13px 32px;
   border-radius: 8px !important;
   color: #591419 !important;
   font-weight: 700;
   font-size: 20px;
   line-height: 30px;
   letter-spacing: 0px;
   font-size: 18px !important;
   padding: 9px 24px !important;
   transition: all 0.4s ease-out;
}
.left-content a.hse-btn-orange:hover {
   background-image: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 100%);
   transition: all 0.4s ease-out;
}
.container-default {
   max-width: 1840px;
   height: 100%;
}
.popup-hseapp-overlay,
.popup-overlay,
.popup-hseapp-bg,
.popup-hseapp-bg.active,
.modal-header-default {
   display: none;
}
#tab2right {
   position: absolute;
   right: 20px;
   z-index: 10;
}
#games-started .tab-links-right {
   display: none;
}
.show-small,
.games-stream-page .bottom-landing-content,
.bottom-landing-section.position-relative.hyp-fadeIn.hide-small {
   display: none !important;
}
.games-stream-page .small-desktop {
   display: block !important;
}
.heading-section .small-desktop .heading .heading-content,
.heading-section .small-desktop .heading,
.heading-section .small-desktop,
.heading-section .container-fluid .row {
   height: calc(100vh - 172px);
}
.hse-header.hse-header-transparent .top-banner,
.header-nav .right-block .button-block .user-block,
.header-nav .left-block .menu-nav {
   display: none;
}
.games-stream-page section {
   padding-left: 0px !important;
   padding-right: 0px !important;
}
.row>* {
   flex-shrink: 0;
   padding-right: calc(var(--bs-gutter-x)* .7);
   padding-left: calc(var(--bs-gutter-x)* .7);
   margin-top: var(--bs-gutter-y);
}
.games-stream-page {
   position: relative;
   /* background-image: url(../../images/bacground-sessions2.jpg); */
   background-size: cover;
   background-position-y: bottom;
   background-repeat: no-repeat;
   padding-top: 98px;
   padding-bottom: 74px;
   background-color: #191919;
   height: 100vh;
}
body .hse-header.hse-header-transparent {
   padding-top: 25px;
   padding-bottom: 25px;
}
.right-content_wrapper {
   display: flex;
   flex-direction: column;
   width: 34% !important;
   position: relative;
}
.right-content_wrapper {
   display: flex;
   flex-direction: column;
   width: 30% !important;
   position: relative;
}
.games-stream-page #games-started .right-content {
   width: 100% !important;
   border: 1px solid var(--heading_button_block_border, #00FFC51F);
   border-radius: 16px;
   overflow-y: auto;
   max-height: fit-content;
   height: fit-content;
   min-height: fit-content;
   padding: 32px 32px 16px 32px;
   opacity: 1;
}
.games-stream-page #games-started .right-content.active {
   opacity: 0;
}
.games-stream-page #games-started .left-content,
.games-stream-page #games-started .right-content {
   background: var(--almost_transparent_background, var(--heading_button_block_border, #00000066));
   backdrop-filter: blur(40px);
}
.games-stream-page .heading {
   width: 100% !important;
}
.games-stream-page .heading-content {
   background: #00000000;
}
header.hse-header.hse-header-transparent {
   padding-left: 0;
   padding-right: 0;
}
.games-stream-page .heading-section {
   z-index: 10;
   height: 100%;
}
.games-stream-page #games-started .left-content {
   margin-right: 24px;
   width: 75%;
   border: 1px solid var(--heading_button_block_border, #00FFC51F);
   border-radius: 16px;
}
.games-stream-page .left-content .tabs {
   height: 100%;
   padding-bottom: 60px;
}
.games-stream-page .left-content .tab-content {
   height: 100%;
   min-height: unset;
}
.games-stream-page .tab-content .tab,
.tab-content .tab {
   height: 100%;
}
/* dinamik title on left block */
.left-content .static-block {
   margin-bottom: 1.4vh;
}
.title_left_content {
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.title_arrow_wrapper_link {
   width: 32px;
   height: 32px;
   display: block;
}
.title_arrow_wrapper {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 32px;
   height: 32px;
   background: #00000099;
   border: 1px solid var(--dark_buttons_border, #00FFCB66);
   border-radius: 8px;
   transition: all 0.4s ease-in-out;
}
.title_arrow_wrapper:hover {
   border: 1px solid #FFFFFF;
   transition: all 0.4s ease-in-out;
}
.title_left_content_title {
   font-weight: 700;
   font-size: 23px;
   line-height: 1;
   overflow: hidden;
   white-space: nowrap;
   position: relative;
   width: 100%;
   margin: 0 15px;
   height: 32px;
   mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 1%, #FFFFFF 98%, rgba(255, 255, 255, 0) 100%);
}
.marquee {
   display: inline-block;
   position: absolute;
   white-space: nowrap;
   will-change: transform, opacity;
   left: 1%;
   width: max-content;
   min-width: 100%;
   top: 3px;
   text-align: start;
}
@keyframes marqueeAnimation {
   0% {
      transform: translateX(0%);
      opacity: 1;
   }
   39% {
      transform: translateX(-100%);
      opacity: 1;
   }
   40% {
      transform: translateX(-100%);
      opacity: 0;
   }
   41% {
      transform: translateX(100%);
      opacity: 0;
   }
   42% {
      transform: translateX(100%);
      opacity: 1;
   }
   100% {
      transform: translateX(0%);
   }
}
.title_left_content_title p {
   margin: 0;
}
.about_event_button {
   border-radius: 8px;
   padding: 8px 11px 8px;
   border: 1px solid var(--dark_buttons_border, #00FFCB66);
   transition: all 0.4s ease-in-out;
   background: #00000099;
   font-size: 14px;
   line-height: 1;
   font-weight: 600;
}
.about_event_button:hover {
   border: 1px solid #FFFFFF;
   transition: all 0.4s ease-in-out;
}
/* End dinamik title on left block */
header.hse-header.hse-header-transparent .logo img {
   max-width: unset;
   height: 20px;
}
header .button-block a.red {
   font-family: Open Sans;
   display: inline-block;
   background-image: linear-gradient(to bottom, #FFFFFF 0%, #B78864 100%);
   border-radius: 8px !important;
   color: #591419 !important;
   font-weight: 700;
   line-height: 30px;
   letter-spacing: 0px;
   font-size: 18px !important;
   padding: 9px 24px !important;
}
.button-block button {
   border-radius: 8px;
   padding: 8px 12px;
   font-size: 16px;
}
.games-stream-page #games-started .left-content {
   padding: 32px;
}
/* ---
------------------------------- Sponsors ----------------------------------------*/
#games-started .tabs-right {
   height: 100%;
}
#games-started .tabs-right #chat-container::-webkit-scrollbar,
#games-started .tabs-right .sponsors_block::-webkit-scrollbar {
   width: 8px;
}
#games-started .tabs-right #chat-container::-webkit-scrollbar-thumb,
#games-started .tabs-right .sponsors_block::-webkit-scrollbar-thumb {
   background-color: #E3BEA20F;
   border-radius: 4px;
}
#games-started .tabs-right #chat-container::-webkit-scrollbar-track,
#games-started .tabs-right .sponsors_block::-webkit-scrollbar-track {
   background-color: #0d0b0a;
}
.sponsors_block {
   height: 100%;
   overflow-y: hidden;
}
#chat-container {
   position: relative;
   height: 100%;
   overflow-y: hidden;
   mask-image: linear-gradient(to bottom,
         rgba(0, 0, 0, 0) 0px,
         rgba(0, 0, 0, 1) 50px,
         rgba(0, 0, 0, 1) calc(100% - 200px),
         rgba(0, 0, 0, 0) 85%);
   display: flex;
   flex-direction: column;
   justify-content: flex-end;
   padding-bottom: 10px;
}
/* show slack messages style */
#chat-container div {
   margin-top: 10px;
   position: relative;
   font-size: 18px;
   font-weight: 300;
   line-height: 28px;
   color: #FFF;
   text-align: left;
}
.slack_user_name {
   font-weight: 500;
   color: var(--primary_color, #00FFC5);
}
/* scrollbar style */
.second_container_chat {
   height: 100%;
   background-color: #00000099;
   position: relative;
}
.right_content_slack_chat {
   flex: 1 1 auto;
   position: relative;
   overflow: hidden;
   border-radius: 16px;
   border: 1px solid var(--heading_button_block_border, #00FFC51F);
   background-color: #e3bea200;
   backdrop-filter: blur(40px);
   margin-top: 8px;
   opacity: 1;
}
.right_content_slack_chat.active {
   opacity: 0;
}
.slack_chat_button {
   font-size: 14px;
   font-weight: 400;
   line-height: 22px;
   text-align: center;
   padding: 5px 12px;
   border: 1px solid var(--dark_buttons_border, #00FFCB66);
   border-radius: 8px;
   background-color: transparent;
   transition: all 0.4s ease-out;
   position: absolute;
   bottom: 19px;
   left: 50%;
   transform: translateX(-50%);
   white-space: nowrap;
}
.slack_chat_button:hover {
   border: 1px solid #FFF;
   transition: all 0.4s ease-out;
}
/* -Sponsors ----------------------------------------*/
.sponsors_block_title {
   text-align: start;
   font-size: 24px;
   font-weight: 600;
   line-height: 32px;
   padding-left: 5px;
}
/* slider sponsors */
.slick-track {
   display: flex;
   align-items: start;
}
.slick-prev,
.slick-next {
   display: none !important;
}
.slick-list {
   overflow: hidden;
}
.sponsors_block_slider {}
.platinum_slide a {
   width: 98%;
   display: inline-block;
   text-align: center;
}
.silver_slide,
.platinum_slide,
.gold_slide_5,
.gold_slide {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: start;
   gap: 8px;
}
.gold_slide_5 a,
.gold_slide a {
   width: 48%;
   display: inline-block;
   text-align: center;
}
.silver_slide a {
   width: 30.3%;
   display: inline-block;
   text-align: center;
}
.platinum_slide a img {
   width: 100%;
   height: auto;
   display: block;
   object-fit: contain;
   background: var(--platinum_sponsors_logo_background, transparent);
   border: 1px solid var(--platinum_sponsors_logo_border, transparent);
   border-radius: 12px;
}
.gold_slide_5 a img,
.gold_slide a img {
   width: 100%;
   height: auto;
   display: block;
   object-fit: contain;
   padding: 0;
   background: var(--gold_sponsors_logo_background, transparent);
   border: 1px solid var(--gold_sponsors_logo_border, transparent);
   border-radius: 10px;
}
.silver_slide a img {
   width: 100%;
   height: auto;
   display: block;
   object-fit: contain;
   padding: 0;
   background: var(--silver_sponsors_logo_background, transparent);
   border: 1px solid var(--silver_sponsors_logo_border, transparent);
   border-radius: 8px;
}
/* End slider sponsors */
/* ---------------------------------- End Sponsors ----------------------------------------*/
/* ---------------------------------- Agenda section ----------------------------------------*/
/* popup about */
form span.coach-name {
   font-size: 22px;
   font-weight: 900;
   margin-right: 5px;
}
.no-scroll {
   overflow: hidden;
   padding-right: 17px;
}
.item_row1_session_time {
   text-align: left;
   background: linear-gradient(96.46deg, var(--gradient_button_collor1, #ECFAFF) 0%, var(--gradient_button_collor2, #A0E4FF) 100%);
   border: 1px solid #0000000F;
   display: inline-block;
   padding: 2px 8px;
   color: rgba(0, 0, 0, 1);
   border-radius: 4px;
   font-weight: 600;
   font-size: 14px;
   line-height: 22px;
}
.agenda_stage_header h2 {
   margin-top: 0;
}
.cross-button-white {
   position: relative;
   vertical-align: text-bottom;
   top: 2px;
   left: 0;
}
.cross-button-white_wrapper {
   position: sticky;
   top: 25px;
   left: calc(100% - 35px);
   z-index: 12;
   border: 1px solid var(--dark_buttons_border, #FFFFFF);
   border-radius: 8px;
   display: inline-block;
   width: 32px;
   height: 32px;
   cursor: pointer;
   transition: all 0.3s ease-in-out;
   display: flex;
   justify-content: center;
   align-items: center;
}
.cross-button-white_wrapper:hover {
   border: 1px solid #ffffff;
   transition: all 0.3s ease-in-out;
}
.cross-button-white_wrapper svg {
   transform: rotateY(0);
   transition: all 0.3s ease-in-out;
}
.cross-button-white_wrapper:hover svg {
   transform: rotateY(180deg);
   transition: all 0.3s ease-in-out;
}
/* .popap_about_wrapper {
   position: absolute;
   height: 90vh;
   overflow-y: auto;
   max-width: 408px;
   z-index: 11;
   right: 20px;
   display: none;
   opacity: 0;
   transform: translateY(100%) scaleX(0.5);
   transition: opacity 0.5s ease, transform 0.5s ease;
} */
.popap_about_wrapper {
   /* position: absolute; */
   height: 100%;
   overflow-y: auto;
   max-width: 100%;
   width: 100%;
   z-index: 11;
   right: 0px;
   display: block;
   opacity: 1;
   transition: all 0.4s linear;
   transform: unset
}
.agenda_section_popup_title {
   display: flex;
   justify-content: space-between;
   align-items: center;
   color: #FFFFFF;
   font-size: 27px;
   line-height: 40px;
   font-weight: 700;
   text-align: start;
   margin-bottom: 24px;
   padding: 30px 0px 25px;
   position: relative;
   border-bottom: 1px solid var(--heading_button_block_border, #AEA8FF1F);
}
.popap_about__main_wrapper {
   position: absolute;
   z-index: 11;
   max-width: 100%;
   width: 100%;
   height: 100%;
   overflow-y: hidden;
   background: var(--almost_transparent_background, transparent);
   backdrop-filter: blur(40px);
   transition: backdrop-filter 0.1s linear;
   display: none;
   opacity: 0;
   border: 1px solid var(--heading_button_block_border, #E3BEA21F);
   border-radius: 16px;
}
.popap_about__main_wrapper.active {
   display: block;
   opacity: 1;
   transition: all 0.4s linear;
}
.polotno {
   position: absolute;
   width: 50%;
   height: 100%;
   background-image: linear-gradient(to left, #000000cf, #00000052 50%, transparent);
   z-index: 8;
   right: 0;
   top: 0;
   opacity: 0;
   transition: all 0.5s ease;
   display: none;
}
.polotno.active {
   opacity: 1;
   transition: all 0.5s ease;
}
.popap_about_wrapper.active {
   /* display: block;
   opacity: 1;
   transition: all 0.4s linear; */
   transform: unset;
}
/* .popap_about_wrapper::-webkit-scrollbar {
   width: 3px;
}
.popap_about_wrapper::-webkit-scrollbar-thumb {
   background-color: #E3BEA20F;
   border-radius: 4px;
}
.popap_about_wrapper::-webkit-scrollbar-track {
   background-color: #0d0b0a;
} */
.agenda_section_container {
   scrollbar-width: none;
}
.popap_about_wrapper {
   overflow-y: hidden;
   /* Keep scrolling enabled */
   scrollbar-width: none;
   /* Firefox */
}
.agenda_section_container::-webkit-scrollbar,
.popap_about_wrapper::-webkit-scrollbar {
   display: none;
   /* Webkit (Chrome, Safari) */
}
/* End popup about */
header.hse-header {
   z-index: 9 !important;
}
.caption-regular br {
   display: block;
}
.person_content_position br {
   display: block;
}
.agenda_section {
   z-index: 5;
   position: relative;
   display: block;
   min-height: 900px;
   background-image: unset;
   height: 100%;
   padding: 0 25px;
}
.agenda_section_bacground {
   position: absolute;
   width: 1920px;
   z-index: -1;
   left: 50%;
   transform: translateX(-50%);
}
.agenda_section_container {
   margin: -20px auto 0;
   z-index: 1;
   top: 0;
   overflow-y: auto;
   text-align: start;
   height: 70vh;
}
.agenda_header_block {
   max-width: 960px;
}
.agenda_header_title {
   text-align: start;
}
.agenda_header_title h2 {
   font-size: 60px;
   font-weight: 900;
   line-height: 60px;
   margin-bottom: 10px;
}
.agenda_header_title h6 {
   font-size: 20px;
   font-weight: 400;
   line-height: 32px;
   margin-bottom: 40px;
}
.gtm-cxo-games-page ul li+li {
   margin-top: 0px;
   border-radius: 8px;
}
.gtm-cxo-games-page ul>li {
   border-radius: 8px;
}
.agenda_header_nav {
   max-width: 960px;
   border: 1px solid #AEA8FF29;
   border-radius: 8px;
   margin-bottom: 25px;
}
.agenda_header_nav ul {
   border-radius: 8px;
   list-style: none;
   padding-left: 0px;
   margin-bottom: 0px;
}
.agenda_nav_buttons {
   display: flex;
   align-items: center;
   background-color: #000000;
}
.agenda_nav_button {
   flex: 1 1 auto;
   padding: 20px 2px;
   cursor: pointer;
}
.agenda_nav_button:hover {
   background-color: #191919;
}
.agenda_nav_button.active {
   border: 1px solid #AEA8FF29;
   border-radius: 8px;
   background-color: #FFFFFF;
}
.agenda_nav_button.active .nav_button_day {
   color: #000000;
}
.agenda_nav_button.active .nav_button_sept_count {
   color: #FD2348;
}
.nav_button_day {
   text-align: center;
   font-size: 24px;
   font-weight: 700;
   line-height: 24px;
   margin-bottom: 10px;
}
.nav_button_sept_count {
   font-size: 14px;
   font-weight: 600;
   line-height: 16px;
   letter-spacing: 2px;
   text-align: center;
}
.agenda_stages_block {
   display: none;
   max-width: 960px;
   margin-bottom: 50px;
   margin-top: 25px;
}
.agenda_stages_block.active {
   display: block;
}
.agenda_stage {
   border: unset;
   border-radius: 8px;
   margin-bottom: 25px;
   background-color: transparent;
}
.agenda_stage_header {
   position: relative;
   padding: 15px 0 25px;
   padding-top: 15px;
}
.agenda_stage_header h2 {
   text-transform: uppercase;
   line-height: 32px !important;
   font-size: 24px !important;
   font-weight: 900;
}
.agenda_stage_header h2 span {
   text-transform: uppercase;
   line-height: 32px !important;
   font-size: 24px !important;
}
.agenda_stage_header::after {
   content: '';
   width: 90%;
   height: 1px;
   background-color: #404040;
   display: block;
   position: absolute;
   bottom: 0;
   display: none;
}
.demo_logo_description img {
   width: 80%;
   height: auto;
   max-width: 250px;
   border-radius: 12px;
   background: var(--gold_sponsors_logo_background, transparent);
   border: 1px solid var(--gold_sponsors_logo_border, transparent);
}
.demo_logo_description a {
   background: #00000099;
   border: 1px solid var(--dark_buttons_border, #00FFCB66);
   backdrop-filter: blur(40px);
   border-radius: 8px;
   padding: 8px 12px;
   white-space: nowrap;
   font-weight: 400;
   box-sizing: border-box;
   font-size: 14px;
}
.demo_logo_description a svg {
   display: inline-block;
   margin-left: 5px;
}
.demo_logo_description a:hover {
   border: 1px solid #FFF;
   border-radius: 8px;
   padding: 8px 12px;
   white-space: nowrap;
}
.demo_logo_description_logo_title {
   font-size: 16px;
   font-weight: 400;
   line-height: 24px;
   text-align: left;
   color: var(--primary_color, #FFFFFF);
   margin-bottom: 10px;
}
.demo_logo_description_description {
   padding: 16px 0;
   line-height: 24px;
   font-size: 16px;
   font-weight: 400;
}
.agenda_stage_host {
   padding: 50px 0px 5px;
}
.stage_host_person {
   display: flex;
   padding-bottom: 25px;
}
.host_person_image_wrapper,
.speakers_person_image_wrapper {
   min-width: 180px;
   height: 180px;
   overflow: hidden;
   margin-right: 20px;
   border-radius: 8px;
   border: 1px solid #FFFFFF1F;
   position: relative;
}
.speakers_person_image_wrapper {
   background: #FFFFFF0F;
}
.host_person_image_wrapper {
   background: #FFFFFF0F;
}
.host_person_image,
.speakers_person_image {
   height: 100%;
   width: auto;
}
.agenda_stage_speakers {
   padding: 0px 0px 15px;
}
.stage_speakers_persons_flex {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.stage_speakers_person {
   display: flex;
   width: 100%;
   margin-bottom: 20px;
}
.stage_host_title,
.stage_speakers_title {
   font-size: 16px;
   font-weight: 400;
   line-height: 24px;
   text-align: left;
   color: var(--primary_color, #FFFFFF);
}
.person_content_name {
   font-size: 24px;
   font-weight: 700;
   line-height: 30px;
   margin-bottom: 5px;
   margin-top: 0;
}
.person_content_position {
   font-size: 18px;
   font-weight: 400;
   line-height: 26px;
   margin-bottom: 10px;
   min-height: 0px;
   margin-top: 10px;
   color: var(--primary_color, #FFFFFF);
}
.person_content_position h6 {
   margin-top: 0;
}
.person_content_logo {
   height: 45px;
   width: auto;
   position: absolute;
   bottom: 5px;
   right: 5px;
}
.stage_host_person_content,
.stage_speakers_person_content {
   margin-bottom: 25px;
   position: relative;
   min-width: unset;
   height: auto;
   min-height: fit-content;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
}
.stage_host_person_content .book-btn,
.stage_speakers_person_content .book-btn {
   position: absolute;
   bottom: 0;
   left: 15px;
   display: none;
}
.stage_host_person_content .btn-watch,
.stage_speakers_person_content .btn-watch {
   position: relative;
   border: 1px solid #C6B0FF66;
   bottom: -25px;
   border-radius: 8px;
   padding: 5px 12px;
   white-space: nowrap;
   background: transparent;
   font-weight: 400;
   transition: all 0.4s ease-out;
}
.stage_host_person_content .btn-watch:hover,
.stage_speakers_person_content .btn-watch:hover {
   transition: all 0.4s ease-out;
   border: 1px solid #FFFFFF;
   background: transparent;
   color: #FFFFFF;
}
.fixed {
   z-index: 1000;
}
.agenda_demos_block {
   display: none;
   padding-top: 25px;
}
.agenda_demos_block.active {
   display: block;
}
.agenda_demos_part:nth-child(even) {
   margin-bottom: 50px;
}
.agenda_demos_part_title {
   margin-bottom: 30px;
   padding-left: 20px;
   font-size: 34px;
   font-weight: 700;
   line-height: 40px;
}
.single_demo_block {
   border: unset;
   border-radius: 8px;
   margin-bottom: 25px;
   background-color: transparent;
   padding: 40px 25px;
   max-width: 960px;
}
.demo_block {}
.demo_block_main_content {
   position: relative;
}
.demo_block_main_content::after {
   content: '';
   width: 100%;
   height: 1px;
   background-color: #404040;
   display: block;
   position: absolute;
   bottom: 0;
}
.demo_block_main_content h6:nth-child(3) {
   max-width: 90%;
   padding-bottom: 40px;
   margin-bottom: 40px;
   font-size: 20px;
   font-weight: 400;
   line-height: 32px;
}
.demo_block_bottom_content {
   display: flex;
   justify-content: space-between;
   align-items: end;
   flex-wrap: wrap;
}
.demo_bottom_content_logo {
   margin-bottom: 25px;
}
.content_logo_sponsored_by {
   font-size: 10px;
   font-weight: 400;
   line-height: 12px;
   letter-spacing: 2px;
   margin-bottom: 20px;
}
.content_logo_logo {}
.demo_bottom_content_button a {
   font-size: 14px;
   font-weight: 700;
   line-height: 16px;
   text-align: center;
}
.demo_bottom_content_button {
   border: 1px solid #ffffff;
   border-radius: 8px;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 12px 18px;
}
.agenda_block_before_speakers_show {
   width: 93%;
   background-color: #191919;
   border-radius: 5px;
   display: flex;
   justify-content: center;
   align-items: center;
   margin: 0 auto 20px;
   padding: 25px 5px;
   display: none;
}
.before_speakers_show {
   text-align: center;
   font-size: 16px;
   font-weight: 400;
   line-height: 24px;
}
.agenda_section_bacground {
   transition: opacity 0.5s ease;
}
.content_logo_logo {
   height: 40px;
}
/*question block */
.qiestions_list_title {
   font-weight: 400;
   font-size: 14px;
   line-height: 22px;
   color: var(--primary_color, #FFFFFF);
   margin-bottom: 10px;
}
.questions_list {
   max-width: 900px;
   padding-bottom: 60px;
   overflow: hidden;
   padding-top: 0px;
}
.questions_list_item {
   width: 100%;
   display: flex;
   justify-content: space-between;
   align-items: start;
   padding: 16px;
   background: #0D0D0D;
   border: 1px solid #FFFFFF3D;
   gap: 15px;
   border-radius: 8px;
   margin-bottom: 8px;
}
.questions_list_item_text {
   color: #FFF;
   font-weight: 400;
   font-size: 16px;
   line-height: 27px;
}
.questions_list_item_like {
   display: flex;
   justify-content: space-between;
   align-items: center;
   background: #00000099;
   border: 1px solid #FFFFFF66;
   padding: 5px 12px 5px 8px;
   gap: 10px;
   border-radius: 8px;
   opacity: 0.6;
}
.image_like {
   height: 16px;
}
.image_check {
   height: 16px;
}
.like_count {
   color: #FFF;
   font-weight: 600;
   font-size: 14px;
   line-height: 22.5px;
}
.image_like {}
.image_check {}
.like_count {}
.questions_list_collapse_button {}
.agenda_stay_tuned_block span {
   opacity: 0.5;
}
.agenda_stay_tuned_block {
   text-align: center;
   padding-top: 10vh;
}
/*End question block */
/* end adgenda section */
/* End agenda section ------------------------------------------------ */
/*  Count Down Section----------------------------------------*/
.orange_gradient_button {
   display: inline-block;
   overflow: hidden;
   transition: all 0.7s ease-in-out;
   background: linear-gradient(96.46deg, var(--gradient_button_collor1, #00FFCB) 0%, var(--gradient_button_collor2, #00AEBB) 100%);
   border: 1px solid #0000000F;
   color: #000000;
   border-radius: 12px;
   outline: none;
}
.orange_gradient_button:focus,
.orange_gradient_button:active,
.orange_gradient_button:hover {
   background: linear-gradient(96.46deg, var(--gradient_button_collor2, #00AEBB) 0%, var(--gradient_button_collor1, #00FFCB) 100%);
   box-shadow: 0px 0px 16px 0px var(--primary_color, #00FFC5);
   border-radius: 12px;
}
.countdown-container {
   display: flex;
   justify-content: space-between;
   margin: 0 auto;
   width: 92%;
   border-radius: 16px;
   padding: 30px 3vw;
   align-items: baseline;
   max-width: 700px;
}
.countdown-day-game .text_block p {
   font-size: 18px;
   font-weight: 700;
   line-height: 31px;
   letter-spacing: 2px;
   text-transform: unset;
   color: #FFFFFF;
}
.countdown-day-game .text_block {
   margin-bottom: 0px;
}
.countdown-day-bg {
   width: 100%;
   height: 100%;
   border-radius: 8px;
   display: flex;
   align-items: center;
   justify-content: center;
   border: 1px solid #FFFFFF1F;
   background: #000000;
}
/**/
.countdown_live_wrapper {
   position: relative;
   width: 100%;
   height: 100%;
   text-align: center;
}
/**/
.countdown-item {
   text-align: center;
}
.countdown-number {
   display: block;
   font-size: 110px;
   font-weight: 600;
   line-height: 100px;
   color: #FFFAF6;
   text-shadow: 0 0 8px #FFFFFF, 0 0 24px var(--bright_title_color, #0092FB), 0 0 64px var(--bright_title_color2, #00C69E);
}
.countdown-number_colon {
   display: block;
   font-size: 110px;
   font-weight: 600;
   line-height: 100px;
   color: #FFFAF6;
   text-shadow: 0 0 8px #FFFFFF, 0 0 24px var(--bright_title_color, #0092FB), 0 0 64px var(--bright_title_color2, #00C69E);
}
.countdown-number_container {
   position: relative;
   margin: 0 15px 15px;
}
.countdown-label {
   display: block;
   font-size: 16px;
   font-weight: 600;
   line-height: 24px;
   letter-spacing: 4px;
   color: #FFFFFF;
}
/* End Count Down Section----------------------------------------*/
/* footer */
.bacground_for_footer {
   position: fixed;
   bottom: 0;
   left: 0;
   width: 100vw;
   height: 72px;
   background: linear-gradient(to top, #000000, transparent);
   pointer-events: none;
   z-index: 1;
}
.rcw-launcher {
   background-color: transparent !important;
}
.hse-footer .row:first-child {
   display: none;
}
.hse-footer .footer-bottom:before {
   display: none;
}
.hse-footer .row.footer-bottom {
   position: relative;
   align-items: baseline;
}
.hse-footer .row.footer-bottom>div:nth-of-type(2),
.hse-footer .row.footer-bottom>div:nth-of-type(1) {
   width: fit-content;
   max-width: fit-content;
}
.hse-footer .row.footer-bottom>div:nth-of-type(3) {
   position: absolute;
   bottom: 0;
   right: 0;
}
.hse-footer {
   padding: 10px 25px 24px;
   background: transparent;
   position: absolute;
   bottom: 0;
   width: 100vw;
}
header.hse-header.hse-header-transparent.scrolled {
   background: unset;
   backdrop-filter: unset;
   position: absolute;
}
/* end footer style */
/*  footer  */
.hse-footer .footer-bottom:before {
   background: #FFFFFF;
}
.copyright.body-2>p>span {
   color: #FFFFFF !important;
   font-weight: 400;
   font-size: 14px;
}
.hse-footer ul li a {
   color: #FFFFFF;
   font-weight: 400;
   font-size: 14px;
   text-decoration: underline;
}
footer .social-block>p {
   color: #FFFFFF;
   font-weight: 400;
   font-size: 14px;
}
.icon-twitterx:before {
   content: '\e999';
   color: #FFFFFF !important;
}
.icon-twitterx:before:hover {
   content: '\e999';
   color: #f97750 !important;
}
.icon-linkedin-1:before {
   content: '\e998';
   color: #FFFFFF !important;
}
.icon-linkedin-1:before:hover {
   content: '\e998';
   color: #f97750 !important;
}
.icon-youtube-play:before {
   content: '\f16a';
   color: #FFFFFF !important;
   font-size: 26px !important;
   position: relative;
   bottom: 1px;
}
.icon-youtube-play:before:hover {
   content: '\f16a';
   color: #FFFFFF !important;
}
/* End footer  */
@media (min-width: 1024px) {
   @-moz-document url-prefix() {
      .right_content_slack_chat {
         height: 30% !important;
      }
   }
   @-moz-document url-prefix() {
      .games-stream-page #games-started .right-content {
         height: 70% !important;
      }
   }
}
@media (max-height: 719px) and (min-width: 1024px) {
   .games-stream-page .static-block {
      width: 100%;
   }
}
@media (max-width: 1540px) {
   .person_content_logo {
      height: 40px;
   }
   .person_content_position {
      font-size: 16px;
      line-height: 24px;
   }
   .host_person_image_wrapper,
   .speakers_person_image_wrapper {
      min-width: 164px;
      height: 164px;
   }
   /* #chat-container {
      mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 1) 50px, rgba(0, 0, 0, 1) calc(100% - 200px), rgba(0, 0, 0, 0) 75%);
   } */
   #chat-container div {
      font-size: 16px;
      line-height: 24px;
   }
   .games-stream-page #games-started .right-content {
      padding: 24px 24px 16px 24px;
   }
   .games-stream-page #games-started .left-content {
      padding: 24px;
   }
}
@media (max-width: 1400px) {
   .countdown-number {
      font-size: 80px;
      font-weight: 600;
      line-height: 70px;
   }
   .countdown-number_colon {
      font-size: 80px;
      font-weight: 600;
      line-height: 70px;
   }
   .countdown-label {
      font-size: 14px;
      font-weight: 600;
      line-height: 24px;
      letter-spacing: 3px;
   }
   .games-stream-page .countdown-item>*+*,
   .games-stream-page #countdown>*+* {
      margin-left: 0px !important;
   }
   .title_left.static-headline.d-flex>h6 {
      font-size: 20px !important;
   }
   #games-started .left-content .title_left:not(.stream-block) {
      padding: 0;
   }
}
@media (max-width: 1300px) {
   .person_content_name {
      font-size: 20px;
      line-height: 28px;
   }
   .agenda_stage_header h2 {
      text-transform: uppercase;
      line-height: 30px !important;
      font-size: 20px !important;
      font-weight: 900;
   }
   .agenda_stage_header h2 span {
      text-transform: uppercase;
      line-height: 30px !important;
      font-size: 20px !important;
   }
   /* #chat-container {
      mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 1) 50px, rgba(0, 0, 0, 1) calc(100% - 220px), rgba(0, 0, 0, 0) 65%);
   } */
   #chat-container div {
      font-size: 14px;
      line-height: 20px;
   }
   .games-stream-page #games-started .left-content {
      padding: 16px;
   }
   .games-stream-page #games-started .right-content {
      padding: 16px 16px 8px 16px;
   }
   .title_left_content span {
      font-size: 20px;
      line-height: 28px;
   }
   .sponsors_block_title {
      font-size: 20px;
   }
}
@media (max-width: 1279px) {
   h1 br,
   h2 br {
      display: block !important;
   }
}
@media (max-width: 1023px) {
   .static-block {
      position: relative;
      top: unset;
      margin-left: 0;
      border-bottom: unset;
      width: unset;
   }
   .slick-slide img {
      height: auto;
      object-fit: cover;
   }
   .games-stream-page .heading-section {
      height: calc(100% - 80px);
   }
   .hse-footer {
      padding: 10px 25px 24px;
      position: unset;
   }
   .games-stream-page {
      padding-bottom: 0;
   }
   .popap_about__main_wrapper::before {
      background-color: #221e1c;
   }
   .games-stream-page.active {
      overflow: hidden;
   }
   .popap_about__main_wrapper {
      position: fixed;
      top: 100px;
      width: 96vw;
   }
   .hse-footer .copyright {
      text-align: end !important;
   }
   .hse-footer .row.footer-bottom>div:nth-of-type(2),
   .hse-footer .row.footer-bottom>div:nth-of-type(1) {
      width: 100%;
      max-width: unset;
   }
   header.hse-header.hse-header-transparent {
      z-index: 15 !important;
      backdrop-filter: blur(15px);
   }
   .games-stream-page {
      min-height: unset;
   }
   .games-stream-page {
      overflow: auto;
   }
   .games-stream-page::-webkit-scrollbar {
      width: 8px;
   }
   .games-stream-page::-webkit-scrollbar-thumb {
      background-color: #E3BEA20F;
      border-radius: 4px;
   }
   .games-stream-page::-webkit-scrollbar-track {
      background-color: #0d0b0a;
   }
   /* @supports (-webkit-overflow-scrolling: touch) {
      .slick-slide img {
         height: auto;
         -webkit-object-fit: contain;
         object-fit: contain;
      }
   }
   .slick-slide img {
      height: auto;
      max-height: 100%;
      object-fit: contain;
   } */
   /* .slick-slide img {
      height: fit-content;
   } */
   #chat-container {
      padding: 0px 16px 0px 16px !important;
   }
   .right_content_slack_chat {
      margin-top: 0px;
   }
   .games-stream-page .heading-content,
   .games-stream-page #games-started {
      overflow-x: hidden;
   }
   .static-block {
      padding: 0;
      background: transparent;
   }
   .games-stream-page .left-content .tabs {
      height: calc(100% - 65px);
      margin-top: 0px !important;
   }
   .right_content_slack_chat {
      width: 48%;
      flex: 0 0 auto;
   }
   .right-content_wrapper {
      display: flex;
      flex-direction: row;
      width: 100% !important;
      gap: 16px;
   }
   /* ----------------------------------Agenda section ----------------------------------------*/
   .games-stream-page h4+* {
      margin-top: 0px;
   }
   .agenda_stage_header {
      padding: 20px;
      padding-top: 15px;
   }
   .agenda_stage_host {
      padding: 40px 20px 45px;
   }
   .agenda_stage_speakers {
      padding: 0px 20px 15px;
   }
   .single_demo_block {
      margin-bottom: 25px;
   }
   .games-stream-page h6+* {
      margin-top: 5px;
   }
   /* ----------------------------------Agenda section ----------------------------------------*/
   #games-started .left-content .title_left:not(.stream-block) {
      padding: 0px 24px;
   }
   body .hse-header.hse-header-transparent {
      padding-top: 25px !important;
      padding-bottom: 25px !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
   }
   .hse-header .mobile-btn {
      display: none;
   }
   .games-stream-page #games-started .left-content {
      margin-right: 0px;
      margin-bottom: 20px;
      width: 100%;
      height: 50vh;
      min-height: 450px;
   }
   .games-stream-page #games-started .right-content {
      width: 100% !important;
      height: max-content;
   }
   .games-stream-page .left-content .tabs {
      padding-bottom: 0;
      height: calc(100% - 65px);
      margin-top: 0px !important;
   }
}
.games-stream-page .game-blocker,
.countdown-day-game {
   zoom: unset !important;
}
@media (max-width: 1023px) and (max-height: 1190px) {
   .games-stream-page .heading-section {
      height: calc(100% - 40px);
   }
}
@media (max-width: 1023px) and (max-height: 1085px) {
   .games-stream-page .heading-section {
      height: 100%;
   }
}
@media (max-width: 1023px) and (max-height: 1015px) {
   .games-stream-page .heading-section {
      height: 100vh;
   }
}
@media (max-width: 767px) {
   .container-fluid.container-default {
      padding-top: unset;
   }
   .popap_about__main_wrapper {
      width: 95vw;
   }
   .slick-slide img {
      height: auto !important;
   }
   body .hse-header.hse-header-transparent .button-block p>a {
      display: block;
   }
}
@media (max-width: 720px) {
   /* .about_event_button {
      position: absolute;
      z-index: 10;
      bottom: 3px;
      right: 5px;
      transform: scale(0.9);
   } */
   #games-started .start-games-timer-countdown-description {
      width: 390px;
   }
   .popap_about__main_wrapper::before {
      background-color: #1a1716;
   }
   .games-stream-page #games-started .left-content {
      position: relative;
   }
   #games-started .static-block {
      position: unset;
   }
   .title_left.static-headline.d-flex>h6 {
      text-align: start;
      display: block;
   }
   .title_left.static-headline.d-flex>h6 span:last-child {
      display: block;
      margin-top: 5px;
      margin-left: 35px;
   }
}
@media (max-width: 660px) {
   .countdown-day-game .text_block {
      margin-bottom: 15px;
   }
   .countdown-container {
      width: 100%;
      padding: 15px 3vw;
   }
   .countdown-number {
      font-size: 60px;
      line-height: 50px;
   }
   .countdown-number_colon {
      font-size: 60px;
      line-height: 50px;
   }
   .countdown-day-game .data-text {
      margin-top: 20px;
   }
   .popap_about__main_wrapper {
      width: 94vw;
   }
   .games-stream-page .heading-section {
      height: 135%;
   }
   #games-started .left-content .title_left:not(.stream-block) {
      margin-bottom: 0;
   }
   /* .title_arrow_wrapper {
      transform: scale(0.8);
      position: relative;
      bottom: 5px;
      min-width: 35px;
   } */
   .title_left_content span {
      font-size: 16px;
      line-height: 24px;
   }
   /* .about_event_button {
      position: absolute;
      z-index: 10;
      bottom: 6px;
      right: 5px;
      transform: scale(0.9);
   } */
   .games-stream-page .game-blocker .text-block>*:nth-child(2) {
      font-size: 14px;
   }
   .games-stream-page .game-blocker .icon-block {
      transform: scale(0.9);
      position: relative;
      top: 8px;
   }
   .games-stream-page .game-blocker .text-block {
      margin-top: 0;
      transform: scale(0.8);
   }
   .get_help_button {
      display: none;
   }
   .right_content_slack_chat {
      width: 100%;
      flex: 0 0 auto;
   }
   .right-content_wrapper {
      flex-direction: column;
   }
   .games-stream-page #games-started .left-content {
      width: 100%;
      height: 35vh;
   }
}
@media (max-width: 660px) and (max-height: 1110px) {
   .games-stream-page .heading-section {
      height: 140%;
   }
}
@media (max-width: 660px) and (max-height: 1060px) {
   .games-stream-page .heading-section {
      height: 145%;
   }
}
@media (max-width: 660px) and (max-height: 1010px) {
   .games-stream-page .heading-section {
      height: 150%;
   }
}
@media (max-width: 660px) and (max-height: 980px) {
   .games-stream-page .heading-section {
      height: 155%;
   }
}
@media (max-width: 660px) and (max-height: 940px) {
   .games-stream-page .heading-section {
      height: 160%;
   }
}
@media (max-width: 660px) and (max-height: 900px) {
   .games-stream-page .heading-section {
      height: 165%;
   }
}
@media (max-width: 660px) and (max-height: 870px) {
   .games-stream-page .heading-section {
      height: 170%;
   }
}
@media (max-width: 660px) and (max-height: 840px) {
   .games-stream-page .heading-section {
      height: 177%;
   }
   .countdown-day-game {
      zoom: unset;
   }
}
@media (max-width: 660px) and (max-height: 800px) {
   .games-stream-page .heading-section {
      height: 185%;
   }
}
@media (max-width: 660px) and (max-height: 765px) {
   .games-stream-page .heading-section {
      height: 195%;
   }
}
@media (max-width: 660px) and (max-height: 745px) {
   .games-stream-page .heading-section {
      height: 200%;
   }
}
@media (max-width: 660px) and (max-height: 705px) {
   .games-stream-page .heading-section {
      height: 205%;
   }
}
@media (max-width: 660px) and (max-height: 690px) {
   .games-stream-page .heading-section {
      height: 210%;
   }
}
@media (max-width: 660px) and (max-height: 675px) {
   .games-stream-page .heading-section {
      height: 220%;
   }
}
@media (max-width: 600px) {
   .stub_block {
      max-width: 1300px;
      text-align: center;
      margin: auto;
      position: relative;
      top: 40%;
      transform: translateY(-40%);
   }
   .stub_block_title {
      padding-top: 8px;
      margin-bottom: 5px;
      font-weight: 700;
      font-size: 16px;
      line-height: 22px;
   }
   .stub_block_subtitle {
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      padding-bottom: 15px;
   }
   .stub_block_subtitle_2 {
      font-size: 14px;
      line-height: 20px;
      padding-top: 1vh;
      font-weight: 400;
   }
   .stub_block .orange_gradient_button {
      padding: 8px 12px;
      font-size: 14;
   }
   .marquee {
      top: 8px;
   }
   .title_left_content_title {
      font-size: 16px;
      line-height: 1;
   }
   .questions_list_item_text {
      font-size: 14px;
      line-height: 22px;
   }
}
@media (max-width: 600px) and (max-height: 840px) {
   .countdown-day-game {
      zoom: unset;
   }
}
@media (max-width: 585px) {
   .title_left.stream-block::after {
      width: 100px;
      height: 30px;
   }
   body>div.games-stream-page.started>footer>div>div.row.footer-bottom>div.col-12 {
      padding-left: 0 !important;
   }
   .social-block.align-items-center {
      justify-content: center;
      position: relative;
      right: 10px;
   }
   footer .social-block>p {
      margin-right: 10px;
   }
   .popap_about__main_wrapper {
      width: 93vw;
   }
   header.hse-header.hse-header-transparent .logo img {
      max-width: unset;
      /* height: 25px; */
   }
   body>footer>div>div.row.footer-bottom>div.col-12 {
      padding: 0;
   }
   .footer-bottom .custom_menu_shortcode {
      margin-bottom: 10px;
      justify-content: center;
   }
   .row.footer-bottom .col-6+.col-6 {
      padding: 0;
   }
   bottom>div:nth-of-type(1) {
      padding: 0;
   }
   .hse-footer .row.footer-bottom>div:nth-of-type(3) {
      position: inherit;
      width: 100%;
      bottom: 0;
      right: 0;
   }
   .hse-footer .copyright {
      text-align: center !important;
   }
   body>footer>div>div.row.footer-bottom>div.col-12>div {
      justify-content: center;
   }
}
@media (max-width: 530px) {
   .countdown-number {
      font-size: 40px;
      line-height: 30px;
   }
   .countdown-number_colon {
      font-size: 40px;
      line-height: 30px;
   }
   .countdown-label {
      font-size: 12px;
      font-weight: 600;
      line-height: 20px;
      letter-spacing: 2px;
   }
   .games-stream-page .heading-section {
      height: 125%;
   }
}
@media (max-width: 530px) and (max-height: 1110px) {
   .games-stream-page .heading-section {
      height: 128%;
   }
}
@media (max-width: 530px) and (max-height: 1000px) {
   .games-stream-page .heading-section {
      height: 135%;
   }
}
@media (max-width: 530px) and (max-height: 950px) {
   .games-stream-page .heading-section {
      height: 145%;
   }
}
@media (max-width: 530px) and (max-height: 880px) {
   .games-stream-page .heading-section {
      height: 155%;
   }
}
@media (max-width: 530px) and (max-height: 805px) {
   .games-stream-page .heading-section {
      height: 165%;
   }
}
@media (max-width: 530px) and (max-height: 750px) {
   .games-stream-page .heading-section {
      height: 180%;
   }
}
@media (max-width: 530px) and (max-height: 700px) {
   .games-stream-page .heading-section {
      height: 190%;
   }
}
@media (max-width: 530px) and (max-height: 660px) {
   .games-stream-page .heading-section {
      height: 200%;
   }
}
@media (max-width: 515px) and (max-height: 880px) {
   /* .about_event_button {
      bottom: 0px;
      right: -4px;
      transform: scale(0.7);
   } */
}
@media (max-width: 515px) and (max-height: 800px) {}
@media (max-width: 515px) and (max-height: 740px) {}
@media (max-width: 500px) {
   .games-stream-page #games-started .left-content {
      padding: 16px 16px 30px 16px;
   }
   .games-stream-page #games-started .left-content {
      min-height: 350px;
   }
   .popap_about__main_wrapper::before {
      right: 8px;
   }
   .popap_about__main_wrapper {
      width: 92vw;
   }
   body .hse-header.hse-header-transparent .button-block p>a {
      font-size: 16px !important;
      padding: 8px 22px !important;
   }
   .title_left.static-headline.d-flex>h6 {
      font-size: 16px !important;
   }
   .title_left.static-headline.d-flex>h6 span:last-child {
      margin-top: 0 !important;
   }
   .popap_about_wrapper {
      width: 95vw;
      right: 10px;
   }
}
@media (max-width: 480px) {
   header.hse-header.hse-header-transparent .logo img {
      height: 20px;
   }
}
@media (max-width: 470px) and (max-height: 880px) {
   .games-stream-page .game-blocker {
      zoom: 80%;
   }
}
@media (max-width: 450px) {
   .presener_block_person_work_name {
      font-size: 18px;
      line-height: 28px;
   }
   .presener_block_person_photo {
      width: 30%;
   }
   .presener_block_person_work_name_content {
      width: 70%;
   }
   .games-stream-page .heading-section {
      height: 115%;
   }
}
@media (max-width: 450px) and (max-height: 1110px) {
   .games-stream-page .heading-section {
      height: 120%;
   }
}
@media (max-width: 450px) and (max-height: 1000px) {
   .games-stream-page .heading-section {
      height: 125%;
   }
}
@media (max-width: 450px) and (max-height: 920px) {
   .games-stream-page .heading-section {
      height: 135%;
   }
}
@media (max-width: 450px) and (max-height: 850px) {
   .games-stream-page .heading-section {
      height: 145%;
   }
}
@media (max-width: 450px) and (max-height: 780px) {
   .games-stream-page .heading-section {
      height: 155%;
   }
}
@media (max-width: 450px) and (max-height: 720px) {
   .games-stream-page .heading-section {
      height: 165%;
   }
}
@media (max-width: 450px) and (max-height: 670px) {
   .games-stream-page .heading-section {
      height: 180%;
   }
}
@media (max-width: 440px) {
   .popap_about__main_wrapper {
      width: 91vw;
   }
   .person_content_logo {
      height: 28px;
   }
   .host_person_image_wrapper,
   .speakers_person_image_wrapper {
      min-width: 116px;
      height: 116px;
   }
   .stage_host_person_content,
   .stage_speakers_person_content {
      zoom: 80%;
   }
   .countdown-number {
      font-size: 30px;
      line-height: 20px;
   }
   .countdown-number_colon {
      font-size: 30px;
      line-height: 20px;
   }
   .countdown-label {
      font-size: 10px;
      line-height: 10px;
   }
   .popap_about__main_wrapper {
      width: 90.3vw;
   }
}
@media (max-width: 415px) {
   .title_left.stream-block::after {
      width: 80px;
      height: 28px;
   }
}
@media (max-width: 385px) {
   .title_left_content span {
      font-size: 14px;
      line-height: 18px;
   }
}
@media (max-width: 385px) and (max-height: 740px) {}
@media (max-width: 368px) {
   .wpcf7>form>p:nth-child(2)>span {
      font-size: 40px;
      font-weight: 600;
      line-height: 60px;
   }
   .wpcf7>form>p:nth-child(2)>span::before {
      font-size: 40px;
      font-weight: 600;
      line-height: 60px;
   }
   .wpcf7>form>p:nth-child(2)>span::after {
      font-size: 40px;
      font-weight: 600;
      line-height: 60px;
   }
}
@media (max-width: 360px) {
   .countdown-number {
      font-size: 25px;
      line-height: 15px;
   }
   .countdown-number_colon {
      font-size: 25px;
      line-height: 15px;
   }
   .countdown-label {
      font-size: 8px;
      line-height: 10px;
   }
   .popap_about__main_wrapper {
      width: 90.3vw;
   }
   .title_left.static-headline.d-flex>h6 {
      font-size: 14px !important;
   }
}
@media (max-width: 350px) {
   .silver_slide a img {
      width: 32%;
      padding: 3px;
   }
}