#page.page-session-logout {
  background-color: #dddddd;
}
#page.page-session-logout #header {
  background: none;
}
#page.page-session-logout #header .block-system-branding-block {
  padding: 4px;
  background: #ffffff;
  max-width: 270px;
  margin: 0 auto;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}
#page.page-session-logout #header .block-system-branding-block a {
  width: 100%;
  margin: 0 auto;
}
#page.page-session-logout #main-wrapper {
  display: flex;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
}
#page.page-session-logout #main-wrapper > .container > .row {
  justify-content: center;
  align-items: center;
}
#page.page-session-logout #main-wrapper #main {
  padding: 32px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
}
#page.page-session-logout .form-title {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 0;
}
#page.page-session-logout .form-subtitle {
  text-align: center;
  font-size: 1.2em;
}
#page.page-session-logout .form-title + .form-content {
  margin-bottom: 1em;
}
#page.page-session-logout .form-content .form-item {
  position: relative;
}
#page.page-session-logout .form-content .form-item label.form-required:after {
  position: absolute;
  right: -10px;
  top: 0;
  content: "*";
  color: red;
}
#page.page-session-logout .buttons-wrap {
  margin: 16px auto;
  flex-direction: column-reverse;
}
#page.page-session-logout .buttons-wrap .form-actions {
  width: 100%;
}
#page.page-session-logout .form-item-name .description {
  display: none;
}
#page.page-session-logout .button[data-drupal-selector="edit-submit"] {
  padding: 16px 32px;
}
#page.page-session-logout .button[data-drupal-selector="edit-prev"] {
  margin-top: 16px;
}
#page.page-session-logout .button[data-drupal-selector="edit-password"] {
  background: none;
  padding: 0;
  color: #000000;
  border-radius: 0;
  text-decoration: underline;
  text-transform: none;
  font-size: 0.9em;
}
#page.page-session-logout .button[data-drupal-selector="edit-password"]:hover {
  text-decoration: none;
}
#nav-questions-wrap {
  position: fixed;
  left: 0px;
  top: 0;
  z-index: 500;
  padding-left: 16px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#nav-questions-wrap .nav-questions {
  border-radius: 24px;
  background: #F1F1F1;
  border: 2px solid #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  padding: 8px;
}
#nav-questions-wrap .nav-questions .btn-ancre {
  border: 1px solid #ffffff;
  background: #777777;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 16px;
  padding: 2px;
  margin: 0 auto 4px;
}
#nav-questions-wrap .nav-questions .btn-ancre span {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 16px;
  background: #000000;
}
#nav-questions-wrap .nav-questions .btn-ancre:hover span {
  background: #C62A30;
}
#nav-questions-wrap .nav-questions .btn-ancre.true span {
  background: green;
}
#nav-questions-wrap .nav-questions .btn-ancre.partial span {
  background: purple;
}
#nav-questions-wrap .nav-questions .btn-ancre.false span {
  background: red;
}
#nav-questions-wrap .nav-questions .btn-ancre.active span {
  background: pink;
}
fieldset[data-drupal-selector="edit-participate"] {
  margin: 8px 0;
}
fieldset[data-drupal-selector="edit-participate"] legend {
  width: 100%;
  float: none;
  font-weight: normal;
  font-size: 1em;
}
fieldset[data-drupal-selector="edit-participate"] .fieldset-wrapper > div {
  display: flex;
  align-items: center;
}
fieldset[data-drupal-selector="edit-participate"] .fieldset-wrapper > div .form-group {
  margin: 0 4px;
}
fieldset[data-drupal-selector="edit-participate"] .fieldset-wrapper > div .form-group label {
  font-weight: normal;
}
#header.header-session {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 60%, #000000 100%);
}
#header.header-session > .header-top > .container {
  max-width: 100%;
}
#header.header-session > .header-top > .container .row {
  align-items: stretch;
}
#header.header-session .logo-session {
  max-width: 270px;
  overflow: hidden;
  background-color: #ffffff;
  padding: 4px;
  border-radius: 0 0 8px 8px;
  margin: 0 auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
.header-session-nav-wrap {
  border-radius: 40px;
  max-width: 990px;
  margin: 32px auto 16px;
  padding: 12px 10px;
  background: #ffffff;
  background: linear-gradient(180deg, #ffffff 0%, #f4f4f4 60%, #d1d1d1 100%);
  display: flex;
  justify-content: space-between;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  border-bottom: 2px solid #B4B4B4;
  gap: 12px;
}
.header-session-nav-wrap .rank-wrapper {
  background: #C62A30;
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 32px;
  display: flex;
  line-height: 1;
}
.header-session-nav-wrap .rank-wrapper .rank-wrap {
  padding: 8px 8px 8px 24px;
  border-right: 1px solid #C62A30;
  font-weight: bold;
  display: flex;
  min-width: 80px;
}
.header-session-nav-wrap .rank-wrapper .rank-wrap .value {
  font-size: 2em;
}
.header-session-nav-wrap .rank-wrapper .score-wrap {
  min-width: 120px;
  padding: 8px 24px;
  border-left: 1px solid #DE454B;
  display: flex;
  justify-content: end;
  align-items: center;
}
.header-session-nav-wrap .rank-wrapper .score-wrap .value {
  font-size: 1.6em;
  font-weight: bold;
}
.header-session-nav-wrap .user-toolbar-link,
.header-session-nav-wrap .home-link {
  background: #ffffff;
  background: linear-gradient(9deg, #ffffff 0%, #d2d2d2 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 12px 14px;
  border: 2px solid #ffffff;
}
.header-session-nav-wrap .user-toolbar-link .icon,
.header-session-nav-wrap .home-link .icon {
  display: block;
  width: 24px;
  height: 24px;
  background: #000000;
}
.header-session-nav-wrap .user-toolbar-link:hover .icon,
.header-session-nav-wrap .home-link:hover .icon {
  background: #C62A30;
}
.header-session-nav-wrap .user-toolbar-link .icon {
  mask: url("/themes/gate/front/cup_front/images/icons/user.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/gate/front/cup_front/images/icons/user.svg") no-repeat center / contain;
}
.header-session-nav-wrap .home-link .icon {
  mask: url("/themes/gate/front/cup_front/images/icons/house.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/gate/front/cup_front/images/icons/house.svg") no-repeat center / contain;
}
.session-introduction-wrapper ul {
  margin: 1rem 1rem 1rem 3rem;
}
.session-introduction-wrapper p:last-child {
  margin-bottom: 0;
}
#footer.footer-session .site-footer-bottom > .container > .row {
  align-items: center;
}
#footer.footer-session .brand-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 8px;
}
#footer.footer-session .brand-item-wrapper .brand-item {
  width: 100px;
  position: relative;
}
.session-teaser {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  max-width: 690px;
  margin: auto;
}
.session-teaser picture {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.session-teaser .content-wrap {
  background: #C62A30;
  color: #ffffff;
  border-radius: 0 0 8px 8px;
  padding: 16px;
}
.session-teaser .logo {
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  padding: 4px;
  width: 170px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.6s;
}
.session-teaser .content {
  text-align: center;
}
.session-teaser .date-wrap {
  margin: 0;
}
.session-teaser .round-wrap {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
.session-teaser:hover .logo {
  transition: all ease 0.6s;
  transform: scale(1.1);
}
article.node--type-session > section:last-child {
  padding-bottom: 128px !important;
}
article.node--type-session > section:last-child:after {
  display: none!important;
}
.page-node-type-session .section-title {
  font-size: 2em;
}
.page-node-type-session .btn-bonus-question {
  position: fixed;
  z-index: 150;
  border-radius: 50%;
  bottom: 8px;
  left: 8px;
  width: 68px;
  height: 68px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #C62A30;
  border: 4px solid #ffffff;
  box-shadow: -10px 10px 16px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  flex-wrap: wrap;
  transition: all ease 0.6s;
  transform: scale(1) rotate(-15deg);
}
.page-node-type-session .btn-bonus-question:hover {
  transform: scale(1.25) rotate(0deg);
  transition: all ease 0.6s;
  color: #ffffff;
}
#session-introduction-section {
  padding: 128px 0;
}
#session-introduction-section .content-wrap {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.5);
}
#session-introduction-section .content-wrap .btn-collapse {
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto -60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  border-radius: 50%;
  transition: all ease 0.6s;
}
#session-introduction-section .content-wrap .btn-collapse:after {
  display: block;
  content: "";
  background: #C62A30;
  mask: url("/themes/gate/front/cup_front/images/icons/chevron-down-solid.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/gate/front/cup_front/images/icons/chevron-down-solid.svg") no-repeat center / contain;
  height: 26px;
  width: 26px;
  transition: all ease 0.6s;
  transform: rotate(180deg);
}
#session-introduction-section .content-wrap .btn-collapse:hover {
  background: #C62A30;
  transition: all ease 0.6s;
}
#session-introduction-section .content-wrap .btn-collapse:hover:after {
  background: #ffffff;
}
#session-introduction-section .content-wrap .btn-collapse[aria-expanded="false"]:after {
  transform: rotate(0deg);
  transition: all ease 0.6s;
}
#session-introduction-section .page-title {
  margin: 0;
  text-align: center;
}
#session-round-current-section {
  padding: 16px 0;
  background: #C62A30;
  position: relative;
}
#session-round-current-section:after,
#session-round-current-section:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  display: block;
  height: 50px;
  width: 100%;
  background: #ffffff;
  mask: url("/themes/gate/front/cup_front/images/mask/section-after.svg") no-repeat center / cover;
  -webkit-mask: url("/themes/gate/front/cup_front/images/mask/section-after.svg") no-repeat center / cover;
}
#session-round-current-section:before {
  top: -50px;
  mask-position: center 100%;
}
#session-round-current-section:after {
  bottom: -50px;
  transform: scale(-1);
}
#session-round-current-section::after,
#session-round-current-section::before {
  background: #C62A30;
}
#session-round-current-section .round-teaser {
  max-width: 930px;
  margin: auto;
}
#session-content-section {
  padding: 64px 0;
  background: #ffffff;
  position: relative;
}
#session-content-section .section-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
}
#session-content-section .section-bg > div {
  width: 50%;
}
#session-content-section .section-bg > div.section-bg-first {
  background: #008eab;
}
#session-content-section .section-bg > div.section-bg-second:before {
  content: "";
  display: block;
  height: 100%;
  width: 12px;
  margin-left: -10px;
  background: url("/themes/gate/front/cup_front/images/vertical-wave.png") repeat-y 100% 0;
}
#session-content-section .container {
  position: relative;
}
#session-content-section .rounds-wrapper .section-title {
  color: #ffffff;
}
#session-content-section .rounds-wrapper .round-teaser {
  margin-bottom: 16px;
}
#session-content-section .rounds-wrapper .round-teaser:last-child {
  margin-bottom: 0;
}
#session-content-section .events-wrapper .event-teaser {
  margin-bottom: 16px;
}
#session-content-section .events-wrapper .event-teaser:last-child {
  margin-bottom: 0;
}
#session-content-section .scrollbar-wrapper {
  height: 540px;
}
#session-content-section.event-off .section-bg {
  background: var(--session-clr-be-main);
}
#session-content-section.event-off .section-bg .section-bg-first,
#session-content-section.event-off .section-bg .section-bg-second {
  display: none;
}
#session-content-section.event-off .section-body > .container > .row {
  justify-content: center;
}
#session-ranking-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-image: url("/themes/gate/front/cup_front/images/desk/d-ranking_bg.jpg");
  padding: 64px 0;
}
#session-ranking-section .table-ranking-wrapper {
  background: #ffffff;
  padding: 16px;
  border-radius: 8px;
  height: 100%;
}
#session-ranking-section .table-ranking-wrapper .simplebar-custom {
  height: 450px;
}
#session-ranking-section .table.session-ranking-table th {
  background: #C62A30;
  color: #ffffff;
  font-weight: normal;
}
#session-ranking-section .table.session-ranking-table th:first-child {
  border-radius: 8px 0 0 0;
}
#session-ranking-section .table.session-ranking-table th:last-child {
  border-radius: 0 8px 0 0;
}
#session-ranking-section .table.session-ranking-table .my-rank {
  background: #008eab;
}
#session-ranking-section .table.session-ranking-table .my-rank td {
  color: #ffffff;
}
#session-ranking-section .ranking-position-wrap {
  background: #ffffff;
  padding: 64px 16px;
  border-radius: 8px;
  height: 100%;
  text-align: center;
}
#session-ranking-section .ranking-position-wrap .title {
  background: #C62A30;
  border-radius: 40px;
  padding: 8px 16px;
  color: #ffffff;
  font-size: 2em;
  line-height: 1;
}
#session-ranking-section .ranking-position-wrap .ranking-position {
  display: flex;
  flex-direction: column;
}
#session-ranking-section .ranking-position-wrap .ranking-position .label {
  font-weight: normal;
  font-style: italic;
  font-size: 2em;
}
#session-ranking-section .ranking-position-wrap .ranking-position .value {
  display: flex;
  justify-content: center;
  line-height: 0.9;
  font-size: 10em;
  font-weight: bolder;
  color: #ffffff;
  text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.5);
}
#session-ranking-section .ranking-position-wrap .ranking-position .value sup {
  font-size: 0.2em;
  top: 1em;
}
#session-store-section {
  background: #C62A30;
  padding: 32px 0;
  position: relative;
}
#session-store-section:after,
#session-store-section:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  display: block;
  height: 50px;
  width: 100%;
  background: #ffffff;
  mask: url("/themes/gate/front/cup_front/images/mask/section-after.svg") no-repeat center / cover;
  -webkit-mask: url("/themes/gate/front/cup_front/images/mask/section-after.svg") no-repeat center / cover;
}
#session-store-section:before {
  top: -50px;
  mask-position: center 100%;
}
#session-store-section:after {
  bottom: -50px;
  transform: scale(-1);
}
#session-store-section::after,
#session-store-section::before {
  background: #C62A30;
}
#session-store-section .section-title {
  color: #ffffff;
}
#session-store-section .gift_shop {
  text-align: center;
  background: none;
  border: 0;
}
#session-store-section .gift_shop .gift-store-teaser-wrapper .row {
  justify-content: center;
}
#session-store-section .gift_shop .btn-wrap {
  margin: 1.5rem auto 0;
}
.session-session-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-image: url("/themes/gate/front/cup_front/images/desk/d-pronostics_bg.jpg");
  padding: 128px 0;
}
.session-session-wrapper .section-header {
  text-align: center;
  margin: 0 auto 32px;
}
.session-session-wrapper .section-header .section-title {
  margin: 0;
  text-transform: uppercase;
}
.session-session-wrapper .section-header .section-subtitile {
  margin: 0;
}
.session-session-wrapper .views-element-container > div > .row {
  justify-content: center;
}
.gift-ranking-cube-wrapper .nav-tabs .nav-item {
  margin-bottom: 4px;
}
.ui-dialog[aria-describedby="drupal-modal-node-session-bonus"] .ui-dialog-titlebar {
  background: none;
  text-align: center;
}
.ui-dialog[aria-describedby="drupal-modal-node-session-bonus"] .ui-dialog-titlebar .ui-dialog-title {
  color: #C62A30;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 300;
}
.ui-dialog[aria-describedby="drupal-modal-node-session-bonus"] .ui-dialog-titlebar-close:before {
  background-color: #000000;
}
.ui-dialog[aria-describedby="drupal-modal-node-session-bonus"] .ui-dialog-titlebar-close:hover:before {
  background-color: #C62A30;
}
.ui-dialog[aria-describedby="drupal-modal-node-session-bonus"] .card.card-question {
  box-shadow: none;
}
.ui-dialog[aria-describedby="drupal-modal-node-session-bonus"] .ui-dialog-buttonpane .ui-dialog-buttonset {
  justify-content: center;
}
@media all and (max-width: 767px) {
  .page-node-type-session .btn-bonus-question {
    font-size: 0.7em;
  }
  .page-node-type-session .events-wrapper .section-title {
    color: #ffffff;
  }
  #header.header-session #nav-session,
  #nav-questions-wrap {
    display: none;
  }
  #header.header-session .header-session-nav-wrap {
    margin: 0;
    border-radius: 0;
    padding: 0 0 8px;
    flex-wrap: wrap;
  }
  #header.header-session .header-session-nav-wrap .logo-session {
    background: none;
    box-shadow: none;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    display: flex;
    padding: 0;
    margin: 0 ;
    text-align: center;
    justify-content: center;
  }
  #header.header-session .header-session-nav-wrap .logo-session img {
    width: 50%;
  }
  #header.header-session .header-session-nav-wrap .user-toolbar-icon {
    margin-right: 8px;
  }
  .session-teaser .logo {
    position: relative;
    margin: -48px auto 16px;
  }
  #session-round-current-section:after,
  #session-round-current-section:before {
    mask: url('/themes/gate/front/cup_front/images/mask/m-section-after.svg') no-repeat center / cover;
    -webkit-mask: url('/themes/gate/front/cup_front/images/mask/m-section-after.svg') no-repeat center / cover;
    height: 25px;
  }
  #session-round-current-section:after {
    bottom: -24px;
  }
  #session-round-current-section:before {
    top: -24px;
  }
  #session-content-section {
    background: #008eab;
  }
  #session-content-section .section-bg {
    display: none;
  }
  #session-content-section .events-wrapper {
    background: #ffffff;
    padding: 32px 16px;
    border-radius: 4px;
  }
  #session-content-section .events-wrapper .section-title {
    color: #000000;
  }
  .swiper.t-swiper-scrollbar-mobile {
    padding-bottom: 64px;
    margin-bottom: 32px;
  }
  #footer.footer-session .site-footer-bottom > .container > .row {
    flex-direction: column-reverse;
  }
  #footer.footer-session .site-footer-bottom > .container > .row .brand-item {
    width: 30%;
  }
}
@media all and (min-width: 1024px) {
  #page.page-session-logout #main-wrapper #main {
    padding: 32px 64px;
  }
  #header.header-session #hamburger-block {
    display: none;
  }
  .page-node-type-session .container {
    max-width: 1180px;
  }
  .page-node-type-session .btn-bonus-question {
    bottom: 24px;
    left: 24px;
    width: 124px;
    height: 124px;
    border: 8px solid #ffffff;
  }
  .session-teaser .logo {
    position: absolute;
    left: 16px;
    bottom: 16px;
  }
  .session-teaser .content {
    text-align: right;
    padding-left: 180px;
  }
  #session-content-section {
    padding: 128px 0;
  }
  #session-ranking-section {
    background-image: url("/themes/gate/front/cup_front/images/desk/d-ranking_bg.jpg");
    padding: 128px 0;
  }
  #session-ranking-section .table-ranking-wrapper {
    padding: 16px 64px;
  }
  #session-ranking-section .ranking-position-wrap {
    padding: 64px;
    background: url('/themes/gate/front/cup_front/images/desk/d-position_bg.jpg') no-repeat center;
    background-size: cover;
    min-height: 580px;
  }
  #footer.footer-session .site-footer-bottom > .container {
    max-width: 96%;
  }
  #footer.footer-session .brand-item-wrapper {
    justify-content: flex-end;
  }
}
