.bg-principal {
  background-color: black; }

.bg-card {
  background-color: #232222; }

.text-cor-1 {
  color: #f2f7fa; }

.text-cor-2 {
  color: #aefdf3; }

.text-cor-3 {
  color: #afafaf; }

.text-cor-4 {
  color: #24a292; }

.text-yellow {
  color: #dccf76; }

.border-cor-1 {
  border-color: #41817b; }

.bg-divisor-modal {
  background-color: #202d33; }

.text-hover-cor-1:hover {
  color: #33778a; }

.bg-box {
  background-color: #042925; }

.tr-hover:hover {
  background-color: #007064; }

.border-ranking-box {
  border-color: #0a312c; }

.color-hamburguer-icon {
  color: #aefdf3; }

.bg-degrade-1 {
  background: linear-gradient(to top, rgba(0, 78, 82, 0.36863) 0%, rgba(0, 78, 82, 0.61) 39%, black 100%); }

.bg-input {
  background-color: #003f3a; }

/* Regular */
@font-face {
  font-family: 'BeaufortforLOL';
  src: url("../fonts/font-face/BeaufortforLOL-Regular.ttf") format("truetype"), url("../fonts/font-face/BeaufortforLOL-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }
/* Italic */
@font-face {
  font-family: 'BeaufortforLOL';
  src: url("BeaufortforLOL-Italic.woff2") format("woff2"), url("../fonts/font-face/BeaufortforLOL-Italic.ttf") format("truetype"), url("../fonts/font-face/BeaufortforLOL-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic; }
/* Medium */
@font-face {
  font-family: 'BeaufortforLOL';
  src: url("../fonts/font-face/BeaufortforLOL-Medium.ttf") format("truetype"), url("../fonts/font-face/BeaufortforLOL-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal; }
/* Medium Italic */
@font-face {
  font-family: 'BeaufortforLOL';
  src: url("BeaufortforLOL-MediumItalic.woff2") format("woff2"), url("../fonts/font-face/BeaufortforLOL-MediumItalic.ttf") format("truetype"), url("../fonts/font-face/BeaufortforLOL-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic; }
/* Light */
@font-face {
  font-family: 'BeaufortforLOL';
  src: url("BeaufortforLOL-Light.woff2") format("woff2"), url("../fonts/font-face/BeaufortforLOL-Light.ttf") format("truetype"), url("../fonts/font-face/BeaufortforLOL-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal; }
/* Light Italic */
@font-face {
  font-family: 'BeaufortforLOL';
  src: url("BeaufortforLOL-LightItalic.woff2") format("woff2"), url("../fonts/font-face/BeaufortforLOL-LightItalic.ttf") format("truetype"), url("../fonts/font-face/BeaufortforLOL-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic; }
/* Bold */
@font-face {
  font-family: 'BeaufortforLOL';
  src: url("BeaufortforLOL-Bold.woff2") format("woff2"), url("../fonts/font-face/BeaufortforLOL-Bold.ttf") format("truetype"), url("../fonts/font-face/BeaufortforLOL-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal; }
/* Bold Italic */
@font-face {
  font-family: 'BeaufortforLOL';
  src: url("BeaufortforLOL-BoldItalic.woff2") format("woff2"), url("../fonts/font-face/BeaufortforLOL-BoldItalic.ttf") format("truetype"), url("../fonts/font-face/BeaufortforLOL-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic; }
/* Heavy */
@font-face {
  font-family: 'BeaufortforLOL';
  src: url("BeaufortforLOL-Heavy.woff2") format("woff2"), url("../fonts/font-face/BeaufortforLOL-Heavy.ttf") format("truetype"), url("../fonts/font-face/BeaufortforLOL-Heavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal; }
/* Heavy Italic */
@font-face {
  font-family: 'BeaufortforLOL';
  src: url("BeaufortforLOL-HeavyItalic.woff2") format("woff2"), url("../fonts/font-face/BeaufortforLOL-HeavyItalic.ttf") format("truetype"), url("../fonts/font-face/BeaufortforLOL-HeavyItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic; }
.button {
  width: 192px;
  height: 51px;
  display: block;
  line-height: 51px;
  text-align: center;
  background: url(../images/button-img.png) no-repeat;
  background-size: cover;
  border: none;
  color: #f2f7fa;
  text-transform: uppercase;
  font-weight: 500;
  color: #aefdf3;
  transition: all 4s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .button:hover {
    filter: brightness(135%); }

.or_divider {
  width: 100%;
  height: auto;
  position: relative; }
  .or_divider::before, .or_divider::after {
    content: "";
    width: 45.3%;
    height: 1.5px;
    position: absolute;
    top: 50%;
    background-color: rgba(var(--bs-secondary-bg-rgb), 0.1); }
  .or_divider::before {
    left: 0; }
  .or_divider::after {
    right: 0; }

.plus-link {
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
  line-height: 15px;
  background: linear-gradient(180deg, white 0%, white 33%, #24a292 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.13); }

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-right: 5px; }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
    .switch input:checked + .switch-slider {
      background-color: #24a292; }
      .switch input:checked + .switch-slider::before {
        -webkit-transform: translateX(19px);
        -ms-transform: translateX(19px);
        transform: translateX(19px); }
  .switch .switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #04332e;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 20px; }
    .switch .switch-slider::before {
      position: absolute;
      content: "";
      height: 16px;
      width: 16px;
      left: 2px;
      bottom: 2px;
      background-color: #fff;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      border-radius: 50%; }

.container-limited {
  max-width: 1024px; }

@media (min-width: 1024px) {
  .h-lg-100 {
    height: 100% !important; } }
.card-deck {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px; }
  .card-deck .card {
    color: #f2f7fa;
    flex: 1 1 calc(33.333% - 20px);
    margin-bottom: 20px;
    background-color: #232222;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }

body {
  background-color: black;
  color: #f2f7fa;
  font-family: 'BeaufortforLOL', sans-serif;
  padding: 0 !important; }

a, a.nav-link,
a.navbar-brand,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #f2f7fa; }

a.nav-link:hover,
a.navbar-brand:hover,
.navbar-nav .nav-link.active:hover,
.navbar-nav .nav-link.show:hover {
  color: #aefdf3;
  text-shadow: 0 0 5px #aefdf3; }

.signin {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 1055; }

input:not(input[type="submit"],
input[type="checkbox"]),
input.form-control,
select.form-select {
  background-color: #003f3a;
  border-radius: 19px;
  padding: 11px;
  border: none;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.1);
  color: #f2f7fa;
  text-indent: 1rem; }
  input:not(input[type="submit"],
  input[type="checkbox"]):focus,
  input.form-control:focus,
  select.form-select:focus {
    background-color: #003f3a;
    color: #f2f7fa; }
  input:not(input[type="submit"],
  input[type="checkbox"])::placeholder,
  input.form-control::placeholder,
  select.form-select::placeholder {
    color: #f2f7fa;
    opacity: 0.7;
    text-transform: uppercase; }

.form-select {
  --bs-form-select-bg-img: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3E%3Cpath fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m2 5 6 6 6-6"/%3E%3C/svg%3E');
  background-image: var(--bs-form-select-bg-img); }

.login-submit {
  width: 123px;
  height: 49px;
  padding: 0 0 8px 0;
  text-align: center;
  text-transform: uppercase;
  color: #f2f7fa;
  font-size: 0.99rem;
  letter-spacing: 2px;
  font-weight: 500;
  background: url(../images/base_submit_button.png) no-repeat;
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .login-submit:hover {
    filter: brightness(135%); }

.form-group .styled-checkbox {
  appearance: none;
  -webkit-appearance: none;
  background-color: #003f3a;
  border: 1px solid #41817b;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
  margin-right: 8px; }
  .form-group .styled-checkbox:checked {
    background-color: #003f3a;
    border-color: #41817b; }
  .form-group .styled-checkbox:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 12px;
    border: solid #41817b;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg); }
.form-group label {
  color: #f2f7fa;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 2px;
  cursor: pointer; }

.social-header h4 {
  letter-spacing: 3px; }
.social-header span {
  color: #afafaf;
  font-size: 0.9rem;
  font-weight: 450; }

.social-login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem; }
  .social-login a {
    width: 165px;
    height: 44px;
    display: block;
    line-height: 40px;
    font-weight: 450;
    text-align: center;
    text-indent: 1rem;
    padding-bottom: 5px;
    letter-spacing: 2px;
    transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .social-login a:hover {
      filter: brightness(135%); }
  .social-login a:nth-child(1) {
    background: url(../images/base_social_btn_google.png) no-repeat; }
  .social-login a:nth-child(2) {
    background: url(../images/base_social_btn_facebook.png) no-repeat; }

section {
  height: auto; }
  @media screen and (min-width: 992px) {
    section {
      height: 100vh; } }
  @media screen and (max-width: 769px) {
    section {
      background-size: cover !important; } }

.page-container {
  max-width: 1200px;
  margin: 400px auto 100px auto;
  padding: 20px;
  background-color: #161616; }
  .page-container .page-title {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    margin-bottom: 20px !important;
    background-color: rgba(0, 65, 55, 0.705);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px !important;
    border-top: 2px solid #41817b;
    border-bottom: none !important; }
    .page-container .page-title .breadcrumb {
      margin: 0; }
  .page-container::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(../images/background-page.png) no-repeat;
    content: ''; }
  .page-container::after {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(to top, black 23%, rgba(0, 0, 0, 0) 90%);
    content: ''; }

.navbar {
  width: 100%;
  padding: 0;
  position: fixed;
  z-index: 1055;
  top: 0; }
  .navbar::before {
    width: 100%;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%);
    content: ''; }

.white-space-y {
  height: 69px; }

.custom-toggler {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 69px;
  height: 69px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  z-index: 1056;
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.5s ease-in-out;
  background: url(../images/base_trigger_offcanvas.png) no-repeat;
  background-size: cover; }

.custom-toggler span {
  display: block;
  height: 4px;
  width: 30px;
  background-color: #aefdf3;
  border-radius: 2px;
  transition: all 0.4s ease; }

.custom-toggler.open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg); }
.custom-toggler.open span:nth-child(2) {
  opacity: 0; }
.custom-toggler.open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg); }

.offcanvas {
  max-width: 360px;
  background: linear-gradient(to top, rgba(0, 78, 82, 0.36863) 0%, rgba(0, 78, 82, 0.61) 39%, black 100%); }

.offcanvas .navbar-nav {
  gap: 1rem; }

.offcanvas .navbar-nav .nav-item a.nav-link {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 500;
  color: #aefdf3; }
  .offcanvas .navbar-nav .nav-item a.nav-link:hover {
    color: #f2f7fa;
    background-color: rgba(51, 119, 138, 0.2); }

.section_title {
  padding-top: 141px;
  text-align: center;
  margin-bottom: 2rem;
  text-transform: uppercase; }

.section_title > * {
  filter: drop-shadow(0 0 10px #0f8373); }

.section_title span {
  font-size: 1.5rem;
  font-weight: 500;
  color: #f2f7fa; }

.section_title h2 {
  font-size: 4rem;
  background: linear-gradient(180deg, white 0%, white 33%, #24a292 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
  letter-spacing: 2px; }

.hero {
  height: 100vh;
  position: relative;
  background: url(../images/hero.png) no-repeat center center; }
  .hero::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #1a1a1a 0%, rgba(26, 26, 26, 0) 60%);
    z-index: 1; }

.hero_content {
  padding-top: 340px;
  position: relative;
  z-index: 2; }
  .hero_content .hero_bubbles {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: repeat(2, auto);
    gap: 2rem;
    justify-items: center;
    align-items: center;
    width: 100%; }
    .hero_content .hero_bubbles .bubble_item {
      text-align: center;
      text-transform: uppercase; }
      .hero_content .hero_bubbles .bubble_item.left.top {
        grid-column: 1;
        grid-row: 1; }
      .hero_content .hero_bubbles .bubble_item.left.bottom {
        grid-column: 1;
        grid-row: 2; }
      .hero_content .hero_bubbles .bubble_item.center {
        grid-column: 2;
        grid-row: 1 / span 2; }
        .hero_content .hero_bubbles .bubble_item.center .brand {
          max-width: 300px;
          margin: 0 auto;
          display: block; }
      .hero_content .hero_bubbles .bubble_item.right.top {
        grid-column: 3;
        grid-row: 1; }
      .hero_content .hero_bubbles .bubble_item.right.bottom {
        grid-column: 3;
        grid-row: 2; }
      .hero_content .hero_bubbles .bubble_item .bubble_item_content {
        width: 104px;
        height: 101px;
        background: url(../images/base_rounded_text.png) no-repeat;
        display: flex;
        align-items: center;
        justify-content: center; }
        .hero_content .hero_bubbles .bubble_item .bubble_item_content span {
          font-size: 150%;
          color: #aefdf3;
          font-weight: 450; }
      .hero_content .hero_bubbles .bubble_item h4 {
        padding-bottom: 15px;
        font-size: 0.99rem; }

.castle_siege {
  background: url(../images/section_castle_siege.png) no-repeat center center;
  background-size: cover;
  padding: 60px 0;
  color: white;
  text-align: center; }
  .castle_siege .cs-wrapper {
    height: 348px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
    background: url(../images/bg_cs.png) no-repeat center bottom; }
  .castle_siege .cs-card {
    flex: 1 1 250px;
    max-width: 280px;
    transition: all 0.3s ease-in-out; }
    .castle_siege .cs-card .label {
      font-weight: bold;
      color: white;
      text-transform: uppercase;
      font-size: 0.9rem;
      margin-bottom: 10px; }
    .castle_siege .cs-card .name {
      font-size: 1.5rem;
      font-weight: bold;
      color: #19f8c7;
      background-color: #001c19;
      padding: 10px;
      border-radius: 22px;
      box-shadow: inset 0 -1px 2px rgba(50, 219, 231, 0.1); }
  .castle_siege .cs-vs {
    width: 156px;
    height: 156px;
    background-color: #061a17;
    margin: 0 20px; }
  .castle_siege .cs-time .label {
    font-weight: bold;
    font-size: 0.9rem;
    color: white; }
  .castle_siege .cs-time .time {
    font-size: 1.1rem;
    font-weight: bold;
    color: #19f8c7;
    text-transform: uppercase; }
  @media (max-width: 767px) {
    .castle_siege .cs-wrapper {
      flex-direction: column;
      gap: 20px; }
    .castle_siege .cs-vs {
      margin: 20px 0; } }

.game_info {
  background: url(../images/section_game_info.png) no-repeat center center; }
  .game_info .box {
    background-color: #042925;
    padding: 10px; }
  .game_info .box-title {
    height: 70px;
    background: url(../images/base_title_block.png) no-repeat center bottom;
    padding: 0 25px; }
    .game_info .box-title h4 {
      font-size: 1.1rem;
      text-transform: uppercase;
      line-height: 70px; }
  .game_info .box.info ul li {
    font-size: 0.9rem;
    padding: 3px; }
  .game_info .box.events {
    max-height: 281px;
    overflow-y: auto;
    overflow-x: hidden; }
    .game_info .box.events .list-group.list-custom .event {
      position: relative;
      display: block;
      padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
      color: #f2f7fa;
      text-decoration: none;
      background-color: transparent;
      border: var(--bs-list-group-border-width) solid #04332e;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-left: none;
      border-right: none;
      border-top: none; }
      .game_info .box.events .list-group.list-custom .event .name {
        white-space: nowrap;
        font-size: 0.9rem; }
      .game_info .box.events .list-group.list-custom .event .time {
        --bs-badge-padding-x: 0.65em;
        --bs-badge-padding-y: 0.35em;
        --bs-badge-font-size: 0.75em;
        --bs-badge-font-weight: 700;
        --bs-badge-color: #fff;
        --bs-badge-border-radius: var(--bs-border-radius);
        display: inline-block;
        padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
        font-size: var(--bs-badge-font-size);
        font-weight: var(--bs-badge-font-weight);
        line-height: 1;
        color: var(--bs-badge-color);
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: var(--bs-badge-border-radius);
        background-color: rgba(255, 255, 255, 0.2); }
  .game_info .social a:nth-child(1) {
    width: 298px;
    height: 104px;
    transition: 0.5s ease-in-out;
    background: url(../images/button-youtube.png) no-repeat; }
    .game_info .social a:nth-child(1):hover {
      filter: brightness(115%); }
    .game_info .social a:nth-child(1) .social-text {
      padding: 30px 0 30px 100px;
      transition: 0.5s ease-in-out; }
      .game_info .social a:nth-child(1) .social-text h5 {
        text-transform: uppercase; }
      .game_info .social a:nth-child(1) .social-text span {
        font-size: 0.9rem;
        font-style: italic;
        color: #dccf76; }
      .game_info .social a:nth-child(1) .social-text:hover {
        padding: 30px 0 30px 120px; }
  .game_info .social a:nth-child(2) {
    width: 298px;
    height: 104px;
    transition: 0.5s ease-in-out;
    background: url(../images/button-discord.png) no-repeat; }
    .game_info .social a:nth-child(2):hover {
      filter: brightness(115%); }
    .game_info .social a:nth-child(2) .social-text {
      padding: 30px 0 30px 100px;
      transition: 0.5s ease-in-out; }
      .game_info .social a:nth-child(2) .social-text h5 {
        text-transform: uppercase; }
      .game_info .social a:nth-child(2) .social-text span {
        font-size: 0.9rem;
        font-style: italic;
        color: #dccf76; }
      .game_info .social a:nth-child(2) .social-text:hover {
        padding: 30px 0 30px 120px; }
  .game_info .social a:nth-child(3) {
    width: 298px;
    height: 104px;
    transition: 0.5s ease-in-out;
    background: url(../images/button-facebook.png) no-repeat; }
    .game_info .social a:nth-child(3):hover {
      filter: brightness(115%); }
    .game_info .social a:nth-child(3) .social-text {
      padding: 30px 0 30px 100px;
      transition: 0.5s ease-in-out; }
      .game_info .social a:nth-child(3) .social-text h5 {
        text-transform: uppercase; }
      .game_info .social a:nth-child(3) .social-text span {
        font-size: 0.9rem;
        font-style: italic;
        color: #dccf76; }
      .game_info .social a:nth-child(3) .social-text:hover {
        padding: 30px 0 30px 120px; }

.hall_fame {
  background: url(../images/section_hall_fame.png) no-repeat center center; }
  .hall_fame .top-rankings-carousel {
    max-width: 1060px;
    margin: 0 auto; }
    .hall_fame .top-rankings-carousel .top-resets {
      width: 340px;
      margin: 0 10px;
      background: #042925;
      color: white; }
      .hall_fame .top-rankings-carousel .top-resets .header {
        text-align: center;
        padding: 16px 0;
        font-weight: bold;
        font-size: 18px;
        background: url(../images/base_title_block.png) no-repeat center bottom;
        border-bottom: 1px solid #003f34; }
        @media screen and (max-width: 768px) {
          .hall_fame .top-rankings-carousel .top-resets .header {
            background-size: cover; } }
      .hall_fame .top-rankings-carousel .top-resets .table {
        padding: 10px;
        text-transform: uppercase; }
        .hall_fame .top-rankings-carousel .top-resets .table .table-header, .hall_fame .top-rankings-carousel .top-resets .table .table-row {
          display: flex;
          align-items: center;
          padding: 8px 12px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
          .hall_fame .top-rankings-carousel .top-resets .table .table-header .number, .hall_fame .top-rankings-carousel .top-resets .table .table-row .number {
            width: 10px;
            margin-right: 40px; }
          .hall_fame .top-rankings-carousel .top-resets .table .table-header .flag, .hall_fame .top-rankings-carousel .top-resets .table .table-row .flag {
            width: 15%;
            margin-right: 40px;
            text-align: center; }
            .hall_fame .top-rankings-carousel .top-resets .table .table-header .flag img, .hall_fame .top-rankings-carousel .top-resets .table .table-header .flag svg, .hall_fame .top-rankings-carousel .top-resets .table .table-row .flag img, .hall_fame .top-rankings-carousel .top-resets .table .table-row .flag svg {
              padding: 0; }
          .hall_fame .top-rankings-carousel .top-resets .table .table-header .name, .hall_fame .top-rankings-carousel .top-resets .table .table-row .name {
            width: 40%; }
          .hall_fame .top-rankings-carousel .top-resets .table .table-header .score, .hall_fame .top-rankings-carousel .top-resets .table .table-row .score {
            width: 25%;
            text-align: center; }
        .hall_fame .top-rankings-carousel .top-resets .table .table-header {
          font-weight: bold;
          font-size: 14px;
          background: url(../images/base_gradient_thead.png) repeat-x;
          box-shadow: 0 5px 11px rgba(0, 0, 0, 0.5);
          margin-bottom: 15px; }
        .hall_fame .top-rankings-carousel .top-resets .table .table-row {
          font-size: 13px;
          transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
          .hall_fame .top-rankings-carousel .top-resets .table .table-row:hover {
            background-color: #007064;
            transform: scale(1.2); }
  .hall_fame .slick-slide {
    margin: 0 10px; }

.slick-prev,
.slick-next {
  width: 28px;
  height: 47px;
  filter: drop-shadow(0 0 10px #24a292) brightness(115%);
  transition: all 0.2s ease-in-out; }
  .slick-prev:hover,
  .slick-next:hover {
    filter: drop-shadow(0 0 15px #24a292) brightness(120%); }
  .slick-prev::before,
  .slick-next::before {
    font-size: 0; }

.slick-next {
  background: url(../images/arrow_right.png) no-repeat; }
  .slick-next:hover, .slick-next:focus {
    background: url(../images/arrow_right.png) no-repeat; }

.slick-prev {
  background: url(../images/arrow_left.png) no-repeat; }
  .slick-prev:hover, .slick-prev:focus {
    background: url(../images/arrow_left.png) no-repeat; }

.home_news {
  background: url(../images/section_news.png) no-repeat center center; }
  .home_news > .container {
    padding-top: 70px; }

.news-list {
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background-color: #042925; }

.news-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 14px;
  color: #bbbbbb; }
  .news-item .badge {
    width: 100px; }

.news-title {
  max-width: 245px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  margin-left: 6px; }
  .news-title:hover {
    text-decoration: underline; }

.news-date {
  color: #aaa;
  font-size: 13px; }

.badge-default {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  padding: 2px 8px;
  text-transform: uppercase;
  background-color: #cc3300;
  border-radius: 2px; }

.block-title {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 70px;
  background: url(../images/base_title_news.png) no-repeat center center/cover;
  text-indent: 30px; }
  .block-title h4 {
    font-size: 16px;
    line-height: 70px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase; }
  .block-title .add-post {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #00f0c0;
    font-size: 20px;
    text-decoration: none; }
    .block-title .add-post:hover {
      color: #00ffd0; }

#sliderjs {
  list-style: none;
  padding: 0;
  margin: 0; }
  #sliderjs .slide-item {
    height: 300px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    color: white; }
    #sliderjs .slide-item img {
      width: 100%; }
    #sliderjs .slide-item .slide-content {
      max-width: 100%;
      width: 100%;
      z-index: 2;
      position: absolute;
      bottom: 40px; }
      #sliderjs .slide-item .slide-content h2 {
        font-size: 28px;
        font-weight: 900;
        line-height: 1.2;
        text-transform: uppercase;
        color: #00c8a6; }
      #sliderjs .slide-item .slide-content .slide-title {
        max-width: max-content;
        display: block;
        background: black;
        padding: 8px 16px;
        margin-top: 20px;
        border-radius: 20px;
        font-size: 13px;
        color: white;
        margin: 0 auto;
        left: 0;
        right: 0;
        position: absolute;
        bottom: 0; }

.slider-container {
  position: relative;
  max-width: 100%;
  overflow: hidden; }

.slick-dots {
  max-width: max-content;
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: flex !important; }
  .slick-dots li {
    width: auto;
    height: auto; }
    .slick-dots li button {
      width: 15px;
      height: 15px;
      background: #007e65;
      opacity: 0.5;
      border: none;
      font-size: 0; }
    .slick-dots li.slick-active button {
      opacity: 1;
      background: #00c8a6; }

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none; }

html {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent; }
  html::-webkit-scrollbar {
    width: 6px; }
  html::-webkit-scrollbar-track {
    background: transparent; }
  html::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 10px; }
  html::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.5); }

ul, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  color: #f2f7fa; }

a {
  text-decoration: none; }

tbody, td, tfoot, th, thead, tr {
  border-color: #2a2a2a; }

#signinModal .modal-dialog {
  margin: 0 auto; }

#signinModal .modal-content {
  height: 100vh;
  border-radius: 0;
  background-color: transparent;
  background: linear-gradient(to top, rgba(0, 78, 82, 0.36863) 0%, rgba(0, 78, 82, 0.61) 39%, black 100%); }

.modal .modal-content {
  color: #f2f7fa;
  text-transform: uppercase; }

.modal .modal-header .modal-title {
  color: #f2f7fa; }

.modal .modal-header,
.modal .modal-footer {
  border-color: #202d33; }

.btn-close {
  filter: invert(1); }

.list-group.list-custom {
  background-color: transparent;
  border: none; }
  .list-group.list-custom .list-group-item {
    background-color: transparent;
    border-color: #04332e;
    color: #f2f7fa; }

.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(242, 247, 250, 0.5); }

.card {
  background-color: #232222; }

.table > :not(caption) > * > * {
  background-color: transparent;
  color: #f2f7fa; }

@media screen and (min-width: 1px) and (max-height: 768px) {
  section {
    height: auto; } }
@media screen and (min-width: 360px) and (max-width: 767px) {
  .hero {
    background-position: center bottom; } }
@media (max-width: 460px) and (min-width: 1px) {
  .hero_content {
    padding-top: 280px; }

  .hero_content .hero_bubbles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto auto;
    gap: 1.5rem;
    justify-items: center;
    align-items: center; }

  .hero_content .hero_bubbles .bubble_item.center {
    grid-column: 1 / span 2;
    grid-row: 1;
    order: -1; }

  .hero_content .hero_bubbles .bubble_item.left.top {
    grid-column: 1;
    grid-row: 2; }

  .hero_content .hero_bubbles .bubble_item.right.top {
    grid-column: 2;
    grid-row: 2; }

  .hero_content .hero_bubbles .bubble_item.left.bottom {
    grid-column: 1;
    grid-row: 3; }

  .hero_content .hero_bubbles .bubble_item.right.bottom {
    grid-column: 2;
    grid-row: 3; }

  .hero_content .hero_bubbles .bubble_item {
    text-align: center;
    max-width: 100%; }

  .hero_content .hero_bubbles .bubble_item_content {
    margin: 0 auto; } }

/*# sourceMappingURL=app.css.map */
