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

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

a {
    text-decoration: none
}

a:active, a:hover {
    outline: 0
}

ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

html {
    box-sizing: border-box
}

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

:focus {
    outline: 0
}

img, audio, video {
    max-width: 100%;
    height: auto;
    border: 0
}

audio, canvas, iframe, video, img, svg {
    vertical-align: middle
}

iframe {
    border: 0
}

textarea {
    resize: none;
    overflow: auto;
    vertical-align: top;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

input, textarea, select, button {
    outline: none;
    border: none;
    font-size: 100%;
    margin: 0
}

button, input {
    line-height: normal
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0;
    text-align: left
}

img {
    vertical-align: middle
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 3vw;
    padding-right: 3vw;
    width: 100%
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        padding-left: 3vw;
        padding-right: 3vw
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .container {
        padding-left: 4vw;
        padding-right: 4vw
    }
}

@media (max-width: 767px) {
    .container {
        padding-left: 6vw;
        padding-right: 6vw
    }
}

@media (min-width: calc(2000px + 7vw)) {
    .container {
        padding-left: 0;
        padding-right: 0;
        width: 2000px
    }
}

.container-left {
    padding-left: 3vw;
    width: 100%;
    max-width: 900px;
    margin: 0 auto
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container-left {
        padding-left: 3vw
    }
}

.container-right {
    padding-right: 3vw;
    width: 100%
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container-right {
        padding-right: 3vw
    }
}

._g-out-container {
    margin-left: -3vw;
    margin-right: -3vw
}

@media (min-width: 1750px) {
    ._g-out-container {
        margin: 0 0 0 -50vw;
        left: 49.5%;
        width: 100vw;
        position: relative
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    ._g-out-container {
        margin-left: -3vw;
        margin-right: -3vw
    }
}

@media (max-width: 767px) {
    ._g-out-container {
        margin-left: -6vw;
        margin-right: -6vw
    }
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none;
    visibility: hidden
}

.collapse.in, .collapse.show {
    display: block;
    visibility: visible
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height, visibility
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block;
    opacity: 1
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    line-height: 100%
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=file] {
    display: block
}

select[multiple], select[size] {
    height: auto
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px #00000013;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
        line-height: 34px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-top: 4px;
    margin-left: -20px
}

input[type=radio][disabled], input[type=checkbox][disabled], input[type=radio].disabled, input[type=checkbox].disabled, fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox], .radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline, .radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.fade {
    transition: opacity .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 .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.width {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.width {
        transition: none
    }
}

@font-face {
    font-family: swiper-icons;
    src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev:after, .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-prev.swiper-button-black, .swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default, .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0)
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    transition: transform 2s
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    transition: transform 2s;
    transform: translateY(0)
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    font-family: Helvetica Neue, sans-serif;
    line-height: 1.1em
}

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
    text-align: center
}

html, body {
    height: 100%
}

@media (max-width: 767px) {
    html, body {
        height: auto
    }
}

html *, body * {
    line-height: 100%
}

body {
    font-size: 24px;
    width: 100%;
    font-family: NeueJune, Arial, Helvetica, sans-serif;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    user-select: none;
    line-height: 100%
}

body button {
    font-family: NeueJune, Arial, Helvetica, sans-serif
}

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

a:hover {
    text-decoration: none;
    color: #000
}

b, strong, h1, h2, h3, h4, h5 {
    font-weight: 700
}

._bg-full {
    background-position: center center;
    background-size: cover !important
}

.abs-link {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    display: block;
    overflow: hidden;
    text-indent: -9999px
}

button {
    outline: none;
    cursor: pointer;
    background: none;
    padding: 0;
    border: none;
    display: inline-block
}

img.full-width {
    width: 100%
}

@media (min-width: 768px) {
    .all-page-wrapper {
        width: 100%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        min-height: 100vh
    }

    .all-page-wrapper .all-page-holder {
        flex: 1;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch
    }
}

@media (min-width: 1400px) {
    ._g-plefted {
        padding: 0 30px
    }
}

.rel-box {
    position: relative;
    z-index: 3
}

.global-close-btn {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 20px;
    height: 20px;
    background: none;
    outline: none;
    border: none;
    z-index: 5
}

@media (max-width: 767px) {
    .global-close-btn {
        top: 40px;
        right: 30px
    }
}

.global-close-btn:before, .global-close-btn:after {
    content: "";
    display: block;
    clear: both;
    height: 2px;
    background-color: #000;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    width: 135%;
    top: 0;
    margin-top: 8px;
    margin-left: -3px;
    transition: all .3s ease
}

.global-close-btn:after {
    transform: rotate(-45deg)
}

.global-close-btn:hover:before, .global-close-btn:hover:after {
    background: #ccc
}

._g-centered {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
}

@media (max-width: 767px) {
    .no-xs {
        display: none !important
    }
}

html.modal-open, body.modal-open, .modal-open {
    overflow: hidden
}

.modal-open body {
    overflow: hidden !important
}

.pop-block {
    display: none;
    position: absolute
}

._g-red-btn {
    display: inline-block;
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    background: #B80000;
    border-radius: 30px;
    padding: 15px 25px;
    transition: all .3s ease
}

._g-red-btn:hover {
    color: #ddd
}

._g-red-btn img {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px
}

.cssAnimeY {
    transform: translateY(60px);
    opacity: 0;
    transition: opacity .6s linear, transform .6s cubic-bezier(.26, .67, .48, .91)
}

.cssAnimeY.will-change {
    will-change: transform, opacity
}

.cssAnimeY.animate {
    transform: translateY(0);
    opacity: 1
}

.cssAnimeX {
    transform: translate(-60px);
    opacity: 0;
    transition: opacity .6s linear, transform .6s cubic-bezier(.26, .67, .48, .91)
}

.cssAnimeX.will-change {
    will-change: transform, opacity
}

.cssAnimeX.animate {
    transform: translate(0);
    opacity: 1
}

.cssAnimeX-back {
    transform: translate(60px);
    opacity: 0;
    transition: opacity .6s linear, transform .6s cubic-bezier(.26, .67, .48, .91)
}

.cssAnimeX-back.will-change {
    will-change: transform, opacity
}

.cssAnimeX-back.animate {
    transform: translate(0);
    opacity: 1
}

.cssAnimeOpacity {
    opacity: 0;
    transition: opacity 1s ease;
    transition-delay: .3s
}

.cssAnimeOpacity.will-change {
    will-change: opacity
}

.cssAnimeOpacity.animate {
    opacity: 1
}

.cssAnimeStagger .cssAnimeStaggerItem {
    transform: translateY(60px);
    opacity: 0;
    transition: opacity .6s linear, transform .6s cubic-bezier(.26, .67, .48, .91)
}

.cssAnimeStagger .cssAnimeStaggerItem:nth-child(2) {
    transition-delay: .2s
}

.cssAnimeStagger .cssAnimeStaggerItem:nth-child(3) {
    transition-delay: .4s
}

.cssAnimeStagger .cssAnimeStaggerItem:nth-child(4) {
    transition-delay: .6s
}

.cssAnimeStagger .cssAnimeStaggerItem:nth-child(5) {
    transition-delay: .9s
}

.cssAnimeStagger.animate .cssAnimeStaggerItem {
    transform: translateY(0);
    opacity: 1
}

.cssAnimeStagger.will-change {
    will-change: transform, opacity
}

.cssAnimeWidth {
    width: 0;
    transition: width 1.5s cubic-bezier(.26, .67, .48, .91)
}

.cssAnimeWidth.will-change {
    will-change: width
}

.cssAnimeWidth.animate {
    width: 100%
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

._g-loader {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: #000
}

._g-loader .lds-circle {
    display: inline-block;
    transform: translateZ(1px)
}

._g-loader .lds-circle div {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    background: #fff;
    animation: lds-circle 2.4s cubic-bezier(0, .2, .8, 1) infinite
}

@keyframes lds-circle {
    0%, to {
        animation-timing-function: cubic-bezier(.5, 0, 1, .5)
    }
    0% {
        transform: rotateY(0);
        background: #fff
    }
    50% {
        transform: rotateY(1800deg);
        background: #FFE81D;
        animation-timing-function: cubic-bezier(0, .5, .5, 1)
    }
    to {
        background: #fff;
        transform: rotateY(3600deg)
    }
}

@keyframes down {
    0% {
        transform: translateY(-10px)
    }
    50% {
        transform: translateY(5px)
    }
    to {
        transform: translateY(-10px)
    }
}

@keyframes breath {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(.8)
    }
    to {
        transform: scale(1)
    }
}

@keyframes scaleUp {
    0% {
        transform: scale(.8);
        opacity: 1
    }
    50% {
        transform: scale(1.6);
        opacity: 0
    }
    80% {
        opacity: 0;
        transform: scale(.8)
    }
    to {
        opacity: 1;
        transform: scale(.8)
    }
}

.fakeCarouselScroll {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fakeCarouselScroll .scroll-content, .fakeCarouselScroll .fakeslider {
    height: 100%
}

.fakeCarouselScroll .scrollbar-track {
    display: none !important
}

._g-yellow-arrowed-btn {
    background: #FFE81D;
    font-size: 19px;
    color: #000;
    height: 70px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    min-width: 280px;
    font-weight: 700;
    border-radius: 20px;
    transition: all .3s ease;
    border: 4px solid #FFE81D
}

@media (max-width: 767px) {
    ._g-yellow-arrowed-btn {
        min-width: 0;
        padding: 0 20px;
        height: 60px
    }
}

._g-yellow-arrowed-btn:hover {
    border-color: #ffe81d;
    background: #fff
}

._g-yellow-arrowed-btn:hover img {
    transform: scale(1.3)
}

._g-yellow-arrowed-btn img {
    filter: invert(1);
    margin-left: 20px;
    transition: all .3s ease;
    will-change: transform
}

._g-yellow-arrowed-btn._mod-small {
    height: 56px;
    min-width: 200px;
    font-size: 16px;
    padding: 0 25px
}

._g-yellow-arrowed-btn._mod-small img {
    filter: none
}

._g-sect-badge {
    display: inline-block;
    color: #000;
    background: #DFDEE0;
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 16px;
    border-radius: 10px;
    padding: 6px 15px;
    margin-bottom: 15px
}

._g-yellow-btn {
    background: #FFE81D;
    font-size: 19px;
    color: #000;
    height: 70px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    min-width: 180px;
    font-weight: 700;
    border-radius: 20px;
    transition: all .3s ease;
    border: 4px solid #FFE81D
}

._g-yellow-btn:hover {
    border-color: #ffe81d;
    background: #fff
}

._g-yellow-btn._mod-small {
    height: 56px;
    min-width: 200px;
    font-size: 16px;
    padding: 0 25px
}

._g-yellow-btn._mod-small img {
    filter: none
}

._g-gray-border-btn {
    font-size: 19px;
    color: #76757b;
    height: 70px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    min-width: 180px;
    font-weight: 700;
    border-radius: 20px;
    transition: all .3s ease;
    border: 2px solid #76757B
}

._g-gray-border-btn:hover {
    border-color: #ffe81d;
    background: #fff
}

._g-gray-border-btn._mod-small {
    height: 56px;
    min-width: 200px;
    font-size: 16px;
    padding: 0 25px
}

._g-gray-border-btn._mod-small img {
    filter: none
}

._g-custom-checkbox {
    position: relative;
    font-weight: 400
}

._g-custom-checkbox input {
    opacity: 0;
    font-size: 0;
    visibility: hidden;
    position: absolute
}

._g-custom-checkbox input:checked + .checkbox-holder {
    color: #000
}

._g-custom-checkbox input:checked + .checkbox-holder + .ch-btn {
    border-color: #333
}

._g-custom-checkbox input:checked + .checkbox-holder + .ch-btn:before {
    opacity: 1
}

._g-custom-checkbox:hover .ch-btn {
    border-color: #000
}

._g-custom-checkbox .checkbox-label {
    margin: 0;
    height: 100%;
    display: block;
    font-weight: 400;
    font-size: 16px
}

._g-custom-checkbox .ch-btn {
    position: absolute;
    width: 32px;
    height: 30px;
    border: 1px solid #DBDADE;
    border-radius: 8px;
    left: 0;
    top: 0;
    cursor: pointer
}

@media (max-width: 767px) {
    ._g-custom-checkbox .ch-btn {
        width: 25px;
        height: 23px;
        border-radius: 5px
    }
}

._g-custom-checkbox .ch-btn:before {
    content: "";
    display: block;
    clear: both;
    display: inline-block;
    border: solid #333;
    border-width: 0 2px 2px 0;
    padding: 6px 3px;
    transform: rotate(45deg);
    position: absolute;
    top: 5px;
    left: 12px;
    opacity: 0
}

@media (max-width: 767px) {
    ._g-custom-checkbox .ch-btn:before {
        padding: 4px 2px;
        left: 9px;
        top: 4px
    }
}

._g-custom-checkbox .checkbox-holder {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 4px 17px 0 46px;
    border-radius: 7px;
    font-size: 18px;
    line-height: 21px;
    cursor: pointer;
    color: #7a7d93;
    transition: all .3s ease
}

@media (max-width: 767px) {
    ._g-custom-checkbox .checkbox-holder {
        font-size: 15px;
        line-height: 15px;
        padding-right: 0;
        padding-left: 40px
    }
}

._g-custom-checkbox .checkbox-holder:hover {
    color: #000
}

.pagenavi-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center
}

@media (max-width: 767px) {
    .pagenavi-box {
        justify-content: space-between
    }
}

.pagenavi-box .pagenavi {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-right: 15px
}

@media (max-width: 767px) {
    .pagenavi-box .pagenavi {
        margin-right: 10px
    }
}

.pagenavi-box .pagenavi li {
    margin-left: 10px
}

@media (max-width: 767px) {
    .pagenavi-box .pagenavi li {
        margin-left: 7px
    }
}

.pagenavi-box .pagenavi li:first-child {
    margin-left: 0
}

.pagenavi-box .pagenavi a, .pagenavi-box .pagenavi span {
    height: 50px;
    overflow: hidden;
    border-radius: 15px;
    padding-right: 3px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 67px;
    min-width: 67px;
    background: #F4F5F6;
    transition: all .3s ease;
    font-size: 19px;
    font-weight: 700;
    color: #000
}

@media (max-width: 767px) {
    .pagenavi-box .pagenavi a, .pagenavi-box .pagenavi span {
        width: 45px;
        height: 40px;
        min-width: 45px;
        border-radius: 10px;
        font-size: 16px
    }
}

.pagenavi-box .pagenavi a:hover, .pagenavi-box .pagenavi span:hover {
    background: #FFE81D
}

.pagenavi-box .pagenavi span {
    background: #303030 !important;
    color: #f0eef3
}

.pagenavi-box .more-btn {
    height: 50px;
    border-radius: 15px;
    min-width: 200px;
    border-width: 2px
}

@media (max-width: 767px) {
    .pagenavi-box .more-btn {
        min-width: 0;
        height: 40px;
        border-radius: 10px;
        font-size: 13px;
        padding: 0 15px
    }
}

.pagenavi-box .more-btn span {
    position: relative;
    padding-right: 25px
}

@media (max-width: 767px) {
    .pagenavi-box .more-btn span {
        padding-right: 15px
    }
}

.pagenavi-box .more-btn span:after {
    content: "";
    display: block;
    clear: both;
    display: inline-block;
    border: solid #000;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    right: 0;
    margin-top: -5px;
    position: absolute;
    top: 50%
}

._g-select-type {
    position: relative;
    height: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%
}

._g-select-type .ts-wrapper {
    height: 100%;
    position: relative;
    z-index: 3;
    width: 100%
}

._g-select-type .ts-wrapper.dropdown-active .ts-control {
    border-radius: 16px 16px 0 0
}

._g-select-type .ts-wrapper.dropdown-active .ts-control:after {
    transform: rotate(-135deg);
    margin-top: -4px
}

._g-select-type .ts-wrapper.dropdown-active .custom-select-panel {
    opacity: 1
}

._g-select-type .ts-control {
    height: 100%;
    border-radius: 16px;
    background: none;
    padding-right: 35px !important;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    font-size: 19px;
    color: #000;
    font-weight: 700;
    padding-left: 25px
}

._g-select-type .ts-control:after {
    content: "";
    display: block;
    clear: both;
    display: inline-block;
    border: solid #666;
    border-width: 0 3px 3px 0;
    padding: 5px;
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
    vertical-align: top;
    margin-top: -11px;
    top: 50%
}

@media (max-width: 767px) {
    ._g-select-type .ts-control:after {
        right: 25px
    }
}

._g-select-type .ts-dropdown {
    margin-top: 0;
    background: #eee;
    border-radius: 0 0 18px 18px;
    border: 1px solid #ccc;
    border-top: none;
    box-shadow: none;
    overflow: hidden
}

._g-select-type .ts-dropdown .option {
    cursor: pointer;
    padding: 12px 25px;
    background: #F5F5F9;
    font-size: 17px;
    color: #666
}

@media (max-width: 767px) {
    ._g-select-type .ts-dropdown .option {
        padding-left: 15px
    }
}

._g-select-type .ts-dropdown .option:before {
    display: none
}

._g-select-type .ts-dropdown .option.active {
    background: #ddd
}

._g-select-type .ts-dropdown .option.selected {
    cursor: default;
    font-weight: 700;
    color: #000;
    background: #FFE81D
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 35;
    font-family: Madigantext, Arial, sans-serif
}

@media (min-width: 768px) {
    header {
        transition: all .5s ease
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header {
        z-index: 100
    }
}

@media (max-width: 767px) {
    header {
        padding: 0 0 0 5vw;
        z-index: 100
    }
}

header .head-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 20px 3vw 44px 2vw
}

@media (min-width: calc(2000px + 7vw)) {
    header .head-row {
        width: 2000px;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto
    }

    header .head-row .logo {
        justify-content: flex-start
    }
}

@media (max-width: 767px) {
    header .head-row {
        padding: 15px 80px 0 0
    }
}

header .left-col {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    flex: 1;
    height: 100%;
    padding-right: 3%
}

@media (min-width: 1200px) and (max-width: 1400px) {
    header .left-col {
        padding-right: 20px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header .left-col {
        padding-right: 10px
    }
}

header .right-col {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px
}

@media (min-width: 768px) and (max-width: 991px) {
    header .right-col {
        width: auto
    }
}

@media (max-width: 767px) {
    header .right-col {
        width: auto;
        padding-top: 15px
    }
}

header .logo-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: stretch;
    align-items: stretch;
    height: 100%;
    margin-right: 20px;
    width: 20%;
    min-width: 180px;
    position: relative
}

@media (min-width: 1200px) and (max-width: 1400px) {
    header .logo-wrap {
        min-width: 75px;
        width: 75px;
        margin-right: 0
    }
}

@media (max-width: 767px) {
    header .logo-wrap {
        min-width: 120px;
        margin-right: 0
    }
}

header .logo-wrap:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 50%;
    height: 45px;
    margin-top: -12px;
    bottom: 0;
    right: 0;
    width: 1px;
    background: #CFCFCF
}

@media (min-width: 1200px) and (max-width: 1400px) {
    header .logo-wrap:after {
        display: none
    }
}

@media (max-width: 767px) {
    header .logo-wrap:after {
        display: none
    }
}

header .logo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex: 1;
    width: 90%;
    transition: all .3s ease;
    will-change: width
}

@media (min-width: 1200px) and (max-width: 1400px) {
    header .logo {
        width: 100%
    }
}

header .logo .logo-text {
    margin-left: -20px;
    margin-top: 15px
}

@media (min-width: 1200px) and (max-width: 1400px) {
    header .logo .logo-text {
        display: none
    }
}

@media (max-width: 767px) {
    header .logo .logo-text {
        width: 70px;
        margin-left: -10px
    }
}

@media (max-width: 767px) {
    header .logo .logo-pic {
        width: 50px
    }
}

header .main-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    max-width: 650px;
    padding-top: 23px
}

@media (min-width: 992px) and (max-width: 1199px) {
    header .main-nav {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header .main-nav {
        display: none
    }
}

header .main-nav li a {
    display: block;
    padding: 10px 7px;
    font-size: 17px;
    transition: color .3s ease;
    color: #fff;
    position: relative;
    white-space: nowrap;
    font-family: Cambria, Arial, Helvetica, sans-serif
}

@media (min-width: 1500px) {
    header .main-nav li a {
        font-size: 18px
    }
}

header .main-nav li a:hover {
    color: #ffe81d
}

header .main-nav li.active a {
    color: #555
}

header .main-nav li.active a:before {
    opacity: 1
}

header .lang-supp-col {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center
}

@media (max-width: 767px) {
    header .lang-supp-col {
        display: none
    }
}

header .login-col {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
    width: 40%
}

@media (min-width: 1200px) and (max-width: 1400px) {
    header .login-col {
        margin-right: 15px;
        width: 43%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header .login-col {
        width: auto
    }
}

@media (max-width: 767px) {
    header .login-col {
        width: auto;
        margin-right: 0
    }
}

header .lang-col {
    margin-left: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: relative
}

@media (min-width: 1200px) and (max-width: 1400px) {
    header .lang-col {
        margin-left: 15px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header .lang-col {
        margin-left: auto
    }
}

header .current-lang {
    color: #d8d8d8;
    font-size: 16px;
    position: relative;
    width: 115px;
    border-radius: 12px;
    z-index: 3;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 48px;
    padding: 0 16px;
    border: 1px solid rgba(183, 180, 189, .57);
    font-weight: 700
}

@media (min-width: 992px) and (max-width: 1199px) {
    header .current-lang {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    header .current-lang {
        padding-right: 20px;
        font-size: 14px
    }
}

header .current-lang:hover {
    border-color: #fff
}

header .current-lang:hover:after {
    border-color: #fff
}

header .current-lang:after {
    content: "";
    display: block;
    clear: both;
    display: inline-block;
    border: solid #D8D8D8;
    border-width: 0 2px 2px 0;
    padding: 3px;
    margin-top: -5px;
    margin-left: 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    vertical-align: top;
    transform: rotate(45deg)
}

header .current-lang img {
    display: block;
    width: 30px;
    margin-right: 10px;
    border-radius: 4px
}

header .current-lang span {
    display: block;
    font-family: Madigantext, Arial, sans-serif
}

header .current-lang.btn-actived {
    color: #000;
    border-color: transparent;
    background: #FFE81D
}

header .current-lang.btn-actived:after {
    transform: rotate(-135deg);
    margin-top: -2px;
    border-color: #000
}

header .langs-drop {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 0 10px #0003;
    width: 100%;
    border-radius: 12px;
    padding: 52px 0 10px
}

@media (max-width: 767px) {
    header .langs-drop {
        width: 80px;
        margin-left: -43px;
        left: 50%
    }
}

header .langs-drop a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 14px 8px 16px;
    font-size: 16px;
    line-height: 100%;
    transition: all .3s ease;
    font-weight: 700;
    color: #666
}

@media (max-width: 767px) {
    header .langs-drop a {
        font-size: 14px;
        padding-left: 15px
    }
}

header .langs-drop a:hover {
    color: #000
}

header .langs-drop a img {
    display: block;
    width: 30px;
    border: 1px solid #ccc;
    margin-right: 10px;
    border-radius: 4px
}

header .support-btn {
    height: 48px;
    padding: 0 30px 0 20px;
    border: 1px solid rgba(183, 180, 189, .57);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    border-radius: 12px;
    transition: all .3s ease;
    font-family: Cambria, Arial, Helvetica, sans-serif
}

@media (min-width: 1200px) and (max-width: 1400px) {
    header .support-btn {
        padding: 0 15px 0 10px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header .support-btn {
        display: none
    }
}

header .support-btn:hover {
    border-color: #fff;
    color: #fff
}

header .support-btn img {
    display: block;
    filter: invert(1);
    margin-right: 12px
}

header .login-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    transition: color .3s ease;
    margin-right: 15px;
    padding: 0 15px;
    font-weight: 500;
    font-size: 17px;
    font-family: Cambria, Arial, Helvetica, sans-serif
}

@media (max-width: 767px) {
    header .login-btn {
        display: none
    }
}

header .login-btn img {
    filter: invert(.4);
    margin-right: 12px;
    transition: all .3s ease
}

header .login-btn:hover {
    color: #ffe81d
}

header .login-btn:hover img {
    filter: invert(1)
}

header .sign-up-btn {
    background: #FFE81D;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 48px;
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 0 20px;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    font-family: Cambria, Arial, Helvetica, sans-serif;
    white-space: nowrap
}

@media (min-width: 1200px) and (max-width: 1400px) {
    header .sign-up-btn {
        padding: 0 15px 2px
    }
}

@media (max-width: 767px) {
    header .sign-up-btn {
        height: 40px;
        font-weight: 400;
        padding: 0 20px;
        font-size: 14px
    }
}

header .sign-up-btn:hover {
    background: #fff
}

header .sign-up-btn span {
    position: relative;
    display: block;
    padding-right: 20px
}

@media (max-width: 767px) {
    header .sign-up-btn span {
        padding-right: 15px
    }
}

header .sign-up-btn span:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    right: 0;
    top: 50%;
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
    border: solid #000;
    border-width: 0 2px 2px 0;
    padding: 2px;
    transform: rotate(-45deg)
}

header.black-header {
    background: #000
}

@media (max-width: 767px) {
    header.black-header .head-row {
        padding-bottom: 25px
    }
}

.mobile-menu-btn {
    z-index: 150;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 60px;
    position: relative;
    width: 55px;
    top: 0;
    padding: 0 0 0 23px
}

@media (min-width: 1200px) {
    .mobile-menu-btn {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .mobile-menu-btn {
        position: absolute;
        left: 210px;
        top: 50%;
        margin-top: -32px;
        width: 60px
    }

    .mobile-menu-btn:hover span {
        background: #FFE81D
    }

    .mobile-menu-btn:hover span:before, .mobile-menu-btn:hover span:after {
        background: #FFE81D
    }
}

@media (max-width: 767px) {
    .mobile-menu-btn {
        position: absolute;
        right: 5vw;
        top: 20px
    }
}

.mobile-menu-btn span {
    border: none;
    width: 100%;
    height: 2px;
    background: none;
    position: relative;
    transition: all .3s ease;
    background: #fff;
    border-radius: 2px
}

.mobile-menu-btn span:before, .mobile-menu-btn span:after {
    content: "";
    display: block;
    clear: both;
    transition: all .3s ease;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    box-sizing: inherit;
    border-radius: 2px
}

.mobile-menu-btn span:before {
    top: -10px;
    transition-property: background-color, top, transform;
    will-change: transform, top
}

.mobile-menu-btn span:after {
    bottom: -10px;
    transition-property: background-color, bottom, transform;
    will-change: transform, bottom
}

.mobile-menu-btn em {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    font-style: normal
}

@media (max-width: 767px) {
    .mobile-menu-btn em {
        display: none
    }
}

.mobile-menu-btn.btn-actived span {
    background: none
}

.mobile-menu-btn.btn-actived span:before {
    top: 0;
    transform: rotate(45deg)
}

.mobile-menu-btn.btn-actived span:after {
    bottom: 0;
    transform: rotate(-45deg);
    width: 100%
}

.mobile-header-inside {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 70;
    overflow: hidden;
    padding: 70px 0 4vh;
    display: none;
    opacity: 0;
    visibility: hidden;
    background: #000
}

@media (max-width: 767px) {
    .mobile-header-inside {
        display: block
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mobile-header-inside {
        display: block
    }
}

@media (orientation: landscape) {
    .mobile-header-inside {
        padding-bottom: 60px
    }
}

.mobile-header-inside .inside-holder {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 5vw
}

.mobile-header-inside .head-center {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
    padding-bottom: 60px
}

.mobile-header-inside .main-nav {
    width: 100%;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.mobile-header-inside .main-nav li {
    position: relative;
    display: block;
    will-change: transform
}

.mobile-header-inside .main-nav li a {
    color: #fff;
    font-weight: 700;
    font-size: 7vw;
    display: block;
    padding: 8px 10px;
    margin-left: -10px
}

@media (min-width: 768px) and (max-width: 991px) {
    .mobile-header-inside .main-nav li a {
        font-size: 5vw
    }
}

.mobile-header-inside .main-nav li a:hover {
    color: #ffe81d
}

.mobile-header-inside .main-nav li.active a, .mobile-header-inside .main-nav li.current-menu-item a {
    color: #555
}

.mobile-header-inside .lang-col {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    z-index: 5;
    position: relative
}

.mobile-header-inside .current-lang {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    padding-right: 25px;
    border-radius: 15px;
    border: 1px solid #333;
    width: 100%;
    height: 45px;
    padding-bottom: 3px
}

.mobile-header-inside .current-lang:after {
    content: "";
    display: block;
    clear: both;
    display: inline-block;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 4px;
    margin-top: -7px;
    margin-left: 5px;
    position: absolute;
    top: 50%;
    right: 20px;
    vertical-align: top;
    transform: rotate(45deg)
}

.mobile-header-inside .current-lang img {
    max-width: 30px;
    margin-right: 10px
}

.mobile-header-inside .current-lang.btn-actived {
    color: #fff
}

.mobile-header-inside .current-lang.btn-actived:after {
    transform: rotate(-135deg);
    margin-top: -2px;
    border-color: #fff
}

.mobile-header-inside .langs-drop {
    position: absolute;
    bottom: 100%;
    left: 0%;
    background: #000;
    width: 100%;
    border-radius: 15px;
    padding: 10px 0 5px
}

.mobile-header-inside .langs-drop li {
    padding-bottom: 5px
}

.mobile-header-inside .langs-drop li:last-child {
    padding-bottom: 0
}

.mobile-header-inside .langs-drop a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    line-height: 100%;
    transition: all .3s ease;
    font-weight: 300;
    font-size: 16px;
    position: relative;
    padding-right: 25px;
    border-radius: 15px;
    border: 1px solid #333;
    width: 100%;
    height: 45px;
    padding-bottom: 3px;
    margin-bottom: 5px
}

.mobile-header-inside .langs-drop a img {
    max-width: 30px;
    margin-right: 10px
}

.mobile-header-inside .langs-drop a:hover {
    background: #7641CD;
    color: #fff
}

@media (min-width: 768px) and (max-width: 991px) {
    .mobile-header-inside ._g-sign-btn {
        height: 80px
    }
}

.mobile-header-inside .menu-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000
}

.mobile-header-inside .menu-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.mobile-header-inside .head-bottom {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 3
}

.mobile-header-inside .support-btn {
    height: 48px;
    padding: 0 30px 0 20px;
    border: 1px solid rgba(183, 180, 189, .57);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    border-radius: 15px;
    transition: all .3s ease;
    width: 100%;
    margin-bottom: 20px
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .mobile-header-inside .support-btn {
        padding: 0 15px 0 10px
    }
}

.mobile-header-inside .support-btn:hover {
    border-color: #fff;
    color: #fff
}

.mobile-header-inside .support-btn img {
    display: block;
    filter: invert(1);
    margin-right: 12px
}

@keyframes BgAnimation {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0% 50%
    }
}

@keyframes arrowWidth {
    0% {
        width: 100%
    }
    40% {
        width: 50%
    }
    70% {
        width: 100%
    }
}

footer {
    position: relative;
    z-index: 10;
    background: #000;
    padding: 110px 0 90px;
    overflow: hidden
}

@media (max-width: 767px) {
    footer {
        border-radius: 30px 30px 0 0;
        padding: 35px 0 20px;
        margin-top: -30px
    }
}

footer .footer-content {
    position: relative;
    z-index: 3
}

footer .footer-bg {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0
}

@media (max-width: 767px) {
    footer .footer-bg {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: flex-end
    }
}

footer .footer-bg:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 100%;
    box-shadow: 0 0 100px 70px #000;
    width: 1px;
    height: 100%
}

@media (max-width: 767px) {
    footer .footer-bg:after {
        display: none
    }
}

footer .footer-bg img {
    height: 100%;
    object-fit: cover
}

@media (max-width: 767px) {
    footer .footer-bg img {
        height: auto
    }
}

footer .top-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch
}

@media (max-width: 767px) {
    footer .top-row {
        display: block
    }
}

footer .top-row .left-col {
    width: 25%;
    max-width: 400px
}

@media (max-width: 767px) {
    footer .top-row .left-col {
        width: 100%;
        max-width: none;
        margin-bottom: 25px
    }
}

footer .top-row .left-col .col-title {
    display: block;
    font-size: 30px;
    font-family: Madigantext, Arial, Helvetica, sans-serif
}

footer .top-row .main-col {
    flex: 1
}

footer .logo {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 0 5% 50px
}

@media (max-width: 767px) {
    footer .logo {
        padding-bottom: 0;
        padding-top: 30px
    }
}

footer .logo img {
    filter: invert(1);
    max-width: 100px
}

footer .accept-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    margin-left: -17px;
    margin-bottom: 100px
}

@media (max-width: 767px) {
    footer .accept-list {
        margin: 0 0 20px -8px;
        flex-wrap: wrap;
        justify-content: flex-start
    }
}

footer .accept-list .item {
    position: relative;
    flex: 1;
    padding-left: 17px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: stretch;
    align-items: stretch
}

@media (max-width: 767px) {
    footer .accept-list .item {
        width: 20%;
        flex: none;
        padding-left: 8px;
        margin-bottom: 10px
    }
}

footer .accept-list .item .icon {
    position: relative;
    border-radius: 16px;
    border: 1px solid rgba(218, 218, 218, .3);
    flex: 1;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    footer .accept-list .item .icon {
        margin-bottom: 0
    }
}

footer .accept-list .item .icon:after {
    content: "";
    display: block;
    clear: both;
    padding-top: 100%
}

footer .accept-list .item .icon .icon-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0 15px
}

@media (max-width: 767px) {
    footer .accept-list .item .icon .icon-holder {
        padding: 10px 12px
    }
}

footer .accept-list .item .icon img {
    filter: invert(1);
    max-width: 100%
}

@media (max-width: 767px) {
    footer .accept-list .item .icon img {
        max-height: 100%
    }
}

footer .accept-list .item .name {
    display: block;
    font-size: 12px;
    color: #bcbcbc91
}

@media (max-width: 767px) {
    footer .accept-list .item .name {
        display: none
    }
}

footer .contacts-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    margin-left: -15px
}

@media (max-width: 767px) {
    footer .contacts-row {
        flex-wrap: wrap;
        margin-left: 0;
        margin-bottom: 30px
    }
}

footer .contacts-row .contact-item {
    flex: 1;
    margin-left: 15px;
    border: 1px solid rgba(218, 218, 218, .3);
    border-radius: 19px;
    padding: 35px 2%
}

@media (max-width: 767px) {
    footer .contacts-row .contact-item {
        flex: none;
        margin-left: 0;
        width: 50%;
        border: none;
        border-radius: 0;
        border-left: 1px solid rgba(255, 255, 255, .2);
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        padding: 20px 0 20px 20px
    }

    footer .contacts-row .contact-item:first-child {
        border-left: none;
        padding-top: 0;
        padding-left: 0
    }

    footer .contacts-row .contact-item:nth-child(2) {
        padding-top: 0
    }

    footer .contacts-row .contact-item:nth-child(3) {
        border: none;
        padding-left: 0;
        padding-bottom: 0
    }

    footer .contacts-row .contact-item:nth-child(4) {
        border-bottom: none;
        padding-bottom: 0
    }
}

footer .contacts-row .item-title {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 22px;
    margin-bottom: 20px;
    display: block
}

@media (max-width: 767px) {
    footer .contacts-row .item-title {
        font-size: 19px;
        margin-bottom: 10px
    }
}

footer .contacts-row .link-box {
    margin-bottom: 10px
}

@media (max-width: 767px) {
    footer .contacts-row .link-box {
        margin-bottom: 5px
    }
}

footer .contacts-row .link-box:last-child {
    margin-bottom: 0
}

footer .contacts-row .link-box a {
    font-size: 15px;
    color: #a0a0a0;
    display: inline-block
}

@media (max-width: 767px) {
    footer .contacts-row .link-box a {
        font-size: 14px
    }
}

footer .contacts-row .link-box a:hover {
    color: #fff
}

footer .contacts-row .item-inside {
    padding-left: 15px
}

@media (max-width: 767px) {
    footer .contacts-row .item-inside {
        padding-left: 0
    }
}

footer .iconed-link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 15px;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    footer .iconed-link {
        margin-bottom: 10px;
        font-size: 13px
    }
}

footer .iconed-link:hover {
    color: #fff
}

footer .iconed-link i {
    display: block;
    width: 20px;
    min-width: 20px;
    margin-right: 5px
}

footer .footer-bottom {
    margin-top: -30px;
    width: 25%
}

@media (max-width: 767px) {
    footer .footer-bottom {
        width: 100%;
        margin-top: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: stretch
    }
}

footer .copy {
    display: block;
    font-size: 13px;
    line-height: 150%;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    footer .copy {
        border-top: 1px solid rgba(255, 255, 255, .3);
        padding-top: 30px;
        margin-bottom: 0
    }
}

footer .thx {
    display: block;
    font-size: 33px;
    font-family: Madigantext, Arial, Helvetica, sans-serif
}

@media (max-width: 767px) {
    footer .thx {
        order: -1;
        width: 50%;
        margin-left: 50%;
        font-size: 6vw;
        padding-left: 20px;
        margin-bottom: 50px
    }
}

@media (max-width: 767px) {
    .main-page-holder {
        width: 100%;
        overflow: hidden
    }
}

.page-main-wrap {
    width: 100%;
    overflow: hidden
}

.index-top-section {
    width: 100%;
    height: 100vh;
    min-height: 480px;
    position: relative;
    z-index: 4;
    background: #000
}

@media (max-width: 767px) {
    .index-top-section {
        min-height: 400px;
        padding-top: 100px;
        padding-bottom: 7vh;
        z-index: 6
    }
}

.index-top-section .sectbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: -100px;
    z-index: 2;
    background: #000
}

@media (max-width: 767px) {
    .index-top-section .sectbg {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: stretch;
        top: 0
    }
}

@media (max-width: 767px) and (min-width: 460px) {
    .index-top-section .sectbg {
        height: 60vh
    }
}

.index-top-section .sectbg .bg-holder {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.index-top-section .sectbg picture {
    width: 100%;
    height: 100%;
    display: block
}

@media (max-width: 767px) {
    .index-top-section .sectbg picture {
        transform: none !important;
        position: relative
    }

    .index-top-section .sectbg picture:after {
        content: "";
        display: block;
        clear: both;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        box-shadow: 0 0 100px 50px #000
    }
}

.index-top-section .sectbg picture img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.index-top-section .sectbg ._g-loader {
    z-index: 5
}

@media (max-width: 992px) {
    .index-top-section .sectbg ._g-loader {
        display: none
    }
}

.index-top-section .sect-content {
    height: 100vh;
    position: relative;
    z-index: 3;
    padding-top: 3vh
}

@media (max-width: 767px) {
    .index-top-section .sect-content {
        min-height: 0
    }
}

.index-top-section .container {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    padding-bottom: 5vh;
    padding-top: 100px
}

@media (max-width: 767px) {
    .index-top-section .container {
        display: block;
        padding-top: 0;
        padding-bottom: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .index-top-section .container {
        padding-bottom: 3vh
    }
}

.index-top-section .content-box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start
}

@media (max-width: 767px) {
    .index-top-section .content-box {
        justify-content: space-between;
        align-items: center;
        height: 100%;
        padding-top: 10vh
    }
}

.index-top-section .heading-wrap {
    font-family: Madigantext, Arial, sans-serif;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start
}

@media (max-width: 767px) {
    .index-top-section .heading-wrap {
        flex: 1
    }

    .index-top-section .heading-wrap .heading-frame {
        flex: 1;
        width: 100%
    }
}

.index-top-section h1 {
    font-size: 7vw;
    line-height: 80%;
    font-weight: 400;
    margin-bottom: 4vh;
    will-change: transform
}

@media (min-width: 1700px) {
    .index-top-section h1 {
        font-size: 110px
    }
}

@media (max-width: 767px) {
    .index-top-section h1 {
        font-size: 13vw;
        text-align: center
    }
}

.index-top-section .subtitle {
    display: block;
    font-size: 2vw;
    color: #b7b4bd;
    line-height: 110%;
    margin-bottom: 6vh
}

@media (min-width: 1700px) {
    .index-top-section .subtitle {
        font-size: 55px
    }
}

@media (max-width: 767px) {
    .index-top-section .subtitle {
        font-size: 6vw;
        text-align: center;
        color: #fff
    }
}

.index-top-section .create-acc-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    padding: 0 20px 0 67px;
    width: 300px;
    font-size: 18px;
    position: relative;
    transition: border-color .3s ease;
    color: #fff
}

@media (min-width: 1400px) {
    .index-top-section .create-acc-btn {
        font-size: 22px;
        border-radius: 30px;
        width: 360px;
        padding: 0 30px 0 87px;
        height: 80px
    }
}

@media (max-width: 767px) {
    .index-top-section .create-acc-btn {
        height: 65px;
        background: #000000;
        border-radius: 22px;
        border-color: transparent;
        width: 100%;
        font-size: 16px;
        padding-right: 40px;
        padding-left: 92px
    }
}

.index-top-section .create-acc-btn:hover {
    color: #000;
    border-color: #fff
}

.index-top-section .create-acc-btn:hover i {
    width: 96%
}

.index-top-section .create-acc-btn:hover i:before {
    transform: translate(0)
}

.index-top-section .create-acc-btn i {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 66px;
    background: #FFE81D;
    border-radius: 16px;
    margin-right: 10px;
    transition: all .3s ease;
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 2%;
    overflow: hidden
}

@media (min-width: 1400px) {
    .index-top-section .create-acc-btn i {
        width: 86px;
        border-radius: 25px
    }
}

@media (max-width: 767px) {
    .index-top-section .create-acc-btn i {
        width: 65px;
        border-radius: 19px
    }
}

.index-top-section .create-acc-btn i:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    transform: translate(-100%);
    transition: all .3s ease;
    border-radius: 16px;
    width: 66px
}

@media (min-width: 1400px) {
    .index-top-section .create-acc-btn i:before {
        width: 86px;
        border-radius: 25px
    }
}

@media (max-width: 767px) {
    .index-top-section .create-acc-btn i:before {
        border-radius: 15px;
        width: 65px
    }
}

.index-top-section .create-acc-btn i img {
    position: absolute;
    left: 25px;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%)
}

@media (min-width: 1400px) {
    .index-top-section .create-acc-btn i img {
        left: 35px
    }
}

@media (max-width: 767px) {
    .index-top-section .create-acc-btn i img {
        left: 23px
    }
}

.index-top-section .create-acc-btn span {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex: 1
}

.index-top-section .scroll-bottom-box {
    position: absolute;
    right: 3vw;
    top: 20%;
    bottom: 10%;
    z-index: 10;
    width: 2px;
    background: #CCCBE0;
    margin-right: 30px
}

@media (max-width: 767px) {
    .index-top-section .scroll-bottom-box {
        display: none
    }
}

.index-top-section .scroll-bottom-btn {
    position: absolute;
    transition: all .3s ease;
    font-size: 19px;
    transform: rotate(-90deg);
    min-width: 15vh;
    text-align: center;
    top: 22%;
    left: 0;
    padding-top: 20px;
    transform-origin: 0 0;
    color: #ffe81d
}

.index-top-section .scroll-bottom-btn:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: -1px;
    height: 4px;
    left: 4px;
    width: 100%;
    border-radius: 2px;
    background: #FFE81D
}

@media (max-width: 767px) {
    .index-top-section .scroll-bottom-btn {
        display: none
    }
}

.index-top-section .scroll-bottom-btn:hover {
    color: #ddd
}

.index-top-section .scroll-bottom-btn:hover:before {
    background: #ddd
}

.other-sections {
    position: relative;
    z-index: 4
}

@media (max-width: 767px) {
    .other-sections {
        z-index: 7
    }
}

.strategy-section {
    position: relative;
    border-radius: 50px 50px 0 0;
    overflow: hidden;
    background: #000
}

@media (max-width: 767px) {
    .strategy-section {
        border-radius: 23px;
        background: #070608
    }
}

.strategy-section .sect-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000
}

@media (max-width: 767px) {
    .strategy-section .sect-bg {
        background: none;
        height: auto
    }
}

.strategy-section .sect-bg:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 200px 120px #000;
    z-index: 3;
    height: 1px
}

.strategy-section .sect-bg:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 200px 100px #000;
    z-index: 3;
    height: 1px
}

@media (max-width: 767px) {
    .strategy-section .sect-bg:after {
        background: #121218;
        box-shadow: 0 0 100px 80px #121218
    }
}

.strategy-section .sect-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 60% 40%;
    opacity: .8
}

@media (max-width: 767px) {
    .strategy-section .sect-bg img {
        height: auto;
        opacity: 1;
        margin-top: -2px
    }
}

.strategy-section .sect-content {
    position: relative;
    z-index: 4;
    padding: 110px 0 70px
}

@media (max-width: 767px) {
    .strategy-section .sect-content {
        padding: 35px 0 40px
    }
}

.strategy-section .top-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 25vw
}

@media (max-width: 767px) {
    .strategy-section .top-row {
        display: block;
        padding-bottom: 100vw
    }
}

.strategy-section .top-row .left-col {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    width: 40%;
    padding-right: 5%
}

@media (max-width: 767px) {
    .strategy-section .top-row .left-col {
        width: 100%;
        margin-bottom: 40px
    }
}

.strategy-section .top-row .left-col p {
    font-size: 3vw;
    line-height: 110%;
    color: #696969
}

@media (min-width: 1700px) {
    .strategy-section .top-row .left-col p {
        font-size: 55px
    }
}

@media (max-width: 767px) {
    .strategy-section .top-row .left-col p {
        font-size: 8vw
    }
}

.strategy-section .top-row .left-col p b {
    font-weight: 400;
    color: #fff
}

.strategy-section .top-row .right-col {
    width: 55%
}

@media (min-width: 1200px) {
    .strategy-section .top-row .right-col {
        width: 50%
    }
}

@media (max-width: 767px) {
    .strategy-section .top-row .right-col {
        width: 100%
    }
}

.strategy-section .top-row .pic-col {
    width: 25%;
    min-width: 150px
}

@media (max-width: 767px) {
    .strategy-section .top-row .pic-col {
        min-width: 100px
    }
}

.strategy-section .top-row .pic-col img {
    border-radius: 25px
}

@media (max-width: 767px) {
    .strategy-section .top-row .pic-col img {
        border-radius: 18px
    }
}

.strategy-section .top-row .quote-col {
    flex: 1;
    padding-left: 5%
}

.strategy-section .director-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .strategy-section .director-row {
        margin-bottom: 20px
    }
}

.strategy-section blockquote {
    position: relative;
    padding: 0 40px 20px 60px;
    font-size: 22px;
    line-height: 120%
}

@media (min-width: 992px) and (max-width: 1199px) {
    .strategy-section blockquote {
        font-size: 18px;
        padding-left: 40px;
        padding-right: 20px
    }
}

@media (max-width: 767px) {
    .strategy-section blockquote {
        font-size: 3.5vw;
        padding: 0 25px
    }
}

.strategy-section blockquote:before {
    content: "";
    display: block;
    clear: both;
    background: url(images/vector/quote.svg) no-repeat;
    width: 24px;
    height: 19px;
    left: 0;
    top: 0;
    position: absolute
}

@media (max-width: 767px) {
    .strategy-section blockquote:before {
        width: 11px;
        background-size: 100% auto
    }
}

.strategy-section blockquote:after {
    content: "";
    display: block;
    clear: both;
    background: url(images/vector/quote.svg) no-repeat;
    width: 24px;
    height: 19px;
    right: 0;
    bottom: 0;
    position: absolute;
    transform: rotate(-180deg)
}

@media (max-width: 767px) {
    .strategy-section blockquote:after {
        width: 11px;
        background-size: 100% auto
    }
}

.strategy-section .author-box .name {
    display: block;
    font-size: 23px;
    color: #fff;
    margin-bottom: 5px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .strategy-section .author-box .name {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .strategy-section .author-box .name {
        font-size: 14px
    }
}

.strategy-section .author-box .role {
    display: block;
    font-size: 16px;
    color: #f0eef3
}

@media (min-width: 992px) and (max-width: 1199px) {
    .strategy-section .author-box .role {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .strategy-section .author-box .role {
        font-size: 13px
    }
}

.strategy-section .bottom-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start
}

@media (max-width: 767px) {
    .strategy-section .bottom-row {
        display: block
    }
}

.strategy-section .bottom-row .left-col {
    width: 40%
}

@media (max-width: 767px) {
    .strategy-section .bottom-row .left-col {
        display: block;
        margin-bottom: 20px
    }
}

.strategy-section .bottom-row .right-col {
    width: 55%
}

@media (min-width: 1200px) {
    .strategy-section .bottom-row .right-col {
        width: 50%
    }
}

@media (max-width: 767px) {
    .strategy-section .bottom-row .right-col {
        width: 100%
    }
}

.strategy-section .bottom-row hr {
    border-color: #fff;
    margin-top: 10px
}

@media (max-width: 767px) {
    .strategy-section .bottom-row hr {
        display: none
    }
}

.strategy-section .col-title {
    display: block;
    font-size: 3vw;
    line-height: 110%;
    color: #cbcbcb;
    font-family: Madigantext, Arial, Helvetica, sans-serif
}

@media (min-width: 1700px) {
    .strategy-section .col-title {
        font-size: 55px
    }
}

.strategy-section .benefits-title {
    display: block;
    font-size: 26px;
    color: #ffe81d;
    font-family: Madigantext, Arial, Helvetica, sans-serif
}

@media (min-width: 1700px) {
    .strategy-section .benefits-title {
        font-size: 28px
    }
}

@media (max-width: 767px) {
    .strategy-section .benefits-title {
        font-size: 9vw
    }
}

.strategy-section .ben-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start
}

@media (min-width: 1700px) {
    .strategy-section .ben-row {
        padding-left: 5%
    }
}

@media (max-width: 767px) {
    .strategy-section .ben-row {
        display: block;
        padding-top: 25px
    }
}

.strategy-section .ben-row p {
    color: #ffffff8c;
    font-size: 14px
}

.strategy-section .ben-col {
    width: 30%
}

@media (max-width: 767px) {
    .strategy-section .ben-col {
        border-top: 1px solid #9FA0AA;
        width: 100%;
        padding-left: 5%;
        padding-top: 20px;
        margin-bottom: 20px
    }
}

.strategy-section .title {
    display: block;
    font-size: 26px;
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    margin-bottom: 20px
}

@media (min-width: 1700px) {
    .strategy-section .title {
        font-size: 28px
    }
}

@media (max-width: 767px) {
    .strategy-section .title {
        font-size: 7vw
    }

    .strategy-section .title br {
        display: none !important
    }
}

.invest-plans-section {
    position: relative;
    background: #ffffff;
    padding: 100px 0 80px;
    color: #000
}

@media (max-width: 767px) {
    .invest-plans-section {
        padding: 50px 0
    }
}

.invest-plans-section h2 {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 7vw
}

@media (min-width: 1700px) {
    .invest-plans-section h2 {
        font-size: 120px
    }
}

@media (max-width: 767px) {
    .invest-plans-section h2 {
        font-size: 15vw;
        margin-bottom: 20px
    }
}

.invest-plans-section hr {
    border-color: #76757b;
    margin-bottom: 60px;
    margin-left: 0
}

@media (max-width: 767px) {
    .invest-plans-section hr {
        display: none
    }
}

.invest-plans-section .top-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px
}

@media (max-width: 767px) {
    .invest-plans-section .top-row {
        display: block;
        margin-bottom: 35px
    }
}

.invest-plans-section .top-row .left-col {
    width: 50%;
    padding-right: 5%
}

@media (max-width: 767px) {
    .invest-plans-section .top-row .left-col {
        border-bottom: 1px solid #ADACB0;
        width: 100%;
        padding-right: 0;
        padding-bottom: 25px;
        margin-bottom: 25px
    }
}

.invest-plans-section .top-row .left-col p {
    font-size: 2vw;
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-weight: 300
}

@media (max-width: 767px) {
    .invest-plans-section .top-row .left-col p {
        font-size: 8vw;
        color: #9fa0aa
    }
}

.invest-plans-section .top-row .right-col {
    width: 50%
}

@media (max-width: 767px) {
    .invest-plans-section .top-row .right-col {
        width: 100%
    }
}

.invest-plans-section .top-row .right-col p {
    color: #76757b;
    font-size: 20px;
    line-height: 120%;
    margin: 0 0 25px
}

@media (max-width: 767px) {
    .invest-plans-section .top-row .right-col p {
        color: #b7b4bd;
        font-size: 14px;
        margin-bottom: 20px
    }
}

.invest-plans-section .invest-plans {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 100px
}

@media (max-width: 767px) {
    .invest-plans-section .invest-plans {
        flex-direction: column;
        margin: 0 -2vw 35px
    }
}

.invest-plans-section .plan-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    width: 32%;
    background: #F3F3F6;
    border-radius: 30px;
    padding: 20px 2%
}

@media (max-width: 767px) {
    .invest-plans-section .plan-item {
        width: 100%;
        border-radius: 25px;
        padding: 20px 15px;
        margin-bottom: 30px
    }

    .invest-plans-section .plan-item:last-child {
        margin-bottom: 0
    }
}

.invest-plans-section .title-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px
}

.invest-plans-section .plan-name {
    display: block;
    font-size: 3vw;
    font-family: Madigantext, Arial, Helvetica, sans-serif
}

@media (min-width: 1700px) {
    .invest-plans-section .plan-name {
        font-size: 45px
    }
}

@media (max-width: 767px) {
    .invest-plans-section .plan-name {
        font-size: 12vw
    }
}

.invest-plans-section .arr-link {
    width: 68px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 50px;
    border: 1px solid #E1E0E5;
    border-radius: 15px;
    transition: all .3s ease
}

@media (max-width: 767px) {
    .invest-plans-section .arr-link {
        height: 40px;
        width: 50px
    }
}

.invest-plans-section .arr-link:hover {
    background: #fff
}

.invest-plans-section .arr-link img {
    width: 10px
}

.invest-plans-section .rev-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px
}

.invest-plans-section .rev-row .ava {
    width: 30%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    min-width: 100px
}

.invest-plans-section .rev-row .ava:after {
    content: "";
    display: block;
    clear: both;
    padding-top: 80%
}

.invest-plans-section .rev-row .ava img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover
}

.invest-plans-section .rev-row .name-col {
    flex: 1;
    padding-left: 7%
}

.invest-plans-section .rev-row .name {
    display: block;
    color: #000;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 6px
}

.invest-plans-section .rev-row .name-text {
    display: block;
    font-size: 15px;
    color: #9fa0aa
}

.invest-plans-section blockquote {
    position: relative;
    padding: 0 0 0 30px;
    font-size: 16px;
    line-height: 120%;
    color: #999;
    margin-bottom: 25px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .invest-plans-section blockquote {
        font-size: 13px
    }
}

@media (max-width: 767px) {
    .invest-plans-section blockquote {
        margin-bottom: 30px;
        font-size: 15px
    }
}

.invest-plans-section blockquote:before {
    content: "";
    display: block;
    clear: both;
    background: url(images/vector/quote.svg) no-repeat;
    width: 16px;
    height: 19px;
    background-size: 100%;
    left: 0;
    top: 0;
    position: absolute
}

.invest-plans-section .profit-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    border-radius: 20px;
    padding: 15px 20px;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .invest-plans-section .profit-box {
        position: relative;
        padding-right: 40px;
        border-radius: 15px
    }
}

@media (max-width: 767px) {
    .invest-plans-section .profit-box .profit-left {
        width: 90px
    }
}

.invest-plans-section .profit-box .label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #9fa0aa
}

@media (max-width: 767px) {
    .invest-plans-section .profit-box .label {
        font-size: 15px;
        margin-bottom: 3px
    }
}

.invest-plans-section .profit-box .value {
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: 700
}

@media (min-width: 992px) and (max-width: 1199px) {
    .invest-plans-section .profit-box .value {
        font-size: 18px
    }
}

.invest-plans-section .profit-box .profit-text {
    flex: 1;
    font-size: 12px;
    color: #76757b;
    text-align: right;
    padding-left: 5%;
    font-weight: 500
}

@media (min-width: 1700px) {
    .invest-plans-section .profit-box .profit-text {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .invest-plans-section .profit-box .profit-text {
        text-align: left
    }
}

.invest-plans-section .profit-box .profit-icon {
    margin-left: 10px
}

@media (max-width: 767px) {
    .invest-plans-section .profit-box .profit-icon {
        margin-left: 5px;
        position: absolute;
        right: 12px;
        top: 6px
    }
}

.invest-plans-section .profit-box .profit-icon img {
    width: 31px;
    min-width: 30px
}

@media (max-width: 767px) {
    .invest-plans-section .profit-box .profit-icon img {
        min-width: 20px;
        width: 20px
    }
}

.invest-plans-section .profit-smalltext {
    display: block;
    font-size: 12px;
    color: #c3c1c8;
    padding-left: 20px
}

@media (max-width: 767px) {
    .invest-plans-section .profit-smalltext {
        padding-left: 0
    }
}

.invest-plans-section .progress-box {
    margin-top: 20px
}

@media (max-width: 767px) {
    .invest-plans-section .progress-box {
        margin-top: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center
    }
}

.invest-plans-section .progress-label {
    display: block;
    text-align: right;
    font-size: 13px;
    color: #76757b;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .invest-plans-section .progress-label {
        order: 2;
        margin-bottom: 0
    }
}

.invest-plans-section .progress {
    width: 100%;
    border-radius: 20px;
    background: #E2E1E6;
    height: 5px;
    display: block;
    margin-bottom: 5px
}

@media (max-width: 767px) {
    .invest-plans-section .progress {
        margin-bottom: 10px
    }
}

.invest-plans-section .progress .fill {
    display: block;
    height: 100%;
    background: #000;
    border-radius: 20px
}

.invest-plans-section .remain {
    display: block;
    font-size: 17px;
    color: #000;
    text-align: right;
    font-weight: 700
}

@media (max-width: 767px) {
    .invest-plans-section .remain {
        order: 3;
        font-size: 14px
    }
}

.invest-plans-section .item-buttons {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch
}

.invest-plans-section .item-buttons a, .invest-plans-section .item-buttons button {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 55px;
    border: 1px solid #B7B4BD;
    font-size: 16px;
    color: #76757b;
    width: 48%;
    border-radius: 15px;
    font-weight: 700;
    transition: all .3s ease
}

@media (min-width: 992px) and (max-width: 1199px) {
    .invest-plans-section .item-buttons a, .invest-plans-section .item-buttons button {
        font-size: 14px;
        height: 45px
    }
}

@media (max-width: 767px) {
    .invest-plans-section .item-buttons a, .invest-plans-section .item-buttons button {
        font-size: 15px
    }
}

.invest-plans-section .item-buttons a:hover, .invest-plans-section .item-buttons button:hover {
    color: #000;
    border-color: #000
}

.invest-plans-section .item-buttons .calc-btn {
    background: #FFE81D;
    color: #000;
    border: 2px solid transparent
}

.invest-plans-section .item-buttons .calc-btn:hover {
    background: #fff;
    border-color: #ffe81d
}

.invest-plans-section h3 {
    font-size: 4vw;
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    margin-bottom: 40px
}

@media (min-width: 1700px) {
    .invest-plans-section h3 {
        font-size: 60px
    }
}

@media (max-width: 767px) {
    .invest-plans-section h3 {
        font-size: 10vw;
        margin-bottom: 30px
    }
}

.calculation-form .form-title {
    display: block;
    font-size: 60px;
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    margin-bottom: 5vh
}

@media (max-width: 767px) {
    .calculation-form .form-title {
        font-size: 12vw;
        margin-bottom: 3vh
    }
}

.calculation-form .form-main-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 50px
}

@media (max-width: 767px) {
    .calculation-form .form-main-row {
        display: block;
        margin-bottom: 30px
    }
}

.calculation-form .range-slider .range-slider__thumb {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    padding: 3px;
    background: #ffffff
}

.calculation-form .range-slider .range-slider__thumb:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 50%;
    background: #000
}

.calculation-form .range-slider .range-slider__thumb[data-lower] {
    width: 0;
    background: none;
    height: 0
}

.calculation-form ._g-yellow-arrowed-btn {
    height: 100px;
    font-size: 20px
}

@media (max-width: 767px) {
    .calculation-form ._g-yellow-arrowed-btn {
        height: 62px;
        font-size: 17px;
        border-radius: 13px
    }
}

.calculation-form .left-cols {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    padding-right: 15px
}

@media (max-width: 767px) {
    .calculation-form .left-cols {
        flex-wrap: wrap;
        padding-right: 0;
        margin-bottom: 25px
    }
}

.calculation-form .plan-select-col {
    padding-left: 20px;
    height: 100%;
    width: 30%
}

@media (max-width: 767px) {
    .calculation-form .plan-select-col {
        width: 100%;
        height: 60px;
        padding-left: 0;
        order: 3
    }
}

.calculation-form .plan-select-col .currency-selector {
    border: none;
    height: 100%;
    width: 100%;
    background: #F6F5F8;
    border-radius: 20px
}

@media (max-width: 767px) {
    .calculation-form .plan-select-col .currency-selector {
        border-radius: 10px
    }
}

.calculation-form .plan-select-col .currency-selector:hover {
    background: #eeeeee
}

.calculation-form .calc-main {
    flex: 1;
    position: relative;
    background: #F6F5F8;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch
}

@media (max-width: 767px) {
    .calculation-form .calc-main {
        margin-bottom: 25px;
        flex-wrap: wrap;
        border-radius: 10px
    }

    .calculation-form .calc-main .currency-selector .custom-select-opener {
        padding-top: 27px
    }
}

.calculation-form .range-filter {
    flex: 1;
    position: relative;
    padding: 25px 0 0 35px
}

@media (max-width: 767px) {
    .calculation-form .range-filter {
        padding: 10px 0 13px 15px
    }
}

.calculation-form .range-label {
    font-size: 16px;
    color: #bababa;
    display: block;
    margin-bottom: 7px
}

@media (max-width: 767px) {
    .calculation-form .range-label {
        font-size: 13px
    }
}

.calculation-form .range-num {
    font-size: 31px;
    color: #000;
    font-weight: 700;
    display: block
}

@media (max-width: 767px) {
    .calculation-form .range-num {
        font-size: 17px
    }
}

.calculation-form .range-slider {
    position: absolute;
    bottom: 0;
    background: #D9D9D9;
    border-radius: 0 0 0 20px;
    height: 4px;
    left: 0
}

@media (max-width: 767px) {
    .calculation-form .range-slider {
        left: 10px;
        width: auto;
        right: 0;
        border-radius: 0 0 0 10px
    }
}

.calculation-form .range-slider:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    background: url(../images/range-round-fix-bb2e9a07.png) no-repeat;
    width: 16px;
    height: 17px;
    z-index: 3;
    left: 0;
    bottom: 0
}

@media (max-width: 767px) {
    .calculation-form .range-slider:before {
        display: none
    }
}

.calculation-form .range-slider .range-slider__range {
    background: #FFE81D
}

@media (max-width: 767px) {
    .calculation-form .range-slider .range-slider__range {
        left: 0 !important
    }
}

.calculation-form .currency-selector {
    border-left: 1px solid #e0e0e0;
    min-width: 200px;
    width: 25%;
    position: relative;
    transition: all .3s ease;
    border-radius: 0 20px 20px 0
}

@media (max-width: 767px) {
    .calculation-form .currency-selector {
        min-width: 100px;
        width: 40%;
        border-radius: 0 10px 10px 0
    }
}

.calculation-form .currency-selector:hover {
    background: #eee
}

.calculation-form .currency-selector .custom-select-container {
    height: 100%
}

.calculation-form .currency-selector .custom-select-container.is-open .custom-select-panel {
    opacity: 1
}

.calculation-form .currency-selector .currency-select-box {
    height: 100%
}

.calculation-form .currency-selector .currency-select-box.mod-plan .ts-wrapper.input-active .ts-control {
    background: #eee;
    border-radius: 20px
}

.calculation-form .currency-selector .currency-select-box.mod-plan .ts-wrapper.dropdown-active .ts-control {
    border-radius: 20px 20px 0 0;
    background: #eee
}

.calculation-form .currency-selector .currency-select-box.mod-plan .ts-wrapper.dropdown-active .ts-control:after {
    transform: rotate(-135deg);
    margin-top: -4px
}

.calculation-form .currency-selector .currency-select-box.mod-plan .ts-wrapper.dropdown-active .custom-select-panel {
    opacity: 1
}

.calculation-form .currency-selector .currency-select-box .ts-wrapper {
    height: 100%;
    position: relative;
    z-index: 3
}

.calculation-form .currency-selector .currency-select-box .ts-wrapper.input-active .ts-control {
    background: #eee;
    border-radius: 0 20px 20px 0
}

.calculation-form .currency-selector .currency-select-box .ts-wrapper.dropdown-active .ts-control {
    border-radius: 0 20px 0 0;
    background: #eee
}

.calculation-form .currency-selector .currency-select-box .ts-wrapper.dropdown-active .ts-control:after {
    transform: rotate(-135deg);
    margin-top: -4px
}

.calculation-form .currency-selector .currency-select-box .ts-wrapper.dropdown-active .custom-select-panel {
    opacity: 1
}

.calculation-form .currency-selector .currency-select-box .ts-control {
    height: 100%;
    border-radius: 0 20px 20px 0;
    background: none;
    padding-right: 35px !important;
    font-size: 25px;
    color: #000;
    font-weight: 700;
    border: none;
    padding-left: 16px;
    padding-top: 25px
}

@media (max-width: 767px) {
    .calculation-form .currency-selector .currency-select-box .ts-control {
        padding-top: 10px;
        font-size: 17px
    }
}

.calculation-form .currency-selector .currency-select-box .ts-control:after {
    content: "";
    display: block;
    clear: both;
    display: inline-block;
    border: solid #000;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    position: absolute;
    right: 25px;
    vertical-align: top;
    margin-top: -6px;
    top: 50%
}

@media (max-width: 767px) {
    .calculation-form .currency-selector .currency-select-box .ts-control:after {
        right: 20px
    }
}

.calculation-form .currency-selector .currency-select-box .ts-control .lab {
    display: block;
    font-size: 16px;
    color: #bababa;
    font-weight: 400;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .calculation-form .currency-selector .currency-select-box .ts-control .lab {
        margin-bottom: 5px;
        font-size: 13px
    }
}

.calculation-form .currency-selector .currency-select-box .ts-dropdown {
    margin-top: 0;
    background: #eee;
    border-radius: 0 0 16px 16px;
    border: 1px solid #ccc;
    border-top: none;
    box-shadow: none;
    overflow: hidden
}

.calculation-form .currency-selector .currency-select-box .option {
    cursor: pointer;
    padding: 12px 16px;
    background: #F5F5F9;
    font-size: 22px;
    color: #666
}

@media (max-width: 767px) {
    .calculation-form .currency-selector .currency-select-box .option {
        padding-left: 15px;
        font-size: 17px
    }
}

.calculation-form .currency-selector .currency-select-box .option:before {
    display: none
}

.calculation-form .currency-selector .currency-select-box .option.active {
    background: #ddd
}

.calculation-form .currency-selector .currency-select-box .option.selected {
    cursor: default;
    font-weight: 700;
    color: #000;
    background: #FFE81D
}

.calculation-form .submit-col {
    width: 25%;
    min-width: 280px
}

@media (max-width: 767px) {
    .calculation-form .submit-col {
        min-width: 0;
        width: 100%
    }
}

.calculation-form .form-result-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start
}

@media (max-width: 767px) {
    .calculation-form .form-result-row {
        display: block
    }
}

.calculation-form .form-result-row .main-result-col {
    padding: 0 5% 0 40px
}

@media (max-width: 767px) {
    .calculation-form .form-result-row .main-result-col {
        padding: 0 0 20px
    }
}

.calculation-form .form-result-row .profit-value {
    display: block;
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 4vw;
    margin-bottom: 10px
}

@media (min-width: 1700px) {
    .calculation-form .form-result-row .profit-value {
        font-size: 60px
    }
}

@media (max-width: 767px) {
    .calculation-form .form-result-row .profit-value {
        font-size: 10vw
    }
}

.calculation-form .form-result-row .profit-label {
    display: block;
    padding-left: 3vw;
    font-size: 16px
}

.calculation-form .form-result-row .results-others-col {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-left: 3%
}

@media (max-width: 767px) {
    .calculation-form .form-result-row .results-others-col {
        display: block;
        padding-left: 0;
        padding-top: 0
    }
}

.calculation-form .form-result-row .result-col {
    margin-right: 5vw
}

@media (max-width: 767px) {
    .calculation-form .form-result-row .result-col {
        margin-right: 0;
        border-bottom: 1px solid #E4E3E5;
        padding: 10px 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center
    }
}

.calculation-form .form-result-row .result-col:last-child {
    margin-right: 0
}

@media (max-width: 767px) {
    .calculation-form .form-result-row .result-col:last-child {
        border: none;
        padding-bottom: 0
    }
}

.calculation-form .form-result-row .value {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .calculation-form .form-result-row .value {
        order: 2;
        font-size: 16px
    }
}

.calculation-form .form-result-row .label {
    display: block;
    font-size: 15px;
    color: #bcbcbc
}

@media (max-width: 767px) {
    .calculation-form .form-result-row .label {
        font-size: 14px
    }
}

.invest-feats-section {
    position: relative;
    overflow: hidden;
    border-radius: 30px 30px 0 0
}

@media (max-width: 767px) {
    .invest-feats-section {
        border-radius: 23px 23px 0 0;
        background: #000
    }
}

.invest-feats-section .sect-top {
    position: relative;
    background: #000000;
    border-radius: 0 0 23px 23px;
    margin-bottom: -23px;
    z-index: 3;
    overflow: hidden
}

.invest-feats-section .sect-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

@media (max-width: 767px) {
    .invest-feats-section .sect-bg {
        height: auto
    }
}

.invest-feats-section .sect-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 767px) {
    .invest-feats-section .sect-bg img {
        height: auto
    }
}

.invest-feats-section .sect-content {
    position: relative;
    z-index: 3;
    padding: 60px 0
}

@media (max-width: 767px) {
    .invest-feats-section .sect-content {
        padding: 30px 0
    }
}

.invest-feats-section .badge {
    display: inline-block;
    padding: 8px 20px;
    background: #414141;
    color: #fff;
    border-radius: 11px;
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .invest-feats-section .badge {
        margin-bottom: 35px
    }
}

.invest-feats-section h2 {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 5vw;
    color: #fff;
    line-height: 110%
}

@media (min-width: 1700px) {
    .invest-feats-section h2 {
        font-size: 85px
    }
}

@media (max-width: 767px) {
    .invest-feats-section h2 {
        font-size: 9.5vw;
        font-weight: 400
    }
}

.invest-feats-section .top-content {
    margin-bottom: 40vh
}

@media (min-width: 1700px) {
    .invest-feats-section .top-content {
        margin-bottom: 400px
    }
}

@media (max-width: 767px) {
    .invest-feats-section .top-content {
        margin-bottom: 95vw
    }
}

.invest-feats-section .bottom-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch
}

@media (max-width: 767px) {
    .invest-feats-section .bottom-content {
        display: block
    }
}

.invest-feats-section .bottom-content .left-col {
    width: 50%;
    max-width: 400px
}

@media (max-width: 767px) {
    .invest-feats-section .bottom-content .left-col {
        max-width: none;
        width: 100%;
        margin-bottom: 25px
    }
}

.invest-feats-section .bottom-content .left-col p {
    font-size: 24px;
    line-height: 120%;
    color: #b7b4bd
}

@media (max-width: 767px) {
    .invest-feats-section .bottom-content .left-col p {
        font-size: 16px
    }
}

.invest-feats-section .bottom-content .right-col {
    width: 50%;
    padding-left: 3%;
    border-left: 1px solid rgba(255, 255, 255, .67);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: stretch;
    align-items: flex-start
}

@media (max-width: 767px) {
    .invest-feats-section .bottom-content .right-col {
        padding-left: 10%;
        width: 100%
    }
}

.invest-feats-section .bottom-content .right-col p {
    font-size: 22px;
    color: #fff;
    margin-bottom: 45px;
    max-width: 500px
}

@media (max-width: 767px) {
    .invest-feats-section .bottom-content .right-col p {
        margin-bottom: 25px
    }
}

.invest-feats-section .invest-feats-sectbox {
    padding: 40px 0 50px
}

@media (max-width: 767px) {
    .invest-feats-section .invest-feats-sectbox {
        background: #fff;
        padding: 50px 0 30px
    }
}

@media (min-width: 768px) {
    .invest-feats-section .infest-feats-list {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
        margin: 0 -1.5vw
    }
}

@media (min-width: 1700px) {
    .invest-feats-section .infest-feats-list {
        margin: 0
    }
}

@media (max-width: 767px) {
    .invest-feats-section .infest-feats-list {
        margin-bottom: 25px
    }
}

.invest-feats-section .infest-feats-list .item {
    width: 32%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: stretch;
    align-items: stretch;
    height: 700px;
}

@media (max-width: 767px) {
    .invest-feats-section .infest-feats-list .item {
        height: 500px;
    }
}

.invest-feats-section .infest-feats-list .item .item-pic {
    border-radius: 20px 20px 0 0;
    overflow: hidden
}

.invest-feats-section .infest-feats-list .item .item-pic img {
    width: 100%
}

@media (max-width: 767px) {
    .invest-feats-section .infest-feats-list .item {
        width: 90%;
        margin: 0 8px
    }
}

.invest-feats-section .infest-feats-list .item-content {
    background: #000;
    border-radius: 0 0 20px 20px;
    padding: 30px 1.5vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    flex: 1
}

@media (min-width: 1700px) {
    .invest-feats-section .infest-feats-list .item-content {
        padding-left: 2vw;
        padding-right: 2vw
    }
}

@media (max-width: 767px) {
    .invest-feats-section .infest-feats-list .item-content {
        padding: 15px 5%
    }
}

.invest-feats-section .infest-feats-list .item-title {
    display: block;
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 40px;
    margin-bottom: 20px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .invest-feats-section .infest-feats-list .item-title {
        font-size: 30px
    }
}

@media (max-width: 767px) {
    .invest-feats-section .infest-feats-list .item-title {
        font-size: 24px;
        margin-bottom: 25px
    }
}

.invest-feats-section .infest-feats-list .bottom-textbox {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch
}

@media (max-width: 767px) {
    .invest-feats-section .infest-feats-list .bottom-textbox {
        min-height: 0
    }
}

.invest-feats-section .infest-feats-list .bottom-textbox p {
    font-size: 16px;
    color: #7a7a7a;
    line-height: 120%;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .invest-feats-section .infest-feats-list .bottom-textbox p {
        font-size: 13px
    }
}

.invest-feats-section .infest-feats-list .bottom-textbox .readmore {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    transition: all .3s ease;
    color: #ffe81d;
    font-size: 17px
}

@media (max-width: 767px) {
    .invest-feats-section .infest-feats-list .bottom-textbox .readmore {
        font-size: 12px
    }
}

.invest-feats-section .infest-feats-list .bottom-textbox .readmore:hover {
    color: #fff
}

.invest-feats-section .infest-feats-list .bottom-textbox .readmore:hover i {
    background: #FFE81D;
    border-color: #ffe81d
}

.invest-feats-section .infest-feats-list .bottom-textbox .readmore:hover i img {
    filter: none
}

.invest-feats-section .infest-feats-list .bottom-textbox .readmore i {
    height: 34px;
    width: 57px;
    border: 1px solid #76757B;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    transition: all .3s ease
}

@media (max-width: 767px) {
    .invest-feats-section .infest-feats-list .bottom-textbox .readmore i {
        width: 40px;
        height: 24px;
        border-radius: 10px;
        margin-right: 12px
    }
}

.invest-feats-section .infest-feats-list .bottom-textbox .readmore i img {
    transition: all .3s ease;
    width: 8px;
    filter: invert(92%) sepia(51%) saturate(2682%) hue-rotate(337deg) brightness(103%) contrast(98%)
}

.invest-feats-section .infest-feats-list .bottom-textbox .readmore span {
    display: block
}

._g-swiper-pagination {
    position: static;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
}

._g-swiper-pagination .swiper-pagination-bullet {
    width: 19px;
    height: 6px;
    background: none;
    position: relative;
    opacity: 1
}

._g-swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 50%;
    top: 0;
    height: 100%;
    background: #DCDCDC;
    border-radius: 3px;
    transition: all .3s ease;
    will-change: transform
}

._g-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    width: 100%;
    background: #000000
}

.how-work-section {
    position: relative;
    padding-bottom: 55px;
    background: #fff
}

@media (max-width: 767px) {
    .how-work-section {
        padding-bottom: 0
    }
}

@media (max-width: 767px) {
    .how-work-section .container {
        padding: 0
    }
}

.how-work-section .sect-holder {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding: 0 2vw;
    margin: 0 -2vw
}

@media (min-width: 1700px) {
    .how-work-section .sect-holder {
        margin: 0
    }
}

.how-work-section .sect-bg {
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden
}

@media (max-width: 767px) {
    .how-work-section .sect-bg {
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: flex-end;
        top: auto;
        bottom: 0
    }
}

.how-work-section .sect-bg:after {
    content: "";
    display: block;
    clear: both;
    background: #FFFFFF;
    position: absolute;
    z-index: 5;
    left: 0;
    width: 100%;
    height: 5px;
    top: -2px
}

@media (max-width: 767px) {
    .how-work-section .sect-bg:after {
        display: none
    }
}

.how-work-section .sect-bg:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    box-shadow: 0 0 140px 150px #fff;
    z-index: 3
}

@media (max-width: 767px) {
    .how-work-section .sect-bg:before {
        bottom: 100%;
        box-shadow: 0 0 30px 40px #fff
    }
}

.how-work-section .sect-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0
}

@media (max-width: 767px) {
    .how-work-section .sect-bg img {
        height: auto
    }
}

.how-work-section .sect-bg ._g-loader {
    background: none
}

@media (min-width: 768px) {
    .how-work-section .sect-bg picture {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute
    }
}

.how-work-section .sect-bg .video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2
}

.how-work-section .sect-bg .video.loaded ._g-loader {
    opacity: 0
}

.how-work-section .sect-bg video {
    object-position: 50% 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.how-work-section .sect-content {
    position: relative;
    z-index: 5;
    height: 64vw
}

@media (max-width: 767px) {
    .how-work-section .sect-content {
        height: auto;
        max-height: none;
        padding: 0 6vw 110vw
    }
}

.how-work-section .title-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end
}

@media (max-width: 767px) {
    .how-work-section .title-row {
        display: block
    }
}

.how-work-section .title-row .left-col {
    width: 50%
}

@media (max-width: 767px) {
    .how-work-section .title-row .left-col {
        width: 100%;
        margin-bottom: 15px
    }
}

.how-work-section .title-row .right-col {
    width: 50%;
    padding-bottom: 10px
}

@media (max-width: 767px) {
    .how-work-section .title-row .right-col {
        padding-bottom: 0;
        width: 100%
    }
}

.how-work-section .title-row p {
    font-size: 16px;
    line-height: 120%;
    color: #b7b4bd;
    max-width: 380px
}

@media (max-width: 767px) {
    .how-work-section .title-row p {
        max-width: none;
        font-size: 15px
    }
}

.how-work-section .title-row .badge {
    display: inline-block;
    padding: 8px 15px;
    background: #F0F0F0;
    font-size: 15px;
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    color: #76757b;
    margin-bottom: 15px
}

.how-work-section hr {
    border-color: #b8b8b880;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .how-work-section hr {
        margin-bottom: 20px
    }
}

.how-work-section h2 {
    font-size: 4vw;
    font-weight: 700;
    color: #000
}

@media (min-width: 1700px) {
    .how-work-section h2 {
        font-size: 70px
    }
}

@media (max-width: 767px) {
    .how-work-section h2 {
        font-size: 10vw
    }
}

.how-work-section .lefted-text {
    max-width: 700px
}

.how-work-section .lefted-text p {
    font-size: 20px;
    line-height: 120%;
    color: #747474
}

@media (max-width: 767px) {
    .how-work-section .lefted-text p {
        font-size: 16px
    }
}

.we-different-section {
    position: relative;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
    padding: 60px 0 70px;
    background: #000000;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .we-different-section {
        padding-bottom: 35px;
        border-radius: 25px;
        z-index: 6;
        margin-top: -25px
    }
}

.we-different-section .sect-content {
    position: relative;
    z-index: 3
}

.we-different-section .sect-bg {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0
}

.we-different-section .sect-bg img {
    width: 100%;
    max-height: 1100px
}

.we-different-section .heading-box {
    margin-bottom: 60px
}

@media (max-width: 767px) {
    .we-different-section .heading-box {
        margin-bottom: 50px
    }
}

.we-different-section .badge {
    display: inline-block;
    padding: 8px 15px;
    background: #414141;
    font-size: 16px;
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    color: #fff;
    margin-bottom: 15px;
    border-radius: 10px
}

.we-different-section h2 {
    font-size: 5vw;
    font-weight: 700;
    color: #818181;
    width: 50%;
    max-width: 750px;
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    line-height: 94%
}

@media (min-width: 1700px) {
    .we-different-section h2 {
        font-size: 90px
    }
}

@media (max-width: 767px) {
    .we-different-section h2 {
        font-size: 11vw;
        width: 100%
    }
}

.we-different-section h2 b {
    color: #fff
}

@media (min-width: 768px) {
    .we-different-section .diff-list {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 200px
    }
}

.we-different-section .diff-list .item {
    width: 32%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: stretch;
    align-items: stretch
}

@media (max-width: 767px) {
    .we-different-section .diff-list .item {
        width: 85%;
        margin: 0 10px;
        height: auto
    }
}

.we-different-section .diff-list .item-pic {
    border-radius: 20px 20px 0 0;
    overflow: hidden
}

.we-different-section .diff-list .item-pic img {
    width: 100%
}

@media (max-width: 767px) {
    .we-different-section .diff-list .item-pic {
        border-radius: 16px 16px 0 0
    }
}

.we-different-section .diff-list .item-content {
    border-radius: 0 0 30px 30px;
    background: #292929;
    padding: 40px 8%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex: 1
}

@media (max-width: 767px) {
    .we-different-section .diff-list .item-content {
        border-radius: 0 0 16px 16px;
        padding: 25px 8%
    }
}

.we-different-section .diff-list .item-title {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 36px;
    margin-bottom: 25px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .we-different-section .diff-list .item-title {
        font-size: 26px
    }
}

@media (max-width: 767px) {
    .we-different-section .diff-list .item-title {
        font-size: 6vw
    }
}

.we-different-section .diff-list p {
    font-size: 16px;
    line-height: 120%;
    color: #7a7a7a
}

@media (max-width: 767px) {
    .we-different-section .diff-list p {
        font-size: 13px
    }
}

.we-different-section .bottom-row {
    width: 60%;
    max-width: 900px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch
}

@media (max-width: 767px) {
    .we-different-section .bottom-row {
        width: 100%;
        padding-top: 50px
    }
}

.we-different-section .bottom-row .left-col {
    min-width: 240px;
    width: 240px;
    padding-right: 5%
}

@media (max-width: 767px) {
    .we-different-section .bottom-row .left-col {
        min-width: 90px;
        width: 30%
    }
}

.we-different-section .bottom-row .row-title {
    display: block;
    font-size: 40px;
    color: #fff;
    line-height: 120%
}

@media (max-width: 767px) {
    .we-different-section .bottom-row .row-title {
        font-size: 4vw
    }
}

.we-different-section .bottom-row .right-col {
    border-left: 1px solid #E3E3E3;
    flex: 1;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start
}

@media (max-width: 767px) {
    .we-different-section .bottom-row .right-col {
        padding-left: 20px
    }
}

.we-different-section .bottom-row p {
    font-size: 25px;
    line-height: 120%;
    color: #b7b4bd;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .we-different-section .bottom-row p {
        font-size: 14px;
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .we-different-section ._g-yellow-arrowed-btn {
        height: 48px;
        border-radius: 12px;
        font-size: 13px
    }

    .we-different-section ._g-yellow-arrowed-btn img {
        margin-left: 10px
    }
}

.we-different-section .swiper-pagination {
    padding-top: 30px
}

.we-different-section .swiper-pagination .swiper-pagination-bullet:before {
    background: #8F8F8F
}

.we-different-section .swiper-pagination .swiper-pagination-bullet-active:before {
    background: #fff
}

.sect-affiliate {
    position: relative;
    margin-bottom: 50px
}

.sect-affiliate .sect-holder {
    padding: 0 2vw;
    margin: 0 -2vw;
    position: relative;
    border-radius: 35px;
    overflow: hidden
}

@media (min-width: 1700px) {
    .sect-affiliate .sect-holder {
        margin: 0
    }
}

@media (max-width: 767px) {
    .sect-affiliate .sect-holder {
        border-radius: 0
    }
}

.sect-affiliate .sect-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

@media (max-width: 767px) {
    .sect-affiliate .sect-bg {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-end;
        overflow: hidden;
        border-radius: 0 0 15px 15px
    }
}

.sect-affiliate .sect-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 767px) {
    .sect-affiliate .sect-bg img {
        height: auto
    }
}

.sect-affiliate .sect-content {
    position: relative;
    z-index: 3;
    color: #000;
    padding: 70px 0 170px
}

@media (max-width: 767px) {
    .sect-affiliate .sect-content {
        padding: 0 0 80vw
    }
}

.sect-affiliate h2 {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 5vw;
    max-width: 1100px;
    width: 70%;
    color: #9fa0aa;
    margin-bottom: 30px
}

@media (min-width: 1700px) {
    .sect-affiliate h2 {
        font-size: 90px
    }
}

@media (max-width: 767px) {
    .sect-affiliate h2 {
        font-size: 11vw;
        font-weight: 400;
        margin-bottom: 35px;
        width: 100%
    }
}

.sect-affiliate h2 b {
    color: #000
}

.sect-affiliate hr {
    border-color: #ddd;
    margin-top: 30px
}

.sect-affiliate .ring-centbox {
    max-width: 700px;
    padding-left: 5%;
    padding-top: 5vh
}

@media (max-width: 767px) {
    .sect-affiliate .ring-centbox {
        padding: 20px 5% 0
    }
}

.sect-affiliate .ring-centbox .box-title {
    display: block;
    font-size: 40px;
    color: #000;
    margin-bottom: 10vh
}

@media (max-width: 767px) {
    .sect-affiliate .ring-centbox .box-title {
        font-size: 7vw;
        margin-bottom: 30px
    }
}

.sect-affiliate .ring-centbox p {
    font-size: 22px;
    line-height: 120%;
    color: #b7b4bd;
    margin-bottom: 60px
}

@media (max-width: 767px) {
    .sect-affiliate .ring-centbox p {
        font-size: 16px
    }
}

.sect-affiliate .aff-feats-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start
}

@media (max-width: 767px) {
    .sect-affiliate .aff-feats-list {
        flex-wrap: wrap
    }
}

.sect-affiliate .aff-feats-list .item {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    max-width: 120px
}

@media (max-width: 767px) {
    .sect-affiliate .aff-feats-list .item {
        max-width: none;
        justify-content: space-between;
        width: 45%;
        margin-left: 0;
        padding-bottom: 30px
    }
}

@media (min-width: 768px) {
    .sect-affiliate .aff-feats-list .item:first-child {
        margin-left: -20px
    }
}

.sect-affiliate .aff-feats-list .icon {
    background: #FFE81D;
    width: 82px;
    height: 82px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .sect-affiliate .aff-feats-list .icon {
        width: 65px;
        height: 65px;
        padding: 15px;
        border-radius: 20px;
        margin-bottom: 15px
    }
}

.sect-affiliate .aff-feats-list .name {
    display: block;
    font-size: 15px;
    text-align: center;
    font-weight: 700
}

@media (max-width: 767px) {
    .sect-affiliate .aff-feats-list .name {
        max-width: 120px
    }
}

.reviews-section {
    position: relative;
    background: #ffffff;
    padding-bottom: 50px
}

.reviews-section h2 {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 5vw;
    width: 50%;
    color: #9fa0aa;
    font-weight: 400;
    margin-bottom: 30px;
    max-width: 1100px
}

@media (min-width: 1700px) {
    .reviews-section h2 {
        font-size: 90px
    }
}

@media (max-width: 767px) {
    .reviews-section h2 {
        width: 100%;
        font-size: 11vw
    }
}

.reviews-section h2 b {
    color: #000
}

.reviews-section .swiper {
    position: relative;
    border-radius: 23px
}

.reviews-section .swiper-slide {
    width: 31.3333%;
    margin-left: 2%;
    height: auto;
    color: #000;
    background: #F6F5F8;
    border-radius: 23px;
    padding: 25px 2% 45px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 767px) {
    .reviews-section .swiper-slide {
        width: 88%;
        padding: 20px 5%;
        border-radius: 15px;
        margin: 0 6vw
    }
}

.reviews-section .swiper-slide .date {
    display: block;
    color: #bcbcbc;
    font-size: 13px;
    margin-bottom: 10px;
    margin-right: auto
}

.reviews-section .swiper-slide .top-info {
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .reviews-section .swiper-slide .top-info {
        margin-bottom: 20px
    }
}

.reviews-section .swiper-slide .ava {
    border-radius: 50%;
    overflow: hidden;
    width: 80px;
    margin: 0 auto 10px;
    position: relative
}

.reviews-section .swiper-slide .ava:after {
    content: "";
    display: block;
    clear: both;
    padding-top: 100%
}

.reviews-section .swiper-slide .ava picture {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.reviews-section .swiper-slide .ava img {
    width: 100%;
    height: 100%
}

.reviews-section .swiper-slide .name {
    display: block;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center
}

.reviews-section .swiper-slide .adr {
    display: block;
    font-size: 14px;
    color: #bcbcbc;
    text-align: center
}

.reviews-section .swiper-slide .main-text {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: center;
    flex: 1;
    max-width: 400px
}

.reviews-section .swiper-slide p {
    font-size: 14px;
    line-height: 130%;
    color: #6b6b6b;
    text-align: center
}

@media (max-width: 767px) {
    .reviews-section .swiper-slide p {
        font-size: 13px
    }
}

.reviews-section .swiper-pagination {
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
}

.reviews-section .swiper-pagination .swiper-pagination-bullet {
    width: 19px;
    height: 6px;
    background: none;
    position: relative;
    opacity: 1
}

.reviews-section .swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 50%;
    top: 0;
    height: 100%;
    background: #DCDCDC;
    border-radius: 3px;
    transition: all .3s ease;
    will-change: transform
}

.reviews-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    width: 100%;
    background: #000000
}

.reviews-section .slider-wrap {
    position: relative;
    padding-bottom: 40px
}

.reviews-section .slider-main-wrap {
    margin-left: -2%
}

@media (max-width: 767px) {
    .reviews-section .slider-main-wrap {
        margin: 0 -6vw
    }
}

.reviews-section .swiper-button-prev, .reviews-section .swiper-button-next {
    width: 58px;
    height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background: #E8E5EE;
    border-radius: 20px;
    right: -30px;
    margin-top: -40px;
    transition: all .3s ease
}

@media (max-width: 767px) {
    .reviews-section .swiper-button-prev, .reviews-section .swiper-button-next {
        display: none
    }
}

.reviews-section .swiper-button-prev:hover, .reviews-section .swiper-button-next:hover {
    background: #FFE81D
}

.reviews-section .swiper-button-prev:after, .reviews-section .swiper-button-next:after {
    display: none
}

.reviews-section .swiper-button-prev img, .reviews-section .swiper-button-next img {
    width: 10px
}

.reviews-section .swiper-button-prev {
    left: 0;
    right: auto
}

.reviews-section .swiper-button-prev img {
    transform: rotate(-180deg)
}

.news-section {
    background: #FBFAFC;
    position: relative;
    padding: 80px 0 120px
}

@media (max-width: 767px) {
    .news-section {
        padding: 30px 0 70px;
        border-radius: 30px
    }
}

.news-section .sect-container {
    padding-left: 3vw
}

@media (max-width: 767px) {
    .news-section .sect-container {
        padding-left: 0
    }
}

.news-section .main-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch
}

@media (max-width: 767px) {
    .news-section .main-row {
        display: block;
        position: relative;
        padding-bottom: 80px
    }
}

.news-section .heading-col {
    width: 330px;
    padding-right: 50px;
    border-right: 1px solid #aaa;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start
}

@media (max-width: 767px) {
    .news-section .heading-col {
        width: 100%;
        padding: 0 6vw
    }
}

.news-section .arrows-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch
}

@media (max-width: 767px) {
    .news-section .arrows-box {
        display: none
    }
}

.news-section h2 {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 70px;
    color: #000;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .news-section h2 {
        font-size: 12vw;
        font-weight: 400;
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .news-section ._g-yellow-arrowed-btn {
        position: absolute;
        bottom: 0;
        left: 6vw
    }
}

.news-section .swiper-button-prev, .news-section .swiper-button-next {
    width: 58px;
    height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    z-index: 10;
    margin: 0;
    background: #E8E5EE;
    border-radius: 20px;
    transition: all .3s ease;
    position: static
}

.news-section .swiper-button-prev:hover, .news-section .swiper-button-next:hover {
    background: #FFE81D
}

.news-section .swiper-button-prev:after, .news-section .swiper-button-next:after {
    display: none
}

.news-section .swiper-button-prev img, .news-section .swiper-button-next img {
    width: 10px
}

.news-section .swiper-button-prev {
    margin-right: 10px
}

.news-section .swiper-button-prev img {
    transform: rotate(-180deg)
}

.news-section .news-col {
    flex: 1;
    padding-left: 4%
}

@media (max-width: 767px) {
    .news-section .news-col {
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .news-section .news-col {
        overflow: hidden
    }
}

.news-section .swiper-slide {
    width: 28%;
    margin-right: 3%;
    max-width: 350px
}

@media (max-width: 767px) {
    .news-section .swiper-slide {
        margin-right: 0;
        margin-left: 6vw;
        width: 75%;
        max-width: 280px
    }
}

.news-section .swiper-slide .news-pic {
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .news-section .swiper-slide .news-pic {
        border-radius: 17px
    }
}

.news-section .swiper-slide .news-pic:after {
    content: "";
    display: block;
    clear: both;
    padding-top: 77%
}

.news-section .swiper-slide .news-pic picture {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.news-section .swiper-slide .news-pic picture img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.news-section .swiper-slide a {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 1.7vw;
    color: #000;
    margin-bottom: 25px;
    display: block
}

@media (min-width: 1700px) {
    .news-section .swiper-slide a {
        font-size: 30px
    }
}

@media (max-width: 767px) {
    .news-section .swiper-slide a {
        font-size: 6vw;
        padding-right: 12%
    }
}

.news-section .swiper-slide .date {
    display: block;
    color: #bcbcbc;
    font-size: 14px
}

@media (max-width: 767px) {
    .news-section .swiper-slide .date {
        font-size: 10px
    }
}

.news-section .swiper-pagination {
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: static;
    margin-top: 80px
}

@media (max-width: 767px) {
    .news-section .swiper-pagination {
        margin-top: 30px
    }
}

.news-section .swiper-pagination .swiper-pagination-bullet {
    width: 19px;
    height: 6px;
    background: none;
    position: relative;
    opacity: 1
}

.news-section .swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 50%;
    top: 0;
    height: 100%;
    background: #DCDCDC;
    border-radius: 3px;
    transition: all .3s ease;
    will-change: transform
}

.news-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    width: 100%;
    background: #000000
}

.inner-top-section {
    position: relative;
    padding: 0 0 60px;
    overflow: hidden;
    max-height: 100vh
}

@media (max-width: 767px) {
    .inner-top-section {
        height: auto;
        overflow: visible;
        margin-bottom: 25px
    }
}

.inner-top-section:after {
    content: "";
    display: block;
    clear: both;
    padding-top: 40%
}

.inner-top-section .sect-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding-bottom: 13vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch
}

@media (max-width: 767px) {
    .inner-top-section .sect-content {
        position: relative;
        height: auto;
        padding-bottom: 8vh
    }

    .inner-top-section .sect-content .content-box {
        padding-top: 100px
    }
}

@media (max-width: 767px) {
    .inner-top-section .xs-bottom {
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: stretch;
        padding-bottom: 10vh
    }
}

.inner-top-section h1 {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 8vw;
    margin-bottom: 10px
}

@media (min-width: 1700px) {
    .inner-top-section h1 {
        font-size: 120px
    }
}

@media (max-width: 767px) {
    .inner-top-section h1 {
        font-size: 14vw
    }
}

.inner-top-section .subtitle {
    display: block;
    font-size: 26px;
    color: #b7b4bd;
    font-family: Madigantext, Arial, Helvetica, sans-serif
}

@media (max-width: 767px) {
    .inner-top-section .subtitle {
        font-size: 19px;
        width: 70%
    }
}

.inner-top-section ._g-loader {
    opacity: 0
}

.inner-top-section .sectbg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

@media (max-width: 767px) {
    .inner-top-section .sectbg {
        height: auto;
        bottom: -20px
    }
}

.inner-top-section .sectbg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0
}

.inner-top-section .scroll-bottom-box {
    position: absolute;
    right: 3vw;
    top: 200px;
    bottom: 15%;
    z-index: 10;
    width: 2px;
    background: #CCCBE0;
    margin-right: 30px
}

@media (max-width: 767px) {
    .inner-top-section .scroll-bottom-box {
        display: none
    }
}

.inner-top-section .scroll-bottom-box:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    height: 22%;
    left: -1px;
    width: 4px;
    border-radius: 2px;
    background: #FFE81D
}

.inner-top-section .scroll-bottom-btn {
    position: absolute;
    transition: all .3s ease;
    font-size: 19px;
    transform: rotate(-90deg);
    min-width: 75px;
    text-align: center;
    top: 22%;
    left: 0;
    padding-top: 20px;
    transform-origin: 0 0;
    color: #ffe81d
}

.inner-top-section .scroll-bottom-btn i {
    display: block;
    position: absolute;
    left: 100%;
    width: 80px;
    top: 50%;
    height: 2px;
    margin-top: -1px
}

.inner-top-section .scroll-bottom-btn i:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    margin-left: 20px;
    transition: all .3s ease;
    animation: arrowWidth 3s ease infinite
}

@media (max-width: 767px) {
    .inner-top-section .scroll-bottom-btn {
        display: none
    }
}

.inner-top-section .scroll-bottom-btn:hover {
    color: #ddd
}

.inner-top-section .scroll-bottom-btn:hover:before {
    background: #ddd
}

.promise-section {
    position: relative;
    z-index: 4;
    background: #000;
    border-radius: 30px;
    margin-top: -30px;
    padding: 120px 0 70px
}

@media (max-width: 767px) {
    .promise-section {
        padding: 55px 0 30px;
        border-radius: 25px;
        margin-top: -25px
    }
}

.promise-section .sect-subtitle {
    display: block;
    width: 80%;
    max-width: 1200px;
    margin: 0 auto 100px;
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 3.5vw;
    color: #9fa0aa
}

@media (min-width: 1700px) {
    .promise-section .sect-subtitle {
        font-size: 65px
    }
}

@media (max-width: 767px) {
    .promise-section .sect-subtitle {
        font-size: 9vw;
        margin-bottom: 70px;
        width: 100%
    }
}

.promise-section .sect-subtitle b {
    color: #fff
}

.promise-section .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch
}

@media (max-width: 767px) {
    .promise-section .row {
        display: block
    }
}

.promise-section .row .col {
    width: 45%
}

@media (max-width: 767px) {
    .promise-section .row .col {
        width: 100%
    }
}

.promise-section .row .col:first-child {
    padding-right: 5%
}

@media (max-width: 767px) {
    .promise-section .row .col:first-child {
        padding: 0 0 30px
    }
}

.promise-section .row .col:last-child {
    padding-left: 3%;
    width: 55%;
    border-left: 1px solid #838383;
    min-width: 600px
}

@media (max-width: 767px) {
    .promise-section .row .col:last-child {
        min-width: 0;
        width: 100%;
        border: none;
        padding: 0
    }
}

.promise-section .row h2 {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 5vw;
    font-weight: 400
}

@media (min-width: 1700px) {
    .promise-section .row h2 {
        font-size: 90px
    }
}

@media (max-width: 767px) {
    .promise-section .row h2 {
        font-size: 11vw;
        border-bottom: 1px solid #838383;
        padding-bottom: 25px
    }
}

.promise-section .row p {
    font-size: 21px;
    line-height: 120%;
    color: #76757b;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .promise-section .row p {
        font-size: 16px;
        margin-bottom: 20px
    }
}

.promise-section .iconed-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    font-size: 23px;
    padding-top: 45px;
    padding-bottom: 30px
}

@media (max-width: 767px) {
    .promise-section .iconed-row {
        display: block;
        font-size: 5vw;
        padding-right: 10%
    }

    .promise-section .iconed-row span {
        flex: 1
    }
}

.promise-section .iconed-row .icon {
    border-radius: 25px;
    width: 80px;
    height: 80px;
    min-width: 80px;
    margin-right: 25px;
    background: #FFE81D;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
}

@media (max-width: 767px) {
    .promise-section .iconed-row .icon {
        width: 70px;
        height: 70px;
        min-width: 70px;
        border-radius: 20px;
        margin-right: 15px
    }
}

.promise-section .iconed-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 48%
}

@media (max-width: 767px) {
    .promise-section .iconed-item {
        width: 100%;
        margin-bottom: 24px
    }

    .promise-section .iconed-item:last-child {
        margin-bottom: 0
    }
}

.active-plans-section {
    position: relative;
    padding: 60px 0 80px;
    color: #000
}

@media (max-width: 767px) {
    .active-plans-section {
        padding: 40px 0 60px
    }
}

.active-plans-section h2 {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 9vw;
    font-weight: 400;
    margin-bottom: 40px
}

@media (min-width: 1700px) {
    .active-plans-section h2 {
        font-size: 130px
    }
}

@media (max-width: 767px) {
    .active-plans-section h2 {
        font-size: 14vw;
        font-weight: 700;
        margin-bottom: 30px
    }
}

.active-plans-section h3 {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .active-plans-section h3 {
        font-size: 11vw
    }
}

.active-plans-section .wide-plan-box {
    background: #F8F7FA;
    position: relative;
    padding: 25px;
    border-radius: 35px;
    margin-bottom: 45px
}

@media (max-width: 767px) {
    .active-plans-section .wide-plan-box {
        margin: 0 -3vw 20px;
        border-radius: 25px;
        padding: 20px 5%
    }
}

.active-plans-section .wide-plan-box:last-child {
    margin-bottom: 0
}

.active-plans-section .plan-main-row {
    position: relative;
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch
}

@media (min-width: 992px) and (max-width: 1199px) {
    .active-plans-section .plan-main-row {
        flex-wrap: wrap;
        padding-bottom: 30px
    }
}

@media (max-width: 767px) {
    .active-plans-section .plan-main-row {
        flex-wrap: wrap;
        padding-bottom: 0
    }
}

.active-plans-section .main-column {
    position: relative;
    background: #ffffff;
    padding: 10px 13px;
    border-radius: 22px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch
}

@media (min-width: 992px) and (max-width: 1199px) {
    .active-plans-section .main-column {
        width: 100%;
        margin-bottom: 50px;
        padding: 10px 5% 10px 13px;
        border-radius: 15px
    }
}

@media (max-width: 767px) {
    .active-plans-section .main-column {
        width: 100%;
        margin-bottom: 15px;
        padding: 10px 5% 10px 13px;
        display: block;
        position: static
    }
}

.active-plans-section .main-column .ava-box {
    border-radius: 14px;
    overflow: hidden;
    margin-right: 25px;
    width: 157px;
    min-width: 157px;
    position: relative
}

@media (max-width: 767px) {
    .active-plans-section .main-column .ava-box {
        width: 90px;
        min-width: 90px;
        margin-bottom: 15px;
        margin-right: 0
    }
}

.active-plans-section .main-column .ava-box:after {
    content: "";
    display: block;
    clear: both;
    padding-top: 88.5%
}

.active-plans-section .main-column .ava-box picture {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block
}

.active-plans-section .main-column .ava-box img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.active-plans-section .main-column .author-column {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 10px 0 10px 30px
}

@media (max-width: 767px) {
    .active-plans-section .main-column .author-column {
        position: static
    }
}

.active-plans-section .main-column .author-column:before {
    content: "";
    display: block;
    clear: both;
    background: url(images/vector/quote.svg) no-repeat;
    width: 16px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 9px;
    background-size: 100% auto
}

@media (max-width: 767px) {
    .active-plans-section .main-column .author-column:before {
        top: 110px;
        left: 5%
    }
}

.active-plans-section .main-column .author-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .active-plans-section .main-column .author-heading {
        position: absolute;
        top: 10px;
        left: 120px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        height: 80px;
        margin-bottom: 0;
        padding-right: 20px
    }
}

.active-plans-section .main-column .author-heading .author-name {
    display: block;
    font-size: 17px;
    font-weight: 700
}

@media (max-width: 767px) {
    .active-plans-section .main-column .author-heading .author-name {
        margin-bottom: 10px
    }
}

.active-plans-section .main-column .author-heading .author-subtitle {
    display: block;
    padding-left: 20px;
    font-size: 14px;
    color: #9fa0aa
}

@media (max-width: 767px) {
    .active-plans-section .main-column .author-heading .author-subtitle {
        padding-left: 0
    }
}

.active-plans-section .main-column .text-box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    flex: 1;
    max-width: 420px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .active-plans-section .main-column .text-box {
        max-width: none
    }
}

.active-plans-section .main-column .text-box p {
    font-size: 19px;
    color: #76757b;
    line-height: 120%
}

@media (max-width: 767px) {
    .active-plans-section .main-column .text-box p {
        font-size: 14px
    }
}

.active-plans-section .main-column .progress-box {
    position: absolute;
    top: 100%;
    margin-top: 15px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center
}

@media (min-width: 992px) and (max-width: 1199px) {
    .active-plans-section .main-column .progress-box {
        left: 20px;
        right: 20px
    }
}

@media (max-width: 767px) {
    .active-plans-section .main-column .progress-box {
        top: auto;
        bottom: 63px;
        display: block
    }
}

.active-plans-section .main-column .progress-box .progress-label {
    display: block;
    font-size: 13px;
    color: #76757b
}

@media (max-width: 767px) {
    .active-plans-section .main-column .progress-box .progress-label {
        margin-bottom: 10px
    }
}

.active-plans-section .main-column .progress-box .progress-time {
    display: block;
    font-size: 16px;
    font-weight: 700
}

@media (max-width: 767px) {
    .active-plans-section .main-column .progress-box .progress-time {
        font-size: 13px;
        text-align: right
    }
}

.active-plans-section .main-column .progress-box .progress-line {
    height: 5px;
    background: #E5E3E8;
    flex: 1;
    border-radius: 3px;
    margin: 0 25px
}

@media (max-width: 767px) {
    .active-plans-section .main-column .progress-box .progress-line {
        margin: 0 0 10px
    }
}

.active-plans-section .main-column .progress-box .progress-line .fill {
    height: 100%;
    background: #000;
    display: block;
    border-radius: 3px
}

.active-plans-section .right-columns {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch
}

@media (max-width: 767px) {
    .active-plans-section .right-columns {
        flex-wrap: wrap
    }
}

.active-plans-section .profit-column {
    background: #ffffff;
    border-radius: 22px;
    margin-left: 20px;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    flex: 1;
    min-width: 150px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .active-plans-section .profit-column {
        flex: 1
    }

    .active-plans-section .profit-column:first-child {
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .active-plans-section .profit-column {
        margin-left: 0;
        flex: none;
        min-width: 0;
        width: 48%;
        border-radius: 16px;
        padding: 15px
    }
}

.active-plans-section .profit-column .col-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .active-plans-section .profit-column .col-heading img {
        max-width: 25px
    }
}

.active-plans-section .profit-column .label {
    display: block;
    font-size: 15px;
    color: #9fa0aa;
    font-weight: 500;
    padding-right: 5px
}

@media (max-width: 767px) {
    .active-plans-section .profit-column .label {
        font-size: 12px
    }
}

.active-plans-section .profit-column .desc-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    flex: 1
}

.active-plans-section .profit-column .value {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    display: block;
    font-size: 2vw;
    font-weight: 700;
    white-space: nowrap;
    margin-bottom: 10px
}

@media (min-width: 1700px) {
    .active-plans-section .profit-column .value {
        font-size: 36px
    }
}

@media (max-width: 767px) {
    .active-plans-section .profit-column .value {
        font-size: 25px
    }
}

.active-plans-section .profit-column .col-smalltext {
    position: absolute;
    top: 100%;
    margin-top: 20px;
    left: 15px;
    right: 15px;
    font-size: 11px;
    color: #c4c1c9;
    font-style: normal
}

@media (max-width: 767px) {
    .active-plans-section .profit-column .col-smalltext {
        display: none
    }
}

.active-plans-section .profit-column .col-subtitle {
    display: block;
    font-size: 14px;
    color: #9fa0aa;
    line-height: 120%
}

@media (max-width: 767px) {
    .active-plans-section .profit-column .col-subtitle {
        font-size: 12px
    }
}

.active-plans-section .buttons-column {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    margin-left: 30px
}

@media (min-width: 992px) and (max-width: 1400px) {
    .active-plans-section .buttons-column {
        width: 30%
    }
}

@media (min-width: 1400px) {
    .active-plans-section .buttons-column {
        width: 35%
    }
}

@media (max-width: 767px) {
    .active-plans-section .buttons-column {
        padding-top: 80px;
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        margin-left: 0
    }

    .active-plans-section .buttons-column a, .active-plans-section .buttons-column button {
        font-size: 15px;
        height: 50px;
        padding: 0;
        border-radius: 12px;
        min-width: 0;
        width: 49%
    }
}

.traders-list-section {
    background: #000;
    padding: 85px 0 100px
}

@media (max-width: 767px) {
    .traders-list-section {
        padding: 40px 0 30px;
        border-radius: 25px
    }
}

.traders-list-section .heading-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 55px
}

@media (max-width: 767px) {
    .traders-list-section .heading-row {
        display: block;
        margin-bottom: 40px
    }
}

.traders-list-section .heading-row .left-col {
    width: 30%
}

@media (max-width: 767px) {
    .traders-list-section .heading-row .left-col {
        width: 100%
    }
}

.traders-list-section .heading-row .right-col {
    width: 50%;
    padding-top: 15px
}

@media (max-width: 767px) {
    .traders-list-section .heading-row .right-col {
        width: 100%
    }
}

.traders-list-section .heading-row .subtitle {
    display: block;
    font-size: 22px;
    line-height: 120%;
    max-width: 550px
}

@media (max-width: 767px) {
    .traders-list-section .heading-row .subtitle {
        font-size: 16px;
        color: #76757b;
        padding-right: 10%
    }
}

.traders-list-section h2 {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 100px;
    font-weight: 400;
    line-height: 100%
}

@media (max-width: 767px) {
    .traders-list-section h2 {
        font-size: 12vw
    }
}

.traders-list-section .traders-slider-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    padding-left: 25%
}

@media (max-width: 767px) {
    .traders-list-section .traders-slider-row {
        padding-left: 0;
        flex-direction: column
    }
}

.traders-list-section .traders-slider-row .left-col {
    width: 25%;
    border-right: 1px solid rgba(255, 255, 255, .67);
    padding-right: 5%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 5
}

@media (max-width: 767px) {
    .traders-list-section .traders-slider-row .left-col {
        position: static;
        width: 100%;
        order: 2;
        border: none;
        padding-right: 15%;
        padding-bottom: 20px
    }
}

.traders-list-section .traders-slider-row .slider-col {
    width: 100%;
    position: relative;
    padding-bottom: 30px
}

@media (max-width: 767px) {
    .traders-list-section .traders-slider-row .slider-col {
        margin-bottom: 40px
    }
}

.traders-list-section .traders-slider-row .slider-col:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    bottom: 0;
    box-shadow: 0 0 80px 60px #000;
    z-index: 4
}

@media (max-width: 767px) {
    .traders-list-section .traders-slider-row .slider-col:before {
        display: none
    }
}

.traders-list-section .bottom-textbox p {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 110%;
    color: #9fa0aa
}

@media (min-width: 1700px) {
    .traders-list-section .bottom-textbox p {
        font-size: 34px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .traders-list-section .bottom-textbox p {
        font-size: 26px
    }
}

@media (max-width: 767px) {
    .traders-list-section .bottom-textbox p {
        font-size: 7vw
    }
}

.traders-list-section .slider-navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .traders-list-section .slider-navigation {
        display: none
    }
}

.traders-list-section .swiper-button-prev, .traders-list-section .swiper-button-next {
    position: static;
    width: 58px;
    height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background: #373639;
    border-radius: 20px;
    margin-top: 0;
    transition: all .3s ease;
    border: 2px solid transparent
}

.traders-list-section .swiper-button-prev:hover, .traders-list-section .swiper-button-next:hover {
    background: #000;
    border-color: #373639
}

.traders-list-section .swiper-button-prev:after, .traders-list-section .swiper-button-next:after {
    display: none
}

.traders-list-section .swiper-button-prev img, .traders-list-section .swiper-button-next img {
    width: 10px;
    filter: invert(1)
}

.traders-list-section .swiper-button-prev {
    left: 0;
    margin-right: 10px;
    right: auto
}

.traders-list-section .swiper-button-prev img {
    transform: rotate(-180deg)
}

.traders-list-section .carousel-holder {
    margin-right: -5vw;
    position: relative
}

.traders-list-section .carousel-holder:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    bottom: 0;
    box-shadow: 0 0 80px 60px #000;
    z-index: 4
}

@media (max-width: 767px) {
    .traders-list-section .carousel-holder:after {
        display: none
    }
}

.traders-list-section .swiper {
    width: 100%
}

@media (min-width: 768px) {
    .traders-list-section .swiper {
        overflow: hidden
    }
}

.traders-list-section .swiper-slide {
    width: 18%;
    min-width: 210px;
    margin-left: 4vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    height: 450px;
}

@media (min-width: 768px) {
    .traders-list-section .swiper-slide:last-child {
        margin-right: 5vw
    }
}

@media (max-width: 767px) {
    .traders-list-section .swiper-slide {
        min-width: 190px;
        margin-left: 0;
        margin-right: 6vw
    }
}

.traders-list-section .swiper-slide .slide-heading {
    margin-bottom: 19px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start
}

@media (max-width: 767px) {
    .traders-list-section .swiper-slide .slide-heading {
        margin-bottom: 15px
    }
}

.traders-list-section .swiper-slide .role {
    display: block;
    border-radius: 20px;
    border: 1px solid #5A5A5A;
    font-size: 14px;
    color: #9fa0aa;
    padding: 8px 15px 6px;
    margin-bottom: 5px
}

@media (max-width: 767px) {
    .traders-list-section .swiper-slide .role {
        font-size: 12px;
        padding: 6px 10px 5px;
        margin-bottom: 10px
    }
}

.traders-list-section .swiper-slide .name {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 25px;
    display: block
}

@media (max-width: 767px) {
    .traders-list-section .swiper-slide .name {
        font-size: 23px
    }
}

.traders-list-section .swiper-slide .ava {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 30px
}

.traders-list-section .swiper-slide .ava:after {
    content: "";
    display: block;
    clear: both;
    padding-top: 88%
}

.traders-list-section .swiper-slide .ava picture {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block
}

.traders-list-section .swiper-slide .ava img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.traders-list-section .swiper-slide p {
    font-size: 14px;
    line-height: 120%;
    color: #9fa0aa;
    margin-bottom: 10px
}

.traders-list-section .swiper-slide .more {
    display: block;
    color: #ffe81d;
    font-size: 14px
}

.traders-list-section .swiper-slide .more:hover {
    color: #fff
}

.traders-list-section .swiper-scrollbar {
    z-index: 10;
    top: 100%;
    position: absolute;
    left: 4vw;
    right: 0;
    height: 10px;
    border-radius: 5px;
    margin-top: 20px
}

@media (max-width: 767px) {
    .traders-list-section .swiper-scrollbar {
        margin-top: 0;
        top: auto;
        bottom: 0;
        left: 0;
        height: 8px
    }
}

.traders-list-section .swiper-scrollbar .swiper-scrollbar-drag {
    background: #3B3B3B;
    border-radius: 5px;
    cursor: pointer
}

.traders-list-section .swiper-scrollbar .swiper-scrollbar-drag:hover {
    background: #666
}

.accept-section {
    position: relative;
    overflow: hidden
}

.accept-section .sect-content {
    position: relative;
    z-index: 3;
    padding: 80px 0 90px
}

@media (max-width: 767px) {
    .accept-section .sect-content {
        padding: 45px 0 35px
    }
}

.accept-section .sect-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    min-height: 100vh;
    width: 100%
}

@media (max-width: 767px) {
    .accept-section .sect-bg {
        min-height: 0;
        top: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center
    }
}

.accept-section .sect-bg picture {
    width: 100%;
    height: 100%;
    display: block
}

.accept-section .sect-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 767px) {
    .accept-section .sect-bg img {
        height: auto
    }
}

.accept-section .sect-heading {
    color: #000;
    margin-bottom: 25vh;
    max-width: 750px
}

@media (max-width: 767px) {
    .accept-section .sect-heading {
        margin-bottom: 50vw
    }
}

.accept-section h2 {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 6vw;
    font-weight: 400;
    margin-bottom: 30px
}

@media (min-width: 1700px) {
    .accept-section h2 {
        font-size: 110px
    }
}

@media (max-width: 767px) {
    .accept-section h2 {
        font-size: 12vw;
        margin-bottom: 10px
    }
}

.accept-section .sect-subtitle {
    display: block;
    font-size: 48px;
    color: #9fa0aa;
    line-height: 110%;
    font-family: Madigantext, Arial, Helvetica, sans-serif
}

@media (max-width: 767px) {
    .accept-section .sect-subtitle {
        font-size: 22px
    }
}

.accept-section .accept-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    margin-left: -17px
}

@media (max-width: 767px) {
    .accept-section .accept-list {
        margin-left: -7px;
        flex-wrap: wrap;
        justify-content: flex-start
    }
}

.accept-section .accept-list .item {
    position: relative;
    flex: 1;
    padding-left: 17px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: stretch;
    align-items: stretch
}

@media (max-width: 767px) {
    .accept-section .accept-list .item {
        flex: none;
        width: 20%;
        padding-left: 7px
    }
}

.accept-section .accept-list .item .icon {
    position: relative;
    border-radius: 16px;
    background: rgba(250, 250, 250, .7);
    flex: 1;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .accept-section .accept-list .item .icon {
        border-radius: 10px;
        background: #F0EEF3
    }
}

.accept-section .accept-list .item .icon:after {
    content: "";
    display: block;
    clear: both;
    padding-top: 100%
}

.accept-section .accept-list .item .icon .icon-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0 15px
}

@media (max-width: 767px) {
    .accept-section .accept-list .item .icon .icon-holder {
        padding: 15px
    }
}

.accept-section .accept-list .item .icon img {
    max-width: 100%
}

@media (max-width: 767px) {
    .accept-section .accept-list .item .icon img {
        max-height: 100%
    }
}

.accept-section .accept-list .item .name {
    display: block;
    font-size: 12px;
    color: #bcbcbc
}

@media (max-width: 767px) {
    .accept-section .accept-list .item .name {
        display: none
    }
}

.join-section {
    position: relative;
    padding: 120px 0;
    min-height: 70vh;
    max-height: 900px
}

@media (max-width: 767px) {
    .join-section {
        max-height: 550px;
        border-radius: 25px 25px 0 0;
        overflow: hidden;
        padding: 8vh 0 11vh
    }
}

.join-section .sect-content {
    position: relative;
    z-index: 3
}

@media (max-width: 767px) {
    .join-section .sect-content {
        height: 100%
    }

    .join-section .sect-content .container {
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start
    }
}

.join-section .sect-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.join-section .sect-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.join-section .container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start
}

.join-section .sect-heading {
    max-width: 720px;
    margin-bottom: 20px
}

.join-section .sect-title {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 7vw;
    line-height: 110%;
    margin-bottom: 30px;
    display: block
}

@media (min-width: 1700px) {
    .join-section .sect-title {
        font-size: 110px
    }
}

@media (max-width: 767px) {
    .join-section .sect-title {
        font-size: 10vw
    }
}

.join-section p {
    line-height: 120%;
    color: #adadad;
    font-size: 22px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .join-section p {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .join-section p {
        font-size: 18px
    }
}

.about-content-top-section {
    background: #ffffff;
    border-radius: 25px 25px 0 0;
    margin-top: -25px;
    position: relative;
    z-index: 3;
    color: #000;
    padding: 90px 0 40px
}

@media (max-width: 767px) {
    .about-content-top-section {
        padding: 45px 0 30px
    }
}

.about-content-top-section .company-name {
    display: block;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .about-content-top-section .company-name {
        font-size: 16px
    }
}

.about-content-top-section .company-logo {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex: 1
}

.about-content-top-section .company-logo img {
    filter: invert(.3);
    width: 132px
}

.about-content-top-section .halfed-textbox {
    width: 50%
}

@media (max-width: 767px) {
    .about-content-top-section .halfed-textbox {
        width: 100%
    }
}

.about-content-top-section .halfed-textbox-right {
    width: 50%;
    margin-left: auto
}

@media (max-width: 767px) {
    .about-content-top-section .halfed-textbox-right {
        width: 100%
    }
}

.about-content-top-section .textbox-right {
    padding-right: 15%;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .about-content-top-section .textbox-right {
        padding-right: 0
    }
}

.about-content-top-section .badge-text {
    display: inline-block;
    background: #F4F4F4;
    padding: 8px 15px;
    border-radius: 10px;
    font-size: 16px;
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-bottom: 25px
}

.meet-ceo-section {
    background: #F8F8F8;
    padding: 75px 0 120px;
    position: relative;
    color: #000
}

@media (max-width: 767px) {
    .meet-ceo-section {
        padding: 40px 0
    }
}

.meet-ceo-section .sect-heading {
    margin-bottom: 100px
}

@media (max-width: 767px) {
    .meet-ceo-section .sect-heading {
        margin-bottom: 30px
    }
}

.meet-ceo-section h2 {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 4vw;
    font-weight: 400;
    margin-bottom: 15px
}

@media (min-width: 1700px) {
    .meet-ceo-section h2 {
        font-size: 80px
    }
}

@media (max-width: 767px) {
    .meet-ceo-section h2 {
        font-size: 10vw
    }
}

.meet-ceo-section .badge {
    display: inline-block;
    border-radius: 12px;
    background: #EFEFEF;
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    padding: 7px 14px
}

@media (max-width: 767px) {
    .meet-ceo-section .badge {
        font-size: 16px
    }
}

.meet-ceo-section .ceo-info-row {
    width: 90%;
    margin: 0 auto;
    max-width: 1250px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch
}

@media (min-width: 992px) and (max-width: 1199px) {
    .meet-ceo-section .ceo-info-row {
        width: 100%
    }
}

@media (max-width: 767px) {
    .meet-ceo-section .ceo-info-row {
        flex-direction: column
    }
}

.meet-ceo-section .ceo-info-row .name {
    display: block;
    font-size: 30px;
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .meet-ceo-section .ceo-info-row .name {
        order: 2;
        padding-top: 10px;
        font-size: 22px
    }
}

.meet-ceo-section .ceo-info-row .ava-col {
    min-width: 240px;
    width: 240px;
    margin-right: 35px;
    text-align: center
}

@media (max-width: 767px) {
    .meet-ceo-section .ceo-info-row .ava-col {
        width: 100%;
        min-width: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: stretch;
        max-width: 180px;
        margin: 0 auto
    }
}

.meet-ceo-section .ceo-info-row .ava-col img {
    border-radius: 15px
}

@media (max-width: 767px) {
    .meet-ceo-section .ceo-info-row .ava-col img {
        border-radius: 12px
    }
}

.meet-ceo-section .quote-col {
    flex: 1;
    position: relative;
    padding-top: 45px
}

@media (max-width: 767px) {
    .meet-ceo-section .quote-col {
        padding-top: 20px;
        margin: 0 -15px
    }
}

.meet-ceo-section blockquote {
    position: relative;
    padding: 0 80px
}

@media (max-width: 767px) {
    .meet-ceo-section blockquote {
        padding: 0 20px
    }
}

.meet-ceo-section blockquote p {
    font-size: 38px;
    color: #b7b4bd;
    line-height: 110%
}

@media (min-width: 1700px) {
    .meet-ceo-section blockquote p {
        font-size: 42px
    }
}

@media (max-width: 767px) {
    .meet-ceo-section blockquote p {
        font-size: 21px;
        text-align: center
    }
}

.meet-ceo-section blockquote p b {
    color: #000;
    font-weight: 400
}

.meet-ceo-section blockquote:before {
    content: "";
    display: block;
    clear: both;
    background: url(images/vector/quote.svg) no-repeat;
    background-size: 100% auto;
    width: 38px;
    height: 39px;
    left: 0;
    top: 0;
    position: absolute
}

@media (max-width: 767px) {
    .meet-ceo-section blockquote:before {
        width: 16px
    }
}

.meet-ceo-section blockquote:after {
    content: "";
    display: block;
    clear: both;
    background: url(images/vector/quote.svg) no-repeat;
    width: 38px;
    height: 39px;
    right: 0;
    bottom: 0;
    position: absolute;
    transform: rotate(-180deg);
    background-size: 100% auto
}

@media (max-width: 767px) {
    .meet-ceo-section blockquote:after {
        width: 16px
    }
}

.meet-ceo-section .sign {
    padding-left: 60%
}

.invest-content-section {
    color: #000;
    position: relative;
    padding: 70px 0
}

@media (max-width: 767px) {
    .invest-content-section {
        padding: 40px 0 70px
    }
}

.invest-content-section h2 {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 4vw;
    font-weight: 400;
    margin-bottom: 50px
}

@media (min-width: 1700px) {
    .invest-content-section h2 {
        font-size: 80px
    }
}

.invest-content-section .lefted-picture {
    margin-left: -5vw;
    max-width: 1600px;
    width: 80%;
    margin-bottom: 70px;
    position: relative
}

@media (max-width: 767px) {
    .invest-content-section .lefted-picture {
        margin-left: -6vw;
        width: 94vw;
        margin-bottom: 40px
    }
}

.invest-content-section .lefted-picture .badge {
    display: inline-block;
    position: absolute;
    left: 5vw;
    top: 10%;
    background: #A6A6A6;
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #fff;
    border-radius: 10px;
    padding: 6px 10px
}

@media (max-width: 767px) {
    .invest-content-section .lefted-picture .badge {
        font-size: 12px
    }
}

.invest-content-section .lefted-picture img {
    border-radius: 0 30px 30px 0
}

@media (max-width: 767px) {
    .invest-content-section .lefted-picture img {
        border-radius: 0 12px 12px 0
    }
}

.invest-content-section .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 30px
}

.invest-content-section .row .col {
    width: 49%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch
}

.invest-content-section .row p:last-child {
    margin-bottom: 0
}

.invest-content-section .row .text-wrap {
    max-width: 660px;
    width: 80%
}

@media (max-width: 767px) {
    .invest-content-section .row .text-wrap {
        width: 100%
    }
}

.invest-content-section .row.align-top .col {
    justify-content: flex-start
}

.invest-content-section .row.align-between .col {
    justify-content: space-between
}

.invest-content-section .row img {
    border-radius: 30px
}

.invest-content-section .row picture {
    display: block;
    margin-bottom: 20px
}

.invest-content-section p {
    font-size: 18px;
    line-height: 120%;
    color: #76757b;
    margin-bottom: 25px
}

@media (min-width: 1700px) {
    .invest-content-section p {
        font-size: 20px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .invest-content-section p {
        font-size: 16px
    }
}

.invest-content-section p.size-l {
    font-size: 28px
}

@media (min-width: 1700px) {
    .invest-content-section p.size-l {
        font-size: 30px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .invest-content-section p.size-l {
        font-size: 24px
    }
}

@media (max-width: 767px) {
    .invest-content-section p.size-l {
        font-size: 20px
    }
}

.principles-section {
    background: #000;
    padding: 50px 0 70px;
    position: relative;
    z-index: 3;
    border-radius: 0 0 30px 30px
}

@media (max-width: 767px) {
    .principles-section {
        border-radius: 25px;
        margin-top: -25px;
        padding-bottom: 35px
    }
}

.principles-section .sect-heading-box {
    max-width: 800px;
    margin-bottom: 45px
}

@media (max-width: 767px) {
    .principles-section .sect-heading-box {
        border-bottom: 1px solid #9FA0AA;
        padding-bottom: 20px;
        margin-bottom: 35px
    }
}

.principles-section .sect-heading-box .badge {
    display: inline-block;
    color: #fff;
    background: #414141;
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 16px;
    border-radius: 10px;
    padding: 6px 10px;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .principles-section .sect-heading-box .badge {
        font-size: 13px;
        margin-bottom: 10px
    }
}

.principles-section .sect-heading-box p {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 32px;
    color: #9fa0aa;
    line-height: 110%
}

@media (min-width: 1700px) {
    .principles-section .sect-heading-box p {
        font-size: 34px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .principles-section .sect-heading-box p {
        font-size: 28px
    }
}

@media (max-width: 767px) {
    .principles-section .sect-heading-box p {
        font-size: 24px
    }

    .principles-section .sect-heading-box p br {
        display: none !important
    }
}

.principles-section h2 {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 5vw;
    font-weight: 400;
    margin-bottom: 15px
}

@media (min-width: 1700px) {
    .principles-section h2 {
        font-size: 100px
    }
}

@media (max-width: 767px) {
    .principles-section h2 {
        font-size: 10vw
    }
}

.principles-section .principles-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start
}

@media (max-width: 767px) {
    .principles-section .principles-row {
        display: block
    }
}

.principles-section .principles-row .item {
    width: 48%
}

@media (max-width: 767px) {
    .principles-section .principles-row .item {
        width: 100%;
        margin-bottom: 20px
    }
}

.principles-section .principles-row .item:last-child {
    margin-top: 15vw
}

@media (min-width: 1700px) {
    .principles-section .principles-row .item:last-child {
        margin-top: 330px
    }
}

@media (max-width: 767px) {
    .principles-section .principles-row .item:last-child {
        margin-top: 0
    }
}

.principles-section .principles-row .pic {
    overflow: hidden;
    border-radius: 32px 32px 0 0
}

.principles-section .principles-row .pic img {
    width: 100%
}

@media (max-width: 767px) {
    .principles-section .principles-row .pic {
        border-radius: 15px 15px 0 0
    }
}

.principles-section .principles-row .item-desc {
    background: #292929;
    padding: 40px 5%;
    border-radius: 0 0 32px 32px
}

@media (max-width: 767px) {
    .principles-section .principles-row .item-desc {
        padding: 20px 5% 25px;
        border-radius: 0 0 15px 15px
    }
}

.principles-section .principles-row .name {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 40px;
    display: block;
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff
}

@media (min-width: 1700px) {
    .principles-section .principles-row .name {
        font-size: 42px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .principles-section .principles-row .name {
        font-size: 34px
    }
}

@media (max-width: 767px) {
    .principles-section .principles-row .name {
        font-size: 5vw;
        margin-bottom: 20px;
        font-weight: 400
    }
}

.principles-section .principles-row p {
    font-size: 16px;
    line-height: 130%;
    color: #a0a0a0;
    margin-bottom: 20px
}

@media (min-width: 1700px) {
    .principles-section .principles-row p {
        font-size: 18px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .principles-section .principles-row p {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .principles-section .principles-row p {
        font-size: 12px
    }
}

.principles-section .principles-row p:last-child {
    margin-bottom: 0
}

.principles-section .iconed-textbox {
    width: 48%;
    margin-top: -120px
}

@media (max-width: 767px) {
    .principles-section .iconed-textbox {
        width: 100%;
        margin-top: 0;
        padding-top: 20px
    }
}

.principles-section .iconed-textbox .icon {
    border-radius: 25px;
    width: 82px;
    height: 82px;
    background: #FFE81D;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px
}

.principles-section .iconed-textbox p {
    font-size: 24px;
    line-height: 120%;
    color: #b7b4bd
}

@media (max-width: 767px) {
    .principles-section .iconed-textbox p {
        font-size: 14px
    }
}

.partner-section {
    color: #000;
    padding: 100px 0 120px
}

@media (max-width: 767px) {
    .partner-section {
        padding: 50px 0 40px
    }
}

.partner-section h2 {
    font-weight: 400;
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 4vw;
    color: #dbdadf
}

@media (min-width: 1700px) {
    .partner-section h2 {
        font-size: 85px
    }
}

@media (max-width: 767px) {
    .partner-section h2 {
        font-size: 10vw;
        margin-bottom: 30px
    }
}

.partner-section h2 b {
    color: #000;
    display: block
}

.partner-section .heading-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 130px
}

@media (max-width: 767px) {
    .partner-section .heading-row {
        display: block;
        margin-bottom: 40px
    }
}

.partner-section .heading-row .col {
    width: 48%
}

@media (max-width: 767px) {
    .partner-section .heading-row .col {
        width: 100%
    }
}

.partner-section .text-holder {
    max-width: 600px;
    width: 80%
}

@media (min-width: 992px) and (max-width: 1199px) {
    .partner-section .text-holder {
        width: 90%
    }
}

@media (max-width: 767px) {
    .partner-section .text-holder {
        width: 100%
    }
}

.partner-section p {
    font-size: 22px;
    line-height: 110%;
    color: #76757b
}

@media (min-width: 1700px) {
    .partner-section p {
        font-size: 24px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .partner-section p {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .partner-section p {
        font-size: 17px;
        color: #888
    }
}

@media (min-width: 768px) {
    .partner-section .partners-list {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
        margin-left: -25px
    }
}

.partner-section .partners-list .item {
    flex: 1;
    padding-left: 25px
}

@media (max-width: 767px) {
    .partner-section .partners-list .item {
        flex: none;
        width: 60%;
        padding-left: 0;
        padding-right: 20px
    }
}

.partner-section .partners-list .item-pic {
    border: 1px solid #E4E4E4;
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    padding: 20%
}

@media (max-width: 767px) {
    .partner-section .partners-list .item-pic {
        padding: 25%;
        border-radius: 21px
    }
}

.partner-section .partners-list .item-pic:after {
    content: "";
    display: block;
    clear: both;
    padding-top: 80%
}

@media (max-width: 767px) {
    .partner-section .partners-list .item-pic:after {
        padding-top: 45%
    }
}

.partner-section .partners-list .item-pic .holder {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 10%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
}

@media (max-width: 767px) {
    .partner-section .partners-list .item-pic .holder {
        padding: 15%
    }
}

.partner-section .partners-list span {
    display: block;
    font-size: 12px;
    color: #a09fa3;
    line-height: 110%
}

@media (max-width: 767px) {
    .partner-section .swiper-scrollbar {
        z-index: 10;
        position: relative;
        height: 10px;
        border-radius: 5px;
        margin-top: 20px;
        background: none
    }

    .partner-section .swiper-scrollbar .swiper-scrollbar-drag {
        background: #E8E8E8;
        border-radius: 5px;
        cursor: pointer;
        height: 8px
    }

    .partner-section .swiper-scrollbar .swiper-scrollbar-drag:hover {
        background: #666
    }
}

.dynamic-section {
    position: relative;
    background: #F9F9FB;
    border-radius: 30px;
    color: #000;
    padding: 100px 0 75px
}

@media (max-width: 767px) {
    .dynamic-section {
        padding: 35px 0 40px;
        border-radius: 30px 30px 0 0
    }
}

.dynamic-section .main-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch
}

@media (max-width: 767px) {
    .dynamic-section .main-row {
        display: block
    }
}

.dynamic-section .main-row .left-col {
    width: 400px;
    min-width: 400px;
    border-right: 1px solid #000;
    padding-right: 4%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch
}

@media (max-width: 767px) {
    .dynamic-section .main-row .left-col {
        width: 100%;
        min-width: 0;
        border: none
    }
}

.dynamic-section .subtitle {
    display: block;
    color: #000;
    font-weight: 700;
    font-size: 22px;
    line-height: 110%;
    margin-bottom: 30px
}

@media (min-width: 1700px) {
    .dynamic-section .subtitle {
        font-size: 24px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .dynamic-section .subtitle {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .dynamic-section .subtitle {
        font-family: Madigantext, Arial, Helvetica, sans-serif;
        font-size: 9vw
    }
}

@media (max-width: 767px) {
    .dynamic-section .bottom-box {
        padding-top: 20px;
        margin-bottom: 25px
    }
}

.dynamic-section p {
    font-size: 16px;
    color: #76757b;
    line-height: 110%;
    margin-bottom: 20px
}

@media (min-width: 1700px) {
    .dynamic-section p {
        font-size: 18px
    }
}

.dynamic-section .price-value {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 700;
    display: block;
    flex-wrap: nowrap;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .dynamic-section .price-value {
        font-size: 22px
    }
}

.dynamic-section .date {
    display: block;
    font-size: 16px;
    color: #b8b8bc;
    line-height: 110%
}

@media (max-width: 767px) {
    .dynamic-section .date {
        font-size: 14px
    }
}

.dynamic-section .graph-col {
    flex: 1;
    padding-left: 35px
}

@media (max-width: 767px) {
    .dynamic-section .graph-col {
        padding-left: 0;
        flex: none
    }
}

@media (max-width: 767px) {
    .dynamic-section .graphic {
        height: 300px
    }
}

.dynamic-section h2 {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 4vw;
    font-weight: 400;
    margin-bottom: 20px
}

@media (min-width: 1700px) {
    .dynamic-section h2 {
        font-size: 100px
    }
}

@media (max-width: 767px) {
    .dynamic-section h2 {
        display: none
    }
}

._g-contented {
    color: #000
}

._g-contented .badged-heading {
    margin-bottom: 30px
}

._g-contented .badged-heading .badge {
    display: inline-block;
    color: #000;
    background: #F4F4F4;
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 16px;
    border-radius: 10px;
    padding: 6px 10px;
    margin-bottom: 15px
}

._g-contented h3 {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 3.5vw;
    font-weight: 400;
    margin-bottom: 30px
}

@media (min-width: 1700px) {
    ._g-contented h3 {
        font-size: 60px
    }
}

._g-contented .lined-textbox {
    border-left: 2px solid #000;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 50px
}

@media (max-width: 767px) {
    ._g-contented .lined-textbox {
        margin-bottom: 30px
    }
}

._g-contented .lined-textbox .box-holder {
    max-width: 1200px;
    width: 80%
}

@media (max-width: 767px) {
    ._g-contented .lined-textbox .box-holder {
        width: 100%
    }
}

._g-contented .lined-textbox p:last-child {
    margin-bottom: 0
}

._g-contented ._g-plefted-box {
    padding: 0 6%
}

@media (max-width: 767px) {
    ._g-contented ._g-plefted-box {
        padding: 0
    }
}

._g-contented h1 {
    font-size: 8vw;
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin-bottom: 50px
}

@media (min-width: 1700px) {
    ._g-contented h1 {
        font-size: 140px
    }
}

@media (max-width: 767px) {
    ._g-contented h1 {
        font-size: 12vw;
        margin-bottom: 30px
    }
}

._g-contented h2 {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 4vw;
    font-weight: 400;
    margin-bottom: 80px
}

@media (min-width: 1700px) {
    ._g-contented h2 {
        font-size: 80px
    }
}

@media (max-width: 767px) {
    ._g-contented h2 {
        font-size: 9vw;
        margin-bottom: 50px
    }
}

._g-contented h3 {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 4vw;
    font-weight: 400;
    margin-bottom: 15px
}

@media (min-width: 1700px) {
    ._g-contented h3 {
        font-size: 80px
    }
}

@media (max-width: 767px) {
    ._g-contented h3 {
        font-size: 9vw;
        margin-bottom: 20px
    }
}

._g-contented ol {
    counter-reset: steps
}

._g-contented ol li {
    counter-increment: steps;
    position: relative;
    padding-left: 70px;
    padding-top: 9px;
    margin-bottom: 65px
}

@media (max-width: 767px) {
    ._g-contented ol li {
        padding-left: 50px;
        padding-top: 0;
        margin-bottom: 50px
    }
}

._g-contented ol li:last-child {
    margin-bottom: 0
}

._g-contented ol li:before {
    content: "";
    display: block;
    clear: both;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    background: #FFE81D;
    color: #000;
    content: counter(steps);
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-weight: 700
}

@media (max-width: 767px) {
    ._g-contented ol li:before {
        line-height: 29px;
        width: 29px;
        height: 29px;
        font-size: 16px
    }
}

._g-contented ol li h3 {
    font-size: 28px;
    margin-bottom: 30px
}

@media (min-width: 1700px) {
    ._g-contented ol li h3 {
        font-size: 32px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    ._g-contented ol li h3 {
        font-size: 26px
    }
}

@media (max-width: 767px) {
    ._g-contented ol li h3 {
        font-size: 6vw;
        margin-bottom: 20px
    }
}

._g-contented p {
    font-size: 18px;
    line-height: 120%;
    color: #76757b;
    margin-bottom: 25px
}

@media (min-width: 1700px) {
    ._g-contented p {
        font-size: 20px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    ._g-contented p {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    ._g-contented p {
        font-size: 15px
    }
}

._g-contented p.size-l {
    font-size: 32px;
    color: #b7b4bd
}

@media (min-width: 1400px) {
    ._g-contented p.size-l {
        font-size: 42px
    }
}

@media (max-width: 767px) {
    ._g-contented p.size-l {
        font-size: 20px
    }
}

._g-contented p.size-l b {
    color: #000
}

._g-contented hr {
    border-color: #bbb;
    margin-bottom: 55px
}

@media (max-width: 767px) {
    ._g-contented hr {
        margin-bottom: 30px
    }
}

._g-contented .rounded-picture {
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 50px
}

@media (max-width: 767px) {
    ._g-contented .rounded-picture {
        border-radius: 15px;
        margin-bottom: 30px
    }
}

._g-contented .rounded-picture img {
    width: 100%
}

._g-contented .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 60px
}

@media (max-width: 767px) {
    ._g-contented .row {
        flex-direction: column;
        margin-bottom: 40px
    }
}

._g-contented .row .col {
    width: 49%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch
}

@media (max-width: 767px) {
    ._g-contented .row .col {
        width: 100%;
        margin-bottom: 20px
    }

    ._g-contented .row .col:last-child {
        margin-bottom: 0
    }
}

._g-contented .row p:last-child {
    margin-bottom: 0
}

._g-contented .row p.size-l {
    padding-right: 5%;
    max-width: 600px
}

@media (max-width: 767px) {
    ._g-contented .row p.size-l {
        padding-right: 0
    }
}

._g-contented .row.align-top .col {
    justify-content: flex-start
}

._g-contented .row.align-between .col {
    justify-content: space-between
}

._g-contented .row img {
    border-radius: 30px
}

@media (max-width: 767px) {
    ._g-contented .row img {
        border-radius: 13px
    }
}

._g-contented .row picture {
    display: block;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    ._g-contented .row picture {
        margin-bottom: 30px
    }
}

._g-contented .rounded-image {
    display: block;
    overflow: hidden;
    border-radius: 30px
}

@media (max-width: 767px) {
    ._g-contented .rounded-image {
        border-radius: 20px
    }
}

._g-contented .lined-textbox {
    border-left: 2px solid #000;
    padding-left: 10%;
    padding-right: 5%;
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch
}

.white-content-section {
    padding: 100px 0 70px
}

@media (max-width: 767px) {
    .white-content-section {
        padding: 50px 0 20px
    }
}

.stories-section {
    position: relative;
    overflow: hidden;
    padding: 60px 0 90px
}

@media (max-width: 767px) {
    .stories-section {
        background: #000;
        z-index: 3;
        border-radius: 25px;
        margin-top: -30px;
        padding-bottom: 70px
    }
}

.stories-section .sect-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.stories-section .sect-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.stories-section .sect-content {
    position: relative;
    z-index: 3
}

.stories-section .badge {
    display: inline-block;
    color: #fff;
    background: #4A4A4E;
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 16px;
    border-radius: 10px;
    padding: 6px 10px;
    margin-bottom: 15px
}

.stories-section h2 {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 5vw;
    font-weight: 400;
    max-width: 700px;
    width: 45%;
    line-height: 110%;
    margin-bottom: 100px
}

@media (min-width: 1700px) {
    .stories-section h2 {
        font-size: 85px
    }
}

@media (max-width: 767px) {
    .stories-section h2 {
        width: 100%;
        font-size: 10vw;
        margin-bottom: 35px
    }
}

@media (min-width: 768px) {
    .stories-section .stories-list {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch
    }
}

.stories-section .stories-list .item {
    width: 23%
}

@media (max-width: 767px) {
    .stories-section .stories-list .item {
        width: 80%;
        margin: 0 10px
    }
}

.stories-section .stories-list .item-pic {
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 20px
}

.stories-section .stories-list .item-pic img {
    width: 100%
}

.stories-section .stories-list p {
    font-size: 20px;
    color: #fff;
    line-height: 120%
}

@media (min-width: 1700px) {
    .stories-section .stories-list p {
        font-size: 23px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .stories-section .stories-list p {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .stories-section .stories-list p {
        font-size: 16px
    }
}

.stories-section .stories-list p b {
    color: #9fa0aa;
    font-weight: 400
}

@media (max-width: 767px) {
    .stories-section ._g-swiper-pagination {
        padding-top: 30px
    }
}

.stories-section ._g-swiper-pagination .swiper-pagination-bullet:before {
    background: #8F8F8F
}

.stories-section ._g-swiper-pagination .swiper-pagination-bullet-active:before {
    background: #fff
}

.benefits-section {
    background: #ffffff;
    padding: 85px 0 100px;
    color: #000
}

@media (max-width: 767px) {
    .benefits-section {
        padding: 55px 0 40px
    }
}

.benefits-section .main-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch
}

@media (max-width: 767px) {
    .benefits-section .main-row {
        display: block
    }
}

.benefits-section .main-row .left-col {
    width: 25%;
    min-width: 425px;
    border-right: 1px solid #000;
    padding-right: 3%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch
}

@media (max-width: 767px) {
    .benefits-section .main-row .left-col {
        width: 100%;
        border: none;
        padding-right: 0;
        padding-bottom: 25px
    }
}

.benefits-section .bottom-col-box p {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    line-height: 110%;
    font-size: 44px
}

@media (min-width: 1700px) {
    .benefits-section .bottom-col-box p {
        font-size: 46px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .benefits-section .bottom-col-box p {
        font-size: 38px
    }
}

@media (max-width: 767px) {
    .benefits-section .bottom-col-box p {
        font-size: 20px
    }
}

.benefits-section h2 {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 5vw;
    font-weight: 400;
    margin-bottom: 10px
}

@media (min-width: 1700px) {
    .benefits-section h2 {
        font-size: 80px
    }
}

@media (max-width: 767px) {
    .benefits-section h2 {
        font-size: 11vw
    }
}

.benefits-section .badge {
    display: inline-block;
    color: #000;
    background: #F4F4F4;
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 16px;
    border-radius: 10px;
    padding: 6px 10px;
    margin-bottom: 15px
}

.benefits-section .main-col {
    flex: 1;
    padding-left: 35px
}

@media (max-width: 767px) {
    .benefits-section .main-col {
        padding-left: 0
    }
}

.benefits-section .benefits-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: -5%
}

@media (min-width: 992px) and (max-width: 1199px) {
    .benefits-section .benefits-list {
        margin-bottom: -2%
    }
}

@media (max-width: 767px) {
    .benefits-section .benefits-list {
        margin-bottom: 0;
        margin: 0 -6vw;
        justify-content: space-between
    }
}

.benefits-section .benefits-list .item {
    width: 30%;
    background: #F9F8FA;
    border-radius: 30px;
    padding: 25px 3%;
    margin-bottom: 5%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: stretch
}

@media (min-width: 992px) and (max-width: 1199px) {
    .benefits-section .benefits-list .item {
        width: 31.5%;
        margin-bottom: 2%
    }
}

@media (max-width: 767px) {
    .benefits-section .benefits-list .item {
        width: 50%;
        border-radius: 13px;
        margin-bottom: 0;
        align-items: center
    }

    .benefits-section .benefits-list .item:nth-child(1), .benefits-section .benefits-list .item:nth-child(4), .benefits-section .benefits-list .item:nth-child(5) {
        background: none
    }
}

.benefits-section .benefits-list .icon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    background: #FFE81D;
    width: 80px;
    height: 80px;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 30px
}

@media (min-width: 1700px) {
    .benefits-section .benefits-list .icon {
        width: 100px;
        height: 100px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .benefits-section .benefits-list .icon {
        width: 60px;
        height: 60px;
        padding: 15px
    }
}

@media (max-width: 767px) {
    .benefits-section .benefits-list .icon {
        width: 56px;
        height: 56px;
        padding: 10px;
        margin: 0 auto 15px;
        border-radius: 7px
    }
}

@media (max-width: 767px) {
    .benefits-section .benefits-list .bottom-box {
        flex: 1;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch
    }
}

.benefits-section .benefits-list .title {
    display: block;
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 1.5vw;
    margin-bottom: 15px
}

@media (min-width: 1700px) {
    .benefits-section .benefits-list .title {
        font-size: 30px
    }
}

@media (max-width: 767px) {
    .benefits-section .benefits-list .title {
        font-size: 5vw;
        text-align: center
    }
}

.benefits-section .benefits-list .subtitle {
    display: block;
    color: #9fa0aa;
    font-size: 15px;
    line-height: 120%
}

@media (min-width: 1700px) {
    .benefits-section .benefits-list .subtitle {
        font-size: 16px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .benefits-section .benefits-list .subtitle {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .benefits-section .benefits-list .subtitle {
        font-size: 11px;
        text-align: center;
        flex: 1;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        padding: 0 10px
    }
}

.ref-levels-sect {
    background: #F8F7FA;
    border-radius: 30px 30px 0 0;
    margin-top: -30px;
    position: relative;
    z-index: 3;
    padding: 45px 0 80px;
    color: #000
}

@media (max-width: 767px) {
    .ref-levels-sect {
        margin-top: -25px;
        border-radius: 25px;
        padding: 25px 0 30px
    }
}

.ref-levels-sect .centered-textbox {
    padding-top: 80px;
    margin: 0 auto 80px;
    max-width: 990px;
    width: 80%;
    text-align: center
}

@media (max-width: 767px) {
    .ref-levels-sect .centered-textbox {
        padding-top: 10px;
        margin-bottom: 30px
    }
}

.ref-levels-sect .centered-textbox p {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 60px;
    color: #76757b;
    line-height: 120%
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ref-levels-sect .centered-textbox p {
        font-size: 52px
    }
}

@media (max-width: 767px) {
    .ref-levels-sect .centered-textbox p {
        font-size: 9vw
    }
}

.ref-levels-sect .centered-textbox p b {
    font-weight: 400;
    color: #000
}

.ref-levels-sect .ref-levels-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .ref-levels-sect .ref-levels-list {
        flex-direction: column
    }
}

.ref-levels-sect .ref-levels-list .item {
    width: 32%;
    position: relative;
    border-radius: 50px;
    overflow: hidden
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ref-levels-sect .ref-levels-list .item {
        border-radius: 36px
    }
}

@media (max-width: 767px) {
    .ref-levels-sect .ref-levels-list .item {
        width: 100%;
        border-radius: 35px;
        margin-bottom: 20px
    }

    .ref-levels-sect .ref-levels-list .item:last-child {
        margin-bottom: 0
    }
}

.ref-levels-sect .ref-levels-list .item .item-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0 5% 30px;
    text-align: center
}

.ref-levels-sect .ref-levels-list .percent {
    display: block;
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 5vw;
    color: #fff;
    margin-bottom: 10px
}

@media (min-width: 1700px) {
    .ref-levels-sect .ref-levels-list .percent {
        font-size: 100px
    }
}

@media (max-width: 767px) {
    .ref-levels-sect .ref-levels-list .percent {
        font-size: 16vw
    }
}

.ref-levels-sect .ref-levels-list .name {
    display: block;
    font-size: 18px;
    line-height: 110%;
    color: #bababa;
    margin-bottom: 20px
}

@media (min-width: 1700px) {
    .ref-levels-sect .ref-levels-list .name {
        font-size: 20px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ref-levels-sect .ref-levels-list .name {
        font-size: 16px
    }
}

.ref-levels-sect .ref-levels-list .set-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
}

.ref-levels-sect .ref-levels-list .set-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 52px;
    border: 1px solid #838383;
    border-radius: 25px;
    font-size: 15px;
    margin: 0 8px;
    color: #fff;
    padding: 1px 15px 0
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ref-levels-sect .ref-levels-list .set-item {
        font-size: 13px;
        height: 44px
    }
}

@media (max-width: 767px) {
    .ref-levels-sect .ref-levels-list .set-item {
        height: 40px;
        font-size: 13px
    }
}

.ref-levels-sect .ref-levels-list .set-item:first-child {
    margin-left: 0
}

.ref-levels-sect .ref-levels-list .set-item:last-child {
    margin-right: 0
}

.ref-levels-sect .ref-levels-list .set-item b {
    font-weight: 400;
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 25px;
    margin-right: 8px
}

@media (max-width: 767px) {
    .ref-levels-sect .ref-levels-list .set-item b {
        font-size: 22px
    }
}

.ref-levels-sect .centered-small-text {
    text-align: center;
    margin: 0 auto 20px;
    max-width: 820px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center
}

@media (max-width: 767px) {
    .ref-levels-sect .centered-small-text {
        text-align: center
    }
}

.ref-levels-sect .centered-small-text p {
    font-size: 23px;
    line-height: 125%;
    color: #76757b;
    margin: 0 0 35px
}

@media (max-width: 767px) {
    .ref-levels-sect .centered-small-text p {
        font-size: 15px;
        color: #b7b4bd;
        padding: 0 5%
    }
}

.ref-levels-sect .centered-small-text ._g-yellow-btn {
    padding: 0 45px
}

@media (max-width: 767px) {
    .ref-levels-sect .centered-small-text ._g-yellow-btn {
        padding: 0 20px;
        width: 100%
    }
}

.ref-content-section {
    background: #ffffff;
    padding: 80px 0 90px;
    color: #000
}

@media (max-width: 767px) {
    .ref-content-section {
        padding: 50px 0 60px
    }
}

.ref-content-section .heading-textbox {
    width: 90%;
    max-width: 1600px;
    margin-bottom: 50px
}

.ref-content-section .heading-textbox p {
    font-size: 50px;
    line-height: 110%;
    font-family: Madigantext, Arial, Helvetica, sans-serif
}

@media (min-width: 1700px) {
    .ref-content-section .heading-textbox p {
        font-size: 60px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ref-content-section .heading-textbox p {
        font-size: 44px
    }
}

@media (max-width: 767px) {
    .ref-content-section .heading-textbox p {
        font-size: 9vw
    }
}

.ref-content-section .company-name {
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .ref-content-section .company-name {
        font-size: 17px;
        margin-bottom: 30px
    }
}

.ref-content-section .lefted-picture {
    margin-left: -5vw;
    max-width: 1600px;
    width: 90%;
    margin-bottom: 70px;
    position: relative
}

@media (max-width: 767px) {
    .ref-content-section .lefted-picture {
        margin-left: -6vw;
        width: 106%
    }
}

.ref-content-section .lefted-picture .badge {
    display: inline-block;
    position: absolute;
    left: 5vw;
    bottom: 10%;
    background: #fff;
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #000;
    border-radius: 10px;
    padding: 6px 10px
}

@media (max-width: 767px) {
    .ref-content-section .lefted-picture .badge {
        background: #D9D9D9
    }
}

.ref-content-section .lefted-picture img {
    border-radius: 0 30px 30px 0
}

.ref-content-section .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    width: 95%;
    margin-bottom: 100px
}

@media (max-width: 767px) {
    .ref-content-section .row {
        width: 100%;
        display: block
    }
}

.ref-content-section .row .col {
    width: 45%
}

@media (max-width: 767px) {
    .ref-content-section .row .col {
        width: 100%
    }

    .ref-content-section .row .col:last-child {
        padding-left: 5%
    }
}

.ref-content-section .row .col:first-child p {
    max-width: 650px
}

.ref-content-section .row p {
    font-size: 18px;
    line-height: 120%;
    color: #76757b;
    margin-bottom: 25px
}

@media (min-width: 1700px) {
    .ref-content-section .row p {
        font-size: 20px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ref-content-section .row p {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .ref-content-section .row p {
        font-size: 14px
    }
}

.ref-content-section .row p.size-m {
    font-size: 28px
}

@media (min-width: 1700px) {
    .ref-content-section .row p.size-m {
        font-size: 30px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ref-content-section .row p.size-m {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .ref-content-section .row p.size-m {
        font-size: 19px
    }
}

.ref-content-section .ref-steps-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    margin: 0 auto 140px;
    max-width: 1300px
}

@media (max-width: 767px) {
    .ref-content-section .ref-steps-list {
        display: block;
        margin-bottom: 40px;
        border-bottom: 2px solid #ccc
    }
}

.ref-content-section .ref-steps-list .item {
    position: relative;
    width: 33%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px
}

@media (max-width: 767px) {
    .ref-content-section .ref-steps-list .item {
        width: 100%;
        flex-direction: row;
        padding: 0 0 50px;
        min-height: 190px;
        align-items: stretch
    }
}

.ref-content-section .ref-steps-list .item:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 40px;
    height: 1px;
    background: #000000;
    left: 0;
    right: 0
}

@media (max-width: 767px) {
    .ref-content-section .ref-steps-list .item:before {
        top: 100px;
        background: #666;
        bottom: 20px;
        width: 1px;
        left: 39px;
        right: auto;
        height: auto
    }
}

.ref-content-section .ref-steps-list .item:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    width: 150px;
    left: 50%;
    background: #ffffff;
    top: 0;
    height: 80px;
    margin-left: -75px
}

@media (max-width: 767px) {
    .ref-content-section .ref-steps-list .item:after {
        display: none
    }
}

@media (min-width: 768px) {
    .ref-content-section .ref-steps-list .item:first-child:before {
        left: 50%
    }
}

@media (min-width: 768px) {
    .ref-content-section .ref-steps-list .item:last-child:before {
        right: 50%
    }
}

@media (max-width: 767px) {
    .ref-content-section .ref-steps-list .item:last-child:before {
        display: none
    }
}

@media (max-width: 767px) {
    .ref-content-section .ref-steps-list .item:last-child {
        min-height: 0
    }

    .ref-content-section .ref-steps-list .item:last-child .item-desc {
        padding-top: 0
    }

    .ref-content-section .ref-steps-list .item:last-child .title {
        margin-bottom: 20px
    }
}

.ref-content-section .ref-steps-list .item .icon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: #FFE81D;
    width: 79px;
    height: 83px;
    margin-bottom: 30px;
    border-radius: 20px;
    position: relative;
    z-index: 3
}

@media (max-width: 767px) {
    .ref-content-section .ref-steps-list .item .icon {
        min-width: 79px
    }
}

.ref-content-section .ref-steps-list .title {
    display: block;
    font-size: 26px;
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    line-height: 110%;
    text-align: center;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .ref-content-section .ref-steps-list .title {
        font-size: 6vw;
        text-align: left;
        margin-bottom: 30px
    }
}

.ref-content-section .ref-steps-list .item-desc {
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch
}

@media (max-width: 767px) {
    .ref-content-section .ref-steps-list .item-desc {
        padding-left: 24px;
        padding-top: 10px
    }
}

.ref-content-section .ref-steps-list .subtitle {
    display: block;
    font-size: 14px;
    line-height: 120%;
    color: #9f9f9f;
    text-align: center
}

@media (max-width: 767px) {
    .ref-content-section .ref-steps-list .subtitle {
        text-align: left
    }
}

.ref-content-section .slider-heading-box {
    margin: 0 auto 55px;
    max-width: 900px;
    width: 80%;
    text-align: center
}

@media (max-width: 767px) {
    .ref-content-section .slider-heading-box {
        width: 100%;
        margin-bottom: 30px
    }
}

.ref-content-section .slider-heading-box p {
    font-size: 22px;
    line-height: 120%;
    margin: 0 auto;
    max-width: 770px;
    color: #76757b
}

.ref-content-section h3 {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 70px;
    margin-bottom: 30px;
    font-weight: 400
}

@media (min-width: 1700px) {
    .ref-content-section h3 {
        font-size: 76px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ref-content-section h3 {
        font-size: 60px
    }
}

@media (max-width: 767px) {
    .ref-content-section h3 {
        font-size: 9vw
    }
}

.ref-content-section .slider-wrap {
    margin-bottom: 110px;
    margin-right: -5vw;
    position: relative;
    padding-bottom: 55px
}

@media (max-width: 767px) {
    .ref-content-section .slider-wrap {
        margin-right: -6vw;
        margin-bottom: 70px;
        padding-bottom: 30px
    }
}

.ref-content-section .slider-wrap .swiper {
    border-radius: 50px 0 0 50px
}

@media (max-width: 767px) {
    .ref-content-section .slider-wrap .swiper {
        border-radius: 20px 0 0 20px
    }
}

.ref-content-section .slider-wrap .swiper-slide {
    position: relative;
    width: 90%;
    margin-right: 3%;
    max-width: 1400px
}

@media (max-width: 767px) {
    .ref-content-section .slider-wrap .swiper-slide {
        margin-right: 4%
    }
}

.ref-content-section .slider-wrap .swiper-slide img {
    border-radius: 50px
}

@media (max-width: 767px) {
    .ref-content-section .slider-wrap .swiper-slide img {
        border-radius: 20px
    }
}

.ref-content-section .slider-wrap .slide-text {
    position: absolute;
    bottom: 10%;
    left: 5%;
    z-index: 3;
    color: #fff
}

.ref-content-section .slider-wrap .name {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 60px;
    display: block;
    margin-bottom: 10px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ref-content-section .slider-wrap .name {
        font-size: 48px
    }
}

@media (max-width: 767px) {
    .ref-content-section .slider-wrap .name {
        font-size: 7vw
    }
}

.ref-content-section .slider-wrap p {
    font-size: 22px;
    line-height: 115%;
    color: #f0eef3
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ref-content-section .slider-wrap p {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .ref-content-section .slider-wrap p {
        font-size: 13px
    }
}

.ref-content-section .slider-wrap .swiper-button-prev, .ref-content-section .slider-wrap .swiper-button-next {
    width: 58px;
    height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background: #E8E5EE;
    border-radius: 20px;
    right: 3vw;
    margin-top: -50px;
    transition: all .3s ease
}

@media (max-width: 767px) {
    .ref-content-section .slider-wrap .swiper-button-prev, .ref-content-section .slider-wrap .swiper-button-next {
        display: none
    }
}

.ref-content-section .slider-wrap .swiper-button-prev:hover, .ref-content-section .slider-wrap .swiper-button-next:hover {
    background: #FFE81D
}

.ref-content-section .slider-wrap .swiper-button-prev:after, .ref-content-section .slider-wrap .swiper-button-next:after {
    display: none
}

.ref-content-section .slider-wrap .swiper-button-prev img, .ref-content-section .slider-wrap .swiper-button-next img {
    width: 10px
}

.ref-content-section .slider-wrap .swiper-button-prev {
    left: -25px;
    right: auto
}

.ref-content-section .slider-wrap .swiper-button-prev img {
    transform: rotate(-180deg)
}

.ref-content-section .slider-wrap .swiper-pagination {
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
}

@media (max-width: 767px) {
    .ref-content-section .slider-wrap .swiper-pagination {
        left: 0;
        width: 94%
    }
}

.ref-content-section .slider-wrap .swiper-pagination .swiper-pagination-bullet {
    width: 19px;
    height: 6px;
    background: none;
    position: relative;
    opacity: 1
}

.ref-content-section .slider-wrap .swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 50%;
    top: 0;
    height: 100%;
    background: #DCDCDC;
    border-radius: 3px;
    transition: all .3s ease;
    will-change: transform
}

.ref-content-section .slider-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    width: 100%;
    background: #000000
}

.ref-content-section .company-join-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch
}

.ref-content-section .company-join-row .left-col {
    min-width: 200px;
    width: 30%;
    border-right: 1px solid #000000;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch
}

@media (max-width: 767px) {
    .ref-content-section .company-join-row .left-col {
        min-width: 0;
        width: 40%
    }
}

.ref-content-section .company-join-row .left-col .label {
    display: block;
    font-size: 16px;
    color: #9fa0aa
}

@media (max-width: 767px) {
    .ref-content-section .company-join-row .left-col .label {
        margin-bottom: 20px
    }

    .ref-content-section .company-join-row .left-col .label br {
        display: none !important
    }
}

.ref-content-section .company-join-row .left-col .logo {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex: 1
}

.ref-content-section .company-join-row .right-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 5%
}

.ref-content-section .company-join-row .right-col .col-heading-box {
    margin-bottom: 50px
}

.ref-content-section .company-join-row .right-col .col-title {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 85px;
    max-width: 730px;
    display: block;
    margin-bottom: 15px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ref-content-section .company-join-row .right-col .col-title {
        font-size: 60px
    }
}

@media (max-width: 767px) {
    .ref-content-section .company-join-row .right-col .col-title {
        font-size: 8vw;
        margin-bottom: 15px
    }
}

.ref-content-section .company-join-row .right-col p {
    font-size: 22px;
    color: #747474
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ref-content-section .company-join-row .right-col p {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .ref-content-section .company-join-row .right-col p {
        font-size: 15px
    }
}

.ref-content-section .company-join-row ._g-yellow-arrowed-btn {
    min-width: 180px
}

.faq-content-section {
    position: relative;
    background: #ffffff;
    color: #000;
    border-radius: 26px 26px 0 0;
    margin-top: -26px;
    z-index: 3;
    padding: 90px 0
}

@media (max-width: 767px) {
    .faq-content-section {
        padding: 50px 0
    }
}

.faq-content-section .sect-heading-box {
    margin: 0 auto 60px;
    max-width: 1200px;
    width: 90%;
    text-align: center
}

@media (max-width: 767px) {
    .faq-content-section .sect-heading-box {
        width: 100%;
        margin-bottom: 50px
    }
}

.faq-content-section .sect-heading-box p {
    font-size: 60px;
    font-family: Madigantext, Arial, Helvetica, sans-serif
}

@media (min-width: 1700px) {
    .faq-content-section .sect-heading-box p {
        font-size: 65px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .faq-content-section .sect-heading-box p {
        font-size: 50px
    }
}

@media (max-width: 767px) {
    .faq-content-section .sect-heading-box p {
        font-size: 10vw;
        text-align: center;
        display: block
    }
}

.faq-content-section .faq-content-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch
}

@media (max-width: 767px) {
    .faq-content-section .faq-content-row {
        display: block
    }
}

.faq-content-section .faq-content-row .faq-sidebar {
    width: 360px
}

@media (max-width: 767px) {
    .faq-content-section .faq-content-row .faq-sidebar {
        width: 100%
    }
}

.faq-content-section .faq-content-row .mail-widget {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    padding: 30px;
    background: #FFE81D;
    margin-bottom: 28px
}

@media (max-width: 767px) {
    .faq-content-section .faq-content-row .mail-widget {
        margin-bottom: 25px;
        padding: 30px 25px
    }
}

.faq-content-section .faq-content-row .mail-widget .title {
    display: block;
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 28px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .faq-content-section .faq-content-row .mail-widget .title {
        font-size: 22px
    }
}

@media (max-width: 767px) {
    .faq-content-section .faq-content-row .mail-widget .title {
        font-size: 8vw;
        width: 90%;
        position: relative;
        z-index: 3
    }
}

@media (max-width: 767px) {
    .faq-content-section .faq-content-row .mail-widget picture {
        margin-top: -30px;
        display: block
    }
}

.faq-content-section .faq-content-row .mail-widget .mail-label {
    display: block;
    font-size: 18px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .faq-content-section .faq-content-row .mail-widget .mail-label {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .faq-content-section .faq-content-row .mail-widget .mail-label {
        font-size: 16px;
        margin-bottom: 5px
    }
}

.faq-content-section .faq-content-row .mail-widget .mail-name {
    display: block;
    font-size: 22px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .faq-content-section .faq-content-row .mail-widget .mail-name {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .faq-content-section .faq-content-row .mail-widget .mail-name {
        font-size: 21px
    }
}

.faq-content-section .faq-content-row .telegram-widget {
    position: relative;
    border-radius: 26px;
    overflow: hidden
}

.faq-content-section .faq-content-row .telegram-widget picture img {
    width: 100%
}

.faq-content-section .faq-content-row .telegram-widget .widget-content {
    position: absolute;
    top: 30px;
    right: 30px;
    left: 30px;
    bottom: 30px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start
}

@media (max-width: 767px) {
    .faq-content-section .faq-content-row .telegram-widget .widget-content {
        left: 25px;
        right: 25px;
        bottom: 0;
        padding-bottom: 20px;
        justify-content: space-between
    }
}

.faq-content-section .faq-content-row .telegram-widget .title {
    display: block;
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 28px;
    max-width: 250px;
    margin-bottom: 25px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .faq-content-section .faq-content-row .telegram-widget .title {
        font-size: 22px
    }
}

.faq-content-section .faq-content-row .telegram-widget .chat-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 25px 0 16px;
    background: #FFE81D;
    border-radius: 20px;
    color: #000;
    font-size: 18px;
    transition: all .3s ease
}

.faq-content-section .faq-content-row .telegram-widget .chat-btn:hover {
    background: #fff
}

@media (min-width: 992px) and (max-width: 1199px) {
    .faq-content-section .faq-content-row .telegram-widget .chat-btn {
        font-size: 16px
    }
}

.faq-content-section .faq-content-row .telegram-widget .chat-btn img {
    margin-right: 15px;
    width: 33px
}

.faq-content-section .lined-title {
    border-bottom: 1px solid #9FA0AA;
    padding-bottom: 20px;
    display: block;
    font-size: 22px;
    color: #76757b;
    margin-bottom: 40px
}

@media (min-width: 1700px) {
    .faq-content-section .lined-title {
        font-size: 24px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .faq-content-section .lined-title {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .faq-content-section .lined-title {
        font-size: 15px;
        padding-bottom: 10px;
        margin-bottom: 30px
    }
}

.faq-content-section .faq-main-col {
    flex: 1;
    padding-right: 3%
}

.faq-content-section h2 {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 50px;
    margin-bottom: 40px
}

@media (min-width: 1700px) {
    .faq-content-section h2 {
        font-size: 60px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .faq-content-section h2 {
        font-size: 40px
    }
}

@media (max-width: 767px) {
    .faq-content-section h2 {
        font-size: 9vw;
        margin-bottom: 30px
    }
}

.faq-content-section .accordion {
    margin-bottom: 40px
}

.faq-content-section .accordion-collapse {
    transition: height .3s ease;
    overflow: hidden;
    height: 0
}

.faq-content-section .accordion-body {
    padding: 30px 30px 20px 80px
}

@media (max-width: 767px) {
    .faq-content-section .accordion-body {
        padding-left: 0
    }
}

.faq-content-section .accordion-body p {
    font-size: 18px;
    color: #a1a1a1;
    font-weight: 400
}

@media (max-width: 767px) {
    .faq-content-section .accordion-body p {
        font-size: 14px
    }
}

.faq-content-section .accordion-item {
    margin-bottom: 17px
}

.faq-content-section .accordion-button {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #DBDADE;
    width: 100%;
    height: 70px;
    border-radius: 18px;
    font-size: 19px;
    font-weight: 700;
    transition: all .3s ease;
    text-align: left
}

@media (max-width: 767px) {
    .faq-content-section .accordion-button {
        font-size: 15px;
        height: 50px;
        border-radius: 13px;
        font-weight: 400
    }
}

.faq-content-section .accordion-button:hover {
    border-color: #aaa
}

.faq-content-section .accordion-button:hover i:before, .faq-content-section .accordion-button:hover i:after {
    background: #000
}

.faq-content-section .accordion-button i {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 80px;
    min-width: 80px;
    height: 35px;
    border-radius: 30px;
    position: relative;
    transition: all .3s ease
}

@media (max-width: 767px) {
    .faq-content-section .accordion-button i {
        width: 50px;
        min-width: 50px
    }
}

.faq-content-section .accordion-button i:before {
    content: "";
    display: block;
    clear: both;
    width: 33px;
    height: 3px;
    background: #FFE81D;
    border-radius: 3px;
    transition: all .3s ease
}

@media (max-width: 767px) {
    .faq-content-section .accordion-button i:before {
        width: 24px
    }
}

.faq-content-section .accordion-button i:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    left: 50%;
    width: 3px;
    margin-left: -2px;
    top: 50%;
    height: 33px;
    transform: translateY(-50%);
    background: #FFE81D;
    border-radius: 3px;
    transition: all .3s ease
}

@media (max-width: 767px) {
    .faq-content-section .accordion-button i:after {
        height: 24px
    }
}

.faq-content-section .accordion-button.active i:after {
    height: 0
}

.inner-white-sect-wrapper {
    background: #ffffff;
    padding: 180px 0 70px;
    color: #000
}

@media (max-width: 767px) {
    .inner-white-sect-wrapper {
        padding: 130px 0 50px
    }
}

.contact-section {
    position: relative;
    background: #FFFFFF
}

.contact-section h1 {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 8vw;
    font-weight: 400;
    margin-bottom: 10px
}

@media (min-width: 1700px) {
    .contact-section h1 {
        font-size: 150px
    }
}

@media (max-width: 767px) {
    .contact-section h1 {
        font-size: 14vw
    }
}

.contact-section .sect-heading {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 70px
}

@media (max-width: 767px) {
    .contact-section .sect-heading {
        background: #000;
        margin: -40px -6vw 0;
        color: #fff;
        padding: 0 6vw 60px
    }
}

.contact-section .subtitle {
    display: block;
    font-size: 20px;
    color: #9f9f9f;
    font-family: Madigantext, Arial, Helvetica, sans-serif
}

@media (min-width: 1700px) {
    .contact-section .subtitle {
        font-size: 21px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .contact-section .subtitle {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .contact-section .subtitle {
        font-size: 17px
    }
}

.contact-section .contact-main-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch
}

@media (max-width: 767px) {
    .contact-section .contact-main-row {
        display: block;
        background: #fff;
        padding: 35px 6vw 0;
        border-radius: 25px;
        position: relative;
        z-index: 3;
        margin: -25px -6vw 0
    }
}

.contact-section .contact-main-row .form-column {
    flex: 1;
    padding-right: 4%
}

@media (max-width: 767px) {
    .contact-section .contact-main-row .form-column {
        padding: 0 0 20px
    }
}

.contact-section .contact-main-row .contact-sidebar-col {
    width: 40%;
    max-width: 750px
}

@media (max-width: 767px) {
    .contact-section .contact-main-row .contact-sidebar-col {
        width: 100%
    }
}

.contact-section .adr-widget {
    background: #F6F5F8;
    border-radius: 23px;
    padding: 40px 25px;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .contact-section .adr-widget {
        padding: 20px;
        margin: 0 -3vw 20px
    }
}

.contact-section .adr-widget .contact-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 35px
}

@media (max-width: 767px) {
    .contact-section .adr-widget .contact-row {
        display: block
    }
}

.contact-section .adr-widget .left-col {
    border-right: 1px solid #C5C4C6;
    padding-right: 30px;
    width: 40%;
    padding-left: 10px
}

@media (max-width: 767px) {
    .contact-section .adr-widget .left-col {
        width: 70%;
        border: none;
        margin-bottom: 25px;
        padding-left: 0
    }
}

.contact-section .adr-widget .left-col span {
    display: block;
    font-size: 18px;
    line-height: 110%;
    color: #76757b
}

@media (min-width: 992px) and (max-width: 1199px) {
    .contact-section .adr-widget .left-col span {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .contact-section .adr-widget .left-col span {
        font-size: 16px
    }
}

.contact-section .adr-widget .right-col {
    width: 55%
}

@media (max-width: 767px) {
    .contact-section .adr-widget .right-col {
        width: 100%
    }
}

.contact-section .adr-widget .adr {
    display: block;
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 24px;
    margin-bottom: 10px
}

@media (min-width: 1700px) {
    .contact-section .adr-widget .adr {
        font-size: 26px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .contact-section .adr-widget .adr {
        font-size: 22px
    }
}

@media (max-width: 767px) {
    .contact-section .adr-widget .adr {
        font-size: 20px;
        padding-right: 10%;
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    .contact-section .adr-widget .map-pic {
        border-radius: 20px;
        overflow: hidden
    }
}

.contact-section .adr-widget .worktime {
    display: block;
    font-size: 15px;
    color: #76757b
}

@media (max-width: 767px) {
    .contact-section .adr-widget a {
        color: #000;
        font-size: 14px
    }
}

.contact-section .adr-widget hr {
    border-color: #c5c4c6
}

@media (max-width: 767px) {
    .contact-section .adr-widget hr {
        margin-bottom: 15px
    }
}

.contact-section .faq-widget {
    position: relative;
    overflow: hidden;
    border-radius: 25px
}

@media (max-width: 767px) {
    .contact-section .faq-widget {
        margin: 0 -3vw;
        border-radius: 20px
    }
}

.contact-section .faq-widget .widget-content {
    position: relative;
    z-index: 3;
    padding: 45px 25px 40px 35px;
    width: 60%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch
}

@media (max-width: 767px) {
    .contact-section .faq-widget .widget-content {
        width: 80%;
        padding: 20px 5%
    }
}

.contact-section .faq-widget .widget-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.contact-section .faq-widget .widget-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.contact-section .faq-widget .widget-title {
    display: block;
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 60px;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .contact-section .faq-widget .widget-title {
        font-size: 14vw;
        margin-bottom: 10px
    }
}

.contact-section .faq-widget .widget-text {
    display: block;
    font-size: 18px;
    color: #76757b;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .contact-section .faq-widget .widget-text {
        font-size: 14px
    }
}

.contact-section .faq-widget .arrowed-link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    color: #000;
    font-size: 22px;
    font-weight: 700
}

@media (min-width: 992px) and (max-width: 1199px) {
    .contact-section .faq-widget .arrowed-link {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .contact-section .faq-widget .arrowed-link {
        font-size: 18px
    }
}

.contact-section .faq-widget .arrowed-link:hover {
    color: #666
}

.contact-section .faq-widget .arrowed-link:hover i {
    background: #fff
}

.contact-section .faq-widget .arrowed-link i {
    background: #FFE81D;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    width: 77px;
    height: 70px;
    min-width: 77px;
    margin-right: 20px
}

@media (max-width: 767px) {
    .contact-section .faq-widget .arrowed-link i {
        min-width: 45px;
        width: 45px;
        height: 42px;
        border-radius: 10px;
        margin-right: 15px
    }
}

.contact-section .faq-widget .arrowed-link i img {
    filter: invert(1);
    width: 20px
}

@media (max-width: 767px) {
    .contact-section .faq-widget .arrowed-link i img {
        width: 15px
    }
}

.feedback-form .form-name {
    display: block;
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 60px;
    margin-bottom: 45px
}

@media (min-width: 1700px) {
    .feedback-form .form-name {
        font-size: 70px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .feedback-form .form-name {
        font-size: 54px
    }
}

@media (max-width: 767px) {
    .feedback-form .form-name {
        font-size: 12vw;
        text-align: center;
        margin-bottom: 30px
    }
}

.feedback-form .form-group {
    margin-bottom: 25px
}

.feedback-form .label {
    display: block;
    font-size: 19px;
    color: #666;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .feedback-form .label {
        color: #9fa0aa;
        font-size: 15px
    }
}

.feedback-form input.form-control {
    border-radius: 16px;
    height: 58px;
    padding-left: 25px;
    font-size: 19px;
    color: #000
}

@media (max-width: 767px) {
    .feedback-form input.form-control {
        height: 50px;
        font-size: 17px
    }
}

.feedback-form input.form-control:focus {
    border-color: #aaa
}

.feedback-form textarea.form-control {
    border-radius: 16px;
    border: 1px solid #DBDADE;
    box-shadow: none;
    padding: 20px 25px;
    color: #000;
    font-size: 19px
}

@media (max-width: 767px) {
    .feedback-form textarea.form-control {
        font-size: 17px;
        padding: 15px 25px
    }
}

.feedback-form .button-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center
}

@media (max-width: 767px) {
    .feedback-form .button-wrapper ._g-yellow-arrowed-btn {
        width: 100%
    }
}

.feedback-form .custom-select-container {
    height: 100%
}

.feedback-form .custom-select-container.is-open .custom-select-panel {
    opacity: 1
}

.feedback-form .custom-select-container.is-open .custom-select-opener {
    border-radius: 16px 16px 0 0
}

.feedback-form .select-label {
    position: absolute;
    left: 25px;
    top: 25px;
    font-size: 16px;
    color: #bababa
}

.feedback-form .custom-select-opener {
    border-radius: 16px;
    background: none;
    border: 1px solid #DBDADE;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    padding-left: 25px;
    height: 58px;
    font-size: 19px;
    color: #000;
    transition: all .3s ease
}

@media (max-width: 767px) {
    .feedback-form .custom-select-opener {
        height: 50px;
        font-size: 17px
    }
}

.feedback-form .custom-select-opener:hover {
    border-color: #999
}

.feedback-form .custom-select-opener:after {
    content: "";
    display: block;
    clear: both;
    display: inline-block;
    border: solid #000;
    border-width: 0 2px 2px 0;
    padding: 4px;
    transform: rotate(45deg);
    position: absolute;
    right: 35px;
    vertical-align: top;
    margin-top: -8px;
    top: 50%
}

@media (max-width: 767px) {
    .feedback-form .custom-select-opener:after {
        right: 30px
    }
}

.feedback-form .custom-select-panel {
    background: #F6F5F8;
    opacity: 0;
    transition: opacity .3s ease;
    border-radius: 0 0 16px 16px
}

.feedback-form .custom-select-option {
    padding-left: 25px;
    font-size: 19px;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px
}

.feedback-form .custom-select-option:before {
    display: none
}

.feedback-form .custom-select-option.has-focus {
    background: #FFE81D
}

.feedback-form .custom-select-option.is-selected {
    background: #ddd;
    cursor: default;
    font-weight: 700;
    color: #666
}

.news-list .news-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    border-bottom: 1px solid #B8B8B8;
    padding-bottom: 35px;
    margin-bottom: 35px
}

@media (max-width: 767px) {
    .news-list .news-item {
        flex-direction: column
    }
}

.news-list .news-thumb {
    position: relative;
    width: 35%;
    overflow: hidden;
    border-radius: 25px;
    min-width: 400px
}

@media (max-width: 767px) {
    .news-list .news-thumb {
        width: 100%;
        min-width: 0;
        border-radius: 17px;
        margin-bottom: 20px
    }
}

.news-list .news-thumb picture {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.news-list .news-thumb picture img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.news-list .news-thumb:after {
    content: "";
    display: block;
    clear: both;
    padding-top: 51%
}

@media (max-width: 767px) {
    .news-list .news-thumb:after {
        padding-top: 60%
    }
}

.news-list .news-desc {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    flex: 1;
    padding: 5px 0 5px 5%
}

@media (max-width: 767px) {
    .news-list .news-desc {
        padding: 0
    }
}

.news-list .link-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .news-list .link-row {
        display: block;
        margin-bottom: 15px
    }
}

.news-list .link-row a {
    color: #000;
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 48px
}

@media (min-width: 1700px) {
    .news-list .link-row a {
        font-size: 54px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .news-list .link-row a {
        font-size: 36px
    }
}

@media (max-width: 767px) {
    .news-list .link-row a {
        font-size: 8vw;
        display: block
    }
}

.news-list .link-row a:hover {
    color: #555
}

.news-list .arrow-btn {
    width: 68px;
    min-width: 68px;
    height: 50px;
    margin-left: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: #FFE81D;
    border-radius: 15px;
    margin-top: 10px
}

@media (max-width: 767px) {
    .news-list .arrow-btn {
        display: none
    }
}

.news-list .arrow-btn img {
    filter: invert(1)
}

.news-list p {
    font-size: 16px;
    color: #c2c2c2
}

@media (max-width: 767px) {
    .news-list p {
        font-size: 15px
    }
}

.news-list .date {
    display: block;
    font-size: 19px
}

@media (min-width: 1700px) {
    .news-list .date {
        font-size: 20px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .news-list .date {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .news-list .date {
        font-size: 13px
    }
}

.traders-main-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: -40px
}

@media (max-width: 767px) {
    .traders-main-list {
        display: block;
        margin-left: 0
    }
}

.traders-main-list .item {
    width: 33.333%;
    padding-left: 40px;
    padding-bottom: 40px
}

@media (max-width: 767px) {
    .traders-main-list .item {
        width: 100%;
        padding-left: 0;
        padding-bottom: 20px
    }
}

.traders-main-list .readmore {
    display: inline-block;
    margin-left: 5px;
    transition: all .3s ease;
    color: #666;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px
}

.traders-main-list .readmore:hover {
    color: #000;
    text-decoration: none
}

@media (max-width: 767px) {
    .traders-main-list .readmore {
        font-size: 12px
    }
}

.traders-main-list .item-holder {
    background: #F7F7F7;
    border-radius: 25px;
    padding: 25px 5%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    position: relative;
    border: 1px solid transparent;
    transition: all .3s ease
}

@media (max-width: 767px) {
    .traders-main-list .item-holder {
        padding: 20px 5%;
        border-radius: 20px
    }
}

.traders-main-list .item-holder:hover {
    border-color: #ccc
}

.traders-main-list .item-holder:hover .arrow {
    background: #fff;
    border-color: #ffe81d
}

.traders-main-list .item-holder:hover .readmore {
    text-decoration: none;
    color: #000
}

.traders-main-list .item-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: auto
}

@media (min-width: 992px) and (max-width: 1199px) {
    .traders-main-list .item-heading {
        display: block
    }
}

.traders-main-list .ava {
    position: relative;
    width: 35%;
    overflow: hidden;
    border-radius: 20px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .traders-main-list .ava {
        width: 60%;
        margin-left: 15px;
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    .traders-main-list .ava {
        border-radius: 12px
    }
}

.traders-main-list .ava:after {
    content: "";
    display: block;
    clear: both;
    padding-top: 89%
}

.traders-main-list .ava picture {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.traders-main-list .ava picture img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.traders-main-list .heading-desc {
    flex: 1;
    padding-left: 6%;
    padding-right: 60px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .traders-main-list .heading-desc {
        padding-right: 10px
    }
}

@media (max-width: 767px) {
    .traders-main-list .heading-desc {
        padding-right: 0
    }
}

.traders-main-list .arrow {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: #FFE81D;
    width: 58px;
    height: 45px;
    padding-right: 3px;
    border-radius: 15px;
    right: 20px;
    top: 25px;
    border: 2px solid transparent;
    transition: all .3s ease
}

@media (max-width: 767px) {
    .traders-main-list .arrow {
        width: 40px;
        height: 35px;
        border-radius: 10px
    }
}

.traders-main-list .arrow:after {
    content: "";
    display: block;
    clear: both;
    display: inline-block;
    border: solid #000;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(-45deg)
}

.traders-main-list .name {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px
}

@media (min-width: 1700px) {
    .traders-main-list .name {
        font-size: 22px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .traders-main-list .name {
        font-size: 19px
    }
}

@media (max-width: 767px) {
    .traders-main-list .name {
        font-size: 16px;
        padding-right: 60px
    }
}

.traders-main-list .text {
    display: block;
    font-size: 16px;
    color: #9fa0aa;
    line-height: 120%
}

@media (min-width: 1700px) {
    .traders-main-list .text {
        font-size: 19px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .traders-main-list .text {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .traders-main-list .text {
        font-size: 12px
    }
}

.traders-main-list .bottom-descbox {
    padding-top: 20px
}

.traders-main-list p {
    font-size: 16px;
    padding-left: 15px
}

@media (min-width: 1700px) {
    .traders-main-list p {
        font-size: 19px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .traders-main-list p {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .traders-main-list p {
        font-size: 14px;
        padding-left: 0
    }
}

.traders-main-list .badges {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start
}

.traders-main-list .badges span {
    display: block;
    white-space: nowrap;
    background: #E8E8E8;
    color: #9fa0aa;
    font-size: 12px;
    border-radius: 8px;
    margin-right: 13px;
    padding: 5px 12px 6px
}

@media (min-width: 1700px) {
    .traders-main-list .badges span {
        font-size: 13px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .traders-main-list .badges span {
        font-size: 10px
    }
}

.traders-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 100
}

.traders-modal .global-close-btn {
    border: 1px solid #eee;
    width: 51px;
    top: 41px;
    height: 37px;
    border-radius: 14px
}

@media (max-width: 767px) {
    .traders-modal .global-close-btn {
        top: 20px;
        right: 20px;
        background: #fff;
        z-index: 13
    }
}

.traders-modal .global-close-btn:hover {
    background: #FFE81D;
    border-color: #ffe81d
}

.traders-modal .global-close-btn:hover:before, .traders-modal .global-close-btn:hover:after {
    background: #000
}

.traders-modal .global-close-btn:before, .traders-modal .global-close-btn:after {
    width: 30%;
    left: 50%;
    margin-left: -15%;
    top: 50%;
    margin-top: -3%
}

.traders-modal .pop-block-holder {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

@media (max-width: 767px) {
    .traders-modal .pop-block-holder {
        display: block;
    }
}

.traders-modal .pop-block-content {
    background: #FFFFFF;
    position: relative;
    border-radius: 30px;
    width: 80%;
    max-width: 700px;
    color: #000;
    padding: 40px 4%;
    z-index: 4
}

@media (max-width: 767px) {
    .traders-modal .pop-block-content {
        width: 100%;
        padding: 20px 5%;
        height: 100vh;
        border-radius: 0
    }
}

.traders-modal .calc-content {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 900px
}

@media (max-width: 767px) {
    .traders-modal .calc-content {
        padding: 10px 5vw
    }
}

@media (max-width: 767px) {
    .traders-modal .calculation-form .currency-selector {
        height: 60px
    }

    .traders-modal .calculation-form .result-col {
        padding: 5px 0
    }

    .traders-modal .calculation-form .calc-main {
        margin-bottom: 20px
    }
}

.traders-modal .calculation-form .form-main-row {
    display: block;
    margin-bottom: 0
}

.traders-modal .calculation-form .left-cols {
    flex-direction: column
}

@media (max-width: 767px) {
    .traders-modal .calculation-form .left-cols {
        margin-bottom: 0
    }
}

.traders-modal .calculation-form .plan-select-col {
    order: -1;
    padding-left: 0;
    width: 100%;
    margin-bottom: 20px
}

.traders-modal .calculation-form .form-result-row {
    padding: 40px 0
}

@media (max-width: 767px) {
    .traders-modal .calculation-form .form-result-row {
        padding: 0 0 3vh
    }
}

.traders-modal .calculation-form .form-result-row .main-result-col {
    padding-left: 0
}

.traders-modal .calculation-form .form-result-row .profit-value {
    font-size: 3vw
}

@media (max-width: 767px) {
    .traders-modal .calculation-form .form-result-row .profit-value {
        font-size: 10vw
    }
}

.traders-modal .calculation-form .form-result-row .profit-label {
    padding-left: 2vw
}

.traders-modal .calculation-form .submit-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch
}

@media (max-width: 767px) {
    .traders-modal .calculation-form .submit-row {
        flex-direction: column
    }
}

.traders-modal .calculation-form .submit-row .col {
    width: 48%
}

@media (max-width: 767px) {
    .traders-modal .calculation-form .submit-row .col {
        width: 100%;
        margin-bottom: 10px
    }

    .traders-modal .calculation-form .submit-row .col:last-child {
        margin-bottom: 0
    }
}

.traders-modal .calculation-form .submit-row a, .traders-modal .calculation-form .submit-row button {
    height: 85px;
    width: 100%
}

@media (max-width: 767px) {
    .traders-modal .calculation-form .submit-row a, .traders-modal .calculation-form .submit-row button {
        height: 60px;
        font-size: 5vw
    }
}

.traders-modal .calculation-form .submit-row ._g-gray-border-btn {
    color: #666;
    font-size: 22px;
    border-color: #dcdcdc
}

@media (max-width: 767px) {
    .traders-modal .calculation-form .submit-row ._g-gray-border-btn {
        font-size: 5vw
    }
}

.traders-modal .calculation-form .submit-row ._g-gray-border-btn:hover {
    border-color: #000;
    color: #000
}

.traders-modal .desc-scroll-wrapper {
    max-height: 40vh
}

@media (max-width: 767px) {
    .traders-modal .desc-scroll-wrapper {
        max-height: 66vh
    }
}

.traders-modal .item-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-right: 10%;
    margin-bottom: 40px;
    max-width: 500px
}

@media (max-width: 767px) {
    .traders-modal .item-heading {
        margin-bottom: 20px
    }
}

.traders-modal .scroll-content {
    padding-right: 40px
}

@media (max-width: 767px) {
    .traders-modal .scroll-content {
        padding-right: 20px
    }
}

.traders-modal .scrollbar-thumb-y {
    background: #D9D9D9;
    transition: background .3s ease
}

.traders-modal .scrollbar-thumb-y:active, .traders-modal .scrollbar-thumb-y:hover {
    background: #666
}

.traders-modal .scrollbar-track {
    opacity: 1;
    width: 9px;
    background: none;
    border-radius: 5px
}

.traders-modal .ava {
    position: relative;
    width: 40%;
    overflow: hidden;
    border-radius: 25px;
    background: #ccc
}

@media (max-width: 767px) {
    .traders-modal .ava {
        border-radius: 15px;
        width: 35%
    }
}

.traders-modal .ava:after {
    content: "";
    display: block;
    clear: both;
    padding-top: 89%
}

.traders-modal .ava picture {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.traders-modal .ava picture img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.traders-modal .heading-desc {
    flex: 1;
    padding-left: 8%
}

.traders-modal .name {
    display: block;
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .traders-modal .name {
        font-size: 24px
    }
}

@media (max-width: 767px) {
    .traders-modal .name {
        font-size: 20px
    }
}

.traders-modal .trader-content p {
    margin: 0 0 40px;
    padding-left: 30px;
    font-size: 17px;
    line-height: 120%;
    color: #76757b
}

@media (min-width: 992px) and (max-width: 1199px) {
    .traders-modal .trader-content p {
        font-size: 15px
    }
}

@media (max-width: 767px) {
    .traders-modal .trader-content p {
        padding-left: 0;
        margin-bottom: 20px;
        font-size: 14px
    }
}

.traders-modal .trader-content ul {
    padding-left: 30px
}

@media (max-width: 767px) {
    .traders-modal .trader-content ul {
        padding-left: 0
    }
}

.traders-modal .trader-content ul li {
    position: relative;
    padding-left: 35px;
    font-size: 17px;
    color: #76757b
}

@media (max-width: 767px) {
    .traders-modal .trader-content ul li {
        margin-bottom: 10px;
        font-size: 14px;
        padding-left: 25px
    }
}

.traders-modal .trader-content ul li:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    left: 0;
    height: 3px;
    border-radius: 2px;
    background: #FFE81D;
    width: 19px;
    top: 4px
}

@media (max-width: 767px) {
    .traders-modal .trader-content ul li:before {
        width: 14px;
        height: 2px
    }
}

.traders-modal .lined-title {
    border-bottom: 1px solid #E6E6E6;
    display: block;
    font-size: 20px;
    color: #76757b;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-weight: 700
}

@media (max-width: 767px) {
    .traders-modal .lined-title {
        margin-bottom: 20px
    }
}

.traders-modal .badges-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .traders-modal .badges-list {
        margin-bottom: 15px
    }
}

.traders-modal .badges-list span {
    display: block;
    white-space: nowrap;
    background: #ECECEC;
    color: #9fa0aa;
    font-size: 16px;
    border-radius: 10px;
    margin-right: 13px;
    padding: 9px 12px 10px
}

@media (min-width: 1700px) {
    .traders-modal .badges-list span {
        font-size: 13px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .traders-modal .badges-list span {
        font-size: 10px
    }
}

@media (max-width: 767px) {
    .traders-modal .badges-list span {
        font-size: 12px;
        margin-right: 5px
    }
}

.traders-modal .text {
    display: block;
    font-size: 24px;
    line-height: 120%;
    color: #9fa0aa
}

@media (max-width: 767px) {
    .traders-modal .text {
        font-size: 14px
    }
}

.traders-modal .main-desc {
    margin-bottom: 40px;
    padding: 0 30px
}

@media (max-width: 767px) {
    .traders-modal .main-desc {
        padding: 0;
        margin-bottom: 20px
    }
}

.traders-modal .main-desc p {
    font-size: 23px;
    color: #000;
    line-height: 120%
}

@media (min-width: 992px) and (max-width: 1199px) {
    .traders-modal .main-desc p {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .traders-modal .main-desc p {
        font-size: 16px
    }
}

.login-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 100
}

.login-modal .global-close-btn {
    border: 1px solid #eee;
    width: 51px;
    top: 30px;
    height: 37px;
    border-radius: 14px
}

@media (max-width: 767px) {
    .login-modal .global-close-btn {
        top: 10px;
        right: 10px
    }
}

.login-modal .global-close-btn:hover {
    background: #FFE81D;
    border-color: #ffe81d
}

.login-modal .global-close-btn:hover:before, .login-modal .global-close-btn:hover:after {
    background: #000
}

.login-modal .global-close-btn:before, .login-modal .global-close-btn:after {
    width: 30%;
    left: 50%;
    margin-left: -15%;
    top: 50%;
    margin-top: -3%
}

.login-modal .pop-block-holder {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

@media (max-width: 767px) {
    .login-modal .pop-block-holder {
        max-height: 100vh;
        overflow-y: scroll;
        display: block
    }
}

.login-modal .pop-block-content {
    background: #FFFFFF;
    position: relative;
    border-radius: 30px;
    width: 70%;
    max-width: 750px;
    color: #000;
    padding: 40px 50px;
    z-index: 4
}

@media (max-width: 767px) {
    .login-modal .pop-block-content {
        width: 100%;
        padding: 30px 5%;
        border-radius: 0
    }
}

.login-modal .modal-heading {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 5vh
}

@media (max-width: 767px) {
    .login-modal .modal-heading {
        margin-bottom: 20px
    }
}

.login-modal .modal-name {
    font-family: Madigantext, Arial, Helvetica, sans-serif;
    font-size: 76px;
    display: block;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .login-modal .modal-name {
        font-size: 12vw
    }
}

.login-modal .modal-subtitle {
    display: block;
    font-size: 16px;
    color: #aaa
}

.login-modal .modal-bottom-box {
    margin-top: 4vh;
    border-top: 1px solid #DCDCDC;
    padding-top: 4vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
}

.login-modal .bottom-link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    color: #000
}

.login-modal .bottom-link:hover i img {
    transform: scale(1.2)
}

.login-modal .bottom-link:hover span {
    text-decoration: none
}

.login-modal .bottom-link i {
    width: 73px;
    height: 53px;
    background: #FFE81D;
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
}

.login-modal .bottom-link i img {
    width: 23px;
    transition: all .3s ease
}

.login-modal .bottom-link span {
    display: block;
    margin-right: 30px;
    text-decoration: underline
}

.login-form .form-group {
    margin-bottom: 25px;
    position: relative
}

@media (max-width: 767px) {
    .login-form .form-group {
        margin-bottom: 15px
    }
}

.login-form .form-group.has-danger .input-wrap {
    border-color: red
}

.login-form .form-group.has-danger .pristine-error {
    opacity: 1
}

.login-form .pristine-error {
    position: absolute;
    background: #B7B4BD;
    right: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 30px;
    border-radius: 10px;
    bottom: 100%;
    margin-bottom: -12px;
    padding: 0 15px;
    color: #fff;
    font-size: 14px
}

.login-form .pristine-checkbox .pristine-error {
    left: -6px;
    right: inherit;
    top: -32px;
}

.login-form .pristine-checkbox .pristine-error:before {
    left: 10%;
    right: inherit;
}

@media (min-width: 1700px) {
    .login-form .pristine-error {
        font-size: 15px
    }
}

.login-form .pristine-error:before {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    right: 10%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #B7B4BD
}

.login-form .input-wrap {
    position: relative;
    background: #F5F5F5;
    transition: all .3s ease;
    height: 70px;
    border-radius: 19px;
    overflow: hidden;
    border: 1px solid transparent
}

@media (max-width: 767px) {
    .login-form .input-wrap {
        height: 50px;
        border-radius: 12px
    }
}

.login-form .input-wrap:hover {
    border-color: #ccc
}

.login-form .input-wrap.error-wrap {
    border-color: #f29ba0
}

.login-form .input-wrap.input-disabled {
    opacity: .5;
    border-color: transparent
}

.login-form .input-wrap .input-icon {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width: 767px) {
    .login-form .input-wrap .input-icon {
        left: 14px;
        top: 45%
    }
}

.login-form .input-wrap label.error {
    position: absolute;
    top: 100%;
    left: 12px;
    margin-top: -6px;
    padding: 2px 20px 3px;
    font-weight: 400;
    background-color: #ec1939;
    border-radius: 10px;
    color: #fff;
    font-size: 12px
}

.login-form .input-wrap label.valid {
    opacity: 0
}

.login-form .input-wrap input.form-control {
    background: none;
    border: none;
    opacity: 0;
    height: 100%;
    font-size: 22px;
    padding-top: 20px;
    transition: all .3s ease;
    padding-left: 60px;
    color: #000;
    border-radius: 19px;
    font-family: NeueJune, Arial, Helvetica, sans-serif;
    box-shadow: none
}

@media (max-width: 767px) {
    .login-form .input-wrap input.form-control {
        font-size: 17px;
        height: 50px;
        padding-left: 40px
    }
}

.login-form .input-wrap input.form-control::-webkit-input-placeholder {
    color: #4f4859
}

.login-form .input-wrap input.form-control:-moz-placeholder {
    color: #4f4859
}

.login-form .input-wrap input.form-control::-moz-placeholder {
    color: #4f4859
}

.login-form .input-wrap input.form-control:-ms-input-placeholder {
    color: #4f4859
}

.login-form .input-wrap .title-label {
    position: absolute;
    display: block;
    z-index: 3;
    left: 60px;
    color: #8d8d8d;
    top: 50%;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    margin-top: -10px;
    transition: all .1s ease;
    pointer-events: none;
    will-change: transform
}

@media (max-width: 767px) {
    .login-form .input-wrap .title-label {
        font-size: 24px
    }
}

@media (max-width: 767px) {
    .login-form .input-wrap .title-label {
        font-size: 16px;
        left: 40px
    }
}

.login-form .input-wrap .show-password-btn {
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    right: 15px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    opacity: .3
}

.login-form .input-wrap .show-password-btn.actived, .login-form .input-wrap .show-password-btn:hover {
    opacity: 1
}

.login-form .input-wrap.input_not_empty {
    border-color: #eee
}

.login-form .input-wrap.input_not_empty .title-label {
    margin-top: -25px;
    font-size: 14px
}

@media (max-width: 767px) {
    .login-form .input-wrap.input_not_empty .title-label {
        margin-top: -20px
    }
}

.login-form .input-wrap.input_not_empty input {
    opacity: 1
}

.login-form .input-wrap.input_focused {
    border-color: #ccc;
    background: #fff
}

.login-form .input-wrap.input_focused:before {
    width: 100%
}

.login-form .input-wrap.input_focused input {
    opacity: 1
}

.login-form .input-wrap.input_focused .title-label {
    margin-top: -25px;
    font-size: 14px
}

@media (max-width: 767px) {
    .login-form .input-wrap.input_focused .title-label {
        margin-top: -20px
    }
}

.login-form .checks-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center
}

.login-form ._g-custom-checkbox .checkbox-holder {
    padding-top: 5px;
    font-size: 15px;
    display: block
}

@media (max-width: 767px) {
    .login-form ._g-custom-checkbox .checkbox-holder {
        padding-top: 2px;
        font-size: 13px
    }
}

.login-form ._g-custom-checkbox .checkbox-holder a {
    text-decoration: underline
}

.login-form ._g-custom-checkbox .checkbox-holder a:hover {
    color: #000
}

.login-form ._g-custom-checkbox .ch-btn {
    background: #F5F5F5;
    border-color: #eee
}

.login-form ._g-custom-checkbox:hover .checkbox-holder {
    color: #7a7d93
}

.login-form ._g-custom-checkbox:hover .ch-btn {
    border-color: #ccc
}

.login-form .forgot-link {
    color: #ccc;
    text-decoration: underline;
    font-size: 14px
}

.login-form .forgot-link:hover {
    color: #000
}

.login-form .button-wrap {
    padding-top: 3vh
}

@media (max-width: 767px) {
    .login-form .button-wrap, .login-form .button-wrap a, .login-form .button-wrap button {
        width: 100%
    }
}

.login-form .button-wrap .halfed {
    width: 48%
}

@media (max-width: 767px) {
    .login-form .button-wrap .halfed {
        width: 100%
    }
}

.login-form .form-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch
}

@media (max-width: 767px) {
    .login-form .form-row {
        display: block
    }
}

.login-form .form-row .col {
    width: 48%
}

@media (max-width: 767px) {
    .login-form .form-row .col {
        width: 100%;
        margin-bottom: 20px
    }

    .login-form .form-row .col:last-child {
        margin-bottom: 0
    }
}

.loaded-page .index-top-section ._g-loader {
    opacity: 0
}
.form-errors {
    color: #c40000;
    margin-bottom: 15px;
}

header .user-info-col {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    margin-right: 20px;
}

@media (max-width: 767px) {
    header .user-info-col {
        height: 43px;
        padding: 5px;
        border-radius: 13px;
        margin-right: 0;
    }
}

header .user-info-col .profile-link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    padding: 7px 45px 7px 8px;
    border: 1px solid #EAE9EB;
    height: 48px;
    border-radius: 15px;
    font-size: 15px
}

@media (max-width: 767px) {
    header .user-info-col .profile-link {
        height: 40px;
        border-radius: 10px;
        padding: 3px 5px
    }
}

header .user-info-col .profile-link:hover {
    border-color: #ccc
}

header .user-info-col .ava {
    border-radius: 11px;
    position: relative;
    margin-right: 5px;
    width: 36px;
    overflow: hidden;
    height: 100%
}

@media (max-width: 767px) {
    header .user-info-col .ava {
        margin-right: 0;
        height: 100%
    }
}

header .user-info-col .ava:after {
    content: "";
    display: block;
    clear: both;
    padding-top: 100%
}

@media (max-width: 767px) {
    header .user-info-col .ava:after {
        padding-top: 93%
    }
}

header .user-info-col .ava img {
    position: absolute;
    display: block;
    left: 10%;
    top: 10%;
    width: 80%;
    height: 80%;
    object-fit: cover;
    border-radius: 5px
}

header .user-info-col span {
    max-width: 130px;
    max-height: 30px;
    overflow: hidden;
    display: block
}

@media (max-width: 767px) {
    header .user-info-col span {
        display: none
    }
}

header .user-info-col .logout-link {
    width: 45px;
    padding-right: 10px;
    min-width: 45px;
    margin-left: 12px;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0px;
    z-index: 2
}

@media (max-width: 767px) {
    header .user-info-col .logout-link {
        display: none
    }
}

header .user-info-col .logout-link img {
    transition: all .2s ease
}

header .user-info-col .logout-link:hover img {
    filter: invert(.8)
}

form.calculation-form .form-control {
    background: #F5F4F7;
    height: 100%;
    border-radius: 2px;
    padding: 5px 20px 0 0;
    box-shadow: none;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    font-family: NeueJune, Arial, Helvetica, sans-serif;
    border-color: transparent;
    outline: none;
}
