/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root{--blue: #007bff;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--red: #ee312f;--orange: #fd7e14;--yellow: #ffc107;--green: #28a745;--teal: #20c997;--cyan: #17a2b8;--white: #fff;--gray: #6c757d;--gray-dark: #343a40;--primary: rgba(255,255,255,0.44);--secondary: #6c757d;--success: #28a745;--info: #17a2b8;--warning: #ffc107;--danger: #ee312f;--light: rgba(255,255,255,0.9);--dark: #2e2e2e;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--breakpoint-xxl: 1440px;--font-family-sans-serif: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*::before,*::after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(46,46,46,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:"PT Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(255,255,255,0.44);text-decoration:none;background-color:transparent}a:hover{color:rgba(217,217,217,0.44);text-decoration:underline}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role="button"]{cursor:pointer}select{word-wrap:normal}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:none}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:.5rem;font-family:Roboto,"PT Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-weight:700;line-height:1.2}h1,.h1{font-size:2.5rem}h2,.h2{font-size:2rem}h3,.h3{font-size:1.75rem}h4,.h4{font-size:1.5rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(46,46,46,0.1)}small,.small{font-size:80%;font-weight:400}mark,.mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container{max-width:540px}}@media (min-width: 768px){.container{max-width:720px}}@media (min-width: 992px){.container{max-width:960px}}@media (min-width: 1200px){.container{max-width:1140px}}@media (min-width: 1440px){.container{max-width:1400px}}.container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container,.container-sm{max-width:540px}}@media (min-width: 768px){.container,.container-sm,.container-md{max-width:720px}}@media (min-width: 992px){.container,.container-sm,.container-md,.container-lg{max-width:960px}}@media (min-width: 1200px){.container,.container-sm,.container-md,.container-lg,.container-xl{max-width:1140px}}@media (min-width: 1440px){.container,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{max-width:1400px}}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl,.col-xxl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.33333%;max-width:8.33333%}.col-2{flex:0 0 16.66667%;max-width:16.66667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333%;max-width:33.33333%}.col-5{flex:0 0 41.66667%;max-width:41.66667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333%;max-width:58.33333%}.col-8{flex:0 0 66.66667%;max-width:66.66667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333%;max-width:83.33333%}.col-11{flex:0 0 91.66667%;max-width:91.66667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width: 576px){.col-sm{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width: 768px){.col-md{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width: 992px){.col-lg{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width: 1200px){.col-xl{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}@media (min-width: 1440px){.col-xxl{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.row-cols-xxl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xxl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xxl-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-xxl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xxl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xxl-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-xxl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xxl-1{flex:0 0 8.33333%;max-width:8.33333%}.col-xxl-2{flex:0 0 16.66667%;max-width:16.66667%}.col-xxl-3{flex:0 0 25%;max-width:25%}.col-xxl-4{flex:0 0 33.33333%;max-width:33.33333%}.col-xxl-5{flex:0 0 41.66667%;max-width:41.66667%}.col-xxl-6{flex:0 0 50%;max-width:50%}.col-xxl-7{flex:0 0 58.33333%;max-width:58.33333%}.col-xxl-8{flex:0 0 66.66667%;max-width:66.66667%}.col-xxl-9{flex:0 0 75%;max-width:75%}.col-xxl-10{flex:0 0 83.33333%;max-width:83.33333%}.col-xxl-11{flex:0 0 91.66667%;max-width:91.66667%}.col-xxl-12{flex:0 0 100%;max-width:100%}.order-xxl-first{order:-1}.order-xxl-last{order:13}.order-xxl-0{order:0}.order-xxl-1{order:1}.order-xxl-2{order:2}.order-xxl-3{order:3}.order-xxl-4{order:4}.order-xxl-5{order:5}.order-xxl-6{order:6}.order-xxl-7{order:7}.order-xxl-8{order:8}.order-xxl-9{order:9}.order-xxl-10{order:10}.order-xxl-11{order:11}.order-xxl-12{order:12}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333%}.offset-xxl-2{margin-left:16.66667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333%}.offset-xxl-5{margin-left:41.66667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333%}.offset-xxl-8{margin-left:66.66667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333%}.offset-xxl-11{margin-left:91.66667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table th,.table td{padding:.75rem;vertical-align:top;border-top:1px solid #d2d2d4}.table thead th{vertical-align:bottom;border-bottom:2px solid #d2d2d4}.table tbody+tbody{border-top:2px solid #d2d2d4}.table-sm th,.table-sm td{padding:.3rem}.table-bordered{border:1px solid #d2d2d4}.table-bordered th,.table-bordered td{border:1px solid #d2d2d4}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(46,46,46,0.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(46,46,46,0.075)}.table-primary,.table-primary>th,.table-primary>td{background-color:rgba(255,255,255,0.8432)}.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody{border-color:rgba(255,255,255,0.7088)}.table-hover .table-primary:hover{background-color:rgba(242,242,242,0.8432)}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:rgba(242,242,242,0.8432)}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#d6d8db}.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>th,.table-success>td{background-color:#c3e6cb}.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>th,.table-info>td{background-color:#bee5eb}.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>th,.table-warning>td{background-color:#ffeeba}.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>th,.table-danger>td{background-color:#fac5c5}.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody{border-color:#f69493}.table-hover .table-danger:hover{background-color:#f8aeae}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f8aeae}.table-light,.table-light>th,.table-light>td{background-color:rgba(255,255,255,0.972)}.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody{border-color:rgba(255,255,255,0.948)}.table-hover .table-light:hover{background-color:rgba(242,242,242,0.972)}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:rgba(242,242,242,0.972)}.table-dark,.table-dark>th,.table-dark>td{background-color:#c4c4c4}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#929292}.table-hover .table-dark:hover{background-color:#b7b7b7}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b7b7b7}.table-active,.table-active>th,.table-active>td{background-color:rgba(46,46,46,0.075)}.table-hover .table-active:hover{background-color:rgba(33,33,33,0.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(33,33,33,0.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#d2d2d4}.table-dark{color:#fff;background-color:#343a40}.table-dark th,.table-dark td,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,0.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,0.075)}@media (max-width: 575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width: 767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width: 991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width: 1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}@media (max-width: 1439.98px){.table-responsive-xxl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xxl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.4em + .75rem + 4px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.4;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.form-control:focus{color:#495057;background-color:#fff;border-color:rgba(255,255,255,0.44);outline:0;box-shadow:0 0 0 .2rem rgba(255,255,255,0.25)}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.4}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:1rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.4;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 4px);padding:.25rem .5rem;font-size:1rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 4px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[size],select.form-control[multiple]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*="col-"]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input[disabled] ~ .form-check-label,.form-check-input:disabled ~ .form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:1rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,0.9);border-radius:.25rem}.was-validated :valid ~ .valid-feedback,.was-validated :valid ~ .valid-tooltip,.is-valid ~ .valid-feedback,.is-valid ~ .valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#28a745;padding-right:calc(1.4em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.35em + .1875rem) center;background-size:calc(.7em + .375rem) calc(.7em + .375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,0.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.4em + .75rem);background-position:top calc(.35em + .1875rem) right calc(.35em + .1875rem)}.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.7em + .375rem) calc(.7em + .375rem)}.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,0.25)}.was-validated .form-check-input:valid ~ .form-check-label,.form-check-input.is-valid ~ .form-check-label{color:#28a745}.was-validated .form-check-input:valid ~ .valid-feedback,.was-validated .form-check-input:valid ~ .valid-tooltip,.form-check-input.is-valid ~ .valid-feedback,.form-check-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-control-input:valid ~ .custom-control-label,.custom-control-input.is-valid ~ .custom-control-label{color:#28a745}.was-validated .custom-control-input:valid ~ .custom-control-label::before,.custom-control-input.is-valid ~ .custom-control-label::before{border-color:#28a745}.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,.custom-control-input.is-valid:checked ~ .custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,.custom-control-input.is-valid:focus ~ .custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,0.25)}.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before{border-color:#28a745}.was-validated .custom-file-input:valid ~ .custom-file-label,.custom-file-input.is-valid ~ .custom-file-label{border-color:#28a745}.was-validated .custom-file-input:valid:focus ~ .custom-file-label,.custom-file-input.is-valid:focus ~ .custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,0.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#ee312f}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:1rem;line-height:1.5;color:#fff;background-color:rgba(238,49,47,0.9);border-radius:.25rem}.was-validated :invalid ~ .invalid-feedback,.was-validated :invalid ~ .invalid-tooltip,.is-invalid ~ .invalid-feedback,.is-invalid ~ .invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#ee312f;padding-right:calc(1.4em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ee312f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ee312f' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.35em + .1875rem) center;background-size:calc(.7em + .375rem) calc(.7em + .375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#ee312f;box-shadow:0 0 0 .2rem rgba(238,49,47,0.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.4em + .75rem);background-position:top calc(.35em + .1875rem) right calc(.35em + .1875rem)}.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#ee312f;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ee312f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ee312f' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.7em + .375rem) calc(.7em + .375rem)}.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#ee312f;box-shadow:0 0 0 .2rem rgba(238,49,47,0.25)}.was-validated .form-check-input:invalid ~ .form-check-label,.form-check-input.is-invalid ~ .form-check-label{color:#ee312f}.was-validated .form-check-input:invalid ~ .invalid-feedback,.was-validated .form-check-input:invalid ~ .invalid-tooltip,.form-check-input.is-invalid ~ .invalid-feedback,.form-check-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-control-input:invalid ~ .custom-control-label,.custom-control-input.is-invalid ~ .custom-control-label{color:#ee312f}.was-validated .custom-control-input:invalid ~ .custom-control-label::before,.custom-control-input.is-invalid ~ .custom-control-label::before{border-color:#ee312f}.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,.custom-control-input.is-invalid:checked ~ .custom-control-label::before{border-color:#f2605e;background-color:#f2605e}.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,.custom-control-input.is-invalid:focus ~ .custom-control-label::before{box-shadow:0 0 0 .2rem rgba(238,49,47,0.25)}.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before{border-color:#ee312f}.was-validated .custom-file-input:invalid ~ .custom-file-label,.custom-file-input.is-invalid ~ .custom-file-label{border-color:#ee312f}.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,.custom-file-input.is-invalid:focus ~ .custom-file-label{border-color:#ee312f;box-shadow:0 0 0 .2rem rgba(238,49,47,0.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media (min-width: 576px){.form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group,.form-inline .custom-select{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:0 0;font-size:1rem;line-height:1.4;border-radius:0;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn:focus,.btn.focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,255,255,0.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#212529;background-color:rgba(255,255,255,0.44);border-color:rgba(255,255,255,0.44)}.btn-primary:hover{color:#212529;background-color:rgba(236,236,236,0.44);border-color:rgba(230,230,230,0.44)}.btn-primary:focus,.btn-primary.focus{color:#212529;background-color:rgba(236,236,236,0.44);border-color:rgba(230,230,230,0.44);box-shadow:0 0 0 .2rem rgba(170,171,173,0.5)}.btn-primary.disabled,.btn-primary:disabled{color:#212529;background-color:rgba(255,255,255,0.44);border-color:rgba(255,255,255,0.44)}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#212529;background-color:rgba(230,230,230,0.44);border-color:rgba(223,223,223,0.44)}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(170,171,173,0.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary:focus,.btn-secondary.focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(130,138,145,0.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,0.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,0.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,0.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,0.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,0.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning:focus,.btn-warning.focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,0.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,0.5)}.btn-danger{color:#fff;background-color:#ee312f;border-color:#ee312f}.btn-danger:hover{color:#fff;background-color:#e41513;border-color:#d81412}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#e41513;border-color:#d81412;box-shadow:0 0 0 .2rem rgba(241,80,78,0.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#ee312f;border-color:#ee312f}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#d81412;border-color:#cd1311}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(241,80,78,0.5)}.btn-light{color:#212529;background-color:rgba(255,255,255,0.9);border-color:rgba(255,255,255,0.9)}.btn-light:hover{color:#212529;background-color:rgba(236,236,236,0.9);border-color:rgba(230,230,230,0.9)}.btn-light:focus,.btn-light.focus{color:#212529;background-color:rgba(236,236,236,0.9);border-color:rgba(230,230,230,0.9);box-shadow:0 0 0 .2rem rgba(216,216,217,0.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:rgba(255,255,255,0.9);border-color:rgba(255,255,255,0.9)}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:rgba(230,230,230,0.9);border-color:rgba(223,223,223,0.9)}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,216,217,0.5)}.btn-dark{color:#fff;background-color:#2e2e2e;border-color:#2e2e2e}.btn-dark:hover{color:#fff;background-color:#1b1b1b;border-color:#151515}.btn-dark:focus,.btn-dark.focus{color:#fff;background-color:#1b1b1b;border-color:#151515;box-shadow:0 0 0 .2rem rgba(77,77,77,0.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#2e2e2e;border-color:#2e2e2e}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#151515;border-color:#0e0e0e}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(77,77,77,0.5)}.btn-outline-primary{color:rgba(255,255,255,0.44);border-color:rgba(255,255,255,0.44)}.btn-outline-primary:hover{color:#212529;background-color:rgba(255,255,255,0.44);border-color:rgba(255,255,255,0.44)}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:0 0 0 .2rem rgba(255,255,255,0.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:rgba(255,255,255,0.44);background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{color:#212529;background-color:rgba(255,255,255,0.44);border-color:rgba(255,255,255,0.44)}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,255,255,0.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:focus,.btn-outline-secondary.focus{box-shadow:0 0 0 .2rem rgba(108,117,125,0.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,0.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:focus,.btn-outline-success.focus{box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:focus,.btn-outline-info.focus{box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:focus,.btn-outline-warning.focus{box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)}.btn-outline-danger{color:#ee312f;border-color:#ee312f}.btn-outline-danger:hover{color:#fff;background-color:#ee312f;border-color:#ee312f}.btn-outline-danger:focus,.btn-outline-danger.focus{box-shadow:0 0 0 .2rem rgba(238,49,47,0.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#ee312f;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#ee312f;border-color:#ee312f}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(238,49,47,0.5)}.btn-outline-light{color:rgba(255,255,255,0.9);border-color:rgba(255,255,255,0.9)}.btn-outline-light:hover{color:#212529;background-color:rgba(255,255,255,0.9);border-color:rgba(255,255,255,0.9)}.btn-outline-light:focus,.btn-outline-light.focus{box-shadow:0 0 0 .2rem rgba(255,255,255,0.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:rgba(255,255,255,0.9);background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:rgba(255,255,255,0.9);border-color:rgba(255,255,255,0.9)}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,255,255,0.5)}.btn-outline-dark{color:#2e2e2e;border-color:#2e2e2e}.btn-outline-dark:hover{color:#fff;background-color:#2e2e2e;border-color:#2e2e2e}.btn-outline-dark:focus,.btn-outline-dark.focus{box-shadow:0 0 0 .2rem rgba(46,46,46,0.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#2e2e2e;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#2e2e2e;border-color:#2e2e2e}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(46,46,46,0.5)}.btn-link{font-weight:400;color:rgba(255,255,255,0.44);text-decoration:none}.btn-link:hover{color:rgba(217,217,217,0.44);text-decoration:underline}.btn-link:focus,.btn-link.focus{text-decoration:underline}.btn-link:disabled,.btn-link.disabled{color:#6c757d;pointer-events:none}.btn-lg,.btn-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-sm,.btn-group-sm>.btn{padding:.25rem .5rem;font-size:1rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{transition:opacity 0.15s linear}@media (prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height 0.35s ease}@media (prefers-reduced-motion: reduce){.collapsing{transition:none}}.dropup,.dropright,.dropdown,.dropleft{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(46,46,46,0.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width: 576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width: 768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width: 992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width: 1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}@media (min-width: 1440px){.dropdown-menu-xxl-left{right:auto;left:0}.dropdown-menu-xxl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^="top"],.dropdown-menu[x-placement^="right"],.dropdown-menu[x-placement^="bottom"],.dropdown-menu[x-placement^="left"]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,.dropdown-item:focus{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:rgba(255,255,255,0.44)}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:1rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover{z-index:1}.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child){margin-left:-1px}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:0;padding-left:0}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type="radio"],.btn-group-toggle>.btn input[type="checkbox"],.btn-group-toggle>.btn-group>.btn input[type="radio"],.btn-group-toggle>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-control-plaintext,.input-group>.custom-select,.input-group>.custom-file{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.form-control-plaintext+.form-control,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file{margin-left:-1px}.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file .custom-file-input:focus ~ .custom-file-label{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.form-control:not(:last-child),.input-group>.custom-select:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-prepend,.input-group-append{display:flex}.input-group-prepend .btn,.input-group-append .btn{position:relative;z-index:2}.input-group-prepend .btn:focus,.input-group-append .btn:focus{z-index:3}.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.4;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type="radio"],.input-group-text input[type="checkbox"]{margin-top:0}.input-group-lg>.form-control:not(textarea),.input-group-lg>.custom-select{height:calc(1.5em + 1rem + 4px)}.input-group-lg>.form-control,.input-group-lg>.custom-select,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.form-control:not(textarea),.input-group-sm>.custom-select{height:calc(1.5em + .5rem + 4px)}.input-group-sm>.form-control,.input-group-sm>.custom-select,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn{padding:.25rem .5rem;font-size:1rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked ~ .custom-control-label::before{color:#fff;border-color:rgba(255,255,255,0.44);background-color:rgba(255,255,255,0.44)}.custom-control-input:focus ~ .custom-control-label::before{box-shadow:0 0 0 .2rem rgba(255,255,255,0.25)}.custom-control-input:focus:not(:checked) ~ .custom-control-label::before{border-color:rgba(255,255,255,0.44)}.custom-control-input:not(:disabled):active ~ .custom-control-label::before{color:#fff;background-color:rgba(255,255,255,0.44);border-color:rgba(255,255,255,0.44)}.custom-control-input[disabled] ~ .custom-control-label,.custom-control-input:disabled ~ .custom-control-label{color:#6c757d}.custom-control-input[disabled] ~ .custom-control-label::before,.custom-control-input:disabled ~ .custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50% / 50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before{border-color:rgba(255,255,255,0.44);background-color:rgba(255,255,255,0.44)}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(255,255,255,0.5)}.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before{background-color:rgba(255,255,255,0.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(255,255,255,0.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked ~ .custom-control-label::after{background-color:#fff;transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(255,255,255,0.5)}.custom-select{display:inline-block;width:100%;height:calc(1.4em + .75rem + 4px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.4;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:rgba(255,255,255,0.44);outline:0;box-shadow:0 0 0 .2rem rgba(255,255,255,0.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 4px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:1rem}.custom-select-lg{height:calc(1.5em + 1rem + 4px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.4em + .75rem + 4px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.4em + .75rem + 4px);margin:0;opacity:0}.custom-file-input:focus ~ .custom-file-label{border-color:rgba(255,255,255,0.44);box-shadow:0 0 0 .2rem rgba(255,255,255,0.25)}.custom-file-input[disabled] ~ .custom-file-label,.custom-file-input:disabled ~ .custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en) ~ .custom-file-label::after{content:"Browse"}.custom-file-input ~ .custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.4em + .75rem + 4px);padding:.375rem .75rem;font-weight:400;line-height:1.4;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.4em + .75rem);padding:.375rem .75rem;line-height:1.4;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:none}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(255,255,255,0.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(255,255,255,0.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(255,255,255,0.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:rgba(255,255,255,0.44);border:0;border-radius:1rem;-webkit-transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:rgba(255,255,255,0.44)}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:rgba(255,255,255,0.44);border:0;border-radius:1rem;-moz-transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:rgba(255,255,255,0.44)}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:rgba(255,255,255,0.44);border:0;border-radius:1rem;-ms-transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;appearance:none}@media (prefers-reduced-motion: reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:rgba(255,255,255,0.44)}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:rgba(255,255,255,0.44)}.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-sm,.navbar .container-md,.navbar .container-lg,.navbar .container-xl,.navbar .container-xxl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:0}.navbar-toggler:hover,.navbar-toggler:focus{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width: 575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl,.navbar-expand-sm>.container-xxl{padding-right:0;padding-left:0}}@media (min-width: 576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl,.navbar-expand-sm>.container-xxl{flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width: 767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl,.navbar-expand-md>.container-xxl{padding-right:0;padding-left:0}}@media (min-width: 768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl,.navbar-expand-md>.container-xxl{flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width: 991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl,.navbar-expand-lg>.container-xxl{padding-right:0;padding-left:0}}@media (min-width: 992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl,.navbar-expand-lg>.container-xxl{flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width: 1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl,.navbar-expand-xl>.container-xxl{padding-right:0;padding-left:0}}@media (min-width: 1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl,.navbar-expand-xl>.container-xxl{flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media (max-width: 1439.98px){.navbar-expand-xxl>.container,.navbar-expand-xxl>.container-fluid,.navbar-expand-xxl>.container-sm,.navbar-expand-xxl>.container-md,.navbar-expand-xxl>.container-lg,.navbar-expand-xxl>.container-xl,.navbar-expand-xxl>.container-xxl{padding-right:0;padding-left:0}}@media (min-width: 1440px){.navbar-expand-xxl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl>.container,.navbar-expand-xxl>.container-fluid,.navbar-expand-xxl>.container-sm,.navbar-expand-xxl>.container-md,.navbar-expand-xxl>.container-lg,.navbar-expand-xxl>.container-xl,.navbar-expand-xxl>.container-xxl{flex-wrap:nowrap}.navbar-expand-xxl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl,.navbar-expand>.container-xxl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl,.navbar-expand>.container-xxl{flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(46,46,46,0.9)}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:rgba(46,46,46,0.9)}.navbar-light .navbar-nav .nav-link{color:rgba(46,46,46,0.5)}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:rgba(46,46,46,0.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(46,46,46,0.3)}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{color:rgba(46,46,46,0.9)}.navbar-light .navbar-toggler{color:rgba(46,46,46,0.5);border-color:rgba(46,46,46,0.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2846,46,46,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(46,46,46,0.5)}.navbar-light .navbar-text a{color:rgba(46,46,46,0.9)}.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:rgba(46,46,46,0.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,0.5)}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:rgba(255,255,255,0.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,0.25)}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,0.5);border-color:rgba(255,255,255,0.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,0.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(46,46,46,0.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(46,46,46,0.03);border-bottom:1px solid rgba(46,46,46,0.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(46,46,46,0.03);border-top:1px solid rgba(46,46,46,0.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img,.card-img-top,.card-img-bottom{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width: 576px){.card-deck{display:flex;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media (min-width: 576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width: 576px){.card-columns{-moz-column-count:3;column-count:3;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item{display:flex}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:rgba(255,255,255,0.44);background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:rgba(217,217,217,0.44);text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(255,255,255,0.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:rgba(255,255,255,0.44);border-color:rgba(255,255,255,0.44)}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:1rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.badge{transition:none}}a.badge:hover,a.badge:focus{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#212529;background-color:rgba(255,255,255,0.44)}a.badge-primary:hover,a.badge-primary:focus{color:#212529;background-color:rgba(230,230,230,0.44)}a.badge-primary:focus,a.badge-primary.focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,255,255,0.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:hover,a.badge-secondary:focus{color:#fff;background-color:#545b62}a.badge-secondary:focus,a.badge-secondary.focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,0.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:hover,a.badge-success:focus{color:#fff;background-color:#1e7e34}a.badge-success:focus,a.badge-success.focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:hover,a.badge-info:focus{color:#fff;background-color:#117a8b}a.badge-info:focus,a.badge-info.focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:hover,a.badge-warning:focus{color:#212529;background-color:#d39e00}a.badge-warning:focus,a.badge-warning.focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)}.badge-danger{color:#fff;background-color:#ee312f}a.badge-danger:hover,a.badge-danger:focus{color:#fff;background-color:#d81412}a.badge-danger:focus,a.badge-danger.focus{outline:0;box-shadow:0 0 0 .2rem rgba(238,49,47,0.5)}.badge-light{color:#212529;background-color:rgba(255,255,255,0.9)}a.badge-light:hover,a.badge-light:focus{color:#212529;background-color:rgba(230,230,230,0.9)}a.badge-light:focus,a.badge-light.focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,255,255,0.5)}.badge-dark{color:#fff;background-color:#2e2e2e}a.badge-dark:hover,a.badge-dark:focus{color:#fff;background-color:#151515}a.badge-dark:focus,a.badge-dark.focus{outline:0;box-shadow:0 0 0 .2rem rgba(46,46,46,0.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width: 576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:5.5rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:rgba(95,95,95,0.7088);background-color:rgba(255,255,255,0.888);border-color:rgba(255,255,255,0.8432)}.alert-primary hr{border-top-color:rgba(242,242,242,0.8432)}.alert-primary .alert-link{color:rgba(70,70,70,0.7088)}.alert-secondary{color:#4e5357;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#36393c}.alert-success{color:#2b6d3a;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#1d4827}.alert-info{color:#226a76;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#17464e}.alert-warning{color:#9b7a1a;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#6f5813}.alert-danger{color:#92302f;background-color:#fcd6d5;border-color:#fac5c5}.alert-danger hr{border-top-color:#f8aeae}.alert-danger .alert-link{color:#6b2323}.alert-light{color:rgba(144,144,144,0.948);background-color:rgba(255,255,255,0.98);border-color:rgba(255,255,255,0.972)}.alert-light hr{border-top-color:rgba(242,242,242,0.972)}.alert-light .alert-link{color:rgba(119,119,119,0.948)}.alert-dark{color:#2e2e2e;background-color:#d5d5d5;border-color:#c4c4c4}.alert-dark hr{border-top-color:#b7b7b7}.alert-dark .alert-link{color:#151515}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:rgba(255,255,255,0.44);transition:width 0.6s ease}@media (prefers-reduced-motion: reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion: reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:flex;align-items:flex-start}.media-body{flex:1}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(46,46,46,0.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:rgba(255,255,255,0.44);border-color:rgba(255,255,255,0.44)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width: 576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 1440px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:rgba(95,95,95,0.7088);background-color:rgba(255,255,255,0.8432)}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:rgba(95,95,95,0.7088);background-color:rgba(242,242,242,0.8432)}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:rgba(95,95,95,0.7088);border-color:rgba(95,95,95,0.7088)}.list-group-item-secondary{color:#4e5357;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#4e5357;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#4e5357;border-color:#4e5357}.list-group-item-success{color:#2b6d3a;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#2b6d3a;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#2b6d3a;border-color:#2b6d3a}.list-group-item-info{color:#226a76;background-color:#bee5eb}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#226a76;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#226a76;border-color:#226a76}.list-group-item-warning{color:#9b7a1a;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#9b7a1a;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#9b7a1a;border-color:#9b7a1a}.list-group-item-danger{color:#92302f;background-color:#fac5c5}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#92302f;background-color:#f8aeae}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#92302f;border-color:#92302f}.list-group-item-light{color:rgba(144,144,144,0.948);background-color:rgba(255,255,255,0.972)}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:rgba(144,144,144,0.948);background-color:rgba(242,242,242,0.972)}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:rgba(144,144,144,0.948);border-color:rgba(144,144,144,0.948)}.list-group-item-dark{color:#2e2e2e;background-color:#c4c4c4}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#2e2e2e;background-color:#b7b7b7}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#2e2e2e;border-color:#2e2e2e}.close{float:right;font-size:3rem;font-weight:100;line-height:1;color:#ee312f;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#ee312f;text-decoration:none}.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:rgba(255,255,255,0.85);background-clip:padding-box;border:1px solid rgba(0,0,0,0.1);box-shadow:0 0.25rem 0.75rem rgba(46,46,46,0.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,0.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,0.05)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform 0.3s ease-out;transform:translate(0, -50px)}@media (prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:0 solid rgba(46,46,46,0.2);border-radius:0;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#b5b9c3}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem 1rem;border-bottom:0 solid #d2d2d4;border-top-left-radius:0;border-top-right-radius:0}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:0 solid #d2d2d4;border-bottom-right-radius:0;border-bottom-left-radius:0}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width: 992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width: 1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:"PT Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:1rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^="top"]{padding:.4rem 0}.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^="top"] .arrow{bottom:0}.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^="top"] .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#2e2e2e}.bs-tooltip-right,.bs-tooltip-auto[x-placement^="right"]{padding:0 .4rem}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^="right"] .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^="right"] .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#2e2e2e}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^="bottom"]{padding:.4rem 0}.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^="bottom"] .arrow{top:0}.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^="bottom"] .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#2e2e2e}.bs-tooltip-left,.bs-tooltip-auto[x-placement^="left"]{padding:0 .4rem}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^="left"] .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^="left"] .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#2e2e2e}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#2e2e2e;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:"PT Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:1rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(46,46,46,0.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::before,.popover .arrow::after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-top,.bs-popover-auto[x-placement^="top"]{margin-bottom:.5rem}.bs-popover-top>.arrow,.bs-popover-auto[x-placement^="top"]>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-top>.arrow::before,.bs-popover-auto[x-placement^="top"]>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(46,46,46,0.25)}.bs-popover-top>.arrow::after,.bs-popover-auto[x-placement^="top"]>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-right,.bs-popover-auto[x-placement^="right"]{margin-left:.5rem}.bs-popover-right>.arrow,.bs-popover-auto[x-placement^="right"]>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-right>.arrow::before,.bs-popover-auto[x-placement^="right"]>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(46,46,46,0.25)}.bs-popover-right>.arrow::after,.bs-popover-auto[x-placement^="right"]>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-bottom,.bs-popover-auto[x-placement^="bottom"]{margin-top:.5rem}.bs-popover-bottom>.arrow,.bs-popover-auto[x-placement^="bottom"]>.arrow{top:calc(-.5rem - 1px)}.bs-popover-bottom>.arrow::before,.bs-popover-auto[x-placement^="bottom"]>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(46,46,46,0.25)}.bs-popover-bottom>.arrow::after,.bs-popover-auto[x-placement^="bottom"]>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^="bottom"] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-left,.bs-popover-auto[x-placement^="left"]{margin-right:.5rem}.bs-popover-left>.arrow,.bs-popover-auto[x-placement^="left"]>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-left>.arrow::before,.bs-popover-auto[x-placement^="left"]>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(46,46,46,0.25)}.bs-popover-left>.arrow::after,.bs-popover-auto[x-placement^="left"]>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion: reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-left),.active.carousel-item-right{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-right),.active.carousel-item-left{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity 0.15s ease}@media (prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50% / 100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity 0.6s ease}@media (prefers-reduced-motion: reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{transform:rotate(360deg)}}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.bg-primary{background-color:rgba(255,255,255,0.44) !important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:rgba(230,230,230,0.44) !important}.bg-secondary{background-color:#6c757d !important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#545b62 !important}.bg-success{background-color:#28a745 !important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#1e7e34 !important}.bg-info{background-color:#17a2b8 !important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#117a8b !important}.bg-warning{background-color:#ffc107 !important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#d39e00 !important}.bg-danger{background-color:#ee312f !important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#d81412 !important}.bg-light{background-color:rgba(255,255,255,0.9) !important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:rgba(230,230,230,0.9) !important}.bg-dark{background-color:#2e2e2e !important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#151515 !important}.bg-white{background-color:#fff !important}.bg-transparent{background-color:transparent !important}.border{border:1px solid #d2d2d4 !important}.border-top{border-top:1px solid #d2d2d4 !important}.border-right{border-right:1px solid #d2d2d4 !important}.border-bottom{border-bottom:1px solid #d2d2d4 !important}.border-left{border-left:1px solid #d2d2d4 !important}.border-0{border:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.border-primary{border-color:rgba(255,255,255,0.44) !important}.border-secondary{border-color:#6c757d !important}.border-success{border-color:#28a745 !important}.border-info{border-color:#17a2b8 !important}.border-warning{border-color:#ffc107 !important}.border-danger{border-color:#ee312f !important}.border-light{border-color:rgba(255,255,255,0.9) !important}.border-dark{border-color:#2e2e2e !important}.border-white{border-color:#fff !important}.rounded-sm{border-radius:.2rem !important}.rounded{border-radius:.25rem !important}.rounded-top{border-top-left-radius:.25rem !important;border-top-right-radius:.25rem !important}.rounded-right{border-top-right-radius:.25rem !important;border-bottom-right-radius:.25rem !important}.rounded-bottom{border-bottom-right-radius:.25rem !important;border-bottom-left-radius:.25rem !important}.rounded-left{border-top-left-radius:.25rem !important;border-bottom-left-radius:.25rem !important}.rounded-lg{border-radius:.3rem !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:50rem !important}.rounded-0{border-radius:0 !important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}@media (min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}}@media (min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}}@media (min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}}@media (min-width: 1200px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}}@media (min-width: 1440px){.d-xxl-none{display:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.85714%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-fill{flex:1 1 auto !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}@media (min-width: 576px){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}}@media (min-width: 768px){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}}@media (min-width: 992px){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}}@media (min-width: 1200px){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}}@media (min-width: 1440px){.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media (min-width: 576px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media (min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media (min-width: 992px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media (min-width: 1200px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}@media (min-width: 1440px){.float-xxl-left{float:left !important}.float-xxl-right{float:right !important}.float-xxl-none{float:none !important}}.user-select-all{-webkit-user-select:all !important;-moz-user-select:all !important;-ms-user-select:all !important;user-select:all !important}.user-select-auto{-webkit-user-select:auto !important;-moz-user-select:auto !important;-ms-user-select:auto !important;user-select:auto !important}.user-select-none{-webkit-user-select:none !important;-moz-user-select:none !important;-ms-user-select:none !important;user-select:none !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:-webkit-sticky !important;position:sticky !important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position: -webkit-sticky) or (position: sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 0.125rem 0.25rem rgba(46,46,46,0.075) !important}.shadow{box-shadow:0 0.5rem 1rem rgba(46,46,46,0.15) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(46,46,46,0.175) !important}.shadow-none{box-shadow:none !important}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}.min-vw-100{min-width:100vw !important}.min-vh-100{min-height:100vh !important}.vw-100{width:100vw !important}.vh-100{height:100vh !important}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:.25rem !important}.mt-1,.my-1{margin-top:.25rem !important}.mr-1,.mx-1{margin-right:.25rem !important}.mb-1,.my-1{margin-bottom:.25rem !important}.ml-1,.mx-1{margin-left:.25rem !important}.m-2{margin:.5rem !important}.mt-2,.my-2{margin-top:.5rem !important}.mr-2,.mx-2{margin-right:.5rem !important}.mb-2,.my-2{margin-bottom:.5rem !important}.ml-2,.mx-2{margin-left:.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:.25rem !important}.pt-1,.py-1{padding-top:.25rem !important}.pr-1,.px-1{padding-right:.25rem !important}.pb-1,.py-1{padding-bottom:.25rem !important}.pl-1,.px-1{padding-left:.25rem !important}.p-2{padding:.5rem !important}.pt-2,.py-2{padding-top:.5rem !important}.pr-2,.px-2{padding-right:.5rem !important}.pb-2,.py-2{padding-bottom:.5rem !important}.pl-2,.px-2{padding-left:.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-n1{margin:-.25rem !important}.mt-n1,.my-n1{margin-top:-.25rem !important}.mr-n1,.mx-n1{margin-right:-.25rem !important}.mb-n1,.my-n1{margin-bottom:-.25rem !important}.ml-n1,.mx-n1{margin-left:-.25rem !important}.m-n2{margin:-.5rem !important}.mt-n2,.my-n2{margin-top:-.5rem !important}.mr-n2,.mx-n2{margin-right:-.5rem !important}.mb-n2,.my-n2{margin-bottom:-.5rem !important}.ml-n2,.mx-n2{margin-left:-.5rem !important}.m-n3{margin:-1rem !important}.mt-n3,.my-n3{margin-top:-1rem !important}.mr-n3,.mx-n3{margin-right:-1rem !important}.mb-n3,.my-n3{margin-bottom:-1rem !important}.ml-n3,.mx-n3{margin-left:-1rem !important}.m-n4{margin:-1.5rem !important}.mt-n4,.my-n4{margin-top:-1.5rem !important}.mr-n4,.mx-n4{margin-right:-1.5rem !important}.mb-n4,.my-n4{margin-bottom:-1.5rem !important}.ml-n4,.mx-n4{margin-left:-1.5rem !important}.m-n5{margin:-3rem !important}.mt-n5,.my-n5{margin-top:-3rem !important}.mr-n5,.mx-n5{margin-right:-3rem !important}.mb-n5,.my-n5{margin-bottom:-3rem !important}.ml-n5,.mx-n5{margin-left:-3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media (min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:.25rem !important}.mt-sm-1,.my-sm-1{margin-top:.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:.25rem !important}.m-sm-2{margin:.5rem !important}.mt-sm-2,.my-sm-2{margin-top:.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:.25rem !important}.pt-sm-1,.py-sm-1{padding-top:.25rem !important}.pr-sm-1,.px-sm-1{padding-right:.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem !important}.pl-sm-1,.px-sm-1{padding-left:.25rem !important}.p-sm-2{padding:.5rem !important}.pt-sm-2,.py-sm-2{padding-top:.5rem !important}.pr-sm-2,.px-sm-2{padding-right:.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem !important}.pl-sm-2,.px-sm-2{padding-left:.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-n1{margin:-.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem !important}.m-sm-n2{margin:-.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem !important}.m-sm-n3{margin:-1rem !important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem !important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem !important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem !important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem !important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem !important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem !important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media (min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:.25rem !important}.mt-md-1,.my-md-1{margin-top:.25rem !important}.mr-md-1,.mx-md-1{margin-right:.25rem !important}.mb-md-1,.my-md-1{margin-bottom:.25rem !important}.ml-md-1,.mx-md-1{margin-left:.25rem !important}.m-md-2{margin:.5rem !important}.mt-md-2,.my-md-2{margin-top:.5rem !important}.mr-md-2,.mx-md-2{margin-right:.5rem !important}.mb-md-2,.my-md-2{margin-bottom:.5rem !important}.ml-md-2,.mx-md-2{margin-left:.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:.25rem !important}.pt-md-1,.py-md-1{padding-top:.25rem !important}.pr-md-1,.px-md-1{padding-right:.25rem !important}.pb-md-1,.py-md-1{padding-bottom:.25rem !important}.pl-md-1,.px-md-1{padding-left:.25rem !important}.p-md-2{padding:.5rem !important}.pt-md-2,.py-md-2{padding-top:.5rem !important}.pr-md-2,.px-md-2{padding-right:.5rem !important}.pb-md-2,.py-md-2{padding-bottom:.5rem !important}.pl-md-2,.px-md-2{padding-left:.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-n1{margin:-.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem !important}.m-md-n2{margin:-.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem !important}.m-md-n3{margin:-1rem !important}.mt-md-n3,.my-md-n3{margin-top:-1rem !important}.mr-md-n3,.mx-md-n3{margin-right:-1rem !important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem !important}.ml-md-n3,.mx-md-n3{margin-left:-1rem !important}.m-md-n4{margin:-1.5rem !important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem !important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem !important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem !important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem !important}.m-md-n5{margin:-3rem !important}.mt-md-n5,.my-md-n5{margin-top:-3rem !important}.mr-md-n5,.mx-md-n5{margin-right:-3rem !important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem !important}.ml-md-n5,.mx-md-n5{margin-left:-3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media (min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:.25rem !important}.mt-lg-1,.my-lg-1{margin-top:.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:.25rem !important}.m-lg-2{margin:.5rem !important}.mt-lg-2,.my-lg-2{margin-top:.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:.25rem !important}.pt-lg-1,.py-lg-1{padding-top:.25rem !important}.pr-lg-1,.px-lg-1{padding-right:.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem !important}.pl-lg-1,.px-lg-1{padding-left:.25rem !important}.p-lg-2{padding:.5rem !important}.pt-lg-2,.py-lg-2{padding-top:.5rem !important}.pr-lg-2,.px-lg-2{padding-right:.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem !important}.pl-lg-2,.px-lg-2{padding-left:.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-n1{margin:-.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem !important}.m-lg-n2{margin:-.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem !important}.m-lg-n3{margin:-1rem !important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem !important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem !important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem !important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem !important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem !important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem !important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media (min-width: 1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:.25rem !important}.mt-xl-1,.my-xl-1{margin-top:.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:.25rem !important}.m-xl-2{margin:.5rem !important}.mt-xl-2,.my-xl-2{margin-top:.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:.25rem !important}.pt-xl-1,.py-xl-1{padding-top:.25rem !important}.pr-xl-1,.px-xl-1{padding-right:.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem !important}.pl-xl-1,.px-xl-1{padding-left:.25rem !important}.p-xl-2{padding:.5rem !important}.pt-xl-2,.py-xl-2{padding-top:.5rem !important}.pr-xl-2,.px-xl-2{padding-right:.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem !important}.pl-xl-2,.px-xl-2{padding-left:.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-n1{margin:-.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem !important}.m-xl-n2{margin:-.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem !important}.m-xl-n3{margin:-1rem !important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem !important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem !important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem !important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem !important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem !important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem !important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}@media (min-width: 1440px){.m-xxl-0{margin:0 !important}.mt-xxl-0,.my-xxl-0{margin-top:0 !important}.mr-xxl-0,.mx-xxl-0{margin-right:0 !important}.mb-xxl-0,.my-xxl-0{margin-bottom:0 !important}.ml-xxl-0,.mx-xxl-0{margin-left:0 !important}.m-xxl-1{margin:.25rem !important}.mt-xxl-1,.my-xxl-1{margin-top:.25rem !important}.mr-xxl-1,.mx-xxl-1{margin-right:.25rem !important}.mb-xxl-1,.my-xxl-1{margin-bottom:.25rem !important}.ml-xxl-1,.mx-xxl-1{margin-left:.25rem !important}.m-xxl-2{margin:.5rem !important}.mt-xxl-2,.my-xxl-2{margin-top:.5rem !important}.mr-xxl-2,.mx-xxl-2{margin-right:.5rem !important}.mb-xxl-2,.my-xxl-2{margin-bottom:.5rem !important}.ml-xxl-2,.mx-xxl-2{margin-left:.5rem !important}.m-xxl-3{margin:1rem !important}.mt-xxl-3,.my-xxl-3{margin-top:1rem !important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem !important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem !important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem !important}.m-xxl-4{margin:1.5rem !important}.mt-xxl-4,.my-xxl-4{margin-top:1.5rem !important}.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem !important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem !important}.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem !important}.m-xxl-5{margin:3rem !important}.mt-xxl-5,.my-xxl-5{margin-top:3rem !important}.mr-xxl-5,.mx-xxl-5{margin-right:3rem !important}.mb-xxl-5,.my-xxl-5{margin-bottom:3rem !important}.ml-xxl-5,.mx-xxl-5{margin-left:3rem !important}.p-xxl-0{padding:0 !important}.pt-xxl-0,.py-xxl-0{padding-top:0 !important}.pr-xxl-0,.px-xxl-0{padding-right:0 !important}.pb-xxl-0,.py-xxl-0{padding-bottom:0 !important}.pl-xxl-0,.px-xxl-0{padding-left:0 !important}.p-xxl-1{padding:.25rem !important}.pt-xxl-1,.py-xxl-1{padding-top:.25rem !important}.pr-xxl-1,.px-xxl-1{padding-right:.25rem !important}.pb-xxl-1,.py-xxl-1{padding-bottom:.25rem !important}.pl-xxl-1,.px-xxl-1{padding-left:.25rem !important}.p-xxl-2{padding:.5rem !important}.pt-xxl-2,.py-xxl-2{padding-top:.5rem !important}.pr-xxl-2,.px-xxl-2{padding-right:.5rem !important}.pb-xxl-2,.py-xxl-2{padding-bottom:.5rem !important}.pl-xxl-2,.px-xxl-2{padding-left:.5rem !important}.p-xxl-3{padding:1rem !important}.pt-xxl-3,.py-xxl-3{padding-top:1rem !important}.pr-xxl-3,.px-xxl-3{padding-right:1rem !important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem !important}.pl-xxl-3,.px-xxl-3{padding-left:1rem !important}.p-xxl-4{padding:1.5rem !important}.pt-xxl-4,.py-xxl-4{padding-top:1.5rem !important}.pr-xxl-4,.px-xxl-4{padding-right:1.5rem !important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem !important}.pl-xxl-4,.px-xxl-4{padding-left:1.5rem !important}.p-xxl-5{padding:3rem !important}.pt-xxl-5,.py-xxl-5{padding-top:3rem !important}.pr-xxl-5,.px-xxl-5{padding-right:3rem !important}.pb-xxl-5,.py-xxl-5{padding-bottom:3rem !important}.pl-xxl-5,.px-xxl-5{padding-left:3rem !important}.m-xxl-n1{margin:-.25rem !important}.mt-xxl-n1,.my-xxl-n1{margin-top:-.25rem !important}.mr-xxl-n1,.mx-xxl-n1{margin-right:-.25rem !important}.mb-xxl-n1,.my-xxl-n1{margin-bottom:-.25rem !important}.ml-xxl-n1,.mx-xxl-n1{margin-left:-.25rem !important}.m-xxl-n2{margin:-.5rem !important}.mt-xxl-n2,.my-xxl-n2{margin-top:-.5rem !important}.mr-xxl-n2,.mx-xxl-n2{margin-right:-.5rem !important}.mb-xxl-n2,.my-xxl-n2{margin-bottom:-.5rem !important}.ml-xxl-n2,.mx-xxl-n2{margin-left:-.5rem !important}.m-xxl-n3{margin:-1rem !important}.mt-xxl-n3,.my-xxl-n3{margin-top:-1rem !important}.mr-xxl-n3,.mx-xxl-n3{margin-right:-1rem !important}.mb-xxl-n3,.my-xxl-n3{margin-bottom:-1rem !important}.ml-xxl-n3,.mx-xxl-n3{margin-left:-1rem !important}.m-xxl-n4{margin:-1.5rem !important}.mt-xxl-n4,.my-xxl-n4{margin-top:-1.5rem !important}.mr-xxl-n4,.mx-xxl-n4{margin-right:-1.5rem !important}.mb-xxl-n4,.my-xxl-n4{margin-bottom:-1.5rem !important}.ml-xxl-n4,.mx-xxl-n4{margin-left:-1.5rem !important}.m-xxl-n5{margin:-3rem !important}.mt-xxl-n5,.my-xxl-n5{margin-top:-3rem !important}.mr-xxl-n5,.mx-xxl-n5{margin-right:-3rem !important}.mb-xxl-n5,.my-xxl-n5{margin-bottom:-3rem !important}.ml-xxl-n5,.mx-xxl-n5{margin-left:-3rem !important}.m-xxl-auto{margin:auto !important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto !important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto !important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto !important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto !important}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important}.text-justify{text-align:justify !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}@media (min-width: 576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media (min-width: 768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media (min-width: 992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media (min-width: 1200px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}@media (min-width: 1440px){.text-xxl-left{text-align:left !important}.text-xxl-right{text-align:right !important}.text-xxl-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-light{font-weight:300 !important}.font-weight-lighter{font-weight:lighter !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:700 !important}.font-weight-bolder{font-weight:bolder !important}.font-italic{font-style:italic !important}.text-white{color:#fff !important}.text-primary{color:rgba(255,255,255,0.44) !important}a.text-primary:hover,a.text-primary:focus{color:rgba(217,217,217,0.44) !important}.text-secondary{color:#6c757d !important}a.text-secondary:hover,a.text-secondary:focus{color:#494f54 !important}.text-success{color:#28a745 !important}a.text-success:hover,a.text-success:focus{color:#19692c !important}.text-info{color:#17a2b8 !important}a.text-info:hover,a.text-info:focus{color:#0f6674 !important}.text-warning{color:#ffc107 !important}a.text-warning:hover,a.text-warning:focus{color:#ba8b00 !important}.text-danger{color:#ee312f !important}a.text-danger:hover,a.text-danger:focus{color:#c11210 !important}.text-light{color:rgba(255,255,255,0.9) !important}a.text-light:hover,a.text-light:focus{color:rgba(217,217,217,0.9) !important}.text-dark{color:#2e2e2e !important}a.text-dark:hover,a.text-dark:focus{color:#080808 !important}.text-body{color:#212529 !important}.text-muted{color:#6c757d !important}.text-black-50{color:rgba(46,46,46,0.5) !important}.text-white-50{color:rgba(255,255,255,0.5) !important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none !important}.text-break{word-wrap:break-word !important}.text-reset{color:inherit !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media print{*,*::before,*::after{text-shadow:none !important;box-shadow:none !important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap !important}pre,blockquote{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:auto}body{min-width:992px !important}.container{min-width:992px !important}.navbar{display:none}.badge{border:1px solid #2e2e2e}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #dee2e6 !important}.table-dark{color:inherit}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#d2d2d4}.table .thead-dark th{color:inherit;border-color:#d2d2d4}}/*!
 * Bootstrap Reboot v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */*,*::before,*::after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(46,46,46,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:"PT Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(255,255,255,0.44);text-decoration:none;background-color:transparent}a:hover{color:rgba(217,217,217,0.44);text-decoration:underline}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role="button"]{cursor:pointer}select{word-wrap:normal}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:none}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}.slick-loading .slick-list{background:#fff url("/css/libs/slick/ajax-loader.gif") center center no-repeat}.slick-prev,.slick-next{position:absolute;display:block;height:20px;width:20px;line-height:0px;font-size:0px;cursor:pointer;background:transparent;color:transparent;top:50%;transform:translate(0, -50%);padding:0;border:none;outline:none}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{outline:none;background:transparent;color:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:"slick";font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir="rtl"] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir="rtl"] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir="rtl"] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir="rtl"] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:transparent;display:block;height:20px;width:20px;outline:none;line-height:0px;font-size:0px;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:"slick";font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}/*! lightgallery - v1.6.12 - 2019-02-19
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2019 Sachin N; Licensed GPLv3 */.lg-icon{font-family:'lg';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,0.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;border:none;outline:none}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:0.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end 0.3s;animation:lg-right-end 0.3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end 0.3s;animation:lg-left-end 0.3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%;background-color:rgba(0,0,0,0.45)}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none !important;outline:medium none;transition:color 0.2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-sub-html{background-color:rgba(0,0,0,0.45);bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:bold}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-toolbar,.lg-prev,.lg-next{opacity:1;transition:transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,color 0.2s linear}.lg-hide-items .lg-prev{opacity:0;transform:translate3d(-10px, 0, 0)}.lg-hide-items .lg-next{opacity:0;transform:translate3d(10px, 0, 0)}.lg-hide-items .lg-toolbar{opacity:0;transform:translate3d(0, -10px, 0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{transform:scale3d(0.5, 0.5, 0.5);opacity:0;transition:transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{transform:scale3d(1, 1, 1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;transform:translate3d(0, 100%, 0);transition:transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{transition-duration:0s !important}.lg-outer.lg-thumb-open .lg-thumb-outer{transform:translate3d(0, 0%, 0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{border-radius:5px;cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{transition:bottom 0.25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-toogle-thumb:hover{color:#FFF}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100% !important;height:100% !important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-iframe .lg-video{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-has-vimeo .lg-video-play{background:url("/img/lightgallery/vimeo-play.png") no-repeat scroll 0 0 transparent}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url("/img/lightgallery/vimeo-play.png") no-repeat scroll 0 -58px transparent}.lg-outer .lg-has-html5 .lg-video-play{background:transparent url("/img/lightgallery/video-play.png") no-repeat scroll 0 0;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:0.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url("/img/lightgallery/youtube-play.png") no-repeat scroll 0 0 transparent}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url("/img/lightgallery/youtube-play.png") no-repeat scroll 0 -60px transparent}.lg-outer .lg-video-object{width:100% !important;height:100% !important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}@media (min-width: 1025px){.lg-outer .lg-thumb-item{transition:border-color 0.25s ease}}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;transition:opacity 0.08s ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image{transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition:transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition:left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{transform:scale3d(1, 1, 1);transition:transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.15s !important;transform-origin:0 0;-webkit-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:0.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;transform:translate3d(0, 0, 0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px white inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;transition:opacity 0.15s ease 0s, transform 0.15s ease 0s;transform:translate3d(0, 5px, 0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,0.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,0.7) inset;display:block;height:12px;transition:box-shadow 0.3s ease 0s;width:12px}.lg-outer .lg-pager:hover,.lg-outer .lg-pager:focus{box-shadow:0 0 0 8px white inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,0.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;transition:visibility 0s linear 0.18s, opacity 0.18s linear 0s}.lg-outer.lg-dropdown-active .lg-dropdown,.lg-outer.lg-dropdown-active #lg-dropdown-overlay{transition-delay:0s;transform:translate3d(0, 0px, 0);opacity:1;visibility:visible}.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;transform:translate3d(0, 5px, 0);transition:transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0px}.lg-outer .lg-dropdown>li:hover a,.lg-outer .lg-dropdown>li:hover .lg-icon{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,0.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e901"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e904"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e902"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e903"}.lg-group:after{content:"";display:table;clear:both}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:0;transition:opacity 0.15s ease 0s}.lg-outer *{box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-prev-slide,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-current{transition-duration:inherit !important;transition-timing-function:inherit !important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-current{transition-duration:0s !important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{height:100%;width:100%;position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{width:100%;height:100%;position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url("/img/lightgallery/loading.gif") no-repeat scroll center center transparent;display:none !important}.lg-outer.lg-css3 .lg-prev-slide,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide{display:inline-block !important}.lg-outer.lg-css .lg-current{display:inline-block !important}.lg-outer .lg-item,.lg-outer .lg-img-wrap{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-img-wrap:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto !important;height:auto !important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;transition:opacity 0.15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;transition:opacity 0.15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-prev-slide,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-current{transition:none 0s ease 0s !important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-prev-slide,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-current{transition:opacity 0.1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{transform:translate3d(-100%, 0, 0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{transform:translate3d(100%, 0, 0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{transform:translate3d(0, 0, 0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{transition:left 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s}body.overflow-hidden{overflow:hidden}#side-menu{display:none;position:fixed;width:300px;top:0;right:-300px;height:100%;overflow-y:auto;z-index:1035;background:#fff;padding:20px 30px;color:#333;transition:0.4s}body.side-menu-visible #side-menu{transform:translateX(-300px)}#side-menu .contents{margin-top:15px}#side-menu .nav-link{color:#333;font-size:16px;font-weight:600;padding:12px 0}#side-menu .nav-link:hover{opacity:0.8}#side-menu .close{font-size:36px;font-weight:normal}.side-menu-overlay{position:fixed;left:0;top:0;min-width:100%;height:100%;background:rgba(0,0,0,0.4);z-index:100;display:none}#side-menu.side-menu-left{right:auto;left:-300px}body.side-menu-visible #side-menu.side-menu-left{transform:translateX(300px)}@font-face{font-family:"Roboto";font-weight:300;font-style:normal;src:url("/fonts/RobotoLight/RobotoLight.eot");src:url("/fonts/RobotoLight/RobotoLight.eot?#iefix") format("embedded-opentype"),url("/fonts/RobotoLight/RobotoLight.woff") format("woff"),url("/fonts/RobotoLight/RobotoLight.ttf") format("truetype")}@font-face{font-family:"Roboto";font-weight:normal;font-style:normal;src:url("/fonts/RobotoRegular/RobotoRegular.eot");src:url("/fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"),url("/fonts/RobotoRegular/RobotoRegular.woff") format("woff"),url("/fonts/RobotoRegular/RobotoRegular.ttf") format("truetype")}@font-face{font-family:"Roboto";font-weight:500;font-style:normal;src:url("/fonts/RobotoMedium/RobotoMedium.eot");src:url("/fonts/RobotoMedium/RobotoMedium.eot?#iefix") format("embedded-opentype"),url("/fonts/RobotoMedium/RobotoMedium.woff") format("woff"),url("/fonts/RobotoMedium/RobotoMedium.ttf") format("truetype")}@font-face{font-family:"Roboto";font-weight:bold;font-style:normal;src:url("/fonts/RobotoBold/RobotoBold.eot");src:url("/fonts/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"),url("/fonts/RobotoBold/RobotoBold.woff") format("woff"),url("/fonts/RobotoBold/RobotoBold.ttf") format("truetype")}@font-face{font-family:"Roboto";font-weight:800;font-style:normal;src:url("/fonts/RobotoBlack/Roboto-Black.eot");src:url("/fonts/RobotoBlack/Roboto-Black.eot?#iefix") format("embedded-opentype"),url("/fonts/RobotoBlack/Roboto-Black.woff") format("woff"),url("/fonts/RobotoBlack/Roboto-Black.ttf") format("truetype")}@font-face{font-family:"RobotoCondensed";font-weight:normal;font-style:normal;src:url("/fonts/RobotoCondensedRegular/RobotoCondensedRegular.eot");src:url("/fonts/RobotoCondensedRegular/RobotoCondensedRegular.eot?#iefix") format("embedded-opentype"),url("/fonts/RobotoCondensedRegular/RobotoCondensedRegular.woff") format("woff"),url("/fonts/RobotoCondensedRegular/RobotoCondensedRegular.ttf") format("truetype")}@font-face{font-family:"RobotoCondensed";font-weight:600;font-style:normal;src:url("/fonts/RobotoCondensedBold/RobotoCondensedBold.eot");src:url("/fonts/RobotoCondensedBold/RobotoCondensedBold.eot?#iefix") format("embedded-opentype"),url("/fonts/RobotoCondensedBold/RobotoCondensedBold.woff") format("woff"),url("/fonts/RobotoCondensedBold/RobotoCondensedBold.ttf") format("truetype")}@font-face{font-family:'lg';src:url("/fonts/lg/lg.eot");src:url("/fonts/lg/lg.eot?#iefix") format("embedded-opentype"),url("/fonts/lg/lg.woff") format("woff"),url("/fonts/lg/lg.ttf") format("truetype"),url("/fonts/lg/lg.svg") format("svg");font-weight:normal;font-style:normal}@font-face{font-family:'Supermolot';src:url("/fonts/Supermolot/Supermolot.eot");src:url("/fonts/Supermolot/Supermolot.eot?#iefix") format("embedded-opentype"),url("/fonts/Supermolot/Supermolot.woff") format("woff"),url("/fonts/Supermolot/Supermolot.ttf") format("truetype");font-weight:normal;font-style:normal}@-ms-viewport{width:device-width}html{height:100%;overflow-x:auto;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{text-rendering:optimizeLegibility;-webkit-text-decoration-skip:objects;text-decoration-skip:objects;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;letter-spacing:normal;font-style:normal;font-stretch:normal;line-height:1.67;background-color:#25292f;color:rgba(255,255,255,0.44);height:100%;min-height:100vh;overflow-x:hidden}body main{background:url(https://storage.googleapis.com/pzonline-com/2020/04/ba35090a-bg-black_star_ship.png) no-repeat 50% 0/100% #25292f}h1{font-size:2em;font-weight:500;color:#fff}input:focus{background:none}input:valid{border-color:#6b6e73}input:invalid{border-color:#6b6e73}:focus,button:focus{outline:none}input:-webkit-autofill{-webkit-box-shadow:0 0 0 30px white inset !important}button{cursor:pointer}.anim{transition:all 0.4s}.dropdown-menu{color:#fff}@media (min-width: 768px){.dropdown-menu-md-right{right:0;left:auto}}a{color:#2e2e2e}select{-moz-appearance:none;-webkit-appearance:none;appearance:none;padding-right:20px !important}select::-ms-expand{display:none}.hide{display:none}.link,.link:focus{color:rgba(255,255,255,0.44)}.link,.link:focus,.link:hover{position:relative;white-space:nowrap;border-width:0;border-style:solid;border-color:rgba(255,255,255,0.44);text-decoration:none}.link:before,.link:focus:before,.link:hover:before{content:" ";position:absolute;z-index:0;width:50%;max-width:50px;border-bottom-width:0;border-bottom-style:solid;border-bottom-color:rgba(255,255,255,0.44)}.link.text-dark,.link:focus.text-dark,.link:hover.text-dark{color:#2e2e2e;border-bottom-color:#2e2e2e}.link.text-dark:before,.link:focus.text-dark:before,.link:hover.text-dark:before{border-bottom-color:#2e2e2e}.link.text-red,.link:focus.text-red,.link:hover.text-red{color:#ee312f;border-bottom-color:#ee312f}.link.text-red:before,.link:focus.text-red:before,.link:hover.text-red:before{border-bottom-color:#ee312f}.link.link-triple:before,.link:focus.link-triple:before,.link:hover.link-triple:before{bottom:-5px;border-bottom-width:1px}.link.link-double,.link:focus.link-double,.link:hover.link-double{border-bottom-width:1px}.link.link-double:before,.link:focus.link-double:before,.link:hover.link-double:before{bottom:-3px;border-bottom-width:1px}.link.link-double.stroke-full:before,.link:focus.link-double.stroke-full:before,.link:hover.link-double.stroke-full:before{bottom:-3px;border-bottom-width:0}.link.stroke-full:before,.link:focus.stroke-full:before,.link:hover.stroke-full:before{width:100% !important;max-width:100% !important}.link.link-back,.link:focus.link-back,.link:hover.link-back{padding-left:20px}.link.link-back:after,.link:focus.link-back:after,.link:hover.link-back:after{content:"\2190";position:absolute;z-index:0;left:-16px;top:-9px;font-size:180%;font-weight:100}.link.link-back:before,.link:focus.link-back:before,.link:hover.link-back:before{left:0}.link.link-discard{color:#6c757d;border:none}_::-webkit-full-page-media,_:future,:root .link.link-back:after{left:-10px;top:-8px;font-size:110%}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.link.link-back:after{top:-10px !important}}.block-narrow{max-width:40rem;margin-left:auto;margin-right:auto}.block-narrow.m_wide{max-width:40rem}.text-underline{text-decoration:underline}.bg main{background-size:auto}@media (max-width: 991.98px){.bg main{background-size:contain}}.slider-handle.round{background-color:#fff;background-image:none}.close{opacity:1 !important}.modal-header{padding-bottom:0;border-bottom:none}.modal-header .close{padding-top:0;padding-bottom:10px;padding-left:10px;padding:10px 15px 15px 15px;position:absolute;right:0;top:0;z-index:100}.modal-header .modal-footer{border-top:none}.spa_size_fix{font-size:16px}.custom-checkbox label{position:relative}.custom-checkbox label::before,.custom-checkbox label::after{position:absolute}.custom-checkbox label::before{color:#2e2e2e;content:"V";display:inline-block;left:-16px;line-height:1;top:5px;z-index:10;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.custom-checkbox label::after{border:1px solid #2e2e2e;content:"";display:inline-block;height:16px;left:-20px;top:4px;width:16px}.custom-checkbox input[type="checkbox"]{opacity:0;margin-left:-20px;margin-top:5px;z-index:20;cursor:pointer}.custom-checkbox input[type="checkbox"]+label::before{content:none}.custom-checkbox input[type="checkbox"]:checked+label::before{content:"V"}.custom-checkbox input[type="checkbox"]:focus+label::after{outline:none}.back-link-container{position:absolute;top:51px;left:0;right:0;width:100%;height:3rem;line-height:3rem}@media (min-width: 768px){.back-link-container{top:67px}}@media (min-width: 992px){.back-link-container{top:73px}}.tooltip{display:none}.text-white-shadowed{text-shadow:1px 1px 2px white, 0 0 1em black}.captcha-container{overflow:hidden}.captcha-container .g-recaptcha>div{margin-left:auto;margin-right:auto}.captcha-container .invalid-feedback{background:#fff;margin-top:0}#ageValue{border:0px solid #2e2e2e;text-align:center}input#ageValue[type="number"]::-webkit-outer-spin-button,input#ageValue[type="number"]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input#ageValue[type="number"]{-moz-appearance:textfield}input#ageValue[type="number"]:hover,input#ageValue[type="number"]:focus{-moz-appearance:number-input}input#ageValue[type=number]::-webkit-inner-spin-button,input#ageValue[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.form-group{margin-bottom:0.15rem}.form-group label{text-transform:uppercase;font-size:0.7em;color:rgba(255,255,255,0.9)}.form-control:focus{background:none;box-shadow:none;color:#eee}.form-control option{background-color:#25292f;border:1px solid #fc0;border-color:transparent}.modal-content{background-color:#25292f}.popup_text_scroll{background-color:#2e2e2e}input:-webkit-autofill{background-color:#FAFFBD !important}.form-control{border:2px solid #6b6e73;border-radius:0;background-color:transparent}input.form-control:-internal-autofill-selected{background-color:#fc0}button.main_button{width:100%;min-width:174px;height:40px;border-radius:20px;background-color:rgba(255,255,255,0.3);font-size:17px;color:#2a2e33;border:none;text-transform:uppercase;font-weight:600;transition:all 0.4s;cursor:pointer}.main_button:hover{background-color:#00fff2}.m_left{float:left}.m_right{float:right}.button_main_square{line-height:32px;display:inline-block;min-width:92px;height:32px;border:solid 1px rgba(255,255,255,0.44);text-align:center;font-size:15px;color:rgba(255,255,255,0.44);cursor:pointer}.button_main_square:hover{color:rgba(255,255,255,0.44);background-color:#00fff2}.button_gray{line-height:32px;display:inline-block;min-width:92px;height:32px;border:solid 1px rgba(255,255,255,0.44);text-align:center;font-size:15px;color:rgba(255,255,255,0.44);cursor:pointer}.button_gray:hover{background-color:rgba(255,255,255,0.9);border-color:rgba(255,255,255,0.9);color:#25292f}a,.link{transition:all 0.2s;color:rgba(255,255,255,0.5);text-decoration:none;font-size:0.8rem}a:hover,.link:hover{color:rgba(255,255,255,0.9);text-decoration:underline}a{font-size:inherit}.cta_wrapper{display:flex;align-items:center;min-height:100vh}.block-narrow-cta{margin-bottom:50px}.invalid .invalid-feedback{display:block;padding-left:15px}.svg-bullet-blue,.main-support .support-cat-content .category-content .block-items ul li:before,.main-support .support-content .block-content ul li:before,.svg-bullet-orange,.block-content ul li:before,.svg-icon-alpha,.svg-icon-arrow-down-black,.wp .btn-goback:after,.btn-goback:after,.last-updates .block-trigger .filter-trigger:before,.svg-icon-arrow-down-white,.main-support .sidebar-menu .menu-item .title-item:before,.svg-icon-arrow-left,.media-single-page .block-content .single_prev_post:before,.colony-slider .slick-prev:before,.svg-icon-arrow-right,.media-single-page .block-content .single_next_post:before,.colony-slider .slick-next:before,.svg-icon-arrow-white,.svg-icon-comments,.svg-icon-eye,.svg-icon-eye-crossed,.svg-icon-hint,.svg-icon-mini-eye,.svg-icon-mini-lock,.svg-icon-mini-support,.svg-icon-mini-support-black,.svg-icon-rp,.svg-icon-search,.main-support .support-search-bar .search-block .button:before,.svg-icon-social-discord,.social-channels .icon-social.icon-dis,.svg-icon-social-facebook,.social-channels .icon-social.icon-fb,.svg-icon-social-reddit,.social-channels .icon-social.icon-red,.svg-icon-social-twitter,.social-channels .icon-social.icon-tw,.svg-icon-social-vk,.social-channels .icon-social.icon-vk,.svg-icon-social-youtube,.social-channels .icon-social.icon-yt,.svg-lable-nw-art,.news-content .block-label .art-icon,.media-content .block-label .art-icon,.block-item-news .item-news .item-icons .tag-art,.svg-lable-nw-important,.block-item-news .item-news .item-icons .tag-important,.svg-lable-nw-news,.news-content .block-label .news-icon,.block-item-news .item-news .item-icons .tag-news,.svg-lable-nw-screen,.news-content .block-label .screen-icon,.media-content .block-label .screen-icon,.block-item-news .item-news .item-icons .tag-screen,.svg-lable-nw-video,.news-content .block-label .video-icon,.media-content .block-label .video-icon,.block-item-news .item-news .item-icons .tag-video,.svg-user-solid,.svg-user-solid-black,.spa_land .svg-bullet-blue,.spa_land .main-support .support-cat-content .category-content .block-items ul li:before,.main-support .support-cat-content .category-content .block-items ul .spa_land li:before,.spa_land .main-support .support-content .block-content ul li:before,.main-support .support-content .block-content ul .spa_land li:before,.spa_land .svg-bullet-orange,.spa_land .block-content ul li:before,.block-content ul .spa_land li:before,.spa_land .svg-icon-alpha,.spa_land .svg-icon-arrow-down-black,.spa_land .btn-goback:after,.spa_land .last-updates .block-trigger .filter-trigger:before,.last-updates .block-trigger .spa_land .filter-trigger:before,.spa_land .svg-icon-arrow-down-white,.spa_land .main-support .sidebar-menu .menu-item .title-item:before,.main-support .sidebar-menu .menu-item .spa_land .title-item:before,.spa_land .svg-icon-arrow-left,.spa_land .media-single-page .block-content .single_prev_post:before,.media-single-page .block-content .spa_land .single_prev_post:before,.spa_land .colony-slider .slick-prev:before,.colony-slider .spa_land .slick-prev:before,.spa_land .svg-icon-arrow-right,.spa_land .media-single-page .block-content .single_next_post:before,.media-single-page .block-content .spa_land .single_next_post:before,.spa_land .colony-slider .slick-next:before,.colony-slider .spa_land .slick-next:before,.spa_land .svg-icon-arrow-white,.spa_land .svg-icon-comments,.spa_land .svg-icon-eye,.spa_land .svg-icon-eye-crossed,.spa_land .svg-icon-hint,.spa_land .svg-icon-mini-eye,.spa_land .svg-icon-mini-lock,.spa_land .svg-icon-mini-support,.spa_land .svg-icon-mini-support-black,.spa_land .svg-icon-rp,.spa_land .svg-icon-search,.spa_land .main-support .support-search-bar .search-block .button:before,.main-support .support-search-bar .search-block .spa_land .button:before,.spa_land .svg-icon-social-discord,.spa_land .social-channels .icon-social.icon-dis,.social-channels .spa_land .icon-social.icon-dis,.spa_land .svg-icon-social-facebook,.spa_land .social-channels .icon-social.icon-fb,.social-channels .spa_land .icon-social.icon-fb,.spa_land .svg-icon-social-reddit,.spa_land .social-channels .icon-social.icon-red,.social-channels .spa_land .icon-social.icon-red,.spa_land .svg-icon-social-twitter,.spa_land .social-channels .icon-social.icon-tw,.social-channels .spa_land .icon-social.icon-tw,.spa_land .svg-icon-social-vk,.spa_land .social-channels .icon-social.icon-vk,.social-channels .spa_land .icon-social.icon-vk,.spa_land .svg-icon-social-youtube,.spa_land .social-channels .icon-social.icon-yt,.social-channels .spa_land .icon-social.icon-yt,.spa_land .svg-lable-nw-art,.spa_land .news-content .block-label .art-icon,.news-content .block-label .spa_land .art-icon,.spa_land .media-content .block-label .art-icon,.media-content .block-label .spa_land .art-icon,.spa_land .block-item-news .item-news .item-icons .tag-art,.block-item-news .item-news .item-icons .spa_land .tag-art,.spa_land .svg-lable-nw-important,.spa_land .block-item-news .item-news .item-icons .tag-important,.block-item-news .item-news .item-icons .spa_land .tag-important,.spa_land .svg-lable-nw-news,.spa_land .news-content .block-label .news-icon,.news-content .block-label .spa_land .news-icon,.spa_land .block-item-news .item-news .item-icons .tag-news,.block-item-news .item-news .item-icons .spa_land .tag-news,.spa_land .svg-lable-nw-screen,.spa_land .news-content .block-label .screen-icon,.news-content .block-label .spa_land .screen-icon,.spa_land .media-content .block-label .screen-icon,.media-content .block-label .spa_land .screen-icon,.spa_land .block-item-news .item-news .item-icons .tag-screen,.block-item-news .item-news .item-icons .spa_land .tag-screen,.spa_land .svg-lable-nw-video,.spa_land .news-content .block-label .video-icon,.news-content .block-label .spa_land .video-icon,.spa_land .media-content .block-label .video-icon,.media-content .block-label .spa_land .video-icon,.spa_land .block-item-news .item-news .item-icons .tag-video,.block-item-news .item-news .item-icons .spa_land .tag-video,.spa_land .svg-user-solid,.spa_land .svg-user-solid-black{background:url("/img/sprite/sprite-6e467e8e.svg") no-repeat}.svg-bullet-blue,.main-support .support-cat-content .category-content .block-items ul li:before,.main-support .support-content .block-content ul li:before{background-position:96.35036496350365% 45%}.svg-bullet-blue-dims,.main-support .support-cat-content .category-content .block-items ul li:before,.main-support .support-content .block-content ul li:before{width:12px;height:12px}.svg-bullet-orange,.block-content ul li:before{background-position:96.35036496350365% 35.684647302904565%}.svg-bullet-orange-dims,.block-content ul li:before{width:12px;height:11px}.svg-icon-alpha{background-position:97.77777777777777% 7.627118644067797%}.svg-icon-alpha-dims{width:16px;height:16px}.svg-icon-arrow-down-black,.wp .btn-goback:after,.btn-goback:after,.last-updates .block-trigger .filter-trigger:before{background-position:96.35036496350365% 48.78048780487805%}.svg-icon-arrow-down-black-dims,.wp .btn-goback:after,.btn-goback:after{width:12px;height:6px}.svg-icon-arrow-down-white,.main-support .sidebar-menu .menu-item .title-item:before{background-position:96.35036496350365% 56.09756097560975%}.svg-icon-arrow-down-white-dims{width:12px;height:6px}.svg-icon-arrow-left,.media-single-page .block-content .single_prev_post:before,.colony-slider .slick-prev:before{background-position:32.592592592592595% 78.57142857142857%}.svg-icon-arrow-left-dims{width:16px;height:28px}.svg-icon-arrow-right,.media-single-page .block-content .single_next_post:before,.colony-slider .slick-next:before{background-position:59.25925925925926% 78.57142857142857%}.svg-icon-arrow-right-dims{width:16px;height:28px}.svg-icon-arrow-white{background-position:65.18518518518519% 78.57142857142857%}.svg-icon-arrow-white-dims{width:16px;height:28px}.svg-icon-comments{background-position:96.35036496350365% 40.24896265560166%}.svg-icon-comments-dims{width:12px;height:11px}.svg-icon-eye{background-position:31.53846153846154% 88.98305084745763%}.svg-icon-eye-dims{width:26px;height:16px}.svg-icon-eye-crossed{background-position:100% 0}.svg-icon-eye-crossed-dims{width:22px;height:18px}.svg-icon-hint{background-position:96.35036496350365% 52.5%}.svg-icon-hint-dims{width:12px;height:12px}.svg-icon-mini-eye{background-position:21.428571428571427% 80.73394495412845%}.svg-icon-mini-eye-dims{width:34px;height:34px}.svg-icon-mini-lock{background-position:96% 25.833333333333332%}.svg-icon-mini-lock-dims{width:11px;height:12px}.svg-icon-mini-support{background-position:96.35036496350365% 30.833333333333332%}.svg-icon-mini-support-dims{width:12px;height:12px}.svg-icon-mini-support-black{background-position:96.35036496350365% 20.833333333333332%}.svg-icon-mini-support-black-dims{width:12px;height:12px}.svg-icon-rp{background-position:0 100%}.svg-icon-rp-dims{width:54px;height:76px}.svg-icon-search,.main-support .support-search-bar .search-block .button:before{background-position:97.77777777777777% 14.40677966101695%}.svg-icon-search-dims{width:16px;height:16px}.svg-icon-social-discord,.social-channels .icon-social.icon-dis{background-position:0 0}.svg-icon-social-discord-dims{width:88px;height:88px}.svg-icon-social-facebook,.social-channels .icon-social.icon-fb{background-position:44.44444444444444% 0}.svg-icon-social-facebook-dims{width:88px;height:88px}.svg-icon-social-reddit,.social-channels .icon-social.icon-red{background-position:0 53.65853658536585%}.svg-icon-social-reddit-dims{width:88px;height:88px}.svg-icon-social-twitter,.social-channels .icon-social.icon-tw{background-position:44.44444444444444% 53.65853658536585%}.svg-icon-social-twitter-dims{width:88px;height:88px}.svg-icon-social-vk,.social-channels .icon-social.icon-vk{background-position:88.88888888888889% 0}.svg-icon-social-vk-dims{width:88px;height:88px}.svg-icon-social-youtube,.social-channels .icon-social.icon-yt{background-position:88.88888888888889% 53.65853658536585%}.svg-icon-social-youtube-dims{width:88px;height:88px}.svg-lable-nw-art,.news-content .block-label .art-icon,.media-content .block-label .art-icon,.block-item-news .item-news .item-icons .tag-art{background-position:51.16279069767442% 78.57142857142857%}.svg-lable-nw-art-dims{width:28px;height:28px}.svg-lable-nw-important,.block-item-news .item-news .item-icons .tag-important{background-position:40.310077519379846% 78.57142857142857%}.svg-lable-nw-important-dims{width:28px;height:28px}.svg-lable-nw-news,.news-content .block-label .news-icon,.block-item-news .item-news .item-icons .tag-news{background-position:85.27131782945736% 78.57142857142857%}.svg-lable-nw-news-dims{width:28px;height:28px}.svg-lable-nw-screen,.news-content .block-label .screen-icon,.media-content .block-label .screen-icon,.block-item-news .item-news .item-icons .tag-screen{background-position:74.4186046511628% 78.57142857142857%}.svg-lable-nw-screen-dims{width:28px;height:28px}.svg-lable-nw-video,.news-content .block-label .video-icon,.media-content .block-label .video-icon,.block-item-news .item-news .item-icons .tag-video{background-position:20.930232558139537% 93.75%}.svg-lable-nw-video-dims{width:28px;height:28px}.svg-user-solid{background-position:96.35036496350365% 60%}.svg-user-solid-dims{width:12px;height:12px}.svg-user-solid-black{background-position:96.35036496350365% 65%}.svg-user-solid-black-dims{width:12px;height:12px}.landing{position:absolute;width:100%;z-index:1000;padding-top:0 !important;background-color:transparent}.landing:after{display:none}.landing:before{display:none}.landing .logo{display:none}.landing .nav-link{border:none}.landing .navbar-nav{margin-left:0 !important}.landing .site-header{padding-top:0 !important}.spa_land{z-index:1;position:relative}.cta_button.div-a:hover{-webkit-filter:brightness(110%) !important;filter:brightness(110%) !important;cursor:pointer !important}header{color:#fff;background-color:#2e2e2e;position:relative;z-index:1}header:after{background:url("/img/header_after.png") 100% 0px no-repeat;content:"";position:absolute;width:0;height:24px;bottom:-24px;left:0}header:before{background-color:#2e2e2e;content:"";position:absolute;width:0;height:24px;bottom:-24px;left:0}header .dropdown-menu{font-size:1.4rem}@media (min-width: 768px){header{font-size:2rem;padding-top:0;padding-bottom:0}header:before{width:calc(50% - 384px + 70px)}header:after{width:calc(50% - 384px + 70px + 60px)}}@media (min-width: 992px){header{font-size:1.6rem;padding-top:0px;padding-bottom:0}header:before{width:calc(50% - 480px + 275px)}header:after{width:calc(50% - 480px + 274px + 60px)}}@media (min-width: 1200px){header{font-size:1.6rem}header:before{width:calc(50% - 620px + 176px)}header:after{width:calc(50% - 620px + 175px + 60px)}}@media (max-width: 1439.98px){header{font-size:1.6rem}header:before{width:calc(50% - 480px + 176px)}header:after{width:calc(50% - 480px + 175px + 60px)}}@media (max-width: 767.98px){header{padding:12px 0 8px}}header .hide{display:none}header .link{color:#fff;border-color:#fff}header .link a{font-size:1.5rem}header .link:before{border-color:#fff}header .navbar-expand-md{position:relative}@media (max-width: 767.98px){header .navbar-expand-md{position:initial}}header .logo{display:block;width:32px;height:32px;position:absolute;margin-left:0px;background-size:auto 32px !important;left:50%}@media (min-width: 768px){header .logo{margin-top:9px;left:0}}@media (min-width: 992px){header .logo{width:203px;height:38px;background-size:100% auto !important;margin-top:10px}}@media (min-width: 1200px){header .logo{background-size:100% auto !important;width:230px;height:42px;position:absolute;left:0;margin-top:10px;margin-left:0px}}@media (max-width: 767.98px){header .logo{background-size:auto 28px !important;transform:translateX(-50%);top:10px}}header .logo:hover{text-decoration:none}@media (min-width: 768px){header .navbar-expand-md .navbar-nav .nav-link{padding:0;margin:1.6rem 3.3rem 1.6rem 0;color:#fff}}@media (max-width: 991.98px){header .navbar-expand-md .navbar-nav .nav-link{margin:1rem 1.3rem 1rem 0}}header .logo{background:url("/img/logo-header.svg") 0 0 no-repeat}header .logo .dropdown-toggle{font-family:Roboto,"PT Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";text-transform:uppercase}header .navbar-dark .navbar-toggler{border:none;padding-left:0;padding-right:0;position:absolute;left:10px;top:10px}header .navbar-dark .navbar-toggler .navbar-toggler-icon{background:#fff;border-radius:2px;display:block;width:22px;height:3px;margin-bottom:6px;text-shadow:2px 2px 5px #000}header .nav-link{font-family:Roboto,"PT Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";text-transform:uppercase;color:#fff;position:relative;white-space:nowrap;border-bottom:1px solid #2e2e2e;height:auto;font-size:1.8rem;font-weight:400}header .nav-link:hover{text-decoration:none;opacity:0.7}header .active .nav-link{border-bottom:1px solid #fff}header .active .nav-link:before{content:" ";position:absolute;z-index:0;bottom:-4px;border-bottom:1px solid #fff;width:50%;max-width:50px}@media (max-width: 991.98px){header .nav-link{display:inline;line-height:300%}}header .navbar{padding:.9rem 1rem}header .navbar .navbar-nav{margin-left:327px}@media (max-width: 991.98px){header .navbar .navbar-nav{margin-left:117px;margin-top:0 !important}}header .navbar .dropdown{margin-right:15px}header .navbar .dropdown .dropdown-toggle{text-transform:uppercase;border:none;font-family:Roboto,"PT Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";background:none}header .navbar .dropdown .dropdown-toggle:after{width:12px;height:6px;border:none;display:block;position:absolute;top:50%;transform:translateY(-50%);right:-19px;transition:all ease 500ms;background:url("/img/icon-arrow-down-white.svg") no-repeat}@media (max-width: 767.98px){header .navbar .dropdown .dropdown-toggle:after{background:url("/img/icon-arrow-down-black.svg") no-repeat}}@media (max-width: 991.98px){header .navbar .dropdown .dropdown-toggle:after{transform:translateY(-50%) scale(0.7);right:-15px}}header .navbar .dropdown .dropdown-toggle:hover,header .navbar .dropdown .dropdown-toggle:focus,header .navbar .dropdown .dropdown-toggle:active{background:none;border:none}header .navbar .dropdown .dropdown-menu ul{margin:0;padding:0;list-style:none}header .navbar .dropdown .dropdown-menu li a{color:#2e2e2e;text-transform:uppercase;font-family:Roboto,"PT Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";display:block;width:100%;height:30px;padding:3px 15px}@media (min-width: 768px){header .navbar .dropdown .dropdown-menu li a{height:auto;line-height:1.8}}header .navbar .dropdown .dropdown-menu li a:hover{color:#fff;background:#2e2e2e;text-decoration:none}header .navbar .dropdown.dropdown-lang .dropdown-menu{min-width:6.5rem;border-radius:.15rem;padding:.3rem 0;left:-46px}header .navbar .dropdown.dropdown-lang .dropdown-menu li:hover{background:#2e2e2e}header .navbar .dropdown.dropdown-lang .dropdown-menu li a{color:#2e2e2e;text-transform:uppercase;font-family:Roboto,"PT Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}@media (max-width: 1199.98px){header .navbar .dropdown.dropdown-lang .dropdown-menu li a{font-size:0.9rem}}@media (max-width: 991.98px){header .navbar .dropdown.dropdown-lang .dropdown-menu li a{font-size:0.7rem;height:auto}}header .navbar .dropdown.dropdown-lang .dropdown-menu li a:hover{color:#fff;text-decoration:none}@media (min-width: 768px){header .navbar .dropdown .dropdown-menu-md-right{right:0;left:auto}}header .navbar .user-profile-item ul li a:before{content:'';display:block;position:absolute;top:50%;transform:translateY(-50%);left:-20px;width:12px;height:12px;background:url("/img/user-solid.svg") no-repeat}@media (max-width: 991.98px){header .navbar .user-profile-item ul li a:before{transform:translateY(-50%) scale(0.7);left:-11px}}header .navbar .user-profile{margin-right:45px}@media (max-width: 767.98px){header .navbar .user-profile{margin-left:47px}header .navbar .user-profile .dropdown-toggle:before{margin-top:2px;background:url(/img/user-solid_black.svg) no-repeat !important;left:-15px !important}header .navbar .user-profile .dropdown-menu ul{margin:10px 0 0 0 !important}header .navbar .user-profile a{font-size:17px;color:#000 !important}}header .navbar .user-profile .dropdown-toggle:before{content:'';display:block;position:absolute;top:50%;transform:translateY(-50%);left:-15px;width:12px;height:12px;background:url("/img/user-solid.svg") no-repeat}@media (max-width: 991.98px){header .navbar .user-profile .dropdown-toggle:before{transform:translateY(-50%) scale(0.7);left:-11px}}header .navbar .user-profile .dropdown-menu ul li{white-space:nowrap}header .navbar .user-profile .dropdown-menu ul li a{color:#2e2e2e;border:none;padding-right:34px}header .navbar .user-profile .dropdown-menu ul li:hover{background:#2e2e2e}header .navbar .user-profile .dropdown-menu ul li:hover a{color:#fff}@media (min-width: 768px){header .navbar .user-profile .dropdown-menu-md-right{right:-30px;left:auto;border-radius:.15rem;padding:.3rem 0}}header .mobile-header-content{display:none}.close-disclaimer_wrap{position:absolute;right:10px;top:15px}.disclaimer{background-color:#fc0;position:fixed;bottom:20px;z-index:100;right:20px;min-width:100px;min-height:100px;color:#fff;background:url(data:image/gif;base64,R0lGODlhAQCoAIAAABkZGQAAACwAAAAAAQCoAAACEox/AMjN66KcDppl6ZNZ+9lRBQA7) 0 100% repeat-x #000;bottom:1px solid grey}.disclaimer .h5{font-size:3rem;margin:15px 0 0px 15px}.disclaimer p{margin:15px}.disclaimer .close-disclaimer{cursor:pointer;position:absolute;right:15px;top:15px;color:#6c757d;font-size:1.8rem}.disclaimer .close-disclaimer:hover{color:#fff}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:#fff}.navbar-nav.m_center{margin:3px auto !important}#side-menu{background-image:linear-gradient(to bottom, #ffc100, #ffa000)}#side-menu .close{font-weight:200;text-shadow:none;opacity:0.9;font-size:36px;color:#000;font-family:Roboto}#side-menu .contents{margin-top:30px}#side-menu ul li{margin-bottom:14px}#side-menu a.nav-link{color:#000;font-weight:500;text-transform:uppercase;font-size:17px;font-family:Roboto,"PT Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";line-height:normal;position:relative;padding:0;margin:0}#side-menu .dropdown-menu{background:transparent;border:none;padding-left:15px;margin-top:15px}#side-menu .dropdown-menu li{margin-bottom:0}#side-menu .dropdown-menu a{font-size:16px;color:#000;text-transform:uppercase;font-family:Roboto,"PT Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";line-height:normal}#side-menu .user-profile .dropdown-menu,#side-menu .user-profile-item{margin-top:10px}#side-menu .dropdown a.dropdown-toggle::after{content:'';width:12px;height:6px;border:none;display:block;position:absolute;top:50%;transform:translateY(-50%);right:-19px;transition:all ease 500ms;background:url("/img/icon-arrow-down-black.svg") no-repeat}#side-menu .dropdown-lang{bottom:0;position:absolute;margin-bottom:35px}#side-menu .dropdown-lang .dropdown-menu{background:transparent;border:none;padding-left:15px;margin-top:15px}#side-menu .user-profile{margin-top:20px}#side-menu .user-profile a{display:inline-block}@media (max-width: 767.98px){header{height:50px}header .logo{background-size:auto 36px !important;top:7px;width:34px;height:34px}header:before,header:after{display:none}header .mobile-header-content{display:flex;position:absolute;right:0;top:50%;transform:translateY(-50%);align-items:center;padding-right:10px}header .game-money-box{margin-right:30px}header .game-money-box .game-money-icon{background-size:19.773px 18.948px}header .count-area-box>span{font-size:10px !important}header .inventory a{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.101 12.857'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:white%7d%3c/style%3e%3c/defs%3e%3cpath id='Path_97' d='M493.074 947.857h9.954a2.076 2.076 0 002.074-2.074v-7.051a2.076 2.076 0 00-2.074-2.074h-2.061a1.478 1.478 0 01-.593-.5l-.249-.333a2.269 2.269 0 00-1.659-.829h-.829a2.269 2.269 0 00-1.659.829l-.248.332a1.557 1.557 0 01-.581.5h-2.074a2.076 2.076 0 00-2.075 2.076v7.051a2.076 2.076 0 002.074 2.073zm11.2-2.074a1.246 1.246 0 01-1.244 1.244h-9.954a1.246 1.246 0 01-1.244-1.244v-5.392h12.442zm-7.631-9.456a1.472 1.472 0 011-.5h.829a1.471 1.471 0 01.995.5l.249.332h-3.317zm-4.811 2.405a1.246 1.246 0 011.244-1.244h9.954a1.246 1.246 0 011.244 1.244v.83h-12.445z' class='cls-1' data-name='Path 97' transform='translate(-491 -935)'/%3e%3cpath id='Path_98' d='M499.415 954.806a.414.414 0 00.415-.415v-4.977a.415.415 0 00-.829 0v4.977a.414.414 0 00.414.415z' class='cls-1' data-name='Path 98' transform='translate(-495.682 -943.194)'/%3e%3cpath id='Path_99' d='M515.415 954.806a.414.414 0 00.415-.415v-4.977a.415.415 0 10-.829 0v4.977a.414.414 0 00.414.415z' class='cls-1' data-name='Path 99' transform='translate(-505.046 -943.194)'/%3e%3c/svg%3e") center no-repeat;background-size:14.101px 12.857px;background-color:#1d1d1d;border-radius:50%}}.header-main .navbar-collapse .close{margin-right:25px;margin-top:10px;display:none;font-size:36px;color:#000;text-shadow:none}@media (max-width: 767.98px){.header-main .navbar-collapse .close{display:block}}@media (max-width: 767.98px){.header-main .navbar-collapse{width:300px;background-color:#fc0;top:0px;left:0;height:100vh;position:absolute;z-index:1000}.header-main .navbar-collapse .user-profile-item ul li a:before{display:none}.header-main .navbar-collapse .dropdown-lang{bottom:30px;left:30px;position:absolute}.header-main .navbar-collapse .dropdown-lang a{font-size:17px;font-weight:400;line-height:normal;color:#000 !important;text-transform:uppercase;position:relative;border-bottom:none}.header-main .navbar-collapse .dropdown-lang .dropdown-menu{min-width:6.5rem;border-radius:.15rem;padding:.3rem 0;left:-46px;background:transparent;border:none}.header-main .navbar-collapse .dropdown-lang .dropdown-menu a{font-size:2rem}.header-main .navbar-collapse ul{margin-left:35px !important;margin-top:40px !important}.header-main .navbar-collapse ul li{margin-bottom:12px}.header-main .navbar-collapse ul li a{font-size:17px;font-weight:400;line-height:normal;color:#000 !important;text-transform:uppercase;position:relative;border-bottom:none}}@media (max-width: 767.98px){.dropdown-menu-link{top:-120px}.dropdown-menu-link a{font-size:17px !important}.dropdown-menu-link ul{background-color:#fff;padding-top:5px !important}}#fade_out_wrapper{width:100%;height:100vh;background-color:#091220;position:absolute;z-index:1000;opacity:0;top:0;left:0}.container iframe{width:calc(100% - 10px) !important}.site-footer{color:#fff;background-color:#2c2c2c;padding:30px 0;position:relative}.site-footer .footer-left-side{display:flex;align-items:center}.site-footer .block-logo{margin-right:81px}.site-footer .footer-menu{height:173px;font-size:12px}.site-footer .footer-menu ul{display:flex;flex-direction:column;max-height:100%;flex-wrap:wrap}.site-footer .footer-menu ul li{padding:10px 78px 10px 0;text-align:left}.site-footer .footer-menu ul a{font-size:1.6rem}.site-footer .footer-right-side{display:flex;flex-direction:column;align-items:flex-end;padding-bottom:25px}.site-footer .rp{padding-bottom:22px}.site-footer .block-copy{font-size:1.4rem;text-align:right;opacity:0.54;color:#fff}.site-footer .block-copy a{color:#fff}.site-footer .block-copy span{display:block}footer .navbar-collapse{align-items:flex-start}.footer-nail{position:absolute;height:24px;display:flex;top:-24px;left:70%;width:100%}.footer-nail .footer-nail-rectangle{position:relative;height:24px;z-index:1;background-color:#2c2c2c;background:url(/img/rec.svg) repeat-x;width:100%}.footer-nail .footer-svg-nail{background:url(/img/footer-svg-nail.svg) no-repeat;height:24px;width:56px;display:block;position:relative;z-index:1}.link.m_footer{font-size:1.4rem;color:#fff;cursor:pointer;white-space:normal}html{font-size:10px;overflow-x:visible}body{padding:0;margin:0;font-family:"Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-weight:400;font-size:1.8rem;font-weight:300}main{min-height:calc(100% - 200px)}.link,a{transition:all .2s;color:rgba(255,255,255,0.5);text-decoration:none;font-size:1.5rem}.svg-info{width:26px;height:10px;background:url(/img/layer-1.svg) no-repeat;fill:#fff;color:#fff}.svg-info svg path{fill:#fff}.data-wrapper-loading{height:75vh;display:flex;position:relative;top:-20px}@media (max-width: 1439.98px){html{font-size:8px}}@media (max-width: 991.98px){html{font-size:7.8px}}.btn:hover{opacity:0.85}.pagination{margin:2rem 0}.title-h2{font-family:Roboto;font-size:3rem;font-weight:300;line-height:1.23;text-transform:uppercase;text-align:center;color:#ffffff;margin-bottom:1rem}.item-title{font-family:Roboto;font-size:2.2rem;font-weight:300;line-height:2.6rem;text-align:left;color:#ffffff;display:inline-block}.item-desc{font-size:1.6rem;font-weight:300;line-height:1.19;text-align:left;color:#7a7a7a}.item-price{font-size:2.4rem;font-weight:400;color:#ff6305;line-height:1.18}.item-sale-price{font-size:1.7rem;color:#fefefe;text-decoration:line-through}.main-box{min-height:90vh}.row-search{margin-bottom:20px;margin-right:0}.game-money-box{width:auto;height:22.9px;margin-right:30px;position:relative;cursor:pointer}.game-money-box .game-money-icon{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.773 22.948'%3e%3cpath d='M23.773 2.422C23.773.832 20.229 0 16.729 0S9.685.832 9.685 2.422a1.068 1.068 0 00.018.129.413.413 0 00-.018.09v7.648a20.973 20.973 0 00-2.642-.164c-3.072 0-6.176.641-6.89 1.873a.435.435 0 00-.154.328v8.145c0 1.608 3.629 2.476 7.044 2.476 3.393 0 7.044-.74 7.044-2.366v-8.255a.435.435 0 00-.154-.328c-.43-.742-1.731-1.268-3.368-1.57V8.937c1.267.783 3.724 1.188 6.163 1.188s4.9-.405 6.164-1.188v1.408c0 .523-2.176 1.54-6.164 1.54-.554 0-1.106-.021-1.64-.063a.44.44 0 00-.069.878c.557.043 1.131.065 1.709.065 2.439 0 4.9-.405 6.164-1.188v1.408c0 .523-2.176 1.541-6.164 1.541a21.32 21.32 0 01-1.556-.056.433.433 0 00-.472.406.44.44 0 00.406.471c.526.039 1.071.059 1.621.059 2.439 0 4.9-.405 6.164-1.188v1.518c0 .519-2.117 1.486-6.164 1.486-.52 0-1.04-.02-1.546-.059a.44.44 0 00-.068.878c.528.041 1.07.062 1.614.062 3.393 0 7.044-.74 7.044-2.366v-13.1a.436.436 0 00-.018-.09 1.057 1.057 0 00.02-.125zM13.207 17.831c0 .523-2.176 1.54-6.164 1.54S.88 18.354.88 17.831v-1.408c1.267.783 3.724 1.188 6.163 1.188s4.9-.4 6.164-1.188zm0-2.641c0 .523-2.176 1.54-6.164 1.54S.88 15.713.88 15.19v-1.408c1.267.783 3.724 1.188 6.163 1.188s4.9-.405 6.164-1.188zm-6.164 6.878c-3.824 0-6.163-1.033-6.163-1.6V19.06c1.267.783 3.724 1.188 6.163 1.188s4.9-.405 6.164-1.188v1.518c0 .522-2.117 1.489-6.161 1.489zm6.164-9.52c0 .523-2.176 1.54-6.164 1.54S.88 13.071.88 12.548s2.175-1.541 6.163-1.541 6.164 1.017 6.164 1.541zm9.685-7.484c0 .523-2.176 1.54-6.164 1.54s-6.163-1.017-6.163-1.54V3.656c1.267.783 3.724 1.188 6.163 1.188s4.9-.405 6.164-1.188zM16.728.881c3.988 0 6.164 1.018 6.164 1.541s-2.176 1.54-6.164 1.54-6.163-1.017-6.163-1.54S12.746.881 16.729.881zm0 8.365c-3.988 0-6.163-1.017-6.163-1.54V6.3c1.267.783 3.724 1.188 6.163 1.188s4.9-.405 6.164-1.188v1.4c.001.528-2.175 1.545-6.163 1.545z' data-name='Path 105' fill='white'/%3e%3c/svg%3e") center no-repeat;background-size:23.773px 22.948px;width:23.8px;height:22.9px;display:inline-block}.game-money-box .count-area-box{position:absolute;left:18px;top:5px;display:flex}.game-money-box .currency{font-size:13px;font-weight:300;line-height:1.15;color:#fff;padding:1px 0;line-height:1}.count-area{color:#100d1e;font-size:13px;font-weight:300;border-radius:8px;background-color:#ff6305;padding:1px 4px;line-height:1;margin-right:2px;display:inline-block}.mobile-nav-category{display:none}.nav-category{background:#4b4b4b;padding:20px 0}.nav-category .nav-category--logo{margin-right:auto;display:none}.nav-category .cart{position:relative}.nav-category .cart .count-area{left:21px;position:absolute;top:9px}.nav-category .cart__button{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.691 21.8'%3e%3cpath d='M18.837 21.8a2.611 2.611 0 112.612-2.61 2.613 2.613 0 01-2.612 2.61zm0-4.186a1.576 1.576 0 101.576 1.576 1.578 1.578 0 00-1.576-1.576zM10.783 21.8a2.611 2.611 0 112.611-2.61 2.613 2.613 0 01-2.611 2.61zm0-4.186a1.576 1.576 0 101.576 1.576 1.577 1.577 0 00-1.576-1.576zm11.134-3.693h-13.2a.517.517 0 01-.495-.365L4.39 1.036H.519a.518.518 0 110-1.035h4.255a.518.518 0 01.495.366l1.758 5.741h17.148a.518.518 0 110 1.035H7.344L8.065 9.5h15.239a.518.518 0 110 1.035H8.38l.719 2.351h12.818a.518.518 0 010 1.035z' data-name='Path 105' fill='white'/%3e%3c/svg%3e") center no-repeat;background-size:24.691px 21.8px;width:24.691px;height:21.8px;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-category .cart__wrap{display:none;min-width:600px;min-height:300px;background:#fff;padding:20px 30px;box-shadow:0 3px 10px #000;position:absolute;right:-57px;z-index:9;color:#000}.nav-category .cart__not-empty{display:none;flex-direction:column;justify-content:space-between;height:inherit;min-height:280px}.nav-category .cart__total{font-size:16px}.nav-category .cart__footer{display:flex;justify-content:space-between;align-items:center;margin-top:30px}.nav-category .cart .item-desc{display:none}.nav-category .cart .img-wrapper img{width:100px}.nav-category .cart .product-item{display:flex;justify-content:space-between;align-items:center}.nav-category .cart .item-title{color:#000}.nav-category .cart .item-sale-price,.nav-category .cart .buy-btn-area{display:none}.nav-fixed{position:fixed;z-index:9;top:0;left:0;right:0}.category-menu li{position:relative}.category-menu .dropdown a,.category-menu li a{font-size:1.4rem;color:#fff;text-transform:uppercase;font-weight:normal;margin-right:30px;padding:0;padding-left:0;padding-right:0;display:flex;align-items:center}.category-menu .dropdown a:hover,.category-menu li a:hover{color:#f26b12}.category-menu .dropdown a.active,.category-menu li a.active{color:#f26b12}.category-menu .dropdown-menu a{color:#000;padding:3px 5px 3px 10px}.category-menu .dropdown-menu a:before{display:none}.category-menu .dropdown-menu a:hover{color:#fff;background:#4b4b4b}.category-menu .dropdown-toggle::after{width:12px;height:6px;border:none;display:inline-block;position:relative;top:-1px;right:-2px;transition:all ease 500ms;background:url(/img/icon-arrow-down-white.svg) no-repeat}.category-menu:last-child a{margin-right:0}.category-menu a::before{content:"";display:inline-block;position:relative;width:31px;height:27.7px;top:-2px;margin-right:6px}.category-menu .game-currency a::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 25.097'%3e%3cpath d='M26 2.649C26 .91 22.124 0 18.3 0s-7.7.91-7.7 2.649a1.184 1.184 0 00.02.141.455.455 0 00-.02.1v8.365a22.938 22.938 0 00-2.889-.18c-3.36 0-6.754.7-7.535 2.048a.476.476 0 00-.168.359v8.908c0 1.759 3.969 2.708 7.7 2.708 3.711 0 7.7-.81 7.7-2.588v-9.028a.476.476 0 00-.168-.359c-.47-.812-1.893-1.387-3.683-1.717v-1.63c1.386.856 4.073 1.3 6.74 1.3s5.355-.443 6.741-1.3v1.54c0 .572-2.379 1.685-6.741 1.685-.606 0-1.21-.023-1.794-.069a.482.482 0 00-.075.961c.609.047 1.237.071 1.869.071 2.668 0 5.355-.443 6.741-1.3v1.54c0 .572-2.379 1.685-6.741 1.685-.578 0-1.151-.021-1.7-.062a.473.473 0 00-.516.444.481.481 0 00.444.516c.575.043 1.171.065 1.773.065 2.668 0 5.355-.443 6.741-1.3v1.66c0 .567-2.315 1.625-6.741 1.625-.569 0-1.138-.022-1.69-.065a.481.481 0 00-.074.96c.577.045 1.17.067 1.765.067 3.711 0 7.7-.81 7.7-2.588V2.889a.478.478 0 00-.02-.1 1.16 1.16 0 00.021-.14zM14.446 19.5c0 .572-2.379 1.685-6.741 1.685S.965 20.072.965 19.5v-1.54c1.386.856 4.073 1.3 6.74 1.3s5.355-.443 6.741-1.3zm0-2.889c0 .572-2.379 1.685-6.741 1.685s-6.74-1.113-6.74-1.685v-1.54c1.386.856 4.073 1.3 6.74 1.3s5.355-.443 6.741-1.3zm-6.741 7.523c-4.182 0-6.74-1.13-6.74-1.745v-1.54c1.386.856 4.073 1.3 6.74 1.3s5.355-.443 6.741-1.3v1.66c0 .567-2.317 1.625-6.743 1.625zm6.741-10.412c0 .572-2.379 1.685-6.741 1.685s-6.74-1.113-6.74-1.685 2.379-1.686 6.74-1.686 6.741 1.115 6.741 1.687zm10.593-8.185c0 .572-2.379 1.685-6.741 1.685s-6.74-1.113-6.74-1.685V4c1.386.856 4.073 1.3 6.74 1.3s5.355-.443 6.741-1.3zM18.298.963c4.362 0 6.741 1.114 6.741 1.686s-2.379 1.685-6.741 1.685-6.74-1.113-6.74-1.685S13.935.963 18.296.963zm0 9.148c-4.361 0-6.74-1.113-6.74-1.685v-1.54c1.386.856 4.073 1.3 6.74 1.3s5.355-.443 6.741-1.3v1.54c-.002.574-2.381 1.685-6.743 1.685z' fill='%23818181'/%3e%3c/svg%3e") center no-repeat;background-size:26px 25.097px}.category-menu .new a::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31 27.671'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23818181%7d%3c/style%3e%3c/defs%3e%3cg id='Group_164' data-name='Group 164' transform='translate(-30.644 -302.797)'%3e%3cpath id='Path_72' d='M35.657 331.464a2.206 2.206 0 01-2.222-1.506l-2.729-10.187a2.347 2.347 0 011.877-2.705l23.291-6.241a2.347 2.347 0 012.978 1.4l2.73 10.187a2.347 2.347 0 01-1.877 2.705l-23.291 6.241a2.97 2.97 0 01-.757.106zm20.971-19.48a1.651 1.651 0 00-.427.057l-23.291 6.241c-.644.172-1.106.716-.987 1.164l2.73 10.186c.12.447.791.687 1.437.514l23.291-6.24c.646-.173 1.107-.717.988-1.164l-2.73-10.187a.986.986 0 00-1.012-.571zm-23.881 5.689z' class='cls-1' data-name='Path 72' transform='translate(0 -.996)'/%3e%3cpath id='Path_73' d='M43.482 307.085a2.144 2.144 0 112.144-2.145 2.147 2.147 0 01-2.144 2.145zm0-3.029a.884.884 0 10.885.884.886.886 0 00-.885-.884z' class='cls-1' data-name='Path 73' transform='translate(-1.344)'/%3e%3cpath id='Path_74' d='M36.13 316.6a.629.629 0 01-.545-.944l5.33-9.232a.629.629 0 111.09.629l-5.33 9.233a.63.63 0 01-.545.314zm17.221-4.614a.631.631 0 01-.315-.085l-9.232-5.33a.629.629 0 11.63-1.09l9.232 5.33a.63.63 0 01-.315 1.175z' class='cls-1' data-name='Path 74' transform='translate(-.61 -.326)'/%3e%3cg id='Group_163' data-name='Group 163' transform='translate(35.184 313.548)'%3e%3cpath id='Path_75' d='M43.667 327.022l-1.483.409-4.189-3.936 1.3 4.731-1.481.408-1.982-7.191 1.481-.409 4.2 3.945-1.308-4.741 1.478-.407z' class='cls-1' data-name='Path 75' transform='translate(-35.836 -315.688)'/%3e%3cpath id='Path_76' d='M49.454 322.114l-2.845.785.531 1.925 3.339-.921.328 1.19-4.82 1.33-1.987-7.19 4.81-1.326.331 1.2-3.328.917.472 1.714 2.845-.783z' class='cls-1' data-name='Path 76' transform='translate(-36.862 -315.447)'/%3e%3cpath id='Path_77' d='M57.455 320.883l-.442-5.383 1.477-.407.386 7.631-1.491.411-2.5-4.487.156 5.133-1.492.41-3.577-6.75 1.477-.408 2.38 4.839-.223-5.434 1.256-.345z' class='cls-1' data-name='Path 77' transform='translate(-37.613 -315.093)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;background-size:31px 27.671px}.category-menu .popular a::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 20.815'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23818181%7d%3c/style%3e%3c/defs%3e%3cg id='Group_166' data-name='Group 166' transform='translate(-223.103 -169.021)'%3e%3cpath id='Path_81' d='M245.7 172.908a5.6 5.6 0 00-2.849-3.242 6.828 6.828 0 00-2.9-.645 6.067 6.067 0 00-5.255 2.732l-.1.178-.085-.145a6.064 6.064 0 00-5.256-2.737 6.833 6.833 0 00-2.9.644 5.6 5.6 0 00-2.85 3.241 7.131 7.131 0 00.256 5.347c1.779 3.76 10.2 11.151 10.552 11.464a.418.418 0 00.277.092h.058a.453.453 0 00.261-.128c.5-.439 8.776-7.729 10.539-11.456a7.122 7.122 0 00.252-5.345zm-1.027 4.976c-1.537 3.25-8.648 9.682-10.088 10.965-1.51-1.347-8.531-7.708-10.057-10.933a6.261 6.261 0 01-.224-4.694 4.757 4.757 0 012.411-2.757 5.974 5.974 0 012.534-.562 5.2 5.2 0 014.52 2.314l.453.772a.427.427 0 00.351.211.436.436 0 00.367-.183l.039-.058.453-.772a5.205 5.205 0 014.518-2.309 5.975 5.975 0 012.536.563 4.758 4.758 0 012.41 2.759 6.252 6.252 0 01-.221 4.684z' class='cls-1' data-name='Path 81'/%3e%3cpath id='Path_82' d='M233.37 175.288a3.546 3.546 0 00-3.137 5.2.426.426 0 10.754-.4 2.693 2.693 0 012.383-3.946.427.427 0 100-.853z' class='cls-1' data-name='Path 82' transform='translate(-3.855 -3.594)'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;background-size:23px 20.815px}.category-menu .discount a::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23818181%7d%3c/style%3e%3c/defs%3e%3cg id='Group_167' data-name='Group 167' transform='translate(-312 -558.53)'%3e%3cpath id='Path_83' d='M329.388 577.459h-.494a1.513 1.513 0 01-1.511-1.511v-1.478a1.513 1.513 0 011.511-1.512h.494a1.513 1.513 0 011.511 1.512v1.478a1.513 1.513 0 01-1.511 1.511zm-.494-3.547a.558.558 0 00-.557.557v1.478a.558.558 0 00.557.557h.494a.557.557 0 00.557-.557v-1.478a.557.557 0 00-.557-.557zm-5.207-1.527h-.493a1.512 1.512 0 01-1.511-1.511v-1.479a1.513 1.513 0 011.511-1.511h.493a1.513 1.513 0 011.511 1.511v1.479a1.512 1.512 0 01-1.51 1.511zm-.493-3.547a.558.558 0 00-.557.557v1.479a.558.558 0 00.557.557h.493a.558.558 0 00.557-.557v-1.479a.558.558 0 00-.557-.557z' class='cls-1' data-name='Path 83' transform='translate(-3.264 -3.153)'/%3e%3cpath id='Path_84' d='M320.654 580.53a2.371 2.371 0 01-.242-.013.54.54 0 01-.12-.029 2.155 2.155 0 01-1.355-1.743c-.12-.473-.2-.727-.508-.879a1.34 1.34 0 00-1.112.059 2.018 2.018 0 01-2.052-.174.478.478 0 01-.09-.086 2.156 2.156 0 01-.3-2.186c.133-.469.194-.728 0-1.016-.223-.327-.508-.4-.992-.5a2.022 2.022 0 01-1.69-1.177.5.5 0 01-.035-.119 2.156 2.156 0 01.831-2.044c.35-.341.532-.534.508-.88-.029-.4-.239-.6-.607-.932a2.022 2.022 0 01-.874-1.865.484.484 0 01.029-.121 2.155 2.155 0 011.741-1.354c.473-.119.727-.2.88-.508a1.343 1.343 0 00-.06-1.11 2.023 2.023 0 01.175-2.054.52.52 0 01.086-.089 2.156 2.156 0 012.186-.3c.471.134.729.194 1.015 0 .329-.223.4-.508.5-.992a2.022 2.022 0 011.179-1.69.456.456 0 01.118-.035 2.156 2.156 0 012.045.831c.341.35.553.532.88.508.4-.029.6-.239.932-.608a2.023 2.023 0 011.865-.874.508.508 0 01.121.029 2.154 2.154 0 011.355 1.742c.119.473.2.727.508.879a1.343 1.343 0 001.112-.06 2.022 2.022 0 012.052.175.473.473 0 01.09.086 2.155 2.155 0 01.3 2.186c-.133.469-.194.727 0 1.016.222.327.507.4.992.5a2.02 2.02 0 011.69 1.177.462.462 0 01.035.119 2.153 2.153 0 01-.831 2.044c-.349.341-.531.534-.506.88.029.4.238.6.607.932a2.022 2.022 0 01.874 1.865.5.5 0 01-.029.12 2.154 2.154 0 01-1.742 1.355c-.473.12-.727.2-.879.508a1.337 1.337 0 00.06 1.111 2.022 2.022 0 01-.175 2.052.479.479 0 01-.086.09 2.159 2.159 0 01-2.186.3c-.469-.132-.728-.193-1.016 0-.328.223-.4.508-.5.992a2.02 2.02 0 01-1.177 1.69.489.489 0 01-.119.035 2.155 2.155 0 01-2.046-.831c-.339-.349-.524-.54-.879-.507-.4.029-.6.239-.932.607a2.074 2.074 0 01-1.626.888zm-.079-.957c.443.032.636-.17.992-.568a2.244 2.244 0 011.576-.922 1.969 1.969 0 011.63.793c.4.409.636.63 1.149.563.391-.194.464-.465.574-.987a2.246 2.246 0 01.9-1.587 1.987 1.987 0 011.81-.128c.548.154.862.225 1.276-.086.242-.364.17-.636 0-1.143a2.246 2.246 0 01-.012-1.826 1.986 1.986 0 011.5-1.016c.552-.14.858-.238 1.061-.712.028-.437-.17-.636-.567-.992a2.246 2.246 0 01-.922-1.576 1.986 1.986 0 01.793-1.631c.409-.4.626-.636.563-1.147-.194-.392-.465-.465-.988-.575a2.25 2.25 0 01-1.588-.9 1.985 1.985 0 01-.127-1.81c.155-.548.223-.864-.087-1.276-.363-.243-.635-.17-1.142 0a2.257 2.257 0 01-1.826.011 1.986 1.986 0 01-1.016-1.5c-.14-.553-.238-.86-.713-1.062-.44-.028-.635.17-.991.567a2.246 2.246 0 01-1.576.923 1.992 1.992 0 01-1.631-.793c-.4-.409-.637-.626-1.148-.563-.392.194-.465.465-.575.987a2.247 2.247 0 01-.9 1.588 1.982 1.982 0 01-1.809.127c-.548-.154-.862-.224-1.275.087-.243.364-.17.636 0 1.143a2.246 2.246 0 01.011 1.826 1.988 1.988 0 01-1.5 1.016c-.552.14-.859.237-1.061.712-.028.437.17.636.568.992a2.246 2.246 0 01.922 1.576 1.987 1.987 0 01-.794 1.631c-.408.4-.625.636-.562 1.149.194.391.465.465.987.574a2.248 2.248 0 011.587.9 1.987 1.987 0 01.128 1.81c-.156.548-.223.863.087 1.275.362.242.634.17 1.141 0a2.252 2.252 0 011.826-.011 1.984 1.984 0 011.016 1.5c.138.553.238.86.714 1.062zm2.425-2.414a7.629 7.629 0 117.63-7.63 7.638 7.638 0 01-7.63 7.63zm0-14.3a6.675 6.675 0 106.675 6.675 6.683 6.683 0 00-6.675-6.679zm-2.339 11.74a.477.477 0 01-.424-.7l4.73-9.2a.478.478 0 01.85.436l-4.731 9.2a.478.478 0 01-.426.259z' class='cls-1' data-name='Path 84'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;background-size:22px 22px}.category-menu .pass a::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.167 22.099'%3e%3cpath d='M18.329 22.1a1.058 1.058 0 01-.545-.173l-5.687-3.444a1.194 1.194 0 00-1.028 0l-5.682 3.442a.783.783 0 01-1.064-.071.885.885 0 01-.119-.788l1.518-6.473a1.143 1.143 0 00-.318-.978L.371 9.271A.748.748 0 01.822 7.88l6.626-.557a1.14 1.14 0 00.831-.6L10.856.594a.748.748 0 011.462 0l2.569 6.131a1.14 1.14 0 00.831.6l6.625.557a.748.748 0 01.452 1.391l-5.033 4.344a1.143 1.143 0 00-.318.978l1.518 6.473a.885.885 0 01-.119.788.647.647 0 01-.514.244zM1.053 8.725l4.91 4.238a2.008 2.008 0 01.594 1.826l-1.481 6.314 5.548-3.359a2.055 2.055 0 011.921 0l5.542 3.361-1.481-6.314a2.008 2.008 0 01.594-1.827l4.91-4.238-6.463-.542a2.008 2.008 0 01-1.554-1.129l-2.506-5.979-2.513 5.979A2.008 2.008 0 017.52 8.184z' data-name='Path 85' fill='%23818181'/%3e%3c/svg%3e") center no-repeat;background-size:23.167px 22.099px}.category-menu .kit a::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.753 23.469'%3e%3cpath d='M21.417 4.346L11.938.059a.566.566 0 00-.506 1.012l9.479 4.287a2.757 2.757 0 01.773.61l-8.958 3.484a2.157 2.157 0 00-.849.633 2.162 2.162 0 00-.849-.633L2.07 5.968a2.757 2.757 0 01.773-.61l9.078-4.285a.566.566 0 00-.506-1.012L2.337 4.346a4.563 4.563 0 00-2.336 3.78v8.483a4.158 4.158 0 002.456 3.627l7.111 2.844a7.062 7.062 0 004.62 0l7.111-2.844a4.158 4.158 0 002.456-3.627V8.126a4.565 4.565 0 00-2.338-3.78zM2.876 19.186a3.042 3.042 0 01-1.745-2.577V8.126a2.916 2.916 0 01.3-1.21.6.6 0 00.063.04l9.125 3.549a1.227 1.227 0 01.694 1.014v10.745c0 .018.008.032.01.05a4.749 4.749 0 01-1.335-.284zm19.746-2.577a3.041 3.041 0 01-1.745 2.577l-7.111 2.844a4.7 4.7 0 01-1.335.284.507.507 0 00.01-.05V11.519a1.226 1.226 0 01.694-1.014l9.125-3.549a.589.589 0 00.063-.04 2.916 2.916 0 01.3 1.21z' data-name='Path 86' fill='%23818181'/%3e%3c/svg%3e") center no-repeat;background-size:23.753px 23.469px}.category-menu .boosters a::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.46 22.944'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23818181%7d%3c/style%3e%3c/defs%3e%3cg id='Group_168' data-name='Group 168'%3e%3cpath id='Path_87' d='M66.224 107.712l6.886 2.079a.479.479 0 00.133.02.458.458 0 00.132-.9l-6.692-2.021.5-.656a.72.72 0 01.4-.215l9.195-.619a.457.457 0 10-.061-.913l-9.195.619a1.59 1.59 0 00-1.068.574l-.623.816a.752.752 0 00.392 1.212z' class='cls-1' data-name='Path 87' transform='translate(-64.733 -97.452)'/%3e%3cpath id='Path_88' d='M87.964 107.552L83.1 98.67l3.74-5.053c1.185-1.553 1.483-3.3.7-4.064a1.433 1.433 0 00-.318-.244 1.774 1.774 0 00-.933-.2c-1.391 0-4.092.785-5 1.971l-8.3 11.043c-.242.318-1.778 2.407-2.96 4.285l-4.564.614a1.71 1.71 0 00-1.034.6l-.623.816a.766.766 0 00.372 1.223l3.452 1.182a.664.664 0 00.047.612 1.611 1.611 0 001.394.6 2.368 2.368 0 00.3-.017c2.87-.386 6.6-4.015 7.141-4.726l1.495-1.961a1.152 1.152 0 01.9-.42 1.228 1.228 0 01.261.027l6.8 4.866a.96.96 0 001.28-.192l.622-.816a1.229 1.229 0 00.092-1.264zm-.823.707l-.642.819-6.865-4.916-.126-.064a2.029 2.029 0 00-2.207.671l-1.515 1.985c-.44.577-3.951 4.026-6.534 4.373a1.552 1.552 0 01-.178.009 1.15 1.15 0 01-.522-.1c.027-.047.065-.109.12-.189l.345-.5-4.372-1.5.515-.675a.839.839 0 01.428-.248l4.991-.672.114-.183c1.177-1.893 2.78-4.074 3.027-4.4l8.3-11.043c.62-.813 2.968-1.608 4.267-1.608a1 1 0 01.45.062l.054.031a.643.643 0 01.1.084c.328.318.186 1.591-.787 2.866L82.017 98.6l5.145 9.4a.328.328 0 01-.021.26z' class='cls-1' data-name='Path 88' transform='translate(-63.635 -89.109)'/%3e%3cpath id='Path_89' d='M106.929 95a.622.622 0 00.336.1.688.688 0 00.155-.018c.588-.134 1.328-1.207 1.717-1.835a.458.458 0 00-.778-.482 6.192 6.192 0 01-1.108 1.4.458.458 0 00-.323.837z' class='cls-1' data-name='Path 89' transform='translate(-87.004 -90.974)'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;background-size:24.46px 22.944px}.category-menu .view a::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.417 23.18'%3e%3cpath d='M22.416 11.555l-7.57-3.965a4.625 4.625 0 00-1.836-.452h-.867V5.629l1.468-2.022a.489.489 0 00.037-.062l.013-.026a2.253 2.253 0 10-4.117-1.26.434.434 0 10.867 0 1.384 1.384 0 112.519.793.448.448 0 00-.033.055l-1.54 2.126a.435.435 0 00-.082.255v1.65h-.867a4.624 4.624 0 00-1.837.452L1 11.555a2.021 2.021 0 00-1 1.654v.867a1.3 1.3 0 001.3 1.3h2.6v6.5a1.3 1.3 0 001.3 1.3h13.009a1.3 1.3 0 001.3-1.3v-6.5h2.6a1.3 1.3 0 001.3-1.3v-.867a2.021 2.021 0 00-.993-1.654zm-3.769 10.327a.434.434 0 01-.434.434H7.372v-3.9a.434.434 0 00-.867 0v3.9h-1.3a.434.434 0 01-.434-.434v-7.806a.434.434 0 01.434-.434h13.009a.434.434 0 01.434.434zm3.9-7.806a.434.434 0 01-.434.434h-2.6v-.434a1.3 1.3 0 00-1.3-1.3H5.2a1.3 1.3 0 00-1.3 1.3v.434H1.3a.434.434 0 01-.434-.434v-.867a1.152 1.152 0 01.536-.885l7.57-3.965a3.791 3.791 0 011.434-.353h2.6a3.794 3.794 0 011.434.353l7.57 3.965a1.151 1.151 0 01.536.885z' data-name='Path 90' fill='%23818181'/%3e%3c/svg%3e") center no-repeat;background-size:23.417px 23.18px}.search{margin-right:26px;position:relative}.search input{border-radius:10px;border:solid 2px #595959;background-color:#454545;width:900px;min-width:100%;padding:2px 52px 2px 30px;font-size:14px;height:36px;color:#dedede}.search input::-moz-placeholder{font-size:13px;font-weight:300}.search input:-ms-input-placeholder{font-size:13px;font-weight:300}.search input::-ms-input-placeholder{font-size:13px;font-weight:300}.search input::placeholder{font-size:13px;font-weight:300}.search .btn-search{display:block;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.735 21.625'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:white%7d%3c/style%3e%3c/defs%3e%3cg id='Group_178' data-name='Group 178' transform='translate(-703 -486)'%3e%3cpath id='Path_102' d='M719.24 494.12a8.12 8.12 0 10-8.12 8.12 8.129 8.129 0 008.12-8.12zm-8.12 7.308a7.308 7.308 0 117.308-7.308 7.316 7.316 0 01-7.308 7.308z' class='cls-1' data-name='Path 102'/%3e%3cpath id='Path_103' d='M713.237 492.438a5.687 5.687 0 00-3.478 8.339.406.406 0 00.7-.406 4.875 4.875 0 012.981-7.148.406.406 0 00-.206-.785z' class='cls-1' data-name='Path 103' transform='translate(-3.564 -3.816)'/%3e%3cpath id='Path_104' d='M744.312 524.47l-4.66-4.66a1.25 1.25 0 00-1.722 0l-.862.862a1.22 1.22 0 000 1.722l4.66 4.66a1.659 1.659 0 001.158.45 1.508 1.508 0 00.611-.124l.068-.03 1.043-1.043.03-.068a1.684 1.684 0 00-.326-1.769zm-.393 1.376l-.815.815a.911.911 0 01-.8-.182l-4.66-4.66a.409.409 0 010-.574l.862-.862a.408.408 0 01.574 0l4.66 4.66a.883.883 0 01.179.803z' class='cls-1' data-name='Path 104' transform='translate(-20.025 -19.879)'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;background-size:21.735px 21.625px;width:34.7px;height:100%;position:absolute;border:none;right:12px;top:50%;transform:translateY(-50%)}li.inventory{display:none}.inventory{justify-self:end}.inventory a{font-size:1.4rem;color:#fff;text-transform:uppercase;font-weight:500;padding:4px 42px;border-radius:15px;background-color:#2e2e2e;display:flex;align-items:center}.inventory a:hover{color:#f26b12}.inventory a:before{content:"";display:inline-block;position:relative;width:21.3px;height:19.4px;top:-1px;margin-right:6px;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.25 19.375'%3e%3cdefs%3e%3cstyle%3e.cls-2%7bfill:%23818181%7d%3c/style%3e%3c/defs%3e%3cg id='Group_174' data-name='Group 174' transform='translate(-491 -935)' opacity='.64'%3e%3cpath id='Path_97' d='M494.125 954.375h15a3.129 3.129 0 003.125-3.125v-10.625a3.129 3.129 0 00-3.125-3.125h-3.106a2.227 2.227 0 01-.894-.749l-.376-.5a3.419 3.419 0 00-2.5-1.249H501a3.419 3.419 0 00-2.5 1.25l-.374.5a2.347 2.347 0 01-.875.75h-3.125a3.129 3.129 0 00-3.126 3.123v10.625a3.129 3.129 0 003.125 3.125zM511 951.25a1.877 1.877 0 01-1.875 1.875h-15a1.877 1.877 0 01-1.875-1.875v-8.125H511zM499.5 937a2.218 2.218 0 011.5-.75h1.25a2.217 2.217 0 011.5.749l.375.5h-5zm-7.25 3.625a1.877 1.877 0 011.875-1.875h15a1.877 1.877 0 011.875 1.875v1.25h-18.75z' class='cls-2' data-name='Path 97'/%3e%3cpath id='Path_98' d='M499.625 957.75a.624.624 0 00.625-.625v-7.5a.625.625 0 00-1.25 0v7.5a.624.624 0 00.625.625z' class='cls-2' data-name='Path 98' transform='translate(-3 -5.25)'/%3e%3cpath id='Path_99' d='M515.625 957.75a.624.624 0 00.625-.625v-7.5a.625.625 0 10-1.25 0v7.5a.624.624 0 00.625.625z' class='cls-2' data-name='Path 99' transform='translate(-9 -5.25)'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;background-size:21.25px 19.375px}.section-slider{height:450px;overflow:hidden;position:relative}.section-slider .slide-1{background:url(/img/slide-1.jpg) no-repeat center/cover;height:450px;width:100%;position:relative}.section-slider .slide-1 .row{position:relative;height:inherit}.section-slider .slide-1 .container{position:relative;height:inherit}.section-slider .slide-1 .content{width:595px;position:relative}.section-slider .slide-1 img{display:block;margin:0 auto 28px}.section-slider .slide-1 .text{font-size:23px;font-weight:300;line-height:1.22;text-align:center;color:#ffffff;display:inline-block;margin-bottom:50px}.section-slider .slide-1 .btn-slider{padding:18px 87px;font-size:23px;font-weight:300;line-height:1.22;text-align:center;color:#ffffff;border:solid 2px #f26b12;margin:0 auto;text-transform:uppercase;position:relative;left:50%;transform:translateX(-50%)}.section-slider .slick-dots{bottom:15px !important}.section-slider .slick-dots li{margin:0 3px}.section-slider .slick-dots li button:before{font-size:14px;color:#989898;opacity:0.45}.section-slider .slick-dots li.slick-active button:before{color:black;opacity:0.75}.slick-arrow{z-index:2;height:auto}.slick-arrow:before{display:block;width:19.3px;height:38.1px}.slick-prev{left:-55px}.slick-prev:before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.324 38.063'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:white%3bfill-rule:evenodd%7d%3c/style%3e%3c/defs%3e%3cg id='Group_192' data-name='Group 192' transform='translate(-303 -1074)'%3e%3cpath id='Path_6' d='M19.815.4l.293.3L1.077 19.727l-.293-.292z' class='cls-1' data-name='Path 6' transform='translate(302.216 1073.597)'/%3e%3cpath id='Path_7' d='M20.108 38.173l-.293.293L.784 19.435l.293-.293z' class='cls-1' data-name='Path 7' transform='translate(302.216 1073.597)'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;background-size:19.324px 38.063px}.slick-next{right:-55px}.slick-next:before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.32 38.063'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:white%3bfill-rule:evenodd%7d%3c/style%3e%3c/defs%3e%3cg id='Group_193' data-name='Group 193' transform='translate(-1609.986 -1074.006)'%3e%3cpath id='Path_8' d='M1308.06 38.472l-.29-.293 19.03-19.031.29.292z' class='cls-1' data-name='Path 8' transform='translate(302.216 1073.597)'/%3e%3cpath id='Path_9' d='M1307.77.7l.29-.293 19.03 19.031-.29.293z' class='cls-1' data-name='Path 9' transform='translate(302.216 1073.597)'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;background-size:19.32px 38.063px}.slider-wrapper{position:initial;opacity:0;visibility:hidden}.slider-wrapper.slick-initialized{visibility:visible;opacity:1}.store-hr{background:#669fc6;margin:0 1rem 0 0.4rem;border-bottom:0px;width:100%;max-width:100%}.main-catalog{background:#004773 url(https://storage.googleapis.com/pzonline-com/2020/04/8886db7e-bg-catalog.jpg) no-repeat top/contain;padding-top:5.8rem}.main-catalog .col-custom{width:1170px}.main-catalog .items-container{margin:40px 0 20px}.main-catalog .btn-show-more{text-align:center;font-size:1.4rem;line-height:1.21;color:#ececec;border-radius:20px;border:solid 2px #f26b12;padding:5px 30px}.main-catalog .items-block{margin-bottom:70px}.main-catalog .slider-items{overflow:hidden}.main-catalog .row-slick-arrows{position:relative}.main-catalog .slick-list{overflow:visible}.main-catalog .slick-arrow{top:47%;z-index:2;height:auto}.main-catalog .slick-arrow:before{display:block;width:19.3px;height:38.1px}.main-catalog .slick-prev{left:34px}.main-catalog .slick-prev:before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.324 38.063'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:white%3bfill-rule:evenodd%7d%3c/style%3e%3c/defs%3e%3cg id='Group_192' data-name='Group 192' transform='translate(-303 -1074)'%3e%3cpath id='Path_6' d='M19.815.4l.293.3L1.077 19.727l-.293-.292z' class='cls-1' data-name='Path 6' transform='translate(302.216 1073.597)'/%3e%3cpath id='Path_7' d='M20.108 38.173l-.293.293L.784 19.435l.293-.293z' class='cls-1' data-name='Path 7' transform='translate(302.216 1073.597)'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;background-size:19.324px 38.063px}.main-catalog .slick-next{right:34px}.main-catalog .slick-next:before{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.32 38.063'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:white%3bfill-rule:evenodd%7d%3c/style%3e%3c/defs%3e%3cg id='Group_193' data-name='Group 193' transform='translate(-1609.986 -1074.006)'%3e%3cpath id='Path_8' d='M1308.06 38.472l-.29-.293 19.03-19.031.29.292z' class='cls-1' data-name='Path 8' transform='translate(302.216 1073.597)'/%3e%3cpath id='Path_9' d='M1307.77.7l.29-.293 19.03 19.031-.29.293z' class='cls-1' data-name='Path 9' transform='translate(302.216 1073.597)'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;background-size:19.32px 38.063px}.main-catalog .wrap{position:relative;height:570px;width:277px;max-width:277px;min-height:277px;margin:0 2rem 0 0.6rem;transition:300ms}.main-catalog .wrap:hover{transform:scale(1.03)}.main-catalog .wrap:hover .item{outline:solid 3px #ff6305}.main-catalog .wrap:hover .item .buy-btn-area{visibility:visible;opacity:1}.main-catalog .wrap:hover .item .img-wrapper{margin-bottom:60px}.main-catalog .wrap:hover .item .item-desc{margin-bottom:20px}.main-catalog .wrap:hover .item .item-link{margin-bottom:22px}.main-catalog .item{height:570px;width:277px;position:absolute;padding:90px 15px 27px;background:#00102b url(https://storage.googleapis.com/pzonline-com/2020/04/8e275959-bg-item.png) no-repeat center;transition:all 300ms, outline 50ms;transform-origin:center;top:0;left:0;overflow:hidden}.main-catalog .item .item-link{display:flex;flex-direction:column;margin-bottom:50px}.main-catalog .item .item-link:hover{text-decoration:none}.main-catalog .item:last-child{margin-right:0}.main-catalog .item .img-wrapper{margin-bottom:80px;transition:300ms}.main-catalog .item .img-wrapper img{width:244px}.main-catalog .item .item-title{margin-bottom:10px;height:62px}.main-catalog .item .item-desc{margin-bottom:40px;transition:300ms}.main-catalog .item .item-price{margin-right:0.5em}.main-catalog .buy-btn-area{visibility:hidden;opacity:0}.main-catalog .buy-btn-area .btn{width:100%;color:#fff;padding:11px 0;font-size:17px;transition:300ms}.main-catalog .buy-btn-area .btn:hover{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.main-catalog .buy-btn-area .btn-buy{background-color:#ff6305;margin-bottom:10px}.main-catalog .buy-btn-area .btn-addto-cart{border:1px solid #fff;display:flex;justify-content:center;align-items:center}.main-catalog .buy-btn-area .btn-addto-cart:before{content:"";position:relative;display:inline-block;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33.422 27.848'%3e%3cg transform='translate(-23.5 -69.952)' fill='white'%3e%3ctext data-name='%2b' transform='translate(51.922 83.952)' stroke='transparent' font-size='14' font-family='Roboto-Bold%2cRoboto' font-weight='700'%3e%3ctspan x='-3.821' y='0'%3e%2b%3c/tspan%3e%3c/text%3e%3cpath d='M42.337 97.8a2.611 2.611 0 112.612-2.61 2.613 2.613 0 01-2.612 2.61zm0-4.186a1.576 1.576 0 101.576 1.576 1.578 1.578 0 00-1.576-1.576zM34.283 97.8a2.611 2.611 0 112.611-2.61 2.613 2.613 0 01-2.611 2.61zm0-4.186a1.576 1.576 0 101.576 1.576 1.577 1.577 0 00-1.576-1.576zm11.134-3.693h-13.2a.517.517 0 01-.495-.365l-3.832-12.52h-3.871a.518.518 0 110-1.035h4.255a.518.518 0 01.495.366l1.758 5.741h17.148a.518.518 0 110 1.035H30.844l.721 2.357h15.239a.518.518 0 110 1.035H31.88l.719 2.351h12.818a.518.518 0 010 1.035z' data-name='Path 106'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;margin-right:11px;width:32.4px;height:26.8px;top:-3px}.main-catalog .new-items .title-h2::before{content:"";display:inline-block;position:relative;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.078 36.667'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%2336738f%7d%3c/style%3e%3c/defs%3e%3cg id='Group_51' data-name='Group 51' transform='translate(-30.644 -302.797)'%3e%3cpath id='Path_21' d='M37.286 338.206a2.923 2.923 0 01-2.944-2l-3.616-13.5a3.111 3.111 0 012.488-3.585l30.863-8.27a3.109 3.109 0 013.946 1.861l3.617 13.5a3.11 3.11 0 01-2.488 3.585l-30.863 8.27a3.931 3.931 0 01-1.003.139zm27.788-25.813a2.187 2.187 0 00-.565.075l-30.863 8.27c-.854.228-1.466.949-1.308 1.542l3.617 13.5c.159.592 1.049.911 1.9.681l30.863-8.269c.856-.229 1.467-.95 1.309-1.542l-3.617-13.5a1.307 1.307 0 00-1.336-.756zm-31.645 7.539z' class='cls-1' data-name='Path 21' transform='translate(0 1.257)'/%3e%3cpath id='Path_22' d='M44.179 308.479a2.841 2.841 0 112.841-2.842 2.845 2.845 0 01-2.841 2.842zm0-4.013a1.172 1.172 0 101.173 1.171 1.174 1.174 0 00-1.173-1.172z' class='cls-1' data-name='Path 22' transform='translate(1.696)'/%3e%3cpath id='Path_23' d='M36.334 320.238a.833.833 0 01-.722-1.251l7.063-12.234a.834.834 0 111.445.833l-7.063 12.235a.835.835 0 01-.723.417zm22.82-6.114a.835.835 0 01-.417-.112L46.5 306.949a.834.834 0 11.834-1.445l12.234 7.063a.835.835 0 01-.417 1.557z' class='cls-1' data-name='Path 23' transform='translate(.77 .412)'/%3e%3cg id='Group_50' data-name='Group 50' transform='translate(36.659 317.043)'%3e%3cpath id='Path_24' d='M46.213 329.359l-1.965.542-5.548-5.215 1.729 6.269-1.963.541-2.627-9.528 1.963-.542 5.561 5.228-1.733-6.282 1.958-.54z' class='cls-1' data-name='Path 24' transform='translate(-35.836 -314.341)'/%3e%3cpath id='Path_25' d='M51.226 323.482l-3.77 1.04.7 2.551 4.425-1.22.434 1.577-6.387 1.762L44 319.663l6.374-1.756.438 1.59-4.41 1.215.626 2.271 3.77-1.038z' class='cls-1' data-name='Path 25' transform='translate(-34.54 -314.647)'/%3e%3cpath id='Path_26' d='M59.887 322.765l-.586-7.134 1.957-.539.512 10.108-1.975.545-3.31-5.945.206 6.8-1.977.543-4.74-8.944 1.957-.54 3.154 6.412-.3-7.2 1.664-.458z' class='cls-1' data-name='Path 26' transform='translate(-33.593 -315.093)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;width:41px;height:36px;top:6px;left:-14px}.main-catalog .popular-items .title-h2::before{content:"";display:inline-block;position:relative;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.667 36.804'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23497594%7d%3c/style%3e%3c/defs%3e%3cg id='Group_53' data-name='Group 53' transform='translate(-223.103 -170.021)'%3e%3cpath id='Path_29' d='M263.061 176.893a9.9 9.9 0 00-5.038-5.733 12.073 12.073 0 00-5.126-1.14c-3.938 0-7.586 1.9-9.291 4.831l-.186.315-.151-.257c-1.705-2.939-5.353-4.839-9.294-4.839a12.081 12.081 0 00-5.124 1.138 9.9 9.9 0 00-5.04 5.73 12.607 12.607 0 00.452 9.454c3.146 6.648 18.026 19.717 18.658 20.27a.74.74 0 00.489.163c.035 0 .069 0 .1-.005a.8.8 0 00.461-.227c.885-.776 15.517-13.666 18.634-20.256a12.592 12.592 0 00.456-9.444zm-1.816 8.8c-2.718 5.746-15.29 17.119-17.837 19.387-2.671-2.381-15.083-13.628-17.782-19.331a11.07 11.07 0 01-.4-8.3 8.411 8.411 0 014.264-4.875 10.563 10.563 0 014.481-.994 9.2 9.2 0 017.991 4.091l.8 1.364a.755.755 0 00.621.373.771.771 0 00.649-.324l.069-.1.8-1.366a9.2 9.2 0 017.989-4.083 10.563 10.563 0 014.484 1 8.412 8.412 0 014.261 4.878 11.055 11.055 0 01-.39 8.278z' class='cls-1' data-name='Path 29'/%3e%3cpath id='Path_30' d='M236.093 176.288a6.269 6.269 0 00-5.547 9.189.754.754 0 101.333-.7 4.762 4.762 0 014.213-6.977.754.754 0 100-1.508z' class='cls-1' data-name='Path 30' transform='translate(-1.652 -1.54)'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;width:41px;height:36px;top:6px;left:-14px}.main-catalog .sale-items .title-h2::before{content:"";display:inline-block;position:relative;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.188 42.189'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23497594%7d%3c/style%3e%3c/defs%3e%3cg id='Group_52' data-name='Group 52' transform='translate(-312 -558.53)'%3e%3cpath id='Path_27' d='M336.459 586.246h-.947a2.9 2.9 0 01-2.9-2.9v-2.835a2.9 2.9 0 012.9-2.9h.947a2.9 2.9 0 012.9 2.9v2.835a2.9 2.9 0 01-2.9 2.9zm-.947-6.8a1.07 1.07 0 00-1.068 1.069v2.835a1.07 1.07 0 001.068 1.069h.947a1.069 1.069 0 001.068-1.069v-2.835a1.069 1.069 0 00-1.068-1.069zm-9.985-2.929h-.946a2.9 2.9 0 01-2.9-2.9v-2.836a2.9 2.9 0 012.9-2.9h.946a2.9 2.9 0 012.9 2.9v2.836a2.9 2.9 0 01-2.9 2.899zm-.946-6.8a1.07 1.07 0 00-1.069 1.068v2.836a1.07 1.07 0 001.069 1.069h.946a1.07 1.07 0 001.069-1.069v-2.836a1.07 1.07 0 00-1.069-1.068z' class='cls-1' data-name='Path 27' transform='translate(2.626 2.536)'/%3e%3cpath id='Path_28' d='M328.6 600.719a4.555 4.555 0 01-.464-.024 1.033 1.033 0 01-.23-.055 4.132 4.132 0 01-2.6-3.342c-.23-.906-.378-1.393-.975-1.686a2.57 2.57 0 00-2.132.113 3.87 3.87 0 01-3.934-.334.919.919 0 01-.173-.164 4.135 4.135 0 01-.58-4.192c.254-.9.371-1.4 0-1.948-.427-.628-.974-.77-1.9-.966a3.878 3.878 0 01-3.242-2.258.957.957 0 01-.067-.228 4.135 4.135 0 011.594-3.92c.671-.653 1.019-1.025.974-1.688-.055-.758-.458-1.153-1.164-1.787a3.877 3.877 0 01-1.677-3.577.929.929 0 01.055-.231 4.132 4.132 0 013.339-2.6c.908-.229 1.394-.376 1.688-.975a2.576 2.576 0 00-.116-2.129 3.88 3.88 0 01.336-3.938.991.991 0 01.164-.172 4.135 4.135 0 014.192-.58c.9.257 1.4.371 1.946 0 .63-.427.772-.975.966-1.9a3.879 3.879 0 012.26-3.24.871.871 0 01.226-.067 4.134 4.134 0 013.914 1.593c.653.671 1.061 1.019 1.687.974.759-.055 1.154-.458 1.787-1.166a3.879 3.879 0 013.576-1.677.986.986 0 01.231.056 4.132 4.132 0 012.6 3.341c.229.906.378 1.393.974 1.686a2.576 2.576 0 002.132-.114 3.878 3.878 0 013.936.336.91.91 0 01.172.164 4.133 4.133 0 01.581 4.192c-.256.9-.371 1.394 0 1.948.426.628.972.769 1.9.966a3.873 3.873 0 013.24 2.258.886.886 0 01.067.228 4.13 4.13 0 01-1.594 3.92c-.67.653-1.018 1.025-.971 1.688.055.759.456 1.153 1.164 1.787a3.878 3.878 0 011.675 3.577.948.948 0 01-.056.23 4.132 4.132 0 01-3.341 2.6c-.906.23-1.393.378-1.686.975a2.564 2.564 0 00.116 2.13 3.879 3.879 0 01-.336 3.936.918.918 0 01-.164.173 4.14 4.14 0 01-4.192.58c-.9-.253-1.4-.37-1.947 0-.629.427-.77.974-.966 1.9a3.874 3.874 0 01-2.258 3.24.928.928 0 01-.228.067 4.132 4.132 0 01-3.923-1.594c-.65-.67-1.005-1.036-1.686-.972-.759.055-1.153.458-1.787 1.164a3.978 3.978 0 01-3.103 1.702zm-.151-1.834c.85.061 1.219-.327 1.9-1.089a4.3 4.3 0 013.023-1.768 3.776 3.776 0 013.126 1.522c.763.784 1.22 1.208 2.2 1.079.75-.371.89-.891 1.1-1.893a4.307 4.307 0 011.733-3.043 3.811 3.811 0 013.47-.245c1.051.3 1.654.432 2.447-.165.464-.7.325-1.219.008-2.193a4.307 4.307 0 01-.023-3.5 3.809 3.809 0 012.884-1.947c1.059-.268 1.646-.456 2.034-1.365.053-.839-.327-1.219-1.088-1.9a4.306 4.306 0 01-1.768-3.021 3.809 3.809 0 011.522-3.128c.784-.761 1.2-1.219 1.081-2.2-.372-.752-.892-.892-1.894-1.1a4.314 4.314 0 01-3.044-1.733 3.806 3.806 0 01-.244-3.47c.3-1.051.428-1.656-.167-2.447-.7-.465-1.218-.327-2.19-.006a4.328 4.328 0 01-3.5.02 3.808 3.808 0 01-1.947-2.882c-.268-1.06-.456-1.649-1.367-2.036-.844-.053-1.218.327-1.9 1.088a4.308 4.308 0 01-3.023 1.77 3.821 3.821 0 01-3.127-1.522c-.764-.784-1.222-1.2-2.2-1.081-.751.373-.892.892-1.1 1.893a4.31 4.31 0 01-1.733 3.044 3.8 3.8 0 01-3.469.244c-1.051-.295-1.654-.43-2.446.167-.465.7-.327 1.219-.009 2.193a4.308 4.308 0 01.022 3.5 3.813 3.813 0 01-2.883 1.947c-1.059.268-1.647.455-2.035 1.365-.053.838.327 1.219 1.089 1.9a4.307 4.307 0 011.768 3.022 3.812 3.812 0 01-1.523 3.128c-.783.763-1.2 1.22-1.078 2.2.371.75.891.891 1.893 1.1a4.312 4.312 0 013.043 1.733 3.811 3.811 0 01.245 3.47c-.3 1.051-.428 1.655.166 2.446.694.464 1.217.325 2.189.008a4.317 4.317 0 013.5-.02 3.805 3.805 0 011.947 2.882c.265 1.056.454 1.648 1.364 2.033zm4.649-4.63a14.631 14.631 0 1114.631-14.631 14.647 14.647 0 01-14.635 14.631zm0-27.432a12.8 12.8 0 1012.8 12.8 12.817 12.817 0 00-12.804-12.8zm-4.486 22.512A.914.914 0 01327.8 588l9.071-17.637a.916.916 0 011.63.836l-9.072 17.638a.918.918 0 01-.821.499z' class='cls-1' data-name='Path 28'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;width:41px;height:36px;top:6px;left:-14px}.main-catalog .grid-wrapper{display:grid;grid-template-columns:repeat(6, 180px);grid-template-rows:278px 278px;grid-gap:18px;grid-template-areas:"post-1 post-1 post-2 post-2 post-3 post-3" "post-1 post-1 post-4 post-4 post-5 post-6"}.main-catalog .grid-wrapper .item-1{grid-area:post-1}.main-catalog .grid-wrapper .item-2{grid-area:post-2}.main-catalog .grid-wrapper .item-3{grid-area:post-3}.main-catalog .grid-wrapper .item-4{grid-area:post-4}.main-catalog .grid-wrapper .item-5{grid-area:post-5}.main-catalog .grid-wrapper .item-6{grid-area:post-6}.main-catalog .grid-wrapper .grid-item .wrap{margin:0;height:100%}.main-catalog .grid-wrapper .big-item .wrap{width:378px;max-width:378px;height:574px}.main-catalog .grid-wrapper .big-item .wrap:hover .item{height:594px}.main-catalog .grid-wrapper .big-item .wrap:hover .item .img-wrapper{margin-bottom:60px}.main-catalog .grid-wrapper .big-item .wrap .item{height:574px;width:100%;background-size:cover;padding:57px 15px 27px}.main-catalog .grid-wrapper .big-item .wrap .img-wrapper{margin-bottom:80px}.main-catalog .grid-wrapper .big-item .wrap .img-wrapper img{width:313px}.main-catalog .grid-wrapper .middle-item{position:relative;height:278px}.main-catalog .grid-wrapper .middle-item .wrap{width:100%;max-width:100%;transition:all 300ms}.main-catalog .grid-wrapper .middle-item .wrap:hover .item-link{margin:10% 0 40px}.main-catalog .grid-wrapper .middle-item .wrap:hover .buy-btn-area{display:block;visibility:visible;opacity:1;margin-bottom:0}.main-catalog .grid-wrapper .middle-item .wrap:hover .item-inner{outline:solid 3px #ff6305}.main-catalog .grid-wrapper .middle-item .line{transition:300ms}.main-catalog .grid-wrapper .middle-item .item-link{margin:0;transition:300ms}.main-catalog .grid-wrapper .middle-item .item-link:hover{text-decoration:none}.main-catalog .grid-wrapper .middle-item .item-inner{height:278px;width:100%;position:absolute;padding:15px 10px 15px;background:#00102b url(https://storage.googleapis.com/pzonline-com/2020/04/8e275959-bg-item.png) no-repeat center/cover;transition:all 300ms, outline 50ms;transform-origin:center;top:0;left:0;overflow:hidden;display:flex;flex-direction:column}.main-catalog .grid-wrapper .middle-item .item-inner .img-wrapper{margin:0 19px 0 0;transition:all 300ms}.main-catalog .grid-wrapper .middle-item .item-inner .img-wrapper img{width:190px}.main-catalog .grid-wrapper .middle-item .item-inner .item-price{margin-right:0.3rem}.main-catalog .grid-wrapper .middle-item .item-inner .buy-btn-area{margin-bottom:-100px;transition:all 300ms}.main-catalog .grid-wrapper .middle-item .item-inner .buy-btn-area .btn{transform:none}.main-catalog .grid-wrapper .middle-item .line{display:flex;align-items:center;justify-content:center;height:inherit}.main-catalog .grid-wrapper .middle-item .text-wrap{flex-basis:100%}.main-catalog .grid-wrapper .middle-item .item-link{margin-top:20%}.main-catalog .grid-wrapper .small-item{position:relative;height:278px}.main-catalog .grid-wrapper .small-item .wrap{width:100%;max-width:100%;transition:all 300ms}.main-catalog .grid-wrapper .small-item .wrap:hover .buy-btn-area{display:flex;visibility:visible;opacity:1;margin-bottom:0}.main-catalog .grid-wrapper .small-item .wrap:hover .item-inner{outline:solid 3px #ff6305}.main-catalog .grid-wrapper .small-item .wrap:hover .img-wrapper{margin:9px 0 17px}.main-catalog .grid-wrapper .small-item .wrap:hover .item-link{margin-bottom:10px}.main-catalog .grid-wrapper .small-item .item-link{margin:0;transition:300ms}.main-catalog .grid-wrapper .small-item .item-link:hover{text-decoration:none}.main-catalog .grid-wrapper .small-item .item-inner{height:278px;width:100%;position:absolute;padding:15px 10px 15px;background:#00102b url(https://storage.googleapis.com/pzonline-com/2020/04/8e275959-bg-item.png) no-repeat center/cover;transition:all 300ms, outline 50ms;transform-origin:center;top:0;left:0;overflow:hidden}.main-catalog .grid-wrapper .small-item .item-inner .img-wrapper{margin:40px 0 35px;transition:all 300ms;text-align:center}.main-catalog .grid-wrapper .small-item .item-inner .img-wrapper img{width:145px}.main-catalog .grid-wrapper .small-item .item-inner .item-title{font-size:1.6rem;line-height:2rem}.main-catalog .grid-wrapper .small-item .item-inner .item-prices{margin-top:5px}.main-catalog .grid-wrapper .small-item .item-inner .item-price{margin-right:0.5em;font-size:2.2rem}.main-catalog .grid-wrapper .small-item .item-inner .buy-btn-area{margin-bottom:-100px;transition:all 100ms;display:flex}.main-catalog .grid-wrapper .small-item .item-inner .buy-btn-area .btn{transform:none}.main-catalog .grid-wrapper .small-item .item-inner .buy-btn-area .btn-buy{width:100%;color:#fff;padding:11px 5px;font-size:17px;margin:0}.main-catalog .grid-wrapper .small-item .item-inner .buy-btn-area .btn-addto-cart{width:50%}.main-catalog .grid-wrapper .small-item .item-inner .buy-btn-area .btn-addto-cart:before{top:-2px;margin:0}.main-catalog .grid-wrapper .small-item .item-link{display:block}@media (max-width: 1439.98px){.category-menu .dropdown a,.category-menu li a{font-size:9px}.inventory a{font-size:9px}.main-catalog .slick-next{right:-55px}.main-catalog .slick-prev{left:-55px}.main-catalog .wrap{margin-left:1rem}.main-catalog .item{height:546px}.search input{width:640px;height:32px;font-size:12px}}@media (max-width: 1199.98px){.user-profile-item .navbar-nav{margin:0 !important}.search .btn-search{transform:translateY(-50%) scale(0.8)}.search input{width:485px}.search input::-moz-placeholder{font-size:11px}.search input:-ms-input-placeholder{font-size:11px}.search input::-ms-input-placeholder{font-size:11px}.search input::placeholder{font-size:11px}.category-menu .nav-item a{margin-right:17px}.category-menu .nav-item a:before{transform:scale(0.8);margin-right:2px}.category-menu .dropdown-toggle::after{width:9px;background-size:contain}.inventory a{padding:2px 29px 1px}.inventory a:before{transform:scale(0.8)}.nav-category .game-money-box .game-money-icon{transform:scale(0.8)}.nav-category .cart__button{background-size:21.691px 21.8px;width:21.691px;position:relative;top:3px}.nav-category .cart .count-area{left:19px;top:6px}.nav-category .count-area{font-size:11px;padding:2px 4px 1px}.section-slider .slide-1 img{width:289px}.section-slider .slide-1 .text{font-size:15px}.section-slider .slide-1 .content{width:395px}.section-slider .slide-1 .btn-slider{font-size:15px;padding:12px 57px}.item-price{font-size:17px}.item-sale-price{font-size:10px}.item-title{font-size:16px}.main-catalog .col-custom{width:100%}.main-catalog .wrap{width:225px;max-width:225px;height:469px}.main-catalog .item{width:225px;height:469px;padding-top:70px}.main-catalog .item .img-wrapper{margin-bottom:50px}.main-catalog .item .img-wrapper img{width:201px}.main-catalog .item .item-title{height:50px;font-size:16px}.main-catalog .slick-arrow{display:none !important}.main-catalog .buy-btn-area .btn{padding:9px 0;font-size:12px;height:38px}.main-catalog .buy-btn-area .btn-addto-cart:before{width:23.4px}.main-catalog .grid-wrapper{grid-template-columns:repeat(6, 145px);grid-template-rows:227px 227px}.main-catalog .grid-wrapper .big-item .wrap{width:308px;max-width:308px;height:474px}.main-catalog .grid-wrapper .big-item .wrap:hover .item{height:474px}.main-catalog .grid-wrapper .big-item .wrap:hover .item .img-wrapper{margin-bottom:20px}.main-catalog .grid-wrapper .big-item .wrap:hover .item .item-link{margin-bottom:20px}.main-catalog .grid-wrapper .big-item .wrap:hover .item .item-desc{margin-bottom:40px}.main-catalog .grid-wrapper .big-item .wrap .item{height:474px;padding:47px 15px 27px}.main-catalog .grid-wrapper .big-item .wrap .img-wrapper{margin-bottom:20px}.main-catalog .grid-wrapper .big-item .wrap .img-wrapper img{width:254px;max-width:100%}.main-catalog .grid-wrapper .middle-item{height:230px}.main-catalog .grid-wrapper .middle-item .wrap{min-height:230px}.main-catalog .grid-wrapper .middle-item .item-inner{height:230px;padding:15px 10px 15px}.main-catalog .grid-wrapper .middle-item .item-inner .img-wrapper{margin:0 19px 0 0}.main-catalog .grid-wrapper .middle-item .item-inner .img-wrapper img{width:148px}.main-catalog .grid-wrapper .middle-item .item-inner .item-prices{margin-top:2px}.main-catalog .grid-wrapper .middle-item .item-inner .item-price{margin-right:0.3rem}.main-catalog .grid-wrapper .middle-item .item-inner .buy-btn-area{margin-bottom:-100px}.main-catalog .grid-wrapper .middle-item .item-link{margin-top:20%}.main-catalog .grid-wrapper .small-item{height:230px}.main-catalog .grid-wrapper .small-item .wrap{min-height:230px}.main-catalog .grid-wrapper .small-item .wrap:hover .img-wrapper{margin:9px 0 17px}.main-catalog .grid-wrapper .small-item .wrap:hover .item-link{margin-bottom:10px}.main-catalog .grid-wrapper .small-item .item-inner{height:230px;padding:15px 10px 15px}.main-catalog .grid-wrapper .small-item .item-inner .img-wrapper{margin:20px 0 35px}.main-catalog .grid-wrapper .small-item .item-inner .img-wrapper img{width:120px}.main-catalog .grid-wrapper .small-item .item-inner .item-prices{margin-top:5px}.main-catalog .grid-wrapper .small-item .item-inner .item-price{margin-right:0.5em}.main-catalog .grid-wrapper .small-item .item-inner .buy-btn-area{margin-bottom:-100px}.main-catalog .grid-wrapper .small-item .item-inner .buy-btn-area .btn-buy{padding:9px 5px;font-size:12px;margin:0}.main-catalog .grid-wrapper .small-item .item-inner .buy-btn-area .btn-addto-cart{width:50%}.main-catalog .grid-wrapper .small-item .item-inner .buy-btn-area .btn-addto-cart:before{top:-2px;margin:0}}@media (max-width: 991.98px){.nav-category{padding:20px 0 10px}.search input{width:452px}.category-menu .nav-item{flex-basis:auto;line-height:0}.category-menu .nav-item a{margin-right:5px;white-space:pre-wrap;line-height:1}.category-menu .nav-item a:before{transform:scale(0.7);margin-right:-2px}.category-menu .nav-item.game-currency a::before{width:41px}.category-menu .nav-item.inventory .nav-link{padding:0 5px}div.inventory{display:none}li.inventory{display:list-item;margin-top:4px}li.inventory .nav-link{height:21px}li.inventory .nav-link:before{margin-right:1px}.nav-category--logo{width:36px;overflow:hidden}.nav-category--logo img{width:187px}.row-search{margin-left:0}.section-slider{height:364px}.section-slider .slide-1{height:364px}.item-title{font-size:13px}.item-desc{font-size:11px}.main-catalog .title-h2::before{transform:scale(0.7);top:8px !important;left:-1px !important}.main-catalog .items-container{margin-top:20px}.main-catalog .wrap{width:168px;max-width:168px;height:349px}.main-catalog .wrap:hover .item{padding-top:50px}.main-catalog .wrap:hover .item .img-wrapper{margin-bottom:30px}.main-catalog .wrap:hover .item .item-link{margin-bottom:20px}.main-catalog .item{width:168px;height:349px;padding:60px 8px 27px}.main-catalog .item .img-wrapper{margin-bottom:30px}.main-catalog .item .img-wrapper img{width:150px}.main-catalog .item .item-title{height:30px;font-size:13px}.main-catalog .item .item-desc{font-size:11px;margin-bottom:20px}.main-catalog .buy-btn-area .btn{padding:7px 0;font-size:10px;height:29px}.main-catalog .buy-btn-area .btn-addto-cart:before{width:23.4px}.main-catalog .grid-wrapper{grid-template-columns:repeat(6, 112px);grid-template-rows:170px 170px;grid-gap:10px}.main-catalog .grid-wrapper .big-item .wrap{width:230px;max-width:308px;height:350px}.main-catalog .grid-wrapper .big-item .wrap:hover .item{height:350px;padding:17px 15px 17px}.main-catalog .grid-wrapper .big-item .wrap:hover .item .img-wrapper{margin-bottom:10px}.main-catalog .grid-wrapper .big-item .wrap:hover .item .item-link{margin-bottom:15px}.main-catalog .grid-wrapper .big-item .wrap:hover .item .item-desc{margin-bottom:30px}.main-catalog .grid-wrapper .big-item .wrap .item{height:350px}.main-catalog .grid-wrapper .big-item .wrap .img-wrapper img{width:195px}.main-catalog .grid-wrapper .middle-item{height:172px}.main-catalog .grid-wrapper .middle-item .wrap{min-height:172px}.main-catalog .grid-wrapper .middle-item .wrap:hover .item-link{margin:10% 0 25px}.main-catalog .grid-wrapper .middle-item .item-inner{height:172px}.main-catalog .grid-wrapper .middle-item .item-inner .img-wrapper{margin:0 10px 0 0}.main-catalog .grid-wrapper .middle-item .item-inner .img-wrapper img{width:100px}.main-catalog .grid-wrapper .middle-item .item-link{margin-top:17%}.main-catalog .grid-wrapper .small-item{height:172px}.main-catalog .grid-wrapper .small-item .wrap{min-height:172px}.main-catalog .grid-wrapper .small-item .wrap:hover .item-inner{padding:10px 10px 10px}.main-catalog .grid-wrapper .small-item .wrap:hover .img-wrapper{margin:0px 0 8px}.main-catalog .grid-wrapper .small-item .wrap:hover .item-link{margin-bottom:5px}.main-catalog .grid-wrapper .small-item .item-inner{height:172px}.main-catalog .grid-wrapper .small-item .item-inner .img-wrapper{margin:10px 0 15px}.main-catalog .grid-wrapper .small-item .item-inner .img-wrapper img{width:90px}.main-catalog .grid-wrapper .small-item .item-inner .buy-btn-area .btn-buy{padding:7px 5px;font-size:10px;margin:0}.main-catalog .grid-wrapper .small-item .item-inner .buy-btn-area .btn-addto-cart:before{transform:scale(0.8)}}@media (max-width: 767.98px){.body-store .nav-category{display:none}.mobile-nav-category,.body-store .mobile-nav-category .nav-category{display:block}.nav-category{display:block;padding:0 0 2px}.nav-category .row-search,.nav-category .inventory{display:none}.nav-category .container{max-width:100%;padding:0;margin:0}.nav-category .container .row{margin:0}.nav-category .category-menu{padding:0;width:100%}.nav-category .category-menu ul{flex-direction:row;flex-wrap:wrap;padding:0;width:inherit}.nav-category .category-menu ul .nav-item{flex:1 0 32%;background-color:#252525;margin:0 2px 2px 0}.nav-category .category-menu ul .nav-item:nth-child(3n),.nav-category .category-menu ul .nav-item:last-child{margin-right:0}.nav-category .category-menu ul .nav-item a{height:40px;display:flex;align-items:center;white-space:normal;padding-left:10%;margin-right:0}.nav-category .category-menu ul li.inventory{display:list-item;background:#161616}.nav-category .category-menu ul li.inventory a{background:none;border-radius:0;padding:auto;font-weight:600}.nav-category .category-menu ul li.inventory a:before{width:31px;height:27.7px;margin-right:-2px;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.101 12.857'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:white%7d%3c/style%3e%3c/defs%3e%3cpath id='Path_97' d='M493.074 947.857h9.954a2.076 2.076 0 002.074-2.074v-7.051a2.076 2.076 0 00-2.074-2.074h-2.061a1.478 1.478 0 01-.593-.5l-.249-.333a2.269 2.269 0 00-1.659-.829h-.829a2.269 2.269 0 00-1.659.829l-.248.332a1.557 1.557 0 01-.581.5h-2.074a2.076 2.076 0 00-2.075 2.076v7.051a2.076 2.076 0 002.074 2.073zm11.2-2.074a1.246 1.246 0 01-1.244 1.244h-9.954a1.246 1.246 0 01-1.244-1.244v-5.392h12.442zm-7.631-9.456a1.472 1.472 0 011-.5h.829a1.471 1.471 0 01.995.5l.249.332h-3.317zm-4.811 2.405a1.246 1.246 0 011.244-1.244h9.954a1.246 1.246 0 011.244 1.244v.83h-12.445z' class='cls-1' data-name='Path 97' transform='translate(-491 -935)'/%3e%3cpath id='Path_98' d='M499.415 954.806a.414.414 0 00.415-.415v-4.977a.415.415 0 00-.829 0v4.977a.414.414 0 00.414.415z' class='cls-1' data-name='Path 98' transform='translate(-495.682 -943.194)'/%3e%3cpath id='Path_99' d='M515.415 954.806a.414.414 0 00.415-.415v-4.977a.415.415 0 10-.829 0v4.977a.414.414 0 00.414.415z' class='cls-1' data-name='Path 99' transform='translate(-505.046 -943.194)'/%3e%3c/svg%3e") center no-repeat;background-size:24px}.nav-category .navbar-nav .dropdown-menu{position:absolute;width:100%}.d-n{display:none}.footer-nail,.footer-menu{display:none}.section-slider{height:254px}.slider-wrapper{opacity:1;visibility:visible}.main-catalog .d-n{display:none}.main-catalog .sale-items{width:100%;padding-right:15px;padding-left:15px}.main-catalog .buy-btn-area{visibility:visible;opacity:1}.main-catalog .slider-wrapper{display:flex;flex-wrap:wrap;justify-content:center}.main-catalog .wrap{width:153px;margin:0 2px;height:321px;margin-bottom:10px}.main-catalog .wrap:hover{transform:none}.main-catalog .wrap:hover .item{padding:40px 8px 27px;outline:none}.main-catalog .wrap:hover .item .img-wrapper{margin-bottom:30px}.main-catalog .wrap:hover .item .item-link{margin-bottom:15px}.main-catalog .item{width:153px;height:321px;padding:40px 8px 27px}.main-catalog .item .item-link{margin-bottom:15px}.main-catalog .item .img-wrapper img{width:134px}.main-catalog .grid-wrapper{grid-template-rows:148px 148px 225px 222px;grid-template-columns:repeat(2, 1fr);grid-template-areas:"post-1 post-2" "post-1 post-3" "post-4 post-4" "post-5 post-6";grid-gap:5px;margin-left:-10px;margin-right:-10px}.main-catalog .grid-wrapper .wrap .item,.main-catalog .grid-wrapper .wrap .item-inner{display:flex;flex-direction:column;justify-content:flex-end}.main-catalog .grid-wrapper .big-item .wrap{height:300px;width:100%}.main-catalog .grid-wrapper .big-item .wrap:hover{transform:none;transition:0}.main-catalog .grid-wrapper .big-item .wrap:hover .item{height:300px;padding:20px 10px 15px;transform:none;transition:0}.main-catalog .grid-wrapper .big-item .wrap:hover .item .img-wrapper{margin-bottom:5px}.main-catalog .grid-wrapper .big-item .wrap:hover .item .item-link{margin-bottom:10px}.main-catalog .grid-wrapper .big-item .wrap .item{height:100%;padding:20px 10px 15px;outline:none}.main-catalog .grid-wrapper .big-item .wrap .item .item-link{margin-bottom:10px}.main-catalog .grid-wrapper .big-item .wrap .img-wrapper{margin-bottom:5px}.main-catalog .grid-wrapper .big-item .wrap .img-wrapper img{max-width:100%;text-align:center;max-height:122px;width:auto;min-width:130px}.main-catalog .grid-wrapper .big-item .buy-btn-area{margin-bottom:-15px}.main-catalog .grid-wrapper .middle-item{height:147px}.main-catalog .grid-wrapper .middle-item .wrap{min-height:147px}.main-catalog .grid-wrapper .middle-item .wrap:hover{transform:none}.main-catalog .grid-wrapper .middle-item .wrap:hover .item-link{margin:0 0 20px}.main-catalog .grid-wrapper .middle-item .wrap:hover .item-inner{height:147px;transform:none;outline:none}.main-catalog .grid-wrapper .middle-item .wrap:hover .buy-btn-area{margin-bottom:-15px}.main-catalog .grid-wrapper .middle-item .item-inner{height:147px}.main-catalog .grid-wrapper .middle-item .item-inner .img-wrapper{margin:0 10px 0 0;flex-basis:48%}.main-catalog .grid-wrapper .middle-item .item-inner .img-wrapper img{width:100%;min-width:80px}.main-catalog .grid-wrapper .middle-item .item-inner .buy-btn-area{margin-bottom:-15px}.main-catalog .grid-wrapper .middle-item .item-link{margin:0 0 20px}.main-catalog .grid-wrapper .middle-item .text-wrap{line-height:1.2;flex-basis:48%}.main-catalog .grid-wrapper .middle-item .item-title{font-size:10px;line-height:12px}.main-catalog .grid-wrapper .middle-item .item-price{font-size:12px}.main-catalog .grid-wrapper .middle-m-item{height:100%}.main-catalog .grid-wrapper .middle-m-item .wrap{min-height:100%}.main-catalog .grid-wrapper .middle-m-item .wrap:hover .item-link{margin:0 0 20px}.main-catalog .grid-wrapper .middle-m-item .wrap:hover .item-inner{height:100%}.main-catalog .grid-wrapper .middle-m-item .item-inner{height:100%;justify-content:space-between}.main-catalog .grid-wrapper .middle-m-item .item-inner .img-wrapper{margin:0 10px 0 0;flex-basis:48%}.main-catalog .grid-wrapper .middle-m-item .item-inner .img-wrapper img{width:100%;min-width:80px;max-width:187px}.main-catalog .grid-wrapper .middle-m-item .item-inner .buy-btn-area{margin-bottom:-15px}.main-catalog .grid-wrapper .middle-m-item .item-link{top:50%;position:relative;transform:translateY(-50%);margin:0 0 20px}.main-catalog .grid-wrapper .middle-m-item .text-wrap{line-height:1.2;flex-basis:48%}.main-catalog .grid-wrapper .middle-m-item .item-title{font-size:15px;line-height:12px}.main-catalog .grid-wrapper .middle-m-item .item-price{font-size:13px}.main-catalog .grid-wrapper .small-item{height:100%}.main-catalog .grid-wrapper .small-item .wrap{min-height:100%}.main-catalog .grid-wrapper .small-item .wrap:hover{transform:none}.main-catalog .grid-wrapper .small-item .wrap:hover .item-inner{padding:15px 10px 15px;outline:none}.main-catalog .grid-wrapper .small-item .wrap:hover .img-wrapper{margin:10px 0 15px}.main-catalog .grid-wrapper .small-item .wrap:hover .item-link{margin-bottom:0}.main-catalog .grid-wrapper .small-item .wrap:hover .buy-btn-area{margin-top:15px;margin-bottom:0}.main-catalog .grid-wrapper .small-item .item-inner{height:100%}.main-catalog .grid-wrapper .small-item .item-inner .img-wrapper{margin:10px 0 15px}.main-catalog .grid-wrapper .small-item .item-inner .img-wrapper img{width:120px}.main-catalog .grid-wrapper .small-item .item-inner .item-link{margin-bottom:0}.main-catalog .grid-wrapper .small-item .item-inner .buy-btn-area{margin-top:15px;margin-bottom:0}.main-catalog .grid-wrapper .small-item .item-inner .buy-btn-area .btn-buy{padding:7px 5px;font-size:10px;margin:0 5px 0 0;width:100%}}@media (min-width: 768px){.category-menu .navbar-nav{position:relative}.category-menu .navbar-nav .nav-link{padding:0}}@media (min-width: 992px){.category-menu li{position:relative}.category-menu li a{padding:0;padding-left:0;padding-right:0}}.nail{display:block;height:42px;width:100vw;background:#202328;position:absolute;top:-42px;left:-50%;border-radius:0 20px 0 0;transform:skewX(45deg)}.nail::before{top:33px;right:-18px;width:23px;height:10px;background:url(/img/nail-t.png) no-repeat;position:absolute;transform:skewX(-45deg)}section.description{color:#fff;background:#202328;padding:20px 0 70px;position:relative}section.description::before{content:''}section.description h3{font-size:26px;margin-bottom:30px;font-weight:400}section.description p{font-size:18px;font-weight:300}svg.nail-1{position:absolute;right:-17px;transform:skewX(-45deg);top:33px}svg.nail-1 path{fill:#202328}svg.nail-1 .st0{opacity:0}.body-inventory{display:flex;flex-direction:column}.body-inventory header{flex-shrink:0}.body-inventory .row{position:relative}.title-block{margin:3rem 0 2rem;width:100%;display:flex;justify-content:center;flex-direction:column}.inventory-header .title-h1{font-size:3rem;font-weight:300;line-height:1.23;text-align:center;color:#ffffff;text-transform:uppercase;display:inline-block}.inventory-header .title{display:flex}.inventory-header .title:before{content:'';display:inline-block;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33.94 30.946'%3e%3cdefs%3e%3cstyle%3e.cls-2%7bfill:%23497594%7d%3c/style%3e%3c/defs%3e%3cg id='Group_199' data-name='Group 199' transform='translate(-491 -935)' opacity='.64'%3e%3cpath id='Path_97' d='M495.991 965.946h23.958a5 5 0 004.991-4.991v-16.97a5 5 0 00-4.991-4.991h-4.96a3.559 3.559 0 01-1.427-1.2l-.6-.8a5.461 5.461 0 00-3.993-2h-2a5.461 5.461 0 00-3.994 2l-.6.8a3.749 3.749 0 01-1.4 1.2h-4.991a5 5 0 00-4.984 4.99v16.97a5 5 0 004.991 4.992zm26.953-4.991a3 3 0 01-2.995 3h-23.958a3 3 0 01-2.995-3v-12.978h29.947zm-18.368-22.76a3.542 3.542 0 012.4-1.2h2a3.541 3.541 0 012.395 1.2l.6.8h-7.984zM493 943.984a3 3 0 012.995-2.995h23.958a3 3 0 012.995 2.995v2H493z' class='cls-2' data-name='Path 97'/%3e%3cpath id='Path_98' d='M500 962.975a1 1 0 001-1V950a1 1 0 10-2 0v11.979a1 1 0 001 .996z' class='cls-2' data-name='Path 98' transform='translate(-.014 -.024)'/%3e%3cpath id='Path_99' d='M516 962.975a1 1 0 001-1V950a1 1 0 10-2 0v11.979a1 1 0 001 .996z' class='cls-2' data-name='Path 99' transform='translate(-.042 -.024)'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;background-size:33.94px 30.946px;margin-right:1.5rem;width:3.4rem;height:3.1rem;background-size:contain}.inventory-header .history-link{padding:0.2rem 2rem;position:absolute;right:0}.inventory-header .history-link .link{font-size:1.4rem;font-weight:300;line-height:1.21;text-align:center;color:#ffffff}.inventory-header .history-link .link:after{content:'';display:inline-block;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.605 4.51'%3e%3cpath d='M7.253.353l-3.45 3.45L.353.353' data-name='Path 50' fill='none' stroke='%23497594'/%3e%3c/svg%3e") center no-repeat;width:.8rem;background-size:contain;height:1rem;transform:rotate(-90deg);margin-left:.7rem}.inventory-section{margin-bottom:auto;padding-bottom:50px}.inventory-items{display:flex;flex-wrap:wrap}.inventory-items .item{width:319px;height:334px;background:#002740 url(/img/bg-item-af.jpg) no-repeat center/cover;overflow:hidden;position:relative;margin:0 40px 40px 0;padding:20px;outline:solid 1px #707070}.inventory-items .item:nth-child(4n){margin-right:0}.inventory-items .item:hover{outline:solid 3px #ff6305;padding-bottom:0}.inventory-items .item:hover a{padding-bottom:0}.inventory-items .item:hover a .item-btn{bottom:0}.inventory-items .item:hover a .img-wrapper{margin:5px 0 15px}.inventory-items .item:hover a .item-desc{margin-bottom:15px}.inventory-items .item a{width:100%;height:100%;position:absolute;top:0;left:0;text-decoration:none;padding:20px}.inventory-items .img-wrapper{text-align:center;margin:35px 0 48px;transition:300ms}.inventory-items .img-wrapper img{width:243px}.inventory-items .item-desc{display:flex;justify-content:space-between;align-items:center;transition:300ms}.inventory-items .item-desc .item-title{font-size:2.2rem;font-weight:300;padding-right:2.5rem}.inventory-items .item-desc .item-count{font-size:2.4rem;width:44px;height:44px;background-color:#f26b12;color:#000;display:block;border-radius:50%;display:flex;align-items:center;justify-content:center}.inventory-items .item-btn{bottom:-100px;transition:300ms;position:absolute;width:100%;margin-left:-20px}.inventory-items .btn-show-more{background-color:#ff6305;color:#fff;width:100%;font-size:2.2rem;padding:15px 0}.inventory-modal{z-index:9;position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(16,60,91,0.81);opacity:0;visibility:hidden;transform:scale(1.1);transition:visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s}.inventory-modal .close-button{position:absolute;right:-31px;top:-36px;width:2.5rem;line-height:2.5rem;text-align:center;cursor:pointer;border-radius:0.25rem;background:transparent;font-size:50px;font-weight:100;font-family:Roboto;color:#fff}.inventory-modal .close-button:hover{color:rgba(255,255,255,0.774)}.inventory-modal__content{position:absolute;width:1146px;height:620px;top:50%;left:50%;transform:translate(-50%, -50%);background-color:#072247;border-radius:0.5rem;display:flex}.inventory-modal .product-img-bg-wrap{width:50%;padding:20px}.inventory-modal .product-img-wrap{display:flex;justify-content:center;align-items:center;background:url(/img/bg-product.jpg) no-repeat center/cover;width:100%;height:100%}.inventory-modal .product-desc-wrap{width:50%;padding:20px;background:url(https://storage.googleapis.com/pzonline-com/2020/04/5a04ed31-inventory-product-bg.jpg) no-repeat center/cover}.inventory-modal .product-desc{border:solid 2px #0c5f8b;height:100%;display:flex;flex-direction:column}.inventory-modal .product-desc__title{flex-grow:0.5;padding:40px;border-bottom:solid 2px #0c5f8b;display:flex;align-items:center}.inventory-modal .product-desc__title .title-h2{font-size:3rem;font-weight:normal;line-height:1.1;text-align:left;color:#f26b12;margin:0}.inventory-modal .product-desc__description{flex-grow:3;padding:40px;border-bottom:solid 2px #0c5f8b;display:flex;flex-direction:column;justify-content:space-between}.inventory-modal .product-desc__description .description{font-size:17px;font-weight:300;line-height:1.71;text-align:left;color:#ffffff;padding-bottom:25px}.inventory-modal .product-desc__description .count-box{display:flex;align-items:center}.inventory-modal .product-desc__description .count-box__text{font-size:1.4rem;font-weight:300;line-height:1.86;color:#a5a5a5}.inventory-modal .product-desc__description .count-box__count{font-size:23px;line-height:1.22;color:#fff;display:flex;align-items:center;justify-content:center;margin:0 10px;border-radius:50%;width:35px;height:34px;border:solid 2px #ff6305}.inventory-modal .product-desc__button{flex-grow:0.5;padding:40px;display:flex;align-items:center;justify-content:center}.inventory-modal .product-desc__button .btn-buy-more{width:314px;height:51px;background-color:#ff6305;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:normal;line-height:1.18;text-align:center;color:#ffffff}.show-modal{opacity:1;visibility:visible;transform:scale(1);transition:visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s}.modal-blur{transition:300ms;-webkit-filter:blur(10px);filter:blur(10px)}@media (max-width: 1439.98px){.inventory-items{justify-content:space-between}.inventory-items .item{width:250px;height:261px}.inventory-items .img-wrapper{margin:6px 0 33px}.inventory-items .img-wrapper img{width:190px}.inventory-items .btn-show-more{font-size:2rem;padding:12px 0}}@media (max-width: 1199.98px){.inventory-items .item{width:286px;height:286px}.inventory-items .item:nth-child(3n){margin-right:0}.inventory-items .item:nth-child(4n){margin-right:40px}.inventory-items .img-wrapper img{width:230px}}@media (max-width: 991.98px){.inventory-items .item{width:215px;height:210px;margin-right:32px}.inventory-items .item:nth-child(3n){margin-right:0}.inventory-items .item:nth-child(4n){margin-right:32px}.inventory-items .item:hover a .img-wrapper{margin-bottom:10px}.inventory-items .img-wrapper{margin:6px 0 20px}.inventory-items .img-wrapper img{width:150px}.inventory-items .item-desc .item-title{font-size:14px}.inventory-items .item-desc .item-count{width:33px;height:33px;font-size:14px}.inventory-items .btn-show-more{padding:7px 0;font-size:14px}}@media (max-width: 767.98px){.inventory-items .item{width:258px;height:258px;margin:0 20px 20px 0 !important;outline:solid 1px #ff6305}.inventory-items .item:nth-child(2n){margin-right:0 !important}.inventory-items .item:hover{outline:solid 1px #ff6305}.inventory-items .item:hover a .img-wrapper{margin:6px 0 20px}.inventory-items .img-wrapper img{width:190px}.inventory-items .item-btn{bottom:0}.inventory-items .btn-show-more{padding:10px 0}}@media (max-width: 575.98px){.inventory-items{justify-content:center}.inventory-items .item{width:288px;height:288px;margin:0 0 20px 0 !important}.inventory-items .item:hover a .img-wrapper{margin:6px 0 30px}.inventory-items .img-wrapper{margin:6px 0 30px}.inventory-items .img-wrapper img{width:190px}.inventory-items .item-btn{bottom:0}.inventory-items .btn-show-more{padding:10px 0}.breadcrumbs{display:none}.inventory-header .history-link{position:absolute;bottom:-27px}.body-inventory .breadcrumbs-section{padding-bottom:45px}.body-inventory .breadcrumbs-section .row{justify-content:center !important;position:relative}}.section-legal{height:75vh;min-height:600px;padding:80px 0}.section-legal .legal-pretitle{font-size:17px;padding:15px 0 25px;display:inline-block;font-weight:500;color:#4a4a4a}.section-legal .legal-list{list-style:outside circle;color:#000}.section-legal .legal-list li{margin-bottom:8px;list-style:circle;font-size:20px}.section-legal .legal-list li a{font-size:1.9rem;color:#2e2e2e}.legal-content .block-title{margin-bottom:20px}.legal-content .block-content ul li{list-style-type:inherit}.legal-content .block-content ul li:before{display:none}.legal-content .content{font-size:1.8rem}.page-public{padding:80px 0}.hover-text,.wp .btn:hover,.block-item-news .item-news a:hover,a:hover,.btn:hover{opacity:0.8;text-decoration:none}.hover-block,.block-item-news .item-news:hover,.about-game .block-items .item:hover,.about-game .block-in-dev .block-items-dev .item:hover,.main-support .support-search-bar .search-block .button:hover,.spa_land .social-box .social-links .item:hover{-webkit-filter:saturate(1.2);filter:saturate(1.2)}.loading{display:flex;height:75vh}.loading .container{display:none}.loading:after{content:'';display:block;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: none; display: block; shape-rendering: auto;' width='60px' height='60px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' r='32' stroke-width='7' stroke='%23fe718d' stroke-dasharray='50.26548245743669 50.26548245743669' fill='none' stroke-linecap='round' transform='rotate(252.859 50 50)'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1s' keyTimes='0;1' values='0 50 50;360 50 50'%3E%3C/animateTransform%3E%3C/circle%3E%3C/svg%3E");width:60px;height:60px;background-repeat:no-repeat;margin:auto}.wp{background-color:#fff;padding-top:70px}.wp h1,.wp h2,.wp h3,.wp h4,.wp h5,.wp h6{color:#000}.wp p,.wp li,.wp ul,.wp span{color:#323232}.wp .btn{font-size:1.7rem;text-transform:uppercase;color:#000;border:1px solid #2e2e2e;border-radius:30px;padding:8px 24px;transition:300ms}.wp .btn-transparent{color:#2e2e2e;background:none;border:2px solid #2e2e2e}.wp .btn-transparent:hover{color:#2e2e2e}.wp .btn-black{color:#ffb300;background-color:#2e2e2e}.wp .btn-black:hover{color:#ffb300}.wp .btn-yellow{color:#f5a623;background:none;border:2px solid #f5a623;font-weight:bold}.wp .btn-yellow:hover{color:#f5a623}.wp .btn-red{background:#da3143;font-weight:bold;color:#fff;font-weight:500;border:none}.wp .btn-red:hover{color:#fff}.wp .btn-blue{color:#00B1FF;background:#00B1FF;font-weight:500;color:#fff;border:none}.wp .btn-blue:hover{color:#fff}.wp .btn-subscribe{height:60px;text-transform:uppercase;font-size:2.2rem;font-weight:500;color:#fff;background:#f5a623;border:2px solid #f5a623;padding:0 46px}.wp .btn-goback{border-radius:12px;box-shadow:0 2px 12px 0 rgba(0,0,0,0.11);border:solid 2px #4a4a4a;font-size:11px;font-weight:bold;line-height:1.45;color:#4a4a4a;padding:2px 9px 2px 18px;position:relative}.wp .btn-goback:hover{color:#4a4a4a}.wp .btn-goback:after{content:"";display:block;position:absolute;transform:rotate(90deg) scale(0.7);left:2px;top:6px}.wp .post-loadmore,.wp .post-loadmore-main{background:#fff}.wp .alm-btn-wrap{padding:10px 0 0 !important}.wp button.alm-load-more-btn{border-radius:30px !important;padding:2px 30px !important;border:2px solid #000 !important;font-size:1.7rem !important;background:#ffffff !important;font-weight:normal !important;color:#2e2e2e !important;height:auto !important}.wp button.alm-load-more-btn.done{display:none}.wp button.alm-load-more-btn:hover{cursor:pointer !important}.block-content img{max-width:100%;height:auto;margin-top:10px;margin-bottom:10px}.block-content div{font-size:1.8rem}.block-content p{margin-bottom:20px;font-size:1.8rem;line-height:1.33;color:#323232}.block-content h1{font-weight:500;font-size:4.6rem;line-height:1.04;margin-bottom:1.2rem}.block-content h2{font-weight:500;font-size:3.2rem;line-height:1.13;margin-bottom:1.2rem}.block-content h3{font-weight:600;font-size:2rem;line-height:1.2;margin-bottom:1rem}.block-content blockquote{border:solid 1px #35b3bd;background-color:#ededed;font-size:2rem;line-height:1.4;padding:43px 52px;margin-bottom:2rem}.block-content blockquote p{padding:0;margin:0;font-size:2rem;line-height:1.4}.block-content ul{-webkit-padding-start:52px;padding-inline-start:52px}.block-content ul li{margin-bottom:5px;list-style-type:none;position:relative;font-size:1.8rem}.block-content ul li:before{content:"";display:block;position:absolute;left:-22px;top:8px}.block-content ol li{font-size:1.8rem}.news-media-content{padding:70px 0}.news-media-content .block-label{margin-bottom:10px}.news-media-content .block-label .cat-icon{width:28px;height:28px;display:inline-block;transform:scale(0.6);position:relative;top:6px}.news-media-content .block-label .news-label{text-transform:uppercase;font-size:2.2rem}.news-media-content .item-fixed{margin-bottom:48px;display:flex;align-items:center;height:504px;width:100%}.news-media-content .item-fixed .block-img{height:504px}.news-media-content .item-fixed .block-img img{width:900px;height:504px}.news-media-content .item-fixed .block-text{background-color:#373737;color:#fff;height:504px;width:100%;display:flex;flex-direction:column;justify-content:center;padding:0 55px}.news-media-content .item-fixed .block-text .item-title{font-size:3.2rem;font-weight:bold;line-height:1.25;color:#dedede}.news-media-content .item-fixed .block-text .item-description{color:#dedede;margin-bottom:30px;line-height:1.5;padding:13px 0}.news-media-content .item-fixed .block-text span{color:#dedede}.news-media-content .item-fixed .btn{font-size:2.2rem;font-weight:normal}.news-media-content .no-more-posts{display:none}.news-content{flex-basis:100vh}.news-content .item-meta{font-size:1.1rem;color:#8e8e8e}.news-content .item-title{font-size:3.2rem;font-weight:bold;line-height:1.25;font-family:Roboto,"PT Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.news-content .item-description{font-size:1.6rem;line-height:1.25;padding:13px 0}.news-content .item{display:flex;align-items:center;height:292px;margin-bottom:20px}.news-content .item .block-img{width:516px;height:292px;flex:1 0 516px}.news-content .item .block-img img{width:516px;height:290px}.news-content .item .block-text{padding:0 36px;width:100%}.news-content .item:last-child{margin-bottom:0}.media-content{padding-bottom:100px}.media-content .item-fixed{margin-bottom:37px}.media-content .block-label{margin:20px 0 10px}.media-content .block-video-content .block-label{margin-top:0}.media-content .block-btn{width:100%;display:inline-block;text-align:center;position:relative;top:-12px}.media-content .block-btn .btn :hover{cursor:pointer}.media-content .block-media-items{margin-right:-52px}.media-content .block-media-items .item{width:424px;height:240px;float:left;margin:0 50px 52px 0}.media-content .block-media-items .double-item{height:532px}.media-content .block-media-items .item-img{height:100%}.media-content .block-media-items .item-img img{height:inherit}.media-content .video-items .item-img{position:relative}.media-content .video-items .item-img:before{content:"";display:block;background:url(/img/play-button-white.svg) no-repeat;width:80px;height:80px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);opacity:0.8}.article-page{background:#ebebeb;padding:50px 0 120px}.article-page .block-back{margin:17px 0 24px;padding:0}.article-page.news-post .block-content{flex:0 0 71%;max-width:71%}.article-page .block-content{background:#fff;padding:44px 89px}.article-page .block-content .block-meta{margin:10px 0;font-size:1.4rem;color:#8e8e8e}.article-page .block-rside{flex:0 0 29%;max-width:29%;display:flex;justify-content:flex-end}.article-page .block-rside .block-item-news .item-news{position:relative;width:320px;height:auto;margin:0 11px 40px 0;display:block;float:none}.block-item-news{position:relative}.block-item-news .item-news{position:relative;width:320px;height:295px;margin:0 29px 21px 0;display:inline-block;float:left;transition:all 500ms}.block-item-news .item-news .item-img{overflow:hidden;width:320px;height:184px}.block-item-news .item-news .item-meta{padding-top:2px}.block-item-news .item-news .item-meta span{color:#8e8e8e;font-size:1.1rem}.block-item-news .item-news .item-description{padding:3px 0 0 0}.block-item-news .item-news .item-description span:first-child{font-size:1.8rem;font-weight:bold;color:#2e2e2e;line-height:20px;display:inline-block}.block-item-news .item-news .item-description p{font-size:1.4rem;line-height:1.43;color:#2e2e2e;margin:0 0 0 0}.block-item-news .item-news .item-icons{position:absolute;padding:0px 12px;top:-4px}.block-item-news .item-news .item-icons .item-icon{display:inline-block;width:28px;height:28px;margin-right:4px}.media-single-page .block-content{position:relative}.media-single-page .block-content .single_prev_post{height:100%;width:45px;display:block;position:absolute;left:0;top:0}.media-single-page .block-content .single_prev_post:hover::before{transform:scale(1.5)}.media-single-page .block-content .single_prev_post:before{content:"";width:16px;height:28px;position:absolute;top:15%;left:16px;transform-origin:center 100%;transition:all .3s ease-in-out}.media-single-page .block-content .single_next_post{height:100%;width:45px;display:block;position:absolute;right:0;top:0}.media-single-page .block-content .single_next_post:hover::before{transform:scale(1.5)}.media-single-page .block-content .single_next_post:before{content:"";width:16px;height:28px;position:absolute;top:15%;right:16px;transform-origin:center 100%;transition:all .3s ease-in-out}div.pagination{margin:55px 0}.pagination .nav-links{display:flex}.pagination .page-numbers{font-size:12px;font-weight:600;border-radius:4px;border:solid 2px #2e2e2e;color:#2e2e2e;margin-right:7px;width:25px;height:25px;display:flex;align-items:center;justify-content:center;padding:0}.pagination .page-numbers.current{border-color:#f5a623;color:#f5a623;cursor:initial}.pagination .page-numbers.dots{border:none;width:15px;font-size:26px;position:relative;top:-7px}.cards-faq{background:#120f28;color:#fff;padding:100px 0}.cards-faq h2{text-align:center;font-size:4rem;line-height:4rem;font-weight:300;text-transform:uppercase;margin-bottom:60px}.cards-faq i{background:url(/img/cards/cards-arrow.png) no-repeat;background-position:center center;width:50px;height:75px;display:block;margin:40px auto;border-right:1px solid #fff;position:relative;left:-30px;padding-right:60px}.cards-faq .col-block-questions{max-width:1076px}.cards-faq .q-item{font-weight:300;border:1px solid #363749;padding:25px 40px;margin-bottom:20px;position:relative}.cards-faq .q-item:hover{cursor:pointer}.cards-faq .q-item.active .q-text::after{transform:rotate(179deg);transform-origin:center}.cards-faq .q-text{color:#fff;font-size:2.2rem;padding:0;margin:0;position:relative}.cards-faq .q-text:after{content:'';display:block;background:url(/img/cards/q-item-arrow.png) no-repeat;width:23px;height:14px;position:absolute;right:-10px;top:50%;transform:translateY(-50%);transition:all 500ms ease}.cards-faq .q-hidden-text{overflow:hidden;display:none}.cards-faq .q-hidden-text p{color:#72b4d3;font-size:1.8rem;padding:20px 40px 10px 30px;margin:0}.requirements{padding:30px 40px 30px 20px}.requirements .row{padding:10px 0}.requirements hr{background:#242145}.requirements-mobile{display:none}.block-req{background:#fff;padding:10px 20px;color:#120f28;font-size:16px;font-weight:500;text-transform:uppercase}.block_min{background:#8a8896}.block_recom{background:#72b4d3}.tabs{font-weight:400;padding-right:0}.tabs span{padding:0px 10px 0 0;background:#120f28;position:relative;top:20px}.tab-1 span{font-size:12px;text-transform:uppercase;color:#595d82}.tab-2 span{font-size:16px;color:#8a8896}.tab-3 span{font-size:16px;color:#72b4d3}.system-req{background:url(https://storage.googleapis.com/pzonline-com/2020/04/36801df9-bg-req.jpg) no-repeat;height:100vh;width:100%;background-size:cover;background-position:100% 100%}.system-req>.container>.row{height:100vh}.system-req .col-block-sys{margin-right:3%;max-width:400px}.system-req .col-block-sys .block-sys h2{font-size:4rem;font-weight:300;text-transform:uppercase;color:#ffffff;line-height:4rem}.system-req .tabss .tab-menu{margin:18px 0}.system-req .tabss .tab-menu a{color:#5a5776;font-size:15px;text-transform:uppercase;border:1px solid #5a5776;padding:5px 10px}.system-req .tabss .tab-menu a.active{color:#000;background-color:#fff;border-color:#fff}.system-req .tabss .tab-menu a:hover{text-decoration:none;opacity:0.8}.system-req .tabss .tab-info hr{background:#395072;margin:0;height:0;border:0;border-top:1px solid rgba(0,0,0,0.1);width:100%}.system-req .tabss .tab-info .row{margin:0}.system-req .tabss .tab-info .info-tabs{padding:20px 20px 0 0}.system-req .tabss .tab-info .info-tab-1 span{color:#72b4d3;font-size:14px}.system-req .tabss .tab-info .info-tab-2 span{color:#fff;font-size:19px;font-weight:300}.btn:disabled span{cursor:none}.btn:disabled span:hover{cursor:none}.hover-block,.block-item-news .item-news:hover,.about-game .block-items .item:hover,.about-game .block-in-dev .block-items-dev .item:hover,.main-support .support-search-bar .search-block .button:hover,.spa_land .social-box .social-links .item:hover{opacity:0.8;-webkit-filter:saturate(1.2);filter:saturate(1.2)}.hover-text,.wp .btn:hover,.block-item-news .item-news a:hover,a:hover,.btn:hover{opacity:0.8;text-decoration:none}button:active,button:focus{outline:none !important}button::-moz-focus-inner{border:0 !important}:focus{outline-style:none;outline-width:0px !important;outline-color:none !important}.btn:focus{box-shadow:none}.no-pad{padding-left:0;padding-right:0}.container{padding-left:0;padding-right:0}.h100{height:100%}.hidden{display:none}.img-responsive{display:block;max-width:100%;height:auto}.img-responsive.img-width{width:100%}.text-center{text-align:center}b,strong{font-weight:bold}.btn{font-size:1.7rem;text-transform:uppercase;color:#2e2e2e;border:1px solid #2e2e2e;border-radius:30px;padding:8px 24px;transition:300ms}.btn-transparent{color:#2e2e2e;background:none;border:2px solid #2e2e2e}.btn-transparent:hover{color:#2e2e2e}.btn-black{color:#ffb300;background-color:#2e2e2e}.btn-black:hover{color:#ffb300}.btn-yellow{color:#f5a623;background:none;border:2px solid #f5a623;font-weight:bold}.btn-yellow:hover{color:#f5a623}.btn-red{background:#da3143;font-weight:bold;color:#fff;font-weight:500;border:none}.btn-red:hover{color:#fff}.btn-blue{color:#00B1FF;background:#00B1FF;font-weight:500;color:#fff;border:none}.btn-blue:hover{color:#fff}.btn-subscribe{height:60px;text-transform:uppercase;font-size:2.2rem;font-weight:500;color:#fff;background:#f5a623;border:2px solid #f5a623;padding:0 46px}.btn-goback{border-radius:12px;box-shadow:0 2px 12px 0 rgba(0,0,0,0.11);border:solid 2px #4a4a4a;font-size:11px;font-weight:bold;line-height:1.45;color:#4a4a4a;padding:2px 9px 2px 18px;position:relative}.btn-goback:hover{color:#4a4a4a}.btn-goback:after{content:"";display:block;position:absolute;transform:rotate(90deg) scale(0.7);left:2px;top:6px}.post-loadmore,.post-loadmore-main{background:#fff}.alm-btn-wrap{padding:10px 0 0 !important}button.alm-load-more-btn{border-radius:30px !important;padding:2px 30px !important;border:2px solid #000 !important;font-size:1.7rem !important;background:#ffffff !important;font-weight:normal !important;color:#2e2e2e !important;height:auto !important}button.alm-load-more-btn.done{display:none}button.alm-load-more-btn:hover{cursor:pointer !important}.loader{background:url(/img/ajax-loader.gif) no-repeat;width:16px;height:16px;display:inline-block;margin-right:6px;position:relative;top:1px}.head-buffer{padding:80px 0}.blocker{z-index:99;background-color:rgba(0,0,0,0.8)}.blocker .modal{overflow:initial}.div-buffer{margin:40px 0}.colony-slider{width:100%;height:auto;position:relative;overflow:hidden}.colony-slider .slider-items{height:516px}.colony-slider .row{position:relative}.colony-slider .wrap-arrows{position:absolute;top:0%;left:50%;transform:translate(-50%, -150%);z-index:10}.colony-slider .slick-arrow{z-index:9;transform:translate(0, -150%)}.colony-slider .slick-prev{left:0}.colony-slider .slick-prev:before{content:"";width:16px;height:28px;display:block}.colony-slider .slick-next{right:0}.colony-slider .slick-next:before{content:"";width:16px;height:28px;display:block}.colony-slider .slick-dots{bottom:0;z-index:2}.colony-slider .slick-dots li{width:12px;height:12px;margin:0 7px}.colony-slider .slick-dots li button:before{content:"";display:inline-block;background:#000;border-radius:3rem;width:12px;height:12px}.colony-slider .main-slider .slide-1{background-image:linear-gradient(to bottom, #ffc100, #ffa000);height:100%}.colony-slider .main-slider .slide-1 .slide-text-left{position:absolute;bottom:60px;font-size:1.8rem;line-height:28px}.colony-slider .main-slider .slide-1 .slide-img{margin-left:93px}.colony-slider .main-slider .slide-1 .center-block{align-self:center;left:128px;position:relative}.colony-slider .main-slider .slide-1 .center-block .text-block{text-align:center;margin-top:47px}.colony-slider .main-slider .slide-1 .logo-block{text-align:center}.colony-slider .main-slider .slide-1 .logo-block img{width:325px}.colony-slider .main-slider .slide-2{background-color:#1268ca;background:url(/img/slide-2-img.jpg) no-repeat;height:516px;background-size:cover;background-position:85% center}.colony-slider .main-slider .slide-2 .row{height:100%;align-items:center;justify-content:center}.colony-slider .main-slider .slide-2 .content-block{width:452px;border-radius:16px;background-color:rgba(255,255,255,0.6);position:relative;left:97px;padding:30px 36px}.colony-slider .main-slider .slide-2 .content-block .text-block .title{font-weight:600;font-size:2.8rem;text-transform:uppercase;margin-bottom:7px;line-height:1.29}.colony-slider .main-slider .slide-2 .content-block .text-block .text{font-size:1.6rem;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:normal;margin-bottom:12px}.site-footer{color:#fff;background-color:#2c2c2c;padding:30px 0;position:relative}.site-footer .footer-left-side{display:flex;align-items:center}.site-footer .block-logo{margin-right:81px}.site-footer .footer-menu{display:flex;font-size:1.4rem}.site-footer .footer-menu ul{display:flex;flex-direction:column;max-height:100%;flex-wrap:wrap}.site-footer .footer-menu ul li{padding:10px 78px 10px 0;white-space:nowrap}.site-footer .footer-menu ul li a{color:#fff}.site-footer .footer-right-side{display:flex;flex-direction:column;align-items:flex-end}.site-footer .rp{padding-bottom:22px}.site-footer .block-copy{font-size:1.1rem;opacity:0.54;color:#fff}.site-footer .block-copy a{color:#fff;text-decoration:underline}.site-footer .block-copy span{display:block}div.pagination{margin:55px 0}.pagination .nav-links{display:flex}.pagination .page-numbers{font-size:12px;font-weight:600;border-radius:4px;border:solid 2px #2e2e2e;color:#2e2e2e;margin-right:7px;width:25px;height:25px;display:flex;align-items:center;justify-content:center}.pagination .page-numbers.current{border-color:#f5a623;color:#f5a623}.pagination .page-numbers.dots{border:none;width:15px;font-size:26px;position:relative;top:-7px}.block-text .title{font-size:4.4rem;font-weight:500;line-height:1.36}.last-updates{margin:0 0 44px}.last-updates .no-more-posts{display:none}.last-updates .block-trigger{padding:28px 0 15px}.last-updates .block-trigger .apply-filter{display:none}.last-updates .block-trigger.show .filter-trigger:before{transform:rotate(180deg)}.last-updates .block-trigger .block-title{text-transform:uppercase;font-size:2.2rem}.last-updates .block-trigger .filter-trigger{position:relative}.last-updates .block-trigger .filter-trigger:before{content:'';display:block;position:absolute;width:12px;height:6px;left:-20px;top:8px}.last-updates .block-trigger .filter-trigger:after{display:none}.last-updates .block-trigger .filter-trigger .trigger{font-size:1.7rem;text-transform:uppercase;text-align:right}.last-updates .block-trigger .filter-trigger .trigger:hover{cursor:pointer}.last-updates .block-trigger .filter-trigger .filter-items{padding:0;min-width:195px;left:-111px !important;border:none;transform:none !important;top:30px !important;border-radius:8px}.last-updates .block-trigger .filter-trigger .filter-items .items-inner{padding:26px 53px 16px 28px;min-width:180px;border-radius:8px;box-shadow:0 2px 12px 0 rgba(0,0,0,0.5);position:relative;background-color:#fff}.last-updates .block-trigger .filter-trigger .filter-items .triangle{content:'';display:block;width:15px;height:15px;background-color:#fff;position:absolute;top:-7px;left:50%;transform:translateX(-50%) rotate(45deg);box-shadow:0 2px 12px 0 rgba(0,0,0,0.5)}.last-updates .block-trigger .filter-trigger .filter-items .triangle-2{content:'';display:block;width:16px;height:15px;background-color:#fff;position:absolute;top:-7px;left:50%;transform:translateX(-50%) rotate(45deg);z-index:2}.last-updates .block-trigger .item-wrap{display:block;position:relative;padding-left:23px;margin-bottom:12px;cursor:pointer;font-size:15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.last-updates .block-trigger .item-wrap input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.last-updates .block-trigger .item-wrap input:checked ~ .checkmark:after{display:block}.last-updates .block-trigger .item-wrap:hover input ~ .checkmark{background-color:#ccc}.last-updates .block-trigger .checkmark{position:absolute;top:2px;left:0;height:16px;width:16px;border-radius:4px;border:solid 2px #000000;background-color:#eee;padding:2px}.last-updates .block-trigger .checkmark:after{content:"";position:absolute;display:none;width:8px;height:8px;border-radius:2px;background-color:#f5a623}.last-updates .block-item-news .main-item{width:320px;height:612px;margin:0 32px 20px 0;float:left}.last-updates .block-item-news .main-item .item-img{height:500px}.last-updates .block-trigger{display:flex;justify-content:space-between}.last-updates .block-promo{left:-90px}.last-updates .item-promo{width:320px;height:440px;margin-bottom:32px}.last-updates .item-promo a{transition:all 300ms}.last-updates .block-btn{text-align:center}.block-item-news{position:relative}.block-item-news .item-news{position:relative;width:320px;height:295px;margin:0 29px 21px 0;display:inline-block;float:left;transition:all 500ms}.block-item-news .item-news .item-img{overflow:hidden;width:320px;height:184px}.block-item-news .item-news .item-meta{padding-top:2px}.block-item-news .item-news .item-meta span{color:#8e8e8e;font-size:1.1rem}.block-item-news .item-news .item-description{padding:3px 0 0 0}.block-item-news .item-news .item-description span:first-child{font-size:1.8rem;font-weight:bold;color:#2e2e2e;line-height:20px;display:inline-block}.block-item-news .item-news .item-description p{font-size:1.4rem;line-height:1.43;color:#2e2e2e;margin:0 0 0 0}.block-item-news .item-news .item-icons{position:absolute;padding:0px 12px;top:-4px}.block-item-news .item-news .item-icons .item-icon{display:inline-block;width:28px;height:28px;margin-right:4px}.become-a-founder{margin:20px 0 0;width:100%;height:auto;background:url(https://storage.googleapis.com/pzonline-com/2020/04/8bc93d48-rectangle.jpg) no-repeat;background-position:center center;background-size:cover;color:#fff;padding:40px 0}.become-a-founder .title-card{text-align:center}.become-a-founder .block-title{padding:0 0 16px}.become-a-founder .block-title .title{font-size:2.2rem;text-transform:uppercase}.become-a-founder .block-title .description{margin-top:10px;font-size:1.5rem;margin-bottom:30px}.become-a-founder .founder-packs{margin-bottom:50px}.become-a-founder .founder-packs .title-card{font-size:2.2rem;font-weight:500;line-height:2.8rem;color:rgba(255,255,255,0.9)}.about-game{padding:35px 0 44px}.about-game .block-title{margin-bottom:10px}.about-game .block-title .title{font-size:2.2rem;text-transform:uppercase}.about-game .block-btn{margin-top:9px}.about-game .block-items .item{width:424px;height:372px;margin:0 52px 25px 0;display:inline-block;transition:300ms}.about-game .block-items .item .item-img{overflow:hidden;width:424px;height:240px}.about-game .block-items .item .item-meta{color:#8e8e8e;font-size:1.4rem;font-weight:500;display:block;line-height:1.71}.about-game .block-items .item .item-title{font-size:2.2rem;font-weight:bold;color:#2e2e2e;line-height:28px;display:block;margin:15px 0 0}.about-game .block-items .item .item-description{font-size:1.6rem;line-height:1.25;color:#2e2e2e;margin:6px 0 0 0}.about-game .block-items .main-item{height:768px;float:left}.about-game .block-items .main-item .item-img{height:636px}.about-game .block-in-dev{left:-102px}.about-game .block-in-dev .block-btn{margin-top:35px}.about-game .block-in-dev .block-items-dev .item{width:424px;height:132px;margin-bottom:27px;transition:300ms;position:relative}.about-game .block-in-dev .block-items-dev .item img{position:absolute}.about-game .block-in-dev .block-items-dev .item .img-pallet{width:424px;height:132px;background-color:rgba(0,0,0,0.4);position:absolute}.about-game .block-in-dev .block-items-dev .item .title{position:relative;color:#fff;font-size:2.2rem;font-weight:600;margin-left:31px;top:72px}.section-subscribe{background-color:#2c2c2c;background:url(https://storage.googleapis.com/pzonline-com/2020/04/0f2248da-rectangle-form.jpg) no-repeat;background-size:cover;background-position:center;width:100%;color:#fff;padding:90px 0 88px}.section-subscribe span,.section-subscribe p{color:#fff}.section-subscribe .block-text p{font-size:1.8rem;line-height:1.33;padding:20px 0}.section-subscribe .block-form .input-main-form{background-color:rgba(0,0,0,0);padding:20px;width:420px;height:60px;color:#fff;border:2px solid #fff;margin-right:20px}.section-subscribe .block-form .input-main-form::-moz-placeholder{color:#fff}.section-subscribe .block-form .input-main-form:-ms-input-placeholder{color:#fff}.section-subscribe .block-form .input-main-form::-ms-input-placeholder{color:#fff}.section-subscribe .block-form .input-main-form::placeholder{color:#fff}.section-subscribe .block-form .accept-form{display:none;width:420px;position:absolute;top:100%;text-align:left;background:rgba(0,0,0,0.8);font-size:12px;color:#b2b5bd;padding:20px;border-top:1px solid #ee312f;z-index:2;margin-top:-13px}.section-subscribe .block-form .accept-form p{padding-left:10px}.section-subscribe .block-form .accept-form .accept-checkbox{margin-top:3px}.section-subscribe .block-form .wpcf7-form.invalid .accept-form{margin-top:-2px}.section-subscribe .block-form .wpcf7-mail-sent-ok{width:420px;display:block;text-align:center;background:rgba(0,0,0,0.8);font-size:11px;color:#fff;padding:23px;border-top:2px solid #c70505 !important;border-bottom:2px solid #c70505 !important;margin:0;margin-top:-71px;border:0;position:absolute;top:100%;height:60px}.section-subscribe .block-form span.wpcf7-not-valid-tip{width:420px;position:relative;z-index:2;display:block;overflow:hidden;padding:5px 30px;font-size:11px;position:absolute;background:rgba(0,0,0,0.8);border-left:1px solid #ea0f0f;border-right:1px solid #ea0f0f;border-bottom:none;margin-top:-1px}.section-subscribe .block-form div.wpcf7-validation-errors{width:420px;display:block;background:rgba(0,0,0,0.8);font-size:11px;color:#fff;padding:26px 30px 10px;border-top:none !important;margin:0;border:1px solid #ea0f0f;position:relative;height:100%;z-index:1}.section-subscribe .block-form .ajax-loader{display:none !important}.section-subscribe .block-form .wpcf7-validation-errors{font-size:12px;text-transform:initial;margin-top:10px}.social-channels{padding:114px 0px 76px}.social-channels .block-text{margin-bottom:57px}.social-channels .block-text .title{font-weight:bold;font-size:4.5rem;color:#2e2e2e;text-transform:uppercase}.social-channels .social-items>div{margin-bottom:72px}.social-channels .social-items .social-text-block{display:inline-block;vertical-align:middle}.social-channels .social-items .social-text-block p:first-child{font-size:2.2rem;font-weight:500;color:#2e2e2e;margin:11px 0 0}.social-channels .icon-social{display:inline-block;vertical-align:middle;width:88px;height:88px;margin-right:17px}.news-media-content{padding:30px 0}.news-media-content .block-label{margin-bottom:10px}.news-media-content .block-label .cat-icon{width:28px;height:28px;display:inline-block;transform:scale(0.6);position:relative;top:6px}.news-media-content .block-label .news-label{text-transform:uppercase;font-size:2.2rem}.news-media-content .item-fixed{margin-bottom:48px;display:flex;align-items:center;height:504px;width:100%}.news-media-content .item-fixed .block-img{height:504px}.news-media-content .item-fixed .block-text{background-color:#373737;color:#fff;height:504px;width:100%;display:flex;flex-direction:column;justify-content:center;padding:0 55px}.news-media-content .item-fixed .block-text .item-title{font-size:3.2rem;font-weight:bold;line-height:1.25}.news-media-content .item-fixed .block-text .item-description{color:#dedede;margin-bottom:30px;line-height:1.5;padding:13px 0}.news-media-content .item-fixed .btn{font-size:2.2rem;font-weight:normal}.news-media-content .no-more-posts{display:none}.news-content .item-meta{font-size:1.1rem;color:#8e8e8e}.news-content .item-title{font-size:3.2rem;font-weight:bold;line-height:1.25}.news-content .item-description{font-size:1.6rem;line-height:1.25;padding:13px 0}.news-content .item{display:flex;align-items:center;height:292px;margin-bottom:20px}.news-content .item .block-img{width:516px;height:292px;flex:1 0 516px}.news-content .item .block-text{padding:0 36px;width:100%}.news-content .item:last-child{margin-bottom:0}.media-content{padding-bottom:100px}.media-content .item-fixed{margin-bottom:37px}.media-content .block-label{margin:20px 0 10px}.media-content .block-video-content .block-label{margin-top:0}.media-content .block-btn{width:100%;display:inline-block;text-align:center;position:relative;top:-12px}.media-content .block-btn .btn :hover{cursor:pointer}.media-content .block-media-items{margin-right:-52px}.media-content .block-media-items .item{width:424px;height:240px;float:left;margin:0 52px 52px 0}.media-content .block-media-items .double-item{height:532px}.media-content .video-items .item-img{position:relative}.media-content .video-items .item-img:before{content:"";display:block;background:url(/img/play-button-white.svg) no-repeat;width:80px;height:80px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);opacity:0.8}.article-page{min-height:800px;background:#ebebeb;padding:50px 0 120px}.article-page .block-back{margin:17px 0 24px;padding:0}.article-page.news-post .block-content{flex:0 0 71%;max-width:71%}.article-page .block-content{background:#fff;padding:44px 89px}.article-page .block-content .block-meta{margin:10px 0;font-size:1.4rem;color:#8e8e8e}.article-page .block-rside{flex:0 0 29%;max-width:29%;display:flex;justify-content:flex-end}.article-page .block-rside .block-item-news .item-news{position:relative;width:320px;height:auto;margin:0 11px 40px 0;display:block;float:none}.media-single-page .block-content{position:relative}.media-single-page .block-content .single_prev_post{height:100%;width:45px;display:block;position:absolute;left:0;top:0}.media-single-page .block-content .single_prev_post:hover::before{transform:scale(1.5)}.media-single-page .block-content .single_prev_post:before{content:"";width:16px;height:28px;position:absolute;top:15%;left:16px;transform-origin:center 100%;transition:all .3s ease-in-out}.media-single-page .block-content .single_next_post{height:100%;width:45px;display:block;position:absolute;right:0;top:0}.media-single-page .block-content .single_next_post:hover::before{transform:scale(1.5)}.media-single-page .block-content .single_next_post:before{content:"";width:16px;height:28px;position:absolute;top:15%;right:16px;transform-origin:center 100%;transition:all .3s ease-in-out}.block-content img{max-width:100%;height:auto;margin-top:10px;margin-bottom:10px}.block-content div{font-size:1.8rem}.block-content p{margin-bottom:20px;font-size:1.8rem;line-height:1.33;color:#323232}.block-content h1{font-weight:500;font-size:4.6rem;line-height:1.04;margin-bottom:1.2rem}.block-content h2{font-weight:500;font-size:3.2rem;line-height:1.13;margin-bottom:1.2rem}.block-content h3{font-weight:600;font-size:2rem;line-height:1.2;margin-bottom:1rem}.block-content blockquote{border:solid 1px #35b3bd;background-color:#ededed;font-size:2rem;line-height:1.4;padding:43px 52px;margin-bottom:2rem}.block-content blockquote p{padding:0;margin:0;font-size:2rem;line-height:1.4}.block-content ul{-webkit-padding-start:52px;padding-inline-start:52px}.block-content ul li{margin-bottom:5px;list-style-type:none;position:relative;font-size:1.8rem}.block-content ul li:before{content:"";display:block;position:absolute;left:-22px;top:8px}.block-content ol li{font-size:1.8rem}.screens{min-height:600px}.screens .text-block{padding:115px 145px}.screens .text-block .p-first{color:#1f7278;text-transform:uppercase;font-size:1.5rem;font-weight:600}.screens .text-block .p-second{font-size:4rem;font-weight:600;text-transform:uppercase;padding:1rem 0 1.5rem;line-height:1.1;margin-bottom:1rem}.screens .text-block .p-third{font-size:1.8rem;font-weight:300;line-height:1.4}.screens .container-fluid .text-block,.screens .container-sm .text-block,.screens .container-md .text-block,.screens .container-lg .text-block,.screens .container-xl .text-block,.screens .container-xxl .text-block{padding:12% 32% 7% 11%}.screens .container-fluid .text-block.squid,.screens .container-sm .text-block.squid,.screens .container-md .text-block.squid,.screens .container-lg .text-block.squid,.screens .container-xl .text-block.squid,.screens .container-xxl .text-block.squid{padding:13% 36% 6% 11%}.n2-section-smartslider{position:initial !important}.n2-section-smartslider .n2-ss-align{position:inherit !important}.n2-section-smartslider .n2-ss-slider.n2-ss-load-fade.n2-ss-loaded{position:initial !important}.section-legal{height:75vh;min-height:600px;padding:80px 0}.section-legal .legal-pretitle{font-size:17px;padding:15px 0 25px;display:inline-block;font-weight:500;color:#4a4a4a}.section-legal .legal-list{list-style:outside circle}.section-legal .legal-list li{margin-bottom:8px;list-style:circle;font-size:20px}.section-legal .legal-list li a{font-size:1.9rem;color:#2e2e2e}.legal-content .block-title{margin-bottom:20px}.legal-content .block-content ul li{list-style-type:inherit}.legal-content .block-content ul li:before{display:none}.legal-content .content{font-size:1.8rem}.activate_code_page .activated_page{margin:20px auto 40px}.activate_code_page .block-content{margin-bottom:3rem}.activate_code_page h1{font-size:3.8rem}.system-req{background:url(https://storage.googleapis.com/pzonline-com/2020/04/36801df9-bg-req.jpg) no-repeat;height:100vh;min-height:800px;width:100%;background-size:cover;background-position:100% 100%}.system-req>.container>.row{height:100vh}.system-req .col-block-sys{margin-right:3%;max-width:400px}.system-req .col-block-sys .block-sys h2{font-size:4rem;font-weight:300;text-transform:uppercase;color:#ffffff;line-height:4rem}.system-req .tabss .tab-menu{margin:18px 0}.system-req .tabss .tab-menu a{color:#5a5776;font-size:15px;text-transform:uppercase;border:1px solid #5a5776;padding:5px 10px}.system-req .tabss .tab-menu a.active{color:#000;background-color:#fff;border-color:#fff}.system-req .tabss .tab-info hr{background:#395072;margin:0}.system-req .tabss .tab-info .row{margin:0}.system-req .tabss .tab-info .info-tabs{padding:20px 20px 0 0}.system-req .tabss .tab-info .info-tab-1 span{color:#72b4d3;font-size:14px}.system-req .tabss .tab-info .info-tab-2 span{color:#fff;font-size:19px;font-weight:300}.cards-faq{padding:150px 0}.main-screen-lp{width:100%;height:100vh;min-height:550px;background-size:cover;position:relative}.main-screen-lp .container{text-align:center;margin:0 auto;height:inherit}.main-screen-lp>.container>.row{height:inherit;padding:0 0 120px}.main-screen-lp .logo,.main-screen-lp .top-logo-lp{text-align:center}.main-screen-lp .logo img,.main-screen-lp .top-logo-lp img{max-width:100%;display:inline-block}.main-screen-lp .headline{text-shadow:2px 2px 5px black}.main-screen-lp .headline p{font-weight:500;font-size:2.8rem;margin:15px 0;color:white;text-transform:uppercase;line-height:1.4}.main-screen-lp .headline br{display:none}.main-screen-lp .textline{color:#fff;font-size:15px;text-transform:uppercase}.main-screen-lp .text-light1{color:white;font-size:16px;text-shadow:1px 1px 3px black}.main-screen-lp .social .list-ru li a{background:url(/img/social-icons.png) no-repeat}.main-screen-lp .social .list-en li a{background:url(/img/social-icons-en.png) no-repeat}.main-screen-lp .social .list-inline{padding-left:0;margin:0;list-style:none}.main-screen-lp .social .list-inline li{display:inline-block;padding-left:3px;padding-right:3px}.main-screen-lp .social .list-inline li a{display:block;width:22px;height:22px}.main-screen-lp .social .list-inline li a.dc{background-position:0 -22px}.main-screen-lp .social .list-inline li a.fb{background-position:-29px -22px}.main-screen-lp .social .list-inline li a.vk{background-position:-122px -22px}.main-screen-lp .social .list-inline li a.tw{background-position:-93px -22px}.main-screen-lp .social .list-inline li a.yt{background-position:-60px -22px}.main-screen-lp .subscribe-form{position:relative}.main-screen-lp .subscribe-form .btn-land{color:#fff}.main-screen-lp .subscribe-form div.wpcf7{margin:0;padding:0}.main-screen-lp .subscribe-form div.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;margin:0;padding:0;border:0}.main-screen-lp .subscribe-form .form-group{margin-bottom:0px}.main-screen-lp .subscribe-form .form-group>p{display:none}.main-screen-lp .subscribe-form .form-group .form-control{height:58px;background:#fff;border:0;border-radius:0;padding:10px 25px;display:block;width:100%;transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);line-height:1.42857;color:#2b2b2b;font-size:14px}.main-screen-lp .subscribe-form .wpcf7-form-control-wrap{position:relative}.main-screen-lp .subscribe-form .accept-form{display:none;position:absolute;top:100%;width:100%;text-align:left;background:rgba(0,0,0,0.8);font-size:12px;color:#b2b5bd;padding:25px;border-top:1px solid #ee312f;z-index:2;font-family:"PT Sans", Helvetica, Arial, sans-serif;margin-top:-2px}.main-screen-lp .subscribe-form .accept-form p{padding-left:10px}.main-screen-lp .subscribe-form .accept-form .media,.main-screen-lp .subscribe-form .accept-form .subscribe-form .accept-form .media-body{overflow:visible}.main-screen-lp .subscribe-form .media,.main-screen-lp .subscribe-form .media-body{zoom:1;overflow:hidden}.main-screen-lp .subscribe-form .media{display:flex;align-items:flex-start}.main-screen-lp .subscribe-form .media:first-child{margin-top:0}.main-screen-lp .subscribe-form .media .media-left,.main-screen-lp .subscribe-form .media .media-right,.main-screen-lp .subscribe-form .media .media-body{display:table-cell;vertical-align:top}.main-screen-lp .subscribe-form .media .media-body{flex:1}.main-screen-lp .subscribe-form span.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.main-screen-lp .subscribe-form div.wpcf7-response-output{color:#fff}.main-screen-lp .subscribe-form .btn{font-size:14px;text-transform:uppercase;position:absolute;right:0;top:0;border:0;border-left:1px solid #000000;text-transform:uppercase;font-weight:500;color:#fff;padding:10px 20px;height:58px;background-color:#ee312f;border-radius:0}.main-screen-lp .subscribe-form .ajax-loader{display:none !important}.main-screen-lp .subscribe-form div.wpcf7-response-output{margin:2em 0.5em 1em;padding:0.2em 1em;border:2px solid #ff0000}.main-screen-lp .subscribe-form .wpcf7-display-none{display:none}.main-screen-lp .subscribe-form .wpcf7-form.invalid .accept-form{margin-top:-2px}.main-screen-lp .subscribe-form .wpcf7-mail-sent-ok{width:100%;display:block;text-align:center;background:rgba(0,0,0,0.8);font-size:11px;color:#fff;padding:23px;border-top:2px solid #c70505 !important;margin:0;margin:-58px 0 0 0 !important;border:0;position:absolute;top:100%;height:58px;z-index:2;padding:17px 0 !important}.main-screen-lp .subscribe-form span.wpcf7-not-valid-tip{position:relative;z-index:2;display:block;overflow:hidden;padding:5px 30px;font-size:11px;background:rgba(0,0,0,0.8);border-left:1px solid #ea0f0f;border-right:1px solid #ea0f0f;border-bottom:none;margin-top:-1px}.main-screen-lp .subscribe-form div.wpcf7-validation-errors{width:100%;display:block;background:rgba(0,0,0,0.8);font-size:11px;color:#fff;padding:10px 30px 10px;border-top:none !important;margin:0;border:1px solid #ea0f0f;position:relative;height:100%;z-index:1;margin-top:-10px}.main-screen-lp .subscribe-form .wpcf7-validation-errors{font-size:12px;text-transform:initial;margin-top:10px}.main-screen-lp .text-light1{color:white;font-size:16px;text-shadow:1px 1px 3px black}.video-bg-lp{width:100%;height:inherit;overflow:hidden;position:absolute}#bg-video-lp{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translateX(-50%) translateY(-50%)}.about_block{background:#181d31;color:#fff;font-weight:500}.about_block .container{padding-top:100px;padding-bottom:200px}.about_block .container .row{min-height:600px}.about_block h1{text-align:center;text-transform:uppercase;padding:40px 0 100px;font-size:3.8rem}.about_block .about_rocket .white{width:158px;height:160px;left:0;top:0}.about_block .about_rocket_1 .white{background:url(/img/2_white.png)}.about_block .about_rocket_2 .white{background-image:url(/img/1_white.png)}.about_block .about_rocket_3 .white{background-image:url(/img/3_white.png)}.about_block .about_text h2{margin:20px 0 40px;font-size:28px;color:#fff;font-weight:500;text-transform:uppercase}.about_block .about_text p{margin-bottom:23px;font-size:15px;font-weight:500;line-height:22px;color:#b4b1cb}.main-support{background:url(/img/bg-support.jpg),#25292f;background-repeat:no-repeat;background-position:center top;background-size:cover;height:100%;min-height:calc(100vh - 320px);width:100%;padding:0 0 70px 0}.main-support .support-search-bar{margin:70px 0;padding:72px;width:100%;border-radius:20px;box-shadow:0 2px 16px 0 rgba(0,0,0,0.12);border:solid 1px rgba(255,255,255,0.13);background-image:linear-gradient(104deg, rgba(255,255,255,0.05), rgba(255,255,255,0)),linear-gradient(to bottom, rgba(216,216,216,0.02), rgba(216,216,216,0.02))}.main-support .support-search-bar .search-block{position:relative;width:600px}.main-support .support-search-bar .search-block .input-search{width:600px;height:40px;border:solid 2px rgba(255,255,255,0.3);background:none;color:#fff;padding:10px 16px;font-size:1.5rem}.main-support .support-search-bar .search-block .input-search::-moz-placeholder{color:#fff}.main-support .support-search-bar .search-block .input-search:-ms-input-placeholder{color:#fff}.main-support .support-search-bar .search-block .input-search::-ms-input-placeholder{color:#fff}.main-support .support-search-bar .search-block .input-search::placeholder{color:#fff}.main-support .support-search-bar .search-block .button{position:absolute;right:0;top:0;height:40px;width:40px;height:40px;width:40px;margin:0 auto;padding:0;cursor:pointer;transition:all 300ms}.main-support .support-search-bar .search-block .button input{padding:0;background:none;border:none}.main-support .support-search-bar .search-block .button:before{content:"";width:16px;height:16px;display:block;position:relative;left:50%;top:50%;transform:translate(-50%, -50%)}.main-support .category-links{width:100%}.main-support .category-links>.row{width:inherit}.main-support .category-links .item{padding:0 25px;margin-bottom:50px;width:424px}.main-support .category-links .item:first-child,.main-support .category-links .item:nth-child(4n){padding-left:0}.main-support .category-links .item:nth-child(3n){padding-right:0}.main-support .category-links .item a{font-size:2.8rem;font-weight:300;line-height:1.29;text-align:center;color:#fff;display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:20px;padding:60px 0px;box-shadow:0 2px 16px 0 rgba(0,0,0,0.12);border:solid 1px rgba(255,255,255,0.13);background-image:linear-gradient(129deg, rgba(255,255,255,0.05), rgba(255,255,255,0)),linear-gradient(to bottom, rgba(216,216,216,0.02), rgba(216,216,216,0.02))}.main-support .sidebar-menu .menu-item{margin-bottom:12px;cursor:pointer;position:relative}.main-support .sidebar-menu .menu-item .title-item{color:#fff;font-family:Arial;font-size:1.4rem;font-weight:bold;line-height:1.43;padding:11px 20px 11px 25px;border-radius:20px;display:inline-block;width:100%;background-color:rgba(255,255,255,0.11);position:relative}.main-support .sidebar-menu .menu-item .title-item:before{content:"";display:block;position:absolute;width:12px;height:6px;right:15px;top:18px;transition:all .5s ease}.main-support .sidebar-menu .menu-item .sub-menu{display:none;overflow:hidden;margin:16px 0 0px}.main-support .sidebar-menu .menu-item .sub-menu ul{list-style-type:none;-webkit-padding-start:30px;padding-inline-start:30px}.main-support .sidebar-menu .menu-item .sub-menu ul li{margin-bottom:16px}.main-support .sidebar-menu .menu-item .sub-menu ul li:last-child{margin:0}.main-support .sidebar-menu .menu-item .sub-menu ul li a{font-family:Arial;font-size:1.4rem;color:#bcbcbc}.main-support .sidebar-menu .menu-item .sub-menu ul li a.active{color:#00b1ff;font-weight:bold}.main-support .sidebar-menu .menu-item.active .title-item{color:#00b1ff}.main-support .sidebar-menu .menu-item.open .sub-menu{display:block}.main-support .sidebar-menu .menu-item.trigger .title-item:before{transform:rotate(179deg)}.main-support .support-cat-content{padding-left:64px}.main-support .support-cat-content .category-content{padding:34px 40px;border-radius:20px;margin-bottom:40px;box-shadow:0 2px 16px 0 rgba(0,0,0,0.12);border:solid 1px rgba(255,255,255,0.13);background-image:linear-gradient(126deg, rgba(255,255,255,0.05), rgba(255,255,255,0)),linear-gradient(to bottom, rgba(216,216,216,0.02), rgba(216,216,216,0.02))}.main-support .support-cat-content .category-content .title{font-size:2.8rem;font-weight:500;line-height:normal;color:rgba(255,255,255,0.9)}.main-support .support-cat-content .category-content .block-items{margin-top:28px}.main-support .support-cat-content .category-content .block-items ul{-webkit-padding-start:33px;padding-inline-start:33px;-moz-column-count:2;column-count:2;-moz-column-gap:60px;column-gap:60px}.main-support .support-cat-content .category-content .block-items ul li{margin-bottom:20px;list-style-type:none;position:relative}.main-support .support-cat-content .category-content .block-items ul li:before{content:"";display:block;position:absolute;left:-24px;top:9px}.main-support .support-cat-content .category-content .block-items ul li a{font-size:2.0rem;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.4;letter-spacing:normal;color:rgba(255,255,255,0.9)}.main-support .support-content{padding-left:64px;color:rgba(255,255,255,0.9)}.main-support .support-content .block-back{margin-bottom:18px}.main-support .support-content .block-back .btn-goback{border-color:#6e7172;color:#6e7172}.main-support .support-content .block-back .btn-goback:after{-webkit-filter:invert(0.4);filter:invert(0.4)}.main-support .support-content .block-content{padding:40px;border-radius:20px;font-size:1.6rem;box-shadow:0 2px 16px 0 rgba(0,0,0,0.12);border:solid 1px rgba(255,255,255,0.13);background-image:linear-gradient(153deg, rgba(255,255,255,0.05), rgba(255,255,255,0)),linear-gradient(to bottom, rgba(216,216,216,0.02), rgba(216,216,216,0.02))}.main-support .support-content .block-content div{font-size:1.6rem;line-height:1.75;color:rgba(255,255,255,0.9)}.main-support .support-content .block-content h1{font-size:2.8rem;font-weight:500;line-height:1.43;color:rgba(255,255,255,0.9)}.main-support .support-content .block-content h2{font-size:2.2rem;font-weight:500;line-height:1.82;color:rgba(255,255,255,0.9);margin-bottom:10px}.main-support .support-content .block-content h3{font-size:1.8rem;font-weight:500;line-height:1.56;color:rgba(255,255,255,0.9);margin-bottom:10px}.main-support .support-content .block-content p{font-size:1.6rem;line-height:1.75;color:rgba(255,255,255,0.9);margin-bottom:22px}.main-support .support-content .block-content ol,.main-support .support-content .block-content ul{margin-bottom:20px;-webkit-padding-start:40px;padding-inline-start:40px}.main-support .support-content .block-content ol li,.main-support .support-content .block-content ul li{font-size:1.6rem;margin-bottom:0px;position:relative}.main-support .support-content .block-content ul li:before{content:"";display:block;position:absolute;left:-20px;top:9px;transform:scale(0.7)}.main-support .support-content .block-content blockquote{border-radius:20px;border:solid 1px rgba(255,255,255,0.13);box-shadow:0 2px 16px 0 rgba(0,0,0,0.12);background-color:rgba(255,255,255,0.03);font-size:1.8rem;line-height:1.4;padding:43px 52px;margin-bottom:2rem}.main-support .support-content .block-content blockquote p{padding:0;margin:0}.main-support .search-results .search-title{margin-bottom:20px}.main-support .search-results article{margin:0px 0 30px}.main-support .pagination .page-numbers{border-color:#fff;color:#fff}.main-support .pagination .page-numbers.current{border-color:#f5a623;color:#f5a623}.launcher-site{padding:0px;width:100%}.launcher-site .launcher-menu{background-color:rgba(30,23,44,0.8);height:45px;width:100%;padding:0 30px}.launcher-site .launcher-menu ul{list-style-type:none;padding:0;top:50%;transform:translateY(-50%);position:relative}.launcher-site .launcher-menu ul li{display:inline-block;padding-right:20px}.launcher-site .launcher-menu ul li:first-child a{color:rgba(255,255,255,0.9)}.launcher-site .launcher-menu ul a{font-size:13px;font-weight:normal;text-transform:uppercase;color:rgba(216,216,216,0.8)}.launcher-site .launcher-menu ul a:hover{color:#fff;opacity:1}.launcher-site .logo-box img{height:31px}.launcher-site .launcher-news-items{clear:both;padding:13px 32px}.launcher-site .news-item{max-width:47%;transition:all 300ms;margin:0;float:left}.launcher-site .news-item:first-child{margin-right:30px}.launcher-site .news-item:hover .item-text{opacity:0.8}.launcher-site .item-img{width:100%}.launcher-site .item-img img{width:100%;height:auto}.launcher-site .item-text{padding:0 19px}.launcher-site .item-title p{font-family:Roboto;font-size:17px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:1.41;letter-spacing:normal;color:rgba(255,255,255,0.9);margin:14px 0 8px}.launcher-site .item-desc p{font-size:14px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.43;letter-spacing:normal;color:rgba(255,255,255,0.9)}.launcher-site a:hover{text-decoration:none;opacity:0.8}body.launcher{background:rgba(120,120,120,0);overflow:hidden;overflow-x:hidden;overflow-y:hidden;-ms-overflow-style:none}body.launcher::-webkit-scrollbar{width:0 !important;display:none}.error404 a{color:#fff}.svg-bullet-blue,.main-support .support-cat-content .category-content .block-items ul li:before,.main-support .support-content .block-content ul li:before,.svg-bullet-orange,.block-content ul li:before,.svg-icon-alpha,.svg-icon-arrow-down-black,.wp .btn-goback:after,.btn-goback:after,.last-updates .block-trigger .filter-trigger:before,.svg-icon-arrow-down-white,.main-support .sidebar-menu .menu-item .title-item:before,.svg-icon-arrow-left,.media-single-page .block-content .single_prev_post:before,.colony-slider .slick-prev:before,.svg-icon-arrow-right,.media-single-page .block-content .single_next_post:before,.colony-slider .slick-next:before,.svg-icon-arrow-white,.svg-icon-comments,.svg-icon-eye,.svg-icon-eye-crossed,.svg-icon-hint,.svg-icon-mini-eye,.svg-icon-mini-lock,.svg-icon-mini-support,.svg-icon-mini-support-black,.svg-icon-rp,.svg-icon-search,.main-support .support-search-bar .search-block .button:before,.svg-icon-social-discord,.social-channels .icon-social.icon-dis,.svg-icon-social-facebook,.social-channels .icon-social.icon-fb,.svg-icon-social-reddit,.social-channels .icon-social.icon-red,.svg-icon-social-twitter,.social-channels .icon-social.icon-tw,.svg-icon-social-vk,.social-channels .icon-social.icon-vk,.svg-icon-social-youtube,.social-channels .icon-social.icon-yt,.svg-lable-nw-art,.news-content .block-label .art-icon,.media-content .block-label .art-icon,.block-item-news .item-news .item-icons .tag-art,.svg-lable-nw-important,.block-item-news .item-news .item-icons .tag-important,.svg-lable-nw-news,.news-content .block-label .news-icon,.block-item-news .item-news .item-icons .tag-news,.svg-lable-nw-screen,.news-content .block-label .screen-icon,.media-content .block-label .screen-icon,.block-item-news .item-news .item-icons .tag-screen,.svg-lable-nw-video,.news-content .block-label .video-icon,.media-content .block-label .video-icon,.block-item-news .item-news .item-icons .tag-video,.svg-user-solid,.svg-user-solid-black,.spa_land .svg-bullet-blue,.spa_land .main-support .support-cat-content .category-content .block-items ul li:before,.main-support .support-cat-content .category-content .block-items ul .spa_land li:before,.spa_land .main-support .support-content .block-content ul li:before,.main-support .support-content .block-content ul .spa_land li:before,.spa_land .svg-bullet-orange,.spa_land .block-content ul li:before,.block-content ul .spa_land li:before,.spa_land .svg-icon-alpha,.spa_land .svg-icon-arrow-down-black,.spa_land .btn-goback:after,.spa_land .last-updates .block-trigger .filter-trigger:before,.last-updates .block-trigger .spa_land .filter-trigger:before,.spa_land .svg-icon-arrow-down-white,.spa_land .main-support .sidebar-menu .menu-item .title-item:before,.main-support .sidebar-menu .menu-item .spa_land .title-item:before,.spa_land .svg-icon-arrow-left,.spa_land .media-single-page .block-content .single_prev_post:before,.media-single-page .block-content .spa_land .single_prev_post:before,.spa_land .colony-slider .slick-prev:before,.colony-slider .spa_land .slick-prev:before,.spa_land .svg-icon-arrow-right,.spa_land .media-single-page .block-content .single_next_post:before,.media-single-page .block-content .spa_land .single_next_post:before,.spa_land .colony-slider .slick-next:before,.colony-slider .spa_land .slick-next:before,.spa_land .svg-icon-arrow-white,.spa_land .svg-icon-comments,.spa_land .svg-icon-eye,.spa_land .svg-icon-eye-crossed,.spa_land .svg-icon-hint,.spa_land .svg-icon-mini-eye,.spa_land .svg-icon-mini-lock,.spa_land .svg-icon-mini-support,.spa_land .svg-icon-mini-support-black,.spa_land .svg-icon-rp,.spa_land .svg-icon-search,.spa_land .main-support .support-search-bar .search-block .button:before,.main-support .support-search-bar .search-block .spa_land .button:before,.spa_land .svg-icon-social-discord,.spa_land .social-channels .icon-social.icon-dis,.social-channels .spa_land .icon-social.icon-dis,.spa_land .svg-icon-social-facebook,.spa_land .social-channels .icon-social.icon-fb,.social-channels .spa_land .icon-social.icon-fb,.spa_land .svg-icon-social-reddit,.spa_land .social-channels .icon-social.icon-red,.social-channels .spa_land .icon-social.icon-red,.spa_land .svg-icon-social-twitter,.spa_land .social-channels .icon-social.icon-tw,.social-channels .spa_land .icon-social.icon-tw,.spa_land .svg-icon-social-vk,.spa_land .social-channels .icon-social.icon-vk,.social-channels .spa_land .icon-social.icon-vk,.spa_land .svg-icon-social-youtube,.spa_land .social-channels .icon-social.icon-yt,.social-channels .spa_land .icon-social.icon-yt,.spa_land .svg-lable-nw-art,.spa_land .news-content .block-label .art-icon,.news-content .block-label .spa_land .art-icon,.spa_land .media-content .block-label .art-icon,.media-content .block-label .spa_land .art-icon,.spa_land .block-item-news .item-news .item-icons .tag-art,.block-item-news .item-news .item-icons .spa_land .tag-art,.spa_land .svg-lable-nw-important,.spa_land .block-item-news .item-news .item-icons .tag-important,.block-item-news .item-news .item-icons .spa_land .tag-important,.spa_land .svg-lable-nw-news,.spa_land .news-content .block-label .news-icon,.news-content .block-label .spa_land .news-icon,.spa_land .block-item-news .item-news .item-icons .tag-news,.block-item-news .item-news .item-icons .spa_land .tag-news,.spa_land .svg-lable-nw-screen,.spa_land .news-content .block-label .screen-icon,.news-content .block-label .spa_land .screen-icon,.spa_land .media-content .block-label .screen-icon,.media-content .block-label .spa_land .screen-icon,.spa_land .block-item-news .item-news .item-icons .tag-screen,.block-item-news .item-news .item-icons .spa_land .tag-screen,.spa_land .svg-lable-nw-video,.spa_land .news-content .block-label .video-icon,.news-content .block-label .spa_land .video-icon,.spa_land .media-content .block-label .video-icon,.media-content .block-label .spa_land .video-icon,.spa_land .block-item-news .item-news .item-icons .tag-video,.block-item-news .item-news .item-icons .spa_land .tag-video,.spa_land .svg-user-solid,.spa_land .svg-user-solid-black{background:url("/img/sprite/sprite-6e467e8e.svg") no-repeat}.svg-bullet-blue,.main-support .support-cat-content .category-content .block-items ul li:before,.main-support .support-content .block-content ul li:before{background-position:96.35036496350365% 45%}.svg-bullet-blue-dims,.main-support .support-cat-content .category-content .block-items ul li:before,.main-support .support-content .block-content ul li:before{width:12px;height:12px}.svg-bullet-orange,.block-content ul li:before{background-position:96.35036496350365% 35.684647302904565%}.svg-bullet-orange-dims,.block-content ul li:before{width:12px;height:11px}.svg-icon-alpha{background-position:97.77777777777777% 7.627118644067797%}.svg-icon-alpha-dims{width:16px;height:16px}.svg-icon-arrow-down-black,.wp .btn-goback:after,.btn-goback:after,.last-updates .block-trigger .filter-trigger:before{background-position:96.35036496350365% 48.78048780487805%}.svg-icon-arrow-down-black-dims,.wp .btn-goback:after,.btn-goback:after{width:12px;height:6px}.svg-icon-arrow-down-white,.main-support .sidebar-menu .menu-item .title-item:before{background-position:96.35036496350365% 56.09756097560975%}.svg-icon-arrow-down-white-dims{width:12px;height:6px}.svg-icon-arrow-left,.media-single-page .block-content .single_prev_post:before,.colony-slider .slick-prev:before{background-position:32.592592592592595% 78.57142857142857%}.svg-icon-arrow-left-dims{width:16px;height:28px}.svg-icon-arrow-right,.media-single-page .block-content .single_next_post:before,.colony-slider .slick-next:before{background-position:59.25925925925926% 78.57142857142857%}.svg-icon-arrow-right-dims{width:16px;height:28px}.svg-icon-arrow-white{background-position:65.18518518518519% 78.57142857142857%}.svg-icon-arrow-white-dims{width:16px;height:28px}.svg-icon-comments{background-position:96.35036496350365% 40.24896265560166%}.svg-icon-comments-dims{width:12px;height:11px}.svg-icon-eye{background-position:31.53846153846154% 88.98305084745763%}.svg-icon-eye-dims{width:26px;height:16px}.svg-icon-eye-crossed{background-position:100% 0}.svg-icon-eye-crossed-dims{width:22px;height:18px}.svg-icon-hint{background-position:96.35036496350365% 52.5%}.svg-icon-hint-dims{width:12px;height:12px}.svg-icon-mini-eye{background-position:21.428571428571427% 80.73394495412845%}.svg-icon-mini-eye-dims{width:34px;height:34px}.svg-icon-mini-lock{background-position:96% 25.833333333333332%}.svg-icon-mini-lock-dims{width:11px;height:12px}.svg-icon-mini-support{background-position:96.35036496350365% 30.833333333333332%}.svg-icon-mini-support-dims{width:12px;height:12px}.svg-icon-mini-support-black{background-position:96.35036496350365% 20.833333333333332%}.svg-icon-mini-support-black-dims{width:12px;height:12px}.svg-icon-rp{background-position:0 100%}.svg-icon-rp-dims{width:54px;height:76px}.svg-icon-search,.main-support .support-search-bar .search-block .button:before{background-position:97.77777777777777% 14.40677966101695%}.svg-icon-search-dims{width:16px;height:16px}.svg-icon-social-discord,.social-channels .icon-social.icon-dis{background-position:0 0}.svg-icon-social-discord-dims{width:88px;height:88px}.svg-icon-social-facebook,.social-channels .icon-social.icon-fb{background-position:44.44444444444444% 0}.svg-icon-social-facebook-dims{width:88px;height:88px}.svg-icon-social-reddit,.social-channels .icon-social.icon-red{background-position:0 53.65853658536585%}.svg-icon-social-reddit-dims{width:88px;height:88px}.svg-icon-social-twitter,.social-channels .icon-social.icon-tw{background-position:44.44444444444444% 53.65853658536585%}.svg-icon-social-twitter-dims{width:88px;height:88px}.svg-icon-social-vk,.social-channels .icon-social.icon-vk{background-position:88.88888888888889% 0}.svg-icon-social-vk-dims{width:88px;height:88px}.svg-icon-social-youtube,.social-channels .icon-social.icon-yt{background-position:88.88888888888889% 53.65853658536585%}.svg-icon-social-youtube-dims{width:88px;height:88px}.svg-lable-nw-art,.news-content .block-label .art-icon,.media-content .block-label .art-icon,.block-item-news .item-news .item-icons .tag-art{background-position:51.16279069767442% 78.57142857142857%}.svg-lable-nw-art-dims{width:28px;height:28px}.svg-lable-nw-important,.block-item-news .item-news .item-icons .tag-important{background-position:40.310077519379846% 78.57142857142857%}.svg-lable-nw-important-dims{width:28px;height:28px}.svg-lable-nw-news,.news-content .block-label .news-icon,.block-item-news .item-news .item-icons .tag-news{background-position:85.27131782945736% 78.57142857142857%}.svg-lable-nw-news-dims{width:28px;height:28px}.svg-lable-nw-screen,.news-content .block-label .screen-icon,.media-content .block-label .screen-icon,.block-item-news .item-news .item-icons .tag-screen{background-position:74.4186046511628% 78.57142857142857%}.svg-lable-nw-screen-dims{width:28px;height:28px}.svg-lable-nw-video,.news-content .block-label .video-icon,.media-content .block-label .video-icon,.block-item-news .item-news .item-icons .tag-video{background-position:20.930232558139537% 93.75%}.svg-lable-nw-video-dims{width:28px;height:28px}.svg-user-solid{background-position:96.35036496350365% 60%}.svg-user-solid-dims{width:12px;height:12px}.svg-user-solid-black{background-position:96.35036496350365% 65%}.svg-user-solid-black-dims{width:12px;height:12px}.font-roboto-condensed,.block-subscribe .abt-subscribe-form .input-main-form,.spa_land .block-subscribe .abt-subscribe-form .input-main-form{font-family:"RobotoCondensed", Helvetica, Arial, sans-serif}.abt-btn-subscribe:disabled{cursor:not-allowed}.body-about .header-main{display:none}.body-about .header-about{display:block}.body-about .footer-nail{display:none}.header-logo-m{display:none}.navbar-toggler{display:none}.header-about{background:rgba(0,0,0,0);position:fixed;z-index:11;width:100%;display:none}.header-about .row{width:100%}.header-about:before,.header-about:after{display:none}.header-about .header-up-nail{display:none}.header-about .navbar .navbar-nav{margin-left:0}.header-about .navbar.navbar-home{padding:0}.header-about .menu-lang{display:flex;align-items:center}.abt-block-title{font-size:3.6rem;text-align:center;font-weight:500;color:white}.bg-title{font-size:200px;color:rgba(133,135,141,0.02);font-weight:800;text-transform:uppercase;position:absolute;left:50%;transform:translateX(-50%);white-space:nowrap}#player-yt iframe{height:100%;width:100%;top:0;left:0;right:0;bottom:0;position:absolute;z-index:2;opacity:1}.slick-dots li button:before{color:#455d7d;transform:skew(-30deg);content:'';display:block;background:#455d7d;border-radius:2px;width:23px;height:5px}.slick-dots li.slick-active button:before{color:#a9b5cc}.header-about.black-header{background:rgba(0,0,0,0.8);padding:1rem 0 !important;box-shadow:1px 4px 13px #121f3e}.header-about{padding:2rem 0 !important;transition:300ms}.header-about nav.navbar{top:50%;transform:translateY(-50%);font-family:Supermolot, Roboto, Helvetica, sans-serif}.header-about .menu-lang-drop{display:flex;align-items:center}.navbar-about{list-style:none;display:flex;padding:0;margin:0;align-items:center;justify-content:space-between}.abt-features{background:url(/img/bg-star.jpg) no-repeat top center/100% #091220;color:white;position:relative;padding:0 0 120px 0}.abt-features>.container{position:relative;z-index:1}@media (max-width: 767.98px){.abt-features>.container{max-width:100%}.abt-features>.container .row{margin-left:0;margin-right:0;padding-left:15px;padding-right:15px}}.abt-features .abt-block-title{padding:100px 0 135px}.abt-features .bg-title{top:-117px}.abt-features .f_title{text-align:center;font-size:26px;font-weight:400;margin-bottom:70px;position:relative;display:inline-block;left:50%;transform:translateX(-50%)}.abt-features .f_title:before{content:'';width:113px;height:1px;background:url(/img/f_line.png) no-repeat;display:inline-block;position:relative;left:-20px;top:-8px}@media (max-width: 767.98px){.abt-features .f_title:before{width:50px}}.abt-features .f_title:after{content:'';width:113px;height:1px;background:url(/img/f_line.png) no-repeat;display:inline-block;position:relative;left:20px;top:-8px}@media (max-width: 767.98px){.abt-features .f_title:after{width:50px}}.abt-features .item{margin-bottom:90px}.abt-features .img-right .item_img{justify-content:flex-end}.abt-features .img-right .item_img:before{right:calc(-1187px + 604px)}@media (max-width: 1199.98px){.abt-features .img-right .item_img:before{right:calc(-1187px + 506px)}}@media (max-width: 991.98px){.abt-features .img-right .item_img:before{right:calc(-1187px + 374px)}}.abt-features .img-right .img-wrapper{justify-content:flex-end}@media (max-width: 767.98px){.abt-features .img-right .img-wrapper{justify-content:center;margin-bottom:20px}}.abt-features .img-left .item_img{justify-content:flex-start;order:1}.abt-features .img-left .item_img:before{left:calc(-1187px + 604px)}@media (max-width: 1199.98px){.abt-features .img-left .item_img:before{left:calc(-1187px + 506px)}}@media (max-width: 991.98px){.abt-features .img-left .item_img:before{left:calc(-1187px + 374px)}}.abt-features .img-left .img-wrapper{justify-content:flex-start}.abt-features .img-left .f-text-slider{order:2}@media (max-width: 1439.98px){.abt-features .img-left .f-text-slider{margin-left:45px}}@media (max-width: 767.98px){.abt-features .img-left .f-text-slider{padding:0;margin:0}}.abt-features .f-text-slider{width:50%}@media (max-width: 1439.98px){.abt-features .f-text-slider{width:47%;margin-right:45px}}@media (max-width: 767.98px){.abt-features .f-text-slider{width:350px;margin:0}}.abt-features .slick-prev{left:-15px}.abt-features .slick-prev:before{content:'';background:url(/img/f-arrow-left.png) no-repeat;width:21px;height:43px;display:block}.abt-features .slick-next{right:-15px}.abt-features .slick-next:before{content:'';background:url(/img/f-arrow-right.png) no-repeat;width:21px;height:43px;display:block}@media (max-width: 991.98px){.abt-features .slick-arrow{display:none !important}}.abt-features .slick-dots{text-align:left;padding-left:70px}.abt-features .slick-dots li button:before{color:#455d7d;transform:skew(-30deg);content:'';display:block;background:#455d7d;border-radius:2px;width:23px;height:5px}@media (max-width: 991.98px){.abt-features .slick-dots{padding-left:15px}}@media (max-width: 767.98px){.abt-features .slick-dots{padding:0;text-align:center;bottom:-43px}}.abt-features .slick-dots li.slick-active button:before{color:#a9b5cc}.abt-features .f_row{display:flex}.abt-features .f_row .item_block{width:50%;display:flex !important;height:307px}@media (max-width: 767.98px){.abt-features .f_row .item_block{width:100%;height:auto}}.abt-features .f_row .f-text-slider{z-index:2}.abt-features .f_row .text_block{padding:0 70px;flex-direction:column;justify-content:center}@media (max-width: 991.98px){.abt-features .f_row .text_block{padding:0 20px}}@media (max-width: 767.98px){.abt-features .f_row .text_block{padding:0;text-align:center}}.abt-features .f_row .item_img{align-items:center;position:relative;z-index:1}.abt-features .f_row .item_img>div{z-index:1;width:100%}.abt-features .f_row .item_img .img-wrapper{display:flex !important}@media (max-width: 767.98px){.abt-features .f_row .item_img .img-wrapper{justify-content:center;margin-bottom:20px}}.abt-features .f_row .item_img img{width:590px;height:307px;z-index:1}@media (max-width: 991.98px){.abt-features .f_row .item_img img{width:390px;height:207px}}@media (max-width: 767.98px){.abt-features .f_row .item_img img{width:auto;height:180px}}.abt-features .f_row .item_img:before{content:'';background:url(/img/f-img-pallet-mini.png) repeat-x;width:1187px;height:305px;position:absolute;z-index:0}@media (max-width: 991.98px){.abt-features .f_row .item_img:before{height:207px}}@media (max-width: 767.98px){.abt-features .f_row .item_img:before{display:none}}.abt-features .f_row .item_block__title{font-size:20px;font-weight:400;color:#e6c532;margin-bottom:27px}@media (max-width: 991.98px){.abt-features .f_row .item_block__title{font-size:18px}}.abt-features .f_row .item_block__description{font-size:18px;line-height:28px;color:#a9b5cc}@media (max-width: 991.98px){.abt-features .f_row .item_block__description{font-size:15px;line-height:23px}}@media (max-width: 767.98px){.abt-features .f_row{flex-direction:column;align-items:center}.abt-features .f_row .f-text-slider{order:2}.abt-features .f_row .item_img{order:1;padding:0}}.abt-features .featured__item{margin-bottom:185px}.abt-features .featured__item img{display:block;margin:0 auto;padding-bottom:45px}.abt-features .featured__item p{text-align:center;font-size:3.2rem;font-weight:200;padding:0 57px;line-height:32px}@media (max-width: 767.98px){.abt-features .m-nopadding{padding:0 !important}}@media (max-width: 767.98px){.abt-features{padding:0 0 65px 0}}.features-nail{display:block;background:url(/img/bg-featured-down.jpg) no-repeat bottom center/cover;height:800px;position:absolute;z-index:0;width:100%;bottom:-129px}.abt-media{background:url(/img/bg-featured-all.jpg) no-repeat bottom center/cover #091221;color:white;position:relative;height:1333px;padding:100px 0 0}.abt-media .abt-block-title{padding-bottom:65px}@media (max-width: 991.98px){.abt-media .abt-block-title{padding-bottom:35px}}.abt-media .bg-title{top:-60px}.abt-media .abt-media__wrap{position:relative;margin-bottom:40px}.abt-media .abt-media__wrap:before{content:'';background:url(/img/media-pallet-mini.png) repeat-x;position:absolute;width:1621px;height:177px;top:8px}@media (max-width: 1199.98px){.abt-media .abt-media__wrap:before{height:146px}}@media (max-width: 991.98px){.abt-media .abt-media__wrap:before{height:95px}}@media (max-width: 767.98px){.abt-media .abt-media__wrap:before{display:none}}.abt-media .abt-media__item{width:408px;height:215px;margin:0 78px 60px 0;position:relative}.abt-media .abt-media__item:nth-child(3n){margin-right:0}.abt-media .abt-media__item:before{content:'';display:block;background:#2b424f;width:408px;height:194px;position:absolute;opacity:0;transition:300ms}.abt-media .abt-media__item:after{content:'';display:block;background:url(/img/media-item-eye.png) no-repeat center;background-size:cover;height:194px;width:37px;position:absolute;top:0;left:50%;transform:translateX(-50%);opacity:0;transition:300ms}.abt-media .abt-media__item:hover{cursor:pointer}.abt-media .abt-media__item:hover:before{opacity:0.6}.abt-media .abt-media__item:hover:after{opacity:1}.abt-media .abt-media__item img{width:408px;height:194px}.abt-media .abt-media__item .index{font-size:1.1rem;color:#3b4849;text-transform:uppercase;font-weight:200;font-style:normal;margin-top:7px;display:block}@media (max-width: 1439.98px){.abt-media .abt-media__item{margin:0 28px 28px 0;width:398px;height:184px}.abt-media .abt-media__item img{width:398px;height:184px}.abt-media .abt-media__item:before{width:398px;height:184px}.abt-media .abt-media__item:after{height:184px}}@media (max-width: 1199.98px){.abt-media .abt-media__item{margin:0 20px 20px 0;width:317px;height:164px}.abt-media .abt-media__item img{width:317px;height:164px}.abt-media .abt-media__item:before{width:317px;height:164px}.abt-media .abt-media__item:after{height:164px}}@media (max-width: 991.98px){.abt-media .abt-media__item{margin:0 10px 0 0;width:235px;height:auto}.abt-media .abt-media__item img{width:235px;height:auto}.abt-media .abt-media__item:before{width:235px;height:auto}.abt-media .abt-media__item:after{height:111px}}@media (max-width: 767.98px){.abt-media .abt-media__item{margin:0 0 20px 0;width:320px;height:auto;display:block;flex-basis:100%}.abt-media .abt-media__item img{width:320px;height:auto;left:50%;transform:translateX(-50%);position:relative}.abt-media .abt-media__item:before{width:320px;height:auto}.abt-media .abt-media__item:after{height:152px}}.abt-media .abt-media__video-wrap{position:relative;padding-bottom:105px;margin-bottom:25px}.abt-media .abt-media__video-wrap:before{content:'';background:url(/img/media-pallet-mini.png) repeat-x;position:absolute;width:1621px;height:177px;top:8px}@media (max-width: 1199.98px){.abt-media .abt-media__video-wrap:before{height:146px}}@media (max-width: 991.98px){.abt-media .abt-media__video-wrap:before{height:98px}}@media (max-width: 767.98px){.abt-media .abt-media__video-wrap:before{display:none}}.abt-media .abt-media__video-wrap:after{content:'';background:url(/img/media-line.png) no-repeat;position:absolute;width:1px;height:59px;bottom:0}@media (max-width: 767.98px){.abt-media .abt-media__video-wrap{padding-bottom:25px;margin-bottom:75px;display:block}}.abt-media .abt-media__video-item{width:408px;height:194px;margin:0 78px 0 0;position:relative}.abt-media .abt-media__video-item:nth-child(3n){margin-right:0}.abt-media .abt-media__video-item:before{content:'';display:block;background:#242c52;width:408px;height:194px;position:absolute;opacity:0.35;transition:300ms}.abt-media .abt-media__video-item:after{content:'';display:block;background:url(/img/media-video-label.png) no-repeat;height:33px;width:27px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);opacity:1;transition:300ms}.abt-media .abt-media__video-item:hover{cursor:pointer}.abt-media .abt-media__video-item:hover:before{opacity:0}@media (max-width: 1439.98px){.abt-media .abt-media__video-item{margin:0 20px 0 0;width:398px;height:184px}.abt-media .abt-media__video-item img{width:398px;height:184px}.abt-media .abt-media__video-item:before{width:398px;height:184px}}@media (max-width: 1199.98px){.abt-media .abt-media__video-item{margin:0 20px 0 0;width:317px;height:164px}.abt-media .abt-media__video-item img{width:317px;height:164px}.abt-media .abt-media__video-item:before{width:317px;height:164px}}@media (max-width: 991.98px){.abt-media .abt-media__video-item{margin:0 10px 0 0;width:235px;height:auto}.abt-media .abt-media__video-item img{width:235px;height:auto}.abt-media .abt-media__video-item:before{width:235px;height:auto}}@media (max-width: 767.98px){.abt-media .abt-media__video-item{margin:0 0 0 0;width:320px;height:auto}.abt-media .abt-media__video-item img{width:320px;height:auto;margin:0 auto}.abt-media .abt-media__video-item:before{width:320px;height:auto}}@media (max-width: 1199.98px){.abt-media{height:1440px}}@media (max-width: 991.98px){.abt-media{height:1190px}}@media (max-width: 767.98px){.abt-media{height:auto;padding:100px 0 115px}}@media (max-width: 767.98px){.abt-media .container{max-width:100%}.abt-media .container .row{margin-left:0;margin-right:0}}.wp-about{overflow:hidden}.wp-about .cards-section{background-color:#0a1616;padding-top:150px;padding-bottom:100px}.faq-section{padding:140px 0 250px;background:url(/img/bg-abt-faq.jpg) repeat;color:white;position:relative}.faq-section>.container{position:relative;z-index:2}.faq-section:after{content:'';background:url(/img/abt-faq-nail.png) no-repeat center;display:block;position:absolute;height:24px;width:100%;top:-23px;left:50%;transform:translateX(-50%);z-index:1}.faq-section .block-faq{padding:0 5%}.faq-section .block-faq>div{padding-left:50px}@media (max-width: 1199.98px){.faq-section .block-faq{padding:0}}@media (max-width: 991.98px){.faq-section .block-faq{padding:0 20px}.faq-section .block-faq>div{padding-left:0}}@media (max-width: 767.98px){.faq-section .block-faq>div{padding-left:15px}}.faq-section .q-item{font-weight:300;padding:30px 25px 30px 40px;position:relative}.faq-section .q-item:hover{cursor:pointer}.faq-section .q-item.active:before{transform:rotate(90deg)}.faq-section .q-item:before{content:'';background:url(/img/abt-arrow.png);width:12px;height:19px;display:block;position:absolute;left:-1px;transition:300ms}.faq-section .q-item p{margin:0;padding:0}.faq-section .q-item .q-hidden-text{padding-top:50px}@media (max-width: 1199.98px){.faq-section .q-item .q-hidden-text{padding-top:30px}}@media (max-width: 991.98px){.faq-section .q-item{padding:15px 25px 15px 40px}}.faq-section .q-hidden-text{overflow:hidden;display:none}.faq-section .subscribe-nail{display:block;background:url(https://storage.googleapis.com/pzonline-com/2020/04/94697884-abt-subscribe-nail.jpg) no-repeat bottom center/cover;height:791px;position:absolute;z-index:0;width:100%;bottom:0}.faq-section .bg-title{bottom:-115px;z-index:1;white-space:nowrap}.faq-section .requirements{padding:0 0 10px 0}.faq-section .requirements .row{padding:10px 0}.faq-section .requirements hr{background:#645daa}.faq-section .requirements-mobile{display:none}.faq-section .block-req{background:#fff;padding:10px 10px;color:#120f28;font-size:14px;font-weight:500;text-transform:uppercase}.faq-section .block_min{background:#8a8896}.faq-section .block_recom{background:#72b4d3}.faq-section .tabs{font-weight:400;padding-right:0}.faq-section .tabs span{padding:0px 10px 0 0;background:url(/img/bg-abt-faq.jpg) repeat;position:relative;top:20px}.faq-section .tab-1 span{font-size:12px;text-transform:uppercase;color:#595d82}.faq-section .tab-2 span{font-size:14px;color:#8a8896}.faq-section .tab-3 span{font-size:14px;color:#72b4d3}@media (max-width: 991.98px){.faq-section{padding:140px 0 190px}}@media (max-width: 767.98px){.faq-section{padding:40px 0 105px}}.faq-block-title{position:absolute;bottom:94px;left:50%;transform:translateX(-50%)}@media (max-width: 767.98px){.faq-block-title{width:90%}}.faq-bg-title{bottom:-90px}.block-subscribe{padding-top:50px;position:relative;z-index:1}.block-subscribe:before{content:'';background:url(/img/media-line.png) no-repeat;position:absolute;width:1px;height:59px}.block-subscribe .abt-block-title{padding:100px 0 40px}@media (max-width: 767.98px){.block-subscribe .abt-block-title{padding:60px 0 40px}}.block-subscribe .block-description{font-size:18px;line-height:28px;text-align:center}.block-subscribe .abt-subscribe-form{padding-top:80px;position:relative}.block-subscribe .abt-subscribe-form .input-main-form{display:block;margin:0 auto 45px;height:55px;width:275px;background:none;border:none;border-bottom:2px solid #f0ce33;color:#f0ce33;font-size:16px;text-align:center}.block-subscribe .abt-subscribe-form .input-main-form::-moz-placeholder{color:#f0ce33;opacity:.8}.block-subscribe .abt-subscribe-form .input-main-form:-ms-input-placeholder{color:#f0ce33;opacity:.8}.block-subscribe .abt-subscribe-form .input-main-form::-ms-input-placeholder{color:#f0ce33;opacity:.8}.block-subscribe .abt-subscribe-form .input-main-form::placeholder{color:#f0ce33;opacity:.8}.block-subscribe .abt-subscribe-form .abt-btn-subscribe{display:block;text-align:center;margin:0 auto;font-size:18px;font-weight:500;text-transform:uppercase;color:#71ccd3;border:2px solid #71ccd3;border-radius:19px;background:rgba(0,0,0,0);padding:18px 35px}@media (max-width: 991.98px){.block-subscribe .abt-subscribe-form .abt-btn-subscribe{padding:11px 30px;font-size:16px}}.block-subscribe .accept-form{display:none;width:100%;position:absolute;top:-58px;text-align:left;background:#000;font-size:12px;color:#b2b5bd;padding:20px;z-index:2}.block-subscribe .accept-form p{padding-left:10px}.block-subscribe .accept-form .accept-checkbox{margin-top:3px}.block-subscribe .wpcf7-form.invalid .accept-form{margin-top:-2px}.block-subscribe .wpcf7-mail-sent-ok{width:100%;display:block;text-align:center;background:rgba(0,0,0,0.8);font-size:11px;color:#fff;padding:23px;border-bottom:2px solid #f0ce32 !important;margin:0;margin-top:-71px;border:0;position:absolute;bottom:111px}.block-subscribe span.wpcf7-not-valid-tip{width:275px;position:relative;z-index:2;padding:5px 30px;font-size:11px;margin-top:-30px;text-align:center;left:50%;transform:translateX(-50%)}.block-subscribe div.wpcf7-validation-errors{width:420px;display:none !important;background:rgba(0,0,0,0.8);font-size:11px;color:#fff;padding:26px 30px 10px;border-top:none !important;margin:0;border:1px solid #ea0f0f;position:relative;height:100%;z-index:1}.block-subscribe .ajax-loader{display:none !important}.block-subscribe .wpcf7-validation-errors{font-size:12px;text-transform:initial;margin-top:10px}.abt-socials{background:#0f1a2d;padding:130px 0;position:relative;z-index:1}.abt-socials:before{content:'';background:url(/img/abt-social-nail.png) no-repeat;display:block;position:absolute;width:999px;height:24px;top:-24px;left:50%;transform:translateX(calc(-50% - 777px))}.abt-socials .abt-block-title{margin:0 auto}@media (max-width: 767.98px){.abt-socials .abt-block-title{padding:0 20px}}.abt-socials .social-items{color:white;justify-content:space-between;padding:100px 0 65px}.abt-socials .social-items .social-text-block{display:inline-block;vertical-align:middle}.abt-socials .social-items .social-text-block p:first-child{color:#b8c3cc;font-size:16px}.abt-socials .social-items .social-text-block p:nth-child(2){color:#b8c3cc;font-size:12px}@media (max-width: 1199.98px){.abt-socials .social-items .social-text-block p:nth-child(2){font-size:11px}}@media (max-width: 767.98px){.abt-socials .social-items .social-text-block p:nth-child(2){font-size:10px}}.abt-socials .social-items div:last-child{padding-right:0;margin-right:0}@media (max-width: 1439.98px){.abt-socials .social-items>div{padding-right:6px;padding-left:6px}}@media (max-width: 1199.98px){.abt-socials .social-items>div{padding-right:0;padding-left:0;white-space:nowrap}}@media (max-width: 991.98px){.abt-socials .social-items{justify-content:flex-start;padding-left:33px}.abt-socials .social-items>div{margin:0 0 25px}}@media (max-width: 767.98px){.abt-socials .social-items{padding-left:15px}.abt-socials .social-items .social-text-block{position:relative;left:-7px}}.abt-socials .icon-social{background:url(/img/abt-social-sprite.png) no-repeat;display:inline-block;vertical-align:middle;width:59px;height:59px;margin-right:17px}.abt-socials .icon-social.icon-dis{background-position:0 0}.abt-socials .icon-social.icon-fb{background-position:-121px 0}.abt-socials .icon-social.icon-tw{background-position:-180px 0}.abt-socials .icon-social.icon-yt{background-position:-58px 0}.abt-socials .icon-social.icon-red{background-position:-312px 0}.abt-socials .icon-social.icon-vk{background-position:-238px 0;width:70px}@media (max-width: 1199.98px){.abt-socials .icon-social{margin-right:3px}}@media (max-width: 767.98px){.abt-socials .icon-social{transform:scale(0.8)}}@media (max-width: 991.98px){.abt-socials{padding:100px 0 70px}}@media (max-width: 1439.98px){html{font-size:9px}.site-header{padding:28px 0 15px 0}.navbar li{padding-right:29px}.navbar a{font-size:14px}.header-up-nail{transform:translate(-320px, 0)}.last-updates .block-trigger{padding:23px 0 15px}.last-updates .block-trigger .block-title{font-size:14px}.last-updates .block-trigger .filter-trigger{font-size:14px}.last-updates .block-trigger .filter-trigger .filter-items{right:auto}.last-updates .block-item-news .item-news{width:280px;height:268px}.last-updates .block-item-news .item-news .item-img{width:280px;height:160px}.last-updates .block-item-news .item-news .item-img img{width:280px;height:160px}.last-updates .block-item-news .item-news .item-description span:first-child{font-size:16px;line-height:1.25}.last-updates .block-item-news .item-news .item-description p{font-size:13px;line-height:1.54}.last-updates .block-item-news .main-item{height:555px}.last-updates .block-item-news .main-item .item-img{height:448px}.last-updates .block-item-news .main-item .item-img img{height:448px}.last-updates .block-promo{left:-76px}.last-updates .item-promo{width:280px;height:400px}.last-updates .item-promo img{width:280px;height:400px}button.alm-load-more-btn{font-size:11px !important;line-height:normal !important;padding:10px 20px !important;border-width:1px !important}.about-game .block-title .title{font-size:14px}.about-game .block-items .item{width:367px;height:334px;margin:0 42px 18px 0}.about-game .block-items .item .item-img{width:367px;height:216px}.about-game .block-items .item .item-img img{width:367px;height:216px}.about-game .block-items .item .item-title{font-size:16px;line-height:1.25}.about-game .block-items .item .item-meta{font-size:14px;line-height:1.71}.about-game .block-items .item .item-description{font-size:13px;line-height:1.54;margin:3px 0 0 0}.about-game .block-items .main-item{height:686px}.about-game .block-items .main-item .item-img{height:568px}.about-game .block-items .main-item .item-img img{height:568px}.about-game .block-in-dev{left:-119px}.about-game .block-in-dev .block-items-dev .item{width:400px;height:116px}.about-game .block-in-dev .block-items-dev .item img{width:400px;height:116px}.about-game .block-in-dev .block-items-dev .item .img-pallet{width:400px;height:116px}.about-game .block-in-dev .block-items-dev .item .title{top:63px}.about-game .btn{font-size:11px;line-height:normal;border-width:1px}.section-subscribe>.container>.row{justify-content:center}.social-channels{padding:102px 0px 41px}.footer-nail{left:86%}.site-footer{padding:30px 0 15px}.site-footer .block-logo{margin-left:10px}.news-media-content .item-fixed{height:400px}.news-media-content .item-fixed .block-img{width:716px;height:400px}.news-media-content .item-fixed .block-img img{width:716px;height:400px}.news-media-content .item-fixed .block-text{height:400px}.news-media-content .item-fixed .block-text .item-title{font-size:28px}.news-media-content .item-fixed .block-text .item-description{line-height:1.4}.news-media-content .item-fixed .btn{font-size:17px;padding:12px 25px}.news-media-content .btn{font-size:17px;line-height:normal;padding:12px 25px}.news-media-content .item{height:264px}.news-media-content .item .block-img{width:468px;height:264px;flex:1 0 468px}.news-media-content .item .block-img img{width:468px;height:264px}.news-media-content .item .item-title{font-size:28px}.article-page .block-content{padding:32px 48px;flex:0 0 74%;max-width:74%}.article-page .block-rside{flex:0 0 26%;max-width:26%}.article-page .block-rside .block-item-news .item-news{width:280px;margin-right:0}.article-page .block-rside .block-item-news .item-news .item-img{width:280px;height:160px}.article-page .block-rside .block-item-news .item-news .item-img img{width:280px;height:160px}.article-page .block-rside .block-item-news .item-news .item-description span:first-child{font-size:16px}.article-page .block-rside .block-item-news .item-news .item-description p{font-size:13px}.media-content .block-media-items .item{width:364px;height:218px}.media-content .block-media-items .item .item-img{width:364px;height:218px}.media-content .block-media-items .item .item-img img{width:364px;height:218px}.media-content .block-media-items .double-item{height:488px}.media-content .block-media-items .double-item .item-img{height:488px}.media-content .block-media-items .double-item .item-img img{height:488px}.screens .container-fluid .text-block,.screens .container-sm .text-block,.screens .container-md .text-block,.screens .container-lg .text-block,.screens .container-xl .text-block,.screens .container-xxl .text-block{padding:12% 11% 7% 11%}.screens .container-fluid .text-block.squid,.screens .container-sm .text-block.squid,.screens .container-md .text-block.squid,.screens .container-lg .text-block.squid,.screens .container-xl .text-block.squid,.screens .container-xxl .text-block.squid{padding:16% 13% 6% 11%}.screen-three .text-block{padding:115px 30px}.main-slide-space-ship{width:500px !important;height:411px !important;top:auto !important;bottom:0 !important}.main-slide-logo{left:auto !important;right:10% !important;width:270px !important;height:130px !important}.main-slide-btn{left:auto !important;right:10% !important;width:268px !important}body.body-about header{padding:9px 0}body.body-about header .header-logo .header-logo-d{width:183px}.navbar-about .btn-reg{padding:15px 50px}}@media (max-width: 1199.98px){html{font-size:8.5px}.header-logo{position:relative;top:5px}.header-logo .header-logo-d{width:203px}.header-up-nail{transform:translate(-214px, 0)}.navbar.navbar-home{padding-left:50px}.navbar li{padding-right:25px}.navbar a{font-size:11px}.navbar .menu-item-account a:before{transform:scale(0.8);top:6px;left:-17px}.navbar .menu-item-support a:before{transform:scale(0.8);top:6px;left:-17px}.navbar .dropdown-toggle::after{transform:translateY(-50%) scale(0.8)}.navbar .menu-dropdown-account a.menu-trigger::before{transform:translateY(-50%) scale(0.8);left:-17px}.last-updates .block-trigger .filter-trigger .filter-items{right:auto}.last-updates .block-item-news .item-news{width:228px;height:217px;margin:0 16px 20px 0}.last-updates .block-item-news .item-news .item-img{width:228px;height:132px}.last-updates .block-item-news .item-news .item-img img{width:228px;height:132px}.last-updates .block-item-news .item-news .item-description span:first-child{font-size:14px;line-height:1.25}.last-updates .block-item-news .item-news .item-description p{font-size:12px;line-height:1.33}.last-updates .block-item-news .item-news .item-icons{top:-9px;padding:0px 5px}.last-updates .block-item-news .item-news .item-icons .item-icon{transform:scale(0.75);margin-right:-2px}.last-updates .block-item-news .main-item{height:368px;margin:0 16px 20px 0}.last-updates .block-item-news .main-item .item-img{height:368px}.last-updates .block-item-news .main-item .item-img img{height:368px}.last-updates .block-promo{left:-66px}.last-updates .item-promo{width:228px;height:332px}.last-updates .item-promo img{width:228px;height:332px}.about-game .block-items .item{width:304px;height:264px;margin:0 24px 24px 0}.about-game .block-items .item .item-img{width:304px;height:172px}.about-game .block-items .item .item-img img{width:304px;height:172px}.about-game .block-items .item .item-title{font-size:14px;line-height:1.43}.about-game .block-items .item .item-meta{font-size:10px;line-height:normal}.about-game .block-items .item .item-description{font-size:12px;line-height:1.33;margin:3px 0 0 0}.about-game .block-items .main-item{height:552px}.about-game .block-items .main-item .item-img{height:460px}.about-game .block-items .main-item .item-img img{height:460px}.about-game .block-in-dev{left:-87px}.about-game .block-in-dev .block-items-dev .item{width:304px;height:100px;margin-bottom:12px}.about-game .block-in-dev .block-items-dev .item img{width:304px;height:100px}.about-game .block-in-dev .block-items-dev .item .img-pallet{width:304px;height:100px}.about-game .block-in-dev .block-items-dev .item .title{top:63px}.about-game .btn{font-size:11px;line-height:normal;border-width:1px}.social-channels .social-items>div{margin-bottom:52px}.news-media-content .item-fixed{height:304px}.news-media-content .item-fixed .block-img{width:540px;height:304px}.news-media-content .item-fixed .block-img img{width:540px;height:304px}.news-media-content .item-fixed .block-text{height:304px}.news-media-content .item-fixed .block-text .item-title{font-size:22px}.news-media-content .item-fixed .block-text .item-description{line-height:1.3;font-size:13px;margin-bottom:5px}.news-media-content .item-fixed .btn{font-size:15px;padding:7px 17px}.news-media-content .btn{line-height:normal;font-size:15px;padding:7px 17px}.news-media-content .item{height:232px}.news-media-content .item .block-img{width:414px;height:232px;flex:1 0 414px}.news-media-content .item .block-img img{width:414px;height:232px}.news-media-content .item .item-title{font-size:22px}.news-media-content .item .item-description{line-height:1.3;font-size:13px;margin-bottom:5px}.article-page>.container>.row:nth-child(2){justify-content:space-between}.article-page.news-post .block-content{padding:32px 48px;flex:0 0 73%;max-width:73%}.article-page .block-rside{flex:0 0 26%;max-width:26%}.article-page .block-rside .block-item-news .item-news{width:228px}.article-page .block-rside .block-item-news .item-news .item-img{width:228px;height:132px}.article-page .block-rside .block-item-news .item-news .item-img img{width:228px;height:132px}.media-content .block-media-items .item{width:304px;height:180px;margin:0 25px 25px 0}.media-content .block-media-items .item .item-img{width:304px;height:180px}.media-content .block-media-items .item .item-img img{width:304px;height:180px}.media-content .block-media-items .double-item{height:385px}.media-content .block-media-items .double-item .item-img{height:385px}.media-content .block-media-items .double-item .item-img img{height:385px}.media-content .block-btn{top:0}.h1-img-logo img{max-width:100%}.screens .container-fluid .text-block,.screens .container-sm .text-block,.screens .container-md .text-block,.screens .container-lg .text-block,.screens .container-xl .text-block,.screens .container-xxl .text-block{padding:16% 9% 7% 12%}.screens .container-fluid .text-block .p-second,.screens .container-sm .text-block .p-second,.screens .container-md .text-block .p-second,.screens .container-lg .text-block .p-second,.screens .container-xl .text-block .p-second,.screens .container-xxl .text-block .p-second{font-size:3.5rem}.screens .container-fluid .text-block.squid,.screens .container-sm .text-block.squid,.screens .container-md .text-block.squid,.screens .container-lg .text-block.squid,.screens .container-xl .text-block.squid,.screens .container-xxl .text-block.squid{padding:17% 6% 6% 13%}.main-slide-space-ship{bottom:-20px !important;right:30px !important;left:120px !important}.main-slide-logo{top:100px !important}body.body-about header .header-logo .header-logo-d{width:183px;top:-5px;position:relative}}@media (max-width: 991.98px){html{font-size:7px}.site-header{padding:23px 0 15px 0}.header-logo{top:7px}.header-logo-d{display:none}.header-logo-m{display:block;width:32px;top:-6px;position:relative}.navbar li{padding-right:25px}.navbar .menu-item-support{padding-right:35px}.navbar .menu-item-support a:before{transform:scale(0.7);left:-14px}.navbar .menu-item-account a:before{transform:scale(0.7);left:-14px}.navbar.navbar-home{padding-left:30px}.navbar .menu-account>ul:nth-child(1){margin-right:15px}.navbar .dropdown-toggle::after{transform:translateY(-50%) scale(0.7)}.header-up-nail{transform:translate(-263px, 0)}.colony-slider .slide-news-title div{font-size:30px !important}.colony-slider .slide-news-desc div{font-size:14px !important}.colony-slider .slide-news-btn div{font-size:15px !important}.last-updates .block-trigger .filter-trigger .filter-items{right:auto}.last-updates .block-item-news .item-news{width:170px;height:215px;margin:0 10px 6px 0}.last-updates .block-item-news .item-news .item-img{width:170px;height:94px}.last-updates .block-item-news .item-news .item-img img{width:170px;height:94px}.last-updates .block-item-news .item-news .item-description span:first-child{font-size:12px;line-height:1.25}.last-updates .block-item-news .item-news .item-description p{font-size:11px;line-height:1.33}.last-updates .block-item-news .item-news .item-icons{top:-9px;padding:0px 5px}.last-updates .block-item-news .item-news .item-icons .item-icon{transform:scale(0.75);margin-right:-2px}.last-updates .block-item-news .main-item{height:314px;margin:0 10px 6px 0}.last-updates .block-item-news .main-item .item-img{height:314px}.last-updates .block-item-news .main-item .item-img img{height:314px}.last-updates .block-promo{left:-46px}.last-updates .item-promo{width:166px;height:250px}.last-updates .item-promo img{width:166px;height:250px}.about-game .block-items .item{width:224px;height:258px;margin:0 21px 7px 0}.about-game .block-items .item .item-img{width:224px;height:128px}.about-game .block-items .item .item-img img{width:224px;height:128px}.about-game .block-items .item .item-title{font-size:14px;line-height:1.43}.about-game .block-items .item .item-meta{font-size:10px;line-height:normal}.about-game .block-items .item .item-description{font-size:12px;line-height:1.33;margin:3px 0 0 0}.about-game .block-items .main-item{height:525px}.about-game .block-items .main-item .item-img{height:393px}.about-game .block-items .main-item .item-img img{height:393px}.about-game .block-in-dev{left:-65px}.about-game .block-in-dev .block-items-dev .item{width:224px;height:88px;margin-bottom:16px}.about-game .block-in-dev .block-items-dev .item img{width:224px;height:88px}.about-game .block-in-dev .block-items-dev .item .img-pallet{width:224px;height:88px}.about-game .block-in-dev .block-items-dev .item .title{top:43px;left:-10px;font-size:18px}.about-game .btn{font-size:11px;line-height:normal;border-width:1px}.social-channels{padding:58px 0px 34px}.social-channels .social-items{padding:0 30px}.social-channels .social-items>div{margin-bottom:32px}.news-media-content .item-fixed{height:208px;margin-bottom:30px}.news-media-content .item-fixed .block-img{width:372px;height:208px}.news-media-content .item-fixed .block-img img{width:372px;height:208px}.news-media-content .item-fixed .block-text{height:208px}.news-media-content .item-fixed .block-text .item-title{font-size:16px;line-height:1.15;padding-top:5px}.news-media-content .item-fixed .block-text .item-description{line-height:1.2;font-size:12px;margin-bottom:5px;padding:7px 0}.news-media-content .item-fixed .btn{font-size:12px;padding:7px 15px}.news-media-content .btn{line-height:normal;font-size:11px;padding:7px 15px;border-width:1px}.news-media-content .item{height:208px}.news-media-content .item .block-img{width:372px;height:208px;flex:1 0 372px}.news-media-content .item .block-img img{width:372px;height:208px}.news-media-content .item .item-title{font-size:16px;line-height:1.15}.news-media-content .item .item-description{line-height:1.2;font-size:12px;margin-bottom:5px;padding:5px 0}.article-page{font-size:6px}.article-page .block-back{margin:5px 0 14px}.article-page>.container>.row:nth-child(2){justify-content:space-between}.article-page.news-post .block-content{padding:32px 29px;flex:0 0 64%;max-width:64%}.article-page .block-rside{flex:0 0 26%;max-width:26%}.article-page .block-rside .block-item-news .item-news{width:224px}.article-page .block-rside .block-item-news .item-news .item-img{width:224px;height:128px}.article-page .block-rside .block-item-news .item-news .item-img img{width:224px;height:128px}.article-page .block-rside .block-item-news .item-news .item-meta{padding-top:5px}.article-page .block-rside .block-item-news .item-news .item-description span:first-child{font-size:14px;line-height:1.2;padding-bottom:5px}.article-page .block-rside .block-item-news .item-news .item-description p{font-size:12px;line-height:1.2}.media-content{padding:0px 0 65px}.media-content .block-media-items .item{width:340px;height:200px;margin:0 25px 25px 0}.media-content .block-media-items .item .item-img{width:340px;height:200px}.media-content .block-media-items .item .item-img img{width:340px;height:200px}.media-content .block-media-items .double-item{height:425px}.media-content .block-media-items .double-item .item-img{height:425px}.media-content .block-media-items .double-item .item-img img{height:425px}.media-content .block-btn{top:0}.main-support .category-links .item a{padding:40px 20px}.main-support .support-search-bar{padding:72px 40px}.screens .img-text-block-screen-two{width:159%}.screens .img-text-block-screen-four{width:166%}.screens .container-fluid .text-block,.screens .container-sm .text-block,.screens .container-md .text-block,.screens .container-lg .text-block,.screens .container-xl .text-block,.screens .container-xxl .text-block{padding:10% 9% 4% 6%;width:768px}.screens .container-fluid .text-block .p-second,.screens .container-sm .text-block .p-second,.screens .container-md .text-block .p-second,.screens .container-lg .text-block .p-second,.screens .container-xl .text-block .p-second,.screens .container-xxl .text-block .p-second{font-size:3.5rem}.screens .container-fluid .text-block.squid,.screens .container-sm .text-block.squid,.screens .container-md .text-block.squid,.screens .container-lg .text-block.squid,.screens .container-xl .text-block.squid,.screens .container-xxl .text-block.squid{padding:10% 14% 5% 6%}.news-media-content .item-fixed{height:208px}.news-media-content .item-fixed .block-img{width:372px;height:208px}.news-media-content .item-fixed .block-img img{width:372px;height:208px}.news-media-content .item-fixed .block-text{height:208px;padding:20px 30px}.news-media-content .item-fixed .block-text .item-title{font-size:16px}.news-media-content .item-fixed .block-text .item-description{line-height:1.3;font-size:12px;margin-bottom:5px}.news-media-content .item-fixed .btn{font-size:11px;padding:7px 17px}.news-media-content .btn{line-height:normal;font-size:11px;padding:7px 17px}.news-media-content .item{height:208px}.news-media-content .item .block-img{width:372px;height:208px;flex:1 0 372px}.news-media-content .item .block-img img{width:372px;height:208px}.news-media-content .item .block-text{padding:0 0 0 30px}.news-media-content .item .block-text .item-title{font-size:16px;line-height:1.25}.news-media-content .item .block-text .item-description{line-height:1.3;font-size:12px;margin-bottom:5px}.news-media-content div.pagination{margin:30px 0}.main-slide-space-ship{width:450px !important;height:380px !important;top:auto !important;bottom:-25% !important;left:7% !important}.main-slide-logo{top:100px !important}body.page-template-tmpl-faq .cards-faq{margin-top:0;padding-top:30px}body.single-post iframe{max-width:100%;height:300px}.navbar-about .btn-reg{padding:15px 30px}}@media (max-width: 767.98px){.header-up-nail,.header-down-nail,.footer-nail{display:none}.side-menu-overlay{background-color:rgba(0,0,0,0.8)}.xpay2Play-widget-simple-payment-button{padding-right:1.9em !important;padding-left:1.9em !important}.main-slide-btn{left:50% !important;transform:translatex(-50%) !important;width:100% !important}.main-slide-btn div a div div{font-size:14px !important}#side-menu{background-image:linear-gradient(to bottom, #ffc100, #ffa000);min-height:310px}#side-menu ul{margin-bottom:20px}#side-menu ul li{margin-bottom:12px}#side-menu ul li a{font-size:17px;font-weight:normal;line-height:normal;color:#2e2e2e;text-transform:uppercase;position:relative}#side-menu .navbar-nav{padding-top:15px}#side-menu .menu-account{position:initial}#side-menu .menu-account .item-account{margin-bottom:0}#side-menu .menu-account .item-account li{margin-bottom:0}#side-menu .menu-account .menu-lang-drop{bottom:0;position:absolute}#side-menu .menu-account .menu-lang-drop .dropdown-menu{background:transparent;border:none;padding-left:15px;margin-top:15px}#side-menu .menu-account .dropdown-toggle::after{background-position:96.35036496350365% 48.78048780487805%}#side-menu .menu-account .menu-item-support a::before{display:none;background-position:96.35036496350365% 20.833333333333332%}#side-menu .menu-account .menu-item-account a::before,#side-menu .menu-account .menu-dropdown-account .menu-trigger::before{display:none;background-position:96.35036496350365% 65%}#side-menu .menu-account .dropdown-menu{background:rgba(0,0,0,0);border:none;margin:10px 0 0 10px}#side-menu .menu-account .dropdown-menu a{font-size:16px}#side-menu .menu-account .menu-single-item-account{padding-top:0}#side-menu .close{font-weight:200;text-shadow:none;opacity:0.9}.site-header{padding:12px 0}.site-header .navbar-toggler{display:block;position:absolute;z-index:99}.site-header .col-header{display:flex;justify-content:center}.site-header .header-logo{top:0;margin:0}.site-header .header-logo img{width:28px;height:28px}.n2-ss-slider>div,.n2-ss-layers-container{height:400px !important}.wrap-arrows{display:none}.block-promo{display:none}.last-updates .block-trigger .filter-trigger{padding:0 10px;margin-left:30px}.last-updates .block-trigger .filter-trigger:before{left:-12px;top:6px}.last-updates .block-trigger .filter-trigger .filter-items{right:auto;left:-18px !important}.last-updates .block-trigger .filter-trigger .filter-items .triangle,.last-updates .block-trigger .filter-trigger .filter-items .triangle-2{display:none}.last-updates .block-trigger .block-title{display:none}.last-updates .block-item-news{display:flex;flex-wrap:wrap;justify-content:center}.last-updates .block-item-news .features-block{display:flex;flex-direction:column}.last-updates .block-item-news .item-news{width:320px;height:295px;margin:0 10px 6px 0}.last-updates .block-item-news .item-news .item-img{width:320px;height:184px}.last-updates .block-item-news .item-news .item-img img{width:320px;height:184px}.last-updates .block-item-news .item-news .item-meta span{font-size:11px;padding:2px 8px 0}.last-updates .block-item-news .item-news .item-description{padding:0 8px;text-align:left}.last-updates .block-item-news .item-news .item-description span:first-child{font-size:18px;line-height:20px}.last-updates .block-item-news .item-news .item-description p{font-size:14px;line-height:1.43}.last-updates .block-item-news .item-news .item-icons{top:-9px;padding:0px 5px}.last-updates .block-item-news .item-news .item-icons .item-icon{transform:scale(0.75);margin-right:-2px}.last-updates .block-item-news .alm-reveal{display:flex;flex-wrap:wrap;justify-content:center}.last-updates .block-item-news .main-item{height:612px;margin:0 10px 6px 0}.last-updates .block-item-news .main-item .item-img{height:500px}.last-updates .block-item-news .main-item .item-img img{height:500px}.last-updates .block-promo{left:-46px}.last-updates .item-promo{width:166px;height:250px}.last-updates .item-promo img{width:166px;height:250px}.become-a-founder .card-img img{max-width:100%}.become-a-founder .founder-packs .title-card{font-size:1.7rem;line-height:2rem}.about-game .block-title{padding:0 0 0 10px}.about-game .block-items{display:flex;flex-wrap:wrap;justify-content:center}.about-game .block-items .item{width:424px;height:auto;margin:0 0 25px 0;max-width:100%}.about-game .block-items .item .item-img{width:424px;height:auto;max-width:100%}.about-game .block-items .item .item-img img{width:424px;height:auto;max-width:100%}.about-game .block-items .item .item-info{padding:0 10px}.about-game .block-items .item .item-title{font-size:14px;line-height:28px}.about-game .block-items .item .item-meta{font-size:10px;line-height:1.71}.about-game .block-items .item .item-description{font-size:12px;line-height:1.25;margin:3px 0 0 0}.about-game .block-items .main-item{height:668px}.about-game .block-items .main-item .item-img{height:536px}.about-game .block-items .main-item .item-img img{height:656px}.about-game .block-in-dev{left:0;margin-top:30px}.about-game .block-in-dev .block-items-dev{display:flex;flex-wrap:wrap;justify-content:center}.about-game .block-in-dev .block-items-dev a{width:424px;height:132px;max-width:100%}.about-game .block-in-dev .block-items-dev .item{width:424px;height:132px;max-width:100%;margin-bottom:0}.about-game .block-in-dev .block-items-dev .item img{width:424px;height:132px;max-width:100%}.about-game .block-in-dev .block-items-dev .item .img-pallet{width:424px;height:132px;max-width:100%}.about-game .block-in-dev .block-items-dev .item .title{font-size:22px;font-weight:600;margin-left:31px;top:72px}.about-game .block-btn{text-align:center}.about-game .block-btn .btn{font-size:11px;line-height:normal;border-width:2px;font-weight:bold}.section-subscribe{padding:50px 0}.section-subscribe .block-text p{font-size:16px;line-height:1.25;padding:20px 0}.section-subscribe .block-form .input-main-form{width:100%;height:50px;margin-bottom:12px}.section-subscribe .block-form .btn-subscribe{height:50px;width:100%}.section-subscribe .block-form .accept-form{width:92%;background:rgba(0,0,0,0.9);margin-top:0}.section-subscribe .block-form span.wpcf7-not-valid-tip{margin-top:56px;width:94.4%;border-right:none}.section-subscribe .block-form div.wpcf7-validation-errors{width:99.4%}.section-subscribe .block-form .wpcf7-mail-sent-ok{margin-top:-58px;width:92%}.social-channels{padding:30px 0px}.social-channels .block-text{padding-left:16px;margin-bottom:20px}.social-channels .block-text .title{font-size:22px;font-weight:500;line-height:1.27}.social-channels .social-items{padding:0 15px}.social-channels .social-items .social-text-block p:first-child{font-size:18px;font-weight:500}.social-channels .social-items .social-text-block p:last-child{font-size:14px}.social-channels .social-items>div{margin-bottom:15px}.site-footer{padding:30px}.site-footer .block-logo{margin:30px auto}.site-footer .footer-right-side{flex-direction:row;display:flex;justify-content:center}.site-footer .footer-nav{display:flex;justify-content:center}.site-footer .footer-nav .footer-menu{width:320px}.site-footer .footer-nav .footer-menu li{padding:10px 20px 10px 0;white-space:normal}.site-footer .footer-nav .footer-menu li a{font-size:14px}.site-footer .rp{padding:0}.site-footer .block-copy{font-size:11px;margin-left:20px}.news-media-content{padding-top:20px}.news-media-content .block-label{padding-left:5px}.news-media-content .item-fixed{height:auto;flex-direction:column}.news-media-content .item-fixed .block-img{width:100%;height:auto;max-width:100%}.news-media-content .item-fixed .block-img img{width:100%;height:auto;max-width:100%}.news-media-content .item-fixed .block-text{height:auto;padding:20px}.news-media-content .item-fixed .block-text .item-title{font-size:22px}.news-media-content .item-fixed .block-text .item-description{line-height:1.3;font-size:13px;margin-bottom:5px}.news-media-content .item-fixed .btn{font-size:15px;padding:7px 17px}.news-media-content .btn{line-height:normal;font-size:15px;padding:7px 17px}.news-media-content .item{height:auto;flex-direction:column}.news-media-content .item .block-img{width:372px;height:auto;flex:1 0 100%;max-width:100%}.news-media-content .item .block-img img{width:372px;height:auto;max-width:100%}.news-media-content .item .block-text{padding:20px 20px 0;width:372px;max-width:100%}.news-media-content .item .block-text .item-title{font-size:22px}.news-media-content .item .block-text .item-description{line-height:1.3;font-size:13px;margin-bottom:5px}.news-media-content div.pagination{margin:40px 0 20px}.article-page{padding:25px 0 0}.article-page .block-back{padding-left:25px}.article-page.news-post .block-content{padding:32px 25px;flex:0 0 100%;max-width:100%}.article-page.news-post .block-content .block-title h1{font-size:25px}.article-page .block-rside{display:none}.media-content{padding:20px 0 65px}.media-content .block-label{padding-left:15px}.media-content .block-media-items{display:flex;flex-wrap:wrap;justify-content:center;margin-right:0}.media-content .block-media-items .item{margin:0 0 25px 0}.media-content .item-fixed .block-text{width:100%}.media-content .block-btn{top:0}.main-support{padding:0 0 20px}.main-support .category-links{padding:0 15px}.main-support .category-links .item{padding:0;margin-bottom:10px;width:100%}.main-support .category-links .item a{padding:20px 20px;border-radius:12px}.main-support .support-search-bar{padding:0 15px;border:none;border-radius:0;background:transparent;margin:70px 0 30px}.main-support .support-search-bar .search-block{width:100%}.main-support .support-search-bar .search-block .input-search{width:100%}.main-support .sidebar-menu{padding:0 15px}.main-support .sidebar-menu .menu-item .title-item{font-size:14px}.main-support .sidebar-menu .menu-item .sub-menu ul li a{font-size:14px}.main-support .support-content{padding:0;margin-top:40px}.main-support .support-content .block-content{border-radius:0;padding:20px}.main-support .support-content .block-back{position:absolute;top:-41px;left:20px}.main-support .support-cat-content{padding:0}.main-support .support-cat-content .category-content{padding:20px 30px;margin:20px 0}.main-support .support-cat-content .category-content .block-items{margin-top:15px}.main-support .support-cat-content .category-content .block-items ul{-moz-column-count:1;column-count:1;-webkit-padding-start:23px;padding-inline-start:23px}.main-support .support-cat-content .category-content .block-items ul li{margin-bottom:10px}.main-support .support-cat-content .category-content .block-items ul li:before{transform:scale(0.8);left:-19px;top:6px}.main-support .search-results{padding:0 20px}.screens .img-text-block-screen-two{width:165%}.screens .container-fluid .text-block,.screens .container-sm .text-block,.screens .container-md .text-block,.screens .container-lg .text-block,.screens .container-xl .text-block,.screens .container-xxl .text-block{width:64%}.screens .container-fluid .text-block.squid,.screens .container-sm .text-block.squid,.screens .container-md .text-block.squid,.screens .container-lg .text-block.squid,.screens .container-xl .text-block.squid,.screens .container-xxl .text-block.squid{padding:14% 14% 5% 9%}.h1-img-logo{margin:0 30px}.main-slide-1-text{display:none !important}.slide-main-spaceship-1{width:300px !important;height:280px !important;top:auto !important;bottom:-70px !important;left:50% !important;transform:translateX(-50%) !important}.main-slid-logo{left:50% !important;transform:translateX(-50%) !important;top:30px !important;width:200px !important;height:280px !important}.main-slide-btn-1{left:50% !important;transform:translateX(-50%) !important;top:150px !important;width:200px !important}.main-slide-btn-1 div a div div{font-size:12px !important}.slide-2-white-block{margin:0 !important}.slider-info-box{display:none}.div-buffer{display:none}.block-content ul li:before{top:4px}body.page-template-tmpl-faq .cards-faq{padding:100px 15px 50px !important}.system-req>.container>.row{padding:0 15px;margin:0}.system-req .tabss .tab-menu{display:flex;flex-direction:column}.system-req .tabss .tab-menu .tab-btn{margin-bottom:5px}.system-req{min-height:520px}body.single-post iframe{height:300px}.body-about .dropdown-menu{position:absolute !important}.body-about .header-logo-m{top:0}.body-about .navbar .row{margin:0}.body-about .site-header .navbar{display:block !important;padding:0 10px}.body-about .header-about{background:rgba(0,0,0,0.9);padding:1rem 0 !important;height:44px}.body-about .site-header .navbar-toggler{display:none}.body-about .site-header .container{max-width:100%}.body-about .menu-lang{position:absolute;right:0;display:flex;justify-content:flex-end;top:-27px}}@media (max-width: 575.98px){.slider-info-box{bottom:0}.slider-info-box.slide-right{right:0;bottom:-1000px}.on-air-box{width:100%;min-width:100%;font-size:0.6px;height:200px}.site-footer .footer-menu ul li{padding:10px 48px 10px 0}body.single-post iframe{height:200px}}@media (min-width: 1200px){.cards-section .container{max-width:1476px}}@media (max-height: 560px) and (max-width: 900px){.slider-info-box{bottom:10%}}@media (min-width: 441px) and (max-width: 768px){.slider-slide-1-btn-1{left:50% !important;top:38% !important;transform:translateX(-50%) !important}.slider-slide-1-btn-2{left:50% !important;top:48% !important;transform:translateX(-50%) !important}}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.catalog .slider-wrapper{position:inherit}.slick-slider .slick-track,.slick-slider .slick-list{transform:none}}.close-big{width:22px;height:22px;display:inline-block;background:url("/img/account/close-big.gif") 0 0 no-repeat}.close-big.close-big-red{background-position:0 0}.close-big.close-big-black{background-position:0 -22px}.close-big.close-big-white{background-position:0 -44px;opacity:0.5}a:hover .close-big.close-big-white{background-position:0 0;opacity:1}.social-icons{display:inline-block;background-repeat:no-repeat;background-image:url("/img/account/social-icons.png");overflow:hidden;text-indent:-9999px;text-align:left;width:22px;height:23px;margin-right:20px;border-bottom:3px double #2e2e2e}.social-icons.fb{background-position:-0 -0}.social-icons.vk{background-position:-22px -0}.social-icons.tw{background-position:-0 -18px}.social-icons.yt{background-position:-22px -18px}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){footer.dark .social-icons{background-image:url("/img/account/fixtures/social-icons-invert.png")}}.social_ico{cursor:pointer;vertical-align:middle;display:inline-block;text-decoration:none;margin:1rem .09rem 0;min-width:76px;margin:1rem 0 0;font-family:Arial;font-size:12px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;text-align:center;color:#979797;height:120px;padding:1px}.social_fix .social_ico{height:70px}.social_fix .social_ico .unbind{display:none}.social_ico span{display:block}.social_ico:hover{text-decoration:none;color:#4a76a8}.social_ico .oauth-icon{background-image:url(/img/account/social_icons_black.png);background-repeat:no-repeat;display:inline-block;width:32px;height:32px;padding:0;margin:0;position:relative;display:inline-block;color:rgba(255,255,255,0.44);margin-bottom:9px}.social_ico .network_name{transition:all 0.4s}.social_ico .oauth-icon:before{width:32px;height:32px;content:"";position:absolute;left:0;top:0;opacity:0;background-image:url(/img/account/social_icons_black.png);background-repeat:no-repeat;transition:all 0.4s}.social_ico:hover .oauth-icon:before{opacity:1}.social_ico.discord.binded .oauth-icon{background-position:0 0}.social_ico.discord .oauth-icon:before,.social_ico.discord.binded .oauth-icon:before{background-position:-32px 0}.social_ico.discord .oauth-icon{background-position:-64px 0}.social_ico.facebook.binded .oauth-icon{background-position:-96px 0}.social_ico.facebook .oauth-icon:before,.social_ico.facebook.binded .oauth-icon:before{background-position:0 -32px}.social_ico.facebook .oauth-icon{background-position:-32px -32px}.social_ico.google.binded .oauth-icon{background-position:-64px -32px}.social_ico.google .oauth-icon:before,.social_ico.google.binded .oauth-icon:before{background-position:-96px -32px}.social_ico.google .oauth-icon{background-position:0 -64px}.social_ico.instagram.binded .oauth-icon{background-position:-32px -64px}.social_ico.instagram .oauth-icon:before,.social_ico.instagram.binded .oauth-icon:before{background-position:-64px -64px}.social_ico.instagram .oauth-icon{background-position:-96px -64px}.social_ico.steam.binded .oauth-icon{background-position:0 -96px}.social_ico.steam .oauth-icon:before,.social_ico.steam.binded .oauth-icon:before{background-position:-32px -96px}.social_ico.steam .oauth-icon{background-position:-64px -96px}.social_ico.twitch.binded .oauth-icon{background-position:-96px -96px}.social_ico.twitch .oauth-icon:before,.social_ico.twitch.binded .oauth-icon:before{background-position:-128px 0}.social_ico.twitch .oauth-icon{background-position:-128px -32px}.social_ico.vkontakte.binded .oauth-icon{background-position:-128px -64px}.social_ico.vkontakte .oauth-icon:before,.social_ico.vkontakte.binded .oauth-icon:before{background-position:-128px -96px}.social_ico.vkontakte .oauth-icon{background-position:0 -128px}.unbind,.unbind_test{width:70px;border-radius:12px;margin-top:20px;height:24px;border:1px solid #999;line-height:24px;color:#999}.unbind:hover,.unbind_test:hover{text-decoration:none;background-color:rgba(255,255,255,0.5);color:#000}.social_ico:hover .unbind{color:#999}.social_ico:hover .unbind:hover{color:#4b98a3}.close_unbind{display:inline-block;position:relative;right:0;top:0;width:14px;height:14px;float:left;margin-top:3px;margin-left:-3px}.close_unbind:hover{opacity:1}.close_unbind:before,.close_unbind:after{position:absolute;left:15px;content:' ';height:16px;width:1px;background-color:#333}.close_unbind:before{transform:rotate(45deg)}.close_unbind:after{transform:rotate(-45deg)}.log_to_acc{width:135px;text-align:left;float:right;margin-top:-10px}.log_to_acc span{white-space:nowrap;width:135px;display:block;text-transform:none;font-size:12px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;text-align:center;color:#808080;margin-bottom:5px}.log_to_acc .nbutton{margin:0;width:135px}h1.log_to_acc_h1{text-align:left;padding-left:0 !important;margin-bottom:60px}.select_lang_block{margin-top:10px;height:30px;border:2px solid rgba(255,255,255,0.3);border-radius:15px;overflow:hidden}.select_lang_block.disabled{opacity:0.2}.select_lang_block .select_lang{cursor:pointer;text-align:center;width:50%;height:30px;line-height:25px;float:left;display:inline-block;transition:all 0.3s}.select_lang_block .select_lang.selected{color:#2a2e33;background-color:#00fff2}.disabled .select_lang{cursor:default}.disabled .checkbox__label{cursor:default !important}.disabled .main_button{cursor:default}.disabled .main_button:hover{background-color:rgba(255,255,255,0.3)}input::-ms-reveal{display:none}input[type=password].form-control,input[type=text].form-control,input[type=email].form-control{height:37px;font-size:2rem}.error input.form-control{border-color:#ee312f}.wrapper{width:300px;margin:0 auto}.clf{width:100%;height:0;clear:both}.block{width:100%;margin:0 auto 17px;text-align:left;width:632px}.block_content{min-height:98px;padding:15px 23px 0 15px;border-radius:20px;box-shadow:0 2px 16px 0 rgba(0,0,0,0.12);border:solid 1px rgba(255,255,255,0.13);background-image:linear-gradient(to bottom, rgba(216,216,216,0.02), rgba(216,216,216,0.02)),linear-gradient(144deg, rgba(255,255,255,0.05), rgba(255,255,255,0))}.block_content span{font-size:13px;color:rgba(255,255,255,0.8);display:inline-block;line-height:20px}.block_header{font-family:Roboto;font-size:18px;padding-top:3px;font-weight:normal;color:rgba(255,255,255,0.9);text-transform:uppercase}.block_header a{float:right;margin-top:6px}.s_block_wrapper{margin:10px 30px 30px 30px}.s_block_wrapper.m_status_fix{padding-top:5px;padding-right:15px}.s_block_wrapper.m_margin_fix{margin-top:50px !important;margin-bottom:0px}.s_block_wrapper.m_redeem_code_fix{min-height:75px;padding-top:10px}.m_status_fix span{margin-top:-5px}.s_block_wrapper+.s_block_wrapper{margin-top:0px}.m_redeem_code_fix input{background:none;width:100%;margin-bottom:15px;height:40px;border:solid 2px rgba(255,255,255,0.3);padding:0 15px;color:rgba(255,255,255,0.9);clear:both}.m_redeem_code_fix button{padding-left:15px;padding-right:15px;margin-top:10px;display:block;min-width:174px;height:40px;border-radius:20px;background-color:rgba(255,255,255,0.3);margin-right:15px;font-size:17px;color:#2a2e33;border:none;text-transform:uppercase;font-weight:600;transition:all 0.2s;line-height:40px}.m_redeem_code_fix button:hover{background-color:rgba(255,255,255,0.9)}.block_content .col-sm-4{text-align:center}.block_content p{font-size:13px;color:rgba(255,255,255,0.5);margin:10px 0 22px}.js_subscribe{font-size:13px;color:rgba(255,255,255,0.5)}.js_subscribe input{margin-right:10px}.s_block,.s_block.form-group{margin-top:8px;margin-right:8px;display:inline-block;min-height:88px;margin-bottom:0px}.s_block .s_hidden{display:none}.s_block.m_33p{width:calc( 33% - 10px)}.s_block.form-group.m_big{min-height:40px;font-weight:500;margin-bottom:10px}.s_block.form-group.m_wide{width:300px;position:relative}.s_block.form-group.m_wide #show_password{right:20px;top:23px}.s_block.m_small{min-height:32px;margin-bottom:3px}.s_block.m_small .text{margin-top:10px}.s_block .text{margin-top:7px;font-size:14px;font-weight:500;margin-bottom:9px;color:rgba(255,255,255,0.9)}.s_block input.form-control{border:2px solid rgba(255,255,255,0.3);background:none;outline:none;margin:0;padding-left:8px;padding-bottom:2px;margin-bottom:0px;margin-left:0px;width:calc( 100% - 5px)}.s_block input.form-control:focus{background:none;border:solid 2px rgba(255,255,255,0.3);color:rgba(255,255,255,0.9) !important;outline:none !important;box-shadow:none !important;padding-left:6px}.s_block input.form-control::-webkit-input-placeholder{color:rgba(255,255,255,0.9)}.s_block input.form-control::-moz-placeholder{color:rgba(255,255,255,0.9)}.s_block input.form-control:-moz-placeholder{color:rgba(255,255,255,0.9)}.s_block input.form-control:-ms-input-placeholder{color:rgba(255,255,255,0.9)}.s_block.m_big .text{font-size:22px;font-weight:500;margin:0px}.s_block_header,label.s_block_header{height:15px;font-family:Roboto;font-size:11px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#00b1ff;text-transform:uppercase;margin-bottom:0}.s_button{cursor:pointer;height:14px;font-size:12px;font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:rgba(255,255,255,0.4);background:none;border:none;transition:all .2s;padding-left:0}.s_button:hover{color:rgba(255,255,255,0.9)}.s_button.disabled{cursor:inherit;opacity:0}.s_button i{margin-right:7px}.s_button_round{min-width:144px;font-family:Roboto;text-align:center;width:144px;height:24px;border-radius:12px;border:solid 1px rgba(255,255,255,0.5);font-size:11px;color:#7f7f7f;text-transform:uppercase;line-height:24px;cursor:pointer;transition:all 0.2s}.s_button_round.js_lang_select{min-width:70px;width:70px;display:inline-block}.s_button_round.js_lang_select.selected{background-color:#fff;color:#000}.s_button_round.js_lang_select+.s_button_round.js_lang_select{margin-left:10px}.s_button_round:hover{text-decoration:none;background-color:rgba(255,255,255,0.5);color:#000}.s_button_round:focus{text-decoration:none;background-color:rgba(255,255,255,0.5);color:#000}.btn-test{width:auto;padding:0 20px}.add_friend_input button{float:right;margin:8px 10px}.m_right{float:right}.left{width:50%;float:left}.right{width:50%;float:left}i{display:inline-block;position:relative}.i-pen{background-image:url(/img/account/pen.png);width:8px;height:8px}.checkbox__input{position:absolute;width:0;height:0;margin:0;padding:0;opacity:0}.checkbox__label{position:relative;cursor:pointer;line-height:22px;padding-top:0px;padding-bottom:0px;padding-left:28px;color:rgba(255,255,255,0.5);font-size:1.5rem}.checkbox__label:before{content:'';position:absolute;top:0;left:0;width:16px;height:16px;border-radius:4px;margin:3px 3px 3px 0;border:solid 2px rgba(255,255,255,0.5);box-sizing:border-box;border-radius:3px}.checkbox__label a.link{text-decoration:underline;white-space:inherit}.padding_top{padding-top:10px}.checkbox__input:checked ~ .checkbox__label:before{width:16px;height:16px;border-radius:4px;margin:3px 3px 3px 0;border:solid 2px rgba(255,255,255,0.5)}.checkbox__input:checked ~ .checkbox__label:after{position:absolute;content:"";left:4px;top:7px;width:8px;height:8px;border-radius:2px;background-color:#00fff2}.checkbox__input:disabled ~ .checkbox__label{color:rgba(0,0,0,0.38)}.checkbox__input:disabled ~ .checkbox__label:before{border-color:rgba(0,0,0,0.26)}.checkbox__input:checked:disabled ~ .checkbox__label:before{background-color:rgba(0,0,0,0.26);background-clip:padding-box}.checkbox__description{font-size:12px;color:rgba(0,0,0,0.54);margin-top:8px;margin-left:28px;padding-bottom:4px}.s_block_header_white{font-size:13px;color:#fff;font-weight:600}.form-group-fix{position:relative;top:-2px}.feedback_text{overflow:hidden;padding:10px;width:100%;font-size:14px;margin:30px auto;display:block;border-radius:0px;background:transparent;color:rgba(255,255,255,0.9);border:solid 2px rgba(255,255,255,0.3)}.middle_pos{min-width:174px;height:40px;border-radius:20px;background-color:rgba(255,255,255,0.3);margin-right:15px;font-size:17px;color:#2a2e33;border:none;text-transform:uppercase;font-weight:600;transition:all 0.2s;line-height:40px;margin-bottom:15px}.subscribe_fix{margin:10px 30px 30px 30px}.subscribe_fix a{text-decoration:underline}.form-control.feedback_fix{height:40px;font-size:inherit;background:url(/img/icon-arrow-down-white.svg) no-repeat calc( 100% - 15px);color:#fff}.form-control.feedback_fix option{background-color:#25292f}.m_redeem_code_fix .input_code{margin:20px 0}.m_redeem_code_fix .input_code button{display:inline-block;margin-left:15px}.m_redeem_code_fix .input_code input{display:inline-block;width:150px}.feedback_block form{margin-right:30px}.input_code .invalid-feedback{text-align:left;padding-left:65px}.steam_code.block-narrow{text-align:left;font-size:2rem;max-width:60rem}.modal.fade{display:block !important}.fade:not(.show){opacity:1 !important}.disabled .main_button:hover{background-color:rgba(255,255,255,0.3)}.subscribe_fix.disabled{opacity:0.4}.modal-content .help{font-size:1.5rem;margin-top:25px}.modal-content .help a{text-decoration:underline}.m_modal_close_button button{padding-left:15px;padding-right:15px;margin-top:10px;display:inline-block;min-width:174px;height:40px;border-radius:20px;background-color:rgba(255,255,255,0.3);margin-right:15px;font-size:17px;color:#2a2e33;border:none;text-transform:uppercase;font-weight:600;transition:all 0.2s;line-height:40px}.m_modal_close_button button:hover{background-color:rgba(255,255,255,0.9)}.spa_land .svg-bullet-blue,.spa_land .main-support .support-cat-content .category-content .block-items ul li:before,.main-support .support-cat-content .category-content .block-items ul .spa_land li:before,.spa_land .main-support .support-content .block-content ul li:before,.main-support .support-content .block-content ul .spa_land li:before,.spa_land .svg-bullet-orange,.spa_land .block-content ul li:before,.block-content ul .spa_land li:before,.spa_land .svg-icon-alpha,.spa_land .svg-icon-arrow-down-black,.spa_land .wp .btn-goback:after,.wp .spa_land .btn-goback:after,.spa_land .btn-goback:after,.spa_land .last-updates .block-trigger .filter-trigger:before,.last-updates .block-trigger .spa_land .filter-trigger:before,.spa_land .svg-icon-arrow-down-white,.spa_land .main-support .sidebar-menu .menu-item .title-item:before,.main-support .sidebar-menu .menu-item .spa_land .title-item:before,.spa_land .svg-icon-arrow-left,.spa_land .media-single-page .block-content .single_prev_post:before,.media-single-page .block-content .spa_land .single_prev_post:before,.spa_land .colony-slider .slick-prev:before,.colony-slider .spa_land .slick-prev:before,.spa_land .svg-icon-arrow-right,.spa_land .media-single-page .block-content .single_next_post:before,.media-single-page .block-content .spa_land .single_next_post:before,.spa_land .colony-slider .slick-next:before,.colony-slider .spa_land .slick-next:before,.spa_land .svg-icon-arrow-white,.spa_land .svg-icon-comments,.spa_land .svg-icon-eye,.spa_land .svg-icon-eye-crossed,.spa_land .svg-icon-hint,.spa_land .svg-icon-mini-eye,.spa_land .svg-icon-mini-lock,.spa_land .svg-icon-mini-support,.spa_land .svg-icon-mini-support-black,.spa_land .svg-icon-rp,.spa_land .svg-icon-search,.spa_land .main-support .support-search-bar .search-block .button:before,.main-support .support-search-bar .search-block .spa_land .button:before,.spa_land .svg-icon-social-discord,.spa_land .social-channels .icon-social.icon-dis,.social-channels .spa_land .icon-social.icon-dis,.spa_land .svg-icon-social-facebook,.spa_land .social-channels .icon-social.icon-fb,.social-channels .spa_land .icon-social.icon-fb,.spa_land .svg-icon-social-reddit,.spa_land .social-channels .icon-social.icon-red,.social-channels .spa_land .icon-social.icon-red,.spa_land .svg-icon-social-twitter,.spa_land .social-channels .icon-social.icon-tw,.social-channels .spa_land .icon-social.icon-tw,.spa_land .svg-icon-social-vk,.spa_land .social-channels .icon-social.icon-vk,.social-channels .spa_land .icon-social.icon-vk,.spa_land .svg-icon-social-youtube,.spa_land .social-channels .icon-social.icon-yt,.social-channels .spa_land .icon-social.icon-yt,.spa_land .svg-lable-nw-art,.spa_land .news-content .block-label .art-icon,.news-content .block-label .spa_land .art-icon,.spa_land .media-content .block-label .art-icon,.media-content .block-label .spa_land .art-icon,.spa_land .block-item-news .item-news .item-icons .tag-art,.block-item-news .item-news .item-icons .spa_land .tag-art,.spa_land .svg-lable-nw-important,.spa_land .block-item-news .item-news .item-icons .tag-important,.block-item-news .item-news .item-icons .spa_land .tag-important,.spa_land .svg-lable-nw-news,.spa_land .news-content .block-label .news-icon,.news-content .block-label .spa_land .news-icon,.spa_land .block-item-news .item-news .item-icons .tag-news,.block-item-news .item-news .item-icons .spa_land .tag-news,.spa_land .svg-lable-nw-screen,.spa_land .news-content .block-label .screen-icon,.news-content .block-label .spa_land .screen-icon,.spa_land .media-content .block-label .screen-icon,.media-content .block-label .spa_land .screen-icon,.spa_land .block-item-news .item-news .item-icons .tag-screen,.block-item-news .item-news .item-icons .spa_land .tag-screen,.spa_land .svg-lable-nw-video,.spa_land .news-content .block-label .video-icon,.news-content .block-label .spa_land .video-icon,.spa_land .media-content .block-label .video-icon,.media-content .block-label .spa_land .video-icon,.spa_land .block-item-news .item-news .item-icons .tag-video,.block-item-news .item-news .item-icons .spa_land .tag-video,.spa_land .svg-user-solid,.spa_land .svg-user-solid-black,.spa_land .svg-bullet-blue,.spa_land .main-support .support-cat-content .category-content .block-items ul li:before,.main-support .support-cat-content .category-content .block-items ul .spa_land li:before,.spa_land .main-support .support-content .block-content ul li:before,.main-support .support-content .block-content ul .spa_land li:before,.spa_land .svg-bullet-orange,.spa_land .block-content ul li:before,.block-content ul .spa_land li:before,.spa_land .svg-icon-alpha,.spa_land .svg-icon-arrow-down-black,.spa_land .btn-goback:after,.spa_land .last-updates .block-trigger .filter-trigger:before,.last-updates .block-trigger .spa_land .filter-trigger:before,.spa_land .svg-icon-arrow-down-white,.spa_land .main-support .sidebar-menu .menu-item .title-item:before,.main-support .sidebar-menu .menu-item .spa_land .title-item:before,.spa_land .svg-icon-arrow-left,.spa_land .media-single-page .block-content .single_prev_post:before,.media-single-page .block-content .spa_land .single_prev_post:before,.spa_land .colony-slider .slick-prev:before,.colony-slider .spa_land .slick-prev:before,.spa_land .svg-icon-arrow-right,.spa_land .media-single-page .block-content .single_next_post:before,.media-single-page .block-content .spa_land .single_next_post:before,.spa_land .colony-slider .slick-next:before,.colony-slider .spa_land .slick-next:before,.spa_land .svg-icon-arrow-white,.spa_land .svg-icon-comments,.spa_land .svg-icon-eye,.spa_land .svg-icon-eye-crossed,.spa_land .svg-icon-hint,.spa_land .svg-icon-mini-eye,.spa_land .svg-icon-mini-lock,.spa_land .svg-icon-mini-support,.spa_land .svg-icon-mini-support-black,.spa_land .svg-icon-rp,.spa_land .svg-icon-search,.spa_land .main-support .support-search-bar .search-block .button:before,.main-support .support-search-bar .search-block .spa_land .button:before,.spa_land .svg-icon-social-discord,.spa_land .social-channels .icon-social.icon-dis,.social-channels .spa_land .icon-social.icon-dis,.spa_land .svg-icon-social-facebook,.spa_land .social-channels .icon-social.icon-fb,.social-channels .spa_land .icon-social.icon-fb,.spa_land .svg-icon-social-reddit,.spa_land .social-channels .icon-social.icon-red,.social-channels .spa_land .icon-social.icon-red,.spa_land .svg-icon-social-twitter,.spa_land .social-channels .icon-social.icon-tw,.social-channels .spa_land .icon-social.icon-tw,.spa_land .svg-icon-social-vk,.spa_land .social-channels .icon-social.icon-vk,.social-channels .spa_land .icon-social.icon-vk,.spa_land .svg-icon-social-youtube,.spa_land .social-channels .icon-social.icon-yt,.social-channels .spa_land .icon-social.icon-yt,.spa_land .svg-lable-nw-art,.spa_land .news-content .block-label .art-icon,.news-content .block-label .spa_land .art-icon,.spa_land .media-content .block-label .art-icon,.media-content .block-label .spa_land .art-icon,.spa_land .block-item-news .item-news .item-icons .tag-art,.block-item-news .item-news .item-icons .spa_land .tag-art,.spa_land .svg-lable-nw-important,.spa_land .block-item-news .item-news .item-icons .tag-important,.block-item-news .item-news .item-icons .spa_land .tag-important,.spa_land .svg-lable-nw-news,.spa_land .news-content .block-label .news-icon,.news-content .block-label .spa_land .news-icon,.spa_land .block-item-news .item-news .item-icons .tag-news,.block-item-news .item-news .item-icons .spa_land .tag-news,.spa_land .svg-lable-nw-screen,.spa_land .news-content .block-label .screen-icon,.news-content .block-label .spa_land .screen-icon,.spa_land .media-content .block-label .screen-icon,.media-content .block-label .spa_land .screen-icon,.spa_land .block-item-news .item-news .item-icons .tag-screen,.block-item-news .item-news .item-icons .spa_land .tag-screen,.spa_land .svg-lable-nw-video,.spa_land .news-content .block-label .video-icon,.news-content .block-label .spa_land .video-icon,.spa_land .media-content .block-label .video-icon,.media-content .block-label .spa_land .video-icon,.spa_land .block-item-news .item-news .item-icons .tag-video,.block-item-news .item-news .item-icons .spa_land .tag-video,.spa_land .svg-user-solid,.spa_land .svg-user-solid-black{background:url("/img/sprite/sprite-6e467e8e.svg") no-repeat}.spa_land .svg-bullet-blue,.spa_land .main-support .support-cat-content .category-content .block-items ul li:before,.main-support .support-cat-content .category-content .block-items ul .spa_land li:before,.spa_land .main-support .support-content .block-content ul li:before,.main-support .support-content .block-content ul .spa_land li:before{background-position:96.35036496350365% 45%}.spa_land .svg-bullet-blue-dims,.spa_land .main-support .support-cat-content .category-content .block-items ul li:before,.main-support .support-cat-content .category-content .block-items ul .spa_land li:before,.spa_land .main-support .support-content .block-content ul li:before,.main-support .support-content .block-content ul .spa_land li:before{width:12px;height:12px}.spa_land .svg-bullet-orange,.spa_land .block-content ul li:before,.block-content ul .spa_land li:before{background-position:96.35036496350365% 35.684647302904565%}.spa_land .svg-bullet-orange-dims,.spa_land .block-content ul li:before,.block-content ul .spa_land li:before{width:12px;height:11px}.spa_land .svg-icon-alpha{background-position:97.77777777777777% 7.627118644067797%}.spa_land .svg-icon-alpha-dims{width:16px;height:16px}.spa_land .svg-icon-arrow-down-black,.spa_land .btn-goback:after,.spa_land .last-updates .block-trigger .filter-trigger:before,.last-updates .block-trigger .spa_land .filter-trigger:before{background-position:96.35036496350365% 48.78048780487805%}.spa_land .svg-icon-arrow-down-black-dims,.spa_land .btn-goback:after{width:12px;height:6px}.spa_land .svg-icon-arrow-down-white,.spa_land .main-support .sidebar-menu .menu-item .title-item:before,.main-support .sidebar-menu .menu-item .spa_land .title-item:before{background-position:96.35036496350365% 56.09756097560975%}.spa_land .svg-icon-arrow-down-white-dims{width:12px;height:6px}.spa_land .svg-icon-arrow-left,.spa_land .media-single-page .block-content .single_prev_post:before,.media-single-page .block-content .spa_land .single_prev_post:before,.spa_land .colony-slider .slick-prev:before,.colony-slider .spa_land .slick-prev:before{background-position:32.592592592592595% 78.57142857142857%}.spa_land .svg-icon-arrow-left-dims{width:16px;height:28px}.spa_land .svg-icon-arrow-right,.spa_land .media-single-page .block-content .single_next_post:before,.media-single-page .block-content .spa_land .single_next_post:before,.spa_land .colony-slider .slick-next:before,.colony-slider .spa_land .slick-next:before{background-position:59.25925925925926% 78.57142857142857%}.spa_land .svg-icon-arrow-right-dims{width:16px;height:28px}.spa_land .svg-icon-arrow-white{background-position:65.18518518518519% 78.57142857142857%}.spa_land .svg-icon-arrow-white-dims{width:16px;height:28px}.spa_land .svg-icon-comments{background-position:96.35036496350365% 40.24896265560166%}.spa_land .svg-icon-comments-dims{width:12px;height:11px}.spa_land .svg-icon-eye{background-position:31.53846153846154% 88.98305084745763%}.spa_land .svg-icon-eye-dims{width:26px;height:16px}.spa_land .svg-icon-eye-crossed{background-position:100% 0}.spa_land .svg-icon-eye-crossed-dims{width:22px;height:18px}.spa_land .svg-icon-hint{background-position:96.35036496350365% 52.5%}.spa_land .svg-icon-hint-dims{width:12px;height:12px}.spa_land .svg-icon-mini-eye{background-position:21.428571428571427% 80.73394495412845%}.spa_land .svg-icon-mini-eye-dims{width:34px;height:34px}.spa_land .svg-icon-mini-lock{background-position:96% 25.833333333333332%}.spa_land .svg-icon-mini-lock-dims{width:11px;height:12px}.spa_land .svg-icon-mini-support{background-position:96.35036496350365% 30.833333333333332%}.spa_land .svg-icon-mini-support-dims{width:12px;height:12px}.spa_land .svg-icon-mini-support-black{background-position:96.35036496350365% 20.833333333333332%}.spa_land .svg-icon-mini-support-black-dims{width:12px;height:12px}.spa_land .svg-icon-rp{background-position:0 100%}.spa_land .svg-icon-rp-dims{width:54px;height:76px}.spa_land .svg-icon-search,.spa_land .main-support .support-search-bar .search-block .button:before,.main-support .support-search-bar .search-block .spa_land .button:before{background-position:97.77777777777777% 14.40677966101695%}.spa_land .svg-icon-search-dims{width:16px;height:16px}.spa_land .svg-icon-social-discord,.spa_land .social-channels .icon-social.icon-dis,.social-channels .spa_land .icon-social.icon-dis{background-position:0 0}.spa_land .svg-icon-social-discord-dims{width:88px;height:88px}.spa_land .svg-icon-social-facebook,.spa_land .social-channels .icon-social.icon-fb,.social-channels .spa_land .icon-social.icon-fb{background-position:44.44444444444444% 0}.spa_land .svg-icon-social-facebook-dims{width:88px;height:88px}.spa_land .svg-icon-social-reddit,.spa_land .social-channels .icon-social.icon-red,.social-channels .spa_land .icon-social.icon-red{background-position:0 53.65853658536585%}.spa_land .svg-icon-social-reddit-dims{width:88px;height:88px}.spa_land .svg-icon-social-twitter,.spa_land .social-channels .icon-social.icon-tw,.social-channels .spa_land .icon-social.icon-tw{background-position:44.44444444444444% 53.65853658536585%}.spa_land .svg-icon-social-twitter-dims{width:88px;height:88px}.spa_land .svg-icon-social-vk,.spa_land .social-channels .icon-social.icon-vk,.social-channels .spa_land .icon-social.icon-vk{background-position:88.88888888888889% 0}.spa_land .svg-icon-social-vk-dims{width:88px;height:88px}.spa_land .svg-icon-social-youtube,.spa_land .social-channels .icon-social.icon-yt,.social-channels .spa_land .icon-social.icon-yt{background-position:88.88888888888889% 53.65853658536585%}.spa_land .svg-icon-social-youtube-dims{width:88px;height:88px}.spa_land .svg-lable-nw-art,.spa_land .news-content .block-label .art-icon,.news-content .block-label .spa_land .art-icon,.spa_land .media-content .block-label .art-icon,.media-content .block-label .spa_land .art-icon,.spa_land .block-item-news .item-news .item-icons .tag-art,.block-item-news .item-news .item-icons .spa_land .tag-art{background-position:51.16279069767442% 78.57142857142857%}.spa_land .svg-lable-nw-art-dims{width:28px;height:28px}.spa_land .svg-lable-nw-important,.spa_land .block-item-news .item-news .item-icons .tag-important,.block-item-news .item-news .item-icons .spa_land .tag-important{background-position:40.310077519379846% 78.57142857142857%}.spa_land .svg-lable-nw-important-dims{width:28px;height:28px}.spa_land .svg-lable-nw-news,.spa_land .news-content .block-label .news-icon,.news-content .block-label .spa_land .news-icon,.spa_land .block-item-news .item-news .item-icons .tag-news,.block-item-news .item-news .item-icons .spa_land .tag-news{background-position:85.27131782945736% 78.57142857142857%}.spa_land .svg-lable-nw-news-dims{width:28px;height:28px}.spa_land .svg-lable-nw-screen,.spa_land .news-content .block-label .screen-icon,.news-content .block-label .spa_land .screen-icon,.spa_land .media-content .block-label .screen-icon,.media-content .block-label .spa_land .screen-icon,.spa_land .block-item-news .item-news .item-icons .tag-screen,.block-item-news .item-news .item-icons .spa_land .tag-screen{background-position:74.4186046511628% 78.57142857142857%}.spa_land .svg-lable-nw-screen-dims{width:28px;height:28px}.spa_land .svg-lable-nw-video,.spa_land .news-content .block-label .video-icon,.news-content .block-label .spa_land .video-icon,.spa_land .media-content .block-label .video-icon,.media-content .block-label .spa_land .video-icon,.spa_land .block-item-news .item-news .item-icons .tag-video,.block-item-news .item-news .item-icons .spa_land .tag-video{background-position:20.930232558139537% 93.75%}.spa_land .svg-lable-nw-video-dims{width:28px;height:28px}.spa_land .svg-user-solid{background-position:96.35036496350365% 60%}.spa_land .svg-user-solid-dims{width:12px;height:12px}.spa_land .svg-user-solid-black{background-position:96.35036496350365% 65%}.spa_land .svg-user-solid-black-dims{width:12px;height:12px}.spa_land .launcher-site-2{padding:0px;width:100%;background:#3e414e url("/img/Frame1920.jpg") no-repeat center center/cover;height:100vh}.spa_land .launcher-site-2 .launcher-news-items-wrap{display:flex;justify-content:center;height:inherit}.spa_land .launcher-site-2 .launcher-menu{background-color:#191e29;height:60px;width:100%;padding:0 30px;display:flex;justify-content:space-between;align-items:center}.spa_land .launcher-site-2 .launcher-menu ul{list-style-type:none;padding:0;margin:0;position:relative}.spa_land .launcher-site-2 .launcher-menu ul li{display:inline-block;padding-right:20px}.spa_land .launcher-site-2 .launcher-menu ul li:first-child a{color:rgba(255,255,255,0.9);border-bottom:solid 2px #818795;padding-bottom:2px}.spa_land .launcher-site-2 .launcher-menu ul a{font-size:13px;font-weight:normal;text-transform:uppercase;color:rgba(216,216,216,0.8)}.spa_land .launcher-site-2 .launcher-menu ul a:hover{color:#fff;opacity:1}.spa_land .launcher-site-2 .logo-box img{width:169px}.spa_land .launcher-site-2 .launcher-news-items{width:1228px;clear:both;padding:50px 32px}.spa_land .launcher-site-2 .news-item{max-width:47%;transition:all 300ms;margin:0;float:left}.spa_land .launcher-site-2 .news-item:first-child{margin-right:30px}.spa_land .launcher-site-2 .news-item:hover .item-text{opacity:0.8}.spa_land .launcher-site-2 .item-img{width:100%}.spa_land .launcher-site-2 .item-img img{width:100%;height:auto}.spa_land .launcher-site-2 .item-text{padding:0 19px}.spa_land .launcher-site-2 .item-title p{font-family:Roboto;font-size:17px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:1.41;letter-spacing:normal;color:rgba(255,255,255,0.9);margin:14px 0 8px}.spa_land .launcher-site-2 .item-desc p{font-size:14px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.43;letter-spacing:normal;color:rgba(255,255,255,0.9)}.spa_land .launcher-site-2 a:hover{text-decoration:none;opacity:0.8}.spa_land .slider-info-box{position:fixed;z-index:999;bottom:174px;transition:all 500ms ease;right:0}.spa_land .slider-info-box.slide-right{right:-1000px;transition:all 500ms ease}.spa_land .slider-info-box .close-icon{width:20px;height:20px;position:absolute;overflow:hidden;right:5px;top:8px}.spa_land .slider-info-box .close-icon:hover{cursor:pointer}.spa_land .slider-info-box .close-icon:before{content:"";position:absolute;height:2px;width:100%;top:50%;left:0;background:#fff;transition:all 500ms;transform:rotate(45deg)}.spa_land .slider-info-box .close-icon:after{content:"";position:absolute;height:2px;width:100%;top:50%;left:0;background:#fff;transition:all 500ms;transform:rotate(-45deg)}.spa_land .slider-info-box .close-icon:hover::before{transform:rotate(135deg)}.spa_land .slider-info-box .close-icon:hover::after{transform:rotate(45deg)}.spa_land .slider-info-box a:hover{text-decoration:none}.spa_land .on-air-box{width:500px;height:272px;background-color:#ffcb00;box-shadow:-3px 2px 28px #313131;padding:22px 34px;display:flex;font-size:1px}.spa_land .on-air-box a{color:#000;display:flex}.spa_land .on-air-box .boxes{text-align:center}.spa_land .on-air-box .box-1{padding-right:35px;border-right:3px solid #000}.spa_land .on-air-box .text-1{font-size:36em;font-weight:600;margin-bottom:10px}.spa_land .on-air-box .onair-text{font-size:50em;font-weight:600;color:red;border:2px solid red;display:inline-block;padding:4px 26px;line-height:55px}.spa_land .on-air-box .box-2{text-align:center;display:inline-block;margin-left:29px}.spa_land .on-air-box .text-2{font-size:29em;font-weight:600;line-height:39px;margin-bottom:6px}.spa_land .on-air-box .text-3{font-size:30em;font-weight:600;color:red;margin-bottom:15px}.spa_land .on-air-box .button{font-size:23em;font-weight:600;color:white;background:#000;padding:3px 0;display:inline-block;box-shadow:-2px 4px 5px rgba(0,0,0,0.4);width:243px}.spa_land .social-box .social{width:500px;height:272px;background-color:#ffcb00;box-shadow:-3px 2px 28px #313131;padding:22px 34px}.spa_land .social-box .social .text{margin-bottom:20px}.spa_land .social-box .social .text p{font-family:Roboto;font-size:22px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:1.27;letter-spacing:normal;color:#000000;text-transform:uppercase}.spa_land .social-box .social-links .item{display:inline-block;padding:0 30px 20px 0}.spa_land .social-box .social-links .item:nth-child(2){padding:0}.spa_land .social-box .close-icon{width:18px;height:18px;right:19px;top:12px}.spa_land .social-box .close-icon::before,.spa_land .on-air-box .close-icon::before{background:#000;transition:all 500ms}.spa_land .social-box .close-icon::after,.spa_land .on-air-box .close-icon::after{background:#000;transition:all 500ms}.spa_land .slider-info-box-2{position:fixed;z-index:999;bottom:174px;transition:all 500ms ease}.spa_land .slider-info-box-2:hover{-webkit-filter:saturate(1.2);filter:saturate(1.2)}.spa_land .slider-info-box-2.slide-right{transition:all 500ms ease}.spa_land .slider-info-box-2 .close-icon{width:20px;height:20px;position:absolute;overflow:hidden;right:5px;top:8px}.spa_land .slider-info-box-2 .close-icon:hover{cursor:pointer}.spa_land .slider-info-box-2 .close-icon:before{content:"";position:absolute;height:2px;width:100%;top:50%;left:0;background:#fff;transition:all 500ms;transform:rotate(45deg)}.spa_land .slider-info-box-2 .close-icon:after{content:"";position:absolute;height:2px;width:100%;top:50%;left:0;background:#fff;transition:all 500ms;transform:rotate(-45deg)}.spa_land .slider-info-box-2 .close-icon:hover::before{transform:rotate(135deg)}.spa_land .slider-info-box-2 .close-icon:hover::after{transform:rotate(45deg)}.spa_land .slider-info-box-2 a:hover{text-decoration:none;opacity:1}.spa_land .christmas-sale-box{right:-1000px}.spa_land .christmas-sale-box.slide-right{right:-28px;-webkit-animation-name:christmas-slide;animation-name:christmas-slide;-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-timing-function:ease;animation-timing-function:ease}.spa_land .christmas-sale-box .close-icon{width:27px;height:27px;right:35px}.spa_land .christmas-sale-box .close-icon:before,.spa_land .christmas-sale-box .close-icon:after{background:#000}.spa_land .christmas-ru{background:url(/img/red_christmas_ru.svg);width:442px;height:413px;background-size:cover}.spa_land .christmas-en{background:url(/img/red_christmas_en.svg);width:442px;height:413px;background-size:cover}@-webkit-keyframes christmas-slide{0%{transform:scale(1, 1);right:-1000px}10%{transform:scale(1.1, 0.9);right:-900px}30%{transform:scale(0.9, 1.1);right:-700px}50%{transform:scale(1, 1);right:-500px}64%{transform:scale(1.1, 0.9);right:0px}100%{transform:scale(1, 1);right:-28px}}@keyframes christmas-slide{0%{transform:scale(1, 1);right:-1000px}10%{transform:scale(1.1, 0.9);right:-900px}30%{transform:scale(0.9, 1.1);right:-700px}50%{transform:scale(1, 1);right:-500px}64%{transform:scale(1.1, 0.9);right:0px}100%{transform:scale(1, 1);right:-28px}}.spa_land .svg-bullet-blue,.spa_land .main-support .support-cat-content .category-content .block-items ul li:before,.main-support .support-cat-content .category-content .block-items ul .spa_land li:before,.spa_land .main-support .support-content .block-content ul li:before,.main-support .support-content .block-content ul .spa_land li:before,.spa_land .svg-bullet-orange,.spa_land .block-content ul li:before,.block-content ul .spa_land li:before,.spa_land .svg-icon-alpha,.spa_land .svg-icon-arrow-down-black,.spa_land .wp .btn-goback:after,.wp .spa_land .btn-goback:after,.spa_land .btn-goback:after,.spa_land .last-updates .block-trigger .filter-trigger:before,.last-updates .block-trigger .spa_land .filter-trigger:before,.spa_land .svg-icon-arrow-down-white,.spa_land .main-support .sidebar-menu .menu-item .title-item:before,.main-support .sidebar-menu .menu-item .spa_land .title-item:before,.spa_land .svg-icon-arrow-left,.spa_land .media-single-page .block-content .single_prev_post:before,.media-single-page .block-content .spa_land .single_prev_post:before,.spa_land .colony-slider .slick-prev:before,.colony-slider .spa_land .slick-prev:before,.spa_land .svg-icon-arrow-right,.spa_land .media-single-page .block-content .single_next_post:before,.media-single-page .block-content .spa_land .single_next_post:before,.spa_land .colony-slider .slick-next:before,.colony-slider .spa_land .slick-next:before,.spa_land .svg-icon-arrow-white,.spa_land .svg-icon-comments,.spa_land .svg-icon-eye,.spa_land .svg-icon-eye-crossed,.spa_land .svg-icon-hint,.spa_land .svg-icon-mini-eye,.spa_land .svg-icon-mini-lock,.spa_land .svg-icon-mini-support,.spa_land .svg-icon-mini-support-black,.spa_land .svg-icon-rp,.spa_land .svg-icon-search,.spa_land .main-support .support-search-bar .search-block .button:before,.main-support .support-search-bar .search-block .spa_land .button:before,.spa_land .svg-icon-social-discord,.spa_land .social-channels .icon-social.icon-dis,.social-channels .spa_land .icon-social.icon-dis,.spa_land .svg-icon-social-facebook,.spa_land .social-channels .icon-social.icon-fb,.social-channels .spa_land .icon-social.icon-fb,.spa_land .svg-icon-social-reddit,.spa_land .social-channels .icon-social.icon-red,.social-channels .spa_land .icon-social.icon-red,.spa_land .svg-icon-social-twitter,.spa_land .social-channels .icon-social.icon-tw,.social-channels .spa_land .icon-social.icon-tw,.spa_land .svg-icon-social-vk,.spa_land .social-channels .icon-social.icon-vk,.social-channels .spa_land .icon-social.icon-vk,.spa_land .svg-icon-social-youtube,.spa_land .social-channels .icon-social.icon-yt,.social-channels .spa_land .icon-social.icon-yt,.spa_land .svg-lable-nw-art,.spa_land .news-content .block-label .art-icon,.news-content .block-label .spa_land .art-icon,.spa_land .media-content .block-label .art-icon,.media-content .block-label .spa_land .art-icon,.spa_land .block-item-news .item-news .item-icons .tag-art,.block-item-news .item-news .item-icons .spa_land .tag-art,.spa_land .svg-lable-nw-important,.spa_land .block-item-news .item-news .item-icons .tag-important,.block-item-news .item-news .item-icons .spa_land .tag-important,.spa_land .svg-lable-nw-news,.spa_land .news-content .block-label .news-icon,.news-content .block-label .spa_land .news-icon,.spa_land .block-item-news .item-news .item-icons .tag-news,.block-item-news .item-news .item-icons .spa_land .tag-news,.spa_land .svg-lable-nw-screen,.spa_land .news-content .block-label .screen-icon,.news-content .block-label .spa_land .screen-icon,.spa_land .media-content .block-label .screen-icon,.media-content .block-label .spa_land .screen-icon,.spa_land .block-item-news .item-news .item-icons .tag-screen,.block-item-news .item-news .item-icons .spa_land .tag-screen,.spa_land .svg-lable-nw-video,.spa_land .news-content .block-label .video-icon,.news-content .block-label .spa_land .video-icon,.spa_land .media-content .block-label .video-icon,.media-content .block-label .spa_land .video-icon,.spa_land .block-item-news .item-news .item-icons .tag-video,.block-item-news .item-news .item-icons .spa_land .tag-video,.spa_land .svg-user-solid,.spa_land .svg-user-solid-black,.spa_land .svg-bullet-blue,.spa_land .main-support .support-cat-content .category-content .block-items ul li:before,.main-support .support-cat-content .category-content .block-items ul .spa_land li:before,.spa_land .main-support .support-content .block-content ul li:before,.main-support .support-content .block-content ul .spa_land li:before,.spa_land .svg-bullet-orange,.spa_land .block-content ul li:before,.block-content ul .spa_land li:before,.spa_land .svg-icon-alpha,.spa_land .svg-icon-arrow-down-black,.spa_land .btn-goback:after,.spa_land .last-updates .block-trigger .filter-trigger:before,.last-updates .block-trigger .spa_land .filter-trigger:before,.spa_land .svg-icon-arrow-down-white,.spa_land .main-support .sidebar-menu .menu-item .title-item:before,.main-support .sidebar-menu .menu-item .spa_land .title-item:before,.spa_land .svg-icon-arrow-left,.spa_land .media-single-page .block-content .single_prev_post:before,.media-single-page .block-content .spa_land .single_prev_post:before,.spa_land .colony-slider .slick-prev:before,.colony-slider .spa_land .slick-prev:before,.spa_land .svg-icon-arrow-right,.spa_land .media-single-page .block-content .single_next_post:before,.media-single-page .block-content .spa_land .single_next_post:before,.spa_land .colony-slider .slick-next:before,.colony-slider .spa_land .slick-next:before,.spa_land .svg-icon-arrow-white,.spa_land .svg-icon-comments,.spa_land .svg-icon-eye,.spa_land .svg-icon-eye-crossed,.spa_land .svg-icon-hint,.spa_land .svg-icon-mini-eye,.spa_land .svg-icon-mini-lock,.spa_land .svg-icon-mini-support,.spa_land .svg-icon-mini-support-black,.spa_land .svg-icon-rp,.spa_land .svg-icon-search,.spa_land .main-support .support-search-bar .search-block .button:before,.main-support .support-search-bar .search-block .spa_land .button:before,.spa_land .svg-icon-social-discord,.spa_land .social-channels .icon-social.icon-dis,.social-channels .spa_land .icon-social.icon-dis,.spa_land .svg-icon-social-facebook,.spa_land .social-channels .icon-social.icon-fb,.social-channels .spa_land .icon-social.icon-fb,.spa_land .svg-icon-social-reddit,.spa_land .social-channels .icon-social.icon-red,.social-channels .spa_land .icon-social.icon-red,.spa_land .svg-icon-social-twitter,.spa_land .social-channels .icon-social.icon-tw,.social-channels .spa_land .icon-social.icon-tw,.spa_land .svg-icon-social-vk,.spa_land .social-channels .icon-social.icon-vk,.social-channels .spa_land .icon-social.icon-vk,.spa_land .svg-icon-social-youtube,.spa_land .social-channels .icon-social.icon-yt,.social-channels .spa_land .icon-social.icon-yt,.spa_land .svg-lable-nw-art,.spa_land .news-content .block-label .art-icon,.news-content .block-label .spa_land .art-icon,.spa_land .media-content .block-label .art-icon,.media-content .block-label .spa_land .art-icon,.spa_land .block-item-news .item-news .item-icons .tag-art,.block-item-news .item-news .item-icons .spa_land .tag-art,.spa_land .svg-lable-nw-important,.spa_land .block-item-news .item-news .item-icons .tag-important,.block-item-news .item-news .item-icons .spa_land .tag-important,.spa_land .svg-lable-nw-news,.spa_land .news-content .block-label .news-icon,.news-content .block-label .spa_land .news-icon,.spa_land .block-item-news .item-news .item-icons .tag-news,.block-item-news .item-news .item-icons .spa_land .tag-news,.spa_land .svg-lable-nw-screen,.spa_land .news-content .block-label .screen-icon,.news-content .block-label .spa_land .screen-icon,.spa_land .media-content .block-label .screen-icon,.media-content .block-label .spa_land .screen-icon,.spa_land .block-item-news .item-news .item-icons .tag-screen,.block-item-news .item-news .item-icons .spa_land .tag-screen,.spa_land .svg-lable-nw-video,.spa_land .news-content .block-label .video-icon,.news-content .block-label .spa_land .video-icon,.spa_land .media-content .block-label .video-icon,.media-content .block-label .spa_land .video-icon,.spa_land .block-item-news .item-news .item-icons .tag-video,.block-item-news .item-news .item-icons .spa_land .tag-video,.spa_land .svg-user-solid,.spa_land .svg-user-solid-black{background:url("/img/sprite/sprite-6e467e8e.svg") no-repeat}.spa_land .svg-bullet-blue,.spa_land .main-support .support-cat-content .category-content .block-items ul li:before,.main-support .support-cat-content .category-content .block-items ul .spa_land li:before,.spa_land .main-support .support-content .block-content ul li:before,.main-support .support-content .block-content ul .spa_land li:before{background-position:96.35036496350365% 45%}.spa_land .svg-bullet-blue-dims,.spa_land .main-support .support-cat-content .category-content .block-items ul li:before,.main-support .support-cat-content .category-content .block-items ul .spa_land li:before,.spa_land .main-support .support-content .block-content ul li:before,.main-support .support-content .block-content ul .spa_land li:before{width:12px;height:12px}.spa_land .svg-bullet-orange,.spa_land .block-content ul li:before,.block-content ul .spa_land li:before{background-position:96.35036496350365% 35.684647302904565%}.spa_land .svg-bullet-orange-dims,.spa_land .block-content ul li:before,.block-content ul .spa_land li:before{width:12px;height:11px}.spa_land .svg-icon-alpha{background-position:97.77777777777777% 7.627118644067797%}.spa_land .svg-icon-alpha-dims{width:16px;height:16px}.spa_land .svg-icon-arrow-down-black,.spa_land .btn-goback:after,.spa_land .last-updates .block-trigger .filter-trigger:before,.last-updates .block-trigger .spa_land .filter-trigger:before{background-position:96.35036496350365% 48.78048780487805%}.spa_land .svg-icon-arrow-down-black-dims,.spa_land .btn-goback:after{width:12px;height:6px}.spa_land .svg-icon-arrow-down-white,.spa_land .main-support .sidebar-menu .menu-item .title-item:before,.main-support .sidebar-menu .menu-item .spa_land .title-item:before{background-position:96.35036496350365% 56.09756097560975%}.spa_land .svg-icon-arrow-down-white-dims{width:12px;height:6px}.spa_land .svg-icon-arrow-left,.spa_land .media-single-page .block-content .single_prev_post:before,.media-single-page .block-content .spa_land .single_prev_post:before,.spa_land .colony-slider .slick-prev:before,.colony-slider .spa_land .slick-prev:before{background-position:32.592592592592595% 78.57142857142857%}.spa_land .svg-icon-arrow-left-dims{width:16px;height:28px}.spa_land .svg-icon-arrow-right,.spa_land .media-single-page .block-content .single_next_post:before,.media-single-page .block-content .spa_land .single_next_post:before,.spa_land .colony-slider .slick-next:before,.colony-slider .spa_land .slick-next:before{background-position:59.25925925925926% 78.57142857142857%}.spa_land .svg-icon-arrow-right-dims{width:16px;height:28px}.spa_land .svg-icon-arrow-white{background-position:65.18518518518519% 78.57142857142857%}.spa_land .svg-icon-arrow-white-dims{width:16px;height:28px}.spa_land .svg-icon-comments{background-position:96.35036496350365% 40.24896265560166%}.spa_land .svg-icon-comments-dims{width:12px;height:11px}.spa_land .svg-icon-eye{background-position:31.53846153846154% 88.98305084745763%}.spa_land .svg-icon-eye-dims{width:26px;height:16px}.spa_land .svg-icon-eye-crossed{background-position:100% 0}.spa_land .svg-icon-eye-crossed-dims{width:22px;height:18px}.spa_land .svg-icon-hint{background-position:96.35036496350365% 52.5%}.spa_land .svg-icon-hint-dims{width:12px;height:12px}.spa_land .svg-icon-mini-eye{background-position:21.428571428571427% 80.73394495412845%}.spa_land .svg-icon-mini-eye-dims{width:34px;height:34px}.spa_land .svg-icon-mini-lock{background-position:96% 25.833333333333332%}.spa_land .svg-icon-mini-lock-dims{width:11px;height:12px}.spa_land .svg-icon-mini-support{background-position:96.35036496350365% 30.833333333333332%}.spa_land .svg-icon-mini-support-dims{width:12px;height:12px}.spa_land .svg-icon-mini-support-black{background-position:96.35036496350365% 20.833333333333332%}.spa_land .svg-icon-mini-support-black-dims{width:12px;height:12px}.spa_land .svg-icon-rp{background-position:0 100%}.spa_land .svg-icon-rp-dims{width:54px;height:76px}.spa_land .svg-icon-search,.spa_land .main-support .support-search-bar .search-block .button:before,.main-support .support-search-bar .search-block .spa_land .button:before{background-position:97.77777777777777% 14.40677966101695%}.spa_land .svg-icon-search-dims{width:16px;height:16px}.spa_land .svg-icon-social-discord,.spa_land .social-channels .icon-social.icon-dis,.social-channels .spa_land .icon-social.icon-dis{background-position:0 0}.spa_land .svg-icon-social-discord-dims{width:88px;height:88px}.spa_land .svg-icon-social-facebook,.spa_land .social-channels .icon-social.icon-fb,.social-channels .spa_land .icon-social.icon-fb{background-position:44.44444444444444% 0}.spa_land .svg-icon-social-facebook-dims{width:88px;height:88px}.spa_land .svg-icon-social-reddit,.spa_land .social-channels .icon-social.icon-red,.social-channels .spa_land .icon-social.icon-red{background-position:0 53.65853658536585%}.spa_land .svg-icon-social-reddit-dims{width:88px;height:88px}.spa_land .svg-icon-social-twitter,.spa_land .social-channels .icon-social.icon-tw,.social-channels .spa_land .icon-social.icon-tw{background-position:44.44444444444444% 53.65853658536585%}.spa_land .svg-icon-social-twitter-dims{width:88px;height:88px}.spa_land .svg-icon-social-vk,.spa_land .social-channels .icon-social.icon-vk,.social-channels .spa_land .icon-social.icon-vk{background-position:88.88888888888889% 0}.spa_land .svg-icon-social-vk-dims{width:88px;height:88px}.spa_land .svg-icon-social-youtube,.spa_land .social-channels .icon-social.icon-yt,.social-channels .spa_land .icon-social.icon-yt{background-position:88.88888888888889% 53.65853658536585%}.spa_land .svg-icon-social-youtube-dims{width:88px;height:88px}.spa_land .svg-lable-nw-art,.spa_land .news-content .block-label .art-icon,.news-content .block-label .spa_land .art-icon,.spa_land .media-content .block-label .art-icon,.media-content .block-label .spa_land .art-icon,.spa_land .block-item-news .item-news .item-icons .tag-art,.block-item-news .item-news .item-icons .spa_land .tag-art{background-position:51.16279069767442% 78.57142857142857%}.spa_land .svg-lable-nw-art-dims{width:28px;height:28px}.spa_land .svg-lable-nw-important,.spa_land .block-item-news .item-news .item-icons .tag-important,.block-item-news .item-news .item-icons .spa_land .tag-important{background-position:40.310077519379846% 78.57142857142857%}.spa_land .svg-lable-nw-important-dims{width:28px;height:28px}.spa_land .svg-lable-nw-news,.spa_land .news-content .block-label .news-icon,.news-content .block-label .spa_land .news-icon,.spa_land .block-item-news .item-news .item-icons .tag-news,.block-item-news .item-news .item-icons .spa_land .tag-news{background-position:85.27131782945736% 78.57142857142857%}.spa_land .svg-lable-nw-news-dims{width:28px;height:28px}.spa_land .svg-lable-nw-screen,.spa_land .news-content .block-label .screen-icon,.news-content .block-label .spa_land .screen-icon,.spa_land .media-content .block-label .screen-icon,.media-content .block-label .spa_land .screen-icon,.spa_land .block-item-news .item-news .item-icons .tag-screen,.block-item-news .item-news .item-icons .spa_land .tag-screen{background-position:74.4186046511628% 78.57142857142857%}.spa_land .svg-lable-nw-screen-dims{width:28px;height:28px}.spa_land .svg-lable-nw-video,.spa_land .news-content .block-label .video-icon,.news-content .block-label .spa_land .video-icon,.spa_land .media-content .block-label .video-icon,.media-content .block-label .spa_land .video-icon,.spa_land .block-item-news .item-news .item-icons .tag-video,.block-item-news .item-news .item-icons .spa_land .tag-video{background-position:20.930232558139537% 93.75%}.spa_land .svg-lable-nw-video-dims{width:28px;height:28px}.spa_land .svg-user-solid{background-position:96.35036496350365% 60%}.spa_land .svg-user-solid-dims{width:12px;height:12px}.spa_land .svg-user-solid-black{background-position:96.35036496350365% 65%}.spa_land .svg-user-solid-black-dims{width:12px;height:12px}.spa_land .font-roboto-condensed,.block-subscribe .abt-subscribe-form .spa_land .input-main-form,.spa_land .block-subscribe .abt-subscribe-form .input-main-form{font-family:"RobotoCondensed", Helvetica, Arial, sans-serif}@-webkit-keyframes regAnim{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@keyframes regAnim{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@-webkit-keyframes greenPulse{from{background-color:#749a02;-webkit-box-shadow:0 0 9px #333}50%{background-color:#91bd09;-webkit-box-shadow:0 0 28px #91bd09}to{background-color:#749a02;-webkit-box-shadow:0 0 9px #333}}@keyframes greenPulse{from{background-color:#749a02;-webkit-box-shadow:0 0 9px #333}50%{background-color:#91bd09;-webkit-box-shadow:0 0 28px #91bd09}to{background-color:#749a02;-webkit-box-shadow:0 0 9px #333}}@-webkit-keyframes animateGlow{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@keyframes animateGlow{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.spa_land .play-trailer-btn{-webkit-filter:invert(1);filter:invert(1);opacity:0.755;transition:300ms}.spa_land .play-trailer-btn:hover{-webkit-filter:none;filter:none}.spa_land #player-yt iframe{height:100%;width:100%;top:0;left:0;right:0;bottom:0;position:absolute;z-index:2;opacity:1}.spa_land .gallery-wrap{transition:300ms;overflow:hidden;border-radius:5px}.spa_land .gallery-wrap img{transition:300ms}.spa_land .gallery-wrap img:hover{-webkit-filter:saturate(1.5);filter:saturate(1.5);transform:scale3d(1.03, 1.03, 1.03)}.spa_land .slick-dots li button:before{color:#455d7d;transform:skew(-30deg);content:'';display:block;background:#455d7d;border-radius:2px;width:23px;height:5px}.spa_land .slick-dots li.slick-active button:before{color:#a9b5cc}.spa_land .header-about.black-header{background:rgba(0,0,0,0.8);padding:1rem 0 !important;box-shadow:1px 4px 13px #121f3e}.spa_land .header-about{padding:2rem 0 !important;transition:300ms}.spa_land .header-about nav.navbar{top:50%;transform:translateY(-50%);font-family:Supermolot, Roboto, Helvetica, sans-serif}.spa_land .header-about .menu-lang-drop{display:flex;align-items:center;margin-right:30px}.spa_land .top-logo-wrapper{position:relative;top:5%}@media (max-width: 991.98px){.spa_land .top-logo-wrapper{margin-bottom:18px}}.spa_land .navbar-about{list-style:none;display:flex;padding:0;margin:0;align-items:center;justify-content:center}.spa_land .navbar-about li{padding:0}.spa_land .navbar-about .btn-steam{box-shadow:0px 12px 49px 0px #0a0a0a;text-transform:uppercase;position:relative;background-size:200% 200%;padding:13px 31px;transition:300ms;font-size:2.2rem;color:#fff;border-radius:3px;background:transparent;outline:2px solid #fff;outline-offset:-2px;display:flex;align-items:center;justify-content:center}.spa_land .navbar-about .btn-steam:focus,.spa_land .navbar-about .btn-steam:active{outline:2px solid #fff !important}.spa_land .navbar-about .btn-steam span{display:inline-block;background:url(/img/steam-logo-white.svg) no-repeat;width:29px;height:26px;margin-left:13px;background-size:100% 100%;transition:300ms}@media (max-width: 991.98px){.spa_land .navbar-about .btn-steam span{width:27px;height:27px}}.spa_land .navbar-about .btn-steam:hover{color:#000;background:#fff;opacity:1}.spa_land .navbar-about .btn-steam:hover span{-webkit-filter:brightness(0);filter:brightness(0)}.spa_land .abt-features{background:url(/img/bg-star.jpg) no-repeat top center/100% #091220;color:white;position:relative;padding:0 0 120px 0}.spa_land .abt-features>.container{position:relative;z-index:1}@media (max-width: 767.98px){.spa_land .abt-features>.container{max-width:100%}.spa_land .abt-features>.container .row{margin-left:0;margin-right:0;padding-left:15px;padding-right:15px}}.spa_land .abt-features .abt-block-title{padding:100px 0 135px}.spa_land .abt-features .bg-title{top:-117px}.spa_land .abt-features .f_title{text-align:center;font-size:26px;font-weight:400;margin-bottom:70px;position:relative;display:inline-block;left:50%;transform:translateX(-50%)}.spa_land .abt-features .f_title:before{content:'';width:113px;height:1px;background:url(/img/f_line.png) no-repeat;display:inline-block;position:relative;left:-20px;top:-8px}@media (max-width: 767.98px){.spa_land .abt-features .f_title:before{width:50px}}.spa_land .abt-features .f_title:after{content:'';width:113px;height:1px;background:url(/img/f_line.png) no-repeat;display:inline-block;position:relative;left:20px;top:-8px}@media (max-width: 767.98px){.spa_land .abt-features .f_title:after{width:50px}}.spa_land .abt-features .item{margin-bottom:90px}.spa_land .abt-features .img-right .item_img{justify-content:flex-end}.spa_land .abt-features .img-right .item_img:before{right:calc(-1187px + 604px)}@media (max-width: 1199.98px){.spa_land .abt-features .img-right .item_img:before{right:calc(-1187px + 506px)}}@media (max-width: 991.98px){.spa_land .abt-features .img-right .item_img:before{right:calc(-1187px + 374px)}}.spa_land .abt-features .img-right .img-wrapper{justify-content:flex-end}@media (max-width: 767.98px){.spa_land .abt-features .img-right .img-wrapper{justify-content:center;margin-bottom:20px}}.spa_land .abt-features .img-left .item_img{justify-content:flex-start;order:1}.spa_land .abt-features .img-left .item_img:before{left:calc(-1187px + 604px)}@media (max-width: 1199.98px){.spa_land .abt-features .img-left .item_img:before{left:calc(-1187px + 506px)}}@media (max-width: 991.98px){.spa_land .abt-features .img-left .item_img:before{left:calc(-1187px + 374px)}}.spa_land .abt-features .img-left .img-wrapper{justify-content:flex-start}.spa_land .abt-features .img-left .f-text-slider{order:2}@media (max-width: 1439.98px){.spa_land .abt-features .img-left .f-text-slider{margin-left:45px}}@media (max-width: 767.98px){.spa_land .abt-features .img-left .f-text-slider{padding:0;margin:0}}.spa_land .abt-features .f-text-slider{width:50%}@media (max-width: 1439.98px){.spa_land .abt-features .f-text-slider{width:47%;margin-right:45px}}@media (max-width: 767.98px){.spa_land .abt-features .f-text-slider{width:350px;margin:0}}.spa_land .abt-features .slick-prev{left:-15px}.spa_land .abt-features .slick-prev:before{content:'';background:url(/img/f-arrow-left.png) no-repeat;width:21px;height:43px;display:block}.spa_land .abt-features .slick-next{right:-15px}.spa_land .abt-features .slick-next:before{content:'';background:url(/img/f-arrow-right.png) no-repeat;width:21px;height:43px;display:block}@media (max-width: 991.98px){.spa_land .abt-features .slick-arrow{display:none !important}}.spa_land .abt-features .slick-dots{text-align:left;padding-left:70px}.spa_land .abt-features .slick-dots li button:before{color:#455d7d;transform:skew(-30deg);content:'';display:block;background:#455d7d;border-radius:2px;width:23px;height:5px}@media (max-width: 991.98px){.spa_land .abt-features .slick-dots{padding-left:15px}}@media (max-width: 767.98px){.spa_land .abt-features .slick-dots{padding:0;text-align:center;bottom:-43px}}.spa_land .abt-features .slick-dots li.slick-active button:before{color:#a9b5cc}.spa_land .abt-features .f_row{display:flex}.spa_land .abt-features .f_row .item_block{width:50%;display:flex !important;height:307px}@media (max-width: 767.98px){.spa_land .abt-features .f_row .item_block{width:100%;height:auto}}.spa_land .abt-features .f_row .f-text-slider{z-index:2}.spa_land .abt-features .f_row .text_block{padding:0 70px;flex-direction:column;justify-content:center}@media (max-width: 991.98px){.spa_land .abt-features .f_row .text_block{padding:0 20px}}@media (max-width: 767.98px){.spa_land .abt-features .f_row .text_block{padding:0;text-align:center}}.spa_land .abt-features .f_row .item_img{align-items:center;position:relative;z-index:1}.spa_land .abt-features .f_row .item_img>div{z-index:1;width:100%}.spa_land .abt-features .f_row .item_img .img-wrapper{display:flex !important}@media (max-width: 767.98px){.spa_land .abt-features .f_row .item_img .img-wrapper{justify-content:center;margin-bottom:20px}}.spa_land .abt-features .f_row .item_img img{width:590px;height:307px;z-index:1}@media (max-width: 991.98px){.spa_land .abt-features .f_row .item_img img{width:390px;height:207px}}@media (max-width: 767.98px){.spa_land .abt-features .f_row .item_img img{width:auto;height:180px}}.spa_land .abt-features .f_row .item_img:before{content:'';background:url(/img/f-img-pallet-mini.png) repeat-x;width:1187px;height:305px;position:absolute;z-index:0}@media (max-width: 991.98px){.spa_land .abt-features .f_row .item_img:before{height:207px}}@media (max-width: 767.98px){.spa_land .abt-features .f_row .item_img:before{display:none}}.spa_land .abt-features .f_row .item_block__title{font-size:20px;font-weight:400;color:#e6c532;margin-bottom:27px}@media (max-width: 991.98px){.spa_land .abt-features .f_row .item_block__title{font-size:18px}}.spa_land .abt-features .f_row .item_block__description{font-size:18px;line-height:28px;color:#a9b5cc}@media (max-width: 991.98px){.spa_land .abt-features .f_row .item_block__description{font-size:15px;line-height:23px}}@media (max-width: 767.98px){.spa_land .abt-features .f_row{flex-direction:column;align-items:center}.spa_land .abt-features .f_row .f-text-slider{order:2}.spa_land .abt-features .f_row .item_img{order:1;padding:0}}.spa_land .abt-features .featured__item{margin-bottom:185px}.spa_land .abt-features .featured__item img{display:block;margin:0 auto;padding-bottom:45px}.spa_land .abt-features .featured__item p{text-align:center;font-size:3.2rem;font-weight:200;padding:0 57px;line-height:32px}@media (max-width: 767.98px){.spa_land .abt-features .m-nopadding{padding:0 !important}}@media (min-width: 1280px) and (max-width: 1500px){.spa_land .abt-features .row-features{padding:0 20px}.spa_land .abt-features .f_row .f-text-slider{padding:0 15px}.spa_land .abt-features .slick-prev{left:0}.spa_land .abt-features .slick-next{right:0}}@media (max-width: 767.98px){.spa_land .abt-features{padding:0 0 65px 0}}.spa_land .features-nail{display:block;background:url(/img/bg-featured-down.jpg) no-repeat bottom center/cover;height:800px;position:absolute;z-index:0;width:100%;bottom:-129px}.spa_land .abt-media{background:url(/img/bg-featured-all.jpg) no-repeat bottom center/cover #091221;color:white;position:relative;height:1410px;padding:100px 0 0}.spa_land .abt-media .abt-block-title{padding-bottom:65px}@media (max-width: 991.98px){.spa_land .abt-media .abt-block-title{padding-bottom:35px}}.spa_land .abt-media .bg-title{top:-60px}.spa_land .abt-media .abt-media__wrap{position:relative;margin-bottom:40px}.spa_land .abt-media .abt-media__wrap:before{content:'';background:url(/img/media-pallet-mini.png) repeat-x;position:absolute;width:1621px;height:177px;top:8px}@media (max-width: 1199.98px){.spa_land .abt-media .abt-media__wrap:before{height:146px}}@media (max-width: 991.98px){.spa_land .abt-media .abt-media__wrap:before{height:95px}}@media (max-width: 767.98px){.spa_land .abt-media .abt-media__wrap:before{display:none}}.spa_land .abt-media .abt-media__item{width:408px;height:215px;margin:0 78px 60px 0;position:relative}.spa_land .abt-media .abt-media__item:nth-child(3n){margin-right:0}.spa_land .abt-media .abt-media__item:before{content:'';display:block;background:#2b424f;width:408px;height:194px;position:absolute;opacity:0;transition:300ms}.spa_land .abt-media .abt-media__item:after{content:'';display:block;background:url(/img/media-item-eye.png) no-repeat center;background-size:cover;height:194px;width:37px;position:absolute;top:0;left:50%;transform:translateX(-50%);opacity:0;transition:300ms}.spa_land .abt-media .abt-media__item:hover{cursor:pointer}.spa_land .abt-media .abt-media__item:hover:before{opacity:0.6}.spa_land .abt-media .abt-media__item:hover:after{opacity:1}.spa_land .abt-media .abt-media__item img{width:408px;height:194px}.spa_land .abt-media .abt-media__item .index{font-size:1.1rem;color:#3b4849;text-transform:uppercase;font-weight:200;font-style:normal;margin-top:7px;display:block}@media (max-width: 1439.98px){.spa_land .abt-media .abt-media__item{margin:0 28px 28px 0;width:398px;height:184px}.spa_land .abt-media .abt-media__item img{width:398px;height:184px}.spa_land .abt-media .abt-media__item:before{width:398px;height:184px}.spa_land .abt-media .abt-media__item:after{height:184px}}@media (max-width: 1199.98px){.spa_land .abt-media .abt-media__item{margin:0 20px 20px 0;width:317px;height:164px}.spa_land .abt-media .abt-media__item img{width:317px;height:164px}.spa_land .abt-media .abt-media__item:before{width:317px;height:164px}.spa_land .abt-media .abt-media__item:after{height:164px}}@media (max-width: 991.98px){.spa_land .abt-media .abt-media__item{margin:0 10px 0 0;width:235px;height:auto}.spa_land .abt-media .abt-media__item img{width:235px;height:auto}.spa_land .abt-media .abt-media__item:before{width:235px;height:auto}.spa_land .abt-media .abt-media__item:after{height:111px}}@media (max-width: 767.98px){.spa_land .abt-media .abt-media__item{margin:0 0 20px 0;width:320px;height:auto;display:block;flex-basis:100%}.spa_land .abt-media .abt-media__item img{width:320px;height:auto;left:50%;transform:translateX(-50%);position:relative}.spa_land .abt-media .abt-media__item:before{width:320px;height:auto}.spa_land .abt-media .abt-media__item:after{height:152px}}.spa_land .abt-media .abt-media__video-wrap{position:relative;padding-bottom:105px;margin-bottom:25px}.spa_land .abt-media .abt-media__video-wrap:before{content:'';background:url(/img/media-pallet-mini.png) repeat-x;position:absolute;width:1621px;height:177px;top:8px}@media (max-width: 1199.98px){.spa_land .abt-media .abt-media__video-wrap:before{height:146px}}@media (max-width: 991.98px){.spa_land .abt-media .abt-media__video-wrap:before{height:98px}}@media (max-width: 767.98px){.spa_land .abt-media .abt-media__video-wrap:before{display:none}}.spa_land .abt-media .abt-media__video-wrap:after{content:'';background:url(/img/media-line.png) no-repeat;position:absolute;width:1px;height:59px;bottom:0}@media (max-width: 767.98px){.spa_land .abt-media .abt-media__video-wrap{padding-bottom:25px;margin-bottom:75px;display:block}}.spa_land .abt-media .abt-media__video-item{width:408px;height:194px;margin:0 78px 0 0;position:relative}.spa_land .abt-media .abt-media__video-item:nth-child(3n){margin-right:0}.spa_land .abt-media .abt-media__video-item:before{content:'';display:block;background:#242c52;width:408px;height:194px;position:absolute;opacity:0.35;transition:300ms}.spa_land .abt-media .abt-media__video-item:after{content:'';display:block;background:url(/img/media-video-label.png) no-repeat;height:33px;width:27px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);opacity:1;transition:300ms}.spa_land .abt-media .abt-media__video-item:hover{cursor:pointer}.spa_land .abt-media .abt-media__video-item:hover:before{opacity:0}@media (max-width: 1439.98px){.spa_land .abt-media .abt-media__video-item{margin:0 20px 0 0;width:398px;height:184px}.spa_land .abt-media .abt-media__video-item img{width:398px;height:184px}.spa_land .abt-media .abt-media__video-item:before{width:398px;height:184px}}@media (max-width: 1199.98px){.spa_land .abt-media .abt-media__video-item{margin:0 20px 0 0;width:317px;height:164px}.spa_land .abt-media .abt-media__video-item img{width:317px;height:164px}.spa_land .abt-media .abt-media__video-item:before{width:317px;height:164px}}@media (max-width: 991.98px){.spa_land .abt-media .abt-media__video-item{margin:0 10px 0 0;width:235px;height:auto}.spa_land .abt-media .abt-media__video-item img{width:235px;height:auto}.spa_land .abt-media .abt-media__video-item:before{width:235px;height:auto}}@media (max-width: 767.98px){.spa_land .abt-media .abt-media__video-item{margin:0 0 0 0;width:320px;height:auto}.spa_land .abt-media .abt-media__video-item img{width:320px;height:auto;margin:0 auto}.spa_land .abt-media .abt-media__video-item:before{width:320px;height:auto}}@media (max-width: 1439.98px){.spa_land .abt-media{height:1210px}}@media (max-width: 1199.98px){.spa_land .abt-media{height:1053px}}@media (max-width: 991.98px){.spa_land .abt-media{height:780px}}@media (max-width: 767.98px){.spa_land .abt-media{height:auto;padding:100px 0 115px}}@media (max-width: 767.98px){.spa_land .abt-media .container{max-width:100%}.spa_land .abt-media .container .row{margin-left:0;margin-right:0}}.spa_land .faq-section{padding:140px 0 250px;background:url(/img/bg-abt-faq.jpg) repeat;color:white;position:relative}.spa_land .faq-section>.container{position:relative;z-index:2}.spa_land .faq-section:after{content:'';background:url(/img/abt-faq-nail.png) no-repeat center;display:block;position:absolute;height:24px;width:100%;top:-23px;left:50%;transform:translateX(-50%);z-index:1}.spa_land .faq-section .block-faq{padding:0 5%}.spa_land .faq-section .block-faq>div{padding-left:50px}@media (max-width: 1199.98px){.spa_land .faq-section .block-faq{padding:0}}@media (max-width: 991.98px){.spa_land .faq-section .block-faq{padding:0 20px}.spa_land .faq-section .block-faq>div{padding-left:0}}@media (max-width: 767.98px){.spa_land .faq-section .block-faq>div{padding-left:15px}}.spa_land .faq-section .q-item{font-weight:300;padding:30px 25px 30px 40px;position:relative}.spa_land .faq-section .q-item:hover{cursor:pointer}.spa_land .faq-section .q-item.active:before{transform:rotate(90deg)}.spa_land .faq-section .q-item:before{content:'';background:url(/img/abt-arrow.png);width:12px;height:19px;display:block;position:absolute;transition:300ms}.spa_land .faq-section .q-item p{margin:0;padding:0}.spa_land .faq-section .q-item .q-hidden-text{padding-top:50px}@media (max-width: 1199.98px){.spa_land .faq-section .q-item .q-hidden-text{padding-top:30px}}@media (max-width: 991.98px){.spa_land .faq-section .q-item{padding:15px 25px 15px 40px}}.spa_land .faq-section .q-hidden-text{overflow:hidden;display:none}.spa_land .faq-section .subscribe-nail{display:block;background:url(https://storage.googleapis.com/pzonline-com/2020/04/94697884-abt-subscribe-nail.jpg) no-repeat bottom center/cover;height:791px;position:absolute;z-index:0;width:100%;bottom:0}.spa_land .faq-section .bg-title{bottom:-115px;z-index:1;white-space:nowrap}.spa_land .faq-section .requirements{padding:0 0 10px 0}.spa_land .faq-section .requirements .row{padding:10px 0}.spa_land .faq-section .requirements hr{background:#645daa}.spa_land .faq-section .requirements-mobile{display:none}@media (max-width: 575.98px){.spa_land .faq-section .requirements-mobile{display:block}}.spa_land .faq-section .block-req{background:#fff;padding:10px 10px;color:#120f28;font-size:14px;font-weight:500;text-transform:uppercase}.spa_land .faq-section .block_min{background:#8a8896}.spa_land .faq-section .block_recom{background:#72b4d3}.spa_land .faq-section .tabs{font-weight:400;padding-right:0}.spa_land .faq-section .tabs span{padding:0px 10px 0 0;background:url(/img/bg-abt-faq.jpg) repeat;position:relative;top:20px}.spa_land .faq-section .tab-1 span{font-size:12px;text-transform:uppercase;color:#595d82}.spa_land .faq-section .tab-2 span{font-size:14px;color:#8a8896}.spa_land .faq-section .tab-3 span{font-size:14px;color:#72b4d3}@media (max-width: 991.98px){.spa_land .faq-section{padding:140px 0 190px}}@media (max-width: 767.98px){.spa_land .faq-section{padding:40px 0 105px}}.spa_land .faq-block-title{position:absolute;bottom:94px;left:50%;transform:translateX(-50%)}@media (max-width: 767.98px){.spa_land .faq-block-title{width:90%}}.spa_land .faq-bg-title{bottom:-90px}.spa_land .block-subscribe{padding-top:50px;position:relative;z-index:1}.spa_land .block-subscribe:before{content:'';background:url(/img/media-line.png) no-repeat;position:absolute;width:1px;height:59px}.spa_land .block-subscribe .abt-block-title{padding:100px 0 40px}@media (max-width: 767.98px){.spa_land .block-subscribe .abt-block-title{padding:60px 0 40px}}.spa_land .block-subscribe .block-description{font-size:18px;line-height:28px;text-align:center}.spa_land .block-subscribe .abt-subscribe-form{padding-top:80px;position:relative}.spa_land .block-subscribe .abt-subscribe-form .input-main-form{display:block;margin:0 auto 45px;height:55px;width:275px;background:none;border:none;border-bottom:2px solid #f0ce33;color:#f0ce33;font-size:16px;text-align:center}.spa_land .block-subscribe .abt-subscribe-form .input-main-form::-moz-placeholder{color:#f0ce33;opacity:.8}.spa_land .block-subscribe .abt-subscribe-form .input-main-form:-ms-input-placeholder{color:#f0ce33;opacity:.8}.spa_land .block-subscribe .abt-subscribe-form .input-main-form::-ms-input-placeholder{color:#f0ce33;opacity:.8}.spa_land .block-subscribe .abt-subscribe-form .input-main-form::placeholder{color:#f0ce33;opacity:.8}.spa_land .block-subscribe .abt-subscribe-form .abt-btn-subscribe{display:block;text-align:center;margin:0 auto;font-size:18px;font-weight:500;text-transform:uppercase;color:#71ccd3;border:2px solid #71ccd3;border-radius:19px;background:rgba(0,0,0,0);padding:18px 35px}@media (max-width: 991.98px){.spa_land .block-subscribe .abt-subscribe-form .abt-btn-subscribe{padding:11px 30px;font-size:16px}}.spa_land .block-subscribe .accept-form{display:none;width:100%;position:absolute;top:-58px;text-align:left;background:#000;font-size:12px;color:#b2b5bd;padding:20px;z-index:2}.spa_land .block-subscribe .accept-form p{padding-left:10px}.spa_land .block-subscribe .accept-form .accept-checkbox{margin-top:3px}.spa_land .block-subscribe .wpcf7-form.invalid .accept-form{margin-top:-2px}.spa_land .block-subscribe .wpcf7-mail-sent-ok{width:100%;display:block;text-align:center;background:rgba(0,0,0,0.8);font-size:11px;color:#fff;padding:23px;border-bottom:2px solid #f0ce32 !important;margin:0;margin-top:-71px;border:0;position:absolute;bottom:111px}.spa_land .block-subscribe span.wpcf7-not-valid-tip{width:275px;position:relative;z-index:2;padding:5px 30px;font-size:11px;margin-top:-30px;text-align:center;left:50%;transform:translateX(-50%)}.spa_land .block-subscribe div.wpcf7-validation-errors{width:420px;display:none !important;background:rgba(0,0,0,0.8);font-size:11px;color:#fff;padding:26px 30px 10px;border-top:none !important;margin:0;border:1px solid #ea0f0f;position:relative;height:100%;z-index:1}.spa_land .block-subscribe .ajax-loader{display:none !important}.spa_land .block-subscribe .wpcf7-validation-errors{font-size:12px;text-transform:initial;margin-top:10px}.spa_land .abt-socials{background:#0f1a2d;padding:130px 0;position:relative;z-index:1}.spa_land .abt-socials:before{content:'';background:url(/img/abt-social-nail.png) no-repeat;display:block;position:absolute;width:999px;height:24px;top:-24px;left:50%;transform:translateX(calc(-50% - 777px))}.spa_land .abt-socials .abt-block-title{margin:0 auto}@media (max-width: 767.98px){.spa_land .abt-socials .abt-block-title{padding:0 20px}}.spa_land .abt-socials .social-items{color:white;justify-content:space-between;padding:100px 0 65px}.spa_land .abt-socials .social-items .social-text-block{display:inline-block;vertical-align:middle}.spa_land .abt-socials .social-items .social-text-block p:first-child{color:#b8c3cc;font-size:16px}.spa_land .abt-socials .social-items .social-text-block p:nth-child(2){color:#b8c3cc;font-size:12px}@media (max-width: 1199.98px){.spa_land .abt-socials .social-items .social-text-block p:nth-child(2){font-size:11px}}@media (max-width: 767.98px){.spa_land .abt-socials .social-items .social-text-block p:nth-child(2){font-size:10px}}.spa_land .abt-socials .social-items div:last-child{padding-right:0;margin-right:0}@media (max-width: 1439.98px){.spa_land .abt-socials .social-items>div{padding-right:6px;padding-left:6px}}@media (max-width: 1199.98px){.spa_land .abt-socials .social-items>div{padding-right:0;padding-left:0;white-space:nowrap}}@media (max-width: 991.98px){.spa_land .abt-socials .social-items{justify-content:flex-start;padding-left:33px}.spa_land .abt-socials .social-items>div{margin:0 0 25px}}@media (max-width: 767.98px){.spa_land .abt-socials .social-items{padding-left:15px}.spa_land .abt-socials .social-items .social-text-block{position:relative;left:-7px}}.spa_land .abt-socials .icon-social{background:url(/img/abt-social-sprite.png) no-repeat;display:inline-block;vertical-align:middle;width:59px;height:59px;margin-right:17px}.spa_land .abt-socials .icon-social.icon-dis{background-position:0 0}.spa_land .abt-socials .icon-social.icon-fb{background-position:-121px 0}.spa_land .abt-socials .icon-social.icon-tw{background-position:-180px 0}.spa_land .abt-socials .icon-social.icon-yt{background-position:-58px 0}.spa_land .abt-socials .icon-social.icon-red{background-position:-312px 0;width:65px}.spa_land .abt-socials .icon-social.icon-vk{background-position:-238px 0;width:70px}@media (max-width: 1199.98px){.spa_land .abt-socials .icon-social{margin-right:3px}}@media (max-width: 767.98px){.spa_land .abt-socials .icon-social{transform:scale(0.8)}}@media (max-width: 991.98px){.spa_land .abt-socials{padding:100px 0 70px}}.main-screen-lp{width:100%;height:100vh;min-height:550px;background-size:cover;position:relative;font-family:Supermolot, Helvetica, Arial, sans-serif}.main-screen-lp .container{text-align:center;margin:0 auto;height:inherit}.main-screen-lp>.container>.row{height:inherit;padding:70px 0 120px}@media (max-width: 991.98px){.main-screen-lp>.container>.row{padding:0px 0 0px}}@media (max-height: 800px){.main-screen-lp>.container>.row{padding:0px 0 0px}}.main-screen-lp .logo,.main-screen-lp .top-logo-lp{text-align:center}.main-screen-lp .logo img,.main-screen-lp .top-logo-lp img{max-width:100%;display:inline-block}@media (max-width: 991.98px){.main-screen-lp .top-logo-lp img{height:50px}}.main-screen-lp .headline{text-shadow:2px 2px 5px black}.main-screen-lp .headline p{font-weight:500;font-size:2.8rem;margin:15px 0;color:white;text-transform:uppercase;line-height:1.4}.main-screen-lp .headline p br{display:none}@media (max-width: 575.98px){.main-screen-lp .headline p br{display:block}}.main-screen-lp .textline{color:#fff;font-size:15px;text-transform:uppercase}.main-screen-lp .text-light1{color:white;font-size:16px;text-shadow:1px 1px 3px black}.main-screen-lp .social .list-ru li a{background:url(/img/social-icons.png) no-repeat}.main-screen-lp .social .list-en li a{background:url(/img/social-icons-en.png) no-repeat}.main-screen-lp .social .list-inline{padding-left:0;margin:0;list-style:none}.main-screen-lp .social .list-inline li{display:inline-block;padding-left:3px;padding-right:3px}.main-screen-lp .social .list-inline li a{display:block;width:22px;height:22px}.main-screen-lp .social .list-inline li a.dc{background-position:0 -22px}.main-screen-lp .social .list-inline li a.fb{background-position:-29px -22px}.main-screen-lp .social .list-inline li a.vk{background-position:-122px -22px}.main-screen-lp .social .list-inline li a.tw{background-position:-93px -22px}.main-screen-lp .social .list-inline li a.yt{background-position:-60px -22px}.main-screen-lp .subscribe-form{position:relative}.main-screen-lp .subscribe-form .btn-land{color:#fff}.main-screen-lp .subscribe-form div.wpcf7{margin:0;padding:0}.main-screen-lp .subscribe-form div.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;margin:0;padding:0;border:0}.main-screen-lp .subscribe-form .form-group{margin-bottom:0px}.main-screen-lp .subscribe-form .form-group>p{display:none}.main-screen-lp .subscribe-form .form-group .form-control{height:58px;background:#fff;border:0;border-radius:0;padding:10px 25px;display:block;width:100%;transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);line-height:1.42857;color:#2b2b2b;font-size:14px}.main-screen-lp .subscribe-form .wpcf7-form-control-wrap{position:relative}.main-screen-lp .subscribe-form .accept-form{display:none;position:absolute;top:100%;width:100%;text-align:left;background:rgba(0,0,0,0.8);font-size:12px;color:#b2b5bd;padding:25px;border-top:1px solid #ee312f;z-index:2;font-family:"PT Sans", Helvetica, Arial, sans-serif;margin-top:-2px}.main-screen-lp .subscribe-form .accept-form p{padding-left:10px}.main-screen-lp .subscribe-form .accept-form .media,.main-screen-lp .subscribe-form .accept-form .subscribe-form .accept-form .media-body{overflow:visible}.main-screen-lp .subscribe-form .media,.main-screen-lp .subscribe-form .media-body{zoom:1;overflow:hidden}.main-screen-lp .subscribe-form .media{display:flex;align-items:flex-start}.main-screen-lp .subscribe-form .media:first-child{margin-top:0}.main-screen-lp .subscribe-form .media .media-left,.main-screen-lp .subscribe-form .media .media-right,.main-screen-lp .subscribe-form .media .media-body{display:table-cell;vertical-align:top}.main-screen-lp .subscribe-form .media .media-body{flex:1}.main-screen-lp .subscribe-form span.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.main-screen-lp .subscribe-form div.wpcf7-response-output{color:#fff}.main-screen-lp .subscribe-form .btn{font-size:14px;text-transform:uppercase;position:absolute;right:0;top:0;border:0;border-left:1px solid #000000;text-transform:uppercase;font-weight:500;color:#fff;padding:10px 20px;height:58px;background-color:#ee312f;border-radius:0}.main-screen-lp .subscribe-form .ajax-loader{display:none !important}.main-screen-lp .subscribe-form div.wpcf7-response-output{margin:2em 0.5em 1em;padding:0.2em 1em;border:2px solid #ff0000}.main-screen-lp .subscribe-form .wpcf7-display-none{display:none}.main-screen-lp .subscribe-form .wpcf7-form.invalid .accept-form{margin-top:-2px}.main-screen-lp .subscribe-form .wpcf7-mail-sent-ok{width:100%;display:block;text-align:center;background:rgba(0,0,0,0.8);font-size:11px;color:#fff;padding:23px;border-top:2px solid #c70505 !important;margin:0;margin:-58px 0 0 0 !important;border:0;position:absolute;top:100%;height:58px;z-index:2;padding:17px 0 !important}.main-screen-lp .subscribe-form span.wpcf7-not-valid-tip{position:relative;z-index:2;display:block;overflow:hidden;padding:5px 30px;font-size:11px;background:rgba(0,0,0,0.8);border-left:1px solid #ea0f0f;border-right:1px solid #ea0f0f;border-bottom:none;margin-top:-1px}.main-screen-lp .subscribe-form div.wpcf7-validation-errors{width:100%;display:block;background:rgba(0,0,0,0.8);font-size:11px;color:#fff;padding:10px 30px 10px;border-top:none !important;margin:0;border:1px solid #ea0f0f;position:relative;height:100%;z-index:1;margin-top:-10px}.main-screen-lp .subscribe-form .wpcf7-validation-errors{font-size:12px;text-transform:initial;margin-top:10px}.main-screen-lp .text-light1{color:white;font-size:16px;text-shadow:1px 1px 3px black}.video-bg-lp{width:100%;height:inherit;overflow:hidden;position:absolute;-webkit-filter:brightness(0.8);filter:brightness(0.8)}#bg-video-lp{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translateX(-50%) translateY(-50%)}.about_block{background:#181d31;color:#fff;font-weight:500}.about_block .container{padding-top:100px;padding-bottom:200px}.about_block .container .row{min-height:600px}.about_block h1{text-align:center;text-transform:uppercase;padding:40px 0 100px;font-size:3.8rem}.about_block .about_rocket .white{width:158px;height:160px;left:0;top:0}.about_block .about_rocket_1 .white{background:url(/img/2_white.png)}.about_block .about_rocket_2 .white{background-image:url(/img/1_white.png)}.about_block .about_rocket_3 .white{background-image:url(/img/3_white.png)}.about_block .about_text h2{margin:20px 0 40px;font-size:28px;color:#fff;font-weight:500;text-transform:uppercase}.about_block .about_text p{margin-bottom:23px;font-size:15px;font-weight:500;line-height:22px;color:#b4b1cb}.main-support{background:url(/img/bg-support.jpg),#25292f;background-repeat:no-repeat;background-position:center top;background-size:cover;height:100%;min-height:calc(100vh - 320px);width:100%;padding:0 0 70px 0}.main-support .support-search-bar{margin:70px 0;padding:72px;width:100%;border-radius:20px;box-shadow:0 2px 16px 0 rgba(0,0,0,0.12);border:solid 1px rgba(255,255,255,0.13);background-image:linear-gradient(104deg, rgba(255,255,255,0.05), rgba(255,255,255,0)),linear-gradient(to bottom, rgba(216,216,216,0.02), rgba(216,216,216,0.02))}.main-support .support-search-bar .search-block{position:relative;width:600px}.main-support .support-search-bar .search-block .input-search{width:600px;height:40px;border:solid 2px rgba(255,255,255,0.3);background:none;color:#fff;padding:10px 16px;font-size:1.5rem}.main-support .support-search-bar .search-block .input-search::-moz-placeholder{color:#fff}.main-support .support-search-bar .search-block .input-search:-ms-input-placeholder{color:#fff}.main-support .support-search-bar .search-block .input-search::-ms-input-placeholder{color:#fff}.main-support .support-search-bar .search-block .input-search::placeholder{color:#fff}.main-support .support-search-bar .search-block .button{position:absolute;right:0;top:0;height:40px;width:40px;height:40px;width:40px;margin:0 auto;padding:0;cursor:pointer;transition:all 300ms}.main-support .support-search-bar .search-block .button input{padding:0;background:none;border:none}.main-support .support-search-bar .search-block .button:before{content:"";width:16px;height:16px;display:block;position:relative;left:50%;top:50%;transform:translate(-50%, -50%)}.main-support .category-links{width:100%}.main-support .category-links>.row{width:inherit}.main-support .category-links .item{padding:0 25px;margin-bottom:50px;width:424px}.main-support .category-links .item:first-child,.main-support .category-links .item:nth-child(4n){padding-left:0}.main-support .category-links .item:nth-child(3n){padding-right:0}.main-support .category-links .item a{font-size:2.8rem;font-weight:300;line-height:1.29;text-align:center;color:#fff;display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:20px;padding:60px 0px;box-shadow:0 2px 16px 0 rgba(0,0,0,0.12);border:solid 1px rgba(255,255,255,0.13);background-image:linear-gradient(129deg, rgba(255,255,255,0.05), rgba(255,255,255,0)),linear-gradient(to bottom, rgba(216,216,216,0.02), rgba(216,216,216,0.02))}.main-support .sidebar-menu .menu-item{margin-bottom:12px;cursor:pointer;position:relative}.main-support .sidebar-menu .menu-item .title-item{color:#fff;font-family:Arial;font-size:1.4rem;font-weight:bold;line-height:1.43;padding:11px 20px 11px 25px;border-radius:20px;display:inline-block;width:100%;background-color:rgba(255,255,255,0.11);position:relative}.main-support .sidebar-menu .menu-item .title-item:before{content:"";display:block;position:absolute;width:12px;height:6px;right:15px;top:18px;transition:all .5s ease}.main-support .sidebar-menu .menu-item .sub-menu{display:none;overflow:hidden;margin:16px 0 0px}.main-support .sidebar-menu .menu-item .sub-menu ul{list-style-type:none;-webkit-padding-start:30px;padding-inline-start:30px}.main-support .sidebar-menu .menu-item .sub-menu ul li{margin-bottom:16px}.main-support .sidebar-menu .menu-item .sub-menu ul li:last-child{margin:0}.main-support .sidebar-menu .menu-item .sub-menu ul li a{font-family:Arial;font-size:1.4rem;color:#bcbcbc}.main-support .sidebar-menu .menu-item .sub-menu ul li a.active{color:#00b1ff;font-weight:bold}.main-support .sidebar-menu .menu-item.active .title-item{color:#00b1ff}.main-support .sidebar-menu .menu-item.open .sub-menu{display:block}.main-support .sidebar-menu .menu-item.trigger .title-item:before{transform:rotate(179deg)}.main-support .support-cat-content{padding-left:64px}.main-support .support-cat-content .category-content{padding:34px 40px;border-radius:20px;margin-bottom:40px;box-shadow:0 2px 16px 0 rgba(0,0,0,0.12);border:solid 1px rgba(255,255,255,0.13);background-image:linear-gradient(126deg, rgba(255,255,255,0.05), rgba(255,255,255,0)),linear-gradient(to bottom, rgba(216,216,216,0.02), rgba(216,216,216,0.02))}.main-support .support-cat-content .category-content .title{font-size:2.8rem;font-weight:500;line-height:normal;color:rgba(255,255,255,0.9)}.main-support .support-cat-content .category-content .block-items{margin-top:28px}.main-support .support-cat-content .category-content .block-items ul{-webkit-padding-start:33px;padding-inline-start:33px;-moz-column-count:2;column-count:2;-moz-column-gap:60px;column-gap:60px}.main-support .support-cat-content .category-content .block-items ul li{margin-bottom:20px;list-style-type:none;position:relative}.main-support .support-cat-content .category-content .block-items ul li:before{content:"";display:block;position:absolute;left:-24px;top:9px}.main-support .support-cat-content .category-content .block-items ul li a{font-size:2.0rem;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.4;letter-spacing:normal;color:rgba(255,255,255,0.9)}.main-support .support-content{padding-left:64px;color:rgba(255,255,255,0.9)}.main-support .support-content .block-back{margin-bottom:18px}.main-support .support-content .block-back .btn-goback{border-color:#6e7172;color:#6e7172}.main-support .support-content .block-back .btn-goback:after{-webkit-filter:invert(0.4);filter:invert(0.4)}.main-support .support-content .block-content{padding:40px;border-radius:20px;font-size:1.6rem;box-shadow:0 2px 16px 0 rgba(0,0,0,0.12);border:solid 1px rgba(255,255,255,0.13);background-image:linear-gradient(153deg, rgba(255,255,255,0.05), rgba(255,255,255,0)),linear-gradient(to bottom, rgba(216,216,216,0.02), rgba(216,216,216,0.02))}.main-support .support-content .block-content div{font-size:1.6rem;line-height:1.75;color:rgba(255,255,255,0.9)}.main-support .support-content .block-content h1{font-size:2.8rem;font-weight:500;line-height:1.43;color:rgba(255,255,255,0.9)}.main-support .support-content .block-content h2{font-size:2.2rem;font-weight:500;line-height:1.82;color:rgba(255,255,255,0.9);margin-bottom:10px}.main-support .support-content .block-content h3{font-size:1.8rem;font-weight:500;line-height:1.56;color:rgba(255,255,255,0.9);margin-bottom:10px}.main-support .support-content .block-content p{font-size:1.6rem;line-height:1.75;color:rgba(255,255,255,0.9);margin-bottom:22px}.main-support .support-content .block-content ol,.main-support .support-content .block-content ul{margin-bottom:20px;-webkit-padding-start:40px;padding-inline-start:40px}.main-support .support-content .block-content ol li,.main-support .support-content .block-content ul li{font-size:1.6rem;margin-bottom:0px;position:relative}.main-support .support-content .block-content ul li:before{content:"";display:block;position:absolute;left:-20px;top:9px;transform:scale(0.7)}.main-support .support-content .block-content blockquote{border-radius:20px;border:solid 1px rgba(255,255,255,0.13);box-shadow:0 2px 16px 0 rgba(0,0,0,0.12);background-color:rgba(255,255,255,0.03);font-size:1.8rem;line-height:1.4;padding:43px 52px;margin-bottom:2rem}.main-support .support-content .block-content blockquote p{padding:0;margin:0}.main-support .search-results .search-title{margin-bottom:20px}.main-support .search-results article{margin:0px 0 30px}.main-support .pagination .page-numbers{border-color:#fff;color:#fff}.main-support .pagination .page-numbers.current{border-color:#f5a623;color:#f5a623}.launcher-site{padding:0px;width:100%}.launcher-site .launcher-menu{background-color:rgba(30,23,44,0.8);height:45px;width:100%;padding:0 30px}.launcher-site .launcher-menu ul{list-style-type:none;padding:0;top:50%;transform:translateY(-50%);position:relative}.launcher-site .launcher-menu ul li{display:inline-block;padding-right:20px}.launcher-site .launcher-menu ul li:first-child a{color:rgba(255,255,255,0.9)}.launcher-site .launcher-menu ul a{font-size:13px;font-weight:normal;text-transform:uppercase;color:rgba(216,216,216,0.8)}.launcher-site .launcher-menu ul a:hover{color:#fff;opacity:1}.launcher-site .logo-box img{height:31px}.launcher-site .launcher-news-items{clear:both;padding:13px 32px}.launcher-site .news-item{max-width:47%;transition:all 300ms;margin:0;float:left}.launcher-site .news-item:first-child{margin-right:30px}.launcher-site .news-item:hover .item-text{opacity:0.8}.launcher-site .item-img{width:100%}.launcher-site .item-img img{width:100%;height:auto}.launcher-site .item-text{padding:0 19px}.launcher-site .item-title p{font-family:Roboto;font-size:17px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:1.41;letter-spacing:normal;color:rgba(255,255,255,0.9);margin:14px 0 8px}.launcher-site .item-desc p{font-size:14px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.43;letter-spacing:normal;color:rgba(255,255,255,0.9)}.launcher-site a:hover{text-decoration:none;opacity:0.8}body.launcher{background:rgba(120,120,120,0);overflow:hidden;overflow-x:hidden;overflow-y:hidden;-ms-overflow-style:none}body.launcher::-webkit-scrollbar{width:0 !important;display:none}.error404 a{color:#fff}.spa_land .btn-reg:after{display:none}.spa_land .faq-section:after{display:none}.spa_land #features{overflow:hidden}.spa_land #fade_out_wrapper{width:100%;height:100vh;background-color:#091220;position:absolute;z-index:1000;opacity:0;top:0;left:0}.spa_land .main-screen-lp .container{position:relative;z-index:20000}.spa_land .abt-features .img-right .f_row .item_img:after{content:'';background-image:linear-gradient(to right, rgba(255,255,255,0), #091220 35%);width:590px;height:305px;position:absolute;z-index:1}.spa_land .abt-features .img-left .f_row .item_img:after{content:'';background-image:linear-gradient(to left, rgba(255,255,255,0), #091220 35%);width:590px;height:305px;position:absolute;z-index:1}.spa_land .abt-features .f_row .item_img>div{z-index:10 !important}.spa_land .abt-features .img-right .item_img:after{right:calc(-1187px + 604px)}.spa_land .abt-features .img-left .item_img:after{left:calc(-1187px + 604px)}.spa_land .faq-section{background:url(/img/bg-abt-faq.jpg) repeat #192436}.spa_land .faq-section .block-faq>div{padding-left:0px !important}.spa_land .faq-section .q-item{border-radius:2px;border:solid 1px #2f455d;padding:30px 25px 30px 90px !important}.spa_land .faq-section .q-item:before{left:48px}.spa_land .abt-media{background-image:none !important;background-color:#0d0f22 !important}.spa_land .faq-block-title{bottom:auto;top:50px}.spa_land .faq-section .bg-title{bottom:auto;top:-40px}.spa_land .faq-section>.container{margin-top:50px}.spa_land .abt-socials:before{display:none}.spa_land .elem_top{width:368px;height:13px;position:absolute;left:50%;top:0;background-color:#0d0f22;margin-left:-184px}.spa_land .elem_top:before{content:"";background:url(/img/elem_side.png) no-repeat 0 0;width:27px;height:13px;position:absolute;left:-27px;top:0}.spa_land .elem_top:after{content:"";background:url(/img/elem_side.png) no-repeat -27px 0;width:27px;height:13px;position:absolute;right:-27px;top:0}

.modal.fade.svelte-aanfci{display:block !important}.fade.svelte-aanfci:not(.show){opacity:1 !important}

.modal.fade.svelte-aanfci{display:block !important}.fade.svelte-aanfci:not(.show){opacity:1 !important}

.modal.fade.svelte-b1cf14{display:block !important}.fade.svelte-b1cf14:not(.show){opacity:1 !important}

.loader-svg.svelte-1wo1mea.svelte-1wo1mea{margin:auto}.loader-svg.svelte-1wo1mea svg.svelte-1wo1mea{width:60px;height:60px}

.post-loadmore.svelte-1weqlpu{display:flex;justify-content:center;align-items:center;margin:auto}.post-loadmore .loader-svg{margin-right:5px}.post-loadmore .loader-svg svg{width:25px !important;height:25px !important}

