@charset "UTF-8";
::-moz-selection {
    background-color: rgba(220, 174, 100, .99);
    -webkit-text-fill-color: #111114;
    color: #111114
}

::selection {
    background-color: rgba(220, 174, 100, .99);
    -webkit-text-fill-color: #111114;
    color: #111114
}

img {
    user-select: none
}

:root {
    font-size: 14px
}

@media(min-width:93.75em) {
    :root {
        font-size: 16px
    }
}

.text-container {
    width: 57.5rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    color: #b4b8cd
}

@media(min-width:40em) {
    .text-container {
        width: 58.75rem;
        padding-right: 1.875rem;
        padding-left: 1.875rem
    }
}

@media(min-width:64em) {
    .text-container {
        width: 58.75rem;
        padding-right: 1.875rem;
        padding-left: 1.875rem
    }
}

.text-container h3 {
    margin-bottom: 1.5625rem
}

.text-container h3:not(:first-child) {
    margin-top: 3.125rem
}

.text-container p {
    margin-bottom: 1.5625rem
}

.navbar-left::after {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    right: -120px;
    z-index: -1;
    background-color: #23232d;
    clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 100%, 0 100%)
}

.gradient-1 {
    background-image: linear-gradient(rgba(8, 10, 13, 0), #080a0d 120%)
}

.gradient-1-in-out {
    background-image: linear-gradient(rgba(8, 10, 13, 0.9) 0%, rgba(8, 10, 13, 0.7) 20%, rgba(8, 10, 13, 0) 50%, rgba(8, 10, 13, 0.7) 80%, rgba(8, 10, 13, 0.9) 100%)
}

@media(min-width:64em) {
    .gradient-2 {
        background-image: linear-gradient(rgba(25, 24, 30, 0), rgba(25, 24, 30, 0.45) 60%)
    }
}

.gradient-3::after {
    content: "";
    display: block;
    width: 100%;
    height: 12vmax;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(31, 30, 39, 0), #1f1e27);
    pointer-events: none
}

.gradient-4 {
    background-image: linear-gradient(rgba(17, 17, 20, 0), #111114)
}

.e404-grid {
    display: grid;
    align-items: center
}

.e404-child {
    grid-area: 1/1/2/2
}

.e404-title {
    font-size: 20vw
}

@media(min-width:48em) {
    .e404-title {
        font-size: 10vw
    }
}

.e404-subtitle {
    font-size: 3.3vw
}

@media(min-width:48em) {
    .e404-subtitle {
        font-size: 1.61vw
    }
}

.e404-img {
    transform: scale(1.5)
}

@media(min-width:48em) {
    .e404-img {
        transform: none
    }
}

.nav-hamburger {
    width: 2rem;
    height: 2rem;
    position: relative;
    margin-top: -1px
}

.nav-hamburger::before,
.nav-hamburger::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    color: inherit;
    background-color: currentColor;
    transition: box-shadow .3s .3s, transform .3s
}

.nav-hamburger::before {
    box-shadow: 0 -7px 0 currentColor, 0 7px 0 currentColor
}

.is-open .nav-hamburger::before,
.is-open .nav-hamburger::after {
    transition: box-shadow .3s, transform .3s .3s
}

.is-open .nav-hamburger::before {
    box-shadow: 0 0 0 transparent, 0 0 0 transparent;
    transform: rotate(-45deg)
}

.is-open .nav-hamburger::after {
    transform: rotate(45deg)
}

.mobile-nav {
    background-color: rgba(8, 10, 13, .9);
    visibility: hidden;
    opacity: 0;
    transition-property: visibility, opacity;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(.28, .67, .04, 1);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.mobile-nav.is-open {
    visibility: visible;
    opacity: 1
}

.progress-bar {
    width: 100%;
    height: .3125rem;
    background-color: #080a0d;
    border-radius: .3125rem;
    appearance: none;
    -moz-appearance: none;
    border: none
}

.progress-bar::-webkit-progress-bar {
    background-color: #080a0d;
    border-radius: .3125rem
}

.progress-bar::-moz-progress-bar {
    background-color: #dcae64;
    border-radius: .3125rem
}

.progress-bar::-webkit-progress-value {
    background-color: #dcae64;
    border-radius: .3125rem
}

.progress-bar--lg {
    width: 100%;
    height: .875rem;
    background-color: #6a6d81;
    border-radius: .625rem;
    appearance: none;
    -moz-appearance: none;
    border: none
}

.progress-bar--lg::-webkit-progress-bar {
    background-color: #6a6d81;
    border-radius: .625rem
}

.progress-bar--lg::-moz-progress-bar {
    background-color: #dcae64;
    border-radius: .625rem
}

.progress-bar--lg::-webkit-progress-value {
    background-color: #dcae64;
    border-radius: .625rem
}

.statistics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
    grid-gap: 1.875rem
}

.search-results {
    width: 100%;
    position: absolute;
    z-index: 30;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: .5s cubic-bezier(.28, .67, .04, 1)
}

@media(min-width:48em) {
    .search-results {
        width: 27.5rem;
        left: calc(50% - 13.75rem)
    }
}

.search-input:focus+.search-results {
    visibility: visible;
    opacity: 1
}

.history-table th,
.history-table td {
    padding: .625rem
}

.history-table th:first-child,
.history-table td:first-child {
    padding-left: 1.25rem;
    border-radius: .625rem 0 0 .625rem
}

.history-table th:last-child,
.history-table td:last-child {
    border-radius: 0 .625rem .625rem 0;
    padding-right: 1.25rem
}

.history-table tr:nth-child(odd) td {
    background-color: #19181e
}

.table-stripes tr:nth-child(odd) td {
    background-color: #19181e
}

.footer-stat path {
    transition: 2.5s cubic-bezier(.28, .67, .04, 1)
}

.footer-stat path:nth-of-type(2) {
    stroke-dasharray: 1000px 1000px
}

.footer-stat:hover path:nth-of-type(1) {
    opacity: 0
}

.footer-stat:hover path:nth-of-type(2) {
    stroke-dashoffset: 0 !important
}

.payout-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(7.5rem, 1fr));
    grid-gap: .75rem
}

.select-hidden {
    display: none;
    visibility: hidden
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative
}

.select-styled {
    padding-right: 1.5rem
}

.select-options {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #111114;
    border-radius: .375rem;
    max-height: 50vh;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transition: .3s
}

.select-options li {
    line-height: 1;
    padding: .75rem 1.5rem;
    white-space: nowrap;
    border-top: 1px solid #1f1e27;
    transition: color .2s
}

.select-options li:hover {
    color: #fff
}

.select-options li[data-value=hide] {
    display: none
}

.active+.select-options {
    visibility: visible;
    opacity: 1
}

.custom-select--left~.select-options {
    right: auto;
    left: 0
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1)
    }
    30% {
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, .95, 1)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}

.profile-stat:hover svg:first-child {
    animation: 1s rubberBand
}

.bg-6 {
    background-color: #dcae64
}

.bg-5 {
    background-color: #ff445d
}

.bg-4 {
    background-color: #a41aff
}

.bg-3 {
    background-color: #df5dee
}

.bg-2 {
    background-color: #5370e6
}

.bg-1 {
    background-color: #7c95ad
}

.bg-cash {
    background-color: #1b7465
}

.triangles {
    width: 58.20625rem;
    height: 9.29375rem;
    position: absolute;
    left: calc(50% - 29.103125rem);
    fill: rgba(255, 255, 255, .05)
}

.game-items-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
    grid-gap: 1.25rem
}

@media(min-width:40em) {
    .game-items-grid {
        grid-template-columns: repeat(auto-fill, minmax(12.5rem, 1fr));
        grid-gap: 1.875rem
    }
}

@media(hover:hover) {
    .game-items-grid {
        grid-row-gap: 3.125rem
    }
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15.625rem, 1fr));
    grid-gap: 1.25rem
}

@media(min-width:40em) {
    .articles-grid {
        grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
        grid-gap: 1.875rem
    }
}

.game-item {
    min-width: 9.375rem
}

@media(min-width:40em) {
    .game-item {
        min-width: 12.5rem
    }
}

@media(hover:hover) {
    .game-item:hover>.game-item-top,
    .game-item:focus>.game-item-top {
        transform: translateY(-25px)
    }
    .game-item:hover>.game-item-btn,
    .game-item:focus>.game-item-btn {
        transform: translateY(25px)
    }
}

@media(hover:hover) {
    .game-item-rich:hover .game-item-menu-details,
    .game-item-rich:focus .game-item-menu-details {
        opacity: 1
    }
}

@media(hover:hover) {
    .game-item-btn {
        height: 62px
    }
}

.game-item-menu {
    opacity: 0
}

.game-item-menu-details {
    opacity: 0
}

.game-item:hover .game-item-menu {
    opacity: 1
}

.game-item:hover .game-item-menu-details {
    opacity: 1
}

.game-item:hover .game-item-shadow {
    opacity: .9
}

.game-item-shadow {
    box-shadow: inset 0 0 35px #080a0d, 0 0 35px #080a0d;
    opacity: .4
}

.swiper-button.swiper-button-disabled {
    opacity: .4;
    pointer-events: none
}

.lift-on-hover {
    box-shadow: 0 4px 19px rgba(8, 7, 10, .8078431373)
}

@media(hover:hover) {
    .lift-on-hover:hover,
    .lift-on-hover:focus {
        box-shadow: 0 10px 28px #08070a;
        transform: translateY(-2px)
    }
}

.avatar {
    border-radius: 50%;
    transition-property: transform, border-radius;
    transition-duration: .3s, .2s;
    transition-timing-function: cubic-bezier(.53, .98, .4, 1.46), ease-out
}

@media(hover:hover) {
    .avatar:hover,
    .avatar:focus {
        border-radius: 10px;
        transform: scale(1.1)
    }
}

.small-items-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
    grid-gap: .9375rem
}

.dot-loader>span {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    border-radius: 100%;
    background-color: currentColor;
    margin: 0 .125rem;
    opacity: .5;
    transform: scale(.5)
}

.dot-loader>span:nth-child(1) {
    animation: dotLoaderAnimation 1.2s ease-in-out infinite
}

.dot-loader>span:nth-child(2) {
    animation: dotLoaderAnimation 1.2s ease-in-out .33s infinite
}

.dot-loader>span:nth-child(3) {
    animation: dotLoaderAnimation 1.2s ease-in-out .66s infinite
}

.green-dot-pulse {
    animation: green-dot-pulse .8s ease-in-out infinite alternate;
    transform: scale(1.2)
}

@keyframes green-dot-pulse {
    to {
        opacity: .2;
        transform: scale(1)
    }
}

@keyframes dotLoaderAnimation {
    0%,
    100% {
        opacity: .3;
        transform: scale(.6)
    }
    60% {
        opacity: 1;
        transform: scale(.99)
    }
}

.currency-select .select {
    display: flex
}

.currency-select .select-styled {
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 30px
}

.currency-select .select-options {
    width: 100%;
    top: calc(100% + 1px)
}

.currency-select .select-options li {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center
}

.currency-select .select-options li:first-of-type {
    border-top: none
}

.profile-avatar:hover .profile-avatar__inner-ring,
.profile-avatar:hover .profile-avatar__outer-ring {
    transform: none
}

.profile-avatar:hover .profile-avatar__bg {
    transform: scale(.9);
    opacity: 0
}

.profile-avatar:hover .profile-avatar__img {
    box-shadow: 0 0 40px rgba(220, 174, 100, .35)
}

.profile-avatar__outer-ring {
    transform: scale(1.14);
    opacity: .1
}

.profile-avatar__inner-ring {
    transform: scale(.87)
}

.profile-avatar__bg {
    transform: scale(1.8)
}

.profile-avatar__img {
    transition-property: box-shadow;
    box-shadow: 0 0 15px rgba(220, 174, 100, .25)
}

@media(min-width:64em) {
    .free-case-guide-columns {
        grid-template-columns: 1fr auto 1fr
    }
}

.article-body>*+* {
    margin-top: 20px
}

.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6 {
    color: #fff;
    font-weight: 700
}

.article-body>img {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

.lang-select__list {
    transform: translateY(-0.75rem);
    visibility: hidden;
    opacity: 0
}

@media(max-width:37.5em) {
    .lang-select[data-active=true] .lang-select__btn {
        background-color: #111114
    }
    [data-active=true] .lang-select__list {
        transform: none;
        visibility: visible;
        opacity: 1
    }
    [data-active=true] .lang-select__arrow {
        transform: rotateX(-180deg)
    }
}

@media(min-width:37.5em) {
    .lang-select:hover .lang-select__list {
        transform: none;
        visibility: visible;
        opacity: 1
    }
    .lang-select:hover .lang-select__arrow {
        transform: rotateX(-180deg)
    }
}

.custom-scrollbar,
.modal__container:not(.modal__container--no-scroll),
.modal__scroll-container {
    scrollbar-width: thin;
    scrollbar-color: #6a6d81 #19181e
}

.custom-scrollbar::-webkit-scrollbar,
.modal__container:not(.modal__container--no-scroll)::-webkit-scrollbar,
.modal__scroll-container::-webkit-scrollbar {
    width: 14px
}

.custom-scrollbar::-webkit-scrollbar-track,
.modal__container:not(.modal__container--no-scroll)::-webkit-scrollbar-track,
.modal__scroll-container::-webkit-scrollbar-track {
    background: #19181e;
    border-radius: 50px
}

.custom-scrollbar::-webkit-scrollbar-thumb,
.modal__container:not(.modal__container--no-scroll)::-webkit-scrollbar-thumb,
.modal__scroll-container::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #6a6d81;
    border: 5px solid #19181e
}

.noti-custom-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #6a6d81 #080a0d
}

.noti-custom-scrollbar::-webkit-scrollbar {
    width: 14px
}

.noti-custom-scrollbar::-webkit-scrollbar-track {
    background: #080a0d
}

.noti-custom-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #6a6d81;
    border: 5px solid #080a0d
}

.skin-shadow {
    filter: drop-shadow(-8px 15px 11px rgba(0, 0, 0, 0.75))
}

.hide-spin-button {
    -moz-appearance: textfield
}

.hide-spin-button::-webkit-outer-spin-button,
.hide-spin-button::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

@media(min-width:64em) {
    .home-event-bg {
        background-image: var(--home-event-bg);
        background-size: auto 99%;
        background-position: center top;
        background-repeat: no-repeat
    }
}

@media(max-width:63.9375em) {
    .home-event-mobile-bg {
        background-image: var(--home-event-bg);
        background-size: 210% auto;
        background-position: center top;
        background-repeat: no-repeat
    }
}

@media(max-width:29.9375em) {
    .home-event-mobile-bg {
        background-image: var(--home-event-bg);
        background-size: 300% auto;
        background-position: center top;
        background-repeat: no-repeat
    }
}

.t-label-xs {
    font-weight: 600;
    font-size: .625em;
    line-height: 1;
    text-transform: uppercase
}

.t-label-sm {
    font-weight: 600;
    font-size: .6875em;
    line-height: 1;
    text-transform: uppercase
}

.t-label,
.btn {
    font-weight: 600;
    font-size: .75rem;
    line-height: 1;
    text-transform: uppercase
}

.t-label-lg {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase
}

.t-label-adjust {
    display: inline-block;
    line-height: 1;
    padding-top: .25em
}

.t-h2 {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.2;
    text-transform: uppercase
}

.t-h3 {
    font-weight: 600;
    font-size: .875rem;
    line-height: 1.2;
    text-transform: uppercase
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 1.6666666667em 2.5em 1.5em;
    white-space: nowrap;
    text-align: center;
    border-radius: .375rem;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition-property: color, background, opacity;
    transition-duration: .3s
}

.btn[disabled],
.btn--disabled {
    pointer-events: none;
    filter: grayscale(1);
    opacity: .4
}

.btn--wide {
    width: 100%
}

.btn--block {
    display: block
}

.btn--xs {
    font-size: .625rem;
    padding: 1em 1.6666666667em
}

.btn--sm {
    font-size: .6875rem;
    padding: 1.3333333333em 1.6666666667em 1.25em
}

.btn--lg {
    padding-left: 5em;
    padding-right: 5em
}

.btn--with-icon {
    padding-top: 1.25em;
    padding-bottom: 1.25em
}

.btn--light-text {
    color: #b4b8cd
}

@media(hover:hover) {
    .btn--light-text:hover,
    .btn--light-text:focus {
        color: #fff
    }
}

.btn--outline {
    color: #dcae64;
    border: solid 1px #dcae64
}

@media(hover:hover) {
    .btn--outline:hover,
    .btn--outline:focus {
        background: rgba(220, 174, 100, .1);
        color: #e5c48e
    }
}

.btn--teal-outline {
    color: #10e3b4;
    border: solid 1px #10e3b4
}

@media(hover:hover) {
    .btn--teal-outline:hover,
    .btn--teal-outline:focus,
    .btn--teal-outline.active {
        background: rgba(16, 227, 180, .1);
        color: #35f1c7
    }
}

.btn--violet-outline {
    color: #a41aff;
    border: solid 1px #a41aff
}

@media(hover:hover) {
    .btn--violet-outline:hover,
    .btn--violet-outline:focus,
    .btn--violet-outline.active {
        background: rgba(123, 0, 205, .2);
        color: #b84dff
    }
}

.btn--red-outline {
    color: #ff445d;
    border: solid 1px #ff445d
}

@media(hover:hover) {
    .btn--red-outline:hover,
    .btn--red-outline:focus,
    .btn--red-outline.active {
        background: rgba(170, 0, 23, .2);
        color: #ff7789
    }
}

.btn--blue-outline {
    color: #4482ff;
    border: solid 1px #4482ff
}

@media(hover:hover) {
    .btn--blue-outline:hover,
    .btn--blue-outline:focus,
    .btn--blue-outline.active {
        background: rgba(17, 96, 255, .2);
        color: #77a4ff
    }
}

.btn--green-outline {
    color: #7fd919;
    border: solid 1px #7fd919
}

@media(hover:hover) {
    .btn--green-outline:hover,
    .btn--green-outline:focus,
    .btn--green-outline.active {
        background: rgba(100, 171, 20, .2);
        color: #98e93c
    }
}

.btn--white-outline {
    color: #fff;
    border: solid 1px #b4b8cd
}

@media(hover:hover) {
    .btn--white-outline:hover,
    .btn--white-outline:focus,
    .btn--white-outline.active {
        background: rgba(180, 184, 205, .07);
        color: #fff
    }
}

.btn--navy-outline {
    color: #b4b8cd;
    border: solid 1px #6a6d81
}

@media(hover:hover) {
    .btn--navy-outline:hover,
    .btn--navy-outline:focus,
    .btn--navy-outline.active {
        background: rgba(49, 48, 62, .2);
        color: #fff
    }
}

.btn--solid {
    font-weight: 900;
    color: #111114;
    background-color: #dcae64;
    box-shadow: 0 2px 5px #08070a;
    transition-property: background-color, box-shadow, transform;
    transition-duration: .2s
}

@media(hover:hover) {
    .btn--solid:hover,
    .btn--solid:focus {
        background-color: #d7a34f;
        box-shadow: 0 8px 20px #08070a;
        transform: translateY(-3px)
    }
}

.btn--solid:active {
    background-color: #c78c2d;
    transition: 0s
}

.btn--solid-red {
    font-weight: 900;
    color: #fff;
    background-color: #ff445d
}

@media(hover:hover) {
    .btn--solid-red:hover,
    .btn--solid-red:focus {
        background-color: #ff2b47
    }
}

.btn--solid-teal {
    font-weight: 900;
    color: #111114;
    background-color: #10e3b4
}

@media(hover:hover) {
    .btn--solid-teal:hover,
    .btn--solid-teal:focus {
        background-color: #0ecba1
    }
}

.btn__icon {
    flex-shrink: 0;
    width: 1.25em;
    height: 1.25em;
    margin-right: .625em
}

.h-shrink {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    transition-duration: .3s;
    transition-property: transform
}

.h-shrink:hover {
    transform: scale(.9)
}

@keyframes hvr-icon-pop {
    50% {
        transform: scale(1.5)
    }
}

.h-icon-pop {
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    transition-duration: .3s
}

.h-icon-pop svg {
    transform: translateZ(0);
    transition-duration: .3s;
    transition-delay: .2s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.h-icon-pop:hover svg {
    animation-name: hvr-icon-pop;
    animation-duration: .3s;
    animation-delay: .2s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

@keyframes hvr-ripple-out {
    from {
        opacity: .9
    }
    to {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

.h-ripple-out {
    position: relative;
    z-index: 0
}

.h-ripple-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: inherit;
    border-radius: 15px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation-duration: 1s
}

.h-ripple-out:hover:before {
    animation-name: hvr-ripple-out
}

.btn--with-label {
    justify-content: stretch;
    padding: 1px
}

.btn-label {
    border-radius: .25rem
}

.srv-grid {
    display: grid;
    grid-gap: 1.875rem;
    padding: 3.75rem 0;
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr))
}

@media(max-width:29.9375em) {
    .srv-grid {
        grid-gap: .75rem !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important
    }
}

@media(min-width:48em) {
    .srv-grid__item--featured {
        grid-area: 1/1/3/3
    }
}

.srv-grid--wide {
    grid-template-columns: repeat(auto-fill, minmax(21.25rem, 1fr))
}

.srv {
    display: block;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition-property: transform, border-color, box-shadow;
    transition-duration: .3s
}

.srv::before {
    content: "";
    display: block;
    padding-top: 110%;
    border-radius: inherit
}

@media(hover:hover) {
    .srv:hover,
    .srv:focus {
        transform: translateY(-2px)
    }
}

.srv--horizontal::before {
    padding-top: 60%
}

.srv--tall::before {
    padding-top: 140%
}

.srv::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(rgba(8, 10, 13, 0), #080a0d 120%);
    border-radius: inherit;
    pointer-events: none
}

.srv__link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}

.srv__img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: inherit
}

.srv__content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    border-radius: inherit;
    pointer-events: none
}

.srv__label {
    padding: .6923076923em;
    font-size: .8125rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 7px
}

.srv__counter {
    width: 9.5em;
    white-space: nowrap;
    position: absolute;
    top: 2.5rem;
    right: .8125rem;
    color: #dcae64;
    background-color: #080a0d
}

@media(min-width:40em) {
    .srv__counter {
        top: .8125rem;
        left: .8125rem
    }
}

.srv__price-label {
    position: absolute;
    top: 1.5625rem;
    right: 1.75rem;
    color: #dcae64;
    background-color: #080a0d
}

.srv--event .srv__price-label {
    color: #dcae64
}

.srv__new-label {
    position: absolute;
    top: 4rem;
    right: 1.75rem;
    padding: .6428571429em .9285714286em;
    color: #080a0d;
    background-color: #dcae64
}

.srv--event .srv__new-label {
    background-color: #fff
}

.srv__discount-label {
    position: absolute;
    top: 1.125rem;
    left: 1.125rem;
    padding: .6428571429em 1.0714285714em;
    color: #080a0d;
    background-color: #10e3b4;
    box-shadow: inset 0 0 0 3px #10e3b4, inset 0 0 0 4px #65f4d4
}

.srv__discount-price-label {
    position: absolute;
    top: 1.125rem;
    right: 1.125rem;
    padding: 0;
    color: #10e3b4;
    background-color: #19181e
}

.srv__price-new {
    background-color: #080a0d
}

.srv__price-old {
    font-weight: 400;
    color: #b4b8cd
}

.srv__price-old>span::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    left: 0;
    height: 1px;
    background: currentColor;
    opacity: .8
}

.srv__discount-price-detail {
    padding: 0;
    color: #080a0d;
    background-color: #1f1e27
}

.srv__discount-price-detail .srv__price-new {
    background-color: #10e3b4
}

.srv__name {
    margin-top: auto;
    padding: 0 1.25rem 1.25rem;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: center;
    color: #fff
}

.srv--event .srv__name {
    align-self: center;
    min-width: 9.6875rem;
    margin: auto 1.25rem 1.25rem;
    padding: .5rem 1rem;
    font-weight: 500;
    font-size: 1rem;
    background-color: #19181e;
    border-radius: 7px
}

.srv-grid>li .srv--teamA {
    box-shadow: 0 0 0 1px #fe4760, 0 0 8px rgba(254, 71, 96, .6)
}

.srv-grid>li .srv--teamB {
    box-shadow: 0 0 0 1px #4b69ff, 0 0 8px rgba(75, 105, 255, .6)
}

.srv__name-tip {
    flex-shrink: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 1.125rem;
    height: 1.125rem;
    margin-top: -.1875rem;
    margin-left: .1875rem;
    padding-top: .1875rem;
    font-weight: 600;
    font-size: .6875rem;
    vertical-align: middle;
    background-color: #31303e;
    border-radius: 50%;
    pointer-events: all;
    transition: background-color .3s
}

.srv__name-tip::after {
    content: "?"
}

@media(hover:hover) {
    .srv__name-tip:hover,
    .srv__name-tip:focus {
        background-color: #6a6d81
    }
}

.srv__info-content {
    visibility: hidden;
    opacity: 0;
    transition-property: visibility, opacity;
    transition-duration: .5s
}

.srv__info-content.is-open {
    visibility: visible;
    opacity: 1
}

.srv__info-content::after {
    content: "";
    display: block;
    width: 5px;
    height: calc(100% - 1.5rem);
    position: absolute;
    top: .75rem;
    right: 0;
    background-color: #111114
}

.srv__list .simplebar-track.simplebar-vertical {
    width: 2px;
    right: 8px
}

.flip-btn {
    perspective: 600px
}

.flip-btn-cube {
    transform-style: preserve-3d;
    transition: .6s cubic-bezier(.28, .67, .04, 1);
    transform: translateZ(-1.25rem)
}

.flip-btn-top,
.flip-btn-front {
    backface-visibility: hidden;
    transition: .6s cubic-bezier(.28, .67, .04, 1)
}

.flip-btn-top {
    transform: translateY(-100%) rotateX(90deg) translateZ(-1.25rem);
    opacity: .5
}

.flip-btn-front {
    transform: rotateX(0.01deg) translateY(-100%) translateZ(1.25rem)
}

.flip-btn[data-flipped=true] .flip-btn-cube {
    transform: translateZ(-1.25rem) rotateX(-90deg)
}

.flip-btn[data-flipped=true] .flip-btn-front {
    opacity: .5
}

.flip-btn[data-flipped=true] .flip-btn-top {
    opacity: 1
}

.modal {
    position: relative;
    z-index: 30;
    visibility: hidden;
    transition: visibility .5s
}

.modal.is-open {
    visibility: visible
}

.modal__overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    outline: none;
    backdrop-filter: blur(0px);
    opacity: 0;
    transition: opacity .3s ease, backdrop-filter .3s ease;
}

.modal[aria-hidden="false"] .modal__overlay {
    opacity: 1;
    backdrop-filter: blur(6px);
}

.modal[aria-hidden="true"] .modal__overlay {
    opacity: 0;
    backdrop-filter: blur(0px);
}

.modal__overlay::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #080a0d;
    opacity: 0;
    transition-property: opacity;
    transition-duration: .3s
}

.modal.is-open .modal__overlay::after {
    opacity: .7
}

.modal__scroll-container {
    max-height: 80vh;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch
}

.modal__container--no-scroll {
    overflow: hidden
}

.modal__container {
    width: 100%;
    max-width: 37.5rem;
    max-height: 80vh;
    background-color: #1f1e27;
    color: #fff;
    transform: scale(.7) skewY(5deg);
    opacity: 0;
    border-radius: .75rem;
    transition-property: transform, opacity;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(.28, .67, .04, 1)
}

.modal__container:not(.modal__container--no-scroll) {
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch
}

@media(min-width:48em) {
    .modal__container {
        max-height: calc(100vh - 2.5rem)
    }
}

.modal--narrow .modal__container {
    max-width: 28.125rem
}

.modal--wide .modal__container {
    max-width: 50rem
}

.modal--wider .modal__container {
    max-width: 62.5rem
}

.modal--700 .modal__container {
    max-width: 43.75rem
}

.modal--full .modal__container {
    max-width: 100vw
}

.modal.is-open .modal__container {
    transform: scale(1.0001);
    opacity: 1
}

.modal__header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 6.25rem 1.25rem 2.5rem
}

.modal__close-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 4.5625rem;
    right: 0;
    padding: 1.875rem;
    color: rgba(255, 255, 255, .5)
}

.modal__close-btn::before {
    content: "✕";
    font-size: 1.25rem;
    line-height: 1;
    transition-property: color, transform;
    transition-duration: .3s
}

@media(hover:hover) {
    .modal__close-btn:hover::before,
    .modal__close-btn:focus::before {
        color: #fff;
        transform: scale(1.2)
    }
    .modal__close-btn:active::before {
        transition-duration: .1s;
        transform: scale(.8)
    }
}

.modal__content {
    padding: 0 1.25rem 6.25rem
}

.modal__fields {
    display: grid;
    grid-gap: 1.25rem
}

.modal__btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin: -.9375rem;
    margin-top: -.3125rem
}

.modal__btns>* {
    flex: 0 calc(50% - 1.875rem);
    margin: .9375rem
}

.modal__footer {
    margin-top: -3.75rem;
    padding: 2.5rem 1.25rem 6.25rem
}

.modal__hr {
    width: 100%;
    height: 1px;
    margin: 1.875rem 0;
    background-color: #363444;
    border: none
}

@media(min-width:48em) {
    .modal__header {
        padding: 3.75rem
    }
    .modal__close-btn {
        top: -2px
    }
    .modal__content {
        padding: 0 5rem 3.75rem
    }
    .modal__footer {
        margin-top: -1.25rem;
        padding: 2.5rem 3.75rem 3.75rem
    }
}

.modal-input {
    padding: .9375rem;
    color: #fff;
    text-align: center;
    background-color: #111114;
    border: none;
    outline: none;
    border-radius: .375rem;
    transition: background-color .3s
}

.modal-input::placeholder {
    color: inherit;
    opacity: .4
}

.modal-input:focus {
    background-color: #080a0d
}

.modal-single-btn {
    padding-right: 3.125rem;
    padding-left: 3.125rem;
    justify-self: center
}

.page-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem
}

.page-header__back-btn {
    display: flex;
    align-items: center;
    color: #b4b8cd;
    transition: color .3s
}

@media(hover:hover) {
    .page-header__back-btn:hover,
    .page-header__back-btn:focus {
        color: #fff
    }
}

.page-header__title {
    grid-column: 2/3;
    color: #fff;
    text-align: center;
    white-space: nowrap
}

.page-header__icon {
    display: block;
    width: .9375rem;
    height: .9375rem;
    margin-right: .625rem
}

.page-header__icon--right {
    transform: rotate(180deg)
}

.section-header {
    display: grid;
    grid-gap: 1.25rem;
    grid-template-columns: 1fr 1fr 1fr;
    box-shadow: inset 0 -1px 0 #31303e
}

.section-header__list {
    display: flex;
    justify-content: center;
    margin-right: auto
}

@media(min-width:56.25em) {
    .section-header__list {
        justify-content: flex-start
    }
}

.section-header__item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-right: .9375rem;
    color: #b4b8cd
}

@media(min-width:40em) {
    .section-header__item {
        margin-right: 1.875rem
    }
}

.section-header__link {
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: color .3s
}

@media(hover:hover) {
    .section-header__link:hover,
    .section-header__link:focus {
        color: #fff
    }
}

.section-header__icon {
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    margin-right: .625rem;
    color: #dcae64
}

.section-header__title-wrapper {
    display: flex;
    justify-content: center
}

.section-header__title-wrapper:first-child {
    grid-column: 2/3
}

.section-header--full .section-header__title-wrapper:first-child {
    grid-column: 1/4
}

.section-header__title {
    margin: auto;
    padding: 1.25rem 2.5rem;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    border-bottom: solid 1px #dcae64
}

.section-header__right {
    display: flex;
    justify-content: center;
    align-items: center
}

@media(min-width:30em) {
    .section-header__right {
        justify-content: flex-end
    }
}

.section-header__filter {
    position: relative
}

.section-header__filter-icon {
    width: .75rem;
    height: .75rem;
    position: absolute;
    right: 0;
    top: calc(50% - 0.375rem);
    pointer-events: none
}

.toast-container {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    max-width: 100%;
    position: fixed;
    z-index: 51;
    right: 0;
    bottom: 0
}

.toast-container .toast {
    margin-top: .625rem
}

@media(min-width:43.75em) {
    .toast-container {
        width: 550px;
        right: 1.25rem;
        bottom: 1.25rem
    }
}

.toast__content {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 0;
    color: #fff;
    cursor: pointer;
    --tw-bg-opacity: 1;
    background-color: rgb(30 41 59 / var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgb(51 65 85 / var(--tw-border-opacity));
    border-width: 1px;
}

.toast--success .toast__icon {
    color: #add036
}

.toast--info .toast__icon {
    --tw-text-opacity: 1;
    color: rgb(14 165 233 / var(--tw-text-opacity));
}

.toast--failure .toast__icon {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.toast--warning .toast__icon {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.toast--cookies .toast__content .toast__icon {
    margin-top: 0;
    padding: 0;
    color: #dcae64;
    background: 0 0;
    border-radius: 0;
    margin-bottom: 0
}

.toast__icon {
    align-self: stretch;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.25rem;
    margin-left: 1.25rem;
    padding: .5625rem;
}

.toast__text {
    padding: 1.25rem
}

.toast__icon-svg {
    display: block;
    max-height: 100%
}

.toast__title {
    font-weight: 600;
    line-height: 1;
    font-size: 0.875rem;
    text-transform: uppercase
}

.toast__desc {
    margin-top: .4375rem;
    font-weight: 200;
    font-size: .6875rem;
    line-height: 1.3
}

.toast__close-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: .9375rem;
    color: rgba(255, 255, 255, .5)
}

.toast__close-btn::before {
    content: "✕";
    font-size: .8125rem;
    line-height: 1;
    transition-property: color, transform;
    transition-duration: .3s
}

@media(hover:hover) {
    .toast__close-btn:hover::before,
    .toast__close-btn:focus::before {
        color: #fff;
        transform: scale(1.2)
    }
    .toast__close-btn:active::before {
        transition-duration: .1s;
        transform: scale(.8)
    }
}

@media(min-width:43.75em) {
    .toast__content {
        border-radius: .375rem
    }
}

[aria-label][role~=tooltip] {
    position: relative
}

[aria-label][role~=tooltip]::before,
[aria-label][role~=tooltip]::after {
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all var(--microtip-transition-duration, 0.18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
    position: absolute;
    box-sizing: border-box;
    z-index: 10;
    transform-origin: top
}

[aria-label][role~=tooltip]::before {
    background-size: 100% auto !important;
    content: ""
}

[aria-label][role~=tooltip]::after {
    background: #080a0d;
    border-radius: 4px;
    color: #fff;
    content: attr(aria-label);
    font-size: var(--microtip-font-size, 13px);
    font-weight: var(--microtip-font-weight, normal);
    text-transform: var(--microtip-text-transform, none);
    padding: .5em 1em;
    white-space: nowrap;
    box-sizing: content-box
}

.tooltip-light[aria-label][role~=tooltip]::after {
    background: #1f1e27;
    border-radius: 4px;
    color: #fff
}

[aria-label][role~=tooltip]:hover::before,
[aria-label][role~=tooltip]:hover::after,
[aria-label][role~=tooltip]:focus::before,
[aria-label][role~=tooltip]:focus::after {
    opacity: 1;
    pointer-events: auto
}

[role~=tooltip][data-microtip-position|=top]::before {
    background: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNnB4IiBoZWlnaHQ9IjEycHgiPjxwYXRoIGZpbGw9InJnYmEoMTcsIDE3LCAxNywgMC45KSIgdHJhbnNmb3JtPSJyb3RhdGUoMCkiIGQ9Ik0yLjY1OCwwLjAwMCBDLTEzLjYxNSwwLjAwMCA1MC45MzgsMC4wMDAgMzQuNjYyLDAuMDAwIEMyOC42NjIsMC4wMDAgMjMuMDM1LDEyLjAwMiAxOC42NjAsMTIuMDAyIEMxNC4yODUsMTIuMDAyIDguNTk0LDAuMDAwIDIuNjU4LDAuMDAwIFoiLz48L3N2Zz4=) no-repeat;
    height: 6px;
    width: 18px;
    margin-bottom: 5px
}

[role~=tooltip][data-microtip-position|=top]::after {
    margin-bottom: 11px
}

[role~=tooltip][data-microtip-position|=top]::before {
    transform: translate3d(-50%, 0, 0);
    bottom: 100%;
    left: 50%
}

[role~=tooltip][data-microtip-position|=top]:hover::before {
    transform: translate3d(-50%, -5px, 0)
}

[role~=tooltip][data-microtip-position|=top]::after {
    transform: translate3d(-50%, 0, 0);
    bottom: 100%;
    left: 50%
}

[role~=tooltip][data-microtip-position=top]:hover::after {
    transform: translate3d(-50%, -5px, 0)
}

[role~=tooltip][data-microtip-position=top-left]::after {
    transform: translate3d(calc(-100% + 16px), 0, 0);
    bottom: 100%
}

[role~=tooltip][data-microtip-position=top-left]:hover::after {
    transform: translate3d(calc(-100% + 16px), -5px, 0)
}

[role~=tooltip][data-microtip-position=top-right]::after {
    transform: translate3d(calc(0% - 16px), 0, 0);
    bottom: 100%
}

[role~=tooltip][data-microtip-position=top-right]:hover::after {
    transform: translate3d(calc(0% - 16px), -5px, 0)
}

[role~=tooltip][data-microtip-position|=bottom]::before {
    background: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNnB4IiBoZWlnaHQ9IjEycHgiPjxwYXRoIGZpbGw9InJnYmEoMTcsIDE3LCAxNywgMC45KSIgdHJhbnNmb3JtPSJyb3RhdGUoMTgwIDE4IDYpIiBkPSJNMi42NTgsMC4wMDAgQy0xMy42MTUsMC4wMDAgNTAuOTM4LDAuMDAwIDM0LjY2MiwwLjAwMCBDMjguNjYyLDAuMDAwIDIzLjAzNSwxMi4wMDIgMTguNjYwLDEyLjAwMiBDMTQuMjg1LDEyLjAwMiA4LjU5NCwwLjAwMCAyLjY1OCwwLjAwMCBaIi8+PC9zdmc+) no-repeat;
    height: 6px;
    width: 18px;
    margin-top: 5px;
    margin-bottom: 0
}

[role~=tooltip][data-microtip-position|=bottom]::after {
    margin-top: 11px
}

[role~=tooltip][data-microtip-position|=bottom]::before {
    transform: translate3d(-50%, -10px, 0);
    bottom: auto;
    left: 50%;
    top: 100%
}

[role~=tooltip][data-microtip-position|=bottom]:hover::before {
    transform: translate3d(-50%, 0, 0)
}

[role~=tooltip][data-microtip-position|=bottom]::after {
    transform: translate3d(-50%, -10px, 0);
    top: 100%;
    left: 50%
}

[role~=tooltip][data-microtip-position=bottom]:hover::after {
    transform: translate3d(-50%, 0, 0)
}

[role~=tooltip][data-microtip-position=bottom-left]::after {
    transform: translate3d(calc(-100% + 16px), -10px, 0);
    top: 100%
}

[role~=tooltip][data-microtip-position=bottom-left]:hover::after {
    transform: translate3d(calc(-100% + 16px), 0, 0)
}

[role~=tooltip][data-microtip-position=bottom-right]::after {
    transform: translate3d(calc(0% - 16px), -10px, 0);
    top: 100%
}

[role~=tooltip][data-microtip-position=bottom-right]:hover::after {
    transform: translate3d(calc(0% - 16px), 0, 0)
}

[role~=tooltip][data-microtip-position=left]::before,
[role~=tooltip][data-microtip-position=left]::after {
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translate3d(10px, -50%, 0)
}

[role~=tooltip][data-microtip-position=left]::before {
    background: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjM2cHgiPjxwYXRoIGZpbGw9InJnYmEoMTcsIDE3LCAxNywgMC45KSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDE4IDE4KSIgZD0iTTIuNjU4LDAuMDAwIEMtMTMuNjE1LDAuMDAwIDUwLjkzOCwwLjAwMCAzNC42NjIsMC4wMDAgQzI4LjY2MiwwLjAwMCAyMy4wMzUsMTIuMDAyIDE4LjY2MCwxMi4wMDIgQzE0LjI4NSwxMi4wMDIgOC41OTQsMC4wMDAgMi42NTgsMC4wMDAgWiIvPjwvc3ZnPg==) no-repeat;
    height: 18px;
    width: 6px;
    margin-right: 5px;
    margin-bottom: 0
}

[role~=tooltip][data-microtip-position=left]::after {
    margin-right: 11px
}

[role~=tooltip][data-microtip-position=left]:hover::before,
[role~=tooltip][data-microtip-position=left]:hover::after {
    transform: translate3d(0, -50%, 0)
}

[role~=tooltip][data-microtip-position=right]::before,
[role~=tooltip][data-microtip-position=right]::after {
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translate3d(-10px, -50%, 0)
}

[role~=tooltip][data-microtip-position=right]::before {
    background: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjM2cHgiPjxwYXRoIGZpbGw9InJnYmEoMTcsIDE3LCAxNywgMC45KSIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNiA2KSIgZD0iTTIuNjU4LDAuMDAwIEMtMTMuNjE1LDAuMDAwIDUwLjkzOCwwLjAwMCAzNC42NjIsMC4wMDAgQzI4LjY2MiwwLjAwMCAyMy4wMzUsMTIuMDAyIDE4LjY2MCwxMi4wMDIgQzE0LjI4NSwxMi4wMDIgOC41OTQsMC4wMDAgMi42NTgsMC4wMDAgWiIvPjwvc3ZnPg==) no-repeat;
    height: 18px;
    width: 6px;
    margin-bottom: 0;
    margin-left: 5px
}

[role~=tooltip][data-microtip-position=right]::after {
    margin-left: 11px
}

[role~=tooltip][data-microtip-position=right]:hover::before,
[role~=tooltip][data-microtip-position=right]:hover::after {
    transform: translate3d(0, -50%, 0)
}

[role~=tooltip][data-microtip-size=small]::after {
    white-space: initial;
    width: 80px
}

[role~=tooltip][data-microtip-size=medium]::after {
    white-space: initial;
    width: 150px
}

[role~=tooltip][data-microtip-size=large]::after {
    white-space: initial;
    width: 260px
}