@charset "UTF-8";@font-face {
    font-family: beaufort regular;
    src: url(../fonts/BeaufortforLOL-Regular.eot);
    src: local("☺"), url(../fonts/BeaufortforLOL-Regular.woff) format("woff"), url(../fonts/BeaufortforLOL-Regular.ttf) format("truetype"), url(../fonts/BeaufortforLOL-Regular.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: beaufort medium;
    src: url(../fonts/BeaufortforLOL-Medium.eot);
    src: local("☺"), url(../fonts/BeaufortforLOL-Medium.woff) format("woff"), url(../fonts/BeaufortforLOL-Medium.ttf) format("truetype"), url(../fonts/BeaufortforLOL-Medium.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: beaufort bold;
    src: url(../fonts/BeaufortforLOL-Bold.eot);
    src: local("☺"), url(../fonts/BeaufortforLOL-Bold.woff) format("woff"), url(../fonts/BeaufortforLOL-Bold.ttf) format("truetype"), url(../fonts/BeaufortforLOL-Bold.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: roboto regular;
    src: url(../fonts/Roboto-Regular.eot);
    src: local("☺"), url(../fonts/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto-Regular.ttf) format("truetype"), url(../fonts/Roboto-Regular.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: roboto medium;
    src: url(../fonts/Roboto-Medium.eot);
    src: local("☺"), url(../fonts/Roboto-Medium.woff) format("woff"), url(../fonts/Roboto-Medium.ttf) format("truetype"), url(../fonts/Roboto-Medium.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: roboto bold;
    src: url(../fonts/Roboto-Bold.eot);
    src: local("☺"), url(../fonts/Roboto-Bold.woff) format("woff"), url(../fonts/Roboto-Bold.ttf) format("truetype"), url(../fonts/Roboto-Bold.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

html,body,header,nav,section,aside,article,footer,div,span,applet,object,iframe,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: roboto regular;
    color: #ffff;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #ece1ff;
}

input,button,select,textarea {
    outline: none;
    border: none;
}

select,button {
    cursor: pointer;
}

::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all 0.3 ease-in-out;
    transition: all 0.3 ease-in-out;
    color: #5c5552;
}

::-moz-placeholder {
    opacity: 1;
    -webkit-transition: all 0.3 ease-in-out;
    transition: all 0.3 ease-in-out;
    color: #5c5552;
}

:-moz-placeholder {
    opacity: 1;
    -webkit-transition: all 0.3 ease-in-out;
    transition: all 0.3 ease-in-out;
    color: #5c5552;
}

:-ms-input-placeholder {
    opacity: 1;
    -webkit-transition: all 0.3 ease-in-out;
    transition: all 0.3 ease-in-out;
    color: #5c5552;
}

:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: all 0.3 ease-in-out;
    transition: all 0.3 ease-in-out;
    color: #5c5552;
}

:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: all 0.3 ease-in-out;
    transition: all 0.3 ease-in-out;
    color: #5c5552;
}

:focus:-moz-placeholder {
    opacity: 0;
    -webkit-transition: all 0.3 ease-in-out;
    transition: all 0.3 ease-in-out;
    color: #5c5552;
}

:focus:-ms-input-placeholder {
    opacity: 0;
    -webkit-transition: all 0.3 ease-in-out;
    transition: all 0.3 ease-in-out;
    color: #5c5552;
}

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

.flex-sbc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-sbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-sbe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-cc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-cs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-ce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-sc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-ss {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-se {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-ec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-es {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-ee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.checkbox-wrapper {
    width: 20px;
    height: 20px;
    display: block;
    left: 0;
    position: relative;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
}

.checkbox-wrapper input {
    cursor: pointer;
    height: 20px;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 20px;
    z-index: 2;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.checkbox-wrapper input:active + .checkbox:before {
    height: 50px;
    width: 50px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.checkbox-wrapper input:checked + .checkbox {
    border: 2px solid #e2d1fe;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.checkbox-wrapper input:checked + .checkbox:before {
    -webkit-animation: pulse 1s cubic-bezier(0.15, 0.8, 0.5, 1);
    animation: pulse 1s cubic-bezier(0.15, 0.8, 0.5, 1);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.checkbox-wrapper input:checked + .checkbox:after {
    height: 20px;
    opacity: 1;
    width: 20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.checkbox-wrapper .checkbox {
    border: 2px solid #bbb7b0;
    border-radius: 2px;
    height: 16px;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 16px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 14px;
}

.checkbox-wrapper .checkbox:before,.checkbox-wrapper .checkbox:after {
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.checkbox-wrapper .checkbox:before {
    border-radius: 50%;
    height: 5px;
    width: 5px;
    z-index: -1;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.checkbox-wrapper .checkbox:after {
    background-color: #ffffff;
    border-radius: 2px;
    height: 5px;
    opacity: 0;
    width: 5px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.checkbox-wrapper .checkbox i {
    color: #ddd5c7;
    height: 18px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 18px;
    z-index: 2;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: 1px;
    margin-left: 1px;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ffffff;
        box-shadow: 0 0 0 0 #ffffff;
    }

    100% {
        -webkit-box-shadow: 0 0 0 25px transparent;
        box-shadow: 0 0 0 25px transparent;
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ffffff;
        box-shadow: 0 0 0 0 #ffffff;
    }

    100% {
        -webkit-box-shadow: 0 0 0 25px transparent;
        box-shadow: 0 0 0 25px transparent;
    }
}

.btn {
    width: 100%;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    border-bottom: 2px solid #623e9e;
    overflow: hidden;
    position: relative;
    -webkit-transition: -webkit-filter 0.3s ease-in-out;
    transition: -webkit-filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
    padding: 0;
}

.btn:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}

.btn:hover:before {
    opacity: 1;
}

.btn:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 136, 0, 0.2);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}

.btn span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: beaufort medium;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #460d8c;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 2;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    margin: 3px;
    border-radius: 3px;
    border: 1px solid rgba(80, 26, 13, 0.1);
}

.btn.big {
    height: 50px;
}

.btn.small {
    height: 38px;
}

.btn.big span {
    font-family: beaufort bold;
    font-size: 20px;
    line-height: 20px;
}

.btn.yellow {
    background: url(../images/bg/big_yellow_bg.jpg) top center;
}

.btn.white {
    background: url(../images/bg/big_white_bg.jpg) top center;
}

.btn.light {
    background: url(../images/bg/light_btn_bg.jpg) top center;
    background-size: 100% 100%;
    border: 1px solid #f9edd5;
}

.btn.light span {
    border: none;
}

.btn.very-light {
    background: 0 0;
    background-size: 100% 100%;
    border: 2px solid #ffffff;
    -webkit-transition: border 0.3s ease-in-out;
    transition: border 0.3s ease-in-out;
    -webkit-filter: brightness(100%) !important;
    filter: brightness(100%) !important;
}

.btn.very-light:before {
    display: none;
}

.btn.very-light:hover {
    border: 2px solid #ffffff;
}

.btn.very-light span {
    border: none;
    color: #ffffff;
    text-shadow: none;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.btn.very-light:hover span {
    color: #ffffff;
}

body {
    background: url(../images/bg/head_bg.png) no-repeat center top;
    background-size: cover;
}

.bg-image {
    width: 100%;
    max-width: 1920px;
    max-height: 1096;
    margin: 0 auto;
    background: url(../images/bg/head_bg.png) no-repeat center top;
    background-size: cover;
}

@media (max-width: 1024px) {
    .wrapper {
        background-position: 0 top, top center;
    }
}

.video-bg {
    width: 100%;
    height: 820px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow-x: hidden;
    -webkit-mask-box-image: linear-gradient(to top, transparent 0%, white 20%);
}

.video {
    height: auto;
    position: absolute;
    top: 0;
    left: calc((100% - 1920px) / 2);
    z-index: 1;
    pointer-events: none;
}

@media (max-width: 1439px) {
    .video {
        display: none;
    }
}

.content-area {
    max-width: 1400px;
    margin: 0 auto;
}

@media (max-width: 1460px) {
    .content-area {
        width: calc(100% - 60px);
    }
}

@media (max-width: 1080px) {
    .content-area {
        width: calc(100% - 40px);
    }
}

.navigation {
    width: 100%;
    height: 72px;
    position: relative;
    z-index: 4;
    background: rgba(20, 0, 40, 0.85);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.navigation .content-area {
    height: 120%;
    position: relative;
}

.navigation__links {
    width: auto;
    height: 100%;
    position: relative;
    z-index: 2;
}

@media (max-width: 1024px) {
    .navigation__links {
        width: 280px;
        height: auto;
        position: absolute;
        top: 100%;
        right: 0;
        background: #ffffff;
        border-radius: 5px;
        display: none;
    }
}

@media (max-width: 460px) {
    .navigation__links {
        width: 100%;
    }
}

.navigation__link {
    width: auto;
    height: 100%;
    position: relative;
}

@media (max-width: 1024px) {
    .navigation__link {
        width: 100%;
        height: 50px;
    }
}

.navigation__link:not(:last-child) {
    margin-right: 65px;
}

@media (max-width: 1300px) {
    .navigation__link:not(:last-child) {
        margin-right: 40px;
    }
}

@media (max-width: 1024px) {
    .navigation__link:not(:last-child) {
        margin-right: 0;
        border-bottom: 1px solid #dad0be;
    }
}

.navigation__link span {
    width: auto;
    font-family: beaufort medium;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #ffffff;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.navigation__link:hover span {
    color: #e2d1fe;
}

.navigation__link.active span {
    color: #ffffff;
}

.navigation__social {
    width: auto;
    height: 100%;
    position: relative;
    z-index: 2;
    margin-left: auto;
}

@media (max-width: 1024px) {
    .navigation__social {
        margin-left: 0;
    }
}

.navigation__social-link {
    width: auto;
    height: 100%;
    position: relative;
}

.navigation__social-link:not(:last-child) {
    margin-right: 38px;
}

.navigation__social-link span {
    width: auto;
    font-family: beaufort medium;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 23px;
    color: #ffffff;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.navigation__social-link:hover span {
    color: #ffffff;
}

.navigation__social-link .fa-discord {
    font-size: 19px;
    line-height: 19px;
}

.navigation__open-nav {
    width: 24px;
    height: 20px;
    margin-left: auto;
    position: relative;
    cursor: pointer;
    display: none;
}

@media (max-width: 1024px) {
    .navigation__open-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

/* Button colocado no canto direito do menu para acesso ao painel */
.navigation__panel-btn {
    width: auto;
    height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    margin-right: 20px;
}

@media (max-width: 1024px) {
    .navigation__panel-btn {
        margin-right: 10px;
    }
}

.navigation__open-nav:hover:after,.navigation__open-nav:hover:before {
    background: #e2d1fe;
}

.navigation__open-nav:hover .navigation__open-nav-item {
    -webkit-transform: scale(0.7, 1);
    transform: scale(0.7, 1);
}

.navigation__open-nav.active:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: calc((100% - 2px) / 2);
}

.navigation__open-nav.active:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: calc((100% - 2px) / 2);
}

.navigation__open-nav.active .navigation__open-nav-item {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.navigation__open-nav:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #ffffff;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 0;
}

.navigation__open-nav:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #ffffff;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: calc(100% - 2px);
}

.navigation__open-nav-item {
    width: 100%;
    height: 2px;
    background: #ffffff;
    position: absolute;
    top: calc((100% - 2px) / 2);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

.header .content-area {
    height: auto;
    position: relative;
    top: -50px;
    z-index: 2;
}

.page-header .content-area {
    top: 0;
}

.page-header .header__content {
    padding: 160px 0;
}

.header__content {
    width: 50%;
    padding: 85px 0;
}

@media (max-width: 1024px) {
    .header__content {
        width: 100%;
        padding: 85px calc((100% - 600px) / 2);
    }
}

.header__logo a:hover img {
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
}

.page-title {
    width: 100%;
    text-align: center;
    font-family: beaufort bold;
    font-size: 44px;
    line-height: 48px;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0 2px 0 #000000, 0 0 8px #000000;
    font-weight: 700;
}

/* Efeito pulsante lento na logo */
.header__logo img {
    -webkit-animation: logoSlowPulse 6s ease-in-out infinite;
    animation: logoSlowPulse 6s ease-in-out infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    will-change: transform, filter;
}

@-webkit-keyframes logoSlowPulse {
    0%, 100% { -webkit-transform: scale(1); transform: scale(1); filter: drop-shadow(0 0 0 rgba(146, 56, 255, 0)); }
    50% { -webkit-transform: scale(1.04); transform: scale(1.04); filter: drop-shadow(0 0 12px rgba(146, 56, 255, 0.25)); }
}

@keyframes logoSlowPulse {
    0%, 100% { -webkit-transform: scale(1); transform: scale(1); filter: drop-shadow(0 0 0 rgba(146, 56, 255, 0)); }
    50% { -webkit-transform: scale(1.04); transform: scale(1.04); filter: drop-shadow(0 0 12px rgba(146, 56, 255, 0.25)); }
}

@media (prefers-reduced-motion: reduce) {
    .header__logo img { -webkit-animation: none; animation: none; }
}

.header__info {
    width: 100%;
    margin-top: 5px;
}

@media (max-width: 1024px) {
    .header__info {
        margin-top: 35px;
    }
}

.header__info-title {
    width: 100%;
    font-family: beaufort bold;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
}

@media (max-width: 1024px) {
    .header__info-title {
        font-size: 20px;
        line-height: 24px;
    }
}

.header__info-text {
    width: 100%;
    font-family: roboto medium;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-top: 10px;
}

.header__buttons {
    width: 100%;
    margin-top: 40px;
}

.header__buttons .btn.yellow {
    width: 214px;
    margin-right: 15px;
}

@media (max-width: 1024px) {
    .header__buttons .btn.yellow {
        width: 230px;
        margin-right: 0;
    }
}

.header__buttons .btn.white {
    width: 230px;
}

.header__buttons-sep {
    width: 1px;
    height: 1px;
}

@media (max-width: 1024px) {
    .header__buttons-sep {
        width: 100%;
        margin-bottom: 15px;
    }
}

.main-content {
    width: 100%;
    top: -15px;
    height: auto;
    position: relative;
    z-index: 2;
}

.top-content {
    width: 100%;
    height: 316px;
    background: #4c1c6c96;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1024px) {
    .top-content {
        height: auto;
    }
}

.slider {
    width: 50%;
    height: 316px;
    position: relative;
}

@media (max-width: 1024px) {
    .slider {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.slider__img {
    width: auto;
    height: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    top: 0;
    right: 0;
}

.slider__img img {
    display: block;
    height: 100%;
    position: relative;
    z-index: 1;
}

.slider__img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: -webkit-gradient( linear, left top, left bottom, from(rgb(166 0 255 / 10%)), color-stop(30%, rgb(255 255 255 / 60%)), color-stop(60%, rgb(207 0 255 / 80%)), to(rgb(139 0 255 / 95%)) );
    background: linear-gradient( to bottom, rgb(255 255 255 / 10%) 0%, rgb(86 76 73 / 0%) 30%, rgb(86 76 73 / 0%) 60%, rgb(62 17 104 / 95%) 100% );
}

.slider__content {
    width: 100%;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.slider__title {
    width: 100%;
    margin-top: 10px;
    font-family: beaufort medium;
    font-size: 28px;
    line-height: 28px;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640px) {
    .slider__title {
        white-space: normal;
        overflow: visible;
        font-size: 22px;
        line-height: 22px;
    }
}

.slider__title a {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.slider__title a:hover {
    color: #000000;
}

.slider__text {
    width: 100%;
    height: calc(24px * 2);
    margin-top: 10px;
    font-family: roboto regular;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.slider__button {
    width: 180px;
    margin-top: 20px;
}

.main-slider {
    width: 100%;
    height: 100%;
    border-radius: 5px 0 0 5px;
    position: relative;
}

@media (max-width: 1024px) {
    .main-slider {
        border-radius: 0 0 5px 5px;
    }
}

.main-slider__content-bg {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
}

.main-slider .MVisionSlider__nav {
    position: absolute;
    left: 550px;
    bottom: 27px;
    z-index: 20;
}

@media (max-width: 640px) {
    .main-slider .MVisionSlider__nav {
        left: 20px;
        bottom: calc(100% - 50px);
    }
}

.main-slider .MVisionSlider__item {
    overflow: hidden;
}

.main-slider .MVisionSlider__markers {
    width: 100%;
    padding: 10px;
}

.main-slider .MVisionSlider__marker {
    width: 6px;
    height: 6px;
    border-radius: 4px;
    background: #817c75;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 10px;
    opacity: 0.3;
}

.main-slider .MVisionSlider__marker.active {
    opacity: 1;
    background: #f8d672;
    -webkit-box-shadow: 0 0 4px #f8d672;
    box-shadow: 0 0 4px #f8d672;
}

.main-slider .MVisionSlider__prev-arrow,.main-slider .MVisionSlider__next-arrow {
    width: 9px;
    height: 16px;
    display: block;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-slider .MVisionSlider__prev-arrow:hover,.main-slider .MVisionSlider__next-arrow:hover {
    opacity: 1;
}

.servers {
    width: 50%;
    height: 316px;
    position: relative;
}
}

@media (max-width: 1024px) {
    .servers {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.servers__img {
    width: auto;
    height: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    top: 0;
    right: 0;
}

.servers__img img {
    display: block;
    height: 100%;
    position: relative;
    z-index: 1;
}

.servers__img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: -webkit-gradient( linear, left top, left bottom, from(rgba(86, 76, 73, 0.1)), color-stop(30%, rgba(86, 76, 73, 0.6)), color-stop(60%, rgba(86, 76, 73, 0.8)), to(rgba(86, 76, 73, 0.95)) );
    background: linear-gradient( to bottom, rgba(86, 76, 73, 0.1) 0%, rgba(86, 76, 73, 0.6) 30%, rgba(86, 76, 73, 0.8) 60%, rgba(86, 76, 73, 0.95) 100% );
}

.servers__content {
    width: 100%;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.servers__title {
    width: 100%;
    margin-top: 10px;
    font-family: beaufort medium;
    font-size: 28px;
    line-height: 28px;
    color: #e5d9c3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640px) {
    .servers__title {
        white-space: normal;
        overflow: visible;
        font-size: 22px;
        line-height: 22px;
    }
}

.servers__title a {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.servers__title a:hover {
    color: #f8d672;
}

.servers__text {
    width: 100%;
    height: calc(24px * 2);
    margin-top: 10px;
    font-family: roboto regular;
    font-size: 16px;
    line-height: 24px;
    color: #c0b6a6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 1024px) {
    .servers-min__item-icon {
        width: 100%;
    }
}

.servers-min__item-icon img {
    width: 74px;
    height: 74px;
    position: absolute;
    top: calc((100% - 74px) / 2);
    left: calc((100% - 74px) / 2);
}

.servers-min__content {
    width: calc(100% - 50px);
    padding-left: 20px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1024px) {
    .servers-min__content {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
}

.servers-min__item-name {
    width: 100%;
    font-family: beaufort medium;
    font-size: 22px;
    line-height: 22px;
    color: #e5d9c3;
    position: relative;
    z-index: 1;
}

@media (max-width: 1024px) {
    .servers-min__item-name {
        text-align: center;
    }
}

.servers-min__item-online {
    width: 100%;
    font-family: roboto regular;
    font-size: 14px;
    line-height: 14px;
    color: #c0b6a6;
    margin-top: 8px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1024px) {
    .servers-min__item-online {
        text-align: center;
    }
}

.servers-min__item-online span {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: #f8d672;
}

.servers-min__button {
    width: 30px;
    height: 30px;
    position: absolute;
    top: calc((100% - 30px) / 2);
    right: 20px;
    z-index: 2;
}

@media (max-width: 1024px) {
    .servers-min__button {
        top: calc(100% - 30px - 20px);
        right: calc((100% - 30px) / 2);
    }
}

.page-content {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.page-content.inner {
    margin-top: -90px;
}

.articles {
    width: calc(100% - 330px - 50px);
}

@media (max-width: 1220px) {
    .articles {
        width: 100%;
    }
}

.articles__place {
    width: 100%;
    height: 470px;
    position: relative;
}

@media (max-width: 840px) {
    .articles__place {
        height: auto;
    }
}

.articles__btn {
    width: 100%;
    height: 52px;
    background: url(../images/bg/big_white_bg.jpg) top center;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 10px rgb(0 0 0);
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    font-family: 'beaufort bold';
    font-size: 17px;
    line-height: 18px;
    color: #460d8c;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    margin-top: 10px;
}

.articles__btn:hover {
    background: url(../images/bg/big_white_bg.jpg) top center;
    color: #ffffff;
}

.articles__btn span {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.article {
    width: calc((100% - 20px) / 3);
    height: calc((100% - 10px) / 2);
    position: absolute;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

@media (max-width: 840px) {
    .article {
        position: relative;
        width: 100% !important;
        height: 290px !important;
        top: 0 !important;
        left: 0 !important;
    }
}

@media (max-width: 840px) {
    .article:not(:last-child) {
        margin-bottom: 10px;
    }
}

.article:nth-child(1) {
    height: 100%;
    top: 0;
    left: 0;
}

.article:nth-child(2) {
    width: calc((((100% - 20px) / 3) * 2) + 10px);
    height: 290px;
    top: 0;
    left: calc((((100% - 20px) / 3) * 1) + 10px);
}

.article:nth-child(3) {
    height: calc(100% - 290px - 10px);
    top: calc(290px + 10px);
    left: calc((((100% - 20px) / 3) * 1) + 10px);
}

.article:nth-child(4) {
    height: calc(100% - 290px - 10px);
    top: calc(290px + 10px);
    left: calc((((100% - 20px) / 3) * 2) + 20px);
}

.article__img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.article__img img {
    position: relative;
    z-index: 1;
}

@media (max-width: 840px) {
    .article__img img {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 623px) {
    .article__img img {
        width: auto !important;
        height: 100% !important;
    }
}

.article__img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: -webkit-gradient( linear, left bottom, left top, from(rgba(254, 245, 227, 0.97)), color-stop(rgba(254, 245, 227, 0.95)), color-stop(rgba(254, 245, 227, 0.72)), to(rgba(254, 245, 227, 0)) );
    background: linear-gradient( to top, rgb(69 9 92 / 70%), rgb(65 31 116 / 63%), rgb(110 31 141 / 33%), rgb(255 255 255 / 0%) );
}

.article:nth-child(1) .article__img img {
    height: 100%;
}

.article:nth-child(2) .article__img img {
    width: auto;
}

.article:nth-child(3) .article__img img,.article:nth-child(4) .article__img img {
    height: 100%;
}

@media (max-width: 1220px) {
    .article:nth-child(3) .article__img img, .article:nth-child(4) .article__img img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 1060px) {
    .article:nth-child(3) .article__img img, .article:nth-child(4) .article__img img {
        width: auto;
        height: 100%;
    }
}

.article__content {
    width: calc(100% - 40px);
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;
}

.article__date {
    width: 100%;
    font-family: roboto regular;
    font-size: 13px;
    line-height: 13px;
    color: #ffffff;
}

.article__title {
    width: 100%;
    font-family: beaufort medium;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 840px) {
    .article__title {
        font-size: 20px;
        line-height: 20px;
    }
}

.article__title a {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.article__title a:hover {
    color: #92380b;
}

.article:nth-child(3) .article__title,.article:nth-child(4) .article__title {
    font-size: 20px;
    line-height: 20px;
}

.article__text {
    width: 100%;
    height: calc(22px * 3);
    margin-top: 10px;
    font-family: roboto regular;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (max-width: 840px) {
    .article__text {
        height: calc(22px * 2);
        -webkit-line-clamp: 2;
    }
}

.article:nth-child(2) .article__text {
    height: calc(22px * 2);
    -webkit-line-clamp: 2;
}

.article:nth-child(3) .article__text,.article:nth-child(4) .article__text {
    display: none;
}

@media (max-width: 840px) {
    .article:nth-child(3) .article__text, .article:nth-child(4) .article__text {
        display: block;
    }
}

.article__button {
    width: 140px;
    height: 32px;
    margin-top: 20px;
}

.article__button span {
    font-size: 14px;
    line-height: 14px;
}

.inner-articles {
    width: calc(100% + 10px);
    margin: -5px;
}

.inner-articles__item {
    width: calc((100% - 40px) / 4);
    height: 400px;
    border-radius: 5px;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 5px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    position: relative;
}

@media (max-width: 1200px) {
    .inner-articles__item {
        width: calc((100% - 20px) / 2);
    }
}

@media (max-width: 640px) {
    .inner-articles__item {
        width: calc((100% - 10px) / 1);
    }
}

.inner-articles__img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.inner-articles__img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.inner-articles__img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: -webkit-gradient( linear, left bottom, left top, from(rgba(250, 240, 222, 0.97)), color-stop(rgba(250, 240, 222, 0.95)), color-stop(rgba(250, 240, 222, 0.72)), to(rgba(250, 240, 222, 0)) );
    background: linear-gradient( to top, rgba(250, 240, 222, 0.97), rgba(250, 240, 222, 0.95), rgba(250, 240, 222, 0.72), rgba(250, 240, 222, 0) );
}

.inner-articles__content {
    width: calc(100% - 40px);
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;
}

.inner-articles__date {
    width: 100%;
    font-family: roboto regular;
    font-size: 13px;
    line-height: 13px;
    color: #6c5f57;
}

.inner-articles__title {
    width: 100%;
    font-family: beaufort medium;
    font-size: 24px;
    line-height: 24px;
    color: #4f433e;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 840px) {
    .inner-articles__title {
        font-size: 20px;
        line-height: 20px;
    }
}

.inner-articles__title a {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.inner-articles__title a:hover {
    color: #92380b;
}

.inner-articles:nth-child(3) .inner-articles__title,.inner-articles:nth-child(4) .inner-articles__title {
    font-size: 20px;
    line-height: 20px;
}

.inner-articles__text {
    width: 100%;
    height: calc(22px * 3);
    margin-top: 10px;
    font-family: roboto regular;
    font-size: 16px;
    line-height: 22px;
    color: #6c5f57;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.inner-articles__button {
    width: 140px;
    height: 32px;
    margin-top: 20px;
}

.inner-articles__button span {
    font-size: 14px;
    line-height: 14px;
}

.pagination {
    width: 100%;
    margin-top: 20px;
}

.pagination__link {
    width: 38px;
    height: 38px;
    background: #ffffff;
    border-radius: 5px;
    margin: 3px;
    font-family: beaufort regular;
    color: #6c5f57;
    font-size: 20px;
    line-height: 20px;
    -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}

.pagination__link:hover {
    background: #f0f0f0;
    color: #584e48;
}

.pagination__link.active {
    font-family: beaufort bold;
    color: #ffffff;
    background: #92380b;
    pointer-events: none;
}

.full-article {
    width: 100%;
    border-radius: 5px;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.full-article__img {
    width: calc(100% - 20px);
    height: 250px;
    margin: 10px;
    border-radius: 4px;
    overflow: hidden;
}

@media (max-width: 580px) {
    .full-article__img {
        height: 150px;
    }
}

.full-article__img img {
    width: 100%;
}

@media (max-width: 370px) {
    .full-article__img img {
        height: 100%;
        width: auto;
    }
}

.full-article__content {
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.full-article__date {
    width: 100%;
    font-family: roboto regular;
    font-size: 13px;
    line-height: 13px;
    color: #6c5f57;
}

.full-article__title {
    width: 100%;
    font-family: beaufort medium;
    font-size: 24px;
    line-height: 24px;
    color: #4f433e;
    margin-top: 5px;
}

@media (max-width: 840px) {
    .full-article__title {
        font-size: 20px;
        line-height: 20px;
    }
}

.full-article__title a {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.full-article__text {
    width: 100%;
    margin-top: 10px;
    font-family: roboto regular;
    font-size: 16px;
    line-height: 22px;
    color: #6c5f57;
}

.full-article__button {
    width: 110px;
    height: 32px;
    margin-top: 20px;
}

.full-article__button span {
    font-size: 14px;
    line-height: 14px;
}

.full-article__button i {
    margin-right: 10px;
}

.widget {
    width: 330px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

@media (max-width: 1220px) {
    .widget {
        width: 100%;
        height: 300px;
        margin-top: 50px;
    }
}

.inner-page {
    width: 100%;
    border-radius: 5px;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.inner-page__title {
    width: 100%;
    padding: 30px 30px 26px;
    text-align: center;
    font-family: beaufort bold;
    font-size: 28px;
    line-height: 28px;
    color: #65159c;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0;
    border-bottom: 2px solid #e3d8c4;
}

@media (max-width: 500px) {
    .inner-page__title {
        font-size: 22px;
        line-height: 22px;
        padding: 20px 20px 18px;
    }
}

.inner-page__title span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: roboto regular;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #6c5f57;
    text-transform: none;
    margin-top: 5px;
}

@media (max-width: 500px) {
    .inner-page__title span {
        font-size: 14px;
        line-height: 14px;
    }
}

.inner-page__block {
    width: 100%;
    padding: 30px;
}

@media (max-width: 500px) {
    .inner-page__block {
        padding: 20px;
    }
}

.inner-page__text-block {
    width: 100%;
}

.inner-page__text-block *:first-child {
    margin-top: 0;
}

.inner-page__text-block h1 {
    width: 100%;
    font-family: beaufort bold;
    font-size: 24px;
    line-height: 26px;
    color: #92380b;
    margin: 30px 0 10px;
}

.inner-page__text-block p {
    font-family: roboto regular;
    font-size: 16px;
    line-height: 24px;
    color: #6c5f57;
}

.inner-page__text-block p a {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: #c97630;
    text-decoration: underline;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.inner-page__text-block p a:hover {
    color: #92380b;
}

.inner-page__text-block ul {
    width: 100%;
    padding-left: 18px;
}

.inner-page__text-block ul li {
    margin: 6px 0;
    font-family: roboto regular;
    font-size: 16px;
    line-height: 24px;
    color: #796b63;
}

.inner-page__text-block-title {
    width: 100%;
    font-family: beaufort bold;
    font-size: 24px;
    line-height: 26px;
    color: #92380b;
}

.global-form {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.global-form__text {
    width: 100%;
    text-align: center;
    font-family: roboto regular;
    font-size: 16px;
    line-height: 24px;
    color: #6c5f57;
}

.global-form__text a {
    font-family: roboto regular;
    color: #6c5f57;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.global-form__text a:hover {
    color: #92380b;
}

.global-form__form {
    width: 100%;
}

.global-form__line {
    position: relative;
    margin-top: 20px;
}

.global-form__line.percent-100 {
    width: 100%;
}

.global-form__line.percent-50 {
    width: calc((100% - 20px) / 2);
}

@media (max-width: 790px) {
    .global-form__line.percent-50 {
        width: 100%;
    }
}

.global-form__line input {
    width: 100%;
    height: 46px;
    border-radius: 5px;
    border: 1px solid #cbc2b3;
    background: #ddd5c7;
    padding-left: 60px;
    padding-right: 20px;
    font-family: roboto regular;
    font-size: 16px;
    line-height: 24px;
    color: #6c5f57;
}

.global-form__line input.zindex {
    position: relative;
    z-index: 1;
    padding-left: 130px;
    padding-right: 20px;
}

.global-form__prefix {
    width: 70px;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 46px;
    text-align: center;
    border-right: 1px solid #cbc2b3;
    font-family: roboto regular;
    font-size: 16px;
    line-height: 16px;
    color: #6c5f57;
    padding-top: 2px;
}

.global-form__prefix a {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid #cbc2b3;
    font-size: 10px;
    line-height: 10px;
    color: #6c5f57;
    position: absolute;
    top: calc((100% - 20) / 2);
    right: -10px;
    background: #ddd5c7;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.global-form__prefix a:hover {
    color: #92380b;
}

.global-form__line-icon {
    width: 46px;
    height: 46px;
    background: #ddd5c7;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px 0 0 5px;
    color: #92380b;
    z-index: 2;
    border: 1px solid #cbc2b3;
}

.global-form .checkbox-bg {
    background: #ddd5c7;
    border-radius: 5px;
    padding: 20px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.global-form .checkbox-bg .checkbox-wrapper {
    margin-bottom: 10px;
}

.global-form .checkbox-bg__text {
    width: 100%;
    text-align: center;
    font-family: roboto regular;
    font-size: 14px;
    line-height: 20px;
    color: #6c5f57;
}

.global-form .checkbox-bg__text a {
    font-family: roboto regular;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    color: #c97630;
}

.global-form .checkbox-bg__text a:hover {
    color: #92380b;
}

.global-form .capcha-bg {
    background: #ddd5c7;
    border-radius: 5px;
    padding: 20px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.global-form__button {
    width: 260px;
}

.global-form__sep {
    width: 100%;
    height: 1px;
}

.register-form {
    width: 800px;
}

@media (max-width: 920px) {
    .register-form {
        width: 100%;
    }
}

.hts-block {
    position: relative;
    padding-bottom: 80px;
    padding-top: 80px;
}

.hts-block:not(:last-child) {
    border-bottom: 1px solid #e3d8c4;
}

.hts-block:after {
    content: "";
    width: 96px;
    height: 73px;
    position: absolute;
    top: -32px;
    left: calc((100% - 96px) / 2);
    background: url(../images/icons/arrow.html) top center no-repeat;
    background-size: 100% 100%;
}

.hts-block.hts-1:after {
    display: none;
}

.hts-block.hts-1 {
    background: url(../images/hts/1.jpg) top center;
    background-size: cover;
}

.hts-block.hts-2 {
    background: url(../images/hts/2.jpg) top center;
    background-size: cover;
}

.hts-block.hts-3 {
    background: url(../images/hts/3.jpg) top center;
    background-size: cover;
}

.hts-block.hts-4 {
    background: url(../images/hts/4.jpg) top center;
    background-size: cover;
}

.hts-block.hts-5 {
    background: url(../images/hts/5.jpg) top center;
    background-size: cover;
    border-bottom: 0;
    border-radius: 0 0 10px 10px;
}

.hts-block__title {
    width: 100%;
}

.hts-block__title-step {
    width: 110px;
    margin: 0 auto;
    font-family: beaufort bold;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #92380b;
    position: relative;
    background: #f8d672;
    padding: 8px 0;
    border-radius: 50px;
}

@media (max-width: 500px) {
    .hts-block__title-step {
        font-size: 18px;
        line-height: 18px;
    }
}

.hts-block__title-step:after {
    content: "";
    width: 73px;
    height: 22px;
    position: absolute;
    top: calc(50% - 11px);
    left: -80px;
    background: url(../images/bg/step_left.html) top center no-repeat;
}

.hts-block__title-step:before {
    content: "";
    width: 73px;
    height: 22px;
    position: absolute;
    top: calc(50% - 11px);
    right: -80px;
    background: url(../images/bg/step_right.html) top center no-repeat;
}

.hts-block__title-text {
    width: 100%;
    font-family: beaufort medium;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    color: #92380b;
    margin-top: 10px;
}

@media (max-width: 500px) {
    .hts-block__title-text {
        font-size: 20px;
        line-height: 20px;
    }
}

.hts-block__text {
    width: 800px;
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
    font-family: roboto regular;
    font-size: 16px;
    line-height: 24px;
    color: #6c5f57;
}

@media (max-width: 920px) {
    .hts-block__text {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .hts-block__text {
        font-size: 14px;
        line-height: 18px;
    }
}

.hts-block__text a {
    font-family: roboto regular;
    color: #c97630;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.hts-block__text a:hover {
    color: #92380b;
}

.hts-block__text b {
    color: #92380b;
    font-family: roboto bold;
}

.hts-block__button-reg {
    width: 300px;
    margin: 0 auto;
    margin-top: 30px;
}

@media (max-width: 500px) {
    .hts-block__button-reg {
        width: 100%;
        height: 44px !important;
    }
}

@media (max-width: 500px) {
    .hts-block__button-reg span {
        font-size: 18px !important;
        line-height: 18px !important;
    }
}

.hts-block__downloads {
    width: 100%;
    margin-top: 20px;
}

.hts-block__downloads .btn {
    width: 250px;
    margin: 10px;
}

@media (max-width: 500px) {
    .hts-block__downloads .btn {
        width: 100%;
        height: 44px !important;
        margin-left: 0;
        margin-right: 0;
    }
}

.hts-block__downloads .btn span {
    font-size: 18px;
}

.hts-block__downloads .btn i {
    margin-right: 10px;
}

.hts-block__system-stat {
    width: 100%;
    margin-top: 20px;
}

.hts-block__system-stat-title {
    width: 100%;
    font-family: beaufort medium;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    color: #92380b;
}

.hts-block__system-stat-blocks {
    width: 100%;
    margin-top: 20px;
}

.hts-block__system-stat-block {
    width: calc((100% - 20px) / 2);
    padding: 20px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.4);
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    border-bottom: 2px solid #92380b;
}

@media (max-width: 750px) {
    .hts-block__system-stat-block {
        width: 100%;
    }
}

@media (max-width: 750px) {
    .hts-block__system-stat-block:nth-child(2) {
        margin-top: 20px;
    }
}

.hts-block__system-stat-block-title {
    width: 100%;
    font-family: beaufort medium;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #92380b;
    margin-bottom: 20px;
}

.hts-block__system-stat-block-text {
    width: 100%;
    text-align: center;
    font-family: roboto regular;
    font-size: 14px;
    line-height: 18px;
    color: #6c5f57;
}

.hts-block__system-stat-block-text b {
    color: #4b423d;
    font-family: roboto medium;
}

.hts-block__system-stat-block-text:not(:last-child) {
    margin-bottom: 10px;
}

.macguide {
    width: 800px;
    margin: 0 auto;
    margin-top: 20px;
}

@media (max-width: 920px) {
    .macguide {
        width: 100%;
    }
}

.macguide__title {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-family: roboto bold;
    font-size: 16px;
    line-height: 18px;
    color: #6c5f57;
    border-radius: 4px;
    border: 2px solid rgba(108, 95, 87, 0.5);
    cursor: pointer;
    -webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
}

.macguide__title:hover {
    color: #92380b;
    border: 2px solid #92380b;
}

.macguide__title i {
    font-size: 14px;
    line-height: 14px;
    margin-left: 5px;
}

.macguide__content {
    width: 100%;
    padding: 20px;
    border: 2px solid rgba(108, 95, 87, 0.5);
    border-radius: 5px;
    margin-top: 3px;
    font-family: roboto regular;
    font-size: 14px;
    line-height: 18px;
    color: #6c5f57;
    display: none;
}

.macguide__content-top-text {
    font-family: roboto bold;
    font-size: 16px;
    line-height: 18px;
    color: #92380b;
    margin-bottom: 20px;
}

.macguide__content-open-screenshot {
    font-family: roboto bold;
    font-size: 14px;
    line-height: 18px;
    color: #c97630;
    text-decoration: underline;
    cursor: pointer;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.macguide__content-open-screenshot:hover {
    color: #92380b;
}

.macguide__content-screenshot {
    width: 100%;
    margin-top: 10px;
    display: none;
}

.macguide__content-screenshot img {
    width: 100%;
    display: block;
}

.footer {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
}

.footer .content-area {
    border-top: 1px solid rgba(62, 60, 58, 0.16);
    padding: 50px 0;
}

.footer__cpr {
    width: 630px;
}

@media (max-width: 1260px) {
    .footer__cpr {
        width: 100%;
        border-bottom: 1px solid rgba(62, 60, 58, 0.16);
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
}

.footer__cpr-logo {
    width: 231px;
}

@media (max-width: 1260px) {
    .footer__cpr-logo {
        width: 100%;
    }
}

.footer__cpr-logo img {
    opacity: 1;
}

@media (max-width: 1260px) {
    .footer__cpr-logo img {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.footer__cpr-info {
    width: calc(100% - 231px - 15px);
    margin-left: auto;
}

@media (max-width: 1260px) {
    .footer__cpr-info {
        width: 100%;
    }
}

.footer__cpr-title {
    width: 100%;
    font-family: roboto bold;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    text-transform: uppercase;
}

@media (max-width: 1260px) {
    .footer__cpr-title {
        text-align: center;
        margin-top: 20px;
    }
}

.footer__cpr-text {
    width: 100%;
    font-family: roboto regular;
    font-size: 10px;
    line-height: 18px;
    color: #ffffff;
    margin-top: 15px;
}

@media (max-width: 1260px) {
    .footer__cpr-text {
        text-align: center;
        margin-top: 5px;
    }
}

.footer__nav {
    width: auto;
}

@media (max-width: 620px) {
    .footer__nav {
        width: 100%;
        margin-bottom: 18px;
    }
}

.footer__nav-link {
    width: auto;
}

@media (max-width: 620px) {
    .footer__nav-link {
        text-align: center;
    }
}

.footer__nav-link:not(:last-child) {
    margin-bottom: 18px;
}

.footer__nav-link a {
    white-space: nowrap;
    font-family: roboto regular;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.footer__nav-link a:hover {
    color: #e3d4fb;
}

.footer__banners {
    width: auto;
    width: 190px;
}

@media (max-width: 620px) {
    .footer__banners {
        width: 100%;
        margin-top: 32px;
        padding-top: 50px;
        border-top: 1px solid rgba(62, 60, 58, 0.16);
    }
}

.footer__banners-unsimple {
    width: auto;
}

@media (max-width: 620px) {
    .footer__banners-unsimple {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer__banners-unsimple a {
    width: 152px;
    height: 29px;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 0.8;
}

.footer__banners-unsimple a:hover {
    opacity: 1;
}

.footer__banners-unsimple a img {
    display: block;
}

.footer__banners-buttons {
    margin-top: 32px;
}

@media (max-width: 620px) {
    .footer__banners-buttons {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer__banners-buttons a {
    opacity: 0.6;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.footer__banners-buttons a:hover {
    opacity: 1;
}

@media (max-width: 620px) {
    .footer__banners-buttons a {
        margin: 0 5px;
    }
}

.footer__banners-buttons a:not(:last-child) {
    margin-right: 5px;
}

.footer__banners-sep {
    width: 100%;
}

.rating {
    width: 100%;
}

.rating__tabs {
    : 100%; padding: 15px 25px;
    background: #ffffff;
    border-bottom: 2px solid #92380b;
    border-radius: 4px;
}

@media (max-width: 1024px) {
    .rating__tabs {
        padding: 15px;
    }
}

.rating__tabs-item {
    width: auto;
    height: 38px;
    padding: 0 20px;
    border-radius: 4px;
    background-color: #e9e9e9;
    margin: 5px;
    font-family: beaufort medium;
    color: #6c5f57;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.rating__tabs-item:not(.active):hover {
    background-color: #cec8bd;
    color: #65159c;
}

.rating__tabs-item.active {
    background-color: #65159c;
    color: #ffffff;
}

.rating__content {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.rating__table-bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.rating__table-bg.active {
    position: relative;
    opacity: 1;
    z-index: 2;
    pointer-events: all;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 1024px) {
    .rating__table-bg {
        overflow-x: scroll;
        border-radius: 10px;
    }
}

.rating__table {
    width: 100%;
    min-width: 800px;
}

.rating__table-tr {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    background: #ffffff;
    border: 1px solid #efe3ce;
}

.rating__table-tr:not(:last-child) {
    margin-bottom: 2px;
}

.rating__table-tr:nth-child(2n + 1) {
    background: #f7f7f7;
}

.rating__table-tr:nth-child(1) .rating__table-td {
    background: #ffffff !important;
    color: #65159c;
}

.rating__table-td {
    width: auto;
    min-height: 56px;
    text-align: center;
    font-family: roboto regular;
    color: #6c5f57;
    font-size: 16px;
    line-height: 16px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    padding: 10px;
}

.rating__table-td:nth-child(2n + 1) {
    background: rgba(60, 61, 64, 0.03);
}

.rating__table-td.num {
    width: 50px;
    color: #65159c;
    font-weight: 500;
}

.rating__table-td.td-1-1 {
    width: calc(100% - 50px);
}

.rating__table-td.td-1-2 {
    width: calc((100% - 50px) / 2);
}

.rating__table-td.td-1-3 {
    width: calc((100% - 50px) / 3);
}

.rating__table-td.td-2-3 {
    width: calc(((100% - 50px) / 3) * 2);
}

.rating__table-td.td-1-4 {
    width: calc((100% - 50px) / 4);
}

.rating__table-td.td-2-4 {
    width: calc(((100% - 50px) / 4) * 2);
}

.rating__table-td.td-3-4 {
    width: calc(((100% - 50px) / 4) * 3);
}

.rating__table-td.td-1-5 {
    width: calc((100% - 50px) / 5);
}

.rating__table-td.td-2-5 {
    width: calc(((100% - 50px) / 5) * 2);
}

.rating__table-td.td-3-5 {
    width: calc(((100% - 50px) / 5) * 3);
}

.rating__table-td.td-4-5 {
    width: calc(((100% - 50px) / 5) * 4);
}

.rating__table-td.td-1-6 {
    width: calc((100% - 50px) / 6);
}

.rating__table-td.td-2-6 {
    width: calc(((100% - 50px) / 6) * 2);
}

.rating__table-td.td-3-6 {
    width: calc(((100% - 50px) / 6) * 3);
}

.rating__table-td.td-4-6 {
    width: calc(((100% - 50px) / 6) * 4);
}

.rating__table-td.td-5-6 {
    width: calc(((100% - 50px) / 6) * 5);
}

.overlay {
    position: absolute;
    width: 100%;
    max-height: 1096px;
    max-width: 1920px;
    overflow: hidden;
    top: 0;
    pointer-events: none;
    mix-blend-mode: screen;
    opacity: 0.4;
}

.overlay video {
    width: 100%;
}

.slider2__title {
    width: 100%;
    margin-top: 10px;
    font-family: beaufort medium;
    font-size: 28px;
    line-height: 28px;
    color: #e5d9c3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640px) {
    .slider2__title {
        white-space: normal;
        overflow: visible;
        font-size: 22px;
        line-height: 22px;
    }
}

.slider2__title a {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

/* ---- Video section styles ---- */
.video-section {
    width: 100%;
    margin: 50px 0;
}

.video-section__title {
    width: 100%;
    text-align: center;
    font-family: beaufort bold;
    font-size: 36px;
    line-height: 40px;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.video-section__container {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.video-section__container iframe {
    width: 100%;
    height: 100%;
    display: block;
}

/* Thumbnail link replacing YouTube embed */
.video-link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.video-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-link__play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.video-link__play:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%);
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #92380b;
}

.video-section__cta {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

/* CTA button smaller and fast pulse */
.video-cta-btn {
    width: 220px !important;
    -webkit-animation: ctaPulse 0.7s ease-in-out infinite;
    animation: ctaPulse 0.7s ease-in-out infinite;
}
.video-cta-btn span {
    font-size: 16px;
    line-height: 16px;
}

@-webkit-keyframes ctaPulse {
    0%, 100% { -webkit-transform: scale(1); transform: scale(1); }
    50% { -webkit-transform: scale(1.08); transform: scale(1.08); }
}
@keyframes ctaPulse {
    0%, 100% { -webkit-transform: scale(1); transform: scale(1); }
    50% { -webkit-transform: scale(1.08); transform: scale(1.08); }
}

.slider2__title a:hover {
    color: #f8d672;
}

.slider2__text {
    width: 100%;
    height: calc(24px * 2);
    margin-top: 10px;
    font-family: roboto regular;
    font-size: 16px;
    line-height: 24px;
    color: #c0b6a6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.slider2__button {
    display: inline-block; /* Changed from flex */
    vertical-align: middle; /* Added */
    margin-top: 0px;
    margin-left: 10px;
    background-color: #5662f6;
    color: #fff;
    padding: 14px 30px; /* Adjusted padding */
    border: none;
    border-radius: 25px;
    /* Valor do raio de arredondamento */
    font-family: inherit;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}

.slider2__button i {
    margin-right: 5px;
}
