/* Font text values */
/* Character Styles */
* {
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 62.5%;
  -webkit-user-select: none;
          user-select: none;
  -webkit-text-size-adjust: none;
          text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  writing-mode: horizontal-tb;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html[dir='rtl'] {
  direction: rtl;
}
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  color: #a9b8cf;
  background-color: #292C31;
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}
body.isblocked {
  position: fixed;
}
.wrap-out {
  min-height: 100%;
  height: 100%;
  background-color: #292C31;
}
.react-datepicker {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  flex-shrink: 0;
  background: #1e2125;
  border-radius: 4px;
  box-shadow: 0 2px 4px #000;
  margin: 0.8rem;
}
.react-datepicker-popper {
  z-index: 2;
}
[dir="ltr"] .react-datepicker__portal {
  left: 0;
}
[dir="rtl"] .react-datepicker__portal {
  right: 0;
}
.react-datepicker__portal {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  background-color: rgba(41, 44, 49, 0.005);
  transition: all 0.3s ease-out;
  transition-delay: 0s;
  justify-content: center;
  align-items: center;
  display: flex;
}
.react-datepicker__header {
  flex-shrink: 0;
  position: relative;
  text-align: center;
  background-color: #1e2125;
  border-bottom: 1px solid #42464f;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  *zoom: 1;
}
.react-datepicker__header:before,
.react-datepicker__header:after {
  content: ' ';
  display: table;
}
.react-datepicker__header:after {
  clear: both;
}
[dir="ltr"] .react-datepicker__header--time {
  border-left: 1px solid #42464f;
}
[dir="rtl"] .react-datepicker__header--time {
  border-right: 1px solid #42464f;
}
.react-datepicker__current-month,
.react-datepicker-time__header {
  padding: 1.6rem 0;
  font-family: 'Roboto', sans-serif, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  color: #a9b8cf;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.react-datepicker__navigation {
  background: none;
  border: none;
  position: absolute;
  top: 2.4rem;
  transform: translate(0, -50%);
  z-index: 1;
  width: 4rem;
  height: 4rem;
  font-size: 0;
  line-height: 4rem;
  text-align: center;
  cursor: pointer;
}
.react-datepicker__navigation:focus {
  outline: none;
}
.react-datepicker__navigation::before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a9b8cf;
  font-size: 2.4rem;
}
[dir="ltr"] .react-datepicker__navigation--previous {
  left: 0.4rem;
}
[dir="rtl"] .react-datepicker__navigation--previous {
  right: 0.4rem;
}
.react-datepicker__navigation--previous::before {
  content: '\f104';
}
[dir='rtl'] .react-datepicker__navigation--previous::before {
  transform: scale(-1, 1);
}
.react-datepicker__navigation--previous--disabled,
.react-datepicker__navigation--previous--disabled:hover {
  cursor: default;
}
[dir="ltr"] .react-datepicker__navigation--next {
  right: 0.4rem;
}
[dir="rtl"] .react-datepicker__navigation--next {
  left: 0.4rem;
}
.react-datepicker__navigation--next::before {
  content: '\f105';
}
[dir='rtl'] .react-datepicker__navigation--next::before {
  transform: scale(-1, 1);
}
[dir="ltr"] .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 7rem;
}
[dir="rtl"] .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  left: 7rem;
}
.react-datepicker__navigation--next--disabled,
.react-datepicker__navigation--next--disabled:hover {
  cursor: default;
}
.react-datepicker__month-container {
  flex-grow: 1;
}
.react-datepicker__month {
  display: flex;
  flex-direction: column;
  margin-top: 3.2rem;
  padding: 0.8rem;
  text-align: center;
}
.react-datepicker__week {
  display: flex;
  flex-direction: row;
}
.react-datepicker__time-container {
  flex-shrink: 0;
  width: 7rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  overflow: hidden;
}
.react-datepicker__time {
  position: relative;
  flex-grow: 1;
  max-height: 20rem;
}
.react-datepicker__time-box {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
[dir="ltr"] .react-datepicker__time-list {
  padding-right: 20px;
}
[dir="rtl"] .react-datepicker__time-list {
  padding-left: 20px;
}
.react-datepicker__time-list {
  box-sizing: content-box;
  list-style: none;
  margin: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0;
  width: 100%;
}
[dir="ltr"] .react-datepicker__time-list-item {
  border-left: 1px solid #42464f;
}
[dir="rtl"] .react-datepicker__time-list-item {
  border-right: 1px solid #42464f;
}
.react-datepicker__time-list-item {
  position: relative;
  display: block;
  width: 7rem;
  padding: 0.8rem;
  font-size: 1.4rem;
  font-family: 'Roboto', sans-serif;
  color: #a9b8cf;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: lowercase;
  cursor: pointer;
  border-bottom: 1px solid #42464f;
}
.react-datepicker__time-list-item:active,
.react-datepicker__time-list-item--selected {
  color: #36A3F2;
  background-color: #42464f;
}
.react-datepicker__time-list-item--disabled {
  color: #687283;
  opacity: 0.5;
}
.react-datepicker__day-names {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 0.8rem;
}
.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  display: inline-block;
  margin: 0;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
}
.react-datepicker__day-name,
.react-datepicker__time-name {
  font-family: 'Roboto', sans-serif, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}
.react-datepicker__day {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  border: 1px solid transparent;
  cursor: pointer;
}
.react-datepicker__day:hover {
  font-weight: 700;
  background-color: #35a1ef;
}
.react-datepicker__day--today {
  color: #36A3F2;
}
.react-datepicker__day--today:hover {
  color: #a9b8cf;
}
.react-datepicker__day--highlighted,
.react-datepicker__day--selected,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--in-range,
.react-datepicker__day--keyboard-selected {
  font-weight: 700;
  color: #36A3F2;
  background-color: #42464f;
  border-color: #42464f;
}
.react-datepicker__day--highlighted:hover,
.react-datepicker__day--selected:hover,
.react-datepicker__day--in-selecting-range:hover,
.react-datepicker__day--in-range:hover,
.react-datepicker__day--keyboard-selected:hover {
  background-color: #35a1ef;
  color: #a9b8cf;
}
.react-datepicker__day--weekend,
.react-datepicker__day--weekend:hover {
  color: #f05757;
}
.react-datepicker__day--outside-month,
.react-datepicker__day--disabled {
  cursor: default;
  color: #687283;
  opacity: 0.5;
}
.react-datepicker__day--outside-month:hover,
.react-datepicker__day--disabled:hover {
  background-color: transparent;
}
[dir="ltr"] .react-datepicker__custom-input-wrapper::after {
  right: 0;
}
[dir="rtl"] .react-datepicker__custom-input-wrapper::after {
  left: 0;
}
.react-datepicker__custom-input-wrapper::after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f073';
  position: absolute;
  top: 0;
  height: 100%;
  width: 4rem;
  line-height: 4rem;
  text-align: center;
  color: #a9b8cf;
  opacity: 0.5;
}
.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  z-index: 0;
}
[dir="ltr"] .react-datepicker__input-container input {
  padding-right: 4rem;
}
[dir="rtl"] .react-datepicker__input-container input {
  padding-left: 4rem;
}
.react-datepicker__input-container input {
  width: 100%;
  max-width: 100%;
  padding: 1rem 0;
  vertical-align: middle;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: currentColor;
  text-align: inherit;
  outline: none;
  background: transparent;
  border: none;
  box-shadow: none;
  appearance: none;
  color: #e8e9eb;
  text-align: left;
}
.react-datepicker__input-container input::placeholder {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #687283;
}
.react-datepicker__input-container input:invalid:not(output) {
  box-shadow: none;
}
.react-datepicker__input-container input:-moz-ui-invalid:not(output) {
  box-shadow: none;
}
.react-datepicker__input-container input:-moz-ui-invalid:-moz-focusring:not(output) {
  box-shadow: none;
}
.react-datepicker__input-container input:-webkit-autofill,
.react-datepicker__input-container input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
}
.react-datepicker__aria-live {
  display: none;
}
.react-datepicker__header__dropdown {
  display: flex;
  justify-content: flex-end;
  position: relative;
  background-color: #1e2125;
}
[dir="ltr"] .react-datepicker__year-dropdown {
  right: 0;
}
[dir="rtl"] .react-datepicker__year-dropdown {
  left: 0;
}
.react-datepicker__year-dropdown {
  position: absolute;
  top: 0;
  z-index: 1;
  margin-top: 1px;
  max-height: 30rem;
  overflow: auto;
  background: #1e2125;
  border: 1px solid #42464f;
  border-top: none;
  border-right: none;
  border-radius: 0 0 0 4px;
}
.react-datepicker__navigation--years-upcoming {
  position: static;
  display: inline-block;
  transform: none;
  width: 100%;
  padding: 0 1.6rem;
  text-align: center;
}
.react-datepicker__navigation--years-upcoming::after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f077';
  color: #a9b8cf;
}
.react-datepicker__navigation--years-upcoming::after {
  content: '\f077';
}
.react-datepicker__navigation--years-previous {
  position: static;
  display: inline-block;
  transform: none;
  width: 100%;
  padding: 0 1.6rem;
  text-align: center;
}
.react-datepicker__navigation--years-previous::after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f077';
  color: #a9b8cf;
}
.react-datepicker__navigation--years-previous::after {
  content: '\f078';
}
.react-datepicker__year-option {
  position: relative;
  display: block;
  width: 7rem;
  padding: 0.8rem 1.6rem;
  font-size: 1.4rem;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  color: #a9b8cf;
  cursor: pointer;
}
.react-datepicker__year-option:first-child,
.react-datepicker__year-option:last-child {
  padding: 0;
}
[dir="ltr"] .react-datepicker__year-option::after {
  left: 0.8rem;
}
[dir="rtl"] .react-datepicker__year-option::after {
  right: 0.8rem;
}
[dir="ltr"] .react-datepicker__year-option::after {
  right: 0.8rem;
}
[dir="rtl"] .react-datepicker__year-option::after {
  left: 0.8rem;
}
.react-datepicker__year-option::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: #292C31;
}
.react-datepicker__year-option:last-child::after {
  height: 0;
}
.react-datepicker__year-option--selected_year {
  color: #36A3F2;
}
.react-datepicker__year-option--selected {
  display: none;
}
.react-datepicker__year-read-view {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.4rem;
  color: #a9b8cf;
  background: #1e2125;
  visibility: visible !important;
}
.react-datepicker__year-read-view--down-arrow {
  margin: 0 0.8rem;
}
.react-datepicker__year-read-view--down-arrow::after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f0d7';
  color: #a9b8cf;
}
.react-datepicker__year-read-view--selected-year {
  padding: 0.8rem 0;
}
/**
 * Swiper 12.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 18, 2026
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: initial;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
  .swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
  }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none;
  }
/* For Internet Explorer and Edge */
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
      display: none;
    }
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
[dir="ltr"] .swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
      margin-left: var(--swiper-slides-offset-before);
}
[dir="rtl"] .swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
      margin-right: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
[dir="ltr"] .swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child {
      margin-right: var(--swiper-slides-offset-after);
}
[dir="rtl"] .swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child {
      margin-left: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
      margin-top: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:last-child {
      margin-bottom: var(--swiper-slides-offset-after);
    }
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
      scroll-snap-type: none;
    }
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
[dir="ltr"] .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
      margin-left: var(--swiper-centered-offset-before);
}
[dir="rtl"] .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
      margin-right: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
      margin-top: var(--swiper-centered-offset-before);
    }
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom,
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-theme-color);
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }
.swiper-pagination-disabled > .swiper-pagination,
  .swiper-pagination.swiper-pagination-disabled {
    display: none !important;
  }
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 8px;
  bottom: var(--swiper-pagination-bottom, 8px);
  top: auto;
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
.swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: 0.2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
  }
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }
.swiper-pagination-bullet:only-child {
    display: none !important;
  }
.swiper-pagination-bullet-active {
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 8px;
  right: var(--swiper-pagination-right, 8px);
  left: auto;
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
  }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform,
        200ms top;
    }
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      transition:
        200ms transform,
        200ms left;
    }
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: inherit;
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
.swiper-horizontal > .swiper-pagination-progressbar,
  .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
  .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
.swiper-vertical > .swiper-pagination-progressbar,
  .swiper-pagination-progressbar.swiper-pagination-vertical,
  .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
  .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: 4px;
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
.swiper-pagination-lock {
  display: none;
}

.bottom-nav-swiper-menu .swiper-horizontal > .swiper-pagination-bullets {
  bottom: 0.4rem;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-nav-swiper-menu .swiper-horizontal > .swiper-pagination-bullets > .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  background-color: #a9b8cf;
  opacity: 0.3;
}
.bottom-nav-swiper-menu .swiper-horizontal > .swiper-pagination-bullets > .swiper-pagination-bullet-active {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  background-color: #35a1ef;
  opacity: 1;
}
.bottom-nav-swiper-menu .swiper-wrapper {
  height: 6.4rem;
  top: 0;
}
.article {
  width: 100%;
  min-height: calc(100vh - 4.4rem);
  color: #a9b8cf;
  padding: 1.6rem;
  overflow-x: hidden;
}
.article__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0;
  color: #e8e9eb;
}
.article__date {
  margin-top: 0.8rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #a9b8cf;
}
.article__text {
  margin-top: 1.6rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #a9b8cf;
  text-align: justify;
  overflow: auto;
}
.article__text strong,
.article__text b {
  font-weight: 700;
}
.article__text em,
.article__text i {
  font-style: italic;
}
.article__text strike {
  text-decoration: line-through;
}
.article__text sup {
  position: relative;
  top: -0.4em;
  vertical-align: baseline;
}
.article__text sub {
  position: relative;
  bottom: -0.4em;
  vertical-align: baseline;
}
.article__text p {
  margin: 1em 0;
}
[dir="ltr"] .article__text ul {
  margin-left: 20px;
}
[dir="rtl"] .article__text ul {
  margin-right: 20px;
}
.article__text ul {
  margin: 1em 0;
  list-style-type: disc;
}
[dir="ltr"] .article__text ol {
  margin-left: 20px;
}
[dir="rtl"] .article__text ol {
  margin-right: 20px;
}
.article__text ol {
  margin: 1em 0;
  list-style-type: decimal;
}
.article__text li {
  margin: 0 0 10px;
}
.article__text img {
  max-width: 100%;
  border: 0;
}
.article__text a:link {
  color: #36A3F2;
  text-decoration: underline;
  outline-width: 0;
}
.article__text a:visited {
  color: #36A3F2;
  outline-width: 0;
}
.article__text a:hover,
.article__text a:active {
  text-decoration: none;
}
.article__text * {
  box-sizing: content-box;
}
.hidden {
  display: none;
}

