﻿.Drawer_drawer__HaqzY
{
    --top-position: 0;
    position: fixed;
    bottom: 0;
    max-width: 250px;
    width: 100%;
    z-index: 90;
    background-color: #0c1c3e;
    color: #fff;
    top: var(--top-position);
}
.Drawer_drawer__HaqzY.Drawer_leftAligned__eaE0B
{
    left: -360px;
    transition: left .4s ease;
}
.Drawer_drawer__HaqzY.Drawer_leftAligned__eaE0B.Drawer_active__XO6zt
{
    left: 0;
}
.Drawer_drawer__HaqzY.Drawer_topAligned__ZjkEA
{
    max-width: 100%;
    left: 0;
    bottom: auto;
    top: calc(-220px - var(--top-position));
    transition: top .65s ease;
}
.Drawer_drawer__HaqzY.Drawer_topAligned__ZjkEA.Drawer_active__XO6zt
{
    top: var(--top-position);
}
.Drawer_drawer__HaqzY.Drawer_rightAligned__Z_3nK
{
    right: -360px;
    transition: right .4s ease;
}
.Drawer_drawer__HaqzY.Drawer_rightAligned__Z_3nK.Drawer_active__XO6zt
{
    right: 0;
}
.Drawer_overlay__weqL_
{
    background: rgba(0,0,0,.7);
    bottom: 0;
    content: "";
    min-height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    transition: visibility .4s ease,opacity .4s ease;
    width: 100%;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}
.Drawer_overlay__weqL_.Drawer_active__XO6zt
{
    visibility: visible;
    opacity: 1;
    z-index: 89;
}
.styles_link__grntx
{
    color: #afb7c6;
    font-size: 13px;
    line-height: 15px;
    font-family: Roboto Flex Medium,sans-serif;
    border-bottom: none;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 12px;
}
.styles_link__grntx:hover
{
    text-decoration: none;
}
.styles_container__yYhAH
{
    display: flex;
    gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
}
.styles_container__yYhAH img
{
    width: 400px;
}
@media(max-width: 1279px)
{
    .styles_container__yYhAH img
    {
        width: 50%;
    }
}
@media(max-width: 767px)
{
    .styles_container__yYhAH
    {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    .styles_container__yYhAH img
    {
        width: 90%;
    }
}
.styles_levels__SIYns
{
    margin: 30px auto 20px;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-family: Roboto Flex Bold;
}
.styles_desktopContainer__3ba3X
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.styles_desktopInner__aNQak
{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
}
.styles_progress__VyVII
{
    background: #3bd5de;
    height: 560px;
    width: 1px;
}
.styles_level__LLGVQ
{
    position: relative;
    width: 375px;
}
.styles_level__LLGVQ>img
{
    width: 100%;
}
.styles_levelLeft__jN_5l:after
{
    right: -60px;
}
.styles_levelLeft__jN_5l:after, .styles_levelRight__UoQL9:after
{
    position: absolute;
    top: 45%;
    content: "";
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid #3bd5de;
    background: #000;
}
.styles_levelRight__UoQL9:after
{
    left: -60px;
}
.styles_levelDone__KQHNX:after
{
    background: #fe873a;
    border-color: #fe873a;
    background-image: url(../../willbetgambling/image/check-white.svg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: 3px 2px;
}
.styles_mobileContainer__d7VNX
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-left: 20px;
}
.styles_mobileContainer__d7VNX .styles_progress__VyVII
{
    height: 800px;
}
.styles_mobileContainer__d7VNX .styles_level__LLGVQ
{
    width: 330px;
}
.styles_mobileContainer__d7VNX .styles_levelRight__UoQL9:after
{
    left: -30px;
}
.styles_status__qLHuU
{
    position: absolute;
    top: 15%;
    left: 35%;
}
.styles_status__qLHuU h2
{
    color: transparent;
    text-align: left;
    text-transform: uppercase;
    font-size: 32px;
}
@media(max-width: 767px)
{
    .styles_status__qLHuU h2
    {
        font-size: 24px;
    }
}
.styles_one__BwpKC .styles_points__naple h2, .styles_one__BwpKC .styles_status__qLHuU h2
{
    background: linear-gradient(180deg,#fff 43.6%,#999 54.4%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.styles_two__R_ybx .styles_points__naple h2, .styles_two__R_ybx .styles_status__qLHuU h2
{
    background: linear-gradient(180deg,#fff 43.6%,#a77e74 54.4%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.styles_three__juNbQ .styles_points__naple h2, .styles_three__juNbQ .styles_status__qLHuU h2
{
    background: linear-gradient(180deg,#fff 43.6%,#869fc5 54.4%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.styles_four__jentj .styles_points__naple h2, .styles_four__jentj .styles_status__qLHuU h2
{
    background: linear-gradient(180deg,#fff 43.6%,#bea981 54.4%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.styles_five__blceX .styles_points__naple h2, .styles_five__blceX .styles_status__qLHuU h2
{
    background: linear-gradient(180deg,#fff 43.6%,#9d8cc0 54.4%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.styles_cashback__kl_5X
{
    position: absolute;
    font-family: Roboto Flex Bold;
    top: 37%;
    left: 33%;
}
.styles_cashback__kl_5X p
{
    font-size: 20px;
    color: transparent;
    text-transform: uppercase;
    background: linear-gradient(0deg,#f7931b,#fcff79 86.61%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media(max-width: 767px)
{
    .styles_cashback__kl_5X p
    {
        font-size: 16px;
    }
}
.styles_cashback__kl_5X h2
{
    font-size: 50px;
    color: transparent;
    text-transform: uppercase;
    background: linear-gradient(0deg,#f7931b,#fcff79 86.61%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
@media(max-width: 767px)
{
    .styles_cashback__kl_5X h2
    {
        font-size: 40px;
    }
}
.styles_points__naple
{
    position: absolute;
    top: 52%;
    left: 10%;
}
.styles_points__naple p
{
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    font-family: Roboto Flex Bold;
    text-align: center;
}
@media(max-width: 767px)
{
    .styles_points__naple p
    {
        font-size: 10px;
    }
}
.styles_points__naple h2
{
    color: transparent;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
}
@media(max-width: 767px)
{
    .styles_points__naple h2
    {
        font-size: 18px;
        line-height: 18px;
    }
}
.styles_prizes__7PU9L
{
    position: absolute;
    display: flex;
    top: 76%;
    left: 50%;
    transform: translate(-50%);
    justify-content: center;
    gap: 30px;
    width: 320px;
}
.styles_prizes__7PU9L p
{
    font-size: 10px;
    font-family: Roboto Flex Bold;
    color: transparent;
    text-transform: uppercase;
    background: linear-gradient(0deg,#f7931b,#fcff79 86.61%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
@media(max-width: 767px)
{
    .styles_prizes__7PU9L p
    {
        font-size: 10px;
    }
}
.styles_prizes__7PU9L h2
{
    font-size: 24px;
    line-height: 24px;
    font-family: Roboto Flex Bold;
    color: transparent;
    text-transform: uppercase;
    background: linear-gradient(0deg,#f7931b,#fcff79 86.61%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
@media(max-width: 767px)
{
    .styles_prizes__7PU9L h2
    {
        font-size: 18px;
        line-height: 18px;
    }
    .styles_prizes__7PU9L
    {
        top: 75%;
        width: 300px;
    }
}
.styles_title__q6AC8
{
    margin: 50px auto 30px;
    font-size: 24px;
    color: #988c92;
    text-align: center;
    text-transform: uppercase;
    font-family: Roboto Flex Bold;
}
.styles_inner__qbW7l
{
    color: #988c92;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
}
.styles_inner__qbW7l table
{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.styles_inner__qbW7l thead td
{
    border: none;
    font-size: 13px;
    padding: 0 10px;
    font-family: Roboto Flex Bold;
    text-transform: uppercase;
}
.styles_inner__qbW7l td
{
    text-align: center;
    border-bottom: 1px solid hsla(0,0%,100%,.25);
}
.styles_inner__qbW7l td:first-child
{
    border: none;
}
.styles_inner__qbW7l td .styles_headImg__YJSKb
{
    height: 27px;
    margin-bottom: 8px;
}
.styles_inner__qbW7l td .styles_lvlImg__Om2Z6
{
    width: 100px;
    height: 100px;
}
.styles_inner__qbW7l td .styles_iconImg__h8g_E
{
    width: 20px;
    height: 14px;
}
.styles_title__2bgzS
{
    margin: 50px auto 30px;
    font-size: 24px;
    color: #988c92;
    text-align: center;
    text-transform: uppercase;
    font-family: Roboto Flex Bold;
}
.styles_inner__mEOZW
{
    color: #988c92;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
}
.styles_inner__mEOZW table
{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.styles_inner__mEOZW thead td
{
    border: none;
    font-size: 13px;
    font-family: Roboto Flex Bold;
    text-transform: uppercase;
}
.styles_inner__mEOZW td
{
    text-align: center;
    border-right: 1px solid hsla(0,0%,100%,.25);
}
.styles_inner__mEOZW td:first-child
{
    border: none;
    width: 30%;
    padding: 0 0 10px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
}
.styles_inner__mEOZW td:first-child>div
{
    width: 70%;
    display: inline-block;
    vertical-align: middle;
}
.styles_inner__mEOZW td:last-child
{
    border: none;
}
.styles_inner__mEOZW td .styles_headImg___I0l2
{
    height: 20px;
    margin-bottom: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.styles_inner__mEOZW td .styles_lvlImg__b5DaO
{
    width: 50px;
    height: 50px;
}
.styles_inner__mEOZW td .styles_iconImg__MduHE
{
    width: 20px;
    height: 14px;
}
.styles_container__kASji
{
    width: 820px;
    margin: 0 auto 50px;
}
@media(max-width: 1279px)
{
    .styles_container__kASji
    {
        width: 100%;
    }
}
.styles_title__vDn5d
{
    margin: 50px auto 30px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: Roboto Flex Bold;
}
.styles_term__xGQMs
{
    padding: 20px;
    color: #988c92;
    font-size: 18px;
    font-family: Roboto Flex Medium;
    border-bottom: 1px solid hsla(0,0%,100%,.16);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.styles_open__m16p4
{
    color: #fff;
}
.styles_open__m16p4 .styles_termTitle__24jXZ svg
{
    transform: rotate(45deg);
}
.styles_open__m16p4 .styles_termText__96gky
{
    display: block;
}
.styles_termTitle__24jXZ
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}
.styles_termText__96gky
{
    font-size: 16px;
    display: none;
    padding-left: 38px;
    padding-top: 20px;
}
.styles_termText__96gky ul
{
    margin-top: 20px;
    margin-left: 20px;
    list-style: disc;
}
.styles_imageContainer__i9n_v
{
    position: relative;
    background: #fff;
    background-size: 100% 100%;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    height: 48px;
    width: 110px;
    align-items: center;
    justify-content: center;
    padding: 2px 12px 6px;
}
.styles_image__t9KIv
{
    margin-top: 6px;
    height: 85%;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}
.styles_wrapper__xL8gc
{
    background: linear-gradient(180deg,#202346,#16194d);
}
.styles_container__m9Hk0
{
    padding: 30px 60px 100px;
    margin: 0 auto;
    max-width: 1200px;
}
@media(max-width: 767px)
{
    .styles_container__m9Hk0
    {
        padding: 20px 16px 50px;
    }
}
@media(min-width: 1441px)
{
    .styles_container__m9Hk0
    {
        max-width: 1440px;
    }
}
.styles_loading__ymn4b
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.styles_header__AnS_G
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media(max-width: 767px)
{
    .styles_header__AnS_G
    {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .styles_header__AnS_G>div
    {
        margin-right: 20px;
    }
    .styles_header__AnS_G>div:last-child
    {
        margin-right: 0;
    }
}
.styles_title__BxROR
{
    font-family: Roboto Flex Bold;
    font-size: 24px;
    margin-left: 80px;
    color: #fff;
    text-transform: uppercase;
}
@media(max-width: 767px)
{
    .styles_title__BxROR
    {
        margin-left: 0;
        font-size: 18px;
    }
}
.styles_btns__ds87l
{
    display: flex;
    gap: 16px;
}
.styles_btn__tbdyZ
{
    font-size: 13px;
    line-height: 18px;
    border-radius: 10px;
    padding: 10px 24px;
    background: #17206b;
    border: 1px solid rgba(172,174,201,.3);
    cursor: pointer;
}
.styles_btn__tbdyZ span
{
    background: #bef3ff;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.styles_btnActive__uFg4_
{
    color: #03051d;
    background: linear-gradient(118.89deg,#ff9c07 5.59%,#ffec88 53.74%,#ffba07);
    border: 1px solid transparent;
}
.styles_filters__OEThx
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 16px auto;
}
.styles_filters__OEThx>div
{
    margin-right: 16px;
}
.styles_filters__OEThx>div:last-child
{
    margin-right: 0;
}
@media(max-width: 767px)
{
    .styles_filters__OEThx>div
    {
        margin-bottom: 16px;
        margin-right: 0;
    }
    .styles_filters__OEThx
    {
        flex-direction: column;
    }
}
.styles_methods__3KPiP
{
    color: #fff;
    width: 100%;
    margin-top: 50px;
}
.styles_methods__3KPiP table
{
    width: 100%;
    font-size: 15px;
    border-collapse: collapse;
}
.styles_methods__3KPiP thead
{
    color: #acaec9;
    font-size: 13px;
    line-height: 18px;
}
.styles_methods__3KPiP thead td
{
    text-align: center;
    padding: 0 0 12px;
    border-bottom: 1px solid rgba(172,174,201,.3);
}
.styles_methods__3KPiP tbody tr:nth-child(2n)
{
    background: hsla(0,0%,100%,.05);
}
.styles_methods__3KPiP tbody td
{
    border: none;
    padding: 12px 0;
    text-align: center;
}
.styles_methods__3KPiP tbody td:first-child
{
    padding-left: 30px;
}
.styles_methods__3KPiP tbody td:last-child
{
    padding-right: 30px;
}
.styles_methods__3KPiP tbody td button
{
    text-transform: uppercase;
}
@media(max-width: 767px)
{
    .styles_methods__3KPiP tbody td:first-child, .styles_methods__3KPiP tbody td:last-child
    {
        padding: 12px 0;
    }
}
.styles_free__kwFiO
{
    color: #bef3ff;
}
.styles_methodsMobile__n2tR_
{
    margin-top: 20px;
    color: #fff;
}
.styles_methodsMobile__n2tR_ button
{
    text-transform: uppercase;
    font-size: 16px!important;
}
.styles_methodMobile__Mgg1D
{
    background: #0c1c3e;
    background-size: 100% 100%;
    border: 1px solid rgba(172,174,201,.3);
    border-radius: 16px;
    padding: 12px 12px 8px;
    margin-bottom: 12px;
}
.styles_methodMobile__Mgg1D>div
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8px;
}
.styles_methodMobile__Mgg1D>div span
{
    display: inline-block;
    margin-left: 16px;
    font-size: 17px;
    font-family: Roboto Flex Bold;
    color: #fff;
}
.styles_methodMobile__Mgg1D table
{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 6px;
}
.styles_methodMobile__Mgg1D thead
{
    color: #acaec9;
    font-size: 13px;
    line-height: 18px;
}
.styles_methodMobile__Mgg1D tbody td
{
    text-transform: capitalize;
    padding: 8px 0;
    font-size: 13px;
    line-height: 18px;
}
.styles_container__Sm6JE
{
    padding: 0 60px;
    max-width: 1700px;
    margin: 70px auto 50px;
    width: 100%;
}
@media(max-width: 1279px)
{
    .styles_container__Sm6JE
    {
        padding: 0 8px;
        margin: 40px auto;
        max-width: 750px;
    }
}
@media(max-width: 767px)
{
    .styles_container__Sm6JE
    {
        padding: 0 8px;
        margin: 40px auto;
        max-width: 380px;
    }
}
.styles_title__iz09s
{
    text-transform: uppercase;
    color: #fff;
    font-family: Roboto Flex Bold;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 25px;
    max-width: 1000px;
    margin: 0 auto 50px;
    border-bottom: 1px solid #323340;
    text-align: center;
}
@media(max-width: 1279px)
{
    .styles_title__iz09s
    {
        font-size: 20px;
        line-height: 25px;
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 35px;
    }
}
.styles_gamesContainer__RiffG
{
    display: grid;
    position: relative;
    grid-gap: 15px;
    grid-template-columns: repeat(6,1fr);
}
@media(max-width: 1279px)
{
    .styles_gamesContainer__RiffG
    {
        grid-template-columns: repeat(4,1fr);
        grid-gap: 12px;
    }
}
@media(max-width: 767px)
{
    .styles_gamesContainer__RiffG
    {
        grid-template-columns: repeat(3,1fr);
        grid-gap: 12px;
    }
}
.styles_loadMoreWrap__FUnr_
{
    display: flex;
    justify-content: center;
}
.styles_container__0cl9s
{
    position: relative;
    text-transform: capitalize;
    color: #3fd6ff;
}
.styles_selectBtn__sr75j
{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.styles_selectBtn__sr75j img
{
    display: inline-block;
    margin-left: 12px;
}
.styles_providers__nxNpg
{
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: #0d0f2e;
    color: #fff;
    min-width: 320px;
    min-height: 300px;
    max-height: 500px;
    overflow: scroll;
    max-width: calc(100vw - 20px);
    padding: 16px 24px;
    border-radius: 12px;
    border: 1px solid hsla(0,0%,100%,.3);
    z-index: 51;
}
.styles_providers__nxNpg>div
{
    padding: 12px 0;
    text-transform: capitalize;
    border-bottom: 1px solid hsla(0,0%,100%,.1);
    cursor: pointer;
}
.styles_providers__nxNpg>div:first-child
{
    padding-top: 0;
}
.styles_providers__nxNpg>div:last-child
{
    border-bottom: none;
    padding-bottom: 0;
}
@media(max-width: 767px)
{
    .styles_providers__nxNpg
    {
        width: calc(100vw - 30px);
    }
}
.styles_isOpen__meAnT img
{
    transform: rotate(180deg);
}
@media(max-width: 767px)
{
    .styles_withMobileBottomList__qYJwk
    {
        position: fixed;
        top: calc(var(--app-height) - 330px);
        left: 15px;
        right: auto;
        max-height: 300px;
    }
}
.CategoriesList_headerBottom__VyCGM
{
    display: flex;
    justify-content: center;
    background: #1f2751;
    padding: 0 40px;
}
@media(max-width: 767px)
{
    .CategoriesList_headerBottom__VyCGM
    {
        padding: 0;
    }
}
.CategoriesList_headerBottomCategories__G8FmJ
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1100px;
    overflow: auto;
}
.CategoriesList_headerBottomCategory__oxrI_
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    padding: 0 22.5px;
    height: 60px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    gap: 6px;
}
@media(max-width: 1440px)
{
    .CategoriesList_headerBottomCategory__oxrI_
    {
        padding: 0 12.5px;
    }
}
@media(max-width: 767px)
{
    .CategoriesList_headerBottomCategory__oxrI_
    {
        height: 50px;
    }
}
.CategoriesList_headerBottomCategory__oxrI_.CategoriesList_active__9uB7O, .CategoriesList_headerBottomCategory__oxrI_:hover
{
    transition: color .4s ease;
    color: #fd6493;
    background: linear-gradient(0deg,rgba(4,237,69,.3),rgba(4,237,69,0));
}
.CategoriesList_headerBottomCategory__oxrI_.CategoriesList_active__9uB7O svg, .CategoriesList_headerBottomCategory__oxrI_:hover svg
{
    fill: #fd6493;
}
.CategoriesList_headerBottomCategory__oxrI_:last-child
{
    margin-right: 0;
}
.CategoriesList_headerBottomCategory__oxrI_ svg
{
    fill: #fff;
}
.styles_card__WFX3r
{
    background: #2d296f;
    box-shadow: 0 10px 10px rgba(0,0,0,.15);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 20px;
}
.styles_card__WFX3r.styles_active__0LeH3
{
    border: 1.5px solid #04ed45;
    background: transparent;
}
@media(max-width: 767px)
{
    .styles_card__WFX3r
    {
        padding: 30px 20px;
    }
}
.styles_cardHead__0L96d
{
    display: flex;
    justify-content: space-between;
}
@media(max-width: 767px)
{
    .styles_cardHead__0L96d
    {
        margin-bottom: 25px;
    }
}
.styles_cardLevel__nIcEZ
{
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #04ed45;
    text-transform: uppercase;
}
.styles_cardLevelTitle__FHNOg
{
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
}
.styles_cardImage___M_ar
{
    width: 100px;
    height: 100px;
    object-fit: contain;
}
@media(max-width: 767px)
{
    .styles_cardImage___M_ar
    {
        width: 80px;
        height: 80px;
    }
}
.styles_cardDescription_ontainer___tJ6A
{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
}
@media(max-width: 767px)
{
    .styles_cardDescription_ontainer___tJ6A
    {
        grid-template-columns: 100%;
        grid-gap: 0;
    }
}
.styles_cardDescriptionRow__WlIB3
{
    display: flex;
    justify-content: space-between;
    min-height: 16px;
}
.styles_cardDescriptionKey__4zAbi
{
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #04ed45;
    text-transform: uppercase;
}
.styles_cardDescriptionValue__nNYAm
{
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #fff;
}
.styles_card__WFX3r hr
{
    border: .5px solid #5f698c;
    transform: rotate(180deg);
    margin: 10px 0!important;
}
.styles_cardConditionTitle___rpWl
{
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    color: #e1e2ea;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.Content_info__do_rj
{
    padding: 60px 0;
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
}
@media(max-width: 767px)
{
    .Content_info__do_rj
    {
        padding: 40px 0;
    }
}
@media(max-width: 480px)
{
    .Content_info__do_rj
    {
        padding: 25px 0;
    }
}
.Content_info__do_rj>:not(:first-child)
{
    margin-top: 30px;
}
.Content_info__do_rj table
{
    border: 1px solid #3c4259;
    border-collapse: separate!important;
    border-radius: 10px;
    border-spacing: 0;
    padding: 0 10px;
}
.Content_info__do_rj td
{
    border: none;
    padding: 15px 10px;
}
.Content_info__do_rj p
{
    margin-bottom: 16px;
}
.Content_info__do_rj h3
{
    margin-bottom: 12px;
}
.ContentBanner_banner__7wOiA
{
    position: relative;
    display: flex;
    align-items: center;
    min-height: 260px;
    background-image: url(https://vulkka.com/img/home/banner/banner.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
@media(max-width: 1440px)
{
    .ContentBanner_banner__7wOiA
    {
        background-image: url(https://vulkka.com/img/home/banner/banner_1600.jpg);
    }
}
@media(max-width: 1439px)
{
    .ContentBanner_banner__7wOiA
    {
        background-image: url(https://vulkka.com/img/home/banner/banner_1230.jpg);
    }
}
@media(max-width: 1279px)
{
    .ContentBanner_banner__7wOiA
    {
        background-image: url(https://vulkka.com/img/home/banner/banner_992.jpg);
        background-position: 50%;
    }
}
@media(max-width: 767px)
{
    .ContentBanner_banner__7wOiA
    {
        background-image: url(https://vulkka.com/img/home/banner/banner_768.jpg);
        margin-bottom: 0;
    }
}
@media(max-width: 480px)
{
    .ContentBanner_banner__7wOiA
    {
        background-image: url(https://vulkka.com/img/home/banner/banner_480.jpg);
    }
}
.ContentBanner_title__XKpon
{
    margin: auto;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 42px;
    line-height: 48px;
    padding: 0 20px;
}
@media(max-width: 1279px)
{
    .ContentBanner_title__XKpon
    {
        font-size: 50px;
    }
}
@media(max-width: 767px)
{
    .ContentBanner_title__XKpon
    {
        font-size: 40px;
    }
}
@media(max-width: 600px)
{
    .ContentBanner_title__XKpon
    {
        font-size: 34px;
    }
}
@media(max-width: 480px)
{
    .ContentBanner_title__XKpon
    {
        font-size: 28px;
    }
}
@media(max-width: 375px)
{
    .ContentBanner_title__XKpon
    {
        font-size: 24px;
    }
}