html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    vertical-align: baseline;
    padding: 0;
    margin: 0;
    font-size: 100%;
    font: inherit;
    border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img,
picture,
video,
canvas,
svg,
.unihu-identity__anchor {
    display: block;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-width: 300.8px;
    min-height: 100vh;
    line-height: 1.458;
    font-family: Arial, "Helvetica Neue", Roboto, Tahoma, sans-serif;
    display: flex;
    flex-direction: column;
    color: rgb(252, 252, 252);
    background-color: rgb(40, 40, 40);
}

.unihu-front-page {
    flex: 1 0 auto;
    padding: 67.68px 0 12px;
}

.unihu-inner-page {
    flex: 1 0 auto;
    padding: 67.68px 0 12px;
}

.unihu-inner-page__content {
    margin-top: 48px;
    padding-bottom: 48px;
}

.unihu-guide.unihu-inner-page__content {
    border-top: 0;
    padding-top: 0;
}

.unihu-inner-page__breadcrumbs {
    background-color: rgb(45, 45, 45);
    border: 1px solid rgb(67, 67, 67);
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .14);
    color: rgb(183, 183, 183);
    font-size: 14px;
    line-height: 1.5;
    margin-top: 28px;
    overflow-wrap: anywhere;
    padding: 11px 16px;
    width: 100%;
}

.unihu-inner-page__breadcrumbs a {
    color: rgb(254, 229, 33);
    font-weight: 700;
    text-decoration: none;
    text-underline-offset: 3px;
}

.unihu-inner-page__breadcrumbs a:hover {
    color: rgb(255, 240, 122);
    text-decoration: underline;
}

.unihu-inner-page__breadcrumbs .breadcrumb_last {
    color: rgb(238, 238, 238);
    font-weight: 600;
}

.unihu-inner-page__content--with-breadcrumbs {
    margin-top: 30px;
}

.unihu-inner-page__content .unihu-guide__intro {
    padding-top: 0;
}

.unihu-inner-page__content h1 {
    max-width: 920px;
    padding-left: 19px;
    position: relative;
}

.unihu-inner-page__content h1::before {
    background-color: rgb(65, 168, 59);
    border-radius: 4px;
    content: "";
    height: 100%;
    left: 0;
    max-height: 48px;
    position: absolute;
    top: 0;
    width: 6px;
}

.unihu-error-page {
    flex: 1 0 auto;
    min-height: 720px;
    overflow: hidden;
    padding: 67.68px 0 0;
    position: relative;
}

.unihu-error-page::before {
    background: radial-gradient(circle, rgba(65, 168, 59, .24) 0 2px, transparent 3px);
    background-size: 34px 34px;
    content: "";
    inset: 67.68px 0 0;
    mask-image: linear-gradient(90deg, transparent, black 25%, black 75%, transparent);
    opacity: .22;
    pointer-events: none;
    position: absolute;
}

.unihu-layout.unihu-error-page__layout {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 650px;
    padding-bottom: 56px;
    padding-top: 56px;
    position: relative;
}

.unihu-error-card {
    background: radial-gradient(circle at 50% 0, rgba(65, 168, 59, .17), transparent 42%), linear-gradient(145deg, rgb(48, 48, 48), rgb(28, 28, 28));
    border: 1px solid rgb(73, 73, 73);
    border-radius: 18px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .36);
    max-width: 820px;
    overflow: hidden;
    padding: 42px clamp(22px, 6vw, 72px) 48px;
    position: relative;
    text-align: center;
    width: 100%;
}

.unihu-error-card::after {
    background: linear-gradient(90deg, transparent, rgb(65, 168, 59), transparent);
    content: "";
    height: 2px;
    left: 12%;
    position: absolute;
    right: 12%;
    top: 0;
}

.unihu-error-card__eyebrow {
    color: rgb(254, 229, 33);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .16em;
}

.unihu-error-card__code {
    align-items: center;
    color: rgb(250, 250, 250);
    display: flex;
    font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
    font-size: clamp(88px, 18vw, 170px);
    font-weight: 900;
    justify-content: center;
    letter-spacing: -.08em;
    line-height: .95;
    margin: 18px auto 24px;
}

.unihu-error-card h1 {
    color: rgb(250, 250, 250);
    font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
    font-size: clamp(27px, 4vw, 40px);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 14px;
}

.unihu-error-card p {
    color: rgb(196, 196, 196);
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 540px;
}

.unihu-error-card__trail {
    align-items: center;
    display: flex;
    gap: 9px;
    justify-content: center;
    margin: 28px 0;
}

.unihu-error-card__trail span {
    background-color: rgb(65, 168, 59);
    border-radius: 50%;
    height: 7px;
    opacity: .28;
    width: 7px;
}

.unihu-error-card__trail span:nth-child(2),
.unihu-error-card__trail span:nth-child(5) {
    opacity: .55;
}

.unihu-error-card__trail span:nth-child(3),
.unihu-error-card__trail span:nth-child(4) {
    background-color: rgb(254, 229, 33);
    opacity: 1;
}

.unihu-error-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.unihu-error-card__action {
    height: 44px;
    min-width: 190px;
    text-decoration: none;
}

.unihu-identity__anchor--current {
    cursor: default;
}

@media (max-width: 560px) {
    .unihu-error-page {
        min-height: 620px;
    }

    .unihu-layout.unihu-error-page__layout {
        min-height: 550px;
        padding-bottom: 34px;
        padding-top: 34px;
    }

    .unihu-error-card {
        border-radius: 13px;
        padding: 32px 18px 34px;
    }

    .unihu-error-card__code {
        margin-bottom: 20px;
    }

    .unihu-error-card__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .unihu-error-card__action {
        width: 100%;
    }
}

.unihu-front-page__layout {
    width: 100%;
}

.unihu-promo-banner {
    aspect-ratio: auto;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: 0 14px 34px rgba(1, 1, 1, .34);
    height: clamp(280px, 18vw, 340px);
    margin: 0;
    max-width: none;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.unihu-promo-banner::after {
    background: linear-gradient(270deg, rgba(2, 24, 10, .78) 0%, rgba(4, 41, 17, .4) 24%, rgba(5, 47, 20, .16) 42%, transparent 61%), linear-gradient(90deg, rgba(5, 16, 9, .14), transparent 58%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.unihu-promo-banner__visual,
.unihu-promo-banner__visual img {
    height: 100%;
    width: 100%;
}

.unihu-promo-banner__visual {
    inset: 0;
    overflow: hidden;
    position: absolute;
}

.unihu-promo-banner__visual img {
    object-fit: cover;
    object-position: center;
}

.unihu-promo-banner__layout {
    height: 100%;
    margin: 0 auto;
    max-width: 1340px;
    padding: 0 32px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.unihu-promo-banner__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 32px;
    padding: 0;
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    width: min(42%, 560px);
    z-index: 2;
}

.unihu-promo-banner__heading {
    color: rgb(252, 252, 252);
    font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(23px, 2.05vw, 31px);
    font-stretch: condensed;
    font-weight: 800;
    letter-spacing: .025em;
    line-height: 1.08;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.unihu-promo-banner__offer {
    color: rgb(252, 252, 252);
    font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
    font-size: clamp(12px, 1.12vw, 16px);
    font-stretch: condensed;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 0 0 18px;
}

.unihu-promo-banner__action {
    align-items: center;
    background-color: rgb(254, 229, 33);
    border: 0;
    border-radius: 3px;
    color: rgb(19, 19, 19);
    display: inline-flex;
    font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
    font-size: 13px;
    font-stretch: condensed;
    font-weight: 800;
    justify-content: center;
    letter-spacing: .01em;
    min-height: 42px;
    min-width: 132px;
    padding: 9px 18px;
    text-transform: uppercase;
    transition: background-color .36s ease-out, transform .36s ease-out;
}

.unihu-promo-banner__action:hover {
    background-color: rgb(254, 223, 28);
    transform: translateY(-2px);
}

.unihu-promo-banner__legal {
    bottom: 7px;
    color: rgb(227, 227, 227);
    font-family: Arial, sans-serif;
    font-size: 8px;
    left: 32px;
    line-height: 1.25;
    margin: 0;
    max-width: calc(100% - 64px);
    position: absolute;
    z-index: 2;
}

.unihu-game-finder {
    background-color: transparent;
    margin-top: 30px;
    padding: 0 0 24px;
    width: 100%;
}

.unihu-game-finder__categories {
    display: flex;
    gap: 9px;
    overflow-x: auto;
    padding: 0 0 4px;
    scrollbar-width: none;
}

.unihu-game-finder__categories::-webkit-scrollbar {
    display: none;
}

.unihu-game-finder__chip {
    background-color: rgb(47, 47, 47);
    border: 1px solid rgb(92, 92, 92);
    border-radius: 22px;
    color: rgb(238, 238, 238);
    flex: 0 0 auto;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    min-height: 36px;
    padding: 8px 17px;
    transition: background-color .36s ease-out, border-color .36s ease-out, color .36s ease-out;
}

.unihu-game-finder__chip:hover {
    background-color: rgb(38, 92, 40);
    border-color: rgb(65, 168, 59);
}

.unihu-game-finder__chip--current {
    background-color: rgb(3, 83, 32);
    border: 2px solid rgb(22, 123, 71);
    color: rgb(252, 252, 252);
}

.unihu-game-finder__search {
    display: flex;
    gap: 9px;
    margin-top: 20px;
    width: 100%;
}

.unihu-game-finder__field {
    border: 1px solid rgb(92, 92, 92);
    border-radius: 4px;
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
}

.unihu-game-finder__field input {
    background-color: transparent;
    border: 0;
    color: rgb(232, 232, 232);
    flex: 1 1 auto;
    font-family: Arial, sans-serif;
    font-size: 13px;
    min-width: 0;
    outline: none;
    padding: 0 13px;
}

.unihu-game-finder__field input::placeholder {
    color: rgb(153, 153, 153);
}

.unihu-game-finder__search-action,
.unihu-game-finder__filter-action {
    align-items: center;
    border: 0;
    display: inline-flex;
    justify-content: center;
    min-height: 44px;
    width: 44px;
}

.unihu-game-finder__search-action {
    background-color: transparent;
    color: rgb(238, 238, 238);
}

.unihu-game-finder__filter-action {
    background-color: rgb(65, 168, 59);
    border-radius: 4px;
    color: rgb(19, 19, 19);
    flex: 0 0 44px;
}

.unihu-game-finder__search-action svg,
.unihu-game-finder__filter-action svg {
    fill: none;
    height: 21px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 21px;
}

.unihu-game-finder__search-action:hover,
.unihu-game-finder__filter-action:hover {
    filter: brightness(.86);
}

.unihu-featured-slots {
    padding: 7px 0 8px;
}

.unihu-featured-slots__heading {
    align-items: baseline;
    display: flex;
    gap: 24px;
    margin-bottom: 16px;
}

.unihu-featured-slots__title {
    color: rgb(252, 252, 252);
    font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
    font-size: 21px;
    font-stretch: condensed;
    font-weight: 800;
    letter-spacing: .025em;
    text-transform: uppercase;
}

.unihu-featured-slots__heading span {
    color: rgb(211, 211, 211);
    font-size: 13px;
    font-weight: 600;
}

.unihu-featured-slots__grid {
    display: grid;
    gap: 20px 15px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.unihu-featured-slot {
    min-width: 0;
}

.unihu-featured-slot__visual {
    aspect-ratio: 4 / 3;
    background: linear-gradient(145deg, rgb(31, 31, 31), rgb(19, 19, 19));
    border-radius: 7px;
    overflow: hidden;
    position: relative;
}

.unihu-featured-slot__visual::after {
    background-color: rgba(1, 1, 1, .52);
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .36s ease-out;
}

.unihu-featured-slot__visual img {
    height: 100%;
    object-fit: cover;
    transition: transform .46s ease-out;
    width: 100%;
}

.unihu-featured-slot__placeholder {
    color: rgb(153, 153, 153);
    font-size: 12px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.unihu-featured-slot__badge {
    background-color: rgb(3, 83, 32);
    border-radius: 3px;
    color: rgb(252, 252, 252);
    font-size: 10px;
    font-weight: 700;
    padding: 5px 8px;
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 2;
}

.unihu-featured-slot__play {
    align-items: center;
    background-color: rgb(254, 229, 33);
    border: 0;
    border-radius: 50%;
    display: flex;
    height: 48px;
    justify-content: center;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 52%;
    transform: translate(-50%, -50%) scale(.82);
    transition: opacity .36s ease-out, top .36s ease-out, transform .36s ease-out;
    width: 48px;
    z-index: 3;
}

.unihu-featured-slot__play span {
    border-bottom: 7px solid transparent;
    border-left: 11px solid rgb(19, 19, 19);
    border-top: 7px solid transparent;
    margin-left: 3px;
}

.unihu-featured-slot:hover .unihu-featured-slot__visual::after {
    opacity: 1;
}

.unihu-featured-slot:hover .unihu-featured-slot__play {
    opacity: 1;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
}

.unihu-featured-slot:hover .unihu-featured-slot__visual img {
    transform: scale(1.035);
}

.unihu-featured-slot__name {
    color: rgb(252, 252, 252);
    font-size: 13px;
    font-weight: 700;
    margin-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.unihu-featured-slot__provider {
    color: rgb(211, 211, 211);
    font-size: 11px;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.unihu-featured-slots__footer {
    display: flex;
    justify-content: center;
    padding-top: 24px;
}

.unihu-featured-slots__more {
    background-color: rgb(65, 168, 59);
    border: 0;
    border-radius: 4px;
    color: rgb(19, 19, 19);
    font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    min-height: 44px;
    min-width: 138px;
    padding: 10px 22px;
    text-transform: uppercase;
    transition: filter .36s ease-out, transform .36s ease-out;
}

.unihu-featured-slots__more:hover {
    filter: brightness(.88);
    transform: translateY(-2px);
}

.unihu-tournament {
    background-color: rgb(1, 1, 1);
    border-radius: 7px;
    margin-top: 24px;
    min-height: 282px;
    overflow: hidden;
    position: relative;
}

.unihu-tournament::after {
    background: radial-gradient(circle at center, transparent 0%, rgba(1, 1, 1, .05) 48%, rgba(1, 1, 1, .24) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.unihu-tournament__background {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.unihu-tournament__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 520px;
    padding: 20px 18px 45px;
    position: relative;
    text-align: center;
    z-index: 2;
}

.unihu-tournament__eyebrow,
.unihu-tournament__status {
    align-items: center;
    color: rgb(238, 238, 238);
    display: flex;
    font-size: 12px;
    font-weight: 700;
    gap: 7px;
}

.unihu-tournament__eyebrow svg,
.unihu-tournament__status svg {
    fill: none;
    height: 18px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 18px;
}

.unihu-tournament__title {
    color: rgb(252, 252, 252);
    font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
    font-size: 21px;
    font-stretch: condensed;
    font-weight: 800;
    margin-top: 7px;
    text-transform: uppercase;
}

.unihu-tournament__label {
    color: rgb(211, 211, 211);
    font-size: 10px;
    margin-top: 8px;
}

.unihu-tournament__prize {
    color: rgb(252, 252, 252);
    font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
    font-size: clamp(31px, 3.2vw, 43px);
    font-stretch: condensed;
    font-weight: 800;
    letter-spacing: .015em;
    line-height: 1;
    margin-top: 4px;
}

.unihu-tournament__terms {
    color: rgb(227, 227, 227);
    font-size: 12px;
    font-weight: 600;
    margin: 8px 0 12px;
}

.unihu-tournament__terms span {
    color: rgb(65, 168, 59);
    padding: 0 3px;
}

.unihu-tournament__status {
    margin-bottom: 15px;
}

.unihu-tournament__action {
    background-color: rgb(254, 229, 33);
    border: 0;
    border-radius: 4px;
    color: rgb(19, 19, 19);
    font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    min-height: 42px;
    min-width: 205px;
    padding: 9px 21px;
    text-transform: uppercase;
    transition: background-color .36s ease-out, transform .36s ease-out;
}

.unihu-tournament__action:hover {
    background-color: rgb(254, 223, 28);
    transform: translateY(-2px);
}

.unihu-tournament__legal {
    bottom: 8px;
    color: rgb(187, 187, 187);
    font-size: 8px;
    left: 50%;
    line-height: 1.25;
    margin: 0;
    max-width: calc(100% - 36px);
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 980px;
    z-index: 2;
}

@media (max-width: 1080px) {
    .unihu-featured-slots__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .unihu-featured-slots__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .unihu-front-page {
        padding: 67.68px 0 10px;
    }

    .unihu-promo-banner {
        aspect-ratio: auto;
        background-color: rgb(19, 19, 19);
        border-radius: 0;
        height: auto;
        margin-left: 0;
        padding-bottom: 15px;
        width: 100%;
    }

    .unihu-promo-banner::after {
        display: none;
    }

    .unihu-promo-banner__visual {
        aspect-ratio: 16 / 9;
        position: relative;
    }

    .unihu-promo-banner__visual img {
        object-fit: cover;
    }

    .unihu-promo-banner__layout {
        height: auto;
        padding: 0;
    }

    .unihu-promo-banner__content {
        align-items: center;
        background: linear-gradient(160deg, rgb(11, 60, 27), rgb(7, 28, 14));
        height: auto;
        left: auto;
        margin: 0;
        padding: 21px 20px 18px;
        position: relative;
        top: auto;
        transform: none;
        width: 100%;
        z-index: 2;
    }

    .unihu-promo-banner__heading {
        font-size: 24px;
        margin-bottom: 13px;
        text-align: center;
    }

    .unihu-promo-banner__offer {
        font-size: 13px;
        margin-bottom: 16px;
        text-align: center;
    }

    .unihu-promo-banner__action {
        min-width: 148px;
    }

    .unihu-promo-banner__legal {
        background-color: rgb(7, 28, 14);
        bottom: auto;
        left: auto;
        max-width: none;
        padding: 0 16px 12px;
        position: relative;
        text-align: center;
    }

    .unihu-game-finder {
        margin-top: 24px;
        padding-bottom: 18px;
    }

    .unihu-game-finder__categories {
        margin: 0 -16.92px;
        padding: 0 16.92px 5px;
    }

    .unihu-game-finder__chip {
        min-height: 34px;
        padding: 7px 14px;
    }

    .unihu-game-finder__search {
        margin-top: 16px;
    }

    .unihu-featured-slots {
        padding-top: 10px;
    }

    .unihu-featured-slots__heading {
        gap: 13px;
        margin-bottom: 13px;
    }

    .unihu-featured-slots__title {
        font-size: 18px;
    }

    .unihu-featured-slots__grid {
        gap: 16px 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .unihu-featured-slot__play {
        bottom: auto;
        height: 40px;
        left: 50%;
        opacity: 0;
        right: auto;
        top: 50%;
        transform: translate(-50%, -50%) scale(.82);
        width: 40px;
    }

    .unihu-featured-slot:hover .unihu-featured-slot__play {
        top: 50%;
        transform: translate(-50%, -50%) scale(1);
    }

    .unihu-featured-slot__visual::after {
        display: none;
    }

    .unihu-featured-slots__footer {
        padding-top: 20px;
    }

    .unihu-tournament {
        margin-top: 20px;
        min-height: 330px;
    }

    .unihu-tournament__background {
        object-position: center;
    }

    .unihu-tournament__content {
        padding: 27px 16px 72px;
    }

    .unihu-tournament__title {
        font-size: 19px;
    }

    .unihu-tournament__prize {
        font-size: 34px;
    }

    .unihu-tournament__terms {
        font-size: 11px;
    }

    .unihu-tournament__legal {
        bottom: 10px;
        font-size: 7px;
        max-width: calc(100% - 24px);
    }

}

img,
picture,
video,
canvas,
svg {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    font-family: inherit;
    cursor: pointer;
}

h1,
h2,
h3,
h4 {
    display: block;
}

h1 {
    margin: 0 0 1.05rem;
    line-height: 36.9px;
    letter-spacing: 0.03em;
    font-weight: 600;
    font-size: 2.12em;
}

h2 {
    margin: 0 0 0.99rem;
    letter-spacing: 0.025em;
    font-weight: 600;
    font-size: 1.52em;
}

h3 {
    font-weight: 600;
    font-size: 0.98em;
}

h4 {
    font-weight: 600;
}

p {
    margin: 0 0 1.03rem;
    font-size: 12px;
}

ol,
ul {
    list-style-position: inside;
}

ol {
    list-style-type: decimal;
}

ul {
    list-style-type: disc;
}

ol ol,
ul ol,
ul ul,
ol ul {
    margin-left: 15.98px;
    list-style-position: inside;
}

ol ol,
ul ol {
    list-style-type: lower-latin;
}

ul ul,
ol ul {
    list-style-type: circle;
}

.unihu-layout {
    padding: 0 16.92px;
    margin: 0 auto;
    max-width: 1340px;
    display: block;
}

.unihu-inline,
.unihu-action,
.unihu-nav-layout,
.unihu-site-end__social,
.unihu-site-end__shortcuts,
.unihu-age-notice {
    display: flex;
}

.unihu-inline-space {
    gap: 20.68px;
}

.unihu-action {
    justify-content: center;
    border-radius: 4.7px;
    border: 0;
    align-items: center;
    transition: background-color 0.58s cubic-bezier(.4, 0, .2, 1), border-color 0.58s cubic-bezier(.4, 0, .2, 1), filter 0.58s cubic-bezier(.4, 0, .2, 1), transform 0.58s cubic-bezier(.4, 0, .2, 1);
    padding: 0 16.92px;
    min-width: 97.76px;
    letter-spacing: 0.03em;
    height: 32.9px;
    font-weight: 600;
    font-size: 13px;
    background-color: transparent;
}

.unihu-action:hover {
    transform: translateY(-1px);
    filter: brightness(82%);
}

.unihu-action--highlight {
    color: rgb(19, 19, 19);
    border: 2px solid rgb(254, 229, 33);
    background-color: rgb(254, 229, 33);
}

.unihu-action--outline {
    color: rgb(252, 252, 252);
    border: 2px solid rgb(252, 252, 252);
    background-color: transparent;
}

.unihu-site-head {
    z-index: 100;
    width: 100%;
    position: fixed;
    padding: 0;
    box-shadow: 0 7.52px 16.92px rgba(1, 1, 1, .2);
    border-bottom: 1px solid rgb(65, 168, 59);
    background-color: rgb(22, 123, 71);
}

.unihu-identity {
    margin-top: 11.28px;
}

.unihu-identity__logo {
    width: 99.64px;
    height: auto;
}

.unihu-nav-layout {
    height: 67.68px;
    align-items: center;
}

.unihu-account-actions {
    margin-left: auto;
}

.unihu-primary-links {
    list-style: none;
    gap: 0 46.06px;
    flex-wrap: wrap;
    display: flex;
}

.unihu-primary-links a {
    transition: color 0.54s ease-out;
    padding: 20.68px 0 21.62px;
    letter-spacing: 0.04em;
    font-weight: 600;
    font-size: 12px;
    display: block;
    color: rgb(252, 252, 252);
}

.unihu-primary-links a:hover {
    color: rgb(227, 227, 227);
}

.unihu-mobile-nav {
    margin: 0 auto;
    list-style: none;
}

.unihu-mobile-nav li button {
    font-size: 0.95rem;
    color: rgb(252, 252, 252);
    border: 0;
    background-color: transparent;
}

.unihu-nav-switch {
    padding: 0;
    flex-direction: column;
    display: none;
    border: 0;
    background: transparent;
}

.unihu-nav-switch span {
    width: 30.08px;
    margin: 2.82px 0;
    height: 3.76px;
    display: block;
    border-radius: 5.64px;
    background-color: rgb(252, 252, 252);
}

.unihu-guide {
    border-top: 2px solid rgb(65, 168, 59);
    color: rgb(226, 226, 226);
    margin: 48px 0 0;
    max-width: none;
    padding-top: 46px;
    width: 100%;
}

.unihu-guide p,
.unihu-guide li,
.unihu-guide td,
.unihu-guide th {
    font-size: 15px;
    line-height: 1.65;
}

.unihu-guide p {
    font-family: Arial, "Helvetica Neue", sans-serif;
    font-size: 15px !important;
    line-height: 1.65 !important;
    margin: 0 0 16px;
}

.unihu-guide__intro {
    border-bottom: 1px solid rgb(73, 73, 73);
    padding: 10px 0 34px;
}

.unihu-guide h1,
.unihu-guide h2,
.unihu-guide h3 {
    color: rgb(250, 250, 250);
    font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
    font-stretch: condensed;
}

.unihu-guide h1 {
    font-size: clamp(27px, 3vw, 40px);
    font-weight: 800;
    letter-spacing: -.015em;
    line-height: 1.06;
    margin: 0 0 22px;
    max-width: none;
    width: 100%;
}

.unihu-guide__lead {
    color: rgb(244, 244, 244);
    max-width: none;
    width: 100%;
}

.unihu-guide__main-visual {
    background: linear-gradient(145deg, rgb(52, 52, 52), rgb(29, 29, 29));
    border: 1px solid rgba(65, 168, 59, .58);
    border-radius: 13px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, .28), 0 0 0 1px rgba(255, 255, 255, .025) inset;
    display: block;
    height: auto;
    margin: 4px auto 30px;
    max-width: min(100%, 1040px);
    object-fit: contain;
    padding: clamp(5px, .75vw, 10px);
    width: auto;
}

.unihu-guide__section {
    border-bottom: 1px solid rgb(68, 68, 68);
    padding: 42px 0;
}

.unihu-guide__section:last-child {
    border-bottom: 0;
}

.unihu-guide h2 {
    align-items: center;
    display: flex;
    font-size: clamp(23px, 2.4vw, 31px);
    font-weight: 800;
    gap: 13px;
    line-height: 1.15;
    margin: 0 0 23px;
}

.unihu-guide h2::before {
    background-color: rgb(65, 168, 59);
    border-radius: 4px;
    content: "";
    flex: 0 0 5px;
    height: 27px;
}

.unihu-guide h3 {
    font-size: 19px;
    font-weight: 800;
    line-height: 1.25;
    margin: 30px 0 13px;
}

.unihu-guide__columns {
    display: grid;
    gap: 34px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.unihu-guide__table-scroll {
    border: 1px solid rgb(74, 74, 74);
    border-radius: 10px;
    overflow-x: auto;
}

.unihu-guide table {
    border-collapse: collapse;
    min-width: 720px;
    width: 100%;
}

.unihu-guide thead {
    background-color: rgb(31, 31, 31);
    border-bottom: 2px solid rgb(254, 229, 33);
}

.unihu-guide th,
.unihu-guide td {
    border-bottom: 1px solid rgb(65, 65, 65);
    padding: 12px 16px;
    text-align: left;
    vertical-align: top;
}

.unihu-guide tbody tr:last-child > * {
    border-bottom: 0;
}

.unihu-guide tbody th {
    color: rgb(248, 248, 248);
    font-weight: 700;
    width: 33%;
}

.unihu-guide tbody tr {
    transition: background-color .25s ease-out;
}

.unihu-guide tbody tr:hover {
    background-color: rgb(47, 47, 47);
}

.unihu-guide__list-intro {
    color: rgb(248, 248, 248);
    font-weight: 700;
}

.unihu-guide__list {
    display: grid;
    gap: 9px 24px;
    list-style: none;
    margin: 18px 0 24px;
    padding: 0;
}

.unihu-guide__list--columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.unihu-guide__list--compact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.unihu-guide__list li {
    padding-left: 19px;
    position: relative;
}

.unihu-guide__list li::before {
    background-color: rgb(254, 229, 33);
    border-radius: 2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: .7em;
    width: 8px;
}

.unihu-guide__steps {
    counter-reset: unihu-guide-step;
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 20px 0 26px;
    padding: 0;
}

.unihu-guide__steps li {
    align-items: start;
    background-color: rgb(45, 45, 45);
    border: 1px solid rgb(67, 67, 67);
    border-radius: 8px;
    counter-increment: unihu-guide-step;
    display: grid;
    gap: 15px;
    grid-template-columns: 42px 1fr;
    padding: 14px 17px;
}

.unihu-guide__steps li::before {
    color: rgb(254, 229, 33);
    content: counter(unihu-guide-step, decimal-leading-zero);
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.2;
}

.unihu-guide__topic-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
}

.unihu-guide__topic-grid > section {
    background-color: rgb(45, 45, 45);
    border: 1px solid rgb(67, 67, 67);
    border-radius: 9px;
    padding: 6px 20px 4px;
}

.unihu-contact-form {
    background-color: rgb(45, 45, 45);
    border: 1px solid rgb(67, 67, 67);
    border-radius: 9px;
    display: grid;
    gap: 18px;
    margin-top: 24px;
    padding: 22px;
}

.unihu-contact-form__grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.unihu-contact-form__field {
    display: grid;
    gap: 7px;
}

.unihu-contact-form label {
    color: rgb(248, 248, 248);
    font-size: 14px;
    font-weight: 700;
}

.unihu-contact-form input,
.unihu-contact-form textarea {
    background-color: rgb(34, 34, 34);
    border: 1px solid rgb(78, 78, 78);
    border-radius: 6px;
    color: rgb(220, 220, 220);
    font: inherit;
    line-height: 1.45;
    min-width: 0;
    padding: 11px 13px;
    resize: vertical;
    width: 100%;
}

.unihu-contact-form input:disabled,
.unihu-contact-form textarea:disabled {
    cursor: not-allowed;
    opacity: 1;
}

.unihu-contact-form input::placeholder,
.unihu-contact-form textarea::placeholder {
    color: rgb(142, 142, 142);
}

.unihu-contact-form__action {
    height: 42px;
    justify-self: start;
    min-width: 190px;
}

.unihu-guide__faq-list {
    display: grid;
    gap: 10px;
}

.unihu-guide__faq-item {
    background-color: rgb(44, 44, 44);
    border: 1px solid rgb(70, 70, 70);
    border-radius: 8px;
    overflow: hidden;
}

.unihu-guide__faq-item summary {
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    list-style: none;
    padding: 17px 52px 17px 18px;
    position: relative;
}

.unihu-guide__faq-item summary::-webkit-details-marker {
    display: none;
}

.unihu-guide__faq-item summary::after {
    color: rgb(254, 229, 33);
    content: "+";
    font-size: 23px;
    font-weight: 400;
    position: absolute;
    right: 19px;
    top: 10px;
}

.unihu-guide__faq-item[open] summary::after {
    content: "−";
}

.unihu-guide__faq-item[open] summary {
    border-bottom: 1px solid rgb(66, 66, 66);
}

.unihu-guide__faq-item > div {
    padding: 15px 18px 2px;
}

.unihu-guide__faq {
    border-bottom: 0;
    padding-bottom: 8px;
}

@media (max-width: 760px) {
    .unihu-guide {
        margin-top: 34px;
        padding-top: 34px;
    }

    .unihu-guide__columns,
    .unihu-guide__topic-grid {
        grid-template-columns: 1fr;
    }

    .unihu-contact-form__grid {
        grid-template-columns: 1fr;
    }

    .unihu-guide__columns {
        gap: 0;
    }

    .unihu-guide__topic-grid {
        gap: 16px;
    }

    .unihu-guide__list--compact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .unihu-guide__section {
        padding: 34px 0;
    }
}

@media (max-width: 520px) {
    .unihu-guide__list--columns {
        grid-template-columns: 1fr;
    }

    .unihu-guide__steps li {
        gap: 10px;
        grid-template-columns: 34px 1fr;
        padding: 13px;
    }
}

.unihu-site-end {
    padding-top: 20.68px;
    margin-top: auto;
    background-color: rgb(51, 51, 51);
}

.unihu-site-end__row {
    border-bottom: 1px solid rgb(19, 19, 19);
}

.unihu-site-end__social {
    padding: 15.98px 0;
    justify-content: space-between;
    gap: 30.08px;
    flex-wrap: wrap;
}

.unihu-footer-partners {
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    padding: 18px 0 20px;
}

.unihu-footer-partners__group {
    min-width: 0;
}

.unihu-footer-partners__title {
    color: rgb(227, 227, 227);
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 13px;
}

.unihu-footer-partners__logos {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 17px 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.unihu-footer-partners__logos li {
    align-items: center;
    display: flex;
    min-height: 30px;
}

.unihu-footer-partners__logos a {
    align-items: center;
    display: flex;
    transition: opacity .32s ease-out;
}

.unihu-footer-partners__logos a:hover {
    opacity: .78;
}

.unihu-footer-partners__logos img {
    height: auto;
    max-height: 30px;
    max-width: 150px;
    object-fit: contain;
    width: auto;
}

.unihu-footer-partners__logos--payments img {
    max-height: 28px;
    max-width: 135px;
}

.unihu-footer-safer {
    padding: 17px 0 20px;
}

.unihu-footer-partners__logos--safer img {
    max-height: 31px;
    max-width: 180px;
}

.unihu-site-end__shortcuts {
    justify-content: space-between;
}

.unihu-site-end__shortcuts .unihu-legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.unihu-legal-links__link {
    display: inline-block;
    transition: color 0.48s cubic-bezier(.4, 0, .2, 1);
    text-decoration: underline;
    padding: 0;
    color: rgb(252, 252, 252);
}

.unihu-legal-links__link:hover,
.unihu-legal-links__link:focus-visible {
    color: rgb(211, 211, 211);
}

.unihu-legal-links li {
    margin: 0;
    padding: 0;
}

.unihu-legal-links li:not(:last-child)::after {
    content: none;
}

.unihu-site-end__legal,
.unihu-site-end__notice {
    padding: 20.68px 0;
}

.unihu-age-notice {
    gap: 20.68px;
    font-size: 13px;
    color: rgb(153, 153, 153);
    align-items: center;
}

.unihu-age-notice img {
    height: 25px;
    width: 25px;
}

@media (max-width: 760px) {
    .unihu-footer-partners {
        gap: 22px;
        grid-template-columns: 1fr;
    }

    .unihu-footer-partners__logos {
        gap: 14px 12px;
    }

    .unihu-footer-partners__logos img,
    .unihu-footer-partners__logos--payments img,
    .unihu-footer-partners__logos--safer img {
        max-height: 26px;
        max-width: 132px;
    }
}

.unihu-site-end__legal p {
    font-size: 12px;
    color: rgb(153, 153, 153);
}

.unihu-site-end__legal a {
    color: rgb(65, 168, 59);
}

@media (min-width: 767px) {
    p {
        font-size: 16px;
        line-height: 1.422;
    }
}

@media (max-width: 860px) {
    body.unihu-menu-open {
        overflow: hidden;
    }

    body.unihu-menu-open::after {
        background-color: rgba(0, 0, 0, .68);
        content: "";
        inset: 0;
        position: fixed;
        z-index: 90;
    }

    .unihu-mobile-nav {
        align-items: flex-start;
        background: linear-gradient(180deg, rgb(18, 111, 62) 0%, rgb(8, 66, 35) 100%);
        border-right: 1px solid rgb(65, 168, 59);
        box-shadow: 15px 0 38px rgba(1, 1, 1, .38);
        flex-direction: column;
        height: 100%;
        height: 100dvh;
        justify-content: flex-start;
        left: -340px;
        overflow-y: auto;
        padding: 18px 18px 30px;
        position: fixed;
        right: auto;
        top: 0;
        transition: left .44s cubic-bezier(.4, 0, .2, 1), visibility 0s linear .44s;
        visibility: hidden;
        width: min(84vw, 320px);
        z-index: 102;
    }

    .unihu-mobile-nav::before {
        border-bottom: 2px solid rgb(254, 229, 33);
        color: rgb(252, 252, 252);
        content: "Menü";
        display: block;
        font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
        font-size: 22px;
        font-weight: 800;
        letter-spacing: .04em;
        margin: 48px 0 18px;
        padding: 0 4px 12px;
        text-transform: uppercase;
        width: 100%;
    }

    .unihu-mobile-nav.unihu-is-visible {
        left: 0;
        transition-delay: 0s;
        visibility: visible;
    }

    .unihu-mobile-nav li {
        justify-content: flex-start;
        text-align: left;
        width: 100%;
    }

    .unihu-primary-links {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .unihu-primary-links li a {
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, .16);
        display: flex;
        font-size: 15px;
        font-weight: 700;
        justify-content: space-between;
        letter-spacing: .02em;
        min-height: 52px;
        padding: 13px 5px;
        text-align: left;
    }

    .unihu-primary-links li a::after {
        border-right: 2px solid rgb(254, 229, 33);
        border-top: 2px solid rgb(254, 229, 33);
        content: "";
        flex: 0 0 8px;
        height: 8px;
        margin-right: 5px;
        transform: rotate(45deg);
        width: 8px;
    }

    .unihu-primary-links li a:hover {
        background-color: rgba(2, 38, 19, .38);
        color: rgb(254, 229, 33);
        padding-left: 11px;
    }

    .unihu-nav-switch {
        align-items: center;
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 103;
    }

    .unihu-menu-open .unihu-nav-switch {
        left: calc(min(84vw, 320px) - 51px);
        position: fixed;
        top: 17px;
    }

    .unihu-nav-switch span {
        transition: opacity .25s ease-out, transform .25s ease-out;
    }

    .unihu-menu-open .unihu-nav-switch span:first-child {
        transform: translateY(9.4px) rotate(45deg);
    }

    .unihu-menu-open .unihu-nav-switch span:nth-child(2) {
        opacity: 0;
    }

    .unihu-menu-open .unihu-nav-switch span:last-child {
        transform: translateY(-9.4px) rotate(-45deg);
    }

    .unihu-menu-open .unihu-identity,
    .unihu-menu-open .unihu-account-actions {
        opacity: 0;
        pointer-events: none;
    }

    .unihu-account-actions .unihu-action--outline {
        display: none;
    }

    .unihu-identity {
        align-items: center;
        display: flex;
        margin-left: 31.96px;
        margin-top: 0;
    }

    .unihu-identity__anchor,
    .unihu-account-actions {
        align-items: center;
        display: flex;
    }

    .unihu-identity__logo {
        height: auto;
        width: 78.96px;
    }

    .unihu-site-end__social {
        justify-content: center;
    }
}
