﻿.RTL [route-back]
{
    text-align: right;
}
.RTL [route-back]>a
{
    transform: scaleX(-1);
    display: inline-block;
}
[route-back]
{
    text-align: left;
    margin-bottom: 20px;
}
[route-back] [font-icon]
{
    font-size: 20px;
}
.RTL [step-title]
{
    justify-content: flex-end;
    position: relative;
}
.RTL [step-title] h1
{
    text-align: right;
    display: block;
    width: 100%;
}
.RTL [step-title] .step-list
{
    position: absolute;
    left: 0;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translateY(-50%);
}
.GOLD [step-title] .step-list em.active
{
    background-color: #a98545;
}
[step-title]
{
    text-align: left;
    margin-top: 8px;
    margin-right: 0;
    margin-bottom: 48px;
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
[step-title] h1
{
    text-align: left;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    max-width: 150px;
}
[step-title] .step-list, [step-title] .step-list em
{
    display: flex;
    align-items: center;
}
[step-title] .step-list em
{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 24px;
    background-color: #717171;
    position: relative;
    justify-content: center;
}
[step-title] .step-list em:not(:first-of-type)
{
    margin-left: 40px;
}
[step-title] .step-list em:not(:first-of-type):before
{
    content: "";
    display: block;
    position: absolute;
    width: 32px;
    height: 1px;
    background-color: #717171;
    left: -36px;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translateY(-50%);
}
[step-title] .step-list em [font-icon]
{
    font-size: 14px;
    color: #fff;
}
[step-title] .step-list em.active
{
    background-color: #c64040;
}
@media(min-width: 580px)
{
    [step-title] h1
    {
        max-width: none;
        font-size: 28px;
    }
    [step-title] .step-list em:not(:first-of-type)
    {
        margin-left: 56px;
    }
    [step-title] .step-list em:not(:first-of-type):before
    {
        content: "";
        display: block;
        position: absolute;
        width: 48px;
        height: 1px;
        background-color: #717171;
        left: -52px;
        top: 50%;
        right: auto;
        bottom: auto;
        transform: translateY(-50%);
    }
}
.GOLD [from-landing] .btn-open
{
    color: #a98545;
}
.GOLD [from-landing] .btn-open:focus span, .GOLD [from-landing] .btn-open:hover span
{
    border-bottom: 1px solid #a98545;
}
.GOLD [from-landing] .list-holder .message
{
    color: #a98545;
}
.GOLD [from-landing] .list-holder [radio-button-list]>*
{
    flex: none;
}
.GOLD [from-landing] .list-holder [radio-button-list] [radio-item] i.checked
{
    border-color: #a98545;
    color: #a98545;
}
.GOLD [from-landing] .list-holder [radio-button-list] [radio-item] i.checked:after
{
    background-color: #a98545;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translateX(-50%) translateY(-50%);
}
.GOLD [from-landing] .list-holder [radio-button-list] [radio-item] i.checked+span
{
    color: #a98545;
}
.GOLD [from-landing] .list-holder .info-holder>[country-number-drop-select]
{
    position: static;
}
[from-landing]
{
    text-align: center;
    color: #fff;
}
[from-landing] .dividing-line
{
    color: #717171;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
[from-landing] .dividing-line:after, [from-landing] .dividing-line:before
{
    content: "";
    display: block;
    width: calc(50% - 20px);
    height: 1px;
    background-color: #717171;
}
[from-landing] .btn-open
{
    display: inline-block;
    margin-top: 40px;
    margin-right: 10px;
    margin-bottom: 14px;
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-weight: 500;
    color: #fff;
}
[from-landing] .btn-open:focus span, [from-landing] .btn-open:hover span
{
    border-bottom: 1px solid #fff;
}
[from-landing] .list-holder
{
    text-align: left;
}
[from-landing] .list-holder .message
{
    margin-bottom: 20px;
}
[from-landing] .list-holder [radio-button-list]
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
[from-landing] .list-holder [radio-button-list]>*
{
    flex: none;
}
[from-landing] .list-holder [radio-button-list] [radio-item] i.checked:after
{
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translateX(-50%) translateY(-50%);
}
[from-landing] .list-holder .info-holder
{
    margin-top: 16px;
}
[from-landing] .list-holder .info-holder>div
{
    margin-top: 8px;
    margin-bottom: 8px;
}
[from-landing] .list-holder .info-holder>[country-number-drop-select]
{
    position: static;
}
[from-landing] .list-holder .info-holder .input-field
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}
[from-landing] .list-holder .info-holder .input-field [text-input]
{
    position: relative;
    width: calc(100% - 56px);
    height: 48px;
    border: 0;
    border-radius: 8px;
    background-color: hsla(0,0%,78%,.07);
    color: #fff;
    font-size: 18px;
}
[from-landing] .list-holder .info-holder .input-field [text-input].focus:after
{
    width: calc(100% - 4px);
    height: 100%;
    margin: 0;
    border: 2px solid #ffc64d;
    border-radius: 8px;
    background-color: transparent;
    transform: scale(1);
    transition: none;
    box-sizing: border-box;
}
[from-landing] .list-holder .info-holder .input-field [color-button]
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-left: 8px;
}
[from-landing] .list-holder .info-holder .input-field [color-button] [font-icon]
{
    font-size: 16px;
    color: #fff;
}
[from-landing] .list-holder .info-holder .input-field [validation-errors]
{
    position: absolute;
    margin-top: 90px;
}
[from-landing] .list-holder .info-holder .input-field [validation-errors]:nth-of-type(2)
{
    margin-top: 120px;
}
@media(min-width: 580px)
{
    [from-landing] .list-holder [country-number-drop-select]
    {
        margin-right: 8px;
    }
    [from-landing] .list-holder [radio-button-list]
    {
        flex-direction: row;
        align-items: center;
    }
    [from-landing] .list-holder .info-holder
    {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    [from-landing] .list-holder .info-holder>:first-of-type
    {
        width: 20%;
    }
    [from-landing] .list-holder .info-holder>:nth-of-type(2)
    {
        min-width: calc(54% - 8px);
    }
    [from-landing] .list-holder .info-holder.email-only .input-field
    {
        width: 100%;
    }
}
@media(max-width: 579px)
{
    [from-landing] .list-holder [radio-button-list].dark [radio-item]:not(:first-of-type)
    {
        margin-left: 0;
    }
}
[toggle-button]
{
    width: 38px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background-color: #ccc;
    border-radius: 20px;
}
[toggle-button].disabled
{
    opacity: .3;
}
[toggle-button].on
{
    background-color: #07d0b5;
}
[toggle-button].on>span>span
{
    background-color: #fff;
}
[toggle-button]>span
{
    width: calc(100% - 6px);
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
}
[toggle-button]>span>span
{
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background-color: rgba(0,0,0,.7);
    z-index: 1;
    margin-top: 3px;
    transition: background-color .5s;
}
[toggle-button]>i, [toggle-button]>span>span
{
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
}
[toggle-button]>i
{
    width: 37px;
    height: 20px;
    opacity: 0;
}
[captcha-switch]
{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    align-items: center;
    border-top: 1px solid #333;
    padding-top: 20px;
}
[captcha-switch]>label
{
    font-size: 20px;
    margin-right: 20px;
}
.RTL [landing-header].landing .landing-selector, .RTL [landing-header].warp>div .btn-close
{
    right: auto;
    left: 20px;
}
.GOLD [landing-header]
{
    background-color: #21180f;
    border-bottom: 1px solid #a98545;
}
.GOLD [landing-header] [drop-select]
{
    border-radius: 4px;
    border: 1px solid #a98545;
    background-color: rgba(0,0,0,.3);
}
.GOLD [landing-header].warp>div .btn-close [font-icon]
{
    color: #a98545;
}
.GOLD [landing-header].warp>div .selector
{
    background-color: transparent;
}
[landing-header]
{
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    border-bottom: 1px solid #df3320;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    background-color: #171717;
    z-index: 8;
}
[landing-header] [drop-select]
{
    background-color: hsla(0,0%,100%,.1);
    border: 1px solid hsla(0,0%,100%,.1);
}
[landing-header] [drop-select] input[type=text]
{
    font-size: 14px;
    line-height: normal;
}
[landing-header].landing .landing-selector
{
    max-width: 200px;
    position: absolute;
    right: 20px;
    top: 100px;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
}
[landing-header].landing .landing-selector [drop-select] a input
{
    padding-left: 30px;
}
[landing-header].landing .landing-selector>[font-icon]
{
    display: inline-block;
    font-size: 16px;
    position: absolute;
    left: 8px;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translateY(-50%);
    color: hsla(0,0%,100%,.5);
}
[landing-header].warp>div
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 2;
}
[landing-header].warp>div .btn-close
{
    position: absolute;
    right: 20px;
    top: 50%;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
}
[landing-header].warp>div .btn-close [font-icon]
{
    font-size: 20px;
    color: #fff;
}
[landing-header].warp>div .selector
{
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: -52px;
    background-color: #171717;
}
[landing-header].warp>div .selector .holder
{
    display: flex;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 50%;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
}
[landing-header].warp>div .selector .holder>label
{
    font-weight: 500;
    font-size: 14px;
    margin-right: 12px;
}
[landing-header].warp>div .selector .holder [drop-select]
{
    width: 240px;
}
[landing-header] img
{
    display: block;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
}
@media(min-width: 768px)
{
    [landing-header].landing .landing-selector
    {
        top: 50%;
    }
}
@media(max-width: 419px)
{
    .hidden-ms-down
    {
        display: none!important;
    }
}
@media(max-width: 579px)
{
    .hidden-mm-down
    {
        display: none!important;
    }
}
@media(max-width: 767px)
{
    .hidden-ml-down
    {
        display: none!important;
    }
}
@media(max-width: 1023px)
{
    .hidden-tp-down
    {
        display: none!important;
    }
}
@media(max-width: 1259px)
{
    .hidden-tl-down
    {
        display: none!important;
    }
}
@media(max-width: 1419px)
{
    .hidden-ds-down
    {
        display: none!important;
    }
}
@media(max-width: 1599px)
{
    .hidden-dm-down
    {
        display: none!important;
    }
}
@media(min-width: 420px)
{
    .hidden-mm-up
    {
        display: none!important;
    }
}
@media(min-width: 580px)
{
    .hidden-ml-up
    {
        display: none!important;
    }
}
@media(min-width: 768px)
{
    .hidden-tp-up
    {
        display: none!important;
    }
}
@media(min-width: 1024px)
{
    .hidden-tl-up
    {
        display: none!important;
    }
}
@media(min-width: 1260px)
{
    .hidden-ds-up
    {
        display: none!important;
    }
}
@media(min-width: 1420px)
{
    .hidden-dm-up
    {
        display: none!important;
    }
}
@media(min-width: 1600px)
{
    .hidden-dl-up
    {
        display: none!important;
    }
}
.submit-group
{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media(min-width: 580px)
{
    .submit-group
    {
        flex-direction: row;
    }
}
[sign-up-progress].mobile
{
    min-height: 540px;
}
[sign-up-progress] .btn-holder
{
    position: relative;
    margin-bottom: 40px;
}
[sign-up-progress] .btn-holder .error
{
    position: absolute;
    left: 50%;
    top: -10px;
    right: auto;
    bottom: auto;
    transform: translateX(-50%);
    color: #df3320;
}
[sign-up-progress] .btn-holder.pt
{
    padding-top: 20px;
    margin-top: 40px;
}