@charset "UTF-8";
.btn-style, .btn-close, .btn-cancel {
  position: relative;
  display: inline-block;
  padding: 6px 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  background-color: #828181;
  border: none;
  border-radius: 6px;
  box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.2), inset 0 2px 0 0 rgba(255, 255, 255, 0.3);
  transition: .2s linear;
  overflow: hidden; }
  @media (min-width: 768px) {
    .btn-style, .btn-close, .btn-cancel {
      padding: 8px 16px;
      font-size: 16px; } }
  .btn-style::after, .btn-close::after, .btn-cancel::after {
    content: '';
    position: absolute;
    left: -10%;
    top: -40%;
    width: 120%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: .2s linear; }
  .btn-style span, .btn-close span, .btn-cancel span {
    position: relative;
    display: inline-block;
    z-index: 1;
    text-shadow: 0 0 1px #686868;
    transition: .2s linear; }
  .btn-style:hover, .btn-style:focus, .btn-close:hover, .btn-close:focus, .btn-cancel:hover, .btn-cancel:focus {
    color: #fff;
    background-color: #8f8e8e; }
  .btn-style:focus, .btn-close:focus, .btn-cancel:focus {
    outline: 0; }
  .btn-style:active, .btn-close:active, .btn-cancel:active {
    box-shadow: inset 0 4px 0 0 rgba(0, 0, 0, 0.3);
    transform: translateY(2px); }
    .btn-style:active::after, .btn-close:active::after, .btn-cancel:active::after {
      top: -35%; }
    .btn-style:active span, .btn-close:active span, .btn-cancel:active span {
      transform: translateY(1px); }
    .btn-style:active:focus, .btn-close:active:focus, .btn-cancel:active:focus {
      outline: 0; }

.btn-style--warning {
  background-color: #C10C0C; }
  .btn-style--warning::after {
    background-color: rgba(255, 255, 255, 0.2); }
  .btn-style--warning span {
    text-shadow: 0 0 1px #910909; }
  .btn-style--warning:hover, .btn-style--warning:focus {
    background-color: #d90d0d; }
  .btn-style--warning:active {
    box-shadow: inset 0 4px 0 0 rgba(0, 0, 0, 0.3); }
.btn-style--invite {
  background-color: #efbe45; }
  .btn-style--invite span {
    color: #795909;
    text-shadow: none; }
  .btn-style--invite:hover, .btn-style--invite:focus {
    background-color: #f1c65c; }
  .btn-style--invite:active {
    box-shadow: inset 0 4px 0 0 rgba(0, 0, 0, 0.3); }

.signup-btn {
  position: relative;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  padding: 14px 20px;
  color: #795909;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  background-color: #efbe45;
  border: 2px solid #b48d2a;
  box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.2), inset 0 3px 0 0 rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  transition: .2s linear;
  overflow: hidden; }
  .signup-btn::after {
    content: '';
    position: absolute;
    left: -10%;
    top: -50%;
    width: 120%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: .2s linear; }
  .signup-btn span {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    transition: .2s linear;
    z-index: 1; }
  .signup-btn:hover, .signup-btn:focus {
    color: #916a0b;
    background-color: #f1c65c; }
  .signup-btn:focus {
    outline: 0; }
  .signup-btn:active {
    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.3); }
    .signup-btn:active::after {
      top: -35%;
      background-color: rgba(255, 255, 255, 0.1); }
    .signup-btn:active span {
      transform: translateY(1px); }
    .signup-btn:active:focus {
      outline: 0; }
  .signup-btn__font {
    font-size: 120%; }
  @media (min-width: 768px) {
    .signup-btn {
      font-size: 20px;
      box-shadow: inset 0 -6px 0 0 rgba(0, 0, 0, 0.2), inset 0 3px 0 0 rgba(255, 255, 255, 0.2); }
      .signup-btn:active {
        box-shadow: inset 0 4px 0 0 rgba(0, 0, 0, 0.3); } }
  .signup-btn--topic {
    background-color: #22AC38;
    border-color: #0E5B0E; }
    .signup-btn--topic span {
      text-shadow: 0 0 4px #0E5B0E, 0 0 4px #0E5B0E, 0 0 4px #0E5B0E, 0 0 4px #0E5B0E, 0 0 4px #0E5B0E, 0 0 4px #0E5B0E, 0 0 4px #0E5B0E, 0 0 4px #0E5B0E, 0 0 4px #0E5B0E, 0 0 4px #0E5B0E, 0 0 4px #0E5B0E, 0 0 4px #0E5B0E, 0 0 4px #0E5B0E; }
    .signup-btn--topic:hover, .signup-btn--topic:focus {
      background-color: #26c13f; }
    .signup-btn--topic:active {
      box-shadow: inset 0 6px 0 0 rgba(0, 0, 0, 0.3), 0 2px 0 rgba(0, 0, 0, 0.3); }
  .signup-btn--self {
    background-color: #00A0E9;
    border-color: #166175; }
    .signup-btn--self span {
      text-shadow: 0 0 4px #166175, 0 0 4px #166175, 0 0 4px #166175, 0 0 4px #166175, 0 0 4px #166175, 0 0 4px #166175, 0 0 4px #166175, 0 0 4px #166175, 0 0 4px #166175, 0 0 4px #166175, 0 0 4px #166175, 0 0 4px #166175, 0 0 4px #166175; }
    .signup-btn--self:hover, .signup-btn--self:focus {
      background-color: #04b0ff; }
    .signup-btn--self:active {
      box-shadow: inset 0 6px 0 0 rgba(0, 0, 0, 0.3), 0 2px 0 rgba(0, 0, 0, 0.3); }
  .signup-btn--team {
    background-color: #EA813B;
    border-color: #92531C; }
    .signup-btn--team span {
      text-shadow: 0 0 4px #92531C, 0 0 4px #92531C, 0 0 4px #92531C, 0 0 4px #92531C, 0 0 4px #92531C, 0 0 4px #92531C, 0 0 4px #92531C, 0 0 4px #92531C, 0 0 4px #92531C, 0 0 4px #92531C, 0 0 4px #92531C, 0 0 4px #92531C, 0 0 4px #92531C; }
    .signup-btn--team:hover, .signup-btn--team:focus {
      background-color: #ec9052; }
    .signup-btn--team:active {
      box-shadow: inset 0 6px 0 0 rgba(0, 0, 0, 0.3), 0 2px 0 rgba(0, 0, 0, 0.3); }
  .signup-btn--disable {
    background-color: #ababab;
    border-color: #6d6d6d;
    pointer-events: none; }
    .signup-btn--disable span {
      text-shadow: 0 0 4px #ababab, 0 0 4px #ababab, 0 0 4px #ababab, 0 0 4px #ababab, 0 0 4px #ababab, 0 0 4px #ababab, 0 0 4px #ababab, 0 0 4px #ababab, 0 0 4px #ababab, 0 0 4px #ababab, 0 0 4px #ababab, 0 0 4px #ababab, 0 0 4px #ababab; }
    .signup-btn--disable:hover, .signup-btn--disable:focus {
      background-color: #ababab; }

.warning-modal .modal-content {
  width: calc(100% - 12px);
  margin: 0 auto;
  padding: 0px;
  color: #C10C0C;
  background-color: #FFF3F3;
  border: 2px solid #7A1313;
  border-radius: 10px;
  box-shadow: 0 0 0 2px #991616, 0 0 0 4px #DD2626, 0 0 0 6px #E28D8D, 0 3px 9px rgba(0, 0, 0, 0.8);
  overflow: hidden; }
  @media (min-width: 768px) {
    .warning-modal .modal-content {
      width: calc(100% - 14px);
      border-width: 3px;
      box-shadow: 0 0 3px #991616, 0 0 0 6px #DD2626, 0 0 0 7px #E28D8D, 0 5px 15px rgba(0, 0, 0, 0.8); } }
.warning-modal .modal-header {
  color: #fff;
  border: none;
  border-bottom: 2px solid #cc3433;
  background-color: #d14847; }
.warning-modal .modal-footer {
  border: none;
  text-align: center; }
.warning-modal .modal-title {
  font-size: 20px;
  font-weight: 700; }

.invitation-modal, .normal-modal {
  width: calc(100% - 12px);
  margin: 0 auto;
  padding: 0px;
  color: #7C6027;
  background-color: #faf4eb;
  border: 2px solid #7C6027;
  border-radius: 10px;
  box-shadow: 0 0 0 2px #a47e1f, 0 0 0 4px #EFBE45, 0 0 0 6px #ffefbc, 0 3px 9px rgba(0, 0, 0, 0.8);
  overflow: hidden; }
  @media (min-width: 768px) {
    .invitation-modal, .normal-modal {
      width: calc(100% - 14px);
      border: 3px solid #7c6027;
      box-shadow: 0 0 0 3px #a47e1f, 0 0 0 6px #EFBE45, 0 0 0 7px #ffefbc, 0 5px 15px rgba(0, 0, 0, 0.8); } }
  .invitation-modal .modal-header, .normal-modal .modal-header {
    color: #fff;
    border: none;
    border-bottom: 2px solid #9e8550;
    background-color: #ac925c; }
    .invitation-modal .modal-header .close, .normal-modal .modal-header .close {
      margin-top: 0; }
  .invitation-modal .modal-footer, .normal-modal .modal-footer {
    border: none;
    text-align: center; }
  .invitation-modal .modal-title, .normal-modal .modal-title {
    font-size: 20px;
    font-weight: 700; }

.team-badge-s {
  display: inline-block;
  padding: 1px 6px;
  margin-right: 4px;
  font-size: 13px;
  color: #fff;
  line-height: 1.4;
  border-radius: 16px;
  background-color: #868e96; }

.group-badge {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 0;
  vertical-align: middle; }
  .group-badge__img {
    display: inline-block;
    width: 30px;
    vertical-align: middle; }
  .group-badge__name {
    display: inline-block;
    padding: 3px 10px 3px 4px;
    font-size: 14px;
    font-weight: 700;
    color: #664935;
    line-height: 1;
    vertical-align: middle;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #fcce3c;
    transition: .2s linear; }
  .group-badge--hover:hover .group-badge__name {
    background-color: #fcd455; }

.pagination {
  margin-bottom: 0;
  margin-top: 40px; }
  .pagination > li {
    display: inline-block; }
    .pagination > li > a,
    .pagination > li > span {
      margin: 0 5px;
      padding: 6px 11px;
      line-height: 1;
      font-size: 16px;
      color: #868e96;
      border-color: transparent;
      border-radius: 8px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin: 0;
      margin-right: 20px;
      padding: 6px 20px;
      border: 1px solid #adb5bd;
      border-radius: 8px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      margin: 0;
      margin-left: 20px;
      padding: 6px 20px;
      border: 1px solid #adb5bd;
      border-radius: 8px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #868e96;
    background-color: #dee2e6;
    border-color: transparent; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    color: #fff;
    background-color: #e8b538;
    border-color: transparent; }
  .pagination > li:first-child.disabled > span,
  .pagination > li:first-child.disabled > span:hover,
  .pagination > li:first-child.disabled > span:focus,
  .pagination > li:first-child.disabled > a,
  .pagination > li:first-child.disabled > a:hover,
  .pagination > li:first-child.disabled > a:focus,
  .pagination > li:last-child.disabled > span,
  .pagination > li:last-child.disabled > span:hover,
  .pagination > li:last-child.disabled > span:focus,
  .pagination > li:last-child.disabled > a,
  .pagination > li:last-child.disabled > a:hover,
  .pagination > li:last-child.disabled > a:focus,
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #dee2e6;
    background-color: transparent;
    border-color: #dee2e6; }

.pager {
  margin-bottom: 0;
  margin-top: 20px; }
  .pager li {
    display: inline-block; }
    .pager li + li {
      margin-left: 30px; }
    .pager li > a,
    .pager li > span {
      font-size: 16px;
      color: #868e96;
      padding: 4px 16px;
      border: 1px solid #adb5bd;
      border-radius: 8px; }
    .pager li > a:hover,
    .pager li > a:focus {
      color: #e8b538;
      background-color: transparent;
      border-color: #e8b538; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #dee2e6;
    background-color: transparent;
    border-color: #dee2e6; }

.progress {
  overflow: visible;
  margin-bottom: 4px;
  padding: 4px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.1); }

.progress-bar {
  background: #F78100;
  transition: width 1.5s ease-in-out;
  border-radius: 50px; }

.progress-num + .tooltip {
  position: relative;
  float: right; }
  .progress-num + .tooltip > .tooltip-inner {
    padding: 2px 10px;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    background-color: #F78100; }
.progress-num + .tooltip.top {
  margin-top: -6px;
  z-index: 1; }
.progress-num + .tooltip > .tooltip-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #F78100; }

body {
  padding-top: 80px;
  font-size: 16px;
  line-height: 1.6;
  font-family: 微軟正黑體, sans-serif;
  background-color: #141d2d;
  background-image: url("../../../../images/ironman/9th/signup/footerbg.png"), url("../../../../images/ironman/9th/signup/background.png");
  background-repeat: no-repeat;
  background-size: 240%;
  background-position: center bottom, center top; }
  @media (min-width: 768px) {
    body {
      background-size: 160%; } }
  @media (min-width: 992px) {
    body {
      padding-top: 90px;
      background-size: contain; } }
  body.bg-hidden {
    overflow: hidden; }

a {
  transition: .2s linear; }
  a:hover, a:focus {
    outline: 0;
    text-decoration: none; }

.wrapper,
footer {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px; }

.wrapper {
  margin-bottom: 16%; }

footer {
  color: #fff; }

.a970 {
  margin-bottom: 30px;
  text-align: center; }
  .a970 img {
    max-width: 100%; }

.a300 {
  margin-bottom: 30px;
  text-align: center; }
  .a300 img {
    max-width: 100%; }

.user-avatar {
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #7c6027;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 0 0 3px #efbe45, 0 0 0 4px #ffefbc, 0 0 5px rgba(0, 0, 0, 0.2);
  overflow: hidden; }
  .user-avatar img {
    width: 100%;
    height: 100%; }

.post-select {
  display: block;
  padding: 8px;
  background-color: #fff;
  border: 1px solid transparent; }
  .post-select + .post-select {
    margin-top: 6px; }
  .post-select:hover, .post-select:focus, .post-select:active {
    background-color: rgba(255, 255, 255, 0.8);
    border-color: #eab42d; }
  .post-select__topic {
    color: #444; }
  .post-select .team-gray {
    margin-top: 4px; }

.menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10; }
  .menu .logo {
    display: inline-block;
    padding-top: 10px;
    max-width: 200px;
    width: 40%; }
    @media (min-width: 320px) {
      .menu .logo {
        width: 35%; } }
    @media (min-width: 375px) {
      .menu .logo {
        width: 45%; } }
    @media (min-width: 414px) {
      .menu .logo {
        width: 50%; } }
    @media (min-width: 992px) {
      .menu .logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: auto;
        max-width: 240px;
        z-index: 2; } }
    @media (min-width: 1200px) {
      .menu .logo {
        max-width: 280px; } }
    @media (min-width: 1400px) {
      .menu .logo {
        max-width: 300px; } }
    .menu .logo img {
      width: 100%; }
  @media (min-width: 992px) {
    .menu {
      height: 80px; } }

.menu-mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 80px 20px;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  z-index: 1; }
  .menu-mask.open {
    display: block;
    animation: fadein .2s linear forwards; }
  @media (min-width: 992px) {
    .menu-mask {
      display: block;
      position: absolute;
      padding: 0;
      background-color: transparent;
      opacity: 1; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.menu-user {
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 380px; }
  @media (min-width: 992px) {
    .menu-user {
      position: absolute;
      left: 10px;
      top: 12px;
      margin: 0; } }
  .menu-user--login {
    display: inline-block; }
  .menu-user__avatar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    border: 1px solid #796228;
    box-shadow: 0 0 0 3px #deac30, 0 0 0 5px #ffefbc, 3px 0 0px 6px rgba(0, 0, 0, 0.15); }
    @media (min-width: 992px) {
      .menu-user__avatar {
        top: -2px; } }
  .menu-user__content {
    padding-left: 10px; }
  .menu-user__name {
    display: inline-block;
    max-width: 100%;
    width: auto;
    min-width: 150px;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 64px;
    padding-right: 20px;
    color: #654937;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    border: 2px solid #ffefbc;
    background-color: #efbe45;
    border-radius: 50px;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2), inset 0 3px 0 0 rgba(121, 98, 40, 0.25);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
    .menu-user__name:hover, .menu-user__name:focus {
      color: #7c5a44; }
    .menu-user__name:active {
      color: #4e382a; }
    @media (min-width: 992px) {
      .menu-user__name {
        max-width: calc(100% - 130px);
        margin-bottom: 2px; } }
    .menu-user__name--login {
      min-width: 120px;
      margin-top: 14px;
      text-align: center; }
    .menu-user__name--login {
      width: 140px;
      margin-top: 10px;
      text-align: center; }
  .menu-user .list-inline {
    padding-left: 64px; }
    .menu-user .list-inline li {
      margin-bottom: 6px;
      font-size: 14px; }
    @media (min-width: 992px) {
      .menu-user .list-inline {
        margin-bottom: 0;
        margin-top: -2px; }
        .menu-user .list-inline li {
          margin-bottom: 0; } }
  .menu-user__link {
    font-weight: 700;
    font-size: 16px;
    color: #ffc100; }
    .menu-user__link:hover, .menu-user__link:focus {
      color: #ffca24; }
    .menu-user__link:active {
      color: #dba600; }
    @media (min-width: 992px) {
      .menu-user__link {
        font-size: 14px; } }
  @media (max-width: 768px) {
    .menu-user + .nav-link {
      margin-top: 40px; } }

.menu-link {
  max-width: 300px;
  margin: 0 auto;
  overflow: hidden; }
  .menu-link__icon {
    float: left;
    width: 50%;
    margin-bottom: 40px;
    text-align: center; }
    .menu-link__icon img {
      max-width: 100%;
      transition: .1s linear; }
    .menu-link__icon:active img {
      display: inline-block;
      transform: translateY(2px); }
  @media (min-width: 992px) {
    .menu-link {
      float: right;
      max-width: 588px;
      width: 36%;
      margin: 0;
      margin-top: 14px; }
      .menu-link__icon {
        width: calc(100% / 7);
        margin-bottom: 0;
        padding: 0 2px; } }
  @media (min-width: 1200px) {
    .menu-link {
      margin-top: 8px; } }
  @media (min-width: 1400px) {
    .menu-link {
      margin-top: 0px; } }

.menu-btn-g {
  position: absolute;
  right: 60px;
  top: 7px;
  z-index: 2; }
  @media (min-width: 992px) {
    .menu-btn-g {
      position: static;
      float: right;
      margin-right: 8px;
      margin-top: 24px; } }

.menu-btn-post {
  position: absolute;
  right: 130px;
  top: 7px;
  z-index: 2; }
  .menu-btn-post .menu-btn {
    cursor: pointer;
    background-color: #F9893D;
    border-color: #FFD5B8; }
    .menu-btn-post .menu-btn:hover, .menu-btn-post .menu-btn:focus {
      background-color: #fa9856; }
    .menu-btn-post .menu-btn:active {
      color: #fff;
      background-color: #f87a24; }
  @media (min-width: 992px) {
    .menu-btn-post {
      position: static; }
      .menu-btn-post .menu-btn {
        padding: 1px 14px; } }

.menu-btn {
  position: relative;
  display: inline-block;
  padding: 4px 14px;
  padding-right: 12px;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  background-color: #FCCE3C;
  border: 3px solid #FFEFBD;
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  transition: .2s linear;
  overflow: hidden; }
  .menu-btn::after {
    content: '';
    position: absolute;
    left: -10%;
    top: -40%;
    width: 120%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: .2s linear; }
  .menu-btn > span {
    position: relative;
    top: -1px;
    display: inline-block;
    color: #fff;
    text-shadow: 0 0 4px #92531C, 0 0 4px #92531C, 0 0 4px #92531C, 0 0 4px #92531C, 0 0 4px #92531C, 0 0 4px #92531C, 0 0 4px #92531C, 0 0 4px #92531C, 0 0 4px #92531C, 0 0 4px #92531C;
    z-index: 1;
    transition: .2s linear; }
  .menu-btn:hover, .menu-btn:focus {
    color: #fff;
    background-color: #fcd455; }
  .menu-btn:focus {
    outline: 0; }
  .menu-btn:active {
    color: #fff;
    background-color: #fcc823;
    box-shadow: inset 0 4px 0 0 rgba(0, 0, 0, 0.3), 0 2px 0 rgba(0, 0, 0, 0.3); }
    .menu-btn:active::after {
      top: -35%; }
    .menu-btn:active > span {
      transform: translateY(1px); }
    .menu-btn:active:focus {
      outline: 0; }

.mobile-menu {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 40px;
  height: 40px;
  background-color: #FCCE3C;
  border: 3px solid #FFEFBD;
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  transition: .2s linear;
  overflow: hidden;
  z-index: 2; }
  .mobile-menu::after {
    content: '';
    position: absolute;
    left: -20%;
    top: -40%;
    width: 140%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    transition: .2s linear; }
  .mobile-menu__icon {
    position: relative;
    margin-top: 6px;
    margin-left: 7px;
    width: 20px;
    height: 20px;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    z-index: 1; }
    .mobile-menu__icon span {
      position: absolute;
      left: 0;
      display: block;
      width: 100%;
      height: 4px;
      background: #835d43;
      border-radius: 4px;
      opacity: 1;
      transform: rotate(0deg);
      transition: .25s ease-in-out; }
      .mobile-menu__icon span:nth-child(1) {
        top: 0px; }
      .mobile-menu__icon span:nth-child(2), .mobile-menu__icon span:nth-child(3) {
        top: 8px; }
      .mobile-menu__icon span:nth-child(4) {
        top: 16px; }
    .mobile-menu__icon.open span:nth-child(1) {
      top: 8px;
      width: 0%;
      left: 50%; }
    .mobile-menu__icon.open span:nth-child(2) {
      transform: rotate(45deg); }
    .mobile-menu__icon.open span:nth-child(3) {
      transform: rotate(-45deg); }
    .mobile-menu__icon.open span:nth-child(4) {
      top: 8px;
      width: 0%;
      left: 50%; }
  .mobile-menu:hover, .mobile-menu:focus {
    background-color: #fcd455; }
  .mobile-menu:focus {
    outline: 0; }
  .mobile-menu:active {
    box-shadow: inset 0 4px 0 0 rgba(0, 0, 0, 0.3), 0 2px 0 rgba(0, 0, 0, 0.3);
    transform: translateY(1px); }
    .mobile-menu:active::after {
      top: -35%; }
    .mobile-menu:active__icon {
      transform: translateY(1px); }
    .mobile-menu:active:focus {
      outline: 0; }

.slogan {
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 768px) {
    .slogan {
      width: 80%; } }
  @media (min-width: 992px) {
    .slogan {
      width: 60%; } }
  @media (min-width: 1600px) {
    .slogan {
      width: auto; } }
  .slogan img {
    margin: 0 auto;
    user-select: none; }
  .slogan p {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); }
    @media (min-width: 768px) {
      .slogan p {
        font-size: 30px; } }
    @media (min-width: 992px) {
      .slogan p {
        font-size: 40px; } }

.border-frame-title {
  position: relative;
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 6px;
  width: 80%;
  padding: 6px 10px 0;
  font-size: 20px;
  font-weight: bold;
  color: #654937;
  border: 2px solid #ffefbc;
  background-color: #efbe45;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }
  .border-frame-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background-color: #efbe45; }
  @media (min-width: 768px) {
    .border-frame-title {
      width: 40%;
      padding: 20px;
      margin-top: 80px;
      margin-bottom: 12px;
      font-size: 30px; }
      .border-frame-title::after {
        bottom: -6px;
        height: 6px; } }
  @media (min-width: 992px) {
    .border-frame-title {
      margin-top: 140px; } }
  .border-frame-title--team {
    color: #fff;
    border: 2px solid #BEBEE5;
    background-color: #5955A0; }
    .border-frame-title--team::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -4px;
      width: 100%;
      height: 4px;
      background-color: #5955A0; }

.border-frame {
  width: calc(100% - 12px);
  margin: 0 auto;
  margin-bottom: 60px;
  padding: 10px;
  background-color: #faf4eb;
  border: 2px solid #7c6027;
  border-radius: 16px;
  box-shadow: 0 0 0 2px #a47e1f, 0 0 0 4px #efbe45, 0 0 0 6px #ffefbc, 0 0 4px 6px rgba(0, 0, 0, 0.5); }
  @media (min-width: 768px) {
    .border-frame {
      width: calc(100% - 24px);
      padding: 20px;
      border-width: 4px;
      box-shadow: 0 0 0 4px #a47e1f, 0 0 0 10px #efbe45, 0 0 0 12px #ffefbc, 0 0 10px 12px rgba(0, 0, 0, 0.5); } }
  @media (min-width: 992px) {
    .border-frame {
      padding: 30px; } }
  @media (min-width: 1600px) {
    .border-frame {
      min-height: 800px; } }
  .border-frame--team {
    background-color: #F4F4F4;
    border-color: #2E2E75;
    box-shadow: 0 0 0 2px #414191, 0 0 0 4px #5955A0, 0 0 0 6px #BEBEE5, 0 0 4px 6px rgba(0, 0, 0, 0.5); }
    @media (min-width: 768px) {
      .border-frame--team {
        border-color: #2E2E75;
        box-shadow: 0 0 0 5px #414191, 0 0 0 10px #5955A0, 0 0 0 12px #BEBEE5, 0 0 10px 12px rgba(0, 0, 0, 0.5); } }

.border-frame-tabs {
  position: relative;
  margin-top: 50px;
  text-align: center;
  font-size: 0; }
  @media (min-width: 768px) {
    .border-frame-tabs {
      margin-top: 80px; } }
  @media (min-width: 992px) {
    .border-frame-tabs {
      margin-top: 140px; } }
  .border-frame-tabs__link {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    width: 42%;
    padding: 12px 4px 6px;
    font-size: 14px;
    font-weight: bold;
    color: #9FA0A0;
    border: 2px solid transparent;
    border-bottom: 1px solid #ffefbc;
    background-color: #F4F2E8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    vertical-align: bottom; }
    @media (min-width: 768px) {
      .border-frame-tabs__link {
        bottom: 6px;
        width: 32%;
        padding: 16px 10px 8px;
        font-size: 22px; } }
    .border-frame-tabs__link::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 100%;
      height: 6px;
      background-color: transparent; }
    .border-frame-tabs__link + .border-frame-tabs__link {
      margin-left: -2px; }
    .border-frame-tabs__link.active {
      font-size: 16px;
      z-index: 1; }
      .border-frame-tabs__link.active::after {
        bottom: -4px; }
      @media (min-width: 768px) {
        .border-frame-tabs__link.active {
          font-size: 28px; } }
    .border-frame-tabs__link--self {
      color: #9FA0A0;
      border-color: #dbd8ca;
      background-color: #F4F2E8; }
      .border-frame-tabs__link--self::after {
        background-color: #F4F2E8; }
      .border-frame-tabs__link--self:hover, .border-frame-tabs__link--self:focus {
        color: #654937;
        background-color: #fdefbd; }
        .border-frame-tabs__link--self:hover::after, .border-frame-tabs__link--self:focus::after {
          background-color: #fdefbd; }
      .border-frame-tabs__link--self.active {
        color: #654937;
        border-color: #ffefbc;
        background-color: #efbe45; }
        .border-frame-tabs__link--self.active::after {
          background-color: #efbe45; }
    .border-frame-tabs__link--team {
      color: #6262af;
      border-color: #dbd8ca;
      background-color: #BEBEE5; }
      .border-frame-tabs__link--team:hover, .border-frame-tabs__link--team:focus {
        color: #fff;
        background-color: #5955A0; }
      .border-frame-tabs__link--team.active {
        color: #fff;
        background-color: #5955A0;
        border-color: #BEBEE5; }
        .border-frame-tabs__link--team.active::after {
          background-color: #5955A0; }

.signup-title {
  position: relative;
  margin-top: 15%;
  min-height: 140px; }
  @media (min-width: 768px) {
    .signup-title {
      margin-top: 40px; } }
  .signup-title--team {
    min-height: auto; }
  .signup-title__bearman {
    width: 30%; }
    @media (min-width: 1024px) {
      .signup-title__bearman {
        width: 45%;
        text-align: right; } }
    .signup-title__bearman img {
      display: inline-block;
      max-width: 100%;
      padding-left: 10px;
      user-select: none; }
      @media (min-width: 1024px) {
        .signup-title__bearman img {
          padding-right: 60px; } }
  .signup-title__content {
    position: absolute;
    left: 32%;
    top: 0; }
    @media (min-width: 768px) {
      .signup-title__content {
        top: 10%; } }
    @media (min-width: 1024px) {
      .signup-title__content {
        left: 45%; } }
    @media (min-width: 1200px) {
      .signup-title__content {
        top: 50%;
        transform: translateY(-50%); } }
    .signup-title__content h2 {
      margin-top: 0;
      color: #fff;
      font-size: 20px;
      font-weight: 700; }
      @media (min-width: 768px) {
        .signup-title__content h2 {
          font-size: 36px; } }
    .signup-title__content p {
      margin-bottom: 6px;
      font-size: 16px;
      font-weight: bold;
      color: #f8b62d; }
      @media (min-width: 768px) {
        .signup-title__content p {
          margin-bottom: 8px;
          font-size: 22px; } }
      @media (min-width: 992px) {
        .signup-title__content p {
          margin-bottom: 10px; } }
    .signup-title__content span {
      color: #fff;
      opacity: .8;
      font-size: 14px; }

.signup-frame {
  position: relative;
  width: calc(100% - 28px);
  min-height: 500px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 10px;
  background-color: #faf4eb;
  box-shadow: 0 0 0 2px #bda75d, 0 0 0 4px #ffefbd, 0 0 0 7px #efbe45, 0 0 0 14px #8d6230; }
  @media (min-width: 768px) {
    .signup-frame {
      width: calc(100% - 48px);
      padding: 20px;
      box-shadow: 0 0 0 4px #bda75d, 0 0 0 8px #ffefbd, 0 0 0 14px #efbe45, 0 0 0 24px #8d6230; } }
  @media (min-width: 1024px) {
    .signup-frame {
      width: calc(100% - 100px);
      margin-top: -5%;
      padding-top: 100px;
      padding-bottom: 40px;
      box-shadow: 0 0 0 4px #bda75d, 0 0 0 8px #ffefbd, 0 0 0 14px #efbe45, 0 0 0 30px #8d6230; } }
  @media (min-width: 1400px) {
    .signup-frame {
      width: calc(100% - 60px); } }
  .signup-frame--spacing {
    margin-top: 40px; }
    @media (min-width: 768px) {
      .signup-frame--spacing {
        margin-top: 80px; } }
  .signup-frame__line {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px; }
    @media (min-width: 1024px) {
      .signup-frame__line {
        padding-top: 100px;
        border: 1px solid #bda75d; } }
  .signup-frame__deco {
    position: relative;
    text-align: center; }
    @media (min-width: 1024px) {
      .signup-frame__deco {
        position: absolute;
        top: -75px;
        left: 0;
        width: 100%; } }
    .signup-frame__deco img {
      max-width: 100%;
      user-select: none; }
      @media (min-width: 768px) {
        .signup-frame__deco img {
          max-width: 60%; } }
      @media (min-width: 1024px) {
        .signup-frame__deco img {
          max-width: 100%; } }
    .signup-frame__deco span {
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      color: #684a29;
      font-weight: bold;
      font-size: 20px;
      text-shadow: 0 2px 2px rgba(104, 74, 41, 0.4);
      transform: translateY(-50%); }
      @media (min-width: 768px) {
        .signup-frame__deco span {
          font-size: 36px; } }

.signup-form {
  max-width: 800px;
  margin: 0 auto; }
  .signup-form__desc {
    margin-bottom: 20px;
    color: #684a29;
    font-size: 14px;
    font-weight: bold; }
    @media (min-width: 768px) {
      .signup-form__desc {
        margin-bottom: 30px;
        font-size: 20px; } }
    @media (min-width: 1024px) {
      .signup-form__desc {
        text-align: center; } }
  .signup-form__label {
    font-size: 18px;
    font-weight: 700;
    color: #684a29; }
    .signup-form__label span {
      padding-left: 8px;
      font-size: 14px;
      color: #706f6d;
      font-weight: 500; }
    @media (min-width: 768px) {
      .signup-form__label {
        font-size: 20px; } }
  .signup-form .form-control {
    border-color: #bda75d; }
    .signup-form .form-control:focus {
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(189, 167, 93, 0.6); }
  .signup-form .has-error .form-control {
    border-color: #e22521;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .signup-form .has-error .help-block {
    color: #e22521; }
  .signup-form textarea {
    resize: vertical; }
  .signup-form .form-group {
    margin-bottom: 24px; }
  @media (max-width: 767px) {
    .signup-form .help-block {
      font-size: 14px; } }
  .signup-form .help-block a {
    color: #684a29;
    text-decoration: underline; }
    .signup-form .help-block a:hover, .signup-form .help-block a:focus {
      color: #825c33; }
    .signup-form .help-block a:active {
      color: #4e381f; }
  .signup-form span.help-block {
    display: inline-block; }
  .signup-form .input-lg {
    font-size: 16px; }
  .signup-form__group {
    font-size: 0; }
    @media (min-width: 768px) {
      .signup-form__group {
        margin-bottom: 10px; } }
  .signup-form__group-radio {
    margin-bottom: 6px; }
    @media (min-width: 768px) {
      .signup-form__group-radio {
        display: inline-block;
        width: calc((100% - 20px) / 3);
        margin-bottom: 0;
        font-size: 0; }
        .signup-form__group-radio + .signup-form__group-radio {
          margin-left: 10px; } }
  .signup-form__btn {
    margin-top: 30px; }
  .signup-form__cancel {
    margin-top: 30px;
    margin-right: 10px; }

.group-radio {
  display: table;
  width: 100%;
  padding: 8px;
  border: 1px solid #C6C1B9;
  background-color: #E5D9CC;
  border-radius: 6px;
  cursor: pointer; }
  .group-radio__img {
    display: inline-block;
    width: 50px;
    vertical-align: middle; }
  .group-radio__text {
    display: inline-block;
    width: calc(100% - 50px);
    padding-left: 8px;
    color: #4f412b;
    font-size: 16px;
    line-height: 1.4;
    vertical-align: middle; }
    @media (min-width: 768px) {
      .group-radio__text {
        line-height: 1.6; } }
  .group-radio.active {
    background-color: #835D43;
    border: 1px solid #D8D4CE; }
    .group-radio.active .group-radio__text {
      color: #fff;
      font-weight: 700; }

.signup-entrance {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .signup-entrance .party {
      margin-top: 20px; } }
  @media (min-width: 992px) {
    .signup-entrance img {
      width: 70%; } }
  @media (min-width: 1800px) {
    .signup-entrance img {
      width: auto; } }
  .signup-entrance__btn .signup-btn {
    margin-bottom: 8px;
    color: #fff;
    font-size: 16px; }
    @media (min-width: 768px) {
      .signup-entrance__btn .signup-btn {
        max-width: 300px; } }
    @media (min-width: 1200px) {
      .signup-entrance__btn .signup-btn {
        max-width: 400px;
        margin-bottom: 10px;
        font-size: 24px; } }
  .signup-entrance .rules-text {
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: underline; }
    .signup-entrance .rules-text:hover, .signup-entrance .rules-text:focus {
      color: white; }
    .signup-entrance .rules-text:active {
      color: #ededed; }
  .signup-entrance__text {
    color: #fff; }
    .signup-entrance__text span {
      color: #efbe45;
      font-size: 150%;
      font-weight: 700; }

.signup-wrapper {
  max-width: 800px;
  margin: 0 auto; }

.signup-user {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .signup-user {
      margin-bottom: 60px; } }
  .signup-user__avatar {
    float: left;
    width: 40px;
    height: 40px;
    margin-top: 8px;
    margin-right: 10px;
    text-align: center;
    box-shadow: 0 0 0 3px #efbe45, 0 0 0 5px #ffefbc, 0 2px 0 rgba(0, 0, 0, 0.2), inset 0 0 5px rgba(0, 0, 0, 0.2); }
    @media (min-width: 768px) {
      .signup-user__avatar {
        width: 80px;
        height: 80px;
        margin-top: 2px;
        margin-right: 20px; } }
    .signup-user__avatar img {
      width: 100%;
      height: 100%; }
  .signup-user__box {
    overflow: hidden; }
  @media (min-width: 768px) {
    .signup-user__info {
      float: left;
      width: 50%; }
      .signup-user__info:first-child {
        padding-right: 10px; } }
  .signup-user__info > p:last-child {
    margin-bottom: 0;
    font-size: 18px;
    word-break: break-word; }
    @media (min-width: 768px) {
      .signup-user__info > p:last-child {
        font-size: 24px; } }
  .signup-user__info-link {
    display: inline-block;
    padding-left: 10px;
    font-size: 14px;
    color: #888; }
    .signup-user__info-link:hover, .signup-user__info-link:focus {
      color: #9a9a9a; }
    .signup-user__info-link:active {
      color: #767676; }
    @media (min-width: 768px) {
      .signup-user__info-link {
        font-size: 16px; } }
  .signup-user .mylist-badge {
    margin-top: 8px;
    margin-bottom: 8px; }

.mylist {
  min-height: 300px;
  margin-bottom: 30px; }
  .mylist .contestants-list {
    background-color: #fff; }
  .mylist .mylist-badge, .mylist .team-badge {
    margin-bottom: 8px; }
  .mylist p {
    margin-bottom: 16px; }

.mylist-badge {
  display: inline-block;
  height: 30px;
  margin-right: 8px;
  padding: 0 16px;
  color: #664935;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  background-color: #E8E3D4;
  border-radius: 50px; }
  @media (min-width: 768px) {
    .mylist-badge {
      font-size: 16px; } }

.mylist-btn {
  position: relative;
  float: right; }
  @media (min-width: 768px) {
    .mylist-btn {
      position: absolute;
      right: 10px;
      top: 10px; } }

.contestants-nav {
  margin-bottom: 10px; }
  .contestants-nav__ul {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .contestants-nav__ul {
        display: none;
        padding: 4px 8px;
        border: 1px solid #E5D9CC;
        background-color: #fff;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px; } }
  .contestants-nav__item + .contestants-nav__item {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .contestants-nav {
      float: left;
      width: 220px;
      padding-right: 10px; }
      .contestants-nav__item + .contestants-nav__item {
        margin-top: 10px; } }
  @media (min-width: 992px) {
    .contestants-nav {
      width: 300px;
      padding-right: 30px; } }

.contestants-filter {
  padding: 4px 12px;
  color: #835D43;
  background-color: #E5D9CC;
  border-radius: 6px;
  cursor: pointer; }
  @media (min-width: 768px) {
    .contestants-filter {
      display: none; } }
  .contestants-filter.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .contestants-filter .caret {
    float: right;
    margin-top: 12px; }

.group-nav {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  padding: 2px 8px 0;
  border-radius: 6px; }
  @media (min-width: 768px) {
    .group-nav {
      height: auto;
      padding: 8px;
      padding-left: 12px;
      border: 1px solid #C6C1B9;
      background-color: #E5D9CC; } }
  .group-nav__img {
    display: none;
    vertical-align: top; }
    @media (min-width: 768px) {
      .group-nav__img {
        display: table-cell; } }
    .group-nav__img img {
      width: 50px;
      height: 50px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
      border-radius: 8px; }
  .group-nav__text {
    display: inline-block;
    color: #835D43;
    font-size: 14px;
    line-height: 1.4;
    vertical-align: middle; }
    @media (min-width: 768px) {
      .group-nav__text {
        display: table-cell;
        padding-left: 10px;
        line-height: 1.2;
        font-size: 16px; } }
    @media (min-width: 992px) {
      .group-nav__text {
        line-height: 1.6; } }
  .group-nav__num {
    position: absolute;
    right: 0;
    top: 2px;
    width: 26px;
    height: 26px;
    color: #835D43;
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    background-color: #D3BDA7;
    border-radius: 50%; }
    @media (min-width: 768px) {
      .group-nav__num {
        left: 45px;
        right: auto;
        top: 2px;
        color: #fff;
        background-color: #e37d2d;
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3); } }
  .group-nav.active {
    background-color: #835D43;
    border: 1px solid #D8D4CE; }
    .group-nav.active .group-nav__text {
      color: #fefefe;
      font-weight: 700; }
    .group-nav.active:hover, .group-nav.active:focus {
      color: #fff;
      background-color: #94694c;
      border-color: #e3e0dc; }
    .group-nav.active:active {
      color: #fff;
      background-color: #6b4c37;
      border-color: #c8c3ba; }
  .group-nav:hover, .group-nav:focus {
    color: #fff;
    background-color: #eee6dd;
    border-color: #d1cdc7; }
  .group-nav:active {
    color: #fff;
    background-color: #d9c7b4;
    border-color: #b6b0a5; }

.contestants-wrapper {
  padding: 6px;
  background-color: #fff;
  border-radius: 10px; }
  @media (min-width: 768px) {
    .contestants-wrapper {
      float: left;
      padding: 20px;
      width: calc(100% - 220px);
      min-height: 500px; } }
  @media (min-width: 992px) {
    .contestants-wrapper {
      width: calc(100% - 300px); } }

.contestants-num {
  margin-bottom: 20px;
  color: #664935; }
  .contestants-num span {
    font-size: 24px; }

.contestants-group img {
  position: absolute;
  left: 0;
  top: -1px;
  width: 30px;
  height: 30px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 8px; }
  @media (min-width: 992px) {
    .contestants-group img {
      top: -10px;
      width: 50px;
      height: 50px; } }
.contestants-group div {
  display: inline-block;
  padding: 1px 16px 1px 34px;
  font-weight: 700;
  font-size: 14px;
  color: #664935;
  border-radius: 50px;
  background-color: #fcce3c;
  vertical-align: middle; }
  @media (min-width: 992px) {
    .contestants-group div {
      height: 30px;
      padding: 2px 16px 2px 60px;
      font-size: 16px; } }

.contestants-list {
  position: relative;
  padding: 16px;
  padding-top: 32px;
  border-radius: 10px;
  background-color: #f2f2f2;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2); }
  .contestants-list + .contestants-list {
    margin-top: 50px; }
  @media (min-width: 768px) {
    .contestants-list {
      padding: 20px;
      padding-left: 34px; } }
  @media (min-width: 992px) {
    .contestants-list {
      padding: 20px;
      padding-top: 32px;
      padding-left: 68px; } }
  .contestants-list__group {
    position: absolute;
    left: 0;
    top: -15px; }
    @media (min-width: 768px) {
      .contestants-list__group {
        left: 10px; } }
  .contestants-list__title {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    color: #664935; }
    .contestants-list__title:hover, .contestants-list__title:focus {
      color: #7d5a41; }
    .contestants-list__title:active {
      color: #4f3829; }
    @media (min-width: 992px) {
      .contestants-list__title {
        font-size: 22px; } }
  .contestants-list__desc {
    margin-bottom: 12px; }
  .contestants-list__team {
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .contestants-list__team {
        margin-bottom: 16px; } }
    .contestants-list__team a {
      display: inline-block;
      margin-left: 16px;
      font-size: 14px;
      color: #5955a0; }
      .contestants-list__team a:hover, .contestants-list__team a:focus {
        color: #6d69af; }
      .contestants-list__team a:active {
        color: #4c4989; }
      @media (min-width: 768px) {
        .contestants-list__team a {
          font-size: 16px; } }
  .contestants-list__person {
    display: inline-block; }
  .contestants-list__avatar {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle; }
  .contestants-list__name {
    display: inline-block;
    color: #555;
    vertical-align: middle; }
  .contestants-list__date {
    margin-top: 8px;
    color: #9fa0a0;
    font-size: 14px; }
    @media (min-width: 768px) {
      .contestants-list__date {
        position: absolute;
        right: 20px;
        bottom: 20px; } }

.contestants-empty {
  padding: 60px 10px 40px;
  text-align: center; }
  .contestants-empty span {
    display: block;
    margin-bottom: 20px;
    font-size: 20px; }

@media (min-width: 768px) {
  .contestants-lists-nav {
    float: left;
    margin-bottom: 36px; } }
.contestants-lists-nav a {
  display: inline-block;
  padding: 4px 10px;
  color: #835D43;
  border-radius: 6px; }
  .contestants-lists-nav a + .contestants-lists-nav a {
    margin-left: 10px; }
  .contestants-lists-nav a.active {
    background-color: #E5D9CC; }
    .contestants-lists-nav a.active:hover, .contestants-lists-nav a.active:focus {
      color: #835D43;
      background-color: #E5D9CC; }
    .contestants-lists-nav a.active:active {
      color: #6b4c37;
      background-color: #d9c7b4; }
  .contestants-lists-nav a:hover, .contestants-lists-nav a:focus {
    color: #835D43;
    background-color: #E5D9CC; }
  .contestants-lists-nav a:active {
    color: #835D43;
    background-color: #d9c7b4; }
.contestants-lists-nav--team a {
  color: #5955A0; }
  .contestants-lists-nav--team a.active {
    background-color: #D8D8EF; }
    .contestants-lists-nav--team a.active:hover, .contestants-lists-nav--team a.active:focus {
      color: #5955A0;
      background-color: #D8D8EF; }
    .contestants-lists-nav--team a.active:active {
      color: #4c4989;
      background-color: #bfbfe5; }
  .contestants-lists-nav--team a:hover, .contestants-lists-nav--team a:focus {
    color: #5955A0;
    background-color: #D8D8EF; }
  .contestants-lists-nav--team a:active {
    color: #5955A0;
    background-color: #bfbfe5; }
.contestants-lists-nav--team + .team-signup-num {
  text-align: right; }
  @media (min-width: 768px) {
    .contestants-lists-nav--team + .team-signup-num {
      float: right; } }
.contestants-lists-nav + .contestants-num {
  text-align: right; }
  @media (min-width: 768px) {
    .contestants-lists-nav + .contestants-num {
      float: right; } }

.contestants-list .team-dashboard__box {
  margin-bottom: 20px;
  min-height: auto;
  background-color: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); }
.contestants-list .team-dashboard__day {
  font-size: 20px; }
  @media (min-width: 768px) {
    .contestants-list .team-dashboard__day {
      width: 96px; }
      .contestants-list .team-dashboard__day span {
        font-size: 22px; } }
  @media (min-width: 992px) {
    .contestants-list .team-dashboard__day {
      margin-top: 4px;
      width: 120px;
      font-size: 30px; }
      .contestants-list .team-dashboard__day span {
        display: inline-block;
        font-size: 24px; } }
.contestants-list .team-dashboard__progress {
  display: inline-block;
  width: 100%;
  vertical-align: bottom; }
  @media (min-width: 768px) {
    .contestants-list .team-dashboard__progress {
      width: calc(100% - 106px); } }
  @media (min-width: 992px) {
    .contestants-list .team-dashboard__progress {
      width: calc(100% - 160px); } }

.team-badge {
  position: relative;
  display: inline-block;
  height: 30px;
  padding-left: 16px;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-color: #5955a0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  z-index: 1; }
  @media (max-width: 767px) {
    .team-badge {
      margin-bottom: 8px;
      padding-left: 10px;
      height: auto;
      line-height: 1.6; } }
  .team-badge::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 15px;
    height: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #5955a0; }
    @media (max-width: 767px) {
      .team-badge::after {
        width: 10px;
        height: 100%; } }
  .team-badge__wanted {
    display: inline-block;
    padding-left: 20px;
    padding-right: 14px;
    height: 30px;
    line-height: 30px;
    color: #7B7BAA;
    font-size: 14px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #CACAE5; }
    @media (max-width: 767px) {
      .team-badge__wanted {
        margin-bottom: 8px;
        padding-left: 12px;
        padding-right: 10px;
        height: auto;
        line-height: 1.6; } }
    .team-badge__wanted + a {
      margin-left: 6px; }

.team-link {
  color: #5955a0; }
  .team-link:hover, .team-link:focus {
    color: #6d69af; }
  .team-link:active {
    color: #4c4989; }

.team-dashboard {
  margin: 0 -10px; }
  .team-dashboard__column {
    padding: 0 10px; }
    @media (min-width: 768px) {
      .team-dashboard__column {
        float: left;
        width: 50%; } }
    @media (min-width: 850px) {
      .team-dashboard__column {
        width: 25%; } }
  .team-dashboard__row {
    padding: 0 10px; }
  .team-dashboard__box {
    position: relative;
    margin-bottom: 10px;
    padding: 10px 20px;
    color: #898989;
    background-color: #EFEFEF;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1); }
    @media (min-width: 992px) {
      .team-dashboard__box {
        min-height: 100px; } }
    .team-dashboard__box i {
      position: absolute;
      right: 10px;
      top: 10px;
      color: #B4B4D6;
      font-size: 18px; }
    .team-dashboard__box--white {
      background-color: #fff; }
    .team-dashboard__box--member {
      padding-bottom: 0; }
  .team-dashboard__title {
    margin-bottom: 6px;
    color: #898989;
    font-size: 14px;
    font-weight: 700; }
    @media (min-width: 850px) {
      .team-dashboard__title {
        margin-bottom: 0;
        font-size: 16px; } }
  .team-dashboard__num, .team-dashboard__date, .team-dashboard__text {
    line-height: 1; }
    @media (min-width: 850px) {
      .team-dashboard__num, .team-dashboard__date, .team-dashboard__text {
        position: absolute;
        bottom: 10px; } }
  .team-dashboard__num span {
    font-size: 30px;
    color: #2E2E75; }
    @media (min-width: 992px) {
      .team-dashboard__num span {
        font-size: 50px; } }
  .team-dashboard__date {
    color: #2E2E75;
    font-size: 20px; }
    .team-dashboard__date span {
      font-size: 30px; }
      @media (min-width: 992px) {
        .team-dashboard__date span {
          font-size: 40px; } }
  .team-dashboard__text {
    color: #2E2E75;
    font-size: 30px; }
    @media (min-width: 992px) {
      .team-dashboard__text {
        font-size: 40px; } }
    .team-dashboard__text--none, .team-dashboard__text--fail {
      color: #9FA0A0; }
    .team-dashboard__text--success {
      color: #F78100; }
    .team-dashboard__text--challenge {
      color: #2E2E75; }
  .team-dashboard__day {
    display: inline-block;
    margin-bottom: 40px;
    width: 120px;
    font-size: 30px;
    line-height: 1;
    vertical-align: bottom;
    color: #2E2E75; }
    @media (min-width: 768px) {
      .team-dashboard__day {
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .team-dashboard__day {
        margin-top: 20px;
        width: 150px;
        font-size: 40px; } }
  .team-dashboard__progress {
    display: inline-block;
    width: 100%;
    vertical-align: bottom; }
    @media (min-width: 768px) {
      .team-dashboard__progress {
        width: calc(100% - 130px); } }
    @media (min-width: 992px) {
      .team-dashboard__progress {
        width: calc(100% - 180px); } }
  .team-dashboard__member {
    margin-top: 10px; }
  .team-dashboard__leader {
    display: inline-block;
    position: relative;
    margin-right: 24px;
    vertical-align: bottom; }
    .team-dashboard__leader-badge {
      position: absolute;
      right: -18px;
      bottom: -8px;
      padding: 0 8px;
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      border-radius: 50px;
      background-color: #8484e0; }
  .team-dashboard__team-member {
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom; }
  .team-dashboard__leader, .team-dashboard__team-member {
    position: relative;
    margin-bottom: 16px; }
    .team-dashboard__leader:hover .team-dashboard__account, .team-dashboard__team-member:hover .team-dashboard__account {
      display: block;
      position: absolute;
      left: 50%;
      top: 100%;
      width: auto;
      animation: badgefadein .2s linear forwards; }
  .team-dashboard__account {
    position: relative;
    display: none;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    border-radius: 6px;
    background-color: #4A4A56;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    z-index: 1; }
    .team-dashboard__account:hover, .team-dashboard__account:focus {
      color: white; }
    .team-dashboard__account:active {
      color: #ededed; }
    .team-dashboard__account::before {
      position: absolute;
      content: '';
      left: 50%;
      top: -14px;
      transform: translateX(-50%);
      border: 8px solid transparent;
      border-bottom-color: #4A4A56; }

@keyframes badgefadein {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-20%); }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(20%); } }
.team-deco {
  position: relative; }
  .team-deco img {
    position: absolute;
    left: 0;
    bottom: 12px;
    max-width: 360px;
    width: 30%;
    height: auto;
    user-select: none; }

.team-detail-wrapper {
  max-width: 970px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 50px; }

.team-detail {
  position: relative;
  margin-bottom: 50px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2); }
  .team-detail__badge {
    position: absolute;
    right: 10px;
    top: -16px;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #8585E0;
    border-radius: 6px; }
    .team-detail__badge::after {
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      border-style: solid;
      border-width: 14px 40px 0 40px;
      border-color: #8585E0 transparent transparent transparent; }
    @media (min-width: 768px) {
      .team-detail__badge {
        right: 20px;
        top: -12px;
        width: 100px;
        padding: 8px 16px 0;
        font-size: 16px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
        .team-detail__badge::after {
          content: '';
          border-width: 14px 50px 0 50px; } }
    .team-detail__badge--fail {
      color: #5955A0;
      background-color: #CACAE5; }
      .team-detail__badge--fail::after {
        border-color: #CACAE5 transparent transparent transparent; }
  .team-detail__img {
    position: absolute;
    left: 16px;
    top: -10px;
    width: 80px;
    height: 80px;
    border: 3px solid #2E2E75;
    background-color: #f4f4f4;
    border-radius: 10px;
    box-shadow: 0 0 0 4px #5955A0, 0 0 0 5px #BEBEE5, 0 6px 8px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden; }
    .team-detail__img img {
      display: block;
      width: 100%;
      vertical-align: middle; }
    @media (min-width: 768px) {
      .team-detail__img {
        left: 30px;
        top: -20px;
        width: 120px;
        height: 120px; } }
  .team-detail__img-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 6px 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.7); }
    @media (min-width: 768px) {
      .team-detail__img-btn {
        font-size: 14px; } }
    .team-detail__img-btn:hover, .team-detail__img-btn:focus {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.6); }
    .team-detail__img-btn:active {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.8); }
  .team-detail__content {
    padding: 16px; }
    @media (min-width: 768px) {
      .team-detail__content {
        padding: 20px; } }
    @media (min-width: 992px) {
      .team-detail__content {
        padding: 20px 30px; } }
  .team-detail__title {
    margin: 0;
    padding: 14px 20px;
    padding-left: 110px;
    color: #fff;
    background-color: #5955A0;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
    @media (min-width: 768px) {
      .team-detail__title {
        padding: 14px 30px;
        padding-left: 170px;
        font-size: 30px; } }
    .team-detail__title a {
      font-size: 24px;
      display: block;
      color: #fff; }
      .team-detail__title a:hover, .team-detail__title a:focus {
        color: white; }
      .team-detail__title a:active {
        color: #ededed; }
  .team-detail__desc {
    margin-bottom: 16px;
    font-size: 16px;
    color: #333; }
    @media (min-width: 768px) {
      .team-detail__desc {
        padding-left: 150px;
        min-height: 20px; } }
    @media (min-width: 992px) {
      .team-detail__desc {
        padding-left: 142px; } }
  .team-detail__leader-btn {
    margin-top: 10px;
    text-align: right; }

.team-icon-box {
  display: table-cell;
  height: 74px;
  vertical-align: middle; }
  @media (min-width: 768px) {
    .team-icon-box {
      height: 114px; } }

.team-upload-rule {
  margin-top: 8px;
  font-size: 14px;
  color: #777; }
  .team-upload-rule ul {
    padding-left: 20px; }

.team-upload-btn {
  width: 200px; }

.team-progress--prepare .team-dashboard__day {
  font-size: 24px;
  color: #939393; }
  @media (min-width: 992px) {
    .team-progress--prepare .team-dashboard__day {
      font-size: 30px; } }
.team-progress--prepare .progress-bar {
  background: #939393; }
.team-progress--prepare .progress-num + .tooltip > .tooltip-inner {
  background-color: #939393; }
.team-progress--prepare .progress-num + .tooltip > .tooltip-arrow {
  border-top-color: #939393; }
.team-progress--fail .team-dashboard__day {
  color: #939393; }
.team-progress--fail .progress-bar {
  background: #939393; }
.team-progress--fail .progress-num + .tooltip > .tooltip-inner {
  background-color: #939393; }
.team-progress--fail .progress-num + .tooltip > .tooltip-arrow {
  border-top-color: #939393; }
.team-progress--challenge .team-dashboard__day {
  color: #1098ad; }
.team-progress--challenge .progress-bar {
  background: #1098ad; }
.team-progress--challenge .progress-num + .tooltip > .tooltip-inner {
  background-color: #1098ad; }
.team-progress--challenge .progress-num + .tooltip > .tooltip-arrow {
  border-top-color: #1098ad; }
.team-progress--success .team-dashboard__day {
  color: #f76707; }
.team-progress--success .progress-bar {
  background: #f76707; }
.team-progress--success .progress-num + .tooltip > .tooltip-inner {
  background-color: #f76707; }
.team-progress--success .progress-num + .tooltip > .tooltip-arrow {
  border-top-color: #f76707; }

.team-avatar {
  display: block;
  width: 46px;
  height: 46px;
  border: 3px solid #2E2E75;
  background-color: #f4f4f4;
  border-radius: 100%;
  box-shadow: 0 0 0 3px #5955A0, 0 0 0 4px #BEBEE5, inset 0 0 5px rgba(0, 0, 0, 0.2);
  overflow: hidden; }
  .team-avatar img {
    width: 100%;
    height: 100%; }
  .team-avatar--m {
    width: 56px;
    height: 56px; }

.team-leader-info {
  display: inline-block; }
  .team-leader-info__avatar {
    float: left;
    margin-top: 4px; }
  .team-leader-info__content {
    padding-top: 2px;
    padding-left: 16px;
    overflow: hidden; }
  .team-leader-info__badge {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    background-color: #5955A0; }
    @media (min-width: 992px) {
      .team-leader-info__badge {
        margin-bottom: 8px; } }
  .team-leader-info__name {
    display: inline-block;
    font-size: 18px;
    color: #595757; }
    .team-leader-info__name:hover, .team-leader-info__name:focus {
      color: #5955A0; }
    .team-leader-info__name:active {
      color: #5955A0; }

.team-detail-lists {
  margin-bottom: 50px; }
  .team-detail-lists__title {
    display: inline-block;
    padding: 8px 20px 2px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background-color: #5955A0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
    @media (min-width: 992px) {
      .team-detail-lists__title {
        padding: 10px 30px 2px;
        font-size: 24px; } }

.team-detail-member {
  position: relative;
  padding: 14px;
  background-color: #fff;
  border-bottom: 1px solid #BFBFD6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
  @media (min-width: 768px) {
    .team-detail-member {
      padding: 14px 20px; } }
  .team-detail-member:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
  .team-detail-member .team-leader-info {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .team-detail-member .team-leader-info {
        width: 220px;
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        margin-bottom: 0; } }
  .team-detail-member .member {
    padding-top: 18px; }
  .team-detail-member__content {
    padding: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    background-color: #E7E7F2;
    overflow: hidden; }
    @media (min-width: 768px) {
      .team-detail-member__content {
        width: calc(100% - 240px);
        margin-left: 240px;
        padding: 10px 20px; } }
    .team-detail-member__content > a {
      font-size: 18px; }
    .team-detail-member__content .contestants-list__title {
      margin-bottom: 0;
      color: #595757; }
      .team-detail-member__content .contestants-list__title:hover, .team-detail-member__content .contestants-list__title:focus {
        color: #5955A0; }
      .team-detail-member__content .contestants-list__title:active {
        color: #5955A0; }
      @media (max-width: 767px) {
        .team-detail-member__content .contestants-list__title {
          font-size: 16px; } }
  .team-detail-member__btn {
    margin-top: 8px;
    text-align: right; }
    @media (min-width: 768px) {
      .team-detail-member__btn {
        position: absolute;
        right: 30px;
        top: 20px;
        bottom: auto;
        margin-top: 0; } }
    .team-detail-member__btn .btn-style--warning {
      font-size: 14px;
      padding: 6px 10px; }

.team-article {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2); }
  .team-article__empty {
    padding: 20px; }

.invitation {
  border: 1px solid #ddd; }
  .invitation--list {
    margin-top: 10px;
    margin-bottom: 20px;
    border: none; }
    .invitation--list .invitation-list {
      border-radius: 6px;
      background-color: #fff;
      margin-bottom: 8px;
      box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1); }
    .invitation--list .invitation-list__account {
      color: #888; }
      .invitation--list .invitation-list__account:hover, .invitation--list .invitation-list__account:focus {
        color: #9a9a9a; }
      .invitation--list .invitation-list__account:active {
        color: #767676; }
  .invitation-text {
    margin-top: 24px;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px; }
  .invitation-count {
    color: #888; }
  .invitation-count--full {
    color: #000; }
  .invitation-list {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px; }
    @media (min-width: 768px) {
      .invitation-list {
        padding-top: 5px;
        padding-bottom: 5px; } }
    .invitation-list__avatar {
      position: absolute;
      left: 10px;
      top: 6px;
      display: inline-block;
      width: 50px;
      height: 50px; }
      .invitation-list__avatar-img {
        max-width: 100%;
        height: 100%; }
      .invitation-list__avatar:hover {
        opacity: .8;
        transition: .2s linear; }
    .invitation-list__content {
      padding-left: 76px; }
      @media (min-width: 768px) {
        .invitation-list__content {
          padding-right: 100px; } }
    .invitation-list__name {
      margin-bottom: 4px;
      font-size: 17px;
      line-height: 1.4;
      word-wrap: break-word;
      color: #7C6027; }
    .invitation-list__account {
      font-size: 14px;
      color: #888; }
    .invitation-list__btn {
      padding: 8px 10px;
      font-size: 16px;
      letter-spacing: 0; }
      @media (min-width: 768px) {
        .invitation-list__btn {
          position: absolute;
          top: 10px;
          right: 16px; } }
    .invitation-list:focus, .invitation-list:hover {
      background-color: #f2e6ca; }

.team-gray {
  font-size: 14px;
  color: #868e96; }
  .team-gray__link {
    color: #868e96; }
    .team-gray__link:hover, .team-gray__link:focus {
      color: #99a0a7; }
    .team-gray__link:active {
      color: #737c85; }

.team-rules-title {
  font-weight: 700;
  color: #8D6230;
  line-height: 1.6; }
  @media (max-width: 767px) {
    .team-rules-title {
      font-size: 20px; } }
.team-rules + .team-rules {
  margin-top: 30px; }
.team-rules__step {
  position: relative;
  bottom: -8px;
  left: 16px;
  display: inline-block;
  padding: 4px 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #8D6230;
  border-radius: 8px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  z-index: 1; }
  @media (min-width: 768px) {
    .team-rules__step {
      left: 24px;
      font-size: 24px; } }
.team-rules__content {
  position: relative;
  padding: 24px 20px;
  font-size: 16px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2); }
  .team-rules__content::after {
    content: '';
    position: absolute;
    left: 30px;
    bottom: -16px;
    width: 70px;
    border-style: solid;
    border-width: 24px 35px 0 35px;
    border-color: #EFBE45 transparent transparent transparent; }
  @media (min-width: 768px) {
    .team-rules__content {
      padding: 24px 30px;
      font-size: 18px; }
      .team-rules__content::after {
        left: 40px; } }
  .team-rules__content span {
    color: #C63E3E; }
  .team-rules__content strong {
    color: #E0AC38; }
.team-rules:last-child .team-rules__content {
  margin-bottom: 10px; }
  .team-rules:last-child .team-rules__content::after {
    content: none; }
.team-rules__link {
  font-size: 14px;
  color: #888; }
  .team-rules__link:hover, .team-rules__link:focus {
    color: #9a9a9a; }
  .team-rules__link:active {
    color: #767676; }
  @media (min-width: 768px) {
    .team-rules__link {
      font-size: 16px; } }

@media (max-width: 767px) {
  .contestants-nav--team .contestants-nav__ul {
    border-color: #BEBEE5; } }
.contestants-nav--team .contestants-filter {
  color: #5955A0;
  background-color: #BEBEE5; }

@media (min-width: 768px) {
  .group-nav--team {
    border-color: #BEBEE5;
    background-color: #D8D8EF; } }
.group-nav--team .group-nav__text {
  color: #5955A0; }
.group-nav--team .group-nav__num {
  color: #5955A0;
  background-color: #BEBEE5; }
  @media (min-width: 768px) {
    .group-nav--team .group-nav__num {
      color: #fff;
      background-color: #e37d2d; } }
.group-nav--team.active {
  background-color: #5955A0;
  border-color: #5955A0; }
  .group-nav--team.active .group-nav__text {
    color: #fefefe; }
  .group-nav--team.active:hover, .group-nav--team.active:focus {
    color: #fff;
    background-color: #6763ac;
    border-color: #6763ac; }
  .group-nav--team.active:active {
    color: #fff;
    background-color: #4c4989;
    border-color: #4c4989; }
.group-nav--team:hover, .group-nav--team:focus {
  color: #fff;
  background-color: #eaeaf6;
  border-color: #d0d0ec; }
.group-nav--team:active {
  color: #fff;
  background-color: #bfbfe5;
  border-color: #a5a5db; }

.team-signup-num {
  margin-bottom: 20px;
  color: #5955A0; }
  .team-signup-num span {
    font-size: 24px; }

.team-detail--list {
  margin-bottom: 0;
  background-color: #f2f2f2; }
  .team-detail--list + .team-detail--list {
    margin-top: 50px; }
  @media (min-width: 768px) {
    .team-detail--list .team-detail__img {
      left: 16px;
      top: -10px;
      width: 80px;
      height: 80px; } }
  @media (min-width: 992px) {
    .team-detail--list .team-detail__img {
      left: 30px;
      top: -20px;
      width: 120px;
      height: 120px; } }
  @media (min-width: 768px) {
    .team-detail--list .team-icon-box {
      height: 74px; } }
  @media (min-width: 992px) {
    .team-detail--list .team-icon-box {
      height: 114px; } }
  @media (min-width: 768px) {
    .team-detail--list .team-detail__title {
      padding-left: 110px;
      padding-right: 120px; } }
  @media (min-width: 992px) {
    .team-detail--list .team-detail__title {
      padding-left: 170px; } }
  @media (min-width: 768px) {
    .team-detail--list .team-detail__desc {
      padding-left: 90px;
      min-height: auto; } }
  @media (min-width: 992px) {
    .team-detail--list .team-detail__desc {
      padding-left: 142px;
      min-height: 20px; } }
  @media (min-width: 768px) {
    .team-detail--list .team-dashboard__column {
      width: 50%; } }
  @media (min-width: 1200px) {
    .team-detail--list .team-dashboard__column {
      width: 25%; } }
  .team-detail--list .team-dashboard__box {
    background-color: #fff; }
    @media (min-width: 992px) {
      .team-detail--list .team-dashboard__box {
        min-height: 90px; } }
  @media (min-width: 850px) {
    .team-detail--list .team-dashboard__num,
    .team-detail--list .team-dashboard__date,
    .team-detail--list .team-dashboard__text {
      position: static;
      bottom: 0; } }
  @media (min-width: 992px) {
    .team-detail--list .team-dashboard__num,
    .team-detail--list .team-dashboard__date,
    .team-detail--list .team-dashboard__text {
      position: absolute;
      bottom: 10px; } }
  .team-detail--list .team-dashboard__num span {
    font-size: 40px; }
  .team-detail--list .team-dashboard__text {
    font-size: 30px;
    line-height: 1.1; }
  @media (min-width: 768px) {
    .team-detail--list .team-dashboard__day {
      margin-top: 10px; } }
  .team-detail--list .team-dashboard__leader-badge {
    font-size: 12px; }

.rule-content {
  padding: 10px; }
  @media (min-width: 992px) {
    .rule-content {
      min-height: 500px;
      padding: 20px; } }
  .rule-content h3 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
    color: #835D43; }
  .rule-content p > strong {
    font-size: 18px; }
  .rule-content .mylist-badge {
    margin-bottom: 8px; }
  .rule-content__title {
    padding-bottom: 6px;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 3px solid #efbe45; }
    @media (min-width: 769px) {
      .rule-content__title {
        font-size: 20px; } }
  .rule-content__emphasize {
    color: #dd3939; }
  .rule-content__link {
    color: #dd3939;
    text-decoration: underline; }
    .rule-content__link:hover, .rule-content__link:focus {
      color: #e14f4f;
      text-decoration: underline; }
    .rule-content__link:active {
      color: #d72525;
      text-decoration: underline; }
  .rule-content__ul {
    padding-left: 26px; }
    .rule-content__ul li {
      position: relative;
      margin-bottom: 14px; }
      .rule-content__ul li::before {
        position: absolute;
        left: -18px;
        top: 12px;
        content: '';
        width: 6px;
        height: 6px;
        background-color: #efbe45; }
    .rule-content__ul--group li {
      margin-bottom: 30px; }
  .rule-content__topic {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #d6680f; }
    @media (min-width: 769px) {
      .rule-content__topic {
        font-size: 20px; } }
  .rule-content__notice {
    margin-top: 30px; }
    .rule-content__notice > p:last-child {
      font-size: 16px; }
  .rule-content__ul-notice {
    color: #495057;
    font-size: 16px; }
  .rule-content__badge {
    display: inline-block;
    margin-bottom: 4px;
    padding: 0 10px;
    color: #664935;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 700;
    background-color: #E8E3D4;
    border-radius: 50px; }
    .rule-content__badge + p {
      color: #666;
      font-size: 14px; }

@media (min-width: 769px) {
  .rule-col {
    float: left;
    width: 50%; }
    .rule-col:first-child {
      padding-right: 30px; }
    .rule-col:last-child {
      padding-left: 30px; } }

.announcement {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px; }
  @media (min-width: 768px) {
    .announcement {
      margin-top: 0;
      margin-left: 20px; } }
  @media (min-width: 992px) {
    .announcement {
      margin-left: 0;
      margin-top: 30px;
      width: 96%; } }
  @media (min-width: 1400px) {
    .announcement {
      margin-left: -26px;
      margin-right: 0;
      width: 80%; } }
  .announcement__title {
    display: inline-block;
    margin-right: 4px;
    padding: 4px 4px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    background-color: #E58817;
    text-align: center;
    vertical-align: middle; }
    @media (min-width: 992px) {
      .announcement__title {
        width: 90px;
        padding: 4px 10px;
        font-size: 16px; } }
  .announcement__content {
    display: inline-block;
    width: calc(100% - 100px);
    font-size: 14px;
    color: #E58817;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    .announcement__content:hover, .announcement__content:focus {
      color: #eb9935; }
    .announcement__content:active {
      color: #c57514; }
    @media (min-width: 992px) {
      .announcement__content {
        font-size: 16px; } }

.count-group {
  overflow: hidden; }
  @media (min-width: 768px) {
    .count-group {
      margin-top: 40px;
      overflow: visible; } }
  @media (min-width: 992px) {
    .count-group {
      margin-top: 60px; } }

@keyframes fadeInRight {
  100% {
    transform: translateX(0);
    opacity: 1; } }
.count-list {
  position: relative;
  width: 80%;
  height: 40px;
  margin-left: 13%;
  margin-bottom: 20px;
  color: #fff;
  font-size: 40px;
  transform: translateX(50%);
  opacity: 0;
  animation: fadeInRight .3s 1.5s ease-out forwards; }
  .count-list:nth-child(2) {
    animation-delay: 1.6s; }
  .count-list:nth-child(3) {
    animation-delay: 1.7s; }
  .count-list:nth-child(4) {
    animation-delay: 1.8s; }
  .count-list:nth-child(5) {
    animation-delay: 1.9s; }
  @media (min-width: 992px) {
    .count-list {
      width: 80%;
      height: 80px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 4px; } }
  @media (min-width: 1400px) {
    .count-list {
      width: 70%;
      height: 80px;
      margin-left: 20px;
      margin-bottom: 20px; } }
  .count-list__bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: rgba(53, 74, 109, 0.5);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2); }
    .count-list__bg::before, .count-list__bg::after {
      content: '';
      position: absolute;
      box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2); }
    .count-list__bg::before {
      right: 100%;
      bottom: 0;
      border: 15px solid transparent;
      border-right-color: rgba(53, 74, 109, 0.5);
      border-bottom-color: rgba(53, 74, 109, 0.5); }
    .count-list__bg::after {
      right: -10px;
      bottom: 0;
      width: 5px;
      height: 100%;
      background-color: rgba(53, 74, 109, 0.5); }
    @media (min-width: 992px) {
      .count-list__bg {
        height: 50px; }
        .count-list__bg::before {
          border-width: 25px; }
        .count-list__bg::after {
          right: -20px;
          width: 10px; } }
  .count-list__title {
    position: absolute;
    top: 12px;
    left: 7px;
    color: #fff;
    font-size: 16px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }
    @media (min-width: 375px) {
      .count-list__title {
        width: 36%;
        text-align: right; } }
    @media (min-width: 992px) {
      .count-list__title {
        top: auto;
        bottom: 8px;
        left: 0;
        width: 30%;
        text-align: right;
        font-size: 20px; } }
  .count-list__text {
    position: relative;
    padding-right: 20px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    text-align: right;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }
    @media (min-width: 992px) {
      .count-list__text {
        padding-right: 40px;
        font-size: 20px; } }
  .count-list__num {
    display: inline-block;
    padding: 0 5px;
    color: #EFBE45;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Play', sans-serif; }
    @media (min-width: 992px) {
      .count-list__num {
        padding: 0 10px;
        font-size: 80px; } }
  .count-list__time {
    position: relative;
    bottom: 4px;
    padding-right: 20px;
    color: #EFBE45;
    text-align: right; }
    @media (min-width: 992px) {
      .count-list__time {
        bottom: -8px;
        padding-right: 40px; } }
    .count-list__time-date {
      padding-right: 40px;
      font-size: 28px;
      font-weight: 700;
      line-height: 1;
      font-family: 'Play', sans-serif; }
      @media (min-width: 992px) {
        .count-list__time-date {
          font-size: 48px; } }
    .count-list__time-clock {
      font-size: 16px;
      line-height: 1;
      font-family: 'Play', sans-serif; }
      @media (min-width: 992px) {
        .count-list__time-clock {
          font-size: 20px; } }

.ir-promote {
  background-color: #ffec99; }
.ir-index {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .ir-index {
      margin-bottom: 100px; } }
  @media (min-width: 768px) {
    .ir-index__list {
      width: 96%;
      margin: 0 auto; } }
  @media (min-width: 992px) {
    .ir-index__list {
      float: left;
      max-width: 970px;
      width: calc(100% - 360px); } }
  .ir-index__side {
    display: none; }
    @media (min-width: 769px) {
      .ir-index__side {
        display: block; } }
    @media (min-width: 992px) {
      .ir-index__side {
        float: right;
        width: 300px;
        margin-right: 7px;
        margin-left: 30px; } }

.ir-index-page {
  padding-bottom: 16px; }

.slogan-index {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); }
  .slogan-index span {
    color: #EFBE45;
    font-size: 95%;
    font-family: 'Play', sans-serif; }
  @media (min-width: 768px) {
    .slogan-index {
      margin-bottom: 40px; } }
  @media (min-width: 992px) {
    .slogan-index {
      font-size: 30px; } }
  @media (min-width: 1400px) {
    .slogan-index {
      font-size: 36px; } }

.index-img {
  max-width: 60%;
  user-select: none;
  opacity: 0;
  transform: translateY(50%);
  animation: bounceup .3s 1s linear forwards; }
  @media (min-width: 768px) {
    .index-img {
      max-width: 80%; } }
  @media (min-width: 992px) {
    .index-img {
      max-width: 100%;
      margin-bottom: 40px; } }

@keyframes bounceup {
  80% {
    opacity: 1;
    transform: translateY(-20%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.ir-index-tabs {
  position: relative;
  text-align: center;
  font-size: 0; }
  .ir-index-tabs__link {
    position: relative;
    display: inline-block;
    margin-bottom: 6px;
    width: 30%;
    padding: 12px 4px 6px;
    font-size: 14px;
    font-weight: bold;
    color: #9FA0A0;
    border: 2px solid #dbd8ca;
    background-color: #F4F2E8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    vertical-align: bottom; }
    @media (min-width: 768px) {
      .ir-index-tabs__link {
        padding: 12px 10px 6px;
        font-size: 22px; } }
    .ir-index-tabs__link::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 100%;
      height: 4px;
      background-color: #F4F2E8; }
    .ir-index-tabs__link:hover, .ir-index-tabs__link:focus {
      color: #654937;
      background-color: #fdefbd; }
      .ir-index-tabs__link:hover::after, .ir-index-tabs__link:focus::after {
        background-color: #fdefbd; }
    .ir-index-tabs__link + .ir-index-tabs__link {
      margin-left: -2px; }
    .ir-index-tabs__link.active {
      font-size: 16px;
      color: #654937;
      border-color: #ffefbc;
      background-color: #efbe45;
      z-index: 1; }
      .ir-index-tabs__link.active::after {
        bottom: -4px;
        background-color: #efbe45; }
      @media (min-width: 768px) {
        .ir-index-tabs__link.active {
          font-size: 28px; } }

.ir-index-subtabs {
  padding: 16px 8px;
  background-color: #D19A20;
  text-align: center;
  font-size: 0; }
  @media (min-width: 768px) {
    .ir-index-subtabs {
      padding: 16px; } }
  .ir-index-subtabs__link {
    position: relative;
    display: inline-block; }
    .ir-index-subtabs__link + .ir-index-subtabs__link {
      margin-left: 4px; }
      @media (min-width: 768px) {
        .ir-index-subtabs__link + .ir-index-subtabs__link {
          margin-left: 16px; } }
    .ir-index-subtabs__link:hover .ir-index-subtabs__name {
      display: block;
      position: absolute;
      left: 50%;
      bottom: -20px;
      transform: translateX(-50%);
      animation: fadeInDown .2s linear forwards; }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-20%); }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(20%); } }
  .ir-index-subtabs__img {
    display: inline-block;
    margin-bottom: 4px;
    width: 40px;
    vertical-align: middle;
    border-radius: 6px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
    @media (min-width: 768px) {
      .ir-index-subtabs__img {
        width: 50px; } }
  .ir-index-subtabs__name {
    position: relative;
    display: none;
    padding: 4px 10px;
    font-size: 16px;
    font-weight: 700;
    color: #654937;
    line-height: 1;
    white-space: nowrap;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    opacity: 0; }
    .ir-index-subtabs__name::before {
      position: absolute;
      content: '';
      left: 50%;
      top: -14px;
      transform: translateX(-50%);
      border: 8px solid transparent;
      border-bottom-color: #fff; }

.ir-index-tabs-content {
  margin-bottom: 40px;
  border: 3px solid #7c6027;
  border-radius: 10px;
  box-shadow: 0 0 0 2px #a47e1f, 0 0 0 6px #EFBE45, 0 0 0 7px #ffefbc, 0 5px 15px rgba(0, 0, 0, 0.8);
  background-color: #fff;
  overflow: hidden; }

.ir-lists-five {
  padding: 16px 8px 8px;
  background-color: #1c7cd6; }
  @media (min-width: 801px) {
    .ir-lists-five {
      text-align: center; } }
  .ir-lists-five__select {
    display: inline-block;
    margin: 0;
    padding: 0; }
    .ir-lists-five__select li {
      display: inline-block;
      padding: 0 4px;
      margin-bottom: 8px;
      text-align: center; }
      @media (min-width: 1201px) {
        .ir-lists-five__select li {
          padding: 0 8px; } }
      .ir-lists-five__select li a {
        display: inline-block;
        padding: 6px 16px;
        color: #fff;
        line-height: 1;
        border: 1px solid #fff;
        border-radius: 20px; }
        .ir-lists-five__select li a:hover, .ir-lists-five__select li a:focus {
          color: #1c7cd6;
          background-color: #fff; }
        .ir-lists-five__select li a:active {
          color: #1c7cd6;
          background-color: #fff; }
      .ir-lists-five__select li.active a {
        color: #1c7cd6;
        background-color: #fff; }

.ir-lists-switch {
  min-height: 63px;
  padding: 12px 8px;
  border-bottom: 1px solid #adb5bd; }
  @media (min-width: 467px) {
    .ir-lists-switch {
      padding: 16px 64px; } }
  @media (min-width: 992px) {
    .ir-lists-switch {
      padding: 16px 64px; } }
  .ir-lists-switch__title {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #664935; }
    @media (min-width: 411px) {
      .ir-lists-switch__title {
        margin-bottom: 0; } }
    .ir-lists-switch__title span {
      vertical-align: middle; }
  .ir-lists-switch__select {
    display: inline-block;
    margin: 0; }
    .ir-lists-switch__select li {
      display: inline-block;
      padding: 0 16px; }
      @media (min-width: 769px) {
        .ir-lists-switch__select li {
          padding: 0 32px; } }
      .ir-lists-switch__select li a {
        display: block;
        font-size: 14px;
        color: #818c98; }
        .ir-lists-switch__select li a:hover, .ir-lists-switch__select li a:focus {
          color: #949ea8; }
        .ir-lists-switch__select li a:active {
          color: #6e7a87; }
        @media (min-width: 467px) {
          .ir-lists-switch__select li a {
            font-size: 16px; } }
        @media (min-width: 769px) {
          .ir-lists-switch__select li a {
            font-size: 18px; } }
      .ir-lists-switch__select li + li {
        border-left: 1px solid #adb5bd; }
      .ir-lists-switch__select li.active a {
        position: relative;
        font-weight: bold;
        color: #664935; }
        .ir-lists-switch__select li.active a:hover, .ir-lists-switch__select li.active a:focus {
          color: #7d5a41; }
        .ir-lists-switch__select li.active a:active {
          color: #4f3829; }
        @media (min-width: 769px) {
          .ir-lists-switch__select li.active a:before, .ir-lists-switch__select li.active a:after {
            position: absolute;
            left: 50%;
            top: 37px;
            z-index: 1;
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-bottom: 10px solid #adb5bd;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            transform: translateX(-50%); }
          .ir-lists-switch__select li.active a:after {
            top: 39px;
            border-bottom: 10px solid #fff; } }

.ir-list {
  padding: 16px 16px;
  border-bottom: 1px solid #adb5bd; }
  .ir-lists {
    min-height: 500px;
    margin-bottom: 0; }
  @media (min-width: 769px) {
    .ir-list {
      padding: 16px 32px; } }
  @media (min-width: 1201px) {
    .ir-list {
      padding: 16px 64px; } }
  .ir-list__group {
    margin-bottom: 8px; }
    .ir-list__group-topic {
      display: inline-block;
      margin: 0;
      padding-left: 2px;
      font-size: 16px;
      color: #818c98; }
      .ir-list__group-topic a {
        color: #664935;
        word-break: break-all; }
        .ir-list__group-topic a:hover, .ir-list__group-topic a:focus {
          color: #7d5a41; }
        .ir-list__group-topic a:active {
          color: #4f3829; }
      .ir-list__group-topic-num {
        color: #535c65; }
  .ir-list__title {
    margin: 0;
    margin-bottom: 8px; }
    .ir-list__title a {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.5;
      color: #2e3338;
      word-break: break-all; }
      .ir-list__title a:hover, .ir-list__title a:focus {
        color: #3e454c; }
      .ir-list__title a:active {
        color: #1e2124; }
      @media (min-width: 769px) {
        .ir-list__title a {
          font-size: 22px; } }
      @media (min-width: 992px) {
        .ir-list__title a {
          font-size: 24px; } }
  .ir-list__desc {
    font-size: 16px;
    color: #535c65;
    word-break: break-all; }
  .ir-list__info {
    font-size: 14px;
    color: #818c98;
    vertical-align: middle; }
    @media (min-width: 992px) {
      .ir-list__info {
        font-size: 16px; } }
  .ir-list__user {
    display: inline-block;
    padding-right: 8px; }
  .ir-list__avatar {
    margin-right: 4px;
    width: 30px;
    height: 30px;
    border: 1px solid #e5e5e5;
    background-color: #fff; }
  .ir-list__name {
    color: #535c65; }
    .ir-list__name:hover, .ir-list__name:focus {
      color: #636e79; }
    .ir-list__name:active {
      color: #434a51; }
  .ir-list__team {
    display: inline-block;
    vertical-align: top; }
    .ir-list__team a {
      vertical-align: middle;
      color: #868e96; }
      .ir-list__team a:hover, .ir-list__team a:focus {
        color: #99a0a7; }
      .ir-list__team a:active {
        color: #737c85; }

.ir-index-hot {
  background-color: #fff;
  border: 3px solid #7c6027;
  border-radius: 10px;
  box-shadow: 0 0 0 2px #a47e1f, 0 0 0 6px #EFBE45, 0 0 0 7px #ffefbc, 0 5px 15px rgba(0, 0, 0, 0.8);
  overflow: hidden; }
  @media (min-width: 992px) {
    .ir-index-hot {
      margin-bottom: 30px; } }
  .ir-index-hot__title {
    margin: 0;
    padding: 6px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    background-color: #D19A20;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }
  .ir-index-hot__lists {
    margin: 8px; }

.ir-index-hot__list {
  padding: 8px; }
  @media (min-width: 682px) {
    .ir-index-hot__list {
      width: 48%;
      display: inline-block;
      margin-right: 10px;
      border-bottom: 1px solid #ced4da;
      vertical-align: top; } }
  @media (min-width: 992px) {
    .ir-index-hot__list {
      width: auto;
      display: block;
      margin-right: 0;
      border-bottom: none; } }
  .ir-index-hot__list + .ir-index-hot__list {
    border-top: 1px solid #ced4da; }
    @media (min-width: 682px) {
      .ir-index-hot__list + .ir-index-hot__list {
        border-top: none; } }
    @media (min-width: 992px) {
      .ir-index-hot__list + .ir-index-hot__list {
        border-top: 1px solid #ced4da; } }
  .ir-index-hot__list .ir-list__group {
    margin-bottom: 2px;
    line-height: 1; }
  .ir-index-hot__list .ir-list__title a {
    font-size: 17px;
    line-height: 1; }
  .ir-index-hot__list .ir-list__avatar {
    width: 24px;
    height: 24px; }
  .ir-index-hot__list .ir-list__info {
    font-size: 14px; }
  .ir-index-hot__list .ir-list__info-num {
    color: #535c65; }

.ir-index-social {
  padding: 20px 30px; }
  .ir-index-social h3 {
    color: #654937; }
  .ir-index-social__list {
    padding-left: 20px; }
    .ir-index-social__list a {
      color: #666; }
      .ir-index-social__list a:hover, .ir-index-social__list a:focus {
        color: #787878; }
      .ir-index-social__list a:active {
        color: #545454; }

.winner-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
  min-height: 400px; }

.winner-head {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 40px; }
  .winner-head h2 {
    margin-bottom: 40px;
    font-size: 40px;
    letter-spacing: 2px;
    color: #FFFFA6;
    text-align: center;
    line-height: 1.4;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
    @media (max-width: 374px) {
      .winner-head h2 {
        font-size: 30px; } }
    .winner-head h2 span {
      font-size: 30px;
      color: #fff; }
  .winner-head p {
    max-width: 80%;
    margin: 0 auto;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .winner-head__btns {
    margin-top: 20px;
    text-align: center; }
    @media (min-width: 1201px) {
      .winner-head__btns {
        margin-top: 60px; } }

.winner-switch-btn {
  display: inline-block;
  width: 200px;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    .winner-switch-btn {
      padding: 8px 10px;
      font-size: 20px; } }
  .winner-switch-btn + .winner-switch-btn {
    margin-left: 40px; }
    @media (max-width: 767px) {
      .winner-switch-btn + .winner-switch-btn {
        margin-left: 0;
        margin-top: 16px; } }
  .winner-switch-btn--self.active {
    background-color: #ECB43A; }
  .winner-switch-btn--self:hover, .winner-switch-btn--self:focus {
    color: #fff;
    background-color: #eebd51; }
  .winner-switch-btn--self:active {
    color: #fff;
    background-color: #eaab23; }
  .winner-switch-btn--team.active {
    background-color: #5955A0; }
  .winner-switch-btn--team:hover, .winner-switch-btn--team:focus {
    color: #fff;
    background-color: #6763ac; }
  .winner-switch-btn--team:active {
    color: #fff;
    background-color: #504c8f; }

.winner-carousel {
  position: absolute;
  left: 50%;
  top: 0;
  width: 600px;
  transform: translateX(-50%); }
  @media (min-width: 1201px) {
    .winner-carousel {
      top: 20%; } }
  .winner-carousel__item {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    transform: translateX(-50%); }

.winner-champion {
  position: relative;
  padding-top: 158px; }
  .winner-champion__bg {
    position: relative; }
    .winner-champion__bg img {
      max-width: 100%;
      user-select: none; }
    .winner-champion__bg:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: radial-gradient(transparent 17%, #141d2d); }

.champion-badge {
  position: relative;
  margin: 0 auto;
  padding-top: 100px;
  transform: translateY(30%) scale(0);
  transform-origin: bottom center;
  transition: .3s linear;
  opacity: 0; }

.champion-light {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) scale(0);
  user-select: none;
  transition: .2s .2s linear; }
  .champion-light img {
    user-select: none; }

.champion-wing {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(46px) scale(0);
  transform-origin: center bottom;
  transition: .2s .4s ease;
  opacity: 0; }
  .champion-wing img {
    user-select: none; }

.champion-type {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(0);
  transition: .2s .2s linear;
  opacity: 0;
  z-index: 1; }

.winner-carousel__item.active {
  z-index: 10; }
  .winner-carousel__item.active .champion-badge {
    opacity: 1;
    transform: translateY(0) scale(1); }
  .winner-carousel__item.active .champion-type {
    transform: translateX(-50%) translateY(40px);
    opacity: 1; }
  .winner-carousel__item.active .champion-wing {
    opacity: 1;
    transform: translateX(-50%) translateY(36px) scale(1); }
  .winner-carousel__item.active .champion-light {
    transform: translateX(-50%) scale(1); }
    .winner-carousel__item.active .champion-light img {
      animation: light-rotate 10s .3s linear infinite; }
@keyframes light-rotate {
  100% {
    transform: rotate(360deg); } }
.champion-title {
  position: relative;
  max-width: 400px;
  height: 100px;
  margin: 0 auto;
  padding: 10px 10px;
  color: #fff;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  background-color: #F94E4E; }
  .champion-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    border: 10px solid #C94141;
    border-top-color: #A92E2E;
    border-right-color: #A92E2E;
    z-index: 1; }
  .champion-title:after {
    content: '';
    position: absolute;
    right: 0;
    top: 100%;
    border: 10px solid #C94141;
    border-top-color: #A92E2E;
    border-left-color: #A92E2E;
    z-index: 1; }
  .champion-title__deco {
    position: absolute;
    top: 20px;
    border: 50px solid #C94141; }
  .champion-title__deco:first-of-type {
    right: 100%;
    border-left-color: transparent;
    border-left-width: 40px;
    border-right-width: 10px; }
  .champion-title__deco:last-of-type {
    left: 100%;
    border-right-color: transparent;
    border-right-width: 40px;
    border-left-width: 10px; }

.champion-body {
  position: relative;
  width: 360px;
  margin: 0 auto;
  height: 300px; }
  .champion-body:before {
    content: '';
    position: absolute;
    left: -10px;
    bottom: 0;
    width: calc(100% + 20px);
    height: 20px;
    background-image: linear-gradient(to bottom, #F7B52D 50%, #E39F3F 50%); }
  .champion-body:after {
    content: '';
    position: absolute;
    left: -20px;
    bottom: 4px;
    width: calc(100% + 40px);
    height: 12px;
    border-radius: 10px;
    background-image: linear-gradient(to bottom, #F7B52D 50%, #E39F3F 50%); }
  .champion-body__container {
    position: relative;
    padding: 20px;
    height: 100%;
    text-align: center;
    background-color: #FFFCF4;
    z-index: 1; }
    .champion-body__container:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 10px;
      background-color: rgba(0, 0, 0, 0.2); }
    .champion-body__container:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 10px;
      background-color: rgba(0, 0, 0, 0.2); }
  .champion-body__avatar {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 104px;
    height: 104px;
    border: 4px solid #8C6B19;
    border-radius: 100%;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
    .champion-body__avatar img {
      height: 100%;
      width: auto; }
  .champion-body__name {
    display: inline-block;
    margin-bottom: 10px;
    color: #F29700;
    font-size: 24px;
    font-weight: 700; }
    .champion-body__name:hover, .champion-body__name:focus {
      color: #ffa40d; }
    .champion-body__name:active {
      color: #d98700; }
  .champion-body__topic {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    color: #946134;
    font-size: 16px;
    font-weight: 700;
    background-color: #E4DCB6;
    border-radius: 6px; }
    .champion-body__topic:hover, .champion-body__topic:focus {
      color: #a76d3b; }
    .champion-body__topic:active {
      color: #81552d; }

.winner-spacing {
  margin-bottom: 0; }
  @media (min-width: 769px) {
    .winner-spacing {
      margin-bottom: 40px; } }
  @media (min-width: 1201px) {
    .winner-spacing {
      margin-bottom: 100px; } }

.winner-title {
  margin-bottom: 30px; }
  @media (min-width: 769px) {
    .winner-title {
      margin-bottom: 40px; } }
  @media (min-width: 1201px) {
    .winner-title {
      margin-bottom: 80px; } }
  .winner-title img {
    user-select: none; }
    @media (max-width: 767px) {
      .winner-title img {
        width: 80%;
        margin: 0 auto; } }

.winner-item {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 50px; }
  @media (max-width: 374px) {
    .winner-item {
      max-width: 280px; } }
  .winner-item:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 4px;
    width: calc(100% + 40px);
    height: 20px;
    border-radius: 6px;
    background-image: linear-gradient(to bottom, #edc386 14%, #f2a609 14%, #f2a609 80%, #d98c20 80%); }
  .winner-item:after {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    width: calc(100% + 20px);
    height: 28px;
    background-image: linear-gradient(to bottom, #f0cc98 14%, #F7B52D 14%, #F7B52D 80%, #E39F3F 80%); }
  .winner-item__body {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    z-index: 1; }
    .winner-item__body:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 6px;
      background-color: rgba(255, 255, 255, 0.15); }
    .winner-item__body:after {
      content: '';
      position: absolute;
      left: 0;
      top: 22px;
      width: 100%;
      height: 6px;
      background-color: rgba(0, 0, 0, 0.2); }
    .winner-item__body img {
      user-select: none;
      max-width: 100%; }
  .winner-item__content {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    padding: 20px 30px;
    text-align: center; }
    .winner-item__content a {
      display: inline-block; }
  .winner-item__avatar {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    overflow: hidden; }
    @media (max-width: 374px) {
      .winner-item__avatar {
        width: 60px;
        height: 60px; } }
    .winner-item__avatar img {
      height: 100%;
      width: auto; }
  .winner-item__name {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 700;
    color: #FFFFA6;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
    .winner-item__name:hover, .winner-item__name:focus {
      color: #ffffca; }
    .winner-item__name:active {
      color: #ffff82; }
    @media (max-width: 374px) {
      .winner-item__name {
        margin-bottom: 0;
        font-size: 22px; } }
  .winner-item__group {
    margin-bottom: 10px;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 700;
    color: #664935;
    border-radius: 20px;
    background-color: #FBCD3C; }
    .winner-item__group:hover, .winner-item__group:focus {
      color: #7d5a41; }
    .winner-item__group:active {
      color: #4f3829; }
    @media (max-width: 374px) {
      .winner-item__group {
        font-size: 12px; } }
  .winner-item__topic {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
    .winner-item__topic:hover, .winner-item__topic:focus {
      color: #FFFFA6; }
    .winner-item__topic:active {
      color: #FFFFA6; }

.juror-list {
  padding-bottom: 20%; }

.juror-item {
  position: relative;
  margin-bottom: 30px;
  padding: 0 20px; }
  @media (max-width: 1199px) {
    .juror-item {
      margin-bottom: 40px; } }
  .juror-item__avatar {
    position: relative;
    float: left;
    margin-top: 8px;
    width: 150px;
    height: 150px; }
    @media (max-width: 1199px) {
      .juror-item__avatar {
        float: none;
        margin: 0 auto;
        margin-bottom: 20px; } }
    .juror-item__avatar img {
      position: relative;
      z-index: 1;
      border-radius: 8px; }
    .juror-item__avatar:before, .juror-item__avatar:after {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      border-radius: 12px; }
    .juror-item__avatar:after {
      width: 158px;
      height: 158px;
      background-image: linear-gradient(to top, #ffefbd, #e2ac00); }
    .juror-item__avatar:before {
      width: 168px;
      height: 168px;
      background-image: linear-gradient(to bottom, #ffefbd, #e2ac00); }
  .juror-item__content {
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px; }
    @media (max-width: 1199px) {
      .juror-item__content {
        padding: 0; } }
  .juror-item__name {
    font-size: 26px;
    font-weight: 700;
    color: #EFBE45;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
    @media (max-width: 374px) {
      .juror-item__name {
        font-size: 22px; } }
    @media (max-width: 1199px) {
      .juror-item__name {
        text-align: center; } }
  .juror-item__desc {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
    .juror-item__desc a {
      color: #fff; }
      .juror-item__desc a:hover, .juror-item__desc a:focus {
        color: #EFBE45; }
      .juror-item__desc a:active {
        color: #EFBE45; }

.champion-badge--team .champion-title {
  line-height: 100px;
  font-size: 30px;
  padding: 0; }
.champion-badge--team .champion-team-deco {
  position: absolute;
  left: 50%;
  top: 10px;
  opacity: 0;
  transform: translateX(-50%);
  transition: .2s .2s linear; }
.champion-badge--team .champion-wing {
  top: -38px; }
.champion-badge--team .champion-body__avatar {
  width: 144px;
  height: 144px;
  margin-top: 20px;
  margin-bottom: 20px; }

.winner-carousel__item.active .champion-team-deco {
  transform: translateX(-50%);
  opacity: 1; }
.winner-carousel__item.active .champion-badge--team .champion-wing {
  transform: translateX(-50%) translateY(36px) scale(0.6); }

.winner-team {
  position: relative;
  min-height: 340px;
  margin: 0 auto;
  margin-bottom: 60px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px; }
  @media (min-width: 769px) {
    .winner-team {
      width: 90%;
      padding: 30px; } }
  @media (min-width: 1201px) {
    .winner-team {
      padding: 40px;
      padding-bottom: 0; } }
  @media (min-width: 769px) {
    .winner-team__member {
      margin-left: 340px; } }
  @media (min-width: 1201px) {
    .winner-team__member {
      margin-bottom: 80px; } }
  .winner-team__avatar {
    position: relative;
    float: left;
    margin: 0 10px;
    margin-bottom: 40px; }
    .winner-team__avatar:hover .winner-team__account {
      display: block;
      position: absolute;
      left: 50%;
      top: 100%;
      width: auto;
      animation: badgefadein .2s linear forwards; }
    .winner-team__avatar:hover img {
      border-color: #ffae27; }
    .winner-team__avatar img {
      position: relative;
      width: 64px;
      height: 64px;
      border: 4px solid #F39800;
      border-radius: 50%;
      background-color: #fff;
      z-index: 1;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      user-select: none; }
    .winner-team__avatar::before, .winner-team__avatar::after {
      content: '';
      position: absolute;
      top: 50%;
      width: 22px;
      height: 50px;
      background-color: #C94141; }
    .winner-team__avatar::before {
      left: 10px;
      transform: skewY(-30deg); }
    .winner-team__avatar::after {
      left: 32px;
      transform: skewY(30deg); }
  .winner-team__account {
    position: relative;
    display: none;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    border-radius: 6px;
    background-color: #4A4A56;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    z-index: 1; }
    .winner-team__account:hover, .winner-team__account:focus {
      color: white; }
    .winner-team__account:active {
      color: #ededed; }
    .winner-team__account::before {
      position: absolute;
      content: '';
      left: 50%;
      top: -14px;
      transform: translateX(-50%);
      border: 8px solid transparent;
      border-bottom-color: #4A4A56; }
  .winner-team__badge {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 2px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    border-radius: 50px;
    background-color: #5955A0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .winner-team__leader {
    margin-bottom: 20px; }
    .winner-team__leader .winner-team__avatar img {
      width: 84px;
      height: 84px; }
    .winner-team__leader .winner-team__avatar::before, .winner-team__leader .winner-team__avatar::after {
      width: 30px;
      height: 60px; }
    .winner-team__leader .winner-team__avatar::before {
      left: 12px; }
    .winner-team__leader .winner-team__avatar::after {
      left: 40px; }
    .winner-team__leader-account {
      display: inline-block;
      margin-left: 10px;
      font-size: 20px;
      color: #fac53c; }
      .winner-team__leader-account:hover, .winner-team__leader-account:focus {
        color: #fbcf5f; }
      .winner-team__leader-account:active {
        color: #f9bb19; }

@keyframes badgefadein {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-20%); }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(20%); } }
.winner-item--team {
  margin-bottom: 0; }
  @media (max-width: 374px) {
    .winner-item--team {
      max-width: 280px; } }
  @media (min-width: 769px) {
    .winner-item--team {
      position: absolute;
      left: 40px;
      top: 20px; } }
  .winner-item--team .winner-item__content {
    padding: 30px; }
  .winner-item--team .winner-item__avatar {
    width: 140px;
    height: 140px;
    border: 6px solid #F39800;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4); }
    @media (max-width: 374px) {
      .winner-item--team .winner-item__avatar {
        width: 80px;
        height: 80px; } }
  .winner-item--team .winner-item__name {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8); }
    .winner-item--team .winner-item__name:hover, .winner-item--team .winner-item__name:focus {
      color: white; }
    .winner-item--team .winner-item__name:active {
      color: #ededed; }

.col-3 {
  float: left;
  width: 60%; }

.col-3 .w2x {
  width: calc((100% / 3)*2); }

.col-3 .w1x {
  width: calc(100% / 3); }

.col-2 {
  float: left;
  width: 40%; }

.col-2 .w2x {
  width: 100%; }

.col-2 .w1x {
  width: 50%; }

.w2x {
  float: left;
  padding: 2px; }

.w2x img {
  width: 100%; }

.w1x {
  float: left;
  padding: 2px; }

.w1x img {
  width: 100%; }

.highlights {
  margin-top: 30px;
  margin-bottom: 5%; }
  .highlights h2 {
    margin-bottom: 30px;
    letter-spacing: 2px;
    color: #ffffff; }
  .highlights-imgbox {
    margin: 0 0 1.5% 0;
    transition: .1s linear; }
    @media (min-width: 992px) {
      .highlights-imgbox:nth-of-type(1) {
        margin: 0; } }
    @media (min-width: 992px) {
      .highlights-imgbox:nth-of-type(2), .highlights-imgbox:nth-of-type(3), .highlights-imgbox:nth-of-type(4), .highlights-imgbox:nth-of-type(5) {
        margin: 0 0 1.5% 0; } }
    @media (min-width: 992px) {
      .highlights-imgbox:nth-of-type(10), .highlights-imgbox:nth-of-type(11), .highlights-imgbox:nth-of-type(12) {
        width: 33.33%;
        margin: 1.5% 0; } }
    .highlights-imgbox:hover, .highlights-imgbox:hover {
      -webkit-filter: brightness(110%);
      filter: brightness(110%);
      transform: scale(1.02);
      -webkit-transform: scale(1.02); }
  .highlights-links {
    margin-top: 20px;
    clear: both; }
    .highlights-links li {
      width: 49%; }
  .highlights .highlight-link-item {
    color: #efefef; }
    .highlights .highlight-link-item:hover, .highlights .highlight-link-item:focus {
      color: #eac226; }
    .highlights .highlight-link-item:active {
      color: #eac226; }
  .highlights-item {
    position: relative;
    display: inline-block;
    padding: 8px 16px;
    color: #efefef;
    color: #efefef; }
    .highlights-item:hover, .highlights-item:focus {
      color: #eac226; }
    .highlights-item:active {
      color: #eac226; }
    .highlights-item:before, .highlights-item:after {
      position: absolute;
      left: 0;
      bottom: 0;
      content: '';
      width: 100%;
      height: 2px;
      background-color: #e2e2e2;
      transition: .4s linear; }
    .highlights-item:after {
      width: 0; }
    .highlights-item:hover:after {
      width: 100%;
      background-color: #eac226; }

@media (max-width: 414px) {
  .col-3,
  .col-2 {
    width: 100%;
    float: none; }

  .col-3 .w2x,
  .col-2 .w2x {
    width: 25%; }

  .col-3 .w1x,
  .col-2 .w1x {
    width: 25%; } }
@media (min-width: 415px) {
  .block-clear::after {
    display: block;
    content: "";
    clear: both; } }

/*# sourceMappingURL=style.css.map */
