@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


@charset "utf-8";
:root {
    --swiper-theme-color: #007aff
}
.arabic .footer__description{
    direction: rtl !important;
    text-align: right !important;
}
.arabic .footer__info{
    direction: rtl !important;
    text-align: right !important;
}
.arabic .footer_address_item{
    margin-right: 10px !important;
}
.arabic .footer__privacy .footer_address_item {
    text-align: center;
}
.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: translate3d(0px, 0, 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-container-pointer-events {
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x
}

.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-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .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-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    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-next, .swiper-button-prev {
    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-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after, .swiper-button-prev: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-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    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 {
    transform: scale(1)
}

.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: 50%;
    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(0px, -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: translateX(-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-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.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 > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    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 {
    100% {
        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-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    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%;
    opacity: .6;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.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-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.container, .container-fluid, .container-lg, .container-md, .container-xl, .container-xxl {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xxl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xxl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xxl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xxl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xxl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xxl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xxl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xxl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xxl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xxl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xxl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xxl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xxl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1400px) {
    .d-xxl-none {
        display: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1400px) {
    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1400px) {
    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-0, .my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0, .mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0, .my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0, .mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .mt-xxl-1, .my-xxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxl-1, .mx-xxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxl-1, .my-xxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxl-1, .mx-xxl-1 {
        margin-left: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .mt-xxl-2, .my-xxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxl-2, .mx-xxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxl-2, .my-xxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxl-2, .mx-xxl-2 {
        margin-left: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .mt-xxl-3, .my-xxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxl-3, .mx-xxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxl-3, .my-xxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-3, .mx-xxl-3 {
        margin-left: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxl-4, .my-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-4, .mx-xxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-4, .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-4, .mx-xxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .mt-xxl-5, .my-xxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxl-5, .mx-xxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxl-5, .my-xxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-5, .mx-xxl-5 {
        margin-left: 3rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0, .py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0, .px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0, .py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0, .px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .pt-xxl-1, .py-xxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxl-1, .px-xxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxl-1, .py-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxl-1, .px-xxl-1 {
        padding-left: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .pt-xxl-2, .py-xxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxl-2, .px-xxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxl-2, .py-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxl-2, .px-xxl-2 {
        padding-left: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .pt-xxl-3, .py-xxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxl-3, .px-xxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxl-3, .py-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-3, .px-xxl-3 {
        padding-left: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxl-4, .py-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-4, .px-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-4, .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-4, .px-xxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .pt-xxl-5, .py-xxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxl-5, .px-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-5, .py-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-5, .px-xxl-5 {
        padding-left: 3rem !important
    }

    .m-xxl-n1 {
        margin: -.25rem !important
    }

    .mt-xxl-n1, .my-xxl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xxl-n1, .mx-xxl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xxl-n1, .my-xxl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xxl-n1, .mx-xxl-n1 {
        margin-left: -.25rem !important
    }

    .m-xxl-n2 {
        margin: -.5rem !important
    }

    .mt-xxl-n2, .my-xxl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xxl-n2, .mx-xxl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xxl-n2, .my-xxl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xxl-n2, .mx-xxl-n2 {
        margin-left: -.5rem !important
    }

    .m-xxl-n3 {
        margin: -1rem !important
    }

    .mt-xxl-n3, .my-xxl-n3 {
        margin-top: -1rem !important
    }

    .mr-xxl-n3, .mx-xxl-n3 {
        margin-right: -1rem !important
    }

    .mb-xxl-n3, .my-xxl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xxl-n3, .mx-xxl-n3 {
        margin-left: -1rem !important
    }

    .m-xxl-n4 {
        margin: -1.5rem !important
    }

    .mt-xxl-n4, .my-xxl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xxl-n4, .mx-xxl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xxl-n4, .my-xxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xxl-n4, .mx-xxl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xxl-n5 {
        margin: -3rem !important
    }

    .mt-xxl-n5, .my-xxl-n5 {
        margin-top: -3rem !important
    }

    .mr-xxl-n5, .mx-xxl-n5 {
        margin-right: -3rem !important
    }

    .mb-xxl-n5, .my-xxl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xxl-n5, .mx-xxl-n5 {
        margin-left: -3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto, .my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto, .mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto, .my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto, .mx-xxl-auto {
        margin-left: auto !important
    }
}

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: .7
}

.hamburger.is-active:hover {
    opacity: .7
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before {
    background-color: #000
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner::after, .hamburger-inner::before {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -10px
}

.hamburger-inner::after {
    bottom: -10px
}

.hamburger--3dx .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px
}

.hamburger--3dx .hamburger-inner {
    -webkit-transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx .hamburger-inner::after, .hamburger--3dx .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.hamburger--3dx.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px
}

.hamburger--3dx-r .hamburger-inner {
    -webkit-transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx-r .hamburger-inner::after, .hamburger--3dx-r .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px
}

.hamburger--3dy .hamburger-inner {
    -webkit-transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy .hamburger-inner::after, .hamburger--3dy .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.hamburger--3dy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px
}

.hamburger--3dy-r .hamburger-inner {
    -webkit-transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy-r .hamburger-inner::after, .hamburger--3dy-r .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px
}

.hamburger--3dxy .hamburger-inner {
    -webkit-transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dxy .hamburger-inner::after, .hamburger--3dxy .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dxy.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateX(180deg) rotateY(180deg);
    transform: rotateX(180deg) rotateY(180deg)
}

.hamburger--3dxy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy-r .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px
}

.hamburger--3dxy-r .hamburger-inner {
    -webkit-transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dxy-r .hamburger-inner::after, .hamburger--3dxy-r .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dxy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
    transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(.7, 1)
}

.hamburger--arrow.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(.7, 1)
}

.hamburger--arrow-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(.7, 1);
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(.7, 1)
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(.7, 1);
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(.7, 1)
}

.hamburger--arrowalt .hamburger-inner::before {
    -webkit-transition: top .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    -o-transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1), -webkit-transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt .hamburger-inner::after {
    -webkit-transition: bottom .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    -o-transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1), -webkit-transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(.7, 1);
    transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(.7, 1);
    -webkit-transition: top .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: top .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    -o-transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22), -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(.7, 1);
    transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(.7, 1);
    -webkit-transition: bottom .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: bottom .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    -o-transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22), -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowalt-r .hamburger-inner::before {
    -webkit-transition: top .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    -o-transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1), -webkit-transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r .hamburger-inner::after {
    -webkit-transition: bottom .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    -o-transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1), -webkit-transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(.7, 1);
    transform: translate3d(8px, -10px, 0) rotate(45deg) scale(.7, 1);
    -webkit-transition: top .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: top .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    -o-transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22), -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(.7, 1);
    transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(.7, 1);
    -webkit-transition: bottom .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: bottom .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    -o-transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22), -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowturn.is-active .hamburger-inner {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(.7, 1);
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(.7, 1)
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(.7, 1);
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(.7, 1)
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(.7, 1)
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(.7, 1)
}

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::after, .hamburger--boring .hamburger-inner::before {
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0
}

.hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: .13s;
    -o-transition-duration: .13s;
    transition-duration: .13s;
    -webkit-transition-delay: .13s;
    -o-transition-delay: .13s;
    transition-delay: .13s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
    -o-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear
}

.hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    -o-transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: .22s;
    -o-transition-delay: .22s;
    transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
    -o-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    -o-transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: .13s;
    -o-transition-duration: .13s;
    transition-duration: .13s;
    -webkit-transition-delay: .13s;
    -o-transition-delay: .13s;
    transition-delay: .13s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
    -o-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner::before {
    -webkit-transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    -o-transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
    transform: translate3d(0, -10px, 0) rotate(45deg);
    -webkit-transition-delay: .22s;
    -o-transition-delay: .22s;
    transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
    -o-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    -o-transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--elastic .hamburger-inner {
    top: 2px;
    -webkit-transition-duration: 275ms;
    -o-transition-duration: 275ms;
    transition-duration: 275ms;
    -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic .hamburger-inner::before {
    top: 10px;
    -webkit-transition: opacity 125ms 275ms ease;
    -o-transition: opacity 125ms 275ms ease;
    transition: opacity 125ms 275ms ease
}

.hamburger--elastic .hamburger-inner::after {
    top: 20px;
    -webkit-transition: -webkit-transform 275ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: -webkit-transform 275ms cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition: transform 275ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: transform 275ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: transform 275ms cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform 275ms cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
    transform: translate3d(0, 10px, 0) rotate(135deg);
    -webkit-transition-delay: 75ms;
    -o-transition-delay: 75ms;
    transition-delay: 75ms
}

.hamburger--elastic.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    -webkit-transition-delay: 75ms;
    -o-transition-delay: 75ms;
    transition-delay: 75ms
}

.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    -webkit-transition-duration: 275ms;
    -o-transition-duration: 275ms;
    transition-duration: 275ms;
    -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    -webkit-transition: opacity 125ms 275ms ease;
    -o-transition: opacity 125ms 275ms ease;
    transition: opacity 125ms 275ms ease
}

.hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    -webkit-transition: -webkit-transform 275ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: -webkit-transform 275ms cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition: transform 275ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: transform 275ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: transform 275ms cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform 275ms cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
    transform: translate3d(0, 10px, 0) rotate(-135deg);
    -webkit-transition-delay: 75ms;
    -o-transition-delay: 75ms;
    transition-delay: 75ms
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
    transform: translate3d(0, -20px, 0) rotate(270deg);
    -webkit-transition-delay: 75ms;
    -o-transition-delay: 75ms;
    transition-delay: 75ms
}

.hamburger--emphatic {
    overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
    -webkit-transition: background-color 125ms 175ms ease-in;
    -o-transition: background-color 125ms 175ms ease-in;
    transition: background-color 125ms 175ms ease-in
}

.hamburger--emphatic .hamburger-inner::before {
    left: 0;
    -webkit-transition: top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    transition: top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    -o-transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, left 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, left 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic .hamburger-inner::after {
    top: 10px;
    right: 0;
    -webkit-transition: top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    transition: top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    -o-transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, right 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, right 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent !important
}

.hamburger--emphatic.is-active .hamburger-inner::before {
    left: -80px;
    top: -80px;
    -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
    transform: translate3d(80px, 80px, 0) rotate(45deg);
    -webkit-transition: left 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    -o-transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1)
}

.hamburger--emphatic.is-active .hamburger-inner::after {
    right: -80px;
    top: -80px;
    -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
    transform: translate3d(-80px, 80px, 0) rotate(-45deg);
    -webkit-transition: right 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    -o-transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1)
}

.hamburger--emphatic-r {
    overflow: hidden
}

.hamburger--emphatic-r .hamburger-inner {
    -webkit-transition: background-color 125ms 175ms ease-in;
    -o-transition: background-color 125ms 175ms ease-in;
    transition: background-color 125ms 175ms ease-in
}

.hamburger--emphatic-r .hamburger-inner::before {
    left: 0;
    -webkit-transition: top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    transition: top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    -o-transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, left 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, left 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic-r .hamburger-inner::after {
    top: 10px;
    right: 0;
    -webkit-transition: top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    transition: top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    -o-transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, right 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, right 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic-r.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent !important
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
    left: -80px;
    top: 80px;
    -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
    transform: translate3d(80px, -80px, 0) rotate(-45deg);
    -webkit-transition: left 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    -o-transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1)
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
    right: -80px;
    top: 80px;
    -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
    transform: translate3d(-80px, -80px, 0) rotate(45deg);
    -webkit-transition: right 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    -o-transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1)
}

.hamburger--minus .hamburger-inner::after, .hamburger--minus .hamburger-inner::before {
    -webkit-transition: bottom 80ms 0s ease-out, top 80ms 0s ease-out, opacity 0s linear;
    -o-transition: bottom 80ms 0s ease-out, top 80ms 0s ease-out, opacity 0s linear;
    transition: bottom 80ms 0s ease-out, top 80ms 0s ease-out, opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner::after, .hamburger--minus.is-active .hamburger-inner::before {
    opacity: 0;
    -webkit-transition: bottom 80ms ease-out, top 80ms ease-out, opacity 0s 80ms linear;
    -o-transition: bottom 80ms ease-out, top 80ms ease-out, opacity 0s 80ms linear;
    transition: bottom 80ms ease-out, top 80ms ease-out, opacity 0s 80ms linear
}

.hamburger--minus.is-active .hamburger-inner::before {
    top: 0
}

.hamburger--minus.is-active .hamburger-inner::after {
    bottom: 0
}

.hamburger--slider .hamburger-inner {
    top: 2px
}

.hamburger--slider .hamburger-inner::before {
    top: 10px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.hamburger--slider .hamburger-inner::after {
    top: 20px
}

.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0
}

.hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
    transform: translate3d(0, -20px, 0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
    top: 2px
}

.hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.hamburger--slider-r .hamburger-inner::after {
    top: 20px
}

.hamburger--slider-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner::before {
    -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
    transform: translate3d(0, -20px, 0) rotate(90deg)
}

.hamburger--spin .hamburger-inner {
    -webkit-transition-duration: .22s;
    -o-transition-duration: .22s;
    transition-duration: .22s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin .hamburger-inner::before {
    -webkit-transition: top .1s .25s ease-in, opacity .1s ease-in;
    -o-transition: top .1s .25s ease-in, opacity .1s ease-in;
    transition: top .1s .25s ease-in, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom .1s .25s ease-in, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .25s ease-in, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    -o-transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: .12s;
    -o-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top .1s ease-out, opacity .1s .12s ease-out;
    -o-transition: top .1s ease-out, opacity .1s .12s ease-out;
    transition: top .1s ease-out, opacity .1s .12s ease-out
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom .1s ease-out, -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    -o-transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1), -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin-r .hamburger-inner {
    -webkit-transition-duration: .22s;
    -o-transition-duration: .22s;
    transition-duration: .22s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r .hamburger-inner::before {
    -webkit-transition: top .1s .25s ease-in, opacity .1s ease-in;
    -o-transition: top .1s .25s ease-in, opacity .1s ease-in;
    transition: top .1s .25s ease-in, opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner::after {
    -webkit-transition: bottom .1s .25s ease-in, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .25s ease-in, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    -o-transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -webkit-transition-delay: .12s;
    -o-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top .1s ease-out, opacity .1s .12s ease-out;
    -o-transition: top .1s ease-out, opacity .1s .12s ease-out;
    transition: top .1s ease-out, opacity .1s .12s ease-out
}

.hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: bottom .1s ease-out, -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    -o-transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1), -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spring .hamburger-inner {
    top: 2px;
    -webkit-transition: background-color 0s .13s linear;
    -o-transition: background-color 0s .13s linear;
    transition: background-color 0s .13s linear
}

.hamburger--spring .hamburger-inner::before {
    top: 10px;
    -webkit-transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    -o-transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring .hamburger-inner::after {
    top: 20px;
    -webkit-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    -o-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner {
    -webkit-transition-delay: .22s;
    -o-transition-delay: .22s;
    transition-delay: .22s;
    background-color: transparent !important
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    -o-transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    -o-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: .13s;
    -o-transition-duration: .13s;
    transition-duration: .13s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity 0s linear;
    -o-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity 0s linear;
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity 0s linear
}

.hamburger--spring-r .hamburger-inner::before {
    -webkit-transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    -o-transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: .22s;
    -o-transition-delay: .22s;
    transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s .22s linear;
    -o-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s .22s linear;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s .22s linear
}

.hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    -o-transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand .hamburger-inner {
    -webkit-transition: background-color 0s 75ms linear, -webkit-transform 75ms .15s cubic-bezier(.55, .055, .675, .19);
    transition: background-color 0s 75ms linear, -webkit-transform 75ms .15s cubic-bezier(.55, .055, .675, .19);
    -o-transition: transform 75ms .15s cubic-bezier(.55, .055, .675, .19), background-color 0s 75ms linear;
    transition: transform 75ms .15s cubic-bezier(.55, .055, .675, .19), background-color 0s 75ms linear;
    transition: transform 75ms .15s cubic-bezier(.55, .055, .675, .19), background-color 0s 75ms linear, -webkit-transform 75ms .15s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand .hamburger-inner::before {
    -webkit-transition: top 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: top 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    -o-transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19), -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand .hamburger-inner::after {
    -webkit-transition: bottom 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    -o-transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19), -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand.is-active .hamburger-inner {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: transparent !important;
    -webkit-transition: background-color 0s .15s linear, -webkit-transform 75ms 0s cubic-bezier(.215, .61, .355, 1);
    transition: background-color 0s .15s linear, -webkit-transform 75ms 0s cubic-bezier(.215, .61, .355, 1);
    -o-transition: transform 75ms 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear;
    transition: transform 75ms 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear;
    transition: transform 75ms 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear, -webkit-transform 75ms 0s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 75ms .1s ease-out, -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: top 75ms .1s ease-out, -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    -o-transition: top 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: top 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: top 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1), -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom 75ms .1s ease-out, -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 75ms .1s ease-out, -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    -o-transition: bottom 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1), -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand-r .hamburger-inner {
    -webkit-transition: background-color 0s 75ms linear, -webkit-transform 75ms .15s cubic-bezier(.55, .055, .675, .19);
    transition: background-color 0s 75ms linear, -webkit-transform 75ms .15s cubic-bezier(.55, .055, .675, .19);
    -o-transition: transform 75ms .15s cubic-bezier(.55, .055, .675, .19), background-color 0s 75ms linear;
    transition: transform 75ms .15s cubic-bezier(.55, .055, .675, .19), background-color 0s 75ms linear;
    transition: transform 75ms .15s cubic-bezier(.55, .055, .675, .19), background-color 0s 75ms linear, -webkit-transform 75ms .15s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand-r .hamburger-inner::before {
    -webkit-transition: top 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: top 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    -o-transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19), -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand-r .hamburger-inner::after {
    -webkit-transition: bottom 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    -o-transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19), -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: transparent !important;
    -webkit-transition: background-color 0s .15s linear, -webkit-transform 75ms 0s cubic-bezier(.215, .61, .355, 1);
    transition: background-color 0s .15s linear, -webkit-transform 75ms 0s cubic-bezier(.215, .61, .355, 1);
    -o-transition: transform 75ms 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear;
    transition: transform 75ms 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear;
    transition: transform 75ms 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear, -webkit-transform 75ms 0s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 75ms .1s ease-out, -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: top 75ms .1s ease-out, -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    -o-transition: top 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: top 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: top 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1), -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom 75ms .1s ease-out, -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 75ms .1s ease-out, -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    -o-transition: bottom 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1), -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--squeeze .hamburger-inner {
    -webkit-transition-duration: 75ms;
    -o-transition-duration: 75ms;
    transition-duration: 75ms;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 75ms .12s ease, opacity 75ms ease;
    -o-transition: top 75ms .12s ease, opacity 75ms ease;
    transition: top 75ms .12s ease, opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 75ms .12s ease, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms .12s ease, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19);
    -o-transition: bottom 75ms .12s ease, transform 75ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms .12s ease, transform 75ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms .12s ease, transform 75ms cubic-bezier(.55, .055, .675, .19), -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: .12s;
    -o-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 75ms ease, opacity 75ms .12s ease;
    -o-transition: top 75ms ease, opacity 75ms .12s ease;
    transition: top 75ms ease, opacity 75ms .12s ease
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 75ms ease, -webkit-transform 75ms .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 75ms ease, -webkit-transform 75ms .12s cubic-bezier(.215, .61, .355, 1);
    -o-transition: bottom 75ms ease, transform 75ms .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 75ms ease, transform 75ms .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 75ms ease, transform 75ms .12s cubic-bezier(.215, .61, .355, 1), -webkit-transform 75ms .12s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--vortex .hamburger-inner {
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex .hamburger-inner::after, .hamburger--vortex .hamburger-inner::before {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear
}

.hamburger--vortex .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    -o-transition-property: top, opacity;
    transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform
}

.hamburger--vortex.is-active .hamburger-inner {
    -webkit-transform: rotate(765deg);
    -ms-transform: rotate(765deg);
    transform: rotate(765deg);
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex.is-active .hamburger-inner::after, .hamburger--vortex.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex-r .hamburger-inner::after, .hamburger--vortex-r .hamburger-inner::before {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear
}

.hamburger--vortex-r .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    -o-transition-property: top, opacity;
    transition-property: top, opacity
}

.hamburger--vortex-r .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-765deg);
    -ms-transform: rotate(-765deg);
    transform: rotate(-765deg);
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex-r.is-active .hamburger-inner::after, .hamburger--vortex-r.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

::-webkit-input-placeholder {
    color: #666
}

::-moz-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

::-ms-input-placeholder {
    color: #666
}

::placeholder {
    color: #666
}

::-moz-selection {
    background-color: rgb(214 166 76);
    color: #fff
}

::selection {
    background-color: rgb(214 166 76);
    color: #fff
}

input, textarea {
    outline: 0
}

input:focus:required:invalid, textarea:focus:required:invalid {
    border-color: rgb(214 166 76);
    padding-left: 10px
}

input:required:valid, textarea:required:valid {
    border-color: green
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: normal;
    font-family: Poppins, sans-serif;
    overflow-x: hidden;
    color: #16223b
}

img {
    max-width: 100%
}

a {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color: rgb(214 166 76)
}

a:hover {
    text-decoration: none;
    color: rgba(238, 116, 59, .7)
}

.h1, .h2, h1, h2 {
    font-weight: 700;
    line-height: normal
}

.h1, h1 {
    font-size: 48px
}

.h2, h2 {
    font-size: 42px
}

ul {
    padding-left: 18px
}

button.btn {
    padding-top: 0
}

.container-custom {
    max-width: 1940px;
    margin: auto
}

.btn {
    min-width: 202px;
    min-height: 43px;
    background-image: linear-gradient(145deg, rgb(231 182 87),rgb(121 78 13));
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    padding-top: 8px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    margin: 0 3px 5px 3px;
    border: 0px solid transparent;
    font-weight: 300;

}

.btn_header {
    min-width: 130px
}

.btn_big {
    min-width: 300px;
    min-height: 64px;
    padding-top: 16px;
    font-size: 21px;
    font-weight: 400
}

.btn:hover {
    background-image: linear-gradient(145deg,rgb(121 78 13), rgb(231 182 87));
    color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(238, 116, 59, .7);
    box-shadow: 0 0 10px 0 rgba(238, 116, 59, .7);
   
}

.btn_card {
    background: 0 0;
    border: 1px solid;
    border-color: #fff;
    color: #fff;
    font-weight: 500
}

.btn_card:hover {
    background: rgba(238, 238, 238, .8);
    border-color: rgb(214 166 76);
    color: rgb(214 166 76)
}

.btn_card__lite {
    border: none;
    color: rgb(214 166 76);
    text-decoration: none;
    font-weight: 600;
    min-width: auto;
    min-height: auto;
    padding: 0 20px 0 0;
    position: relative
}

.btn_card__lite:after {
    display: block;
    width: 20px;
    height: 100%;
    top: 55%;
    right: 0;
    content: '>>';
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.btn_card__lite:hover {
    background: 0 0;
    border-color: transparent;
    color: rgb(214 166 76);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn_color-text {
    background: 0 0;
    border: 1px solid rgb(214 166 76);
    color: rgb(214 166 76);
    text-transform: none
}

.btn_transparent-accent {
    background: 0 0;
    border-color: rgb(214 166 76)
}

.btn_transparent-accent:hover {
    background: rgb(214 166 76);
    color: #fff
}

.btn-up {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid rgb(214 166 76);
    position: fixed;
    bottom: 30px;
    right: 25px;
    text-align: center;
    line-height: 52px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: -1;
    opacity: 0
}

.btn-up:hover {
    cursor: pointer
}

.btn-up_active {
    z-index: 1;
    opacity: 1
}

.footer_social__link {
    display: inline-block;
    margin: 0 2px
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 28px
}

.checkbox-custom {
    display: none !important
}

.checkbox-custom__box {
    width: 14px;
    height: 14px;
    border: 1px solid rgb(214 166 76);
    border-radius: 3px;
    display: inline-block;
    background: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
    margin: 5px 5px 0 0
}

.checkbox-custom:checked + .checkbox-custom__box {
    background: rgb(214 166 76)
}

.select-block_initialization {
    position: relative;
    font-size: 14px;
    color: #16223b
}

.select-block_initialization select {
    display: none
}

.select-block_initialization__row-border li {
    border-bottom: 1px solid #c9c9c9
}

.select-block_initialization__row-border li:last-child {
    border-bottom: none;
    margin-bottom: 12px
}

.select-block_initialization__row-input input {
    margin: 15px 12px;
    min-width: 180px
}

.select-block_initialization__row-input li:last-child {
    border-bottom: none;
    margin-bottom: 12px
}

.select-block_initialization__row-input .select-block_btn {
    min-width: 170px
}

.select-block_initialization__scrolling {
    padding: 0 14px;
    max-height: 200px;
    overflow-y: scroll
}

.select-block_initialization ul {
    padding: 0;
    margin: 0
}

.select-block_btn {
    background: #fff;
    display: block;
    position: relative;
    border: 1px solid #c9c9c9;
    height: 49px;
    min-width: 60px;
    padding: 0 30px 0 15px;
    cursor: pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    line-height: 49px;
    width: 100%
}

.select-block_btn:after {
    border-radius: 5px;
    content: '';
    width: 30px;
    height: 40px;
    position: absolute;
    top: 3px;
    right: 0;
    text-align: center;
    background: url(../../../../templates/custom/images/icon/l-arrow.svg) no-repeat center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.select-block_btn:hover {
    border-color: #c9c9c9
}

.select-block_btn__open {
    border-color: #c9c9c9
}

.select-block_btn__open:after {
    background: url(../../../../templates/custom/images/icon/l-arrow-accent.svg) no-repeat center
}

.select-block_popap {
    display: none;
    position: absolute;
    background: #fff;
    top: 60px;
    left: 0;
    z-index: 50;
    min-width: 40px;
    margin: 0;
    width: 100%;
    border: 1px solid #c9c9c9
}

.select-block_popap__li {
    display: block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding: 7px 25px;
    white-space: nowrap;
    line-height: 17px;
    text-align: left
}

.select-block_popap__li:hover {
    background: rgb(214 166 76);
    color: #fff
}

.select-block_popap__none {
    display: none
}

.select-block_popap__active {
    display: block;
    opacity: 1
}

.header {
    /* padding: 20px 0 0 */
}

.header_top-line {
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6
}

.header_control {
    text-align: right;
    padding: 10px 0 0
}

.header_control__link {
    font-weight: 300;
    display: inline-block;
    margin: 0 20px 0 0;
    padding-right: 20px
}

.header_control__btn-hamburger {
    display: none
}

.header_logo {
    display: inline-block;
    /* margin-bottom: 20px; */
    padding: 0 40px 0 0
}

.header_logo img {
    /* height: 45px; */
    width: auto
}

.header_nav {
    padding: 0
}

.header_nav li {
    display: inline-block
}

.header_nav a {
    color: #16223b;
    font-weight: 600;
    padding: 20px 20px 20px 0;
    display: inline-block;
    margin: 0 20px 0 0;
    position: relative
}

.header_nav a:after {
    position: absolute;
    width: 0;
    height: 3px;
    background: rgb(214 166 76);
    left: 0;
    bottom: 20px;
    z-index: 10;
    content: '';
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.header_nav a:hover:after {
    right: 0;
    width: 90%
}

.header_nav .active > a:after {
    width: 90%
}

.section_main-screen {
    background: url(../../../../templates/custom/images/bg-1.svg) no-repeat right
}

.main-screen_body {
    padding-top: 60px
}

.main-screen_body .h1 .accent-color {
    display: block
}

.main-screen__decription {
    font-size: 18px;
    font-weight: 400;
    width: 190px;
    line-height: 25px
}

.main-screen_footer {
    background: #f8f8f8;
    text-align: center
}

.main-screen_main-img {
    width: 529px;
    height: 496px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.section {
    padding: 50px 0
}

.boolit_row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 6 ];
    grid-template-columns:repeat(6, 1fr);
    background: #16223b
}

.boolit_item {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 250px;
    background: #16223b;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.7%;
    flex: 0 0 16.7%;
    padding: 28px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.boolit_item:nth-child(2), .boolit_item:nth-child(5) {
    background: #2d384f
}

.boolit_item:nth-child(2) .boolit_title:after, .boolit_item:nth-child(5) .boolit_title:after {
    background: #4c5669
}

.boolit_item:nth-child(3), .boolit_item:nth-child(6) {
    background: #454e62
}

.boolit_item:nth-child(3) .boolit_title:after, .boolit_item:nth-child(6) .boolit_title:after {
    background: #61697a
}

.boolit_title {
    font-size: 42px;
    font-weight: 600;
    position: relative;
    padding-bottom: 25px
}

.boolit_title:after {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 35px;
    background: #394358;
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.boolit_text {
    padding-top: 25px;
    font-size: 24px
}

.boolit_text__lite {
    font-size: 14px;
    display: block
}

.what-trade_header {
    text-align: center
}

.card-trade {
    min-height: 360px;
    margin: 0 0;
    padding: 50px 80px 60px 50px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-box-shadow: 6px 3px 11px #00000012;
    box-shadow: 6px 3px 11px #00000012;
    font-size: 16px
}

.card-trade:before {
    position: absolute;
    display: block;
    background: red;
    top: 100%;
    left: 0;
    height: 3px;
    width: 100%;
    content: ''
}

.card-trade:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/2/1
}

.card-trade:nth-child(1):before {
    background: #000
}

.card-trade:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: 1/2/2/2
}

.card-trade:nth-child(2):before {
    background: rgb(214 166 76)
}

.card-trade:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: 1/3/2/3
}

.card-trade:nth-child(3):before {
    background: #f7a823
}

.card-trade:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-area: 1/4/2/4
}

.card-trade:nth-child(4):before {
    background: #ffb795
}

.card-trade:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-area: 2/5/3/6
}

.card-trade:nth-child(5):before {
    background: #999
}

.card-trade .btn {
    border-color: #16223b;
    color: #16223b
}

.card-trade_block {
    display: -ms-grid;
    display: grid;
    grid-gap: 7px;
    -ms-grid-columns:(1fr) [ 6 ];
    grid-template-columns:repeat(6, 1fr);
    -ms-grid-rows:(1fr) [ 1 ];
    grid-template-rows:repeat(1, 1fr)
}

.card-trade__title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px
}

.section_our-platform {
    background: #16223b url(/assets/images/bg-12.png) no-repeat;
    text-align: center;
    background-size: contain;
    background-position: center
}

.section_our-platform .h2 {
    color: #fff
}

.our-platform_wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    margin-top: 60px
}

.our-platform_card_item {
    border-radius: 23px;
    margin: 0 7.5px 15px;
    padding: 50px 35px 30px 80px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    background: #374564;
    background: url(/assets/images/our-platform-left.svg) no-repeat bottom right, -webkit-gradient(linear, left top, left bottom, from(#374564), to(#222f4d));
    background: url(/assets/images/our-platform-left.svg) no-repeat bottom right, -o-linear-gradient(top, #374564 0, #222f4d 100%);
    background: url(/assets/images/our-platform-left.svg) no-repeat bottom right, linear-gradient(180deg, #374564 0, #222f4d 100%);
    min-height: 510px;
    color: #f8f8f8
}

.our-platform_card_item:nth-child(2) {
    background: url(/assets/images/our-platform-right.svg) no-repeat bottom left, -webkit-gradient(linear, left top, left bottom, from(#374564), to(#222f4d));
    background: url(/assets/images/our-platform-right.svg) no-repeat bottom left, -o-linear-gradient(top, #374564 0, #222f4d 100%);
    background: url(/assets/images/our-platform-right.svg) no-repeat bottom left, linear-gradient(180deg, #374564 0, #222f4d 100%)
}

.our-platform_card_item_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 42px;
    font-weight: 600;
    color: rgb(214 166 76);
    margin-bottom: 10px
}

.our-platform_card_item_header .our-platform_link_block {
    display: none
}

.our-platform_card_item_body p {
    margin-bottom: 30px
}

.our-platform_card_item_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px
}

.our-platform_card_item_footer .btn_card__lite {
    height: 20px
}

.our-platform_link_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.our-platform__link {
    width: 30px;
    height: auto;
    margin: 0 10px
}

.our-platform__link svg {
    height: 24px;
    width: 24px
}

.our-platform__link path {
    fill: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.our-platform__link:hover path {
    fill: rgba(238, 116, 59, .7)
}

.accounts-provide {
    text-align: center;
    padding-bottom: 80px
}

.accounts-provide_items {
    margin: 60px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns:repeat(3, 1fr);
    -ms-grid-rows: 1fr 30px;
    grid-template-rows:1fr 30px
}

.accounts-provide_item {
    border-radius: 8px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .25);
    box-shadow: 0 0 15px rgba(0, 0, 0, .25);
    padding-bottom: 50px;
    background: #fff
}

.accounts-provide_item:nth-child(1) .accounts-provide_item__head {
    background: #16223b
}

.accounts-provide_item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/3/3;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01)
}

.accounts-provide_item:nth-child(2) .accounts-provide_item__head {
    background: rgb(214 166 76);
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    height: 126px;
    margin-bottom: 0
}

.accounts-provide_item:nth-child(3) .accounts-provide_item__head {
    background: #f7a823
}

.accounts-provide_item__head {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 400;
    height: 96px;
    text-transform: uppercase;
    margin-bottom: 30px
}

.accounts-provide_item_body {
    padding: 0 30px;
    text-align: left;
    margin-bottom: 35px
}

.accounts-provide_item_row {
    margin-bottom: 10px
}

.accounts-provide_item_row:last-child {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px
}

.accounts-provide_item_row span {
    display: inline-block
}

.accounts-provide_item_row span:nth-child(1) {
    width: 70%
}

.accounts-provide_item_row span:nth-child(2) {
    width: 25%;
    font-weight: 600
}

.section_why {
    text-align: center;
    padding-bottom: 40px !important
}

.why_wrapper {
    margin-top: 60px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 7.5px
}

.why_card_item {
    height: 230px;
    padding: 15px;
    text-align: center;
    position: relative
}

.why_card_item:after {
    content: '';
    height: 70%;
    width: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    background: #d6dde6;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.why_card_item:last-child:after {
    display: none
}

.why_card_item__img {
    height: 130px;
    width: 120px;
    margin: 0 auto 20px;
    text-align: center
}

.why_card_item_title {
    color: #16223b;
    font-size: 24px;
    font-weight: 600
}

.trad-steps {
    text-align: center;
    padding-bottom: 0
}

.trad-steps .container {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 80px
}

.trad-steps_items {
    margin-top: 65px;
    text-align: center;
    overflow: hidden
}

.en .trad-steps_items .row .col-md-3:last-child .trad-steps_item__int:after {
    border: none
}

.arabic .trad-steps_items .row .col-md-3:first-child .trad-steps_item__int:after {
    border: none
}

.trad-steps_items .row .col-md-3:nth-child(1) .trad-steps_item__int {
    background: #16223b
}

.trad-steps_items .row .col-md-3:nth-child(2) .trad-steps_item__int {
    background: #fedea9;
    color: #16223b
}

.trad-steps_items .row .col-md-3:nth-child(3) .trad-steps_item__int {
    background: rgb(214, 166, 76)
}

.arabic .trad-steps_items .row {
  flex-direction: row-reverse
}
.trad-steps_items .row .col-md-3:nth-child(4) .trad-steps_item__int {
    background: rgb(214 166 76)
}

.trad-steps_item {
    position: relative;
    margin-bottom: 100px
}

.trad-steps_item__int {
    height: 82px;
    width: 82px;
    background: rgb(214 166 76);
    color: #fff;
    display: block;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 500;
    line-height: 86px;
    margin: 0 auto 30px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.trad-steps_item__int:after {
    content: '';
    width: 90%;
    height: 10px;
    position: absolute;
    top: 40px;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    border-top: 3px dotted #999;
    z-index: -1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.trad-steps_item__title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px
}

.trad-steps_item__text {
    font-size: 18px
}

.section_accept {
    text-align: center
}

.accept_img-block {
    margin-top: 40px
}

.accept_img {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.accept_img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.footer {
    background: #16223b;
    color: #fff;
    font-size: 14px;
    padding: 40px 0 0
}

.footer_sub {
    background: #121b2f;
    text-align: center;
    margin-top: 30px;
    padding: 25px 0 60px
}

.footer_link {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    margin: 0 5px;
    border-right: 2px solid #fff;
    padding-right: 10px
}

.footer_link:last-child, .footer_link:nth-child(4) {
    border: none
}

.footer_address_item {
    margin-bottom: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40px 1fr;
    grid-template-columns:40px 1fr
}

.footer_address__text {
    color: #fff
}

.footer__info {
    font-size: 12px;
    height: 200px;
    overflow: hidden;
    overflow-y: scroll;
    padding: 0 30px 0 60px
}

.footer_social__link:hover path {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    fill: rgb(214 166 76)
}

.download-dashboard {
    background: rgb(214 166 76);
    color: #fff;
    max-width: 452px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    padding: 13px 40px 40px
}

.download-dashboard__title {
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 22px
}

.download-dashboard_body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr)
}

.download-dashboard_body__col {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr)
}

.download-dashboard_body__col:first-child {
    border-right: 1px solid #f19062
}

.download-dashboard__link {
    color: #fff;
    margin: 0 10px
}

.download-dashboard__link span {
    display: block;
    margin-top: 10px;
    font-size: 14px
}

.download-dashboard__link:hover {
    color: #16223b
}

.download-dashboard__link:hover path {
    fill: #16223b;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.download-dashboard .text-color {
    display: block
}

.bg-left {
    background: #fff url(/assets/images/markets/bg-left.svg) no-repeat center;
    background-position-x: right;
    background-size: contain
}

.bg-right {
    background: #fff url(/assets/images/markets/bg-right.svg) no-repeat center;
    background-position-x: left;
    background-size: contain
}

.about_boolit.about_boolit_main-page {
    padding: 50px 0
}

.about_boolit.about_boolit_main-page .about_boolit_wrapper {
    margin: 0 40px;
    grid-gap: 20px
}

.about_boolit.about_boolit_main-page .about_boolit_item {
    padding: 40px 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.about_boolit.about_boolit_main-page .about_boolit_item:nth-child(1), .about_boolit.about_boolit_main-page .about_boolit_item:nth-child(2), .about_boolit.about_boolit_main-page .about_boolit_item:nth-child(3), .about_boolit.about_boolit_main-page .about_boolit_item:nth-child(4), .about_boolit.about_boolit_main-page .about_boolit_item:nth-child(5), .about_boolit.about_boolit_main-page .about_boolit_item:nth-child(6) {
    background-image: none
}

.about_boolit.about_boolit_main-page .boolit_title {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-image: linear-gradient(145deg, rgb(231, 182, 87), rgb(121, 78, 13));
    color: #fff;
    font-weight: 600;
    margin: auto;
    line-height: 90px;
    font-size: 28px
}

.about_boolit.about_boolit_main-page .boolit_text {
    margin-bottom: 0;
    font-size: 24px
}

.about_boolit.about_boolit_main-page .boolit_text__lite {
    font-size: 16px
}

.contact_section {
    background: #1f2b41 url(/assets/images/promotions/bg-10.jpg) no-repeat bottom/cover;
    color: #fff;
    min-height: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact_bulit_wrapper {
    text-align: center;
    padding-bottom: 80px
}

.contact_bulit__title {
    font-size: 24px;
    font-weight: 700
}

.contact_bulit__link {
    font-size: 16px;
    color: #4592de;
    cursor: pointer;
    margin-bottom: 30px;
    display: inline-block
}

.visit_item {
    margin: 0 30px;
    text-align: center
}

.visit_item:nth-child(6), .visit_item:nth-child(7) {
    color: rgb(214 166 76)
}

.visit_item:nth-child(6) .visit_item_bol, .visit_item:nth-child(7) .visit_item_bol {
    background: #e8e8e8
}

.visit_item_wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 7 ];
    grid-template-columns:repeat(7, 1fr);
    max-width: 600px;
    margin: 0 auto 140px
}

.visit_itemtitle {
    text-transform: uppercase;
    color: #707070
}

.visit_item_bol {
    -webkit-box-shadow: 0 3px 6px #00000038;
    box-shadow: 0 3px 6px #00000038;
    height: 23px;
    width: 23px;
    border-radius: 50%;
    background: #16223b;
    margin: 10px auto
}

.page-404_main-screen {
    background: url(/assets/images/bg-11.svg) no-repeat right
}

.page-404_main-screen__foter {
    background: url(/assets/images/bg-404.svg) no-repeat right
}

.page-404_main-screen_descript {
    font-size: 24px;
    color: rgb(214 166 76);
    margin-bottom: 30px;
    font-weight: 700
}

.page-404_main-screen .h1 {
    font-size: 128px;
    font-weight: 700;
    line-height: 120px
}

.demo-account {
    background: url(/assets/images/bg-11.svg) no-repeat right;
    text-align: center
}

.demo-account .h2 {
    line-height: 42px
}

.demo-account .registr-form {
    max-width: 630px;
    margin: auto;
    padding: 5% 7%;
    border: 1pt solid #e8e8e8;
    text-align: left
}

.demo-account .registr-form input {
    height: 49px;
    width: 100%;
    border: 1px solid #c9c9c9;
    padding-left: 5px
}

.demo-account .registr-form label {
    font-size: 11px;
    display: block;
    color: #575757
}

.demo-account .registr-form #reg-email {
    width: 100%
}

.demo-account label.checkbox-custom__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #16223b;
    font-size: 14px
}

.table-custom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4fr;
    grid-template-columns:1fr 4fr;
    -ms-grid-rows: auto;
    grid-template-rows:auto;
    grid-auto-rows: minmax(64px, 64px);
    grid-gap: 4px
}

.table-custom_col_head {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 1 ];
    grid-template-columns:repeat(1, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows:auto;
    grid-auto-rows: minmax(64px, 64px);
    grid-gap: 4px;
    font-size: 16px;
    font-weight: 600
}

.table-custom_col_body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns:repeat(3, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows:auto;
    grid-auto-rows: minmax(64px, 64px);
    grid-gap: 4px;
    overflow: hidden;
    overflow-x: auto
}

.table-custom_col_body_th {
    padding: 20px 30px;
    background: #9b6d17;
    color: #fff;
    font-weight: 400;
    line-height: 18px
}

.table-custom_col_body_td {
    padding: 20px 30px;
    background: #fff;
    text-align: center
}

.table-custom_col_body_td:nth-child(1) {
    background: rgb(214 166 76)
}

.table-custom_td__head {
    background: rgb(214 166 76);
    color: #fff;
    height: 90px;
    padding-top: 35px;
    font-weight: 500;
    font-size: 20px
}

.table-custom__trad-rol-1 {
    height: auto;
    -ms-grid-row: 11;
    grid-row-start: 11;
    -ms-grid-row-span: 2;
    grid-row-end: 13
}

.table-custom_section {
    background: #e8e8e8
}

.table-custom-mobail {
    margin: 10px 0;
    display: none
}

.table-custom-mobail_item {
    margin-bottom: 5px
}

.table-custom-mobail_item_head {
    height: 50px;
    background: rgb(214 166 76);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 6px #00000029;
    box-shadow: 0 3px 6px #00000029;
    position: relative
}

.table-custom-mobail_item_head:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 45%;
    right: 20px;
    background: url(../../../../templates/custom/images/icon/arrow-up.svg) no-repeat center
}

.table-custom-mobail_item_body {
    display: -ms-grid;
    display: grid;
    display: none;
    -ms-grid-rows: minmax(64px, auto);
    grid-template-rows:minmax(64px, auto);
    grid-gap: 4px
}

.table-custom-mobail_item_body__open {
    display: -ms-grid;
    display: grid
}

.table-custom-mobail_item_td {
    background: #fff;
    font-size: 12px;
    padding: 10px 25px;
    position: relative
}

.table-custom-mobail_item_td:before {
    content: attr(data-title);
    display: block;
    font-size: 12px;
    font-weight: 600
}

.table-lite {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(110px, 110px) minmax(170px, 170px) (1fr) [ 2 ];
    grid-template-columns:minmax(110px, 110px) minmax(170px, 170px) repeat(2, 1fr);
    -webkit-box-shadow: 5px 9px 13px #00000029;
    box-shadow: 5px 9px 13px #00000029;
    font-size: 14px;
    background: #f8f8f8;
    max-width: 560px;
    padding-bottom: 20px
}

.table-lite_ht {
    padding: 20px 10px 20px 20px;
    background: #16223b;
    color: #fff;
    font-weight: 600
}

.table-lite_ht span {
    color: #e3e6ec;
    font-size: 12px;
    display: block;
    opacity: .5;
    font-weight: 400
}

.table-lite_td {
    padding: 5px 25px 5px;
    font-weight: 600
}

.about_section {
    color: #fff;
    background: #16223b url(/assets/images/bg-about1.svg) no-repeat left center
}

.about .line-accent-left {
    font-size: 20px
}

.about_boolit {
    background: #f8f8f8
}

.about_boolit_wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows:(1fr) [ 2 ];
    grid-template-rows:repeat(2, 1fr);
    -ms-grid-columns:(2fr) [ 3 ];
    grid-template-columns:repeat(3, 2fr);
    grid-gap: 40px;
    margin: 0 80px
}

.about_boolit_item {
    -webkit-box-shadow: 6px 4px 18px #00000012;
    box-shadow: 6px 4px 18px #00000012;
    background-position: center 60px;
    background-repeat: no-repeat;
    background-color: #fff;
    text-align: center;
    padding: 170px 20px 40px
}

.about_boolit_item:nth-child(1) {
    background-image: url(/assets/images/about/b-1.png)
}

.about_boolit_item:nth-child(2) {
    background-image: url(/assets/images/about/b-2.png)
}

.about_boolit_item:nth-child(3) {
    background-image: url(/assets/images/about/b-3.png)
}

/* .about_boolit_item:nth-child(4) {
    background-image: url(/assets/images/about/b-4.svg)
}

.about_boolit_item:nth-child(5) {
    background-image: url(/assets/images/about/b-5.svg)
} */

.about_boolit_item:nth-child(4) {
    background-image: url(/assets/images/about/b-6.png)
} 





.about_boolit .boolit_title {
    color: rgb(214 166 76);
    font-weight: 700;
    font-size: 39px
}

.about_boolit .boolit_title:after {
    display: none
}

.about_boolit .boolit_text {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px
}

.about_boolit .boolit_text__lite {
    font-size: 18px;
    font-weight: 400
}

.about_open-account {
    text-align: center
}

.about_open-account_wrapper-card {
    margin-top: 60px
}

.about_open-account_wrapper-card > .row div:nth-child(1) .about_open-account_card:before {
    background: #16223b
}

.about_open-account_wrapper-card > .row div:nth-child(1) .about_open-account_card .ul_custom__li:before {
    background: #16223b
}

.about_open-account_wrapper-card > .row div:nth-child(1) .about_open-account_card .btn_card {
    background: #16223b
}

.about_open-account_wrapper-card > .row div:nth-child(2) .about_open-account_card:before {
    background: rgb(214 166 76)
}

.about_open-account_wrapper-card > .row div:nth-child(2) .about_open-account_card .ul_custom__li:before {
    background: rgb(214 166 76)
}

.about_open-account_wrapper-card > .row div:nth-child(2) .about_open-account_card .btn_card {
    background: rgb(214 166 76)
}

.about_open-account_wrapper-card > .row div:nth-child(3) .about_open-account_card:before {
    background: #f7a823
}

.about_open-account_wrapper-card > .row div:nth-child(3) .about_open-account_card .ul_custom__li:before {
    background: #f7a823
}

.about_open-account_wrapper-card > .row div:nth-child(3) .about_open-account_card .btn_card {
    background: #f7a823
}

.about_open-account_card {
    text-align: left;
    padding: 40px;
    background: #f8f8f8;
    -webkit-box-shadow: 5px 6px 6px #00000029;
    box-shadow: 5px 6px 6px #00000029;
    border-radius: 5px;
    position: relative
}

.about_open-account_card:before {
    height: 16px;
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0
}

.about_open-account_card__title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px
}

.about_open-account_card_footer {
    text-align: center;
    margin: 40px 0 40px
}

.about_open-account_card_footer .btn_card:hover {
    color: #fff
}

@media (max-width: 768px) {
    .about_boolit_wrapper {
        -ms-grid-rows:(2fr) [ 3 ];
        grid-template-rows:repeat(3, 2fr);
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 533px) {
    .about_boolit_wrapper {
        display: block;
        margin: auto
    }

    .about_boolit_item {
        margin-bottom: 30px
    }
}

.account-type_section {
    background: url(/assets/images/account/bg-trading.jpg) no-repeat center/cover;
    color: #fff
}

.account-type_section .main-screen__decription {
    max-width: 375px;
    width: auto;
    font-weight: 400
}

.benefits_section {
    text-align: center
}

.benefits_items-wrapper {
    margin-top: 80px
}

.benefits_item {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 60px
}

.benefits_item_body {
    max-width: 300px;
    margin: 10px auto
}

.benefits_item__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px
}

.cta_section {
    text-align: center;
    background: url(/assets/images/bg-4.jpg) no-repeat center/cover
}

.cta_section .h2 {
    color: #fff
}

.table-custom_col_body, .table-custom_col_head {
    -ms-grid-rows: 90px (64px) [ 10 ] minmax(64 px, auto) 64 px;
    grid-template-rows:90px repeat(10, 64px) minmax(64px, auto) 64px
}

@media (max-width: 1024px) {
    .table-custom_col_body_th {
        padding: 15px;
        font-size: 14px
    }
}

@media (max-width: 768px) {
    .table-custom {
        display: none
    }

    .table-custom-mobail {
        display: block
    }
}

.platform_section .section_descript {
    font-size: 18px;
    color: #16223b
}

.platform_item {
    padding: 80px 0 160px;
    font-size: 18px
}

.platform_item_desc {
    font-size: 20px;
    margin: 20px 0
}

.platform_item .ul_custom {
    font-weight: 600
}

.platform_item .ul_custom__li {
    margin-bottom: 10px
}

.platform_item .ul_custom__li:before {
    background: #16223b
}

.platform_mt4 {
    position: relative;
    background: #e8e8e8
}

.platform_mt4 .download-dashboard {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.platform_Trading Platform {
    padding: 180px 0 80px
}

.platform_step_section {
    background: url(/assets/images/trading/bg-8.jpg) no-repeat center/cover;
    text-align: center;
    color: #fff
}

.platform_platrading-step {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns:repeat(4, 1fr);
    color: #fff
}

.platform_platrading-step_item {
    padding: 30px;
    margin-bottom: 30px
}

.platform_platrading-step_item__title {
    font-weight: 600;
    font-size: 24px;
    margin: 10px 0
}

.platform_platrading-step_item__text {
    color: #c9c9c9;
    font-size: 16px
}

.table-platform {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns:repeat(3, 1fr);
    -ms-grid-rows: auto (64px) [ 19 ];
    grid-template-rows:auto repeat(19, 64px);
    grid-row-gap: 4px
}

.table-platform .table-custom_col_body_td {
    text-align: center;
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.table-platform .table-custom_col_body_th {
    margin-right: 4px;
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.table-platform .table-custom_td__head {
    margin: 0 0 8px
}

@media (max-width: 1024px) {
    .table-platform {
        -ms-grid-rows: auto;
        grid-template-rows:auto
    }
}

@media (max-width: 768px) {
    .platform_platrading-step {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 533px) {
    .platform_platrading-step_item {
        padding: 10px
    }

    .platform_platrading-step_item__title {
        font-size: 18px
    }

    .platform_platrading-step_item__text {
        font-size: 16px
    }
}

@media (max-width: 768px) {
    .table-lite {
        max-width: 100%;
        min-width: 560px;
        -ms-grid-columns:(minmax(10px, auto)) [ 4 ];
        grid-template-columns:repeat(4, minmax(10px, auto));
        font-size: 12px
    }
}

@media (max-width: 533px) {
    .market_page {
        font-size: 14px
    }

    .table-lite_wrapper {
        overflow: hidden;
        overflow-x: auto
    }
}

*, body, div, html {
    scrollbar-width: thin;
    scrollbar-color: rgb(214 166 76) #edeeef
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-track {
    background-color: #999
}

::-webkit-scrollbar-track-piece {
    background-color: #fff
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: rgb(214 166 76);
    border-radius: 3px
}

::-webkit-scrollbar-corner {
    background-color: rgb(214 166 76)
}

::-webkit-resizer {
    background-color: rgb(214 166 76)
}

.mb-8, .pb-8 {
    padding-bottom: 80px
}

.mb-30, .pb-30 {
    margin-bottom: 30px
}

.mb-50, .pb-50 {
    padding-bottom: 50px
}

.mt-8, .pt-8 {
    padding-top: 80px
}

.bb {
    border-bottom: 1px solid #e6e6e6
}

.w-200 {
    width: 200px
}

.fz-14 {
    font-size: 14px
}

.fz-18 {
    font-size: 18px
}

.fz-22 {
    font-size: 22px
}

.fw-2 {
    font-weight: 200
}

.fw-3 {
    font-weight: 300
}

.fw-4 {
    font-weight: 400
}

.fw-5 {
    font-weight: 500
}

.fw-6 {
    font-weight: 600
}

.fw-7 {
    font-weight: 700
}

.fw-9 {
    font-weight: 900
}

.td {
    -webkit-text-decoration: revert;
    text-decoration: revert
}

.bg-grey {
    background: #e8e8e8
}

.bg-grey-2 {
    background: #f8f8f8
}

.accent-color {
    color: rgb(214 166 76);
    font-size:35px;
}

.text-color {
    color: #16223b !important
}

.line-accent-left {
    border-left: 2px solid rgb(214 166 76);
    padding-left: 10px
}

.section_descript {
    font-size: 18px;
    color: #999;
    margin: -10px auto 20px
}

.section_descript__grey {
    color: #999;
    font-size: 18px
}

.text-center {
    text-align: center
}

.bg-main {
    background: url(/assets/images/bg-11.svg) no-repeat right
}

.check, .close {
    height: 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.check {
    background: url(/assets/images/check.svg) no-repeat center/cover;
    width: 33px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.close {
    background: url(../../../../templates/custom/images/icon/close.svg) no-repeat center/cover;
    width: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.ul_custom {
    margin-bottom: 30px;
    padding: 0
}

.ul_custom__li {
    list-style-type: none;
    padding: 0 0 0 20px;
    position: relative;
    margin-bottom: 20px;
    font-size: 18px
}

.ul_custom__li:before {
    content: "";
    width: 9px;
    height: 9px;
    background: rgb(214 166 76);
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 12%, 0);
        transform: translate3d(0, 12%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 12%, 0);
        transform: translate3d(0, 12%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (prefers-reduced-motion: reduce),(print) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        -o-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }
}

@media (max-width: 2560px) {
    .contact_section {
        min-height: 450px
    }
}

@media (max-width: 1920px) {
    .section_descript {
        width: 700px
    }
}

@media (max-width: 1680px) {
    .contact_section {
        min-height: 289px
    }
}

@media (max-width: 1280px) {
    .card-trade {
        padding-left: 100px
    }

    .why_card_item_title {
        font-size: 30px;
        font-weight: 600
    }
}

@media (max-width: 1024px) {
    .card-trade {
        padding-left: 30px
    }

    .card-trade__title {
        font-size: 36px
    }

    .our-platform_card_item {
        padding-left: 30px
    }

    .our-platform_card_item .btn_card {
        min-width: 140px
    }

    .why_wrapper {
        padding: 0 5px
    }

    .why_card_item {
        padding-left: 120px;
        margin: 0 5px
    }

    .why_card_item:nth-child(1), .why_card_item:nth-child(2), .why_card_item:nth-child(3) {
        background-position: 6% center
    }

    .why_card_item_title {
        font-size: 24px
    }
}

@media (max-width: 800px) {
    .section_descript {
        width: auto
    }
}

@media (max-width: 768px) {
    .header_nav a {
        margin-right: 10px
    }

    .section_main-screen {
        background-size: contain
    }

    .main-screen_main-img {
        width: 100%;
        height: 100%
    }

    .boolit_row {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr);
        -ms-grid-rows:(1fr) [ 2 ];
        grid-template-rows:repeat(2, 1fr)
    }

    .boolit_item:nth-child(2), .boolit_item:nth-child(4), .boolit_item:nth-child(6) {
        background: #2d384f
    }

    .boolit_item:nth-child(3), .boolit_item:nth-child(5) {
        background: #16223b
    }

    .card-trade:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-area: 1/2/2/4
    }

    .card-trade:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 4;
        -ms-grid-column-span: 2;
        grid-area: 1/4/2/6
    }

    .card-trade:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-area: 2/2/3/4
    }

    .card-trade:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 4;
        -ms-grid-column-span: 2;
        grid-area: 2/4/3/6
    }

    .card-trade:nth-child(5) {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 2;
        grid-area: 3/3/4/5
    }

    .card-trade_block {
        -ms-grid-columns: 0 (1fr) [ 4 ] 0;
        grid-template-columns:0 repeat(4, 1fr) 0
    }

    .our-platform_wraper {
        -ms-grid-columns: none;
        grid-template-columns:none
    }

    .our-platform_card_item {
        font-size: 12px;
        min-height: auto
    }

    .our-platform_card_item_header {
        font-size: 36px;
        font-weight: 600
    }

    .our-platform_card_item_header .our-platform_link_block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .our-platform_card_item_footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .our-platform_card_item_footer .btn_card__lite {
        height: 50px
    }

    .our-platform_card_item .btn_card {
        border: none;
        color: rgb(214 166 76);
        text-decoration: underline;
        font-weight: 600;
        min-width: auto;
        min-height: auto;
        padding: 0 20px 0 0;
        position: relative
    }

    .our-platform_card_item .btn_card:after {
        display: block;
        width: 20px;
        height: 100%;
        top: 55%;
        right: 0;
        content: '>>';
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .our-platform__link {
        width: 20px;
        height: auto;
        margin: 0 12px
    }

    .accounts-provide_item {
        margin-bottom: 30px;
        padding-bottom: 30px
    }

    .accounts-provide_item:nth-child(2) .accounts-provide_item__head {
        height: 104px;
        margin-bottom: 0
    }

    .accounts-provide_item .btn_card {
        min-width: 126px;
        font-size: 12px;
        min-height: 32px
    }

    .accounts-provide_item_body {
        padding: 0 30px;
        margin-bottom: 30px
    }

    .accounts-provide_item__head {
        height: 72px;
        margin-bottom: 30px
    }

    .accounts-provide_item__head__inner {
        font-size: 18px
    }

    .section_why {
        padding-bottom: 40px
    }

    .why_wrapper {
        -ms-grid-columns: 0fr (1fr) [ 4 ] 0 fr;
        grid-template-columns:0fr repeat(4, 1fr) 0fr;
        -ms-grid-rows:(1fr) [ 2 ];
        grid-template-rows:repeat(2, 1fr);
        grid-row-gap: 15px
    }

    .why_card_item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-area: 1/2/1/4
    }

    .why_card_item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 4;
        -ms-grid-column-span: 2;
        grid-area: 1/4/1/6
    }

    .why_card_item:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
        -ms-grid-column-span: 2;
        grid-area: 2/3/2/5
    }

    .trad-steps_items > .row > div:nth-child(2n) .trad-steps_item__int:after {
        border: none
    }

    .trad-steps_item {
        padding: 0 10%;
        margin-bottom: 30px
    }

    .trad-steps_item__title {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 0
    }

    .trad-steps_item__text {
        font-size: 12px
    }

    .trad-steps .btn_big {
        min-height: 43px;
        line-height: 43px;
        padding-top: 2px;
        font-size: 14px;
        font-weight: 400
    }

    .footer__info {
        padding: 0 30px 0 0
    }

    .main-screen-body {
        text-align: center
    }

    .main-screen-body .h1 {
        font-size: 28px
    }

    .main-screen-body .w-200 {
        width: 100%
    }

    .visit_item_wrapper {
        -ms-grid-columns:(1fr) [ 5 ];
        grid-template-columns:repeat(5, 1fr)
    }
}

@media (max-width: 533px) {
    .h1, h1 {
        font-size: 36px;
        line-height: 45px
    }

    .h2, h2 {
        font-size: 26px;
        line-height: 32px
    }

    .accounts-provide .accent-color, .main-screen_footer .accent-color, .what-trade_header .accent-color {
        display: block
    }

    .header {
        padding-top: 0
    }

    .header_logo {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        text-align: center
    }

    .header_control {
        text-align: center
    }

    .header_control__btn-hamburger {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #f2f2f2;
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    .header_top-line {
        border-bottom: none
    }

    .header_nav {
        display: none;
        background: #fff;
        -webkit-box-shadow: 0 0 10px 0 #c7c7c7;
        box-shadow: 0 0 10px 0 #c7c7c7;
        border-radius: 10px;
        padding: 20px 40px;
        background: #fff url(../../../../templates/custom/images/bg-1.svg) no-repeat right center;
        background-size: contain;
        z-index: 100000;
        width: 300px;
        position: absolute
    }

    .header_nav li {
        display: block
    }

    .header_nav a {
        padding: 10px;
        margin: 0
    }

    .header_nav a:after {
        bottom: 10px
    }

    .hamburger-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 6px
    }

    .section_main-screen {
        background-size: 50%;
        background-position-y: top
    }

    .main-screen_body {
        padding-top: 10px
    }

    .main-screen_body__inner {
        padding: 0 40px 0 60px
    }

    .main-screen__decription {
        width: auto;
        font-size: 14px;
        padding-right: 80px;
        line-height: 20px
    }

    .main-screen_footer {
        padding-top: 30px
    }

    .main-screen_footer .section_descript__grey {
        padding: 0 60px
    }

    .boolit_item {
        max-height: 162px
    }

    .boolit_title {
        font-size: 30px;
        padding-bottom: 15px
    }

    .boolit_text {
        font-size: 14px
    }

    .boolit_text__lite {
        font-size: 10px
    }

    .card-trade {
        margin: 0;
        padding: 30px 20px;
        min-height: 260px;
        background-size: contain !important
    }

    .card-trade .btn_card {
        width: 165px
    }

    .card-trade__text {
        font-size: 14px;
        line-height: 22px;
        padding-right: 15px
    }

    .card-trade_block {
        grid-gap: 5px
    }

    .card-trade__title {
        font-size: 22px;
        margin-bottom: 10px;
        font-weight: 900
    }

    .our-platform_wrapper {
        display: block
    }

    .accounts-provide_items {
        display: block;
        margin: 30px 0
    }

    .accounts-provide_item {
        margin-bottom: 20px
    }

    .accounts-provide_item:nth-child(2) {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .accounts-provide_item:nth-child(2) .accounts-provide_item__head {
        height: 70px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-bottom: 30px
    }

    .accounts-provide_item__head {
        height: 70px;
        font-size: 21px
    }

    .accounts-provide_item__head__inner {
        font-size: 21px
    }

    .accounts-provide_item .btn_card {
        width: 180px;
        height: 43px;
        font-size: 16px
    }

    .section_our-platform {
        background-position: center 200px;
        padding-top: 50px !important
    }

    .section_why {
        padding-bottom: 0 !important
    }

    .why_wrapper {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr);
        -ms-grid-rows: 1fr;
        grid-template-rows:1fr;
        margin-top: 20px
    }

    .why_card_item {
        padding: 0;
        height: 140px;
        text-align: center
    }

    .why_card_item:after {
        display: none
    }

    .why_card_item__img {
        width: 50px;
        height: 50px
    }

    .why_card_item_title {
        font-size: 12px;
        font-weight: 700;
        color: #16223b
    }

    .why_card_item:nth-child(1) {
        grid-area: auto
    }

    .why_card_item:nth-child(2) {
        grid-area: auto
    }

    .why_card_item:nth-child(3) {
        grid-area: auto
    }

    .trad-steps {
        padding: 0 0 !important
    }

    .trad-steps .h2 .accent-color {
        display: block
    }

    .trad-steps_items {
        margin-top: 30px
    }

    .trad-steps_item__int {
        width: 64px;
        height: 64px;
        font-size: 24px;
        line-height: 65px;
        margin-bottom: 10px
    }

    .trad-steps_item__int:after {
        top: 31px
    }

    .footer_social {
        margin-bottom: 30px
    }

    .main-screen-body .h1 {
        font-size: 28px
    }

    .visit_item:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 5/1/5/2;
        border-top: 1px solid #e8e8e8
    }

    .visit_item:nth-child(7) {
        -ms-grid-row: 5;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 5/2/5/3;
        border-top: 1px solid #e8e8e8
    }

    .visit_item_wrapper {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }

    .download-dashboard {
        padding-left: 10px;
        padding-right: 10px
    }

    .about_boolit.about_boolit_main-page .about_boolit_item {
        padding: 20px;
        margin-bottom: 0
    }

    .about_boolit.about_boolit_main-page .about_boolit_wrapper {
        display: -ms-grid;
        display: grid;
        margin: 0;
        grid-gap: 7px
    }

    .about_boolit.about_boolit_main-page .boolit_text {
        font-size: 14px;
        padding-top: 0
    }

    .about_boolit.about_boolit_main-page .boolit_text__lite {
        font-size: 13px
    }

    .about_boolit.about_boolit_main-page .boolit_title {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 16px
    }

    .section_what-trade {
        background: #fff
    }

    .section_what-trade .card-trade {
        margin-bottom: 12px
    }

    .section_what-trade .card-trade_block {
        display: block
    }

    .what-trade_header {
        padding-bottom: 30px
    }

    .footer {
        padding: 40px 20px
    }

    .footer_address {
        margin-top: 10px
    }

    .section_descript {
        font-size: 14px;
        margin-top: 0;
        padding: 0 30px
    }

    .section_descript__grey {
        font-size: 14px;
        padding: 0 15px
    }

    .section {
        padding: 20px 0
    }

    .btn_big {
        min-width: 244px
    }
}

.democheck {
    display: none
}

body, html {
    scroll-behavior: smooth
}

body.body_vi {
    letter-spacing: 1px
}

body.body_vi a.btn {
    max-width: 250px !important;
    padding-left: 10px;
    padding-right: 10px
}

body.body_vi .accounts_title {
    line-height: 50px
}

body.body_vi .single_benefit p {
    text-align: center
}

body.body_vi .welcome_bonus--popup_txt {
    padding-top: 20px;
    padding-right: 30px
}

body.body_vi .about_boolit.about_boolit_main-page .boolit_text {
    text-transform: uppercase
}

body.body_vi .cta_section .h2 {
    text-transform: capitalize
}

.trade-welcome__title {
    margin: 0 auto
}

.active-menu {
    display: block
}

.erro_container {
    text-align: center;
    font-size: 26px;
    color: #df3e3e !important
}

.erro_container p {
    color: #367e36 !important
}

.about_open-account_wrapper-card > .row div:nth-child(2) .about_open-account_card .btn_card {
    width: 250px !important
}

.hamburger--slider.is-active2 .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--slider.is-active2 .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0
}

.hamburger--slider.is-active2 .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
    transform: translate3d(0, -20px, 0) rotate(-90deg)
}

.table-platform {
    overflow-x: auto
}

.demo-account-hidden {
    background: 0 0
}

.ctm-link-back {
    text-align: left;
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    position: relative
}

.ctm-link-back::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-top: 1px solid #16223b;
    border-left: 1px solid #16223b;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
    left: -5px
}

.ctm-thank-block {
    max-width: 794px;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 9px 9px 30px rgb(214 166 76)1c;
    padding: 15px;
    margin: 0 auto
}

.ctm-container {
    border: 1px dashed #dcdad9;
    border-radius: 4px;
    padding: 20px 30px 44px 29px
}

.ctm-thanks-title {
    margin-top: 20px;
    margin-bottom: 20px
}

.ctm-thanks-text {
    max-width: 500px;
    width: inherit;
    font-weight: 600
}

.ctm-download {
    background: #fff;
    border-radius: 4px;
    max-width: 275px;
    margin: 0 auto
}

.ctm-download-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #16223b
}

.ctm-download .our-platform_link_block {
    justify-content: center;
    margin-top: 8px
}

.ctm-download .our-platform__link path {
    transition-duration: .4s;
    fill: rgb(214 166 76)
}

.ctm-download .our-platform__link:hover path {
    fill: rgba(238, 116, 59, .7)
}

.table-mob {
    overflow: hidden;
    display: none;
    box-shadow: 5px 9px 13px #00000029;
    background: #f8f8f8;
    max-width: 560px;
    width: 100%;
    font-size: 10px;
    padding-right: 0;
    padding-left: 10px;
    padding-bottom: 0;
    position: relative;
    order: 2
}

.table-mob-stat {
    max-width: 100px;
    width: 100%;
    border-right: 1px solid rgba(70, 70, 70, .13);
    padding-bottom: 20px
}

.table-mob .table-lite_ht {
    min-height: 97px;
    padding-bottom: 10px;
    padding-left: 10px
}

.table-lite_ht span {
    font-size: 10px
}

.table-mob .table-lite_td {
    height: 52px;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 50px
}

.ctm-padding {
    padding-right: 48px
}

.slider {
    position: relative;
    width: 100%;
    min-width: 180px
}

.slider__wrapper {
    display: flex;
    position: relative;
    box-sizing: border-box
}

.ctm-pagin {
    bottom: 0;
    right: calc(50% - 18px)
}

.ctm-pagin span {
    margin-right: 5px;
    margin-left: 5px;
    background-color: #c9c9c9;
    opacity: 1;
    outline: 0
}

.ctm-pagin .swiper-pagination-bullet-active {
    background-color: rgb(214 166 76)
}

.about_open-account_card_footer {
    margin-bottom: 0
}

.table-custom_td__head {
    box-shadow: 0 3px 6px #00000029
}

.footer p {
    font-size: 12px;
    letter-spacing: .12px;
    color: #8b919d
}

.footer p > b {
    color: #fff
}

.footer_address_item:first-child {
    display: block;
    position: relative;
    margin-left: 60px;
    margin-right: 30px;
    padding-bottom: 14px;
    margin-bottom: 15px
}

.footer_sub {
    padding-bottom: 25px;
    margin-top: 0
}

.footer__info {
    height: 165px;
    padding-left: 0;
    margin-left: 60px;
    padding-right: 10px
}

.footer__logo {
    text-align: center
}

.footer_address__text {
    position: relative
}

.footer__privacy .footer_address__text:not(:last-child) {
    margin-right: 40px
}

.footer__privacy .footer_address__text:last-child::after {
    content: none
}

.footer__privacy .footer_address__text::after {
    content: "";
    position: absolute;
    border-right: 1px solid #fff;
    height: 19px;
    right: -20px
}

.footer__privacy .footer_address_item {
    padding-top: 15px;
    margin-top: 15px;
    padding-bottom: 0;
    margin-bottom: 0
}

.footer__privacy .block-dotted-line::after {
    bottom: 100%
}

.footer__copyright {
    margin-bottom: 0
}

.platform-new-design {
    justify-content: center;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 35px
}

.platform-new-design .our-platform__link {
    margin-right: 20px;
    margin-left: 0;
    border-radius: 106px;
    width: 56px;
    height: 56px;
    background-color: rgba(164, 164, 164, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: .4s
}

.platform-new-design .our-platform__link:hover {
    background-color: rgba(255, 255, 255, .1)
}

.platform-new-design .our-platform__link:last-child {
    margin-right: 0
}

.our-platform__title {
    color: #fee99a;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 16px;
    text-align: center;
    font-weight: 500
}

.footer__nav-links {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-bottom: 30px;
    margin-bottom: 35px
}

.menu__links-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.footer__module-container {
    max-width: 130px;
    width: 100%
}

.footer__module-container .footer__list__title, .menu__links-list li {
    color: #fff;
    font-size: 14px;
    line-height: 21px
}

.menu__links-list li:not(:last-child) {
    margin-bottom: 15px
}

.menu__links-list li > a {
    opacity: .5;
    font-size: 13px;
    line-height: 20px;
    color: #fff
}

.menu__links-list li > a:hover {
    color: rgba(238, 116, 59, .7);
    opacity: 1
}

.footer__contacs-title, .footer__socials-title {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500
}

.footer__contacs-title {
    margin-bottom: 13px
}

.footer__socials-title {
    margin-bottom: 20px
}

.footer__contacs-info {
    display: flex
}

.footer__contacts-container {
    margin-right: 40px
}

.footer__contacs-info .footer_address_item {
    margin-bottom: 15px;
    grid-template-columns:20px 1fr;
    align-items: center
}

.footer__contacs-info .footer_address__text {
    opacity: .5;
    font-size: 13px;
    line-height: 20px
}

.footer_address__marker {
    width: 15px
}

.footer_socials {
    display: flex;
    align-items: center;
    width: 216px;
    justify-content: space-between
}

.ctm-thank-block .text-center {
    overflow: hidden;
    position: relative
}

.footer_socials-links .a {
    opacity: .5;
    fill: #fff;
    transition-duration: .4s
}

.footer_socials-links:hover .a {
    fill: rgba(238, 116, 59, .7);
    opacity: 1
}

.ctm-animate {
    background: #f9f9f9;
    border-radius: 50%;
    width: 112px;
    height: 112px;
    margin: 0 auto;
    display: flex;
    align-items: start;
    justify-content: center;
    position: relative;
    cursor: pointer
}

.ctm-animate::before {
    content: "";
    position: absolute;
    border: 1px solid #16223b;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transform: translate(57px, 0);
    transition: all .7s ease-in-out
}

.ctm-animate::after {
    content: "";
    position: absolute;
    border: 1px solid #16223b;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    transform: translate(45px, 105px);
    transition: all .7s ease-in-out
}

.ctm-thank-block .text-center::before {
    content: "";
    position: absolute;
    border: 1px solid rgb(214 166 76);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    transition: all .7s ease-in-out;
    transform: translate(-80px, 40px)
}

.ctm-animate img {
    transform: translate(3px, 12px);
    transition: all .7s ease-in-out
}

.ctm-animate--active img {
    transform: translate(3px, -102px)
}

.ctm-animate--active.ctm-animate::before {
    transform: translate(54px, 3px)
}

.ctm-animate--active.ctm-animate::after {
    transform: translate(42px, 102px)
}

.ctm-thank-block .ctm-animate--active.text-center::before {
    transform: translate(-75px, 35px)
}

.payment {
    background-color: #f9f9f9
}

.payment_section {
    background-image: url(/assets/images/paymentmethods/pm-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 277px
}

.payment_section > .container {
    padding-top: 90px;
    padding-bottom: 70px;
    display: flex;
    justify-content: flex-end;
    padding-right: 310px
}

.payment_title {
    font-size: 45px;
    line-height: 54px;
    text-align: left;
    color: #fff
}

.payment_subtitle {
    margin-top: 75px;
    margin-bottom: 30px;
    font-size: 42px;
    line-height: 55px;
    text-align: center
}

.payment_subtitle > .accent-color {
    margin-left: 10px
}

.switch {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    left: calc(50% - 184px)
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.payment .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.payment .slider:before {
    position: absolute;
    content: "";
    width: 176px;
    height: 45px;
    box-shadow: 3px 3px 8px #00000024;
    border-radius: 22px;
    left: 0;
    bottom: 0;
    background-color: rgb(214 166 76);
    -webkit-transition: .4s;
    transition: .4s
}

input:checked + .slider:before {
    -webkit-transform: translateX(190px);
    -ms-transform: translateX(190px);
    transform: translateX(190px)
}

.slider.round {
    width: 368px;
    height: 45px;
    border-radius: 22px;
    border: 1px solid #e8e8e8;
    background-color: #fff
}

.switch_text {
    position: relative;
    display: flex;
    justify-content: space-around;
    width: 368px;
    font-size: 18px;
    line-height: 22px;
    bottom: 50%;
    transform: translateY(-13px);
    pointer-events: none
}

.switch_dep {
    color: #fff
}

input:checked ~ .switch_text > .switch_dep {
    color: #16223b
}

input:checked ~ .switch_text > .switch_wid {
    color: #fff
}

input:active > .switch_wid {
    color: #fff
}

input:focus > .switch_wid {
    color: #fff
}

.payment .row {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap
}

.methods_container {
    margin-bottom: 75px
}

.table_flex-wrapp {
    display: flex;
    flex-direction: column
}

.deposit_methods {
    margin: 0 auto;
    max-width: 1200px;
    width: 95%;
    display: grid;
    grid-template-rows:minmax(100px, 100px) minmax(106px, 106px)
}

.row_title {
    display: grid;
    grid-template-columns:minmax(150px, 150px) minmax(175px, 175px) repeat(4, 1fr);
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    background-color: #16223b;
    box-shadow: 2px 3px 6px #0000002B;
    padding-top: 37px;
    padding-bottom: 37px;
    padding-left: 32px;
    border-radius: 5px
}

.row_content {
    display: grid;
    grid-template-columns:minmax(150px, 150px) minmax(175px, 175px) repeat(4, 1fr);
    align-items: center;
    height: 100px;
    padding-left: 32px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 25px;
    color: #16223b;
    font-weight: 500;
    background-color: #fff;
    margin-top: 6px
}

.btn_deposit {
    border-radius: 5px;
    padding: 10px 20px;
    border: 1px solid rgb(214 166 76)
}

.time_icon {
    position: relative;
    padding-left: 28px
}

.time_icon::before {
    content: "";
    position: absolute;
    background-image: url(../../../../images/pay-methods/time.svg);
    width: 15px;
    height: 23px;
    left: 5px
}

.col_text-transform .col_show-text:first-child {
    display: block
}

.col_text-transform .col_show-text:last-child {
    display: none
}

.methods_container > .deposit_table {
    display: none
}

.methods_container > .withdrawal_table {
    display: block
}

.methods_container.methods_deposit > .deposit_table {
    display: block
}

.methods_container.methods_deposit > .withdrawal_table {
    display: none
}

.payment_info {
    background: #fff;
    padding-top: 75px;
    padding-bottom: 89px
}

.info_boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1032px;
    margin: 0 auto;
    margin-bottom: 84px
}

.info_box {
    max-width: 324px;
    background: #f8f8f8;
    box-shadow: 6px 4px 13px #00000030;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 37px;
    padding-bottom: 82px;
    padding-left: 25px;
    padding-right: 25px
}

.info_box:first-child {
    padding-left: 50px;
    padding-right: 50px
}

.info_box:not(:last-child) {
    margin-right: 28px
}

.info_box-label {
    margin-top: 27px;
    margin-bottom: 24px;
    color: #777;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    position: relative
}

.info_box-label::before {
    content: "";
    position: absolute;
    border: 1px dashed #777;
    width: 87px;
    opacity: .7;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px
}

.info_box-text {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #16223b
}

.consultation_title {
    text-align: center;
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 25px
}

.consultation_btns {
    display: flex;
    justify-content: center
}

.consultation_btns .btn {
    min-width: 158px
}

.default-link {
    color: inherit
}

.default-link-terms {
    color: #00f
}

.trading-table-mob .table-mob-stat {
    margin-right: 4px;
    max-width: 170px;
    border: none
}

.trading-table-mob .table-custom_col_body_th {
    margin-bottom: 4px;
    padding: 23px
}

.trading-table-mob .table-custom_col_body_td {
    margin-bottom: 4px
}

.trading-table-mob .col-flex-padding {
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.trading-table-mob .table-custom_col_body_td {
    padding: 26px
}

.trading-table-mob .col-padding_1 {
    padding: 16px
}

.trading-table-mob .col-padding_2 {
    padding: 17px
}

.trading-table-mob .col-padding_3 {
    padding: 24px
}

.trading-table-mob .col-padding_4 {
    padding: 25px
}

.trading-table-mob .col-padding_5 {
    padding: 35px
}

.trading-table-mob .col-padding_6 {
    padding: 33px
}

.trading-table-mob .slider {
    min-width: inherit
}

.trading-table-mob .col-padding {
    padding-left: 5px;
    padding-right: 5px
}

.pop-up__overflow {
    display: none;
    background: rgba(153, 153, 153, .87);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11111
}

.pop-up__container {
    background: #16223b;
    box-shadow: 0 0 20px #000;
    max-width: 602px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 70px;
    z-index: 1111111
}

.pop-up__container::after {
    content: "";
    position: absolute;
    width: 344px;
    height: 410px;
    background-image: url(../../../../images/pop-up/pop-up-img.svg);
    top: -25px;
    right: -88px
}

.pop-up__close {
    border: none;
    padding: 18px;
    background: 0 0;
    cursor: pointer;
    position: relative
}

.pop-up__close::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url(../../../../images/pop-up/btn-close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: translate(-50%, -50%)
}

.pop-up__close-icon {
    width: 12px;
    height: 12px
}

.pop-up__content {
    padding-left: 46px;
    padding-top: 15px;
    max-width: 470px
}

.pop-up__title {
    color: #fff;
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 0
}

.pop-up__text {
    color: #fff;
    font-size: 34px;
    line-height: 46px;
    text-transform: uppercase;
    max-width: 360px;
    padding-left: 129px;
    margin-top: 17px;
    margin-bottom: 40px;
    position: relative
}

.pop-up__text::before {
    content: "";
    position: absolute;
    width: 114px;
    height: 162px;
    left: 0;
    top: calc(50% - 81px);
    background-image: url(../../../../images/pop-up/icon-zero.svg)
}

.pop-up__overflow.pop-up__active {
    display: block
}

.accept_img-block > .row {
    justify-content: center
}

.footer-brand-link:not(:first-child) {
    margin-left: 60px
}

.we_accept--mob_slider {
    display: none
}

.accounts {
    background-color: #fff;
    overflow: hidden
}

.accounts_main {
    background-image: url(/assets/images/promotions/accounts-main-icon.png), url(/assets/images/promotions/accounts-bg.png);
    background-position: center 72px, center top;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, cover
}

.accounts_title {
    text-align: center;
    font-size: 38px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase
}

.accounts_main-content {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 369px;
    padding-top: 245px;
    padding-bottom: 98px
}

.accounts-info {
    margin-top: -76px;
    margin-bottom: 60px
}

.accounts-info__container {
    margin-top: 0;
    background: #fff;
    box-shadow: 10px 13px 19px #00000014;
    border-radius: 5px;
    padding: 30px 0 40px 0
}

.accounts-info__item {
    height: inherit;
    padding: 0
}

.accounts-info__item img {
    margin-bottom: 15px
}

.accounts-steps {
    margin-bottom: 56px
}

.accounts-bonus__container {
    margin-bottom: 70px
}

.accounts-bonus .accounts_title, .accounts-steps .accounts_title {
    color: #16223b;
    text-transform: none;
    margin-bottom: 30px
}

.accounts-steps__container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.accounts-steps__item {
    background: #f8f8f8;
    box-shadow: 6px 11px 15px #39404726;
    max-width: 1000px;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 20px;
    position: relative
}

.accounts-steps__item:nth-child(2) {
    flex-direction: column
}

.accounts-steps__item:nth-child(2)::after {
    height: 50%;
    top: 40%
}

.accounts-steps__item::after {
    content: '';
    height: 60%;
    width: 1px;
    position: absolute;
    top: 50%;
    right: 50%;
    background: #d6dde6;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.accounts-steps__item:first-child, .accounts-steps__item:nth-child(2) {
    z-index: 11
}

.accounts-steps__item:last-child:before, .accounts-steps__theme-dark::before {
    content: "";
    position: absolute;
    width: 282px;
    height: 434px;
    background-image: url(/assets/images/hon-logo.svg)
}

.accounts-steps__item:last-child::before {
    right: -160px;
    top: -962px
}

.accounts-steps__theme-dark::before {
    left: -170px;
    bottom: -120px
}

.accounts-steps__icon {
    position: relative
}

.accounts-steps__icon:before {
    content: "";
    position: absolute;
    background-image: url(/assets/images/promotions/dots-circle.svg);
    width: 196px;
    height: 196px;
    top: calc(50% - 98px);
    left: calc(50% - 98px)
}

.step-icon {
    color: #ee733a;
    text-shadow: 9px 12px 16px rgb(214 166 76)40;
    font-size: 229px;
    line-height: 292px;
    font-weight: 900;
    position: relative;
    z-index: 1
}

.accounts-steps__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 50px
}

.accounts-steps__content::before {
    content: "";
    position: absolute;
    top: -40px
}

.account-icon::before {
    width: 39px;
    height: 39px;
    background-image: url(../../../../images/accounts/deposit-icon.svg)
}

.deposit-icon::before {
    width: 51px;
    height: 37px;
    background-image: url(../../../../images/accounts/account-icon.svg)
}

.accounts-steps__title {
    font-size: 22px;
    color: #16223b;
    margin-bottom: 18px;
    text-align: center
}

.accounts-steps__content .account_btn {
    min-width: 165px
}

.accounts-steps__item-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%
}

.accounts-steps__item .row {
    padding-bottom: 23px
}

.accounts-steps__item .footer-brand-link {
    margin-left: 14px;
    box-shadow: 4px 3px 12px #0000000d;
    border-radius: 14px;
    background-color: #fff;
    width: 94px;
    height: 52px;
    padding: 0 5px;
    margin-top: 15px
}

.accounts-steps__item .footer-brand-link img {
    filter: none;
    width: 53px;
    height: 55px;
    margin: 0 auto;
    display: block
}

.accounts-steps__item .footer-brand-link .img-size1 {
    width: 80px
}

.accounts-steps__item .footer-brand-link .img-size2 {
    width: 75px;
    height: inherit
}

.accounts-steps__item .footer-brand-link .img-size3 {
    width: 40px;
    height: 40px;
    margin-top: 6px
}

.accounts-steps__item .footer-brand-link .img-size4 {
    width: 45px
}

.accounts-steps__item .footer-brand-link:last-child {
    margin-right: 14px
}

.accounts-steps__item .footer-brand-link:nth-child(2) > img {
    padding: 14px 0;
    height: inherit
}

.accounts-steps__item .footer-brand-link:last-child > img {
    padding: 10px 0
}

.accounts-steps__theme-dark {
    background: #16223b;
    margin-bottom: 11px
}

.accounts-steps__theme-dark.accounts-steps__item::after {
    background: #fff;
    opacity: .1
}

.accounts-steps__theme-dark .step-icon {
    color: #fff;
    text-shadow: 9px 12px 16px #6a9ef61c
}

.accounts-steps__theme-dark .accounts-steps__icon:before {
    background-image: url(/assets/images/promotions/dots-circle-white.svg)
}

.accounts-steps__theme-dark .account-icon::before {
    width: 48px;
    height: 48px;
    background-image: url(/assets/images/promotions/discount.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: -60px
}

.accounts-steps__theme-dark .accounts-steps__title {
    color: #fff;
    margin-bottom: 0
}

.accounts-steps__theme-dark .accounts-steps__content {
    margin-top: 80px
}

.wallet-icon::before {
    width: 43px;
    height: 43px;
    background-image: url(/assets/images/promotions/wallet-passes-app.svg);
    top: -50px
}

.accounts-bonus {
    background-color: #f8f8f8;
    padding-top: 38px;
    padding-bottom: 90px
}

.accounts-bonus .accounts_title {
    margin-bottom: 33px
}

.accounts-bonus__lots {
    display: flex;
    justify-content: center;
    margin-bottom: 46px
}

.accounts-bonus__lot:first-child {
    margin-right: 24px
}

.accounts-bonus__lot {
    background: #fff;
    box-shadow: 5px 12px 17px #0000000f;
    width: 437px;
    border-top: 11px solid #16253d;
    padding: 59px 30px 33px 30px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.accounts-bonus__title {
    margin-top: 18px;
    margin-bottom: 14px;
    color: #16223b;
    font-size: 26px;
    line-height: 39px
}

.accounts-bonus__label {
    background: #f9f9f9;
    border-radius: 3px;
    display: flex;
    justify-content: space-evenly;
    max-width: 376px;
    width: 100%;
    padding: 18px 0
}

.accounts-bonus__label-text {
    color: #9a9a9a;
    font-size: 16px;
    line-height: 25px
}

.accounts-bonus__label-text span {
    color: #16223b;
    border-bottom: 1px solid #9a9a9a;
    font-weight: 600
}

.accounts-bonus__profit {
    color: #16223b;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    margin-top: 13px;
    margin-bottom: 19px
}

.accounts-bonus__info {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative
}

.accounts-bonus__info::after, .accounts-bonus__info::before {
    content: "";
    position: absolute;
    width: 376px;
    opacity: .4
}

.accounts-bonus__info::after {
    border-bottom: 4px dotted #9a9a9a;
    top: 0
}

.accounts-bonus__info::before {
    border-top: 4px dotted #9a9a9a;
    bottom: 0
}

.accounts-bonus__info .lot-info-box {
    display: flex;
    justify-content: space-evenly
}

.lot-info-box:not(:last-child) {
    margin-bottom: 20px
}

.lot-info-box {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%
}

.lot-info__amount.lot-info__amount-size {
    font-size: 37px;
    line-height: 56px;
    font-weight: 700
}

.lot-info__descr {
    color: #9a9a9a;
    font-size: 16px;
    line-height: 25px;
    width: 97px
}

.lot-info__amount {
    color: #16223b;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    width: 101px
}

.accounts-bonus__lot-bonus .accounts-bonus__info .lot-info-box {
    margin-bottom: 10px
}

.accounts-bonus__lot-bonus .accounts-bonus__info .lot-info-box:first-child .lot-info__descr {
    margin-left: 58px
}

.accounts-bonus__lot-bonus .accounts-bonus__info .lot-info-box:first-child .lot-info__amount {
    width: 160px;
    margin-left: 58px;
    line-height: 18px
}

.accounts-bonus__lot-bonus {
    border-top: 11px solid rgb(214 166 76)
}

.accounts-bonus__lot-bonus .accounts-bonus__title span, .accounts-bonus__lot-bonus .lot-info__amount span, .accounts-bonus__lot-bonus .lot-info__amount-size {
    color: rgb(214 166 76)
}

.btn-bonus {
    max-width: 186px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    font-weight: 600;
    color: #16223b;
    padding: 10px 20px;
    border-radius: 5px;
    border: 2px solid #16223b;
    position: relative
}

.accounts-bonus .btn_deposit {
    position: relative;
    max-width: 320px;
    width: 100%;
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    margin: 0 auto;
    padding: 10px 20px;
    border: 2px solid rgb(214 166 76)
}

.accounts-bonus .btn_deposit::after, .accounts-bonus .btn_deposit::before, .btn-bonus::after, .btn-bonus::before {
    content: "";
    position: absolute;
    border-bottom: 2px dashed #b8b8b8;
    width: 286px;
    top: 50%;
    opacity: .5
}

.accounts-bonus .btn_deposit::after, .accounts-bonus .btn_deposit::before {
    width: 230px
}

.btn-bonus::before {
    right: 225px
}

.accounts-bonus .btn_deposit::before {
    right: 360px
}

.btn-bonus::after {
    left: 225px
}

.accounts-bonus .btn_deposit::after {
    left: 360px
}

.accounts-consult {
    background: #fff;
    box-shadow: 4px 10px 14px #0000001a;
    padding-right: 86px;
    padding-top: 112px;
    padding-bottom: 112px;
    display: flex;
    justify-content: flex-end;
    text-align: left;
    width: 620px;
    margin-left: auto;
    position: relative;
    margin-bottom: 75px
}

.accounts-consult::before {
    content: "";
    position: absolute;
    width: 660px;
    height: 520px;
    background-image: url(/assets/images/promotions/get-bonus-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    left: -610px;
    top: calc(50% - 260px)
}

.accounts-consult .accounts_title {
    line-height: 53px;
    text-align: left;
    margin-bottom: 20px
}

.list-unstyled {
    list-style: none
}

.documents {
    padding-top: 54px;
    padding-bottom: 58px;
    background-color: #f9f9f9
}

.documents_title {
    font-size: 38px;
    line-height: 57px;
    text-align: center;
    margin-bottom: 26px
}

.documents__container {
    box-shadow: 3px 3px 25px #00000029;
    background-color: #fff;
    padding-top: 42px;
    padding-bottom: 72px;
    padding-left: 104px;
    padding-right: 104px;
    max-width: 1300px;
    width: 100%
}

.documents__text {
    color: #16223b;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 35px;
    max-width: 939px;
    width: 100%
}

.documents__list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid rgba(174, 174, 174, .41);
    margin-bottom: 42px
}

.documents__item {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer
}

.documents__item::after {
    position: absolute;
    width: 0;
    height: 3px;
    background: rgb(214 166 76);
    left: 0;
    bottom: -3px;
    z-index: 10;
    content: '';
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.documents__item--active::after {
    right: 0;
    width: 100%
}

.documents__item:hover::after {
    right: 0;
    width: 100%
}

.documents__item-text {
    color: #1f2a42;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500
}

.documents__item-text > b {
    font-size: 16px;
    display: block;
    line-height: 21px
}

.documents__files-container {
    display: none
}

.documents__files-container.documents__files-active {
    display: flex
}

.files-list {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0
}

.files-list:first-child {
    margin-right: 250px
}

.files-list__item {
    color: #1f2a42;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    padding-left: 50px;
    position: relative;
    cursor: pointer
}

.files-list__link {
    color: #1f2a42
}

.files-list__item::before {
    content: "PDF";
    position: absolute;
    width: 23px;
    height: 29px;
    color: rgb(214 166 76);
    left: 5px;
    font-size: 8px;
    line-height: 10px;
    border: 2px solid rgb(214 166 76);
    border-top-right-radius: 8px;
    padding-top: 5px;
    text-align: center
}

.files-list__item::after {
    content: "";
    position: absolute;
    width: 15px;
    border-top: 2px solid rgb(214 166 76);
    border-bottom: 2px solid rgb(214 166 76);
    left: 9px;
    bottom: -3px;
    padding: 1px
}

.files-list__item:not(:last-child) {
    margin-bottom: 37px
}

.block-need-help {
    padding-top: 48px;
    padding-bottom: 64px
}

.block-need-help > .accent-color {
    margin-left: 13px
}

.block-need-help .consultation_btns {
    position: relative;
    max-width: 900px;
    width: 100%;
    margin: 0 auto
}

.block-need-help .consultation_btns::after, .block-need-help .consultation_btns::before {
    content: "";
    position: absolute;
    width: 257px;
    border-bottom: 2px dotted #a4a4a4;
    top: 50%;
    opacity: .4
}

.block-need-help .consultation_btns::before {
    left: 0
}

.block-need-help .consultation_btns::after {
    right: 0
}

.regulations-section .documents_title {
    margin-top: 53px
}

.regulations-image {
    background-image: url(/assets/images/about/regulations-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 118px 0
}

.regulations_text {
    font-size: 18px;
    line-height: 30px;
    color: #16223b;
    font-weight: 700;
    margin-bottom: 33px;
    margin-left: auto;
    margin-right: auto;
    max-width: 972px;
    width: 95%
}

.regulations-section .block-need-help {
    background-color: #f9f9f9
}

.licenses {
    max-width: 972px;
    width: 94%;
    margin: 0 auto
}

.license-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px
}

.license-item img {
    display: flex;
    align-self: flex-start;
    width: 90px
}

.license-info {
    margin-left: 56px;
    position: relative;
    padding-bottom: 40px
}

.block-dotted-line::after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 2px dotted #a4a4a4;
    left: calc(50% - 50%);
    bottom: 0;
    opacity: .4
}

.license-abbr {
    margin-bottom: 0;
    color: #16223b;
    font-size: 35px;
    line-height: 36px;
    font-weight: 600
}

.license-title {
    color: #16223b;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 0
}

.license-link {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600
}

.license-text {
    color: #16223b;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0
}

.header_nav li {
    position: relative
}

.header_nav .nav-child {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    min-width: 230px;
    top: 45px;
    left: -18px;
    box-shadow: 5px 6px 6px #00000029;
    border-radius: 5px;
    padding-bottom: 15px;
    z-index: 111
}

.header_nav li:hover .nav-child {
    display: flex
}

.nav-child .active > a:after {
    content: none
}

.nav-child .active > a {
    color: rgb(214 166 76)
}

.nav-child a {
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 5px
}

.nav-child a:after {
    bottom: 4px
}

.bonus .contact_section {
    background: url(../../../../images/bonus/bonus-bg.png) no-repeat center/cover;
    min-height: 257px;
    margin-bottom: 60px
}

.bonus .h1 {
    font-size: 42px;
    line-height: 55px
}

.bonus__container .accounts-consult::before {
    content: "";
    position: absolute;
    background-image: url(/assets/images/promotions/bonus-banner-1-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: -510px;
    top: calc(50% - 218px);
    width: 530px;
    height: 438px
}
.bonus__container .wtl-banner::before {
    content: "";
    position: absolute;
    background-image: url(/assets/images/promotions/wtl-overview.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: -510px;
    top: calc(50% - 218px);
    width: 530px;
    height: 438px
}
.bonus__container .twentyperce::before {
    background: url(/assets/images/promotions/twecheck.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: -510px;
    top: calc(50% - 218px);
    width: 530px;
    height: 438px
}

.bonus__container-banners {
    max-width: 1080px;
    margin: 0 auto;
    margin-bottom: 100px
}

.bonus__container .accounts-consult {
    width: 548px;
    padding-top: 105px;
    padding-bottom: 105px;
    justify-content: flex-start;
    padding-left: 78px;
    padding-right: 0;
    margin-bottom: 35px
}

.bonus__container .accounts_title {
    color: #16223b;
    font-size: 28px;
    text-transform: capitalize;
    line-height: 32px;
    margin-bottom: 10px
}

.bonus__list {
    margin-bottom: 20px;
    list-style: none
}

.bonus__item {
    color: #1f2a42;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    position: relative
}

.bonus__item::before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: rgb(214 166 76);
    border-radius: 50%;
    left: -18px;
    top: 8px;
}

.tb-policy-td {
    text-align: left
}

.ecn-accounts {
    margin-left: 25px
}

.bonus__container .ecn-accounts, .bonus__container .tradeable-accounts {
    margin-bottom: 30px;
    padding-top: 130px;
    padding-bottom: 130px
}

.bonus__container .ecn-accounts::before {
    background-image: url(../../../../images/bonus/bonus-banner-2-2.png);
    left: 525px
}

.ecn-accounts .accounts_title .accent-color {
    display: block
}

.bonus__container .tradeable-accounts::before {
    background-image: url(../../../../images/bonus/bonus-banner-3-3.png)
}

.bonus__item span {
    display: block
}

.tradeable-accounts .bonus__item:first-child:before {
    top: calc(50% - 18px)
}

.bonus__open-account {
    background: url(/assets/images/promotions/bonus-bg-2.png) no-repeat center/cover;
    padding-top: 60px;
    padding-bottom: 80px
}

.bonus__open-account a:last-child {
    color: rgb(214 166 76)
}

.bonus__open-account a:hover:last-child {
    color: #fff
}

.ecn-prom .accounts_main {
    background-image: url(../../../../images/ecn-promotion/ecn-main-icon.png), url(../../../../images/ecn-promotion/ecn-promotion-bg.png);
    background-size: 920px, cover;
    background-position: center 50px, center top
}

.ecn-prom .accounts_main-content {
    max-width: 615px
}

.ecn-prom .btn {
    min-width: 265px
}

.ecn-prom .accounts_title:not(.accounts_main .accounts_title) {
    text-transform: capitalize;
    color: #16223b;
    text-transform: none
}

.ecn-prom .accounts_title .accent-color {
    text-transform: capitalize
}

.ecn-prom__steps {
    position: relative;
    margin-bottom: 75px
}

.ecn-prom__steps::before {
    content: "";
    position: absolute;
    background-image: url(/assets/images/hon-logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 360px;
    height: 646px;
    left: -140px;
    top: 40px
}

.steps-item-text {
    font-size: 22px;
    line-height: 31px;
    color: #16223b;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 7px
}

.ecn-prom__steps-item {
    max-width: 230px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.ecn-prom__steps-container {
    display: flex;
    flex-direction: column;
    max-width: 752px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 51px;
    margin-bottom: 44px;
    position: relative
}

.ecn-prom__steps-container::before {
    content: "";
    position: absolute;
    background-image: url(../../../../images/ecn-promotion/solid-arrow-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 244px;
    height: 546px;
    top: calc(50% - 273px);
    left: calc(50% - 122px)
}

.ecn-prom__steps-box {
    display: flex;
    justify-content: space-between;
    height: 250px;
    position: relative
}

.ecn-prom__steps-box::after, .ecn-prom__steps-box::before {
    content: "";
    position: absolute;
    background-color: #fff;
    border: 1px solid #1d3144;
    border-radius: 50%;
    width: 8px;
    height: 8px
}

.ecn-prom__steps-box:first-child::before {
    right: 252px;
    top: 168px
}

.ecn-prom__steps-box:first-child::after {
    top: 51px;
    left: 253px;
    background-color: rgb(214 166 76);
    border: none;
    box-shadow: 0 3px 11px rgb(214 166 76);
    width: 11px;
    height: 11px
}

.ecn-prom__steps-box:last-child::before {
    right: 254px;
    top: 190px
}

.ecn-prom__steps-box:last-child::after {
    top: 75px;
    left: 253px
}

.ecn-prom__steps-box:first-child {
    margin-bottom: 144px
}

.steps-item-2, .steps-item-4 {
    align-self: flex-end
}

.ecn-prom .ecn-prom__steps-item .btn {
    min-width: inherit
}

.steps-item-1 .steps-item-number, .steps-item-2 .steps-item-number, .steps-item-3 .steps-item-number, .steps-item-4 .steps-item-number {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    line-height: 48px;
    color: #fff;
    border-radius: 50%
}

.steps-item-1 .steps-item-number {
    background-color: #16223b;
    box-shadow: 0 3px 9px #16223b7a
}

.steps-item-2 .steps-item-number {
    background-color: rgb(214 166 76);
    box-shadow: 0 3px 11px rgb(214 166 76)D6
}

.steps-item-3 .steps-item-number {
    background-color: #f7a823;
    box-shadow: 0 3px 6px #f7a82330
}

.steps-item-4 .steps-item-number {
    background-color: #f8c884;
    box-shadow: 0 3px 13px #f8c884
}

.ecn-prom__steps .account_btn {
    display: block;
    max-width: 265px;
    margin-left: auto;
    margin-right: auto
}

.ecn-prom__brands {
    margin-bottom: 75px;
    position: relative;
    padding-top: 45px
}

.ecn-prom__brands::after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #16223b;
    width: 1200px;
    top: 0;
    left: calc(50% - 600px);
    opacity: .2
}

.ecn-prom__brands .accounts_title {
    margin-bottom: 40px
}

.ecn-prom__brands .footer-brand-link {
    margin-left: 14px;
    box-shadow: 4px 3px 12px #0000000d;
    border-radius: 14px;
    background-color: #fff;
    width: 120px;
    height: 65px;
    padding: 0 5px;
    margin-top: 15px;
    display: flex;
    align-items: center
}

.ecn-prom__brands .footer-brand-link img {
    filter: none;
    height: auto;
    margin: 0 auto
}

.ecn-prom__brands .footer-brand-link .img-size3 {
    width: 40px;
    height: 40px
}

.ecn-prom__brands .footer-brand-link:nth-child(2) img {
    height: auto;
    padding: 14px 0
}

.form-section {
    background-color: #f8f8f8;
    padding-top: 64px;
    padding-bottom: 68px
}

.form-section__container {
    display: flex;
    align-items: center;
    max-width: 946px;
    width: 100%;
    margin: 0 auto
}

.form-section__box {
    max-width: 473px;
    width: 100%
}

.form-section__box:first-child {
    text-align: center;
    background-color: #16223b;
    background-image: url(../../../../images/ecn-promotion/form-phone-icon.svg);
    background-repeat: no-repeat;
    background-position: center 33px;
    background-size: auto;
    width: 473px;
    height: 511px;
    padding-top: 310px
}

.form-section__box:last-child {
    background-color: #fff;
    padding-top: 53px;
    padding-bottom: 50px
}

.form-section__box:first-child .h1 {
    font-size: 32px;
    line-height: 48px;
    color: #fff
}

.form-section-text {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    max-width: 340px;
    margin: 0 auto;
    width: 90%
}

.callback-form {
    max-width: 300px;
    margin: 0 auto;
    position: relative
}

.callback-form .label {
    display: flex;
    flex-direction: column;
    font-size: 11px;
    line-height: 17px;
    color: #575757;
    margin-bottom: 10px
}

.callback-form .input {
    height: 45px;
    border-color: rgba(201, 201, 201, .5)
}

.callback-form .input:focus:required:invalid {
    border-color: rgba(238, 116, 65, .7)
}

.callback-form .btn {
    min-width: 151px
}

.uForm__error-msg {
    display: none;
    color: red
}

.uForm__extended {
    display: none
}

.uForm__preload {
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../../../../templates/custom/uForm/img/loading.gif) no-repeat;
    background-size: 120px;
    background-position: center;
    margin: 0 auto;
    background-color: #fff
}

.message-text {
    text-align: center
}

.download-dashboard .a {
    fill: #fff
}

.tradable-bonus .accounts_main-content {
    padding-top: 310px
}

.tradable-bonus .accounts_main {
    background-image: url(/assets/images/promotions/tradablebonus/main-icon3.png), url(/assets/images/promotions/tradablebonus/main-bg2.png);
    background-position: center -138px, center top;
    margin-bottom: 50px
}

.tradable-bonus .account_btn:not(.tradable-steps .account_btn) {
    background: #16223b;
    min-width: 264px
}

.tradable-bonus .account_btn:hover:not(.tradable-steps .account_btn) {
    background: rgba(22, 34, 59, .7);
    box-shadow: 0 0 10px 0 rgb(22 34 59 / 70%)
}

.tradable-bonus__icons {
    display: flex;
    justify-content: space-evenly
}

.tradable-bonus__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 8px 9px 16px rgb(214 166 76)1a;
    border-radius: 8px;
    max-width: 379px;
    width: 100%;
    background-color: #fff;
    position: relative;
    min-height: 236px;
    padding-top: 50px
}

.tradable-bonus__item:not(:last-child) {
    margin-right: 20px
}

.tradable-bonus__item::before {
    content: "";
    position: absolute;
    max-width: 351px;
    max-height: 210px;
    width: 100%;
    height: 100%;
    border: 6px solid #fffbf9;
    border-radius: 5px;
    top: 12px
}

.tradable-bonus__icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.tradable-bonus__icon > img {
    position: relative
}

.tradable-bonus__icon::before {
    content: "";
    position: absolute;
    background-image: url(/assets/images/promotions/tradablebonus/icons-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 80px;
    height: 80px
}

.tradable-bonus__title {
    color: #575757;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 27px;
    max-width: 154px;
    font-weight: 500;
    position: relative;
    margin-top: 6px
}

.tradable-bonus__item:last-child .tradable-bonus__title {
    margin-top: 17px
}

.tradable-steps.ecn-prom__steps {
    background: url(/assets/images/promotions/tradablebonus/screen-bg-2.png), linear-gradient(0deg, #2e4471 0, #25314a 80%);
    background-position: center center;
    background-size: cover, cover;
    background-repeat: no-repeat no-repeat;
    padding-top: 43px;
    margin-bottom: 0
}

.tradable-steps.ecn-prom__steps::before {
    background-image: url(/assets/images/promotions/tradablebonus/large-logo-icon.svg);
    right: -25px;
    left: inherit;
    top: 65px
}

.tradable-steps .accounts_title {
    text-transform: capitalize
}

.tradable-steps .accounts_title > .accent-color {
    display: block
}

.tradable-steps__container {
    max-width: 622px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    position: relative
}

.tradable-steps__container::before {
    content: "";
    position: absolute;
    background: transparent linear-gradient(180deg, #5b7fca 20%, #2e436d 100%);
    background-repeat: no-repeat;
    background-position: center;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    left: calc(50% - 150px);
    top: calc(50% - 150px);
    opacity: .49;
    filter: blur(50px)
}

.tradable-steps__box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-bottom: 50px;
    position: relative;
    z-index: 11
}

.tradable-steps__box:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 50px;
    z-index: 11
}

.tradable-steps__box:nth-child(even) .tradable-steps__text {
    margin-right: 54px;
    margin-left: 0
}

.tradable-steps__icon {
    width: 135px;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.tradable-steps__icon::before {
    content: "";
    position: absolute;
    background: transparent linear-gradient(180deg, #2e4471 0, #25314a 100%);
    background-repeat: no-repeat;
    background-position: center;
    width: 135px;
    height: 135px;
    box-shadow: 4px 4px 13px #16223b;
    border: 10px solid #4e638d;
    border-radius: 50%
}

.tradable-steps__box:first-child::after, .tradable-steps__box:last-child::after {
    content: "";
    position: absolute;
    height: 190px;
    z-index: -1
}

.tradable-steps__box:first-child::after {
    border-right: 10px solid #384664;
    left: 125px;
    top: 54px
}

.tradable-steps__box:last-child::after {
    border-right: 10px solid #4e638d;
    left: 125px;
    bottom: 54px
}

.tradable-steps__icon > img {
    position: relative;
    z-index: 1
}

.tradable-steps__text {
    margin-left: 54px
}

.tradable-steps__digit {
    color: #8399c4;
    font-size: 23px;
    line-height: 31px;
    font-weight: 500
}

.tradable-steps__title {
    color: #f1f1f1;
    font-size: 22px;
    line-height: 31px;
    font-weight: 600;
    max-width: 246px
}

.tradable-steps .account_btn {
    max-width: 222px;
    min-width: auto
}

.tradable-bonus__btns {
    background-color: #f8f8f8;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative
}

.tradable-bonus__btns::before {
    content: "";
    position: absolute;
    background-image: url(/assets/images/promotions/tradablebonus/screen-3-logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 427px;
    height: 463px;
    bottom: 0;
    left: 0
}

.tradable-bonus__btns .accounts_title {
    color: #16223b;
    text-transform: capitalize;
    text-align: left
}

.tradable-bonus__btns .accounts_title .accent-color {
    display: block;
    text-transform: none
}

.bonus-btns {
    display: flex;
    align-items: center;
    justify-content: space-evenly
}

.bonus-btns_container {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
    max-width: 434px;
    width: 100%
}

.bonus-btns_container .btn {
    width: 195px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 44px;
    padding: 21px 0;
    position: relative;
    z-index: 1
}

.bonus-btns_container .btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    right: -5px;
    z-index: -1
}

.bonus-btns_container .btn_1 {
    order: 5;
    margin-bottom: 17px;
    background-color: #16223b
}

.bonus-btns_container .btn_1:hover {
    background: rgba(22, 34, 59, .7);
    box-shadow: 0 0 10px 0 rgb(22 34 59 / 70%)
}

.bonus-btns_container .btn_1::after {
    background-image: url(/assets/images/promotions/tradablebonus/logo-crypto-icon.svg)
}

.bonus-btns_container .btn_2 {
    order: 3;
    margin-bottom: 17px;
    margin-right: 17px;
    background-color: rgb(214 166 76)
}

.bonus-btns_container .btn_2::after {
    background-image: url(/assets/images/promotions/tradablebonus/logo-stocks-icon.svg)
}

.bonus-btns_container .btn_3 {
    order: 4;
    margin-bottom: 17px;
    background-color: #f7a823
}

.bonus-btns_container .btn_3:hover {
    background: rgba(247, 168, 35 .7);
    box-shadow: 0 0 10px 0 rgb(247 168 35 / 70%)
}

.bonus-btns_container .btn_3::after {
    background-image: url(/assets/images/promotions/tradablebonus/logo-forex-icon.svg)
}

.bonus-btns_container .btn_4 {
    margin-right: 17px;
    background-color: #feb694
}

.bonus-btns_container .btn_4::after {
    background-image: url(/assets/images/promotions/tradablebonus/logo-futures-icon.svg)
}

.bonus-btns_container .btn_5 {
    background-color: #c8c8c8
}

.bonus-btns_container .btn_5:hover {
    background: rgba(200, 200, 200 .7);
    box-shadow: 0 0 10px 0 rgb(200 200 200 / 70%)
}

.bonus-btns_container .btn_5::after {
    background-image: url(/assets/images/promotions/tradablebonus/logo-indices-icon.svg)
}

.tradable-bonus .ecn-prom__brands::after {
    display: none
}

.tradable-bonus .ecn-prom__brands .accounts_title {
    color: inherit;
    text-transform: capitalize
}

.tradable-bonus .ecn-prom__brands .accent-color {
    color: inherit
}

.tradable-bonus .form-section__box:first-child {
    background-image: url(/assets/images/promotions/2022form-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 461px;
    padding-top: 144px;
    position: relative
}

.tradable-bonus .form-section__box:first-child::before {
    content: "";
    position: absolute;
    width: 414px;
    height: 434px;
    left: calc(50% - 207px);
    top: calc(50% - 217px);
    background: linear-gradient(0deg, #1ac8ff 100%, #a1f5FF00 100%);
    border-radius: 50%;
    opacity: .2;
    filter: blur(50px)
}

.tradable-bonus .form-section-text {
    max-width: 250px;
    text-align: center;
    position: relative
}

.tradable-bonus .form-section__box:last-child {
    padding-top: 45px;
    padding-bottom: 45px
}

.tradable-bonus .form-section .accounts_title {
    font-size: 24px;
    line-height: 32px;
    color: #2e4471
}

.tradable-bonus .form-section .accent-color {
    display: block;
    color: rgb(214 166 76)
}

.tradable-bonus .form_img {
    width: 357px;
    height: 130px;
    margin-bottom: -20px;
    position: relative
}

.header_nav .item-107:hover > a::before, .header_nav .item-120:hover > a::before, .header_nav .item-341:hover > a::before, .header_nav .item-426:hover > a::before {
    content: "";
    position: absolute;
    background-image: url(../../../../images/header-arrow-nav.svg);
    width: 11px;
    height: 9px;
    right: 0;
    bottom: calc(50% - 4px);
    z-index: 10;
    transition-duration: .4s
}

.our-platform_wrapper {
    display: flex;
    justify-content: center
}

.our-platform_card_item {
    max-width: 635px
}

.platform_item.platform_Trading Platform {
    padding-top: 50px
}

.offer-valid {
    font-size: 16px;
    line-height: 25px;
    margin-top: 15px;
    color: #16223b;
    font-weight: 500
}

.offer-valid .accent {
    color: rgb(214 166 76)
}

.contact-us.contact_section {
    height: 330px;
    background: url(/assets/images/contactus/contact-bg.pg) no-repeat center 20px/auto, url(/assets/images/contact-bg.jpg) center/cover no-repeat
}

.contact-us .contact-title {
    padding-top: 150px;
    margin-bottom: 0
}

.contact-us.section {
    background-color: #f8f8f8
}

.contact-us.contact_bulit_wrapper {
    background-color: #f8f8f8;
    padding-top: 20px;
    padding-bottom: 0
}

.visit_item:nth-child(6) .visit_item_bol {
    background: #e8e8e8
}

.visit_item_wrapper {
    margin-bottom: 80px
}

.contact-us .section_descript {
    margin-bottom: 0
}

.contact-us__address {
    margin-top: 73px;
    margin-bottom: 53px;
    position: relative
}

.contact-us__address::before {
    content: "";
    position: absolute;
    background-image: url(/assets/images/contactus/main-icon-2.svg);
    width: 458px;
    height: 200px;
    left: calc(50% - 229px);
    bottom: -250px;
    z-index: -1
}

.location-global__slider {
    /* margin-bottom: 310px */
}

.contact-us__address .h2 {
    font-size: 28px;
    line-height: 56px;
    text-align: center;
    margin-bottom: 15px
}

.contact-us__slider {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.ctm-btns__container {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 25px;
    width: 100%;
    z-index: 111
}

.ctm-btns__origin .icon {
    width: 43px;
    height: 43px
}

.ctm-btns__origin.swiper-button-disabled {
    opacity: .4
}

.accordion-box .address__title, .contact-us__address .address__title {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 0
}

.accordion-box .address__text, .contact-us__address .address__text {
    font-size: 16px;
    line-height: 23px;
    color: #575757;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 500;
    max-width: 270px
}

.contact-us__address .swiper__wrapper {
    max-width: 1070px;
    margin: 0 auto
}

.ctm-pagin__location {
    position: relative;
    margin-top: 20px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto
}

.ctm-pagin__location::after, .ctm-pagin__location::before {
    content: "";
    position: absolute;
    width: 115px;
    border-bottom: 2px dotted #a4a4a4;
    top: calc(50% - 2px);
    opacity: .4;
    z-index: -1
}

.ctm-pagin__location::before {
    left: 0
}

.ctm-pagin__location::after {
    right: 0
}

.ctm-pagin__location .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 0 8px
}

.ctm-pagin__location .swiper-pagination-bullet-active {
    box-shadow: 0 3px 6px #00000029;
    background-color: #16223b
}

.location-global__accordion {
    display: none
}

.location-offices__wrapper {
    display: flex;
    justify-content: space-evenly
}

.location-offices__wrapper .contact_bulit__link {
    margin-bottom: 0;
    display: block;
    color: #16223b;
    line-height: 27px;
    margin-top: 10px;
    font-weight: 700
}

.dotted-lines {
    position: relative
}

.dotted-lines::after, .dotted-lines::before {
    content: "";
    position: absolute;
    border-left: 2px dotted #707070;
    height: 136px;
    opacity: .4
}

.dotted-lines::before {
    left: -20%
}

.dotted-lines::after {
    right: -20%;
    top: calc(50% - 75px)
}

.switch_lange {
    display: block;
    margin-left: 10px
}

.switch_lange.switch_lange--active .arrow-tr {
    transform: rotate(180deg) translateY(4px)
}

.lang_block {
    position: relative
}

.lang_active {
    width: auto;
    cursor: pointer;
    font: normal normal 600 18px/27px Poppins;
    display: flex;
    align-items: center
}

.lang_block img {
    height: 18px;
    width: auto;
    margin-right: 10px;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 3px;
    filter: drop-shadow(1px 1px 4px #A5AAB7)
}

.arrow-tr {
    border: 5px solid transparent;
    border-top: 5px solid #000;
    display: inline-block;
    transform: translateY(2px);
    margin-left: 5px
}

.lang_dropdown {
    display: none;
    position: absolute;
    top: 35px;
    border-radius: 5px;
    box-shadow: 2px 3px 10px #3c4A7038;
    background: #fff;
    color: #a5aab7;
    width: 110px;
    height: auto;
    z-index: 100;
    padding: 0;
    left: -10px;
    padding-bottom: 20px
}

.lang_dropdown::before {
    position: absolute;
    display: inline-block;
    content: '';
    border: 5px solid transparent;
    border-bottom: 5px solid #fff;
    right: 10px;
    top: -10px
}

.lang_dropdown.lang_dropdown__open {
    display: block
}

.lang_dropdown li {
    display: flex;
    padding: 10px;
    justify-content: center
}

.lang_dropdown a {
    color: #a5aab7;
    font: normal normal 500 16px/25px Poppins
}

.lang_dropdown li:hover a {
    color: #000
}

.header_control {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-items: center
}

.header_logo img {
    /* object-fit: none */
}

.platform_item.platform_Trading Platform .platform_item_desc {
    max-width: 590px
}

.download-dashboard {
    margin: 0 auto
}

.table-desktop .table-platform {
    grid-template-columns:repeat(4, 1fr);
    grid-row-gap: 6px;
    grid-template-rows:inherit
}

.table-desktop .table-platform__title {
    background: #16223b;
    box-shadow: 0 3px 6px #00000029;
    color: #fff;
    padding: 30px 0;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 5px
}

.table-desktop .table-custom_col_body_th {
    background: #fff;
    color: #16223b
}

.table-desktop .table-platform .table-custom_col_body_th {
    font-weight: 600;
    margin-right: 0
}

.table-desktop .table-platform .table-custom_col_body_td {
    padding: 10px;
    padding-left: 75px
}

.table-platform .table-custom_col_body_td {
    text-align: left;
    align-items: flex-start
}

.table-platform .table-custom_col_body_td:nth-child(4n+4) {
    align-items: center
}

.table-custom_col_body_td.fw-bold {
    font-weight: 600
}

.show-sites {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
    opacity: 0;
    position: absolute;
    width: 322px;
    box-shadow: 6px 4px 18px #00000012;
    background-color: #fff;
    left: 0;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 5px;
    z-index: -1;
    transform: translateY(20px);
    transition: all .4s ease-in-out
}

.show-sites.show-sites__active {
    z-index: 1111111;
    opacity: 1;
    transform: translateY(0);
    top: 0
}

.show-sites__item {
    padding: 5px
}

.show-sites__item > a {
    color: #16223b;
    font-weight: 600;
    position: relative;
    transition: all .4s;
    cursor: pointer
}

.show-sites__item > a::after {
    position: absolute;
    width: 0;
    height: 3px;
    background: rgb(214 166 76);
    left: 0;
    bottom: -3px;
    z-index: 10;
    content: '';
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.show-sites__item:hover > a::after {
    right: 0;
    width: 100%
}

.current-site {
    cursor: pointer;
    width: 322px;
    padding-left: 5px
}

.current-site.current-site__active {
    background-color: rgba(0, 0, 0, .04)
}

.show-sites__item--active > a::after {
    right: 0;
    width: 100%
}

.header_top-line * .bb {
    align-items: center;
    flex-wrap: wrap;
    border-bottom: none
}

.header_logo_wrapp {
    position: relative;
    display: flex;
    align-items: center
}

.header_logo_wrapp::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    border: 5px solid transparent;
    border-bottom: 5px solid #16223b;
    transform: translateY(-50%)
}

.header_logo_wrapp.header_logo_wrapp-active::after {
    transform: rotate(180deg);
    top: 10px
}

.card-trade-block--column {
    display: block;
    column-count: 2
}

.section_descript {
    width: inherit
}

.btn-up_active {
    display: flex;
    align-items: center;
    justify-content: center
}

#demo .btn.add-disabled {
    filter: grayscale(1)
}

.g-recaptcha {
    margin: 10px auto 20px;
    display: table
}

.main_slider_container {
    width: 100%;
    position: relative;
    margin: 0 auto
}

.main_slide {
    height: 100%
}

.main_slide.bg_orange_gradient {
    background: transparent linear-gradient(180deg, rgb(214 166 76) 0, #ffb99a 100%) 0 0 no-repeat padding-box;
    padding-top: 38px;
    padding-bottom: 49px
}

.main_slide.bg_gray_gradient {
    background: url(/assets/images/markets/slide2_bg.png) no-repeat;
    background-size: cover
}

.main_slide.bg_blue_gradient {
    background: url(/assets/images/slider/slide3_BG.jpg) 0 0 no-repeat padding-box;
    background-size: cover
}

.bg_dark_gray_gradient{
    background: url(/assets/images/slider/2022-main-bg.jpg) 0 0 no-repeat padding-box;
    background-size: cover
}

.main_slide.bg_light_gray_gradient {
    background: #e7e9ef
}

.main_slide.bg_image {
    background: url(/assets/images/slider/slide4_bg1.png) no-repeat padding-box;
    background-size: cover;
    background-position: bottom;
    padding-top: 94px;
    padding-bottom: 69.5px
}

.slide3{
    background: url(/assets/images/slider/slider3-bg.png) no-repeat padding-box;
    background-size:cover;
}
.slide4{
    background: url(/assets/images/slider/slider3-bg.png) no-repeat padding-box;
    background-size:cover;
}
.slide5{
    background: url(/assets/images/slider/slide4_bg1.png) no-repeat padding-box;
    background-size:cover;
}
.slide_white_btn{
    background-color:#fafafa;
    color:#ffffff;
    font-weight:00;
}

@media (min-width: 2000px) {
    .main_slider_container .swiper-wrapper {
        height: 100%
    }

    .main_slider_container {
        height: 600px
    }

    .main_slide {
        height: 600px;
        box-sizing: border-box
    }

    .main_slide.bg_gray_gradient {
        background: url(../../../../templates/custom/images/slide2_bg_2560.svg) no-repeat padding-box
    }

    .main_slide.bg_blue_gradient {
        background: url(../../../../templates/custom/images/slide3_BG_2560.png) 0 0 no-repeat padding-box;
        background-size: cover
    }

    .main_slide.bg_image {
        background: url(/assets/images/slider/slide4_bg1.png) no-repeat padding-box;
        background-size: cover
    }

    .main_slide_content.container {
        max-width: 1430px
    }
}

.main_slide_content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.main_slide.bg_blue_gradient .slide_content {
    padding-top: 60px;
    padding-bottom: 39px
}

.main_slide_content.jcfe {
    justify-content: flex-end
}

.asfe {
    align-self: flex-end
}

.slide_content {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.slide_content.w322 {
    min-width: 322px;
    position: relative;
    left: -100px
}

.ml72 {
    margin-right: 170px
}

.ml70 {
    margin-left: 70px
}

.slide_content h3 {
    color: #16223b
}

.slide_content h3 span {
    color: #fff
}

.slide_content h3 span.orange_color {
    color: rgb(214 166 76)
}

.slide_content h3.orange_white {
    color: rgb(214 166 76);
    font: normal normal bold 34px/44px Poppins;
    margin-bottom: 0
}

.slide_content h3.orange_white span {
    color: #fffF
}

.slide_content h3.white {
    color: #fff
}

.slide_content p {
    margin-top: 9px;
    color: #fff
}

.fs14 {
    font: normal normal normal 14px/16px Poppins
}

.fs16 {
    font: normal normal normal 18px/25px Poppins
}

.fsz18 {
    font: normal normal normal 18px/25px Poppins SemiBold
}

.fs48 {
    font: normal normal bold 48px/53px Poppins
}

.fs47 {
    font: normal normal bold 42px/47px Poppins
}

.fs42 {
    font: normal normal bold 41px/53px Poppins !important
}

.slide_img_cont.w100 {
    width: 100%;
    height: 105%;
    position: relative
}

.slide_img_cont.w100 img {
    height: 100%;
    object-fit: cover
}

p.black {
    color: #16223b
}

p.orange {
    color: #f9a882
}

p.dark_orange {
    color: #ff6c27
}

.mw160 {
    max-width: 160px
}

.mw230 {
    max-width: 230px
}

.mw270 {
    max-width: 270px
}

.mw292 {
    max-width: 292px
}

.mw276 {
    max-width: 276px
}

.mw350 {
    max-width: 350px
}

.mw662 {
    max-width: 662px
}

.ltr {
    direction: ltr
}

.slide_content a.btn {
    margin-top: 20px;
    font: normal normal medium 16px/25px Poppins;
    max-width: 202px;
    box-sizing: border-box;
    padding-top: 8px;
    padding-bottom: 10px;
    height: 43px
}

.slide_content a.white_bg {
    background: #fff;
    box-shadow: 0 3px 12px #e1622896;
    color: rgb(214 166 76)
}

.slide_content a.transparent_bg {
    background: 0 0;
    border: 1px solid rgb(214 166 76);
    border-radius: 5px
}

.slide_content p a {
    color: #fff;
    margin-top: 9px
}

.main-screen_body {
    position: relative;
    padding-top: 0
}

.columns_container {
    display: flex;
    justify-content: space-between;
    margin-top: 22px
}

.single_column {
    width: 46%;
    display: flex;
    flex-direction: column;
    position: relative
}

.border_left::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translate(0, -50%);
    height: 222px;
    width: 1px;
    display: inline-block;
    background: #fff;
    opacity: .09
}

.single_column img.bonus_img {
    max-width: 245px;
    height: 148px;
    object-fit: contain;
    margin-bottom: 19.1px
}

.single_column .slider_thumbnails {
    margin-top: 26px
}

.single_column p {
    font: normal normal bold 20px/25px Poppins;
    color: #fff;
    margin-bottom: 9px;
    margin-top: 0
}

.single_column a {
    margin-top: 14px
}

.single_column p.fs14 {
    font: normal normal 14px/16px Poppins
}

.single_column span {
    font: normal normal normal 17px/25px Poppins;
    color: #a5aab7
}

.slider_thumbnails {
    max-width: 325px
}

.slider_thumbnails.mt30 {
    margin-top: 30px
}

.thumb_slide {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer
}

.thumb_slide.active_thumb {
    border: 3px solid #f3f2f2
}

.mob_img {
    display: none
}

.about_boolit.about_boolit_main-page .about_boolit_wrapper {
    -ms-grid-rows:(1fr) [ 1 ];
    grid-template-rows:repeat(1, 1fr);
    -ms-grid-columns:(1fr) [ 6 ];
    grid-template-columns:repeat(6, 1fr)
}

.new_platform_container {
    display: flex;
    justify-content: center;
    align-items: center
}

.new_platform_container img {
    /* object-fit: none;
    height: 373px; */
    width: 50%;
    max-width: 600px
}

.new_platform_container .our-platform_card_item {
    max-width: 576px;
    max-height: 480px;
    min-height: unset;
    box-sizing: border-box
}

.tradable-bonus .accounts_main {
    background-image: url(/assets/images/promotions/tradablebonus/2022-main-bg.jpg);
    background-position: center;
    background-size: cover
}

.tradable-bonus .accounts_main-content {
    padding-top: 140px;
    padding-bottom: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    text-align: left
}

.tradable-bonus .tradable-bonus-info {
    padding-bottom: 80px;
    padding-top: 50px
}

.tradable-bonus .accounts_main-content_text {
    max-width: 470px
}

.tradable-bonus .accounts_main-content_text .accounts_title {
    text-align: left;
    font-size: 35px;
    line-height: 47px;
    text-transform: none;
    margin-bottom: 20px;
    color: #16223b
}

.tradable-bonus .accounts_main-content_text .offer-valid .accent {
    display: block
}

.tradable-bonus .accounts_main-content__image.desktop-hidden {
    display: none
}

.tradable-bonus__title {
    max-width: 158px
}

.about_boolit.about_boolit_main-page .boolit_text {
    color: #16223b;
    font-size: 22px;
    margin-top: 15px
}

.about_boolit.about_boolit_main-page .boolit_text__lite {
    font-size: 14px
}

.about_boolit.about_boolit_main-page .boolit_title {
    margin: 0 auto
}

.about_boolit.about_boolit_main-page .boolit_title.bg_image_boolit {
    background: url(/assets/images/icons/boolit_bg.svg) no-repeat;
    background-size: cover
}

.about_boolit.about_boolit_main-page .about_boolit_item {
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 50px;
    justify-content: flex-end;
    height: 250px;
    border-radius: 15px;
}

.bonus__container .tradeable-accounts::before {
    background: url(/assets/images/promotions/2022form.svg), url(/assets/images/promotions/2022form-bg.jpg);
    background-repeat: no-repeat;
    background-position: center
}

.ib_first_screen {
    width: 100%;
    background: url(/assets/images/partnership/IB_page/bg_1920.png) no-repeat center center;
    background-size: cover
}

.content_container {
    padding-top: 75px;
    padding-bottom: 59px;
    padding-left: 100px
}

.content_container h3.white {
    color: #fff;
    text-transform: uppercase
}

.content_container h3 span.orange_color {
    color: rgb(214 166 76)
}

.content_container p {
    color: #fff;
    opacity: .6;
    max-width: 463px;
    font-size: 18px;
    margin-top: 4px
}

.content_container a {
    margin-top: 18px
}

.ib_intro_text {
    padding-top: 66px;
    padding-bottom: 82px;
    margin: 0 auto
}

.ib_intro_text p {
    font-size: 18px;
    max-width: 780px;
    margin: 0 auto
}

.bonus_section {
    width: 100%;
    background: url(/assets/images/partnership/IB_page/20%24_bg.png) no-repeat center center;
    background-size: cover
}

.bonus_container {
    padding: 139px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.bonus_container .txt {
    padding-left: 100px
}

.bonus_container p {
    max-width: 482px;
    font-size: 22px;
    line-height: 36px;
    color: #16223b;
    margin-top: 18px;
    margin-bottom: 0
}

.bonus_container h3 {
    font-size: 38px;
    color: #16223b;
    line-height: 46px
}

.bonus_container h3 span {
    color: rgb(214 166 76)
}

.bonus_container a {
    margin-top: 20px
}

.other_benefits_section {
    width: 100%;
    background: #303b51;
    background-size: cover;
    padding-top: 83px;
    padding-bottom: 88px
}

.other_benefits_container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.other_benefits_container h3 {
    font-size: 38px;
    line-height: 46px;
    color: #fff;
    max-width: 770px;
    text-align: center
}

.other_benefits_container h3 span {
    color: rgb(214 166 76)
}

.benefits {
    width: 100%;
    margin-top: 42px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 100px
}

.single_benefit {
    width: calc(33% - 21px);
    background: transparent linear-gradient(358deg, #192744 0, #283e6a 100%) 0 0 no-repeat padding-box;
    /* background: #ffffff; */
    /* box-shadow: 4px 2px 24px #425D944A; */
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 344px;
    height: 310px;
    justify-content: center;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    border:1px dashed #cfcfcf;
}

.single_benefit p {
    font: normal normal 600 22px/28px Poppins;
    color: #fff
}

.single_benefit span {
    color: #9ca7bc;
    font-size: 18px;
    line-height: 25px;
    max-width: 250px;
    text-align: center
}

.how_it_works_section {
    width: 100%;
    padding-top: 71px;
    padding-bottom: 93px
}

.how_it_works_container {
    padding: 0 100px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.how_it_works_container h3 {
    text-align: center;
    font: normal normal 600 38px/46px Poppins;
    color: #16223b
}

.how_it_works_container h3 span {
    color: rgb(214 166 76)
}

.how_steps_container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 67px
}

.how_steps_container .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 242px
}

.step .img {
    position: relative
}

.step:not(:last-child) .img::after {
    content: '';
    display: inline-block;
    width: 200%;
    border: 1px dashed #999;
    position: absolute;
    top: 47%;
    transform: translate(0, -50%);
    right: -180%
}

.step p {
    text-align: center;
    font: normal normal 600 22px/30px Poppins;
    color: #16223b;
    opacity: 1;
    margin-bottom: 20px
}

::-webkit-resizer {
    background-color: unset
}

.step span {
    text-align: center;
    font: normal normal normal 18px/25px Poppins;
    width: 100%;
    display: block;
    color: #16223b;
    opacity: 1
}

.how_it_works_container a {
    margin-top: 38px
}

.what_benefit {
    background: #f9f9f9 0 0 no-repeat padding-box;
    width: 100%;
    padding-top: 77px;
    padding-bottom: 125px
}

.what_benefit_container {
    padding: 0 45px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.what_benefit_container h3 {
    font: normal normal bold 38px/46px Poppins;
    color: #16223b
}

.what_benefit_container p {
    font: normal normal normal 18px/30px Poppins;
    color: #16223b;
    margin-top: 31px;
    max-width: 802px;
    text-align: center
}

.what_benefit_container h3 span {
    color: rgb(214 166 76)
}

.second_benefits {
    display: flex;
    margin-top: 38px;
    justify-content: space-between;
    flex-wrap: wrap
}

.second_benefits .second_benefit {
    width: calc(33% - 15px);
    display: flex;
    align-items: center;
    margin-bottom: 23px;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 5px 11px 25px #16223B16;
    border-radius: 20px;
    height: 152px;
    justify-content: center;
    position: relative
}

.second_benefits .second_benefit::before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 41px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: rgb(214 166 76);
    border-radius: 20px
}

.second_benefit span {
    display: block;
    margin-left: 16px;
    font: normal normal 600 22px/30px Poppins;
    color: #16223b;
    width: 220px
}

.contuct_us_container {
    padding: 64px 100px 74px 100px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.contuct_us_container p {
    text-align: center;
    font: normal normal 600 24px/34px Poppins;
    color: #16223b;
    max-width: 616px;
    width: 90%
}

.contact_form_container {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 28px;
    align-items: center
}

.contact_form_container .contact_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 46px;
    box-shadow: 8px 6px 14px #16223B30
}

.contact_form h4 {
    margin-top: 30px;
    text-align: center;
    font: normal normal 600 32px/38px Poppins;
    color: #16223b
}

.IB_form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 33px
}

.IB_form .input_container {
    display: flex;
    width: calc(50% - 10px);
    flex-direction: column
}

.IB_form .input_container.email, .IB_form .input_container.textarea {
    width: 100%
}

.IB_form .input_container label {
    margin: 0;
    font: normal normal normal 11px/17px Poppins;
    color: #575757
}

.IB_form .input_container input {
    border: .5px solid #c9c9c9;
    border-radius: 3px;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 5px;
    height: 49px;
    margin-bottom: 7px;
    margin-top: 3px;
    transition: all .4s ease-in-out
}

.IB_form .input_container input:focus, .IB_form .input_container textarea:focus {
    border: .5px solid rgb(214 166 76)
}

.IB_form .input_container.textarea {
    margin-top: 17px
}

.IB_form .input_container textarea {
    border: .5px solid #c9c9c9;
    font-size: 13px;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 125px;
    transition: all .4s ease-in-out
}

.IB_form .submit_container {
    margin-top: 20px;
    padding-bottom: 48px;
    width: 100%;
    display: flex;
    justify-content: flex-end
}

.ib_page .section_accept {
    background: #f9f9f9
}

.ib_page .section_accept h2 {
    margin-bottom: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6
}

.discover_more {
    padding-top: 54px;
    padding-bottom: 70px
}

.discover_container {
    padding: 0 100px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.discover_container h3 {
    font: normal normal bold 42px/57px Poppins;
    color: #16223b;
    margin-bottom: 0
}

.discover_container h3 span {
    color: rgb(214 166 76)
}

.discover_links {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px
}

.discover_links .link {
    box-shadow: 5px 11px 24px #dde1E8D1;
    border-radius: 4px;
    width: calc(33% - 20px);
    margin: 0 10px;
    max-width: 313px;
    padding-bottom: 22px
}

.discover_links .link p {
    font: normal normal bold 20px/30px Poppins;
    letter-spacing: 0;
    color: #16223b;
    width: 100%;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 5px
}

.discover_links img {
    width: 100%;
    height: auto
}

.discover_links .link span::after {
    display: inline-block;
    content: url(/assets/images/promotions/affiliate/arrow.svg);
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    width: 36px;
    text-align: center;
    padding: 4px 0 5px 0;
    border: 1px solid rgb(214 166 76);
    border-radius: 50%
}

.about_boolit.section {
    padding: 70px 0 80px 0
}

.about_boolit_wrapper {
    grid-template-columns:repeat(4, 1fr);
    grid-template-rows:repeat(1, 1fr);
    grid-gap: 20px
}





.about_boolit_item .boolit_text {
    font-size: 24px;
    padding-top: 2px;
    margin-bottom: 11px
}

.about_boolit_item .boolit_title {
    font-size: 30px;
    padding-bottom: 0
}

.about_boolit_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 137px 12px 28px;
    background-position: center 30px
}

.regulations_section {
    position: relative;
    padding: 0
}

.second_menu_about {
    position: absolute;
    left: 50%;
    top: -45px;
    transform: translate(-50%, 0);
    z-index: 2
}

.second_menu_about.stuck {
    position: fixed;
    top: 0;
    z-index: 99
}

.second_menu_about ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0 25px 0;
    background: #16223b 0 0 no-repeat padding-box;
    margin-bottom: 0
}

.second_menu_about li {
    list-style: none;
    width: 33%;
    width: 268px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center
}

.second_menu_about li:nth-child(2) {
    border-left: 1px solid #9999994d;
    border-right: 1px solid #9999994d
}

.second_menu_about a {
    font: normal normal 600 18px/23px Poppins;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    position: relative;
    opacity: .6;
    transition: all .4s ease-in-out
}

.second_menu_about li a::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 7px;
    bottom: -34px;
    left: 50%;
    transform: translate(-50%, 0);
    background: rgb(214 166 76);
    display: inline-block;
    transition: all .4s ease-in-out
}

.second_menu_about a.active, .second_menu_about li a:hover {
    opacity: 1
}

.second_menu_about li a.active::after, .second_menu_about li a:hover::after {
    width: 100%
}

.regulations_container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 50px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all .4s ease-in-out
}

.regulations_container.career {
    padding-bottom: 0
}

.regulations_container.active {
    visibility: visible;
    opacity: 1;
    position: relative;
    left: 0;
    transform: translate(0, 0)
}

.regulations_content {
    margin-left: 127px;
    max-width: 531px
}

.regulations_content h3 {
    color: #16223b;
    font: normal normal bold 36px/20px Poppins
}

.regulations_content h3 span {
    color: rgb(214 166 76)
}

.regulations_content p {
    font: normal normal normal 18px/28px Poppins;
    color: #16223b;
    margin-top: 33px;
    margin-bottom: 0
}

.regulations_content ul.reg_list {
    margin-top: 15px
}

.regulations_content p.reg_second_p {
    margin-top: 10px
}

.regulations_content a {
    font: normal normal bold 16px/25px Poppins;
    margin-top: 23px;
    display: block;
    margin-bottom: 0
}

.regulations_content a::after {
    content: url(/assets/images/about/right_arrows.svg);
    margin-left: 5px
}

.about_open-account {
    background: #f8f8f8;
    padding-top: 50px;
    padding-bottom: 107px;
    position: relative;
    z-index: 3
}

.section_accept h2 {
    border-bottom: 1px solid #e6e6e683;
    padding-bottom: 31px
}

.about_page .section_accept {
    padding-top: 91px
}

.about_page .about_open-account h2 {
    line-height: 48px
}

.about_page .about_open-account .section_descript {
    margin-top: 10px
}

.discover_more.about_page {
    background: #f9f9f9
}

.header_control__link {
    padding-right: 0;
    border: 1px solid #e0bb05;
    background: 0 0;
    color: #e0bb05;
    margin: 0
}

.market_section {
    background: url(/assets/images/markets/slide2_bg.png) no-repeat;
    background-size: cover
}

.main-screen-body h1 span {
    color: rgb(214 166 76)
}

.markets_menu_container {
    position: relative;
    width: 100%;
    padding: 0;
    width: 100%
}

.markets_menu {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    padding: 0 69px;
    background: #16223b;
    height: 100px;
    align-items: center
}

.markets_menu.stuck {
    position: fixed !important;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99
}

.markets_menu li {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center
}

.markets_menu a {
    color: #fff;
    font: normal normal 600 18px/23px Poppins;
    position: relative;
    padding: 37px 0;
    text-align: center
}

.markets_menu a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%, 0);
    height: 6px;
    width: 0;
    background: rgb(214 166 76);
    transition: all .4s ease-in-out
}

.markets_menu a.active::after, .markets_menu a:hover::after {
    width: 100%
}

.single_market_section {
    height: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease-in-out
}

.single_market_section.active {
    visibility: visible;
    opacity: 1;
    padding: 50px 0;
    height: auto
}

.about_open-account_wrapper-card .col-md-4 {
    padding: 0 15px
}

.indices_page .h2_def {
    font: normal normal bold 35px/48px Poppins;
    color: #16223b;
    margin-bottom: 0
}

.indices_page .h2_def span {
    color: rgb(214 166 76)
}

.indices_page .p_def {
    font: normal normal normal 16px/25px Poppins
}

.indices_first_screen {
    width: 100%;
    background: url(/assets/images/markets/Group2639.png) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 586px
}

.indices_first_screen .content_container {
    padding-top: 90px;
    display: flex;
    flex-direction: column
}

.indices_first_screen h3 {
    color: #16223b
}

.indices_first_screen p {
    color: #16223b;
    opacity: 1;
    max-width: 407px;
    margin-top: 10px
}

.indices_first_screen .btn {
    width: 236px;
    height: 52px;
    padding-top: 13px;
    box-shadow: 0 3px 6px rgb(214 166 76)63
}

.indices_first_screen a.txt_link {
    width: 236px;
    text-align: center
}

.indices_first_screen a.txt_link span {
    color: #16223b
}

.cryptocurrency .markets_menu_container, .indices_page .markets_menu_container {
    bottom: 50px
}

.what_are_indices p {
    text-align: center;
    font: normal normal normal 16px/25px Poppins;
    color: #5b6375;
    opacity: 1;
    max-width: 593px;
    margin: 0 auto
}

.what_are_indices .container {
    padding-left: 100px
}

.what_are_content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.indices_page .what_are_content {
    margin-top: 50px;
    margin-bottom: 50px
}

.what_are_content picture {
    width: 50%
}

.what_are_content .txt {
    max-width: 519px;
    width: 50%
}

.what_are_content h2 {
    margin-bottom: 0
}

.what_are_content p {
    text-align: left;
    margin-top: 32px
}

.types_of_major {
    background: #f9f9f9;
    padding-top: 47px
}

.types_of_major .container {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    padding-left: 100px
}

.types_of_major .txt {
    max-width: 425px;
    padding-bottom: 40px
}

.types_of_major p {
    color: #5b6375;
    margin-top: 18px
}

.types_of_major ul {
    padding-left: 0
}

.types_of_major li {
    list-style: none;
    padding-left: 20px;
    font: normal normal normal 16px/26px Poppins;
    color: #5b6375;
    position: relative
}

.types_of_major li::before {
    content: '';
    width: 8px;
    height: 8px;
    background: rgb(214 166 76);
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px
}

.types_of_major li span {
    font-weight: 700;
    color: #5b6375
}

.trade_in_indices {
    padding: 75px 100px 40px 100px
}

.trade_in_indices .container {
    display: flex;
    justify-content: center;
    align-items: center
}

.indicies_steps {
    display: flex;
    flex-direction: column;
    width: 40%;
    align-items: flex-end;
    max-width: 415px
}

.indicies_step {
    max-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.indicies_step p {
    font: normal normal 600 16px/23px Poppins;
    text-align: center;
    color: #5b6375
}

.indicies_step img {
    width: 150px;
    height: 150px
}

.indicies_step:nth-child(2) {
    align-self: flex-start
}

.indicies_step:nth-child(2), .indicies_step:nth-child(3) {
    bottom: 80px
}

.indicies_step:first-child::before {
    content: url(/assets/images/markets/top_arrow_ind.svg);
    position: absolute;
    left: -125px;
    top: 40%;
    transform: translate(0, -50%)
}

.indicies_step:nth-child(2)::before {
    content: url(/assets/images/markets/bottom_arrow_ind.svg);
    position: absolute;
    left: 80%;
    top: 100%;
    transform: translate(-50%, 0)
}

.trade_in_indices .txt {
    width: 60%;
    margin-left: 140px;
    max-width: 525px;
    box-sizing: border-box
}

.trade_in_indices .txt h2 {
    text-transform: capitalize;
    margin-bottom: 20px
}

.trade_in_indices .txt p {
    color: #5b6375
}

.indicies_advantages {
    background: #f9f9f9;
    padding-top: 40px;
    padding-bottom: 70px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.indicies_advantages h2 {
    max-width: 550px;
    text-align: center
}

.advantages_list_sontainer {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    position: relative
}

.advantages_list_sontainer img {
    margin: 0 95px
}

.indicies_list_items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 285px
}

.indicies_list_items:last-child {
    align-items: flex-end
}

.indicies_list_item {
    position: relative
}

.indicies_list_item p {
    font: normal normal medium 20px/142px Poppins;
    margin-bottom: 0
}


.indicies_list_item b {
    font-size: 80px;
    position: absolute;
    left: -10px;
    top: 0;
    color: #e5e5e5;
}

/* .indicies_list_item::after {
    content: url(/assets/images/markets/Group_2665.svg);
    position: absolute;
    top: 100%;
    left: 0
}

.indicies_list_item:nth-child(2)::after {
    content: url(/assets/images/markets/Group_2664.svg);
    top: 75%
}

.indicies_list_item:last-child::after {
    content: url(/assets/images/markets/Group_2663.svg);
    bottom: -15px;
    top: unset
}

.indicies_list_items:last-child .indicies_list_item::after {
    content: url(/assets/images/markets/Group_2660.svg);
    left: unset;
    right: 0
}

.indicies_list_items:last-child .indicies_list_item:nth-child(2)::after {
    content: url(/assets/images/markets/Group_2661.svg)
}

.indicies_list_items:last-child .indicies_list_item:last-child::after {
    content: url(/assets/images/markets/Group_2662.svg)
} */

.indicies_details {
    padding-top: 50px;
    padding-bottom: 54px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.indicies_details p {
    color: #5b6375;
    margin-top: 10px;
    max-width: 544px;
    text-align: center
}

.details_tabs_cont {
    display: flex;
    justify-content: space-between;
    width: 450px;
    border: 1px solid #00000024;
    padding: 0;
    border-radius: 22px
}

.indices_page .details_tabs_cont {
    margin-top: 20px
}

.details_tab {
    font: normal normal 18px/27px Poppins;
    font-weight: 500;
    color: #16223b;
    width: 50%;
    text-align: center;
    height: 100%;
    position: relative;
    padding: 10px 0;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .4s ease-in-out
}

.details_tab.active, .details_tab:hover {
    color: #fff
}

.details_tab::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 0%;
    height: 100%;
    display: inline-block;
    background-image: linear-gradient(145deg, rgb(231 182 87),rgb(121 78 13));
    border-radius: 22px;
    z-index: -1;
    transition: all .4s ease-in-out
}

.details_tab.active::after, .details_tab:hover::after {
    width: 100%
}

.inidces_table .table-lite {
    max-width: 810px;
    margin-top: 0;
    grid-template-columns:minmax(110px, 110px) minmax(200px, 250px) repeat(4, 1fr) minmax(200px, 200px);
    box-shadow: none;
    background: 0 0;
    padding-bottom: 0;
    display: none;
    transition: all .4s ease-in-out
}

.inidces_table.active .table-lite {
    display: grid;
    margin-top: 30px
}

.inidces_table .table-lite div {
    display: flex;
    align-items: center
}

.inidces_table .table-lite_ht {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    font: normal normal normal 11px/17px Poppins
}

.inidces_table .table-lite_td {
    font: normal normal normal 11px/46px Poppins;
    margin-bottom: 5px;
    background: #f8f8f8
}

.cryptocurrency .h2_def {
    font: normal normal bold 35px/45px Poppins;
    color: #16223b
}

.cryptocurrency .h2_def span {
    color: rgb(214 166 76)
}

.first_crypto_screen {
    height: 586px;
    background: url(/assets/images/markets/bg_currencies_first.png) no-repeat, #f9f9f9;
    background-size: contain;
    background-position: center center
}

.first_crypto_screen .h2_def {
    font: normal normal bold 48px/56px Poppins
}

.first_crypto_screen .content_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 149px;
    padding-left: 0
}

.first_crypto_screen a.txt_link span {
    color: #16223b
}

.first_crypto_screen p {
    font: normal normal normal 18px/29px Poppins;
    color: #16223b;
    max-width: 586px;
    opacity: 1;
    text-align: center;
    margin: 120px 0 0 0
}

.cryptocurrency .markets_menu_container {
    bottom: 50px
}

.what_are_crupto {
    padding-top: 90px;
    padding-bottom: 125px
}

.what_are_crupto .content {
    display: flex;
    justify-content: center;
    align-items: center
}

.what_are_crupto .txt {
    width: 50%;
    margin-right: 38px;
    max-width: 510px
}

.what_are_crupto .right .txt {
    margin-right: 0;
    margin-left: 70px
}

.what_are_crupto p {
    margin-top: 18px
}

.what_are_crupto .content.right {
    margin-top: 76px
}

.white_label_btn {
    padding-left: 10px;
    padding-right: 10px
}

.crypto_advantages {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f9f9f9
}

.crypto_advantages .container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.crypto_advantages h2 {
    max-width: 750px;
    text-align: center;
    margin-bottom: 0
}

.advantages_list_container {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    position: relative
}

.advantages_list_container img {
    margin: 0 40px;
    position: relative;
    z-index: 3
}

.crypto_list_items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 330px
}

.crypto_list_items p {
    font: normal normal 20px/30px Poppins;
    font-weight: 500
}

.crypto_list_items.right {
    align-items: flex-end
}

.crypto_list_item {
    position: relative;
    display: flex;
    align-items: center;
    
}

.crypto_list_item p{
    padding-left: 70px;
}
.crypto_list_item b{
    font-size: 80px;
    position: absolute;
    left:0px;
    top:0;
    color: #e5e5e5;
}

@media(max-width:768px){
    .crypto_list_item {
        position: relative;
        margin: 15px 0;
        display: flex;
        align-items: center;
        
    }

    .crypto_list_item b{
        font-size: 60px;
        position: absolute;
        left:0px;
        top:0;
        color: #e5e5e5;
    }
}

/* .crypto_list_item::after {
    content: url(/assets/images/markets/Group_2665.svg);
    position: absolute;
    top: 80%;
    left: 0
}

.crypto_list_item:last-child::after {
    content: url(/assets/images/markets/Group_2663.svg);
    bottom: 5px;
    top: unset
}

.right .crypto_list_item::after {
    content: url(/assets/images/markets/Group_2660.svg);
    left: unset;
    right: 5px
}

.right .crypto_list_item:last-child:after {
    content: url(/assets/images/markets/Group_2662.svg)
} */

.crypto_tables_cont {
    padding-top: 40px;
    padding-bottom: 60px
}

.crypto_tables_cont h2 {
    text-align: center
}

.crypto_tables_cont .container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.crypto_table .table-lite {
    max-width: 810px;
    margin-top: 20px;
    grid-template-columns:minmax(110px, 110px) minmax(200px, 250px) repeat(4, 1fr) minmax(200px, 200px);
    box-shadow: none;
    background: 0 0;
    padding-bottom: 0
}

.crypto_table .table-lite div {
    display: flex;
    align-items: center
}

.crypto_table .table-lite_ht {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    font: normal normal normal 11px/17px Poppins
}

.crypto_table .table-lite_td {
    font: normal normal normal 11px/16px Poppins;
    margin-bottom: 5px;
    background: #f8f8f8
}

.crypto_tables_cont span {
    width: 100%;
    max-width: 810px;
    margin-top: 28px
}

.stocks .h2_def {
    font: normal normal bold 35px/48px Poppins;
    color: #16223b
}

.stocks .h2_def span {
    color: rgb(214 166 76)
}

.stocks .p_def {
    font: normal normal normal 16px/24px Poppins;
    color: #5b6375
}

.stocks .indices_first_screen {
    background: url(/assets/images/markets/stocks_bg.png) no-repeat, #f9f9f9;
    background-size: contain;
    background-position: center center
}

.stocks .indices_first_screen h3 {
    font: normal normal bold 48px/56px Poppins;
    color: #16223b
}

.stocks .indices_first_screen p {
    font: normal normal normal 18px/29px Poppins;
    color: #16223b
}

.stocks .markets_menu {
    bottom: 50px;
    position: relative
}

.stocks .what_are_crupto {
    padding-top: 0;
    padding-bottom: 50px
}

.stocks .what_are_crupto .content.right {
    margin-top: 30px
}

.stocks .crypto_tables_cont .p_def {
    max-width: 573px;
    text-align: center
}

.crypto_list_items.right p {
    text-align: right
}

.details_tabs_cont.stocks {
    width: 865px;
    margin-top: 18px;
    margin-bottom: 10px;
    overflow: hidden
}

.details_tabs_cont.stocks .details_tab {
    width: auto;
    padding: 10px 20px
}

.pagination_stocks {
    display: flex;
    justify-content: center;
    margin-top: 40px
}

.pagination_stocks .paginate {
    font: normal normal medium 16px/21px Roboto;
    color: #778bb5;
    padding: 7px 15px 6px 14px;
    border: 1px solid #6078aa;
    box-shadow: 3px 3px 6px #d0dFEF5C;
    border-radius: 3px;
    margin: 0 4px;
    position: relative;
    cursor: pointer;
    transition: all .4s ease-in-out;
    background: 0 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pagination_stocks .paginate.active, .pagination_stocks .paginate:hover {
    background: transparent linear-gradient(180deg, #768ab4 0, #4b67a2 100%) 0 0 no-repeat padding-box;
    color: #fff
}

.pagination_stocks .paginate.next, .pagination_stocks .paginate.prev {
    width: 40px
}

.pagination_stocks .paginate.next::after, .pagination_stocks .paginate.prev::after {
    content: url(../../../../templates/custom/images/markets/prev.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.pagination_stocks .paginate.next::after {
    content: url(../../../../templates/custom/images/markets/next.svg)
}

.futures .h2_def {
    font: normal normal bold 35px/45px Poppins;
    color: #16223b
}

.futures .h2_def span {
    color: rgb(214 166 76)
}

.futures .p_def {
    font: normal normal normal 16px/24px Poppins
}

.futures .indices_first_screen {
    background: url(/assets/images/markets/futures_bg.png) no-repeat, #f9f9f9;
    background-position: center center
}

.futures .indices_first_screen h3 {
    font: normal normal bold 48px/56px Poppins;
    color: #16223b
}

.futures .indices_first_screen p {
    font: normal normal normal 18px/29px Poppins
}

.futures .markets_menu_container {
    position: relative;
    bottom: 50px
}

.futures .what_are_crupto {
    padding-top: 20px;
    padding-bottom: 50px
}

.crypto_tables_cont h3 {
    font: normal normal bold 24px/15px Poppins;
    color: rgb(214 166 76);
    margin-top: 35px
}

.forex .h2_def {
    font: normal normal bold 35px/53px Poppins;
    color: #16223b
}

.forex .h2_def span {
    color: rgb(214 166 76)
}

.forex .p_def {
    font: normal normal normal 16px/24px Poppins;
    color: #5b6375
}

.forex .indices_first_screen {
    background: url(/assets/images/markets/for_bg.png) no-repeat, #f9f9f9;
    background-position: center center
}

.forex .indices_first_screen h3 {
    font: normal normal bold 48px/56px Poppins;
    color: #16223b;
    min-width: 400px
}

.forex .indices_first_screen h3 span {
    color: rgb(214 166 76)
}

.forex .indices_first_screen p {
    font: normal normal normal 18px/25px Poppins;
    color: #16223b;
    max-width: 272px
}

.forex .what_are_crupto img {
    margin-left: 120px
}

.forex .crypto_tables_cont .p_def {
    max-width: 691px;
    text-align: center
}

.forex .details_tabs_cont {
    max-width: 482px
}

.forex .table-lite_td {
    padding: 5px 15px 5px
}

.forex .table-lite_ht {
    padding: 8px 15px
}

.forex .after_table.p_def {
    text-align: left;
    margin-top: 50px;
    width: 90%;
    max-width: 810px
}

.forex .discover_more {
    background: #f9f9f9
}

.forex_vps .h2_def {
    font: normal normal bold 35px/40px Poppins;
    color: #16223b
}

.forex_vps .h2_def span {
    color: #ff6c27
}

.forex_vps .p_def {
    font: normal normal normal 16px/24px Poppins;
    color: #5b6375
}

.vps_first_screen {
    background: url(/assets/images/promotions/womens-day.jpg) no-repeat, #ff7200;
    background-position: center center;
    height: 575px
}

.vps_first_screen .content_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 136px;
    padding-left: 0;
    padding-right: 0
}

.vps_first_screen h3 {
    font: normal normal bold 48px/50px Poppins;
    color: #fff;
    text-align: center
}

.vps_first_screen p {
    font: normal normal normal 18px/25px Poppins;
    color: #e8e8e8;
    opacity: .84;
    text-align: center;
    max-width: 506px
}

.vps_first_screen p.forex_vps-date {
    opacity: 1;
    color: #fff;
    letter-spacing: .01em;
    font-weight: 700
}

.vps_first_screen h3 span {
    color: #ff6c27
}

.what_is_vps {
    padding-top: 53px;
    padding-bottom: 55px
}

.what_is_vps .content {
    max-width: 800px;
    margin: 0 auto
}

.free_vps_container {
    padding: 100px 0;
    background: url(/assets/images/promotions/free_vps_bg.png) no-repeat, #f1f1f1;
    background-position: center center
}

.free_vps_container .content {
    display: flex;
    justify-content: center;
    align-items: center
}

.free_vps_container .img_content, .free_vps_container .txt {
    width: 50%
}

.free_vps_container .img_content h3 {
    font: normal normal bold 35px/44px Poppins;
    color: #273f71;
    text-align: center
}

.free_vps_container .img_content h3 span {
    color: rgb(214 166 76)
}

.free_vps_container .txt {
    padding-left: 90px;
    max-width: 509px
}

.free_vps_container .txt p.second {
    margin-top: 40px
}

.free_vps_container a.transparent {
    background: 0 0;
    border: 2px solid #ff6c27;
    color: #ff6c27
}

.vps_usage_container {
    padding-bottom: 66px;
    padding-top: 75px;
    background: url(/assets/images/promotions/bg_how.svg) no-repeat, #16223b
}

.vps_usage_container h2.h2_def {
    color: #fff
}

.vps_usage_container h2.h2_def span {
    color: #ff6c27
}

.vps_usage_container .container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.vps_usage_container .p_def {
    max-width: 566px;
    margin: 45px auto 25px;
    color: #fff;
    text-align: center;
    font: normal normal normal 18px/30px Poppins
}

.usage_list {
    width: 90%;
    margin: 20px auto 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 245px;
    counter-reset: section;
    align-items: center
}

.usage_item {
    font: normal normal normal 18px/26px Poppins;
    color: #778bb5;
    width: calc(33% - 50px);
    position: relative;
    box-sizing: border-box;
    padding-left: 40px
}

.usage_item:nth-child(1), .usage_item:nth-child(2) {
    margin-right: 75px
}

.usage_item::before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    top: 5px;
    left: 0;
    padding: 1px 8px;
    background: transparent linear-gradient(180deg, #1e3158 0, #3c5487 52%, #1f335c 100%) 0 0 no-repeat padding-box;
    border-radius: 6px;
    color: #fffF;
    display: inline-block;
    width: 27px;
    height: 27px;
    text-align: center;
    box-sizing: border-box
}

.vps_contact_us {
    padding-top: 39px;
    padding-bottom: 74px
}

.vps_contact_us p {
    font: normal normal 600 24px/34px Poppins;
    color: #16223b;
    max-width: 714px;
    text-align: center;
    margin: 0 auto
}

.forex_vps .section_accept {
    background: #f9f9f9
}

.vps_usage_container img.mobile {
    display: none
}

.forex_vps .discover_more img {
    width: 100%
}

.bonus .contact_section {
    margin-bottom: 0
}

.bonus .markets_menu_container {
    margin-bottom: 80px
}

.bonus__container .forex_vps::before {
    background-image: url(/assets/images/promotions/bonus20/2022form-bg.jpg)
}

.bonus__container .forex_vps2::before {
    background-image: url(../../../../images/bonus/bonus-banner-50.png)
}

.white_label_screen {
    background: url(/assets/images/partnership/white_label/first_screen_ing.png) no-repeat;
    background-size: contain;
    background-position: center center;
    height: 440px
}

.white_label_screen .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%
}

.white_label_screen h1 {
    font-size: 48px;
    line-height: 54px;
    font-weight: 700;
    color: #fff
}

.white_label_screen h1 span {
    color: rgb(214 166 76)
}

.white_label_screen p {
    font-style: 22px;
    line-height: 28px;
    color: #e8e8e8;
    opacity: .8;
    max-width: 370px;
    text-align: center
}

.white_label .markets_menu {
    justify-content: center
}

.white_label .markets_menu li {
    margin: 0 38px
}

.white_label .markets_menu a {
    opacity: .6
}

.white_label .markets_menu a.active, .white_label .markets_menu a:hover {
    opacity: 1
}

.white_label .h2_def {
    font: normal normal bold 35px/57px Poppins;
    color: #16223b
}

.white_label .h2_def span {
    color: rgb(214 166 76)
}

.white_label .p_def {
    font: normal normal normal 16px/24px Poppins;
    color: #5b6375
}

.white_label .what_are_crupto .txt {
    width: 50%;
    max-width: 520px
}

.white_label .what_are_crupto img {
    width: 50%
}

.white_label_features_screen .container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.white_label_features_screen p.p_def {
    max-width: 512px;
    text-align: center
}

.white_label_features_screen {
    background: #f9f9f9;
    padding-top: 48px
}

.white_label_features_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 38px;
    counter-reset: section
}

.white_label_features_item {
    width: calc(50% - 9px);
    border-radius: 19px;
    margin-bottom: 20px;
    box-shadow: 4px 6px 8px 0 #b4c4E372;
    padding-top: 32px;
    padding-left: 37px;
    background: #fff;
    padding-right: 36px;
    counter-increment: section;
    min-height: 226px;
    position: relative
}

.white_label_features_item::after {
    content: '';
    position: absolute;
    display: inline-block;
    background: rgb(214 166 76);
    width: 76px;
    height: 6px;
    border-radius: 19px;
    left: 37px;
    bottom: 0
}

.white_label_features_item h3 {
    font-size: 22px;
    font-weight: 500
}

.white_label_features_item h3::before {
    content: counter(section) '.'
}

.white_label_industry {
    padding: 90px 0;
    background: url(/assets/images/promotions/Group_2947.svg) no-repeat;
    background-size: cover;
    background-position: center center
}

.white_label_industry .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.white_label_industry img {
    max-width: 552px
}

.white_label_industry h2.h2_def {
    color: #fff
}

.white_label_industry h2.h2_def span {
    color: #f17942
}

.white_label_industry li, .white_label_industry p {
    font-size: 18px;
    line-height: 26px;
    color: #acbde1
}

.white_label_indicative {
    padding: 77px 0
}

.white_label_indicative .content {
    width: 90%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    margin: 0 auto
}

.white_label_indicative h3 {
    padding: 32px 0;
    width: 100%;
    font-weight: 500;
    font-size: 24px;
    background: linear-gradient(180deg, #16223b 0, #233457 100%);
    border-radius: 5px;
    box-shadow: 4px 2px 40px 0 #b4c4E372;
    text-align: center;
    color: #fff;
    margin: 0
}

.white_label_indicative ul {
    padding: 0;
    margin: 0
}

.white_label_indicative li {
    list-style: none;
    margin-top: 8px;
    padding: 36px 82px 36px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 4px 2px 18px 0 #b4c4E372
}

.white_label_indicative p {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: #5b6375
}

.white_label_indicative span {
    font-size: 18px;
    font-weight: 700;
    color: #16223b;
    width: 170px
}

.tradable-steps__descript {
    color: #e8e8e8;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    max-width: 640px
}

.tradable-link-wrapp {
    display: flex;
    align-items: center;
    justify-content: center
}

.affiliate .markets_menu_container, .bonus .markets_menu_container, .markets_menu_container.big_sticky_menu, .tradable-bonus .markets_menu_container, .welcome_bonus .markets_menu_container {
    column-gap: 30px;
    display: flex
}

.welcome_bonus .markets_menu_container {
    margin-top: -1px
}

.affiliate .markets_menu_container .markets_menu, .bonus .markets_menu_container .markets_menu, .markets_menu_container.big_sticky_menu .markets_menu, .tradable-bonus .markets_menu_container .markets_menu, .welcome_bonus .markets_menu_container .markets_menu {
    justify-content: center;
    column-gap: 50px;
    flex-wrap: wrap; 
    height: fit-content;
    padding-top:15px;
}

.affiliate .markets_menu_container .markets_menu a, .bonus .markets_menu_container .markets_menu a, .markets_menu_container.big_sticky_menu .markets_menu a, .tradable-bonus .markets_menu_container .markets_menu a, .welcome_bonus .markets_menu_container .markets_menu a {
    padding: 15px 0;
} 


.welcome_bonus .h2_def {
    font: normal normal bold 35px/50px Poppins;
    color: #16223b
}

.welcome_bonus .h2_def span {
    color: rgb(214 166 76)
}

.welcome_bonus .p_def {
    font: normal normal normal 18px/24px Poppins
}

.welcome_bonus_screen {
    width: 100%;
    height: 440px;
    background: url(/assets/images/promotions/affiliate/welcome_bg.svg) no-repeat;
    background-position: center center
}

.welcome_bonus_screen h1 {
    font: normal normal bold 38px/50px Poppins;
    color: #fff
}

.welcome_bonus_screen .container {
    display: flex;
    justify-content: flex-end
}

.welcome_bonus_screen .txt {
    max-width: 398px;
    padding-top: 80px;
    margin-right: 100px
}

.welcome_bonus_screen span {
    font: normal normal 500 18px/24px Poppins;
    color: #fff
}

.welcome_bonus_screen p {
    color: #9ca7bc;
    margin-top: 5px
}

.welcome_bonus .orange_span {
    font: normal normal 600 18px/26px Poppins;
    color: rgb(214 166 76);
    margin-top: 9px
}

.welcome_bonus .orange_span.small {
    font: normal normal 600 14px/32px Poppins
}

.welcome_bonus .what_are_crupto h5, .welcome_bonus .what_are_crupto li {
    font: normal normal 600 18px/18px Poppins;
    color: #16223b;
    margin-top: 24px
}

.welcome_bonus .what_are_crupto ul {
    margin-bottom: 0
}

.welcome_bonus .what_are_crupto li {
    margin-top: 10px
}

.welcome_bonus .how_it_works_section {
    background: url(/assets/images/promotions/affiliate/apply.svg) no-repeat;
    background-position: center center;
    background-size: cover
}

.affiliate .how_it_works_section h3, .welcome_bonus .how_it_works_section h3 {
    color: #fff
}

.welcome_bonus .how_steps_container .img {
    font: normal normal bold 34px/100px Roboto;
    color: #fff
}

.affiliate .step span, .welcome_bonus .step span {
    font: normal normal medium 18px/30px Poppins;
    color: #9ca7bc
}

.affiliate .how_it_works_container p, .welcome_bonus .how_it_works_container p {
    max-width: 660px;
    text-align: center;
    color: #e8e8e8;
    margin-top: 55px;
    margin-bottom: 10px
}

.welcome_bonus .step:not(:last-child) .img::after {
    width: 150%;
    right: -140%
}

.welcome_bonus .how_it_works_container a {
    font-weight: 700;
    margin-top: 0
}

.affiliate .how_it_works_container a::after, .welcome_bonus .how_it_works_container a::after {
    content: url(/assets/images/promotions/affiliate/arrows_righ.svg);
    margin-left: 5px
}

.ready_start {
    padding-top: 61px;
    padding-bottom: 92px;
    background: url(/assets/images/promotions/affiliate/ready.png) no-repeat;
    background-position: center center;
    background-size: cover
}

.ready_start .container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.ready_start h2.h2_def {
    color: #fff
}

.ready_start h2 span {
    color: #ff6c27
}

.ready_start .links {
    margin: 24px auto 0
}

.ready_start a.transparent {
    background: 0 0;
    border: 1px solid #ee733a
}

.welcome_form_section {
    padding: 90px 0;
    background: url(/assets/images/promotions/affiliate/sticker.svg) no-repeat, #f9f9f9;
    background-position: right center
}

.welcome_form_section .content {
    max-width: 880px;
    display: flex;
    margin: 0 auto;
    background: #fff;
    box-shadow: 8px 6px 14px #16223B30;
    flex-direction: column;
    border-top: 12px solid rgb(214 166 76);
    padding: 12px 54px 62px
}

.welcome_form_section h2 {
    font: normal normal 600 28px/38px Poppins;
    color: #16223b;
    text-align: center
}

.welcome_form_section h2 span {
    display: inline;
    width: 100%;
    color: #ff6c27
}

.welcome_form_section .inputs_container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 13px
}

.welcome_form {
    margin-top: 23px
}

.welcome_form_section .input {
    display: flex;
    width: calc(50% - 6px);
    flex-direction: column
}

.welcome_form_section .full_width {
    width: 100%
}

.welcome_form_section label {
    font: normal normal normal 11px/17px Poppins;
    color: #575757;
    margin-bottom: 6px
}

.welcome_form_section input, .welcome_form_section textarea {
    padding: 14px;
    border: .5px solid #c9c9c9;
    border-radius: 3px;
    transition: all .4s ease-in-out
}

.welcome_form_section input:focus, .welcome_form_section textarea:focus {
    border-color: #ee733a
}

.welcome_form_section textarea {
    height: 125px
}

.submit_cont {
    display: flex;
    justify-content: flex-end
}

.welcome_bonus--popup_container {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    z-index: 999
}

.welcome_bonus--popup_content {
    max-width: 800px;
    display: flex;
    justify-content: center;
    max-height: 500px;
    position: relative
}

.welcome_bonus--popup_txt {
    background: #fff;
    padding: 75px 55px 0 45px
}

.welcome_bonus--popup_txt h4 {
    font: normal normal 600 24px/30px Poppins
}

.welcome_bonus--popup_txt h4 span {
    color: rgb(214 166 76)
}

.welcome_bonus--popup_txt p {
    font: normal normal normal 16px/23px Poppins;
    color: #5b6375
}

.welcome_bonus--popup_txt p b {
    color: #000
}

.welcome_bonus--popup_txt a {
    box-shadow: 0 3px 6px rgb(214 166 76)63
}

.welcome_bonus--popup_close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer
}

.welcome_bonus--popup_close::after {
    content: url(/assets/images/promotions/affiliate/close_popup.svg)
}

body.popup__open {
    overflow: hidden
}

.privacy .terms-list li {
    color: #16223b;
    font-weight: 600;
    margin-bottom: 15px
}

.privacy .terms-list__alphabet {
    list-style: lower-latin
}

.affiliate .how_it_works_section {
    background: url(/assets/images/promotions/affiliate/affilate-steps.png) no-repeat;
    background-position: center;
    background-size: cover
}

.affiliate .mw292 {
    max-width: 430px
}

.affiliate .forex .indices_first_screen .main-text {
    color: #314267;
    opacity: .84;
    max-width: 405px
}

.affiliate .offer-valid, .ib50 .offer-valid, .trade-win .offer-valid {
    margin-top: 0;
    color: #16223b;
    font-size: 18px;
    font-weight: 600
}

.bonus .affiliate .offer-valid, .bonus .ib50 .offer-valid, .bonus .trade-win .offer-valid {
    margin-bottom: 20px;
    display: block
}

.affiliate .forex .indices_first_screen {
    background: url(/assets/images/promotions/affiliate/affiliate-bg.png) no-repeat, #f9f9f9;
    background-position: center;
    background-size: contain;
    height: auto
}

.affiliate .markets_menu_container {
    background-color: #fff
}

.affilate-info-descript .content_container {
    margin-bottom: 75px;
    padding-left: 10px
}

.affilate-info-descript .mw292 {
    font: normal normal bold 35px/50px Poppins;
    color: rgb(214 166 76);
    text-align: center;
    max-width: inherit;
    display: flex;
    flex-direction: column
}

.affilate-info-descript .mw292 span {
    color: #16223b
}

.affilate-info-descript .text {
    font: normal normal normal 18px/30px Poppins;
    color: #5b6375;
    text-align: center;
    max-width: 730px;
    margin: 0 auto
}

.affiliate .how_steps_container .step {
    max-width: 244px
}

.affiliate .how_it_works_container p {
    font-size: 18px;
    line-height: 26px
}

.affiliate .free_vps_container {
    background: url(/assets/images/promotions/affiliate/affiliate-100-bg.png) no-repeat, #f1f1f1;
    background-position: center;
    padding: 110px 0
}

.affiliate .free_vps_container .content {
    justify-content: flex-end;
    max-width: 1200px
}

.affiliate .free_vps_container .p_def {
    font: normal normal normal 18px/30px Poppins;
    color: #5b6375
}

.affiliate .free_vps_container .p_def-accent {
    font: normal normal 600 18px/26px Poppins;
    color: #16223b;
    max-width: 400px
}

.affiliate .ready_start h2.h2_def {
    text-align: center;
    font: normal normal 600 38px/48px Poppins
}

.affiliate .ready_start h2.h2_def span {
    display: block
}

.affiliate .ready_start .text {
    font: normal normal normal 18px/30px Poppins;
    color: #9ca7bc;
    margin-bottom: 0
}

.affiliate .ready_start {
    background: url(/assets/images/promotions/affiliate/banner-icon.svg) no-repeat center right 185px, url(/assets/images/promotions/affiliate/ready.png) no-repeat center/cover
}

.bonus .welcome_bonus_screen {
    background: url(/assets/images/promotions/prom-bg-new.jpg) no-repeat;
    background-position: center;
    background-size: contain;
    padding-top: 115px;
    padding-bottom: 115px;
    height: auto
}

.bonus .welcome_bonus_screen .txt {
    padding-top: 0;
    margin-right: 120px;
    max-width: inherit
}

.bonus .welcome_bonus_screen h1 {
    font: normal normal bold 48px/50px Poppins;
    color: #16223b;
    max-width: 405px
}

.welcome_bonus_screen h1 span {
    display: block;
    font: normal normal bold 38px/50px Poppins;
    color: rgb(214 166 76)
}

.welcome_bonus_screen h1 span.text-white {
    color: #fff
}

.welcome_bonus_screen h1 {
    margin-bottom: 11px
}

.bonus .welcome_bonus_screen p {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    max-width: 469px;
    margin-bottom: 21px
}

.bonus__container .trade-win.accounts-consult::before {
    background-image: url(/assets/images/promotions/trade-win.png)
}

.bonus__container .affiliate.accounts-consult::before {
    background-image: url(/assets/images/promotions/affiliate-prog.png)
}

.bonus__container .ib50.accounts-consult::before {
    background-image: url(/assets/images/promotions/50ib.png)
}

.ib_bonus .h2_def {
    font: normal normal bold 38px/46px Poppins
}

.ib_bonus .h2_def span {
    color: rgb(214 166 76)
}

.ib_bonus .p_def {
    font: normal normal normal 18px/30px Poppins;
    color: #16223b
}

.ib_bonus_screen {
    height: 450px;
    background: url(../../../../templates/custom/images/ib_bonus/ib_bonus_bg.png) no-repeat;
    background-position: center center
}

.ib_bonus_screen .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.ib_bonus_screen .txt {
    max-width: 510px;
    margin-right: 100px
}

.ib_bonus_screen h1 {
    font: normal normal bold 48px/50px Poppins;
    color: #fff
}

.ib_bonus_screen h1 span {
    color: rgb(214 166 76)
}

.ib_bonus_screen p.p_def {
    color: #fff;
    max-width: 334px
}

.ib_txt_section .container {
    display: flex;
    justify-content: center
}

.ib_txt_section p.p_def {
    text-align: center;
    max-width: 730px;
    color: #5b6375;
    margin-top: 43px;
    margin-bottom: 62px
}

.ib_bonus .bonus_section {
    background: url(../../../../templates/custom/images/ib_bonus/bonus_section_bg.png) no-repeat, #f1f1f1;
    background-position: center center
}

.ib_bonus .bonus_container {
    justify-content: flex-end
}

.ib_bonus .bonus_section p.p_def.bold {
    font-weight: 600;
    color: #16223b
}

.ib_bonus .bonus_section p.p_def.grey {
    color: #5b6375
}

.trading_instruments_section {
    padding: 64px 0 25px
}

.trading_cont {
    display: flex;
    flex-direction: column;
    align-items: center
}

.trading_instruments_section h3.desk_title {
    font: normal normal 600 28px/36px Poppins;
    color: #16223b;
    max-width: 660px;
    text-align: center
}

.trading_instruments_section h3.mob_title {
    display: none
}

.trading_instruments_tables {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 33px
}

.trading_table {
    width: calc(50% - 6px);
    max-width: 550px;
    margin: 0 6px
}

.trading_table .table_head {
    padding: 28px 0;
    background: transparent linear-gradient(180deg, #16223b 0, #233457 100%) 0 0 no-repeat padding-box;
    box-shadow: 4px 6px 8px #b4c4E372;
    border-radius: 11px;
    display: flex;
    justify-content: space-around
}

.trading_table .table_head p {
    font: normal normal 600 16px/24px Poppins;
    color: #fff;
    margin-bottom: 0;
    width: 33%;
    text-align: center
}

.trading_table .table_tr {
    box-shadow: 4px 6px 8px #b4c4E372;
    border-radius: 11px;
    display: flex;
    padding: 19px 0;
    margin-top: 9px
}

.trading_table .table_tr p {
    font: normal normal normal 16px/24px Poppins;
    color: #5b6375;
    width: 33%;
    text-align: center;
    margin-bottom: 0
}

.trading_instruments_section p.p_def {
    margin-top: 45px;
    max-width: 566px;
    text-align: center;
    color: #5b6375
}

.trading_instruments_section a {
    font: normal normal bold 16px/25px Poppins;
    color: rgb(214 166 76)
}

.trading_instruments_section a::after {
    content: url(/assets/images/promotions/affiliate/arrows_righ.svg);
    margin-left: 5px
}

.ib_bonus .how_it_works_container {
    padding: 71px 0 93px
}

.ib_bonus .step:not(:last-child) .img::after {
    right: -205%
}

.ib_bonus .section_accept {
    background: #f9f9f9
}

.ikoncontentarea {
    padding-top: 0;
    padding-bottom: 50px;
    margin-top: -20px
}

.ikoncontentarea .holidays-bg {
    background-image: url(../../../../images/ml-king-holiday.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 290px;
    margin-bottom: 50px
}

.ikoncontentarea .tableizer-table {
    width: 100%;
    text-align: center
}

.ikoncontentarea table > thead > tr {
    background: #16223b;
    color: #fff
}

.ikoncontentarea table > thead > tr > th {
    padding: 10px;
    color: #fff;
    text-align: center
}

.ikoncontentarea td {
    padding: 5px;
    font-size: 14px;
    border: 1px solid #eee
}

.ikoncontentarea table > tbody > tr:first-child {
    background: rgb(214 166 76);
    color: #fff
}

.ikoncontentarea .text-center {
    font-size: 160%
}

.technical-page .market_section {
    padding-top: 84px;
    padding-bottom: 70px;
    background: url(/assets/images/tools/technical//bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.technical-page .market_section .h1 {
    line-height: 56px
}

.technical-page .market_section .text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 29px;
    color: #16223b;
    max-width: 300px;
    font-weight: 500
}

.technical-page .main-screen-body h1 span {
    display: block
}

.technical-page .except {
    padding-top: 10px;
    padding-bottom: 25px
}

.technical-page .except .h1 {
    font-size: 34px;
    line-height: 45px
}

.technical-page .except .text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    color: #5b6375
}

.technical-page .except .text.text--margin {
    margin-top: 15px;
    margin-bottom: 6px
}

.technical-page .except .image-block .img {
    max-width: 845px;
    width: 100%
}

.technical-page .open-live-account {
    background: url(/assets/images/tools/technical//availbl-icon.svg) no-repeat center right/contain, #f9f9f9;
    padding-top: 50px;
    padding-bottom: 62px;
    text-align: center
}

.technical-page .open-live-account .h1 {
    font-size: 35px;
    line-height: 46px
}

.technical-page .open-live-account .h1 span {
    color: rgb(214 166 76)
}

.technical-page .open-live-account .text {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 24px;
    color: #16223b;
    font-weight: 500
}

.technical-page .market_section.participate {
    padding-top: 45px;
    padding-bottom: 40px;
    background: url(/assets/images/tools/technical//participate-bg.png) no-repeat center/cover;
    color: #fff
}

.technical-page .market_section.participate .h1 {
    font-size: 35px;
    line-height: 46px;
    margin-bottom: 0
}

.technical-page .market_section.participate .text {
    color: #dfdfdf;
    max-width: 522px;
    font-size: 16px;
    line-height: 24px;
    opacity: .7;
    margin-top: 24px;
    margin-bottom: 5px
}

.technical-page .market_section.participate .text.text--accent {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 16px;
    opacity: 1;
    max-width: 300px
}

.technical-page .proven {
    background-color: #f9f9f9;
    padding-top: 33px;
    padding-bottom: 75px
}

.technical-page .proven .h1 {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 46px;
    text-align: center
}

.technical-page .proven .h1 span {
    color: rgb(214 166 76)
}

.technical-page .proven .text {
    margin-top: 11px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    color: #16223b;
    font-size: 18px;
    line-height: 30px;
    max-width: 802px;
    text-align: center
}

.technical-page .second_benefits {
    margin: 0 auto;
    max-width: 1200px;
    justify-content: center;
    column-gap: 20px;
    row-gap: 20px
}

.technical-page .second_benefits .second_benefit {
    max-width: 500px;
    width: 100%;
    margin-bottom: 0;
    height: inherit;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 30px;
    padding-right: 42px;
    justify-content: flex-start;
    align-items: flex-start
}

.technical-page .second_benefits .second_benefit::before {
    content: '';
    width: 46px;
    height: 6px;
    left: 0;
    top: 50%;
    transform: none;
    top: inherit;
    bottom: 0;
    left: 60px
}

.technical-page .second_benefits .content {
    max-width: 300px;
    margin-left: 23px
}

.technical-page .second_benefits .title {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 36px;
    font-weight: 600
}

.technical-page .second_benefits .descript {
    margin-bottom: 0;
    color: #16223b;
    font-size: 18px;
    line-height: 30px
}

.technical-page .open-live-account.dark-bg {
    background: url(/assets/images/tools/technical//availbl-icon.svg) no-repeat center right/contain, url(/assets/images/tools/technical//avail-bg.png) no-repeat center/cover;
    color: #fff
}

.technical-page .open-live-account.dark-bg .text {
    color: #fff
}

.main_slider_container .main_slide.main-slide__egypt {
    background: url(../../../../templates/custom/images/egypt_sldie_bg.png) no-repeat;
    background-position: center center;
    background-size: contain;
    height: 589px
}

@media (min-width: 1500px) {
    .main_slider_container .main_slide.main-slide__egypt {
        background: url(../../../../templates/custom/images/egypt_slide_bg_2K.png) no-repeat;
        background-position: center center;
        background-size: cover
    }
}

.main-slide__egypt .main_slide_content {
    justify-content: flex-end
}

.main-slide__egypt .slide_content {
    margin-right: 100px
}

.main-slide__egypt .forex-expo-date::before {
    content: none
}

.main_slide.main-slide__egypt .forex-expo-date span {
    font: normal normal 500 20px/23px Poppins
}

.main_slide.main-slide__egypt .forex-expo-date {
    display: flex;
    align-items: flex-end;
    padding-left: 0
}

.main_slide.main-slide__egypt .forex-expo-wrap {
    margin-bottom: 0
}

.ebooks_page .ebooks_first_screen {
    background-image: url(/assets/images/tools/ebooks/background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 390px
}

.ebooks-catalog {
    padding-top: 50px;
    padding-bottom: 100px;
    text-align: center
}

.ebooks_page .h1 {
    font: normal normal bold 35px/57px Poppins;
    margin-bottom: 0
}

.ebooks_page .h1 .accent {
    color: rgb(214 166 76)
}

.ebooks_page .text {
    margin-bottom: 30px;
    max-width: 764px;
    margin-left: auto;
    margin-right: auto;
    font: normal normal normal 18px/29px Poppins;
    color: #16223b
}

.ebooks_page .catalog {
    display: flex;
    justify-content: space-between;
    gap: 13px
}

.ebooks_page .catalog .item {
    max-width: 290px;
    width: 100%;
    background: #fff;
    box-shadow: 3px 3px 10px #c4d2ef69;
    padding-bottom: 14px
}

.ebooks_page .catalog .item__title {
    font: normal normal 600 16px/24px Poppins;
    color: #16223b;
    margin-top: 12px;
    margin-bottom: 9px;
    margin-left: auto;
    margin-right: auto;
    max-width: 195px
}

.ebooks_page .catalog .item__link {
    font: normal normal 500 16px/25px Poppins;
    padding: 10px 37px;
    border: 1px solid rgb(214 166 76);
    border-radius: 5px;
    display: block;
    max-width: 120px;
    margin: 0 auto;
    transition: all ease-in-out .4s
}

.ebooks_page .catalog .item__link:hover {
    color: #fff;
    background-color: rgb(214 166 76)
}

.ebooks_page .bonus__open-account {
    background: url(/assets/images/tools/ebooks/block-logo-icon.svg) no-repeat center bottom/contain, #f9f9f9;
    padding-top: 65px;
    padding-bottom: 65px
}

.ebooks_page .bonus__open-account .h1 {
    margin-bottom: 40px
}

.tools-page {
    background-color: #f9f9f9
}

.technical-page.tools-page .main-screen-body h1 span {
    display: inline-block
}

.technical-page.tools-page .market_section .text {
    max-width: 385px
}

.technical-page.tools-page .market_section {
    padding-top: 140px;
    padding-bottom: 124px;
    background: url(/assets/images/tools/background.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.tools-page .btn {
    margin: 0
}

.technical-page.tools-page .except .text.text--margin {
    margin: 15px 0
}

.technical-page.tools-page .except .image-block .img {
    max-width: 586px
}

.tools-page .image-block {
    text-align: center
}

.technical-page.tools-page .except {
    padding-top: 50px;
    padding-bottom: 50px
}

.except.first-block .text {
    max-width: 513px
}

.except.second-block .text {
    max-width: 448px
}

.except.second-block {
    background-color: #fff
}

@media (max-width: 2560px) {
    .contact-us.contact_section {
        min-height: inherit
    }
}

@media (min-width: 2000px) {
    .ib_first_screen {
        width: 100%;
        background: url(/assets/images/partnership/IB_page/bg_2k.png) no-repeat center center;
        background-size: cover;
        height: 710px
    }

    .content_container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        height: 100%
    }
}

@media (max-width: 1500px) {
    .ib_first_screen {
        width: 100%;
        background: url(/assets/images/partnership/IB_page/Group_1918.png) no-repeat center center;
        background-size: cover
    }

    .main_slide.bg_image {
        background: url(/assets/images/slider/slide4_bg1.png) no-repeat padding-box;
        background-size: cover
    }

    .affiliate .forex .indices_first_screen {
        background-size: cover
    }

    .bonus .welcome_bonus_screen {
        background-size: cover
    }
}

@media (max-width: 1400px) {
    .footer__privacy {
        margin-bottom: 24px
    }

    .footer__privacy .footer_address__text {
        font-size: 10px
    }

    .footer__privacy .footer_address__text:not(:last-child) {
        margin-right: 10px
    }

    .footer__privacy .footer_address__text::after {
        height: 9px;
        right: -6px;
        top: calc(50% - 5px)
    }

    .slide_img_cont.w100 img {
        object-fit: contain
    }
}

@media (max-width: 1280px) {
    .trade_in_indices .container {
        flex-direction: column
    }

    .why_card_item_title {
        font-size: 24px
    }

    .trade_in_indices {
        padding-bottom: 0
    }

    .trade_in_indices .txt {
        width: 100%;
        margin-left: 0;
        display: flex;
        flex-direction: column;
        order: -1
    }

    .indicies_steps {
        width: 415px
    }

    .row_title {
        font-size: 14px
    }

    .row_content {
        font-size: 14px
    }

    .accept_img-block > .row {
        justify-content: inherit
    }

    .footer-brand-link:not(:first-child) {
        margin-left: 40px
    }

    .accounts-consult {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 50px
    }

    .accounts-consult::before {
        width: 540px;
        height: 520px;
        background-size: cover;
        left: -440px
    }

    .documents__files-container {
        flex-direction: column
    }

    .files-list:first-child {
        margin-right: 0;
        margin-bottom: 27px
    }

    .files-list__item:not(:last-child) {
        margin-bottom: 27px
    }

    .bonus__container .accounts-consult {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .bonus__container .accounts-consult::before {
        width: 450px;
        left: -400px
    }

    .bonus__container-banners {
        max-width: 950px
    }

    .bonus__container .ecn-accounts::before {
        left: 500px
    }

    .bonus__container .ecn-accounts {
        margin-left: 0
    }

    .bonus__container .ecn-accounts, .bonus__container .tradeable-accounts {
        padding-top: 95px;
        padding-bottom: 95px;
        margin-bottom: 30px
    }

    .contact-us__slider {
        max-width: 850px
    }

    .contact-us__address .swiper__wrapper {
        max-width: 700px
    }

    .dotted-lines::before {
        left: -10%
    }

    .dotted-lines::after {
        right: -10%
    }
}

@media (max-width: 1200px) {
    .main-slide__sponsor .slide_content {
        align-items: flex-end
    }

    .forex-expo-wrap {
        justify-content: flex-end
    }

    .ib_bonus_screen .txt {
        margin-right: 0
    }

    .ib_bonus .bonus_section {
        background-position: -170px center
    }

    .ib_bonus .bonus_container {
        padding: 139px 0
    }

    .welcome_bonus_screen .txt {
        margin-right: 0
    }

    .welcome_bonus .how_it_works_container {
        padding: 0
    }

    .welcome_bonus .step:not(:last-child) .img::after {
        display: none
    }

    .ml72 {
        margin-right: 25px
    }

    .about_boolit.about_boolit_main-page .about_boolit_wrapper {
        -ms-grid-rows:(1fr) [ 2 ];
        grid-template-rows:repeat(2, 1fr);
        -ms-grid-columns:(2fr) [ 3 ];
        grid-template-columns:repeat(3, 2fr)
    }

    .about_boolit_wrapper {
        grid-template-rows:repeat(2, 1fr);
        -ms-grid-columns:(2fr) [ 3 ];
        grid-template-columns:repeat(3, 2fr)
    }

    .affiliate .markets_menu_container .markets_menu, .bonus .markets_menu_container .markets_menu, .markets_menu_container.big_sticky_menu .markets_menu, .tradable-bonus .markets_menu_container .markets_menu, .welcome_bonus .markets_menu_container .markets_menu {
        column-gap: 35px
    }

    .tradable-bonus .markets_menu {
        width: 100%;
        padding: 0
    }

    .affiliate .markets_menu_container .markets_menu li:first-child, .bonus .markets_menu_container .markets_menu li:first-child, .markets_menu_container.big_sticky_menu .markets_menu li:first-child, .tradable-bonus .markets_menu_container .markets_menu li:first-child, .welcome_bonus .markets_menu_container .markets_menu li:first-child {
        padding-left: 0
    }

    .affiliate .markets_menu_container .markets_menu li:nth-child(4), .bonus .markets_menu_container .markets_menu li:nth-child(4), .markets_menu_container.big_sticky_menu .markets_menu li:nth-child(4), .tradable-bonus .markets_menu_container .markets_menu li:nth-child(4), .welcome_bonus .markets_menu_container .markets_menu li:nth-child(4) {
        padding-right: 0
    }

    .bonus__container .forex_vps2.accounts-consult {
        margin-top: 50px
    }

    .bonus .welcome_bonus_screen .txt {
        margin-right: 0
    }

    .main_slider_container .main_slide.main-slide__egypt {
        background-size: cover
    }

    .main-slide__egypt .slide_content {
        margin-right: 50px
    }
}

@media (max-width: 1110px) {
    .ib_bonus_screen .txt {
        max-width: 350px
    }

    .ib_bonus_screen h1 {
        font: normal normal bold 28px/36px Poppins
    }

    .ib_bonus .step:not(:last-child) .img::after {
        right: -185%
    }

    .forex_vps .markets_menu {
        padding-left: 100px;
        padding-right: 100px
    }

    .row__title-lable {
        display: none
    }

    .btn_deposit {
        padding: 10px
    }

    .accounts-consult {
        padding-right: 20px
    }

    .accounts-consult::before {
        left: -400px
    }

    .new_platform_container {
        flex-direction: column
    }

    .new_platform_container img {
        object-fit: contain;
        width: auto;
        height: auto;
        max-width: 100%
    }
}

@media (max-width: 1024px) {
    body.body_vi .why_card_item {
        padding-left: 0
    }

    .usage_list {
        max-height: unset
    }

    .usage_item {
        margin-right: 0 !important;
        width: 100%
    }

    .advantages_list_sontainer {
        flex-direction: column;
        position: relative
    }

    .indicies_list_items:first-child {
        margin-top: 20px
    }

    .indicies_list_items {
        order: 1
    }

    .indicies_list_item {
        padding-left: 20px;
        margin-bottom: 12px
    }

    .indicies_list_items:last-child {
        order: 2;
        align-items: flex-start
    }

    .indicies_list_item::before {
        content: '';
        display: inline-block;
        position: absolute;
        width: 5px;
        height: 5px;
        background: #5b6375;
        border-radius: 50%;
        left: 0;
        top: 10px
    }

    .indicies_advantages {
        padding-bottom: 40px
    }

    .indicies_list_item::after {
        content: none !important
    }

    .advantages_list_sontainer img {
        margin: 0
    }

    .trade_in_indices .container, .types_of_major .container, .what_are_indices .container {
        padding-left: 10px
    }

    .what_are_content {
        flex-direction: column;
        align-items: center;
        padding-bottom: 40px
    }

    .what_are_content .txt, .what_are_content picture {
        width: 100%
    }

    .what_are_content .txt {
        display: flex;
        flex-direction: column;
        order: -1
    }

    .regulations_container .regulations_content, .regulations_container img {
        width: 50%
    }

    .ctm-thank-block {
        max-width: 706px
    }

    .payment_section > .container {
        padding-right: 70px
    }

    .row_content, .row_title {
        font-size: 13px;
        grid-template-columns:minmax(150px, 150px) minmax(175px, 175px) repeat(3, 1fr)
    }

    .btn_deposit {
        padding: 10px;
        font-size: 11px
    }

    .col_hidden {
        display: none
    }

    .info_box {
        max-width: 241px;
        padding-top: 24px;
        padding-bottom: 35px;
        padding-left: 10px;
        padding-right: 10px
    }

    .info_box:first-child {
        padding-left: 15px;
        padding-right: 15px
    }

    .info_box-img {
        width: 101px
    }

    .info_box-label {
        font-size: 14px;
        line-height: 21px;
        margin-top: 8px;
        margin-bottom: 18px
    }

    .info_box-label::before {
        bottom: -10px
    }

    .info_box-text {
        font-size: 15px;
        line-height: 23px
    }

    .accounts-bonus__lots {
        flex-direction: column;
        align-items: center
    }

    .accounts-bonus__lot:first-child {
        margin-right: 0;
        margin-bottom: 11px
    }

    .accounts-bonus .btn_deposit::after, .accounts-bonus .btn_deposit::before, .btn-bonus::after, .btn-bonus::before {
        width: 66px
    }

    .btn-bonus::before {
        right: 225px
    }

    .btn-bonus::after {
        left: 225px
    }

    .accounts-bonus__container {
        margin-bottom: 492px
    }

    .accounts-consult {
        margin: 0 auto;
        padding: 56px 54px;
        justify-content: center;
        max-width: 620px;
        width: 100%;
        margin-bottom: 40px
    }

    .accounts-consult::before {
        left: calc(50% - 330px);
        top: -480px;
        background-size: auto;
        width: 660px
    }

    .accounts-consult__container, .accounts-consult__container .accounts_title {
        text-align: center
    }

    .block-need-help .consultation_btns::after, .block-need-help .consultation_btns::before {
        content: none
    }

    .bonus__container-banners {
        margin-top: 460px
    }

    .bonus__container .accounts-consult {
        padding: 30px 45px 30px 30px;
        justify-content: center;
        max-width: 530px;
        width: 90%
    }

    .bonus__container .accounts-consult::before {
        width: 550px;
        left: calc(50% - 275px);
        top: -435px
    }

    .bonus__list {
        text-align: left
    }

    .bonus__container .accounts-consult:not(:last-child) {
        margin-bottom: 465px
    }

    .bonus__container .ecn-accounts {
        margin-left: inherit
    }
}

@media (max-width: 992px) {
    .main_slider_container .main_slide.main-slide__egypt {
        background-position: -300px top;
        height: 700px
    }

    .main_slide.main-slide__egypt .main_slide_content {
        align-items: flex-end;
        justify-content: flex-start
    }

    .main-slide__egypt .slide_content {
        margin-right: -40px
    }

    .ib_bonus .step:not(:last-child) .img::after {
        right: -80%
    }

    .ib_bonus .bonus_section {
        background: url(../../../../templates/custom/images/ib_bonus/bonus_bg_mob.png) no-repeat;
        background-size: cover
    }

    .ib_bonus .bonus_container img {
        width: auto
    }

    .white_label .what_are_crupto .txt, .white_label .what_are_crupto img {
        width: 100%;
        max-width: unset
    }

    .white_label_industry .container {
        flex-direction: column
    }

    .white_label_industry .txt {
        display: flex;
        flex-direction: column;
        order: 2;
        margin-top: 50px
    }

    .white_label .markets_menu {
        padding: 0 30px
    }

    .crypto_list_items.right p {
        text-align: left
    }

    .details_tabs_cont.stocks {
        width: 90%;
        flex-wrap: wrap;
        overflow: auto;
        border: none;
        justify-content: center
    }

    .details_tabs_cont.stocks .details_tab {
        height: auto;
        margin: 5px 3px
    }

    .what_are_crupto {
        padding-top: 70px;
        padding-bottom: 40px
    }

    .what_are_crupto .content {
        flex-direction: column
    }

    .what_are_crupto .txt {
        margin: 0;
        width: 100%;
        max-width: unset;
        display: flex;
        flex-direction: column;
        order: -1;
        margin-bottom: 30px
    }

    .what_are_crupto .right .txt {
        margin: 0;
        margin-bottom: 30px
    }

    .advantages_list_container {
        flex-direction: column
    }

    .crypto_list_items {
        order: 1
    }

    .crypto_list_items.right {
        align-items: flex-start
    }

    .crypto_list_item {
        padding-left: 10px
    }

    /* .crypto_list_item::before {
        content: '';
        display: inline-block;
        position: absolute;
        width: 5px;
        height: 5px;
        background: #5b6375;
        border-radius: 50%;
        left: 0;
        top: 10px
    } */

    .crypto_list_item::after {
        content: '' !important
    }

    .types_of_major .container {
        flex-direction: column;
        align-items: center
    }

    .types_of_major .txt {
        max-width: unset
    }

    .regulations_content h3 {
        line-height: 1
    }

    .second_menu_about li {
        width: 200px
    }

    .second_menu_about a {
        font-size: 16px
    }

    .footer_address_item:first-child {
        margin-left: 0;
        margin-right: 0
    }

    .footer__info {
        margin-left: 0
    }

    .ecn-prom__steps-box:first-child::before {
        right: 226px
    }

    .ecn-prom__steps-box:first-child::after {
        left: 225px
    }

    .ecn-prom__steps-box:last-child::before {
        right: 225px
    }

    .ecn-prom__steps-box:last-child::after {
        left: 226px
    }

    .form-section__box:first-child .accent-color {
        display: block
    }

    .tradable-bonus .form-section__box:first-child::before {
        width: 260px;
        left: calc(50% - 130px)
    }

    .change-order {
        order: -1
    }

    .dotted-lines::after, .dotted-lines::before {
        content: none;
        border: none;
        top: inherit;
        right: inherit;
        height: inherit
    }

    .contact-us__address::before {
        bottom: -250px
    }

    .location-offices__wrapper {
        flex-direction: column;
        align-items: center
    }

    .location-offices__wrapper .accordion-box:not(:last-child) {
        margin-bottom: 35px
    }

    .main_slider_container {
        height: auto
    }

    .main_slide_content {
        flex-direction: column;
        margin-top: 55px
    }

    .slide_content {
        order: -1
    }

    .desk_img {
        display: none
    }

    .mob_img {
        display: inline-block
    }

    .slide_content.w322 {
        left: 0
    }

    .main_slide_content.jcfe {
        justify-content: flex-start
    }

    .main_slide.bg_image {
        background: url(/assets/images/slider/ib-banner-mob.png) no-repeat;
        background-size: cover;
        min-height: 711px
    }

    .main_slide.bg_blue_gradient {
        background: #16223b 0 0 no-repeat padding-box
    }

    .asfe {
        align-self: unset
    }

    .main_slide.bg_blue_gradient .slide_content {
        margin-left: 55px
    }

    .columns_container {
        flex-direction: column
    }

    .slide_content h3.orange_white {
        width: 80%
    }

    .single_column {
        width: 80%;
        margin-bottom: 40px
    }

    .single_column .thumb_slide {
        width: 40px;
        height: 40px
    }

    .what_benefit_container h3 {
        text-align: center
    }

    .single_benefit {
        width: calc(50% - 21px)
    }

    .benefits, .bonus_container, .content_container, .contuct_us_container, .discover_container, .how_it_works_container, .what_benefit_container {
        padding-left: 0;
        padding-right: 0
    }

    .bonus_container img {
        width: 70%
    }

    .second_benefits .second_benefit {
        flex-direction: column;
        width: calc(50% - 20px);
        padding-bottom: 20px;
        padding-top: 20px;
        box-sizing: border-box;
        height: auto
    }

    .second_benefit span {
        text-align: center;
        margin-top: 10px
    }

    .how_steps_container .step {
        width: calc(25% - 15px)
    }

    .step:not(:last-child) .img::after {
        width: 100%;
        right: -80%
    }

    .ikoncontentarea .text-center {
        font-size: 120%
    }

    .technical-page .except {
        padding-top: 35px;
        padding-bottom: 20px
    }

    .technical-page .market_section.participate .image-block {
        text-align: center
    }

    .technical-page .second_benefits .second_benefit {
        flex-direction: row
    }

    .ebooks_page .catalog {
        flex-wrap: wrap
    }

    .tradable-bonus .accounts_main-content__image.desktop-hidden {
        display: block
    }

    .tradable-bonus .accounts_main-content__image.mobile-hidden {
        display: none
    }

    .tradable-bonus .accounts_main-content {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .tradable-bonus .accounts_main-content_text .offer-valid .accent {
        display: inline-block
    }

    .tradable-bonus .accounts_main-content {
        justify-content: center;
        text-align: center
    }

    .tradable-bonus .accounts_main-content_text .accounts_title {
        text-align: center;
        margin-bottom: 0
    }

    .tradable-bonus .accounts_main-content__image {
        margin-top: 35px;
        margin-bottom: 30px
    }
}

@media (max-width: 768px) {
    .main-slide__sponsor .slide_content {
        align-items: flex-start
    }

    .forex-expo-wrap {
        justify-content: flex-start
    }

    .main-slide__egypt .slide_content {
        margin-right: 30px
    }

    .welcome_bonus--popup_container {
        padding: 20px;
        overflow: auto
    }

    .welcome_bonus--popup_content {
        flex-direction: column;
        padding-top: 290px;
        max-height: unset
    }

    .welcome_bonus--popup_content img {
        object-fit: contain;
        max-height: 500px
    }

    .welcome_bonus--popup_txt {
        padding: 30px
    }

    .trading_instruments_section h3.desk_title {
        display: none
    }

    .trading_instruments_section h3.mob_title {
        display: block;
        font: normal normal 600 24px/32px Poppins;
        color: #16223b;
        text-align: center
    }

    .trading_instruments_section h3.mob_title span {
        color: rgb(214 166 76)
    }

    .trading_instruments_tables {
        flex-wrap: wrap
    }

    .trading_table {
        width: 100%;
        margin-bottom: 20px
    }

    .ib_bonus .bonus_container {
        flex-direction: column
    }

    .welcome_bonus .container {
        width: 95%;
        margin: 0 auto
    }

    .white_label .markets_menu li {
        margin: 4px;
        width: calc(50% - 20px)
    }

    .white_label .markets_menu a {
        line-height: 18px
    }

    .white_label .markets_menu.stuck {
        position: static !important;
        transform: none
    }

    .white_label .container {
        width: 90%
    }

    .white_label_features_item {
        width: 100%;
        max-height: 84px;
        overflow: hidden;
        min-height: unset;
        padding-bottom: 30px;
        transition: all .4s ease-in-out;
        height: 84px;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .white_label_features_item::before {
        content: url(/assets/images/partnership/white_label/arrow_white_label.svg);
        position: absolute;
        right: 13px;
        top: 30px;
        cursor: pointer;
        transition: all .4s ease-in-out;
        display: inline-block;
        height: 25px
    }

    .white_label_features_item h3 {
        font-size: 16px
    }

    .white_label_features_item p {
        display: none
    }

    .white_label_features_item.active {
        max-height: 500px;
        height: auto;
        padding-top: 25px
    }

    .white_label_features_item.active p {
        display: block
    }

    .white_label_features_item.active::before {
        transform: rotate(180deg);
        transform-origin: center
    }

    .forex_vps .markets_menu {
        padding-left: 0;
        padding-right: 0;
        margin-top: 20px
    }

    .free_vps_container .container, .what_is_vps .container {
        width: 90%;
        padding: 0
    }

    .free_vps_container .content {
        flex-direction: column
    }

    .free_vps_container .img_content {
        margin-bottom: 37px
    }

    .free_vps_container .txt {
        padding-left: 0
    }

    .free_vps_container .img_content, .free_vps_container .txt {
        width: 100%;
        max-width: unset
    }

    .vps_usage_container h2.h2_def {
        text-align: center
    }

    .crypto_table {
        width: 90%;
        overflow: auto
    }

    .crypto_tables_cont span {
        width: 90%
    }

    .indices_first_screen .content_container {
        width: 90%;
        margin: 0 auto
    }

    .types_of_major .txt, .what_are_content .txt, .what_are_indices p {
        width: 90%;
        margin: 0 auto
    }

    .what_are_indices p {
        text-align: left
    }

    .what_are_content p {
        margin: 0;
        margin-top: 15px
    }

    .inidces_table {
        width: 90%;
        margin: 0 auto;
        overflow: auto;
        display: none
    }

    .inidces_table.active {
        display: inline-block
    }

    .markets_menu {
        padding: 0;
        background: 0 0;
        flex-wrap: wrap;
        height: auto
    }

    .markets_menu a::after {
        bottom: 0
    }

    .markets_menu li {
        width: calc(50% - 2px);
        background: #16223b;
        margin-bottom: 4px
    }

    .markets_menu a {
        width: 100%;
        text-align: center;
        font: normal normal 600 16px/23px Poppins
    }

    .single_market_section .container {
        width: 90%
    }

    .regulations_container {
        flex-direction: column
    }

    .regulations_container .regulations_content, .regulations_container img {
        width: 100%;
        margin-left: 0
    }

    .regulations_container img {
        height: 470px;
        object-fit: contain
    }

    .regulations_container .regulations_content {
        margin-top: 20px
    }

    .ctm-thank-block {
        max-width: 608px
    }

    .ctm-download .our-platform__link:last-child, .ctm-download .our-platform__link:nth-child(3) {
        display: none
    }

    .ctm-download .our-platform__link svg {
        height: 33px;
        width: 29px
    }

    .table-custom-mobail_item--rotate::after {
        transform: rotate(180deg)
    }

    .align-self-center {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .platform_section .section_descript {
        text-align: center
    }

    .row_content, .row_title {
        grid-template-columns:minmax(150px, 150px) minmax(175px, 175px) repeat(2, 1fr)
    }

    .tablet_hidden {
        display: none
    }

    .row_content > .logo_neteller {
        width: 74px
    }

    .row_content > .logo_bank-transf, .row_content > .logo_fasapay {
        width: 84px
    }

    .row_content > .logo_visa {
        width: 50px
    }

    .row_content > .logo_card, .row_content > .logo_pm, .row_content > .logo_skrill {
        width: 42px
    }

    .row_content > .logo_bitpay {
        width: 65px
    }

    .col_text-transform .col_show-text:first-child {
        display: none
    }

    .col_text-transform .col_show-text:last-child {
        display: block;
        line-height: 14px;
        min-width: 79px
    }

    .info_boxes {
        flex-direction: column;
        margin-bottom: 62px
    }

    .info_box:first-child {
        padding-left: 25px;
        padding-right: 25px
    }

    .info_box:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px
    }

    .pop-up__container {
        max-width: 400px
    }

    .pop-up__title {
        font-size: 35px;
        line-height: 46px
    }

    .pop-up__text {
        font-size: 24px;
        line-height: 36px;
        max-width: 295px;
        padding-left: 109px
    }

    .pop-up__text::before {
        width: 94px;
        height: 142px;
        top: calc(50% - 71px);
        background-image: url(../../../../images/pop-up/icon-zero.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain
    }

    .pop-up__container .btn {
        min-width: 178px
    }

    .pop-up__container::after {
        width: 244px;
        height: 310px;
        background-image: url(../../../../images/pop-up/pop-up-img.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        top: 17px;
        right: -104px
    }

    .footer-brand-link:not(:first-child) {
        margin-left: 0
    }

    .footer-brand-link {
        flex: 50%
    }

    .accept_img-block > .row {
        display: -webkit-box
    }

    .accounts-steps__item .footer-brand-link {
        margin-left: 40px;
        flex: initial
    }

    .accounts-steps__item:nth-child(2)::after {
        height: 34%;
        top: 30%
    }

    .accounts-steps__item .row {
        padding-bottom: 23px;
        margin: 0
    }

    .documents__item-text {
        margin-bottom: 0
    }

    .documents__item-text span {
        display: none
    }

    .ecn-prom__steps-box {
        height: inherit;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .steps-item-2, .steps-item-4 {
        align-self: center
    }

    .ecn-prom__steps::before {
        left: -140px;
        top: 250px
    }

    .ecn-prom__steps-container {
        max-width: 525px
    }

    .ecn-prom__steps-box:first-child {
        margin-bottom: 100px
    }

    .steps-item-1, .steps-item-3 {
        margin-bottom: 130px
    }

    .ecn-prom__steps-box:first-child::after {
        left: 138px;
        top: 236px
    }

    .ecn-prom__steps-box:first-child::before {
        right: 137px;
        top: 365px
    }

    .ecn-prom__steps-box:last-child::after {
        left: 138px
    }

    .ecn-prom__steps-box:last-child::before {
        right: 140px;
        top: 211px
    }

    .form-section__container {
        flex-direction: column
    }

    .tradable-bonus .accounts_main {
        margin-bottom: 35px
    }

    .tradable-bonus__icons {
        flex-direction: column;
        align-items: center
    }

    .tradable-bonus__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 11px
    }

    .tradable-steps.ecn-prom__steps::before {
        left: inherit;
        top: 65px
    }

    .tradable-steps__container {
        max-width: 515px
    }

    .tradable-steps__text {
        margin-left: 10px
    }

    .tradable-steps__title {
        font-size: 20px;
        line-height: 30px;
        max-width: 240px
    }

    .tradable-steps__box:nth-child(2) .tradable-steps__text {
        margin-right: 10px;
        margin-left: 0
    }

    .tradable-bonus__btns {
        padding-top: 52px;
        padding-bottom: 70px
    }

    .tradable-bonus__btns::before {
        width: 194px;
        height: 194px;
        background-size: cover
    }

    .bonus-btns {
        flex-direction: column
    }

    .tradable-bonus__btns .accounts_title {
        text-align: center
    }

    .bonus-btns__title {
        margin-bottom: 27px
    }

    .tradable-bonus .form-section__box:first-child::before {
        width: 414px;
        left: calc(50% - 207px)
    }

    .visit_item_wrapper {
        grid-template-columns:repeat(7, 1fr);
        max-width: 420px
    }

    .visit_item {
        margin: 0 15px
    }

    .visit_item_title {
        font-size: 13px;
        line-height: 20px
    }

    .visit_item_bol {
        width: 13px;
        height: 13px
    }

    .visit_item:nth-child(6), .visit_item:nth-child(7) {
        grid-area: inherit;
        border-top: none
    }

    .contact-us__slider {
        max-width: 470px
    }

    .contact-us__address .swiper__wrapper {
        max-width: 300px
    }

    .we-accept-mb {
        flex-wrap: wrap;
        display: flex !important
    }

    .card-trade-block--column {
        display: block;
        column-count: 1
    }

    .about_boolit.about_boolit_main-page .about_boolit_wrapper {
        -ms-grid-rows:(2fr) [ 3 ];
        grid-template-rows:repeat(3, 2fr);
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }

    .ib_page .container {
        width: 90%
    }

    .contact_form_container {
        flex-direction: column
    }

    .contact_form_container img {
        position: relative;
        right: 30px
    }

    .ib_intro_text p {
        font: normal normal 14px/26px Poppins
    }

    .ib_intro_text {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .ib_page h3 {
        font: normal normal bold 24px/32px Poppins !important
    }

    .about_boolit_wrapper {
        -ms-grid-rows:(2fr) [ 3 ];
        grid-template-rows:repeat(3, 2fr);
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }

    .second_menu_about {
        width: 95%
    }

    .second_menu_about ul {
        width: 100%
    }

    .second_menu_about a {
        font-size: 14px
    }

    .regulations_container {
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 70px
    }

    .discover_more.about_page .container {
        width: 90%
    }

    .tradable-bonus .markets_menu {
        width: 90%;
        padding: 0
    }

    .affiliate .markets_menu_container .markets_menu, .bonus .markets_menu_container .markets_menu, .markets_menu_container.big_sticky_menu .markets_menu, .tradable-bonus .markets_menu_container .markets_menu, .welcome_bonus .markets_menu_container .markets_menu {
        height: auto;
        column-gap: 4px;
        justify-content: inherit
    }

    .affiliate .free_vps_container {
        background-position: -130px -50px;
        padding-top: 380px;
        padding-bottom: 20px
    }

    .affiliate .free_vps_container .p_def-accent {
        max-width: inherit
    }

    .affiliate .free_vps_container .btn {
        display: block;
        max-width: 202px;
        margin: 0 auto
    }

    .ikoncontentarea {
        overflow: hidden
    }

    .table-container {
        overflow: scroll
    }

    .technical-page .main-screen-body .h1 {
        font-size: 32px;
        line-height: 46px
    }

    .technical-page .market_section {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .technical-page .main-screen-body {
        text-align: left
    }
}

@media (max-width: 616px) {
    .row_content, .row_title {
        grid-template-columns:minmax(150px, 150px) minmax(125px, 125px) repeat(2, 1fr)
    }

    .btn_deposit {
        padding: 5px
    }

    .pop-up__container::after {
        width: 144px;
        height: 210px;
        top: 167px;
        right: 25px
    }

    .accounts-bonus__container {
        margin-bottom: 395px
    }

    .accounts-consult::before {
        left: calc(50% - 270px);
        top: -435px;
        background-size: cover;
        width: 540px
    }

    .documents__container {
        padding-top: 28px;
        padding-left: 20px;
        padding-right: 32px;
        padding-bottom: 32px
    }

    .documents__text {
        font-size: 14px;
        line-height: 22px
    }

    .documents__item-text > b {
        font-size: 10px;
        line-height: 13px
    }

    .bonus__container-banners {
        margin-top: 385px
    }

    .bonus__container .accounts-consult::before {
        width: 450px;
        left: calc(50% - 225px);
        top: -390px
    }

    .bonus__container .accounts-consult:not(:last-child) {
        margin-bottom: 385px
    }

    .affiliate .free_vps_container {
        background-position: 90px 0;
        padding-top: 180px;
        background-size: contain
    }

    .technical-page .open-live-account {
        background: #f9f9f9
    }

    .ebooks_page .catalog {
        display: grid;
        grid-template-columns:1fr 1fr
    }
}

@media (max-width: 550px) {
    .main_slider_container .main_slide.main-slide__egypt {
        background-image: url(../../../../templates/custom/images/egypt_slide_mob.png);
        background-position: center;
        background-size: cover;
        padding-bottom: 50px
    }
    .vps_first_screen {
        background: url(/assets/images/promotions/women-banner-mob.jpg) no-repeat, #ff7200;
        background-position: center 30%;
        background-size: cover;
        height: 549px
    }

    .main_slide.main-slide__egypt .main_slide_content {
        justify-content: flex-end;
        align-items: flex-start;
        margin-top: 0;
        margin-right: 0;
        margin-left: 0
    }

    .main-slide__egypt .slide_content {
        margin-right: 0;
        margin-left: 50px
    }

    .main-slide__egypt h3.fs38 {
        font: normal normal bold 28px/33px Poppins
    }

    .main_slide.main-slide__egypt .thumb_slide {
        width: 38px;
        height: 38px;
        margin-top: 10px
    }

    .welcome_bonus--popup_container {
        overflow: auto
    }

    .welcome_bonus--popup_content img {
        object-fit: cover
    }

    .ib_bonus .container {
        width: 90%
    }

    .ib_bonus .h2_def {
        text-align: center;
        font: normal normal 600 24px/32px Poppins
    }

    .ib_bonus .p_def, .ib_bonus .what_benefit_container p {
        font: normal normal normal 14px/24px Poppins
    }

    .ib_bonus_screen {
        height: 540px;
        background: url(../../../../templates/custom/images/ib_bonus/bonus_screen_mob.png) no-repeat;
        background-size: cover
    }

    .ib_bonus_screen .container {
        align-items: flex-end
    }

    .ib_bonus_screen h1 {
        text-align: center
    }

    .ib_bonus_screen p.p_def {
        font: normal normal 500 14px/24px Poppins;
        text-align: center;
        margin-bottom: 30px
    }

    .trading_table .table_head p {
        font: normal normal 600 12px/20px Poppins;
        width: auto
    }

    .trading_table .table_tr p {
        font: normal normal normal 14px/24px Poppins
    }

    .ib_txt_section p.p_def {
        text-align: left
    }

    .ib_bonus .how_it_works_container h3, .ib_bonus .other_benefits_container h3, .ib_bonus .what_benefit_container h3 {
        font: normal normal bold 24px/32px Poppins
    }

    .ib_bonus .how_it_works_container, .ib_bonus .what_benefit {
        padding: 40px 0
    }

    .ib_bonus .how_steps_container {
        margin-top: 30px
    }

    .welcome_bonus .container {
        width: 90%
    }

    .welcome_bonus .h2_def, .welcome_bonus h1, .welcome_bonus_screen h1 span {
        font: normal normal bold 24px/30px Poppins
    }

    .affiliate .p_def, .welcome_bonus .orange_span, .welcome_bonus .p_def, .welcome_bonus .what_are_crupto h5, .welcome_bonus .what_are_crupto li {
        font: normal normal 14px/24px Poppins;
        margin-bottom: 0
    }

    .welcome_bonus .orange_span {
        margin-top: 0;
        font-weight: 700
    }

    .welcome_bonus .what_are_crupto li {
        font-weight: 700
    }

    .welcome_bonus .what_are_crupto h5 {
        margin-top: 15px;
        font-weight: 700
    }

    .welcome_bonus .what_are_crupto li, .welcome_bonus .what_are_crupto p.p_def {
        margin-top: 5px
    }

    .affiliate .how_it_works_section h3, .welcome_bonus .how_it_works_section h3 {
        width: 100%;
        text-align: center
    }

    .welcome_bonus_screen {
        background: url(/assets/images/promotions/affiliate/welcome_bg_mob.svg) no-repeat;
        background-size: cover;
        height: 580px
    }

    .welcome_form_section .inputs_container {
        flex-wrap: wrap
    }

    .welcome_form_section .input {
        width: 100%
    }

    .welcome_bonus_screen .container {
        justify-content: center;
        height: 100%;
        align-items: flex-end
    }

    .welcome_bonus_screen .txt {
        max-width: 252px;
        margin-bottom: 50px;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .welcome_bonus_screen span {
        font: normal normal 500 14px/20px Poppins
    }

    .welcome_bonus_screen .txt .btn {
        margin: 0 auto
    }

    .welcome_bonus .how_steps_container {
        margin-top: 0
    }

    .welcome_bonus .how_steps_container .step {
        align-items: center
    }

    .welcome_bonus .how_it_works_container {
        align-items: flex-start
    }

    .affiliate .how_it_works_container p, .welcome_bonus .how_it_works_container p {
        text-align: left
    }

    .welcome_bonus .how_it_works_container a {
        display: block
    }

    .ready_start .links {
        display: flex;
        align-items: center
    }

    .ready_start .links a {
        font-size: 14px;
        min-width: 150px
    }

    .ready_start {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .welcome_form_section .content {
        padding: 36px 25px 30px;
        border-top: none
    }

    .welcome_form_section {
        padding: 0
    }

    .welcome_form_section .container {
        width: 100%;
        padding: 0
    }

    .welcome_form_section h2 {
        font: normal normal 600 24px/30px Poppins
    }

    .welcome_bonus .step:not(:last-child) .img::after {
        content: '';
        display: block;
        width: 100%;
        top: 160%;
        left: 0
    }

    .white_label .h2_def {
        font-size: 24px;
        line-height: 30px
    }

    .white_label .p_def {
        font-size: 14px;
        line-height: 24px
    }

    .white_label_screen {
        background: url(/assets/images/partnership/white_label/first_screen_mob.png) no-repeat;
        background-size: cover;
        background-position: center center;
        height: 332px
    }

    .white_label_indicative .content {
        width: 100%
    }

    .white_label_indicative span {
        text-align: center
    }

    .white_label_screen .container {
        align-items: flex-start
    }

    .white_label_screen h1 {
        font-size: 24px
    }

    .white_label_screen p {
        font-size: 16px;
        line-height: 21px;
        text-align: left;
        max-width: 161px
    }

    .white_label_features_screen .h2_def {
        text-align: center
    }

    .white_label_features_screen .h2_def span {
        display: inline-block;
        width: 100%
    }

    .white_label_features_item h3 {
        font-weight: 600
    }

    .white_label .markets_menu {
        padding: 0
    }

    .white_label_industry img {
        width: 100%
    }

    .white_label_industry li, .white_label_industry p {
        font-size: 16px
    }

    .white_label_features_item p {
        font-size: 14px
    }

    .white_label_indicative {
        padding: 40px 0 0
    }

    .white_label_indicative h3 {
        font-size: 16px
    }

    .white_label_indicative li {
        padding: 15px 25px;
        flex-direction: column
    }

    .white_label_indicative p {
        font-size: 14px;
        line-height: 16px
    }

    .white_label_indicative span {
        font-size: 14px;
        line-height: 16px;
        margin-top: 8px
    }

    .white_label .markets_menu li {
        padding: 0 10px
    }

    .white_label .vps_contact_us {
        padding-bottom: 0
    }

    .bonus .discover_more {
        background: #f8f8f8
    }

    .bonus .discover_container {
        width: 90%;
        margin: 0 auto
    }

    .bonus .discover_container h3 {
        font: normal normal bold 24px/30px Poppins
    }

    .forex_vps .h2_def {
        font: normal normal bold 20px/30px Poppins
    }

    .forex_vps .p_def {
        font: normal normal normal 14px/24px Poppins
    }

    .forex_vps .discover_container {
        width: 90%;
        margin: 0 auto
    }

    .forex_vps .discover_container h3 {
        font: normal normal bold 24px/57px Poppins
    }


    .vps_first_screen .content_container {
        padding-top: 66px
    }

    .vps_first_screen h3 {
        font: normal normal bold 24px/32px Poppins
    }

    .vps_first_screen p {
        font: normal normal normal 14px/20px Poppins
    }

    .free_vps_container {
        background: url(/assets/images/promotions/free_vps_mob_bg.png) no-repeat, #f1f1f1;
        background-position: center center
    }

    .free_vps_container .img_content img {
        width: 100%;
        height: 75px
    }

    .free_vps_container .img_content h3 {
        font: normal normal bold 24px/28px Poppins
    }

    .vps_usage_container img.desktop {
        display: none
    }

    .vps_usage_container img.mobile {
        display: block
    }

    .usage_item {
        font: normal normal normal 14px/20px Poppins
    }

    .vps_contact_us p {
        font: normal normal 600 18px/29px Poppins
    }

    .forex_vps .contuct_us_container {
        padding-top: 0
    }

    .forex_vps .contact_form_container img {
        width: 100%
    }

    .forex_vps .contact_form_container .contact_form {
        width: 90%
    }

    .forex .h2_def {
        font: normal normal bold 24px/30px Poppins;
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }

    .forex .p_def {
        font: normal normal normal 14px/24px Poppins;
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }

    .forex .indices_first_screen {
        background: url(/assets/images/markets/for_mob_bg.png) no-repeat, #f9f9f9;
        background-position: center center
    }

    .forex .indices_first_screen h3 {
        font: normal normal bold 28px/36px Poppins
    }

    .forex .indices_first_screen p {
        font: normal normal normal 14px/24px Poppins
    }

    .forex .discover_container {
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }

    .futures .indices_first_screen h3 {
        font: normal normal bold 28px/56px Poppins
    }

    .futures .indices_first_screen {
        background: url(/assets/images/markets/fut_mob_bg.png) no-repeat, #f9f9f9;
        background-position: center center
    }

    .futures .indices_first_screen p {
        font: normal normal normal 14px/24px Poppins
    }

    .futures .h2_def {
        font: normal normal bold 24px/30px Poppins;
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }

    .futures .p_def {
        font: normal normal normal 14px/24px Poppins;
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }

    .crypto_tables_cont .p_def {
        text-align: center
    }

    .futures .markets_menu_container {
        bottom: 0
    }

    .futures .discover_more {
        width: 90%;
        margin: 0 auto
    }

    .stocks .h2_def {
        font: normal normal bold 24px/30px Poppins;
        width: 95%;
        margin: 0 auto
    }

    .stocks .p_def {
        font: normal normal normal 14px/24px Poppins;
        width: 95%;
        margin: 0 auto
    }

    .stocks .indices_first_screen {
        background: url(/assets/images/markets/bg_mob_stoks.png) no-repeat, #f9f9f9;
        background-position: center center
    }

    .stocks .indices_first_screen h3 {
        font: normal normal bold 28px/56px Poppins
    }

    .stocks .indices_first_screen p {
        font: normal normal normal 14px/24px Poppins
    }

    .stocks .markets_menu {
        bottom: 0
    }

    .what_are_crupto p.p_def {
        margin-top: 15px
    }

    .crypto_list_item p {
        font: normal normal 16px/26px Poppins;
        font-weight: 500
    }

    .pagination_stocks .paginate {
        padding: 3px 13px 2px 12px
    }

    .pagination_stocks .paginate.next, .pagination_stocks .paginate.prev {
        width: 32px
    }

    .crypto_list_items {
        width: 285px
    }

    .crypto_table, .crypto_tables_cont span {
        width: 100%
    }

    .cryptocurrency .container {
        width: 90%
    }

    .cryptocurrency .h2_def {
        font: normal normal bold 24px/30px Poppins
    }

    .cryptocurrency .p_def {
        font: normal normal normal 14px/24px Poppins
    }

    .advantages_list_container img {
        width: 150px;
        height: 150px;
        margin: 0 auto
    }

    .cryptocurrency .markets_menu_container {
        bottom: 0
    }

    .what_are_crupto {
        padding-top: 45px
    }

    .section_accept {
        padding-top: 47px !important
    }

    .section_accept h2 {
        border-bottom: none;
        padding-bottom: 0
    }

    .platform_step_section {
        padding: 44px 0 !important
    }

    .platform_platrading-step {
        padding-top: 40px;
        width: 95%;
        margin: 0 auto
    }

    .platform_step_section .btn {
        width: 90%;
        margin-bottom: 16px
    }

    .indicies_step:nth-child(2), .indicies_step:nth-child(3) {
        bottom: 50px
    }

    .indicies_step:first-child::before {
        content: '';
        width: 95px;
        height: 70px;
        background: url(/assets/images/markets/top_arrow_ind.svg) no-repeat;
        background-size: contain;
        left: -100px
    }

    .indicies_step:nth-child(2)::before {
        content: '';
        width: 95px;
        height: 70px;
        background: url(/assets/images/markets/bottom_arrow_ind.svg) no-repeat;
        background-size: contain
    }

    .indicies_steps {
        width: 90%;
        margin: 0 auto;
        margin-top: 40px
    }

    .indicies_step img {
        width: 110px;
        height: 110px
    }

    .indicies_step p {
        font: normal normal 600 12px/16px Poppins
    }

    .indicies_step {
        width: 150px
    }

    .markets_menu a {
        font: normal normal 600 14px/23px Poppins;
        padding: 22px 0
    }

    .indices_page .h2_def {
        font: normal normal bold 24px/30px Poppins
    }

    .indices_first_screen p, .indices_page .p_def {
        font: normal normal normal 14px/24px Poppins;
        margin-bottom: 0
    }

    .details_tabs_cont {
        border: none;
        width: 90%;
        justify-content: center
    }

    .details_tab {
        font: normal normal 14px/21px Poppins;
        font-weight: 500;
        border: 1px solid #e8e8e8;
        border-radius: 22px;
        width: auto;
        padding: 10px 20px;
        margin: 0 5px;
        overflow: hidden
    }

    .indicies_details h2 {
        width: 60%;
        text-align: center
    }

    .indices_first_screen {
        background: url(/assets/images/markets/first_mob_bg.png) no-repeat;
        background-size: cover;
        height: 607px
    }

    .indices_first_screen .content_container {
        padding-top: 50px
    }

    .indices_first_screen h3 {
        font: normal normal bold 28px/56px Poppins
    }

    .indices_first_screen .btn {
        width: 180px;
        font: normal normal normal 14px/19px Poppins;
        height: 38px;
        padding-top: 10px
    }

    .indices_first_screen a.txt_link {
        width: 180px;
        font: normal normal normal 12px/14px Poppins
    }

    .trade_in_indices {
        padding: 70px 0 0
    }

    .advantages_list_sontainer img {
        width: 128px;
        height: 128px;
        align-self: center;
        position: relative;
        z-index: 2
    }

    .advantages_list_container::before, .advantages_list_sontainer::before {
        content: '';
        position: absolute;
        border-top: 1px dashed #16223b;
        width: 100%;
        top: 62px
    }

    .advantages_list_container::before {
        top: 72px
    }

    .trade_in_indices .txt {
        width: 90%;
        margin: 0 auto
    }

    .inidces_table .table-lite {
        grid-template-columns:minmax(80px, 80px) minmax(150px, 150px) repeat(4, 1fr) minmax(150px, 150px)
    }

    .inidces_table .table-lite_ht, .inidces_table .table-lite_td {
        font: normal normal normal 10px/17px Poppins
    }

    .inidces_table .table-lite_td {
        padding: 10px 25px 10px
    }

    .indices_page .discover_more {
        width: 90%;
        margin: 0 auto
    }

    .indices_page .discover_container h3 {
        font: normal normal bold 24px/57px Poppins
    }

    .what_are_content {
        margin-top: 40px;
        padding-bottom: 0
    }

    .types_of_major ul {
        margin-top: 34px;
        margin-bottom: 0
    }

    .types_of_major .txt {
        margin-bottom: 10px
    }

    .header_control {
        margin-top: 0;
        padding-top: 20px;
        padding-bottom: 30px
    }

    .regulations_container img {
        height: 300px
    }

    .regulations_content h3 {
        font-size: 24px
    }

    .regulations_content p {
        font-size: 12px;
        line-height: 20px
    }

    .ul_custom__li {
        margin-bottom: 10px;
        font-size: 14px
    }

    .about_open-account_card__title {
        font-size: 16px;
        margin-bottom: 16px
    }

    .about_open-account_card {
        padding-bottom: 20px;
        margin-bottom: 25px
    }

    .about_open-account_card_footer {
        margin-top: 20px
    }

    .bonus_section {
        background: url(/assets/images/partnership/IB_page/20%24_bg_mob.png) no-repeat center center;
        background-size: cover
    }

    .bonus_container {
        flex-direction: column
    }

    .bonus_container .txt {
        padding-left: 0;
        margin-top: 40px
    }

    .bonus_container .txt h3 {
        font-size: 24px;
        line-height: 38px
    }

    .bonus_container p {
        font-size: 16px;
        line-height: 29px
    }

    .bonus_container img {
        width: 100%
    }

    .single_benefit {
        width: 100%;
        margin: 0 0 20px 0;
        max-width: unset
    }

    .other_benefits_section .container {
        width: 95%
    }

    .how_steps_container {
        flex-direction: column
    }

    .how_steps_container .step {
        width: 100%;
        flex-direction: row;
        max-width: unset;
        align-items: flex-start;
        margin-bottom: 40px
    }

    .step img {
        width: 80px;
        height: 80px
    }

    .step .txt {
        width: 90%;
        max-width: 235px;
        padding-top: 10px
    }

    .step p {
        font: normal normal 600 16px/30px Poppins
    }

    .step span {
        font: normal normal normal 14px/22px Poppins
    }

    .step p, .step span {
        text-align: left
    }

    .step:not(:last-child) .img::after {
        transform: rotate(90deg) translate(-50%, 0);
        left: -11px;
        right: unset;
        top: calc(200% + 5px);
        width: 120%
    }

    .second_benefits .second_benefit {
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        padding-left: 20px;
        padding-right: 20px
    }

    .second_benefits .second_benefit span {
        width: auto;
        font: normal normal 600 18px/30px Poppins
    }

    .how_it_works_container a {
        display: none
    }

    .how_it_works_section {
        padding-bottom: 20px
    }

    .discover_links {
        flex-direction: column;
        align-items: center
    }

    .discover_links .link {
        width: 100%;
        margin-bottom: 20px;
        max-width: unset
    }

    .discover_links .link img {
        width: 100%;
        height: auto
    }

    .contact_form_container .contact_form {
        width: 100%
    }

    .IB_form .input_container {
        width: 100%
    }

    .contact_form_container img {
        right: 17px;
        width: 110%;
        max-width: unset
    }

    .IB_form .submit_container .btn {
        min-width: unset;
        width: 135px
    }

    .footer-brand-link:nth-child(n+7) {
        display: none
    }

    .desktop_we_accept {
        display: none !important
    }

    .we_accept--mob_slider {
        display: block
    }

    .we_accept--slide {
        margin: 0 auto
    }

    .other_benefits_section {
        background: transparent radial-gradient(closest-side at 50% 50%, #284072 0, #16223b 100%) 0 0 no-repeat padding-box
    }

    .affiliate .forex .indices_first_screen {
        background-position: -300px center
    }

    .affiliate .forex .indices_first_screen h3 {
        min-width: inherit
    }

    .affilate-info-descript .mw292 {
        font: normal normal bold 25px/30px Poppins
    }

    .affilate-info-descript .text {
        font: normal normal normal 16px/20px Poppins
    }

    .affilate-info-descript .content_container {
        margin-bottom: 0
    }

    .affiliate .free_vps_container .p_def {
        width: 100%;
        margin-bottom: 15px
    }

    .affiliate .how_it_works_section h3 {
        font: normal normal 600 24px/36px Poppins
    }

    .affiliate .how_steps_container {
        align-items: center;
        margin-top: 25px
    }

    .affiliate .how_it_works_container p {
        margin-top: 0
    }

    .affiliate .ready_start {
        background: url(/assets/images/promotions/affiliate/banner-icon.svg) no-repeat center right, url(/assets/images/promotions/affiliate/ready.png) no-repeat center/cover
    }

    .affiliate .ready_start h2.h2_def {
        font: normal normal 600 28px/38px Poppins
    }

    .affiliate .ready_start .text {
        max-width: 400px;
        text-align: center
    }

    .bonus .welcome_bonus_screen {
        background: url(/assets/images/promotions/prom-mob-bg2.jpg) no-repeat;
        background-position: center;
        background-size: cover;
        padding-top: 300px;
        padding-bottom: 40px
    }

    .bonus .welcome_bonus_screen .container {
        margin-top: 120px;
        justify-content: flex-start;
        padding-left: 25px;
        max-width: 400px
    }

    .bonus .welcome_bonus_screen .txt {
        margin-bottom: 0
    }

    .bonus .welcome_bonus_screen h1 {
        font: normal normal bold 28px/30px Poppins;
        max-width: inherit;
        margin-right: auto
    }

    .bonus .welcome_bonus_screen h1 span {
        display: block;
        font: normal normal bold 28px/30px Poppins
    }

    .bonus .welcome_bonus_screen p {
        font-size: 16px;
        max-width: 300px
    }

    .ikoncontentarea {
        padding-top: 0;
        margin-top: -70px
    }

    .ikoncontentarea .holidays-bg {
        margin-bottom: 20px
    }

    .ebooks_page .catalog {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .ebooks_page .bonus__open-account {
        padding-top: 40px;
        padding-bottom: 50px
    }

    .ebooks_page .bonus__open-account .h1 {
        font: normal normal bold 24px/36px Poppins;
        max-width: 280px;
        margin-bottom: 24px;
        margin-left: auto;
        margin-right: auto
    }

    .tradable-bonus .accounts_main-content_text .accounts_title {
        font-size: 26px;
        line-height: 35px
    }
}

@media (max-width: 533px) {
    .ctm-thanks-text {
        padding: 0
    }

    .about_boolit_wrapper {
        display: grid;
        margin: 0 40px;
        grid-gap: 10px
    }

    .about_boolit_item {
        max-width: 200px;
        margin-bottom: 0
    }

    .about_boolit_item {
        background-position: center 20px;
        padding: 130px 20px 5px
    }

    .about_boolit .boolit_text {
        font-size: 20px;
        margin-bottom: 15px;
        padding-top: 0
    }

    .about_boolit .boolit_text__lite {
        font-size: 16px
    }

    .about_boolit .boolit_title {
        font-size: 30px;
        padding-bottom: 0
    }

    .section {
        padding: 20px 0
    }

    .btn-up_active {
        display: none
    }

    .fadeInUp, .wow {
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
        opacity: 1 !important
    }

    .payment_section {
        background-image: url(/assets/images/paymentmethods/pm-bg-mb.png);
        min-height: 146px
    }

    .payment_section > .container {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 30px
    }

    .payment_title {
        font-size: 26px;
        line-height: 33px
    }

    .switch {
        left: calc(50% - 130px)
    }

    .payment_subtitle {
        font-size: 26px;
        margin-top: 55px;
        margin-bottom: 22px
    }

    .payment .slider:before {
        width: 142px
    }

    .payment .slider.round {
        width: 269px
    }

    .switch_text {
        justify-content: space-between;
        width: 269px;
        font-size: 16px;
        padding: 0 25px
    }

    input:checked + .slider:before {
        -webkit-transform: translateX(130px);
        -ms-transform: translateX(130px);
        transform: translateX(130px)
    }

    .mob_hidden {
        display: none
    }

    .deposit_methods {
        grid-template-rows:minmax(66px, 66px) minmax(72px, 72px)
    }

    .row_title {
        padding-top: 21px;
        padding-bottom: 18px
    }

    .row_content {
        height: 66px
    }

    .row_content, .row_title {
        padding-right: 15px;
        padding-left: 10px;
        grid-template-columns:minmax(110px, 200px) minmax(110px, 200px) repeat(1, 1fr)
    }

    .row_content > .logo_local {
        width: 45px
    }

    .withdrawal_table .row_content, .withdrawal_table .row_title {
        padding-right: 15px;
        padding-left: 10px;
        grid-template-columns:minmax(110px, 175px) minmax(110px, 175px) repeat(1, 1fr)
    }

    .col_fees {
        min-width: 79px
    }

    .consultation_title {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 10px
    }

    .consultation_btns .btn {
        min-width: 144px
    }

    .accounts_main {
        background-position: center 140px, center top;
        background-size: 336px, cover
    }

    .accounts_title {
        font-size: 26px;
        line-height: 27px
    }

    .accounts-info {
        margin-top: -40px
    }

    .accounts-info__container {
        grid-template-columns:repeat(1, 1fr);
        max-width: 300px;
        grid-row-gap: 25px
    }

    .accounts-info__item img {
        width: 70px;
        height: 70px
    }

    .accounts-info__item::after {
        display: block;
        content: '';
        height: 1px;
        width: 240px;
        top: inherit;
        position: absolute;
        bottom: -15px;
        right: calc(50% - 120px);
        background: #d6dde6
    }

    .accounts-steps__item {
        margin-bottom: 7px;
        justify-content: space-evenly
    }

    .accounts-steps__item-box {
        justify-content: space-evenly;
        margin-right: 20px
    }

    .accounts-steps__icon {
        position: relative;
        width: 100px;
        text-align: center
    }

    .accounts-steps__icon:before {
        background-size: contain;
        width: 80px;
        height: 80px;
        top: calc(50% - 40px);
        left: calc(50% - 40px)
    }

    .step-icon {
        font-size: 90px;
        line-height: 150px
    }

    .accounts-steps__content {
        margin-top: 20px
    }

    .accounts-steps__title {
        font-size: 11px;
        line-height: 14px;
        margin-bottom: 8px
    }

    .accounts-steps__content::before {
        top: -22px;
        width: 25px;
        height: 19px;
        background-size: contain;
        background-repeat: no-repeat
    }

    .accounts-steps__content .account_btn {
        min-width: 125px;
        font-size: 14px;
        line-height: 25px
    }

    .accounts-steps__item::after {
        content: none
    }

    .accounts-steps__item:nth-child(2) {
        overflow: hidden
    }

    .accounts-steps__item .row {
        flex-wrap: nowrap;
        margin: 0
    }

    .accounts-steps__item .footer-brand-link img {
        height: 37px
    }

    .accounts-steps__item .footer-brand-link:first-child {
        margin-left: 60px
    }

    .accounts-steps__item .footer-brand-link:nth-child(2) img {
        width: 38px
    }

    .accounts-steps__item .footer-brand-link .img-size1 {
        width: 54px
    }

    .accounts-steps__item .footer-brand-link {
        margin: 0 5px;
        width: 64px;
        height: 35px
    }

    .brand-mob-hidden {
        display: none
    }

    .accounts-steps__theme-dark .accounts-steps__content {
        margin-top: 40px
    }

    .accounts-steps__theme-dark .account-icon::before {
        top: -30px;
        width: 24px;
        height: 24px
    }

    .accounts-steps__theme-dark .accounts-steps__title {
        margin-bottom: 4px
    }

    .btn_card__lite {
        font-size: 12px;
        height: 18px
    }

    .accounts-steps__item:last-child::before, .accounts-steps__theme-dark::before {
        content: none
    }

    .accounts-bonus {
        padding-bottom: 30px
    }

    .accounts-bonus .accounts_title {
        margin-bottom: 16px;
        font-size: 21px;
        line-height: 28px
    }

    .accounts-bonus__lot {
        padding: 45px 20px 25px 20px;
        max-width: 334px;
        width: 100%
    }

    .accounts-bonus__lot .lot-img {
        width: 86px
    }

    .accounts-bonus__title {
        font-size: 19px;
        line-height: 29px;
        margin-top: 14px;
        margin-bottom: 11px
    }

    .accounts-bonus__label {
        max-width: 286px;
        padding: 13px 0
    }

    .accounts-bonus__label-text {
        font-size: 12px;
        line-height: 18px
    }

    .accounts-bonus__profit {
        margin-top: 9px;
        margin-bottom: 18px;
        font-size: 12px;
        line-height: 18px
    }

    .accounts-bonus__info {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .accounts-bonus__info::after, .accounts-bonus__info::before {
        max-width: 287px;
        width: 100%
    }

    .lot-info-box:not(:last-child) {
        margin-bottom: 15px
    }

    .lot-info__amount, .lot-info__descr {
        font-size: 12px;
        line-height: 18px
    }

    .lot-info__amount.lot-info__amount-size {
        font-size: 28px;
        line-height: 42px
    }

    .accounts-bonus__lot-bonus .accounts-bonus__info .lot-info-box:first-child .lot-info__descr {
        margin-left: 31px
    }

    .accounts-bonus__lot-bonus .accounts-bonus__info .lot-info-box:first-child .lot-info__amount {
        margin-left: 48px
    }

    .btn-bonus {
        max-width: 152px;
        font-size: 14px;
        line-height: 21px
    }

    .accounts-bonus .btn_deposit {
        max-width: 268px;
        font-size: 14px;
        line-height: 21px;
        padding: 10px
    }

    .accounts-bonus .btn_deposit::before, .btn-bonus::before {
        right: 170px
    }

    .accounts-bonus .btn_deposit::after, .btn-bonus::after {
        left: 170px
    }

    .accounts-consult {
        max-width: 330px
    }

    .accounts-bonus__container {
        margin-bottom: 295px
    }

    .accounts-consult::before {
        background-image: url(/assets/images/promotions/get-bonus-banner-mob.png);
        width: 380px;
        height: 290px;
        background-size: auto;
        left: calc(50% - 190px);
        top: -270px
    }

    .accounts-consult__container .accounts_title {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 7px
    }

    .accounts-consult__container .account_btn {
        min-width: 162px
    }

    .accounts-bonus .btn_deposit::after, .accounts-bonus .btn_deposit::before {
        content: none
    }

    .documents {
        padding-top: 33px;
        padding-bottom: 23px
    }

    .documents_title {
        font-size: 26px;
        line-height: 39px;
        margin-bottom: 19px
    }

    .files-list__item {
        font-size: 12px;
        padding-left: 35px
    }

    .files-list__item::before {
        left: 0
    }

    .files-list__item::after {
        left: 4px;
        bottom: -4px
    }

    .block-need-help {
        padding-top: 30px;
        padding-bottom: 34px
    }

    .regulations-image {
        background-position: -253px;
        padding: 65px 0
    }

    .regulations-section .documents_title {
        margin-top: 25px;
        margin-bottom: 12px
    }

    .regulations_text {
        font-size: 14px;
        line-height: 24px
    }

    .license-item {
        margin-bottom: 17px
    }

    .license-item img {
        width: 50px
    }

    .license-info {
        margin-left: 12px;
        padding-bottom: 15px
    }

    .license-abbr {
        font-size: 24px
    }

    .license-link, .license-title {
        font-size: 14px
    }

    .license-text {
        font-size: 13px;
        line-height: 22px
    }

    .footer__contacts-container, .footer__nav-links, .footer__socials-container, .platform-new-design {
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .platform-new-design .our-platform__link:last-child, .platform-new-design .our-platform__link:nth-child(3) {
        display: none
    }

    .platform-new-design .our-platform__link:nth-child(2) {
        margin-right: 0
    }

    .our-platform__title {
        margin-bottom: 5px
    }

    .footer__module-container {
        margin-right: 55px
    }

    .footer__module-container:last-child {
        margin-right: 0;
        margin-top: 30px;
        max-width: inherit
    }

    .footer__contacts-container {
        margin-right: 0;
        position: relative
    }

    .footer__socials-container {
        position: relative
    }

    .footer__contacts-container::after, .footer__socials-container::after {
        content: "";
        position: absolute;
        width: 100%;
        border-bottom: 2px dotted #a4a4a4;
        left: calc(50% - 50%);
        bottom: 0;
        opacity: .4
    }

    .footer {
        padding: 0;
        padding-top: 20px
    }

    .footer_body {
        padding: 0 10px
    }

    .footer__contacs-info {
        flex-direction: column
    }

    .footer__address-wrapp {
        display: flex;
        justify-content: space-between;
        max-width: 300px
    }

    .footer_socials {
        width: inherit
    }

    .footer__contacs-info .footer_address_item {
        margin-bottom: 0
    }

    .footer p {
        font-size: 10px;
        letter-spacing: .1px;
        line-height: 15px
    }

    .footer__info {
        padding-right: 30px;
        height: 120px
    }

    .bonus .contact_section {
        background-position: -20px center;
        min-height: 143px;
        margin-bottom: 25px
    }

    .bonus .h1 {
        font-size: 24px;
        line-height: 28px
    }

    .bonus .contact_section .accent-color {
        display: block
    }

    .bonus__container .accounts-consult::before {
        background-image: url(/assets/images/promotions/bonus-banner-1-1.png);
        width: 380px;
        height: 290px;
        background-size: auto;
        left: calc(50% - 190px);
        top: -270px
    }

    .bonus__container .forex_vps.accounts-consult::before {
        background-image: url(/assets/images/promotions/Promo-page-women-poster.png)
    }

    .bonus__container-banners {
        margin-top: 300px
    }

    .bonus__container .ecn-accounts::before {
        background-image: url(/assets/images/bonus/bonus-banner-mob-2-1.png);
        background-size: cover
    }

    .bonus__container .accounts-consult:not(:last-child) {
        margin-bottom: 300px
    }

    .bonus__container-banners, .bonus__container-banners .accounts_title {
        text-align: left
    }

    .bonus__container-banners .accounts-consult__container .account_btn {
        min-width: 205px
    }

    .bonus__open-account {
        padding-top: 28px;
        padding-bottom: 28px
    }

    .ecn-prom .accounts_main-content {
        max-width: 255px;
        padding-top: 165px;
        padding-bottom: 75px
    }

    .ecn-prom .accounts_main {
        background-size: 720px, cover
    }

    .ecn-prom .accounts_main-content {
        padding-top: 215px
    }

    .ecn-prom .accounts_title {
        font-size: 24px;
        line-height: 28px
    }

    .ecn-prom .btn {
        min-width: 220px;
        font-size: 13px;
        line-height: 28px
    }

    .ecn-prom__steps::before {
        display: none
    }

    .ecn-prom .accounts_title .accent-color {
        display: block
    }

    .ecn-prom__steps-container {
        margin-top: 25px;
        max-width: 250px
    }

    .steps-item-text {
        font-size: 14px;
        line-height: 20px;
        margin-top: 16px;
        margin-bottom: 0
    }

    .steps-item-1 .steps-item-number, .steps-item-2 .steps-item-number, .steps-item-3 .steps-item-number, .steps-item-4 .steps-item-number {
        width: 45px;
        height: 45px;
        font-size: 20px;
        line-height: 30px
    }

    .ecn-prom__steps .account_btn {
        max-width: 220px
    }

    .ecn-prom__steps-item {
        max-width: 150px
    }

    .steps-item-1, .steps-item-3 {
        margin-bottom: 130px
    }

    .ecn-prom__steps-box:first-child {
        margin-bottom: 160px
    }

    .ecn-prom__steps-box:first-child::after {
        left: 0;
        top: 142px
    }

    .ecn-prom__steps-box:first-child::before {
        right: 0;
        top: 265px
    }

    .ecn-prom__steps-box:last-child::after {
        left: 0;
        top: 50px
    }

    .ecn-prom__steps-box:last-child::before {
        right: 0;
        top: 184px
    }

    .ecn-prom__brands-wrapp {
        flex-wrap: nowrap;
        max-width: 330px;
        overflow: hidden;
        margin: 0 auto;
        padding-bottom: 10px
    }

    .ecn-prom__brands .footer-brand-link {
        margin-left: 10px;
        display: inline-table;
        width: 64px;
        height: 35px
    }

    .ecn-prom__brands .footer-brand-link:first-child {
        margin-left: 40px
    }

    .ecn-prom__brands .footer-brand-link img {
        filter: none;
        margin: 0 auto;
        width: 54px;
        height: 44px
    }

    .ecn-prom__brands .brand-mob-hidden {
        display: none
    }

    .ecn-prom__brands::after {
        width: 330px;
        left: calc(50% - 165px)
    }

    .form-section__box:first-child {
        background-size: contain;
        width: 300px;
        height: 325px;
        padding-top: 210px
    }

    .form-section {
        background-color: transparent;
        padding-bottom: 30px;
        padding-top: 45px
    }

    .form-section__box:last-child {
        padding-bottom: 0;
        padding-top: 28px
    }

    .form-section-text {
        font-size: 13px;
        line-height: 15px;
        max-width: 230px
    }

    .form-section__box:first-child .h1 {
        font-size: 22px;
        line-height: 33px
    }

    .form-section__box:first-child .accent-color {
        display: initial
    }

    .callback-form .btn {
        min-width: 138px
    }

    .tradable-bonus .account_btn {
        min-width: 182px
    }

    .tradable-bonus__item {
        max-width: 300px;
        min-height: 166px;
        border-radius: 5px;
        padding-top: 30px
    }

    .tradable-bonus__item::before {
        max-width: 276px;
        max-height: 142px;
        border: 4px solid #fffbf9
    }

    .tradable-bonus__icon {
        width: 60px;
        height: 60px
    }

    .tradable-bonus__icon::before {
        width: 60px;
        height: 60px;
        background-size: contain
    }

    .tradable-bonus__icon > img {
        width: 44px;
        height: 44px
    }

    .tradable-bonus__title {
        font-size: 14px;
        line-height: 20px;
        max-width: 108px;
        margin-top: 11px
    }

    .tradable-steps.ecn-prom__steps {
        padding-bottom: 44px
    }

    .tradable-steps .accounts_title {
        font-size: 22px;
        line-height: 30px
    }

    .tradable-steps__container {
        max-width: 256px
    }

    .tradable-steps__icon {
        width: 90px;
        height: 90px
    }

    .tradable-steps__icon::before {
        width: 90px;
        height: 90px;
        border: 7px solid #4e638d
    }

    .tradable-steps__icon > img {
        width: 60px;
        height: 60px
    }

    .tradable-steps__digit {
        font-size: 20px;
        line-height: 30px
    }

    .tradable-steps__title {
        font-size: 13px;
        line-height: 19px;
        max-width: 112px
    }

    .tradable-steps__box:first-child::after, .tradable-steps__box:last-child::after {
        height: 155px
    }

    .tradable-steps__box:first-child::after {
        border-right: 7px solid #384664;
        left: 80px;
        top: 34px
    }

    .tradable-steps__box:last-child::after {
        border-right: 7px solid #4e638d;
        bottom: 60px;
        left: 80px
    }

    .tradable-steps__box:last-child .tradable-steps__title {
        margin-bottom: -5px
    }

    .tradable-steps .account_btn {
        font-size: 14px;
        line-height: 26px;
        max-width: 192px
    }

    .tradable-bonus__btns .accounts_title {
        font-size: 24px;
        line-height: 32px
    }

    .bonus-btns_container {
        max-width: 303px
    }

    .bonus-btns_container .btn {
        font-size: 19px;
        line-height: 29px;
        padding: 17px 0;
        width: 143px;
        min-width: 143px
    }

    .bonus-btns_container .btn_1 {
        margin-bottom: 12px
    }

    .bonus-btns_container .btn_2 {
        margin-bottom: 12px;
        margin-right: 8px
    }

    .bonus-btns_container .btn_3 {
        margin-bottom: 12px
    }

    .bonus-btns_container .btn_4 {
        margin-right: 8px
    }

    .bonus-btns_container .btn::after {
        right: 0;
        background-position: right;
        background-size: cover
    }

    .tradable-bonus .ecn-prom__brands {
        padding-top: 38px;
        margin-bottom: 26px
    }

    .tradable-bonus .ecn-prom__brands .accounts_title {
        margin-bottom: 10px
    }

    .tradable-bonus .ecn-prom__brands .accent-color {
        color: rgb(214 166 76)
    }

    .tradable-bonus .form-section {
        background-color: #f8f8f8;
        padding-top: 32px;
        padding-bottom: 26px
    }

    .tradable-bonus .form-section__box:first-child {
        height: 292px;
        padding-top: 75px
    }

    .tradable-bonus .form-section__box:first-child::before {
        width: 262px;
        height: 274px;
        left: calc(50% - 131px);
        top: calc(50% - 137px)
    }

    .tradable-bonus .form_img {
        width: 260px;
        height: 115px;
        margin-bottom: -15px
    }

    .tradable-bonus .form-section-text {
        max-width: 145px
    }

    .tradable-bonus .form-section__box:last-child {
        background: 0 0;
        padding-bottom: 0;
        padding-top: 25px
    }

    .tradable-bonus .form-section .accounts_title {
        font-size: 22px;
        line-height: 31px
    }

    .contact-us.contact_section {
        min-height: 206px;
        height: 206px;
        background: url(../../../../images/contact-us/main-icon.svg) no-repeat center 10px/180px, url(../../../../images/contact-us/bg-slice.png) center/cover no-repeat
    }

    .contact-us .contact-title {
        padding-top: 100px
    }

    .visit_item_wrapper {
        max-width: 300px;
        margin-bottom: 40px
    }

    .visit_item {
        margin: 0
    }

    .contact-us__slider {
        display: none
    }

    .contact-us__address {
        margin-top: 38px
    }

    .location-global__accordion {
        display: block;
        margin-bottom: 200px
    }

    .contact-us__address .h2 {
        margin-bottom: 30px
    }

    .accordion-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 520px;
        width: 100%
    }

    .accordion-box {
        position: relative;
        width: 310px
    }

    .accordion-box:not(:last-child) {
        margin-bottom: 30px
    }

    .accordion-box::after, .accordion-box:first-child:before {
        content: "";
        position: absolute;
        width: 100%;
        border-bottom: 1px solid #e8e8e8;
        opacity: .4
    }

    .accordion-box:first-child:before {
        top: -15px
    }

    .accordion-box::after {
        bottom: -15px
    }

    .accordion-box .address__title {
        font-size: 16px;
        position: relative
    }

    .accordion-box .address__title::after {
        content: "";
        position: absolute;
        background-image: url(/assets/images/contactus/accordion-arrow.svg);
        width: 22px;
        height: 22px;
        right: 0;
        transform: rotate(180deg)
    }

    .accordion-box .address__text {
        font-size: 13px;
        line-height: 21px
    }

    .accordion-box.text-hidden .address__text {
        display: none
    }

    .accordion-box.text-hidden .address__title::after {
        transform: rotate(0)
    }

    .location-global__slider {
        margin-bottom: 0
    }

    .contact-us__address::before {
        width: 276px;
        height: 118px;
        background-size: cover;
        left: calc(50% - 138px);
        bottom: -170px
    }

    .location-offices__wrapper .accordion-box:not(:last-child) {
        margin-bottom: 30px
    }

    .header_control {
        justify-content: space-between
    }

    .header_top-line .container .row > div:first-child {
        border-bottom: 1px solid #e6e6e6
    }

    .header_logo img {
        height: 40px;
        object-fit: contain
    }

    .switch_lange {
        width: 90px;
        position: absolute;
        top: -50px;
        right: 0;
        margin-right: 0
    }

    .hamburger {
        padding: 25px 20px
    }

    .header_logo {
        margin-bottom: 0;
        padding-right: 20%;
        margin-top: 10px
    }

    .header_logo img {
        height: 40px;
        object-fit: contain
    }

    .hamburger-box {
        margin: 0
    }

    .header_logo_wrapp {
        position: absolute;
        bottom: -100px;
        left: 50%;
        transform: translate(-50%, 0)
    }

    .header_logo_wrapp::after {
        top: 45%;
        right: 0
    }

    .current-site {
        padding-left: 26px
    }

    .header_control__link-block {
        width: 100%
    }

    .table-desktop .table-platform .table-custom_col_body_td {
        padding-left: 10px
    }

    .about_boolit.about_boolit_main-page .about_boolit_item {
        height: auto;
        padding-bottom: 50px
    }

    .bonus__container .forex_vps2::before {
        background-image: url(../../../../images/bonus/bonus-banner-50.png);
        background-size: cover
    }

    .bonus__container .trade-win.accounts-consult::before {
        background-image: url(/assets/images/promotions/trade-win-mob.png)
    }

    .bonus__container .affiliate.accounts-consult::before {
        background-image: url(/assets/images/promotions/affiliate-prog-mob.png)
    }

    .bonus__container .ib50.accounts-consult::before {
        background-image: url(/assets/images/promotions/50ib-mob.png)
    }

    .technical-page .proven {
        padding-top: 40px;
        padding-bottom: 64px
    }

    .technical-page .proven .h1 {
        font-size: 28px;
        line-height: 40px
    }

    .technical-page .proven .text {
        margin-top: 8px;
        margin-bottom: 38px;
        font-size: 14px;
        line-height: 21px
    }

    .technical-page .second_benefits {
        row-gap: 14px
    }

    .technical-page .second_benefits .second_benefit {
        padding-top: 20px;
        padding-bottom: 16px;
        padding-left: 20px;
        padding-right: 25px
    }

    .technical-page .second_benefits .second_benefit::before {
        width: 36px;
        left: 33px
    }

    .technical-page .second_benefits .content {
        margin-left: 15px
    }

    .technical-page .second_benefits .second_benefit .img img {
        min-width: 64px;
        min-height: 64px;
        width: 64px;
        height: 64px
    }
}

@media (max-width: 414px) {
    .second_menu_about {
        width: 100%
    }

    .second_menu_about ul {
        padding-left: 26px;
        padding-right: 26px
    }

    .second_menu_about li {
        width: auto
    }

    .second_menu_about li:nth-child(1) {
        padding-right: 10px
    }

    .second_menu_about li:nth-child(3) {
        padding-left: 10px
    }

    .second_menu_about li:nth-child(2) {
        padding-left: 10px;
        padding-right: 10px
    }

    .about_boolit_wrapper {
        margin: auto
    }

    .about_boolit_item {
        padding: 130px 10px 5px
    }

    .payment_section {
        background-position: -180px center
    }

    .pop-up__container {
        max-width: 300px;
        padding-bottom: 40px
    }

    .pop-up__content {
        padding-left: 26px
    }

    .pop-up__title {
        font-size: 25px;
        line-height: 36px
    }

    .pop-up__text {
        font-size: 18px;
        line-height: 26px;
        max-width: 200px;
        padding-left: 80px;
        margin-bottom: 30px
    }

    .pop-up__text::before {
        width: 74px;
        height: 122px;
        top: calc(50% - 61px)
    }

    .pop-up__container .btn {
        min-width: 162px
    }

    .pop-up__container::after {
        width: 107px;
        height: 135px;
        top: 0;
        right: -15px
    }

    .footer__module-container {
        margin-right: 0
    }

    .footer .footer__copyright {
        font-size: 7px;
        line-height: 10px
    }

    .footer_sub {
        padding: 15px 0
    }

    .bonus__container .accounts-consult {
        padding-left: 20px;
        min-width: 300px;
        max-width: 300px
    }

    .bonus__container .accounts-consult::before {
        background-size: contain;
        width: 300px;
        height: 290px;
        left: calc(50% - 150px);
        top: -268px
    }

    .bonus__container-banners {
        margin-top: 275px
    }

    .bonus__item {
        font-size: 14px;
        line-height: 20px
    }

    .bonus__container .accounts-consult:not(:last-child) {
        margin-bottom: 275px
    }

    .affiliate .free_vps_container {
        background-position: 60px 0;
        padding-top: 120px
    }

    .bonus .welcome_bonus_screen {
        padding-top: 200px;
        padding-bottom: 5px
    }

    .technical-page .market_section {
        background: url(/assets/images/tools/technical//mob/bg.png);
        padding-top: 50px;
        padding-bottom: 30px
    }

    .technical-page .market_section .text {
        font-size: 16px
    }

    .technical-page .main-screen-body .h1 {
        line-height: 38px
    }

    .technical-page .except .image-block {
        display: none
    }

    .technical-page .except .main-screen-body .h1 {
        font-size: 28px;
        line-height: 40px
    }

    .technical-page .except .text {
        font-size: 14px
    }

    .technical-page .except .main-screen-body h1 span {
        display: inline
    }

    .technical-page .open-live-account {
        padding-top: 43px;
        padding-bottom: 50px
    }

    .technical-page .open-live-account .h1 {
        font-size: 28px;
        line-height: 38px
    }

    .technical-page .open-live-account .text {
        max-width: 230px;
        font-size: 14px;
        line-height: 22px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 12px
    }

    .technical-page .market_section.participate {
        padding-top: 58px;
        padding-bottom: 67px;
        background: url(/assets/images/tools/technical//mob/partic-bg.png) no-repeat center/cover
    }

    .technical-page .market_section.participate .h1 {
        font-size: 28px;
        line-height: 40px
    }

    .technical-page .market_section.participate .text {
        margin-top: 12px;
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 21px
    }

    .technical-page .market_section.participate .text.text--accent {
        margin-top: 0;
        margin-bottom: 24px;
        font-size: 14px;
        line-height: 23px
    }

    .technical-page .second_benefits .title {
        font-size: 18px;
        line-height: 18px
    }

    .technical-page .second_benefits .descript {
        font-size: 14px;
        line-height: 21px;
        max-width: 190px
    }

    .technical-page.tools-page .except .image-block {
        display: block
    }
}

@media (max-width: 375px) {
    .ib_first_screen {
        min-height: 584px;
        background: url(/assets/images/partnership/IB_page/bg_mob_first.png) no-repeat center center;
        background-size: cover
    }

    .table-desktop {
        display: none
    }

    .cryptocurrency .table-desktop, .forex .table-desktop, .futures .table-desktop, .indices_page .table-desktop, .stocks .table-desktop {
        display: flex
    }

    .table-mob {
        display: flex
    }

    .table-mob .table-platform {
        grid-template-rows:auto repeat(19, 64px)
    }

    .documents__item img {
        width: 30px
    }

    .files-list__item {
        font-size: 10px
    }

    .platform_item.platform_Trading Platform .row {
        flex-direction: column-reverse
    }

    .ebooks_page .ebooks_first_screen {
        background-image: url(/assets/images/tools/ebooks/background-mob.png);
        height: 230px
    }

    .technical-page .market_section .main-screen-body {
        max-width: 164px
    }

    .tradable-bonus .accounts_main-content {
        padding-top: 45px;
        padding-bottom: 35px
    }

    .tradable-bonus .accounts_main-content_text .accounts_title {
        font-size: 18px;
        line-height: 25px;
        max-width: 260px;
        margin: 0 auto
    }
}

@media (max-width: 360px) {
    .second_menu_about ul {
        padding-left: 10px;
        padding-right: 10px
    }

    .second_menu_about li {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    .ctm-container {
        padding: 20px 20px 44px 19px
    }

    .ctm-thank-block {
        max-width: 324px;
        padding: 7px
    }

    .withdrawal_table .row_content, .withdrawal_table .row_title {
        grid-template-columns:minmax(90px, 175px) minmax(100px, 175px) repeat(1, 1fr)
    }

    .accounts-bonus__lot-bonus .accounts-bonus__info .lot-info-box:first-child .lot-info__descr {
        margin-left: 21px
    }

    .footer__privacy .footer_address__text {
        font-size: 8px
    }

    .ecn-prom .accounts_main {
        background-size: 520px, cover
    }

    .ecn-prom .accounts_main-content {
        padding-top: 165px
    }
}

@media (max-width: 340px) {
    .trading-table-mob .table-custom_col_body_td:first-child {
        padding-left: 10px
    }

    .accounts-consult {
        padding: 40px 25px
    }

    .accounts-bonus__container {
        margin-bottom: 270px
    }

    .accounts-consult {
        padding: 56px 25px
    }

    .accounts-consult::before {
        width: 320px;
        height: 290px;
        left: calc(50% - 160px);
        top: -250px
    }

    .block-need-help .accent-color {
        display: block
    }

    .bonus-btns_container .btn {
        width: 140px;
        min-width: 140px
    }
}

.trade-welcome {
    position: relative;
    background-image: url(/assets/images/promotions/tradewin/trade-win-welcome.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 465px;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.trade-welcome img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: contain
}

.trade-welcome__caption {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    padding-bottom: 82px;
    padding-top: 285px
}

.trade-welcome__title {
    font-size: 22px;
    line-height: 26px;
    max-width: 410px;
    text-align: center;
    color: #16223b;
    font-weight: 500
}

.trade-welcome__text {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 0
}

.trade_win-descr {
    padding-top: 80px;
    padding-bottom: 84px
}

.trade_win-descr.affilate-info-descript .mw292 {
    text-align: left;
    font: normal normal bold 35px/50px Poppins;
    color: rgb(214 166 76);
    max-width: inherit;
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto 19px
}

.trade_win-descr.affilate-info-descript .text {
    text-align: left;
    max-width: 800px;
    margin-bottom: 29px
}

.trade_win-descr__subtext {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #16223b;
    max-width: 800px;
    margin: 0 auto
}

.trade_win-descr__subtext span {
    color: rgb(214 166 76)
}

.trade_win-table {
    padding: 58px 0 104px;
    background-image: url(/assets/images/promotions/tradewin/trade-win-table.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.container.trade-win-container {
    max-width: 820px
}

.trade-table .table-desktop {
    display: block !important
}

.trade-table .table-desktop .table-platform__title {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    background: #233457;
    background: linear-gradient(180deg, #233457 70%, #16223b 100%);
    background: linear-gradient(180deg, #16223b 50%, #233457 100%);
    box-shadow: 2px 3px 8px rgba(180, 196, 227, .6);
    border-radius: 11px;
    padding: 16px 0;
    margin-bottom: 15px
}

.trade-table .table-platform__title div {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 24px
}

.trade-table .table-desktop .table-platform .table-custom_col_body_td, .trade-table .table-platform .table-custom_col_body_th {
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background: 0 0;
    position: relative;
    z-index: 2
}

.trade-table .table-desktop .table-platform .table-custom_col_body_td span, .trade-table .table-platform .table-custom_col_body_th span {
    margin-left: 3px
}

.trade-table .table-desktop .table-platform .table-custom_col_body_th {
    font-weight: 400
}

.trade-table .table-custom_col_body_td.fw-bold {
    font-weight: 500
}

.trade-table .table-desktop .table-platform {
    border-radius: 11px;
    box-shadow: 2px 3px 8px rgba(180, 196, 227, .2);
    padding: 19px 0;
    position: relative;
    margin-bottom: 15px
}

.trade-table .table-desktop .table-platform& ::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .6
}

.trade_win.affiliate .how_it_works_section {
    background: #f9f9f9
}

.trade_win.affiliate .how_it_works_section .fsz38 {
    color: #16223b
}

.trade_win.affiliate .step span {
    color: #16223b;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500
}

.trade_win.affiliate .how_steps_container {
    margin: 54px 0
}

.trade_win-terms {
    max-width: 518px;
    text-align: center
}

.trade_win.affiliate .how_it_works_container {
    padding: 0
}

.trade_win.affiliate .how_it_works_container .trade_win-terms p {
    color: #314267;
    font-size: 18px;
    line-height: 26px
}

.trade_win.affiliate .how_it_works_container .trade_win-terms a {
    color: rgb(214 166 76)
}

.trade_win.affiliate .how_it_works_container .img {
    width: 120px;
    height: 120px
}

.trade_win.affiliate .how_it_works_container .step:not(:last-child) .img::after {
    right: -200%
}

.trade_win-prizes {
    background: #16223b;
    background: linear-gradient(180deg, #16223b 50%, #233457 100%);
    padding-top: 71px;
    padding-bottom: 127px
}

.trade-prizes-title {
    max-width: 800px;
    margin: 0 auto 15px;
    color: #e8e8e8;
    font-size: 22px;
    line-height: 32px
}

.trade-prize-card {
    text-align: center
}

.trade-prize-card__title {
    color: rgb(214 166 76);
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    margin-top: -30px
}

.trade-prize-card__text {
    color: #e8e8e8;
    font-size: 18px;
    line-height: 25px;
    max-width: 140px;
    margin: 0 auto
}

@media (max-width: 1399px) {
    .trade_win.affiliate .how_it_works_container .step:not(:last-child) .img::after {
        right: -180%
    }
}

@media (max-width: 991px) {
    .trade-welcome__caption {
        padding-top: 180px;
        padding-bottom: 25px
    }
}

@media (max-width: 800px) {
    .trade-welcome {
        height: 335px
    }
}

@media (max-width: 800px) {
    .trade-welcome {
        min-height: 300px;
        background-image: url(/assets/images/promotions/tradewin/trade-win-welcome-mob.png)
    }

    .trade-welcome__caption {
        padding-top: 0;
        padding-bottom: 10px
    }
}

@media (max-width: 600px) {
    .trade-welcome {
        min-height: 555px;
        background-image: url(/assets/images/promotions/tradewin/trade-win-mobile.png);
        margin-bottom: 15px
    }

    .trade-welcome__caption {
        padding-bottom: 130px;
        max-width: 270px;
        margin: 0 auto
    }

    .trade-welcome__title {
        font-size: 14px;
        line-height: 20px
    }

    .trade-welcome__text {
        font-size: 14px;
        line-height: 18px;
        margin: 0 auto
    }

    .trade-welcome__text span {
        display: block;
        margin-left: 0 !important
    }

    .trade_win-descr.affilate-info-descript .mw292 {
        font-size: 24px;
        line-height: 35px
    }

    .trade_win-descr {
        padding-top: 55px;
        padding-bottom: 32px
    }

    .trade_win-descr.affilate-info-descript .text {
        font-size: 14px;
        line-height: 24px;
        color: #5b6375
    }

    .trade_win-descr .container {
        padding: 0 30px
    }

    .trade_win-descr__subtext {
        font-size: 14px;
        line-height: 24px
    }

    .trade_win-table .affilate-info-descript .mw292 {
        font-size: 24px;
        line-height: 32px;
        max-width: 226px;
        margin: 0 auto 45px
    }

    .trade_win-table {
        padding: 32px 0 65px
    }

    .trade-prizes-title {
        font-size: 16px;
        line-height: 27px;
        color: #e8e8e8
    }

    .trade-prize-card__text, .trade-prize-card__title {
        font-size: 14px;
        line-height: 20px;
        margin-top: 0
    }

    .trade_win-prizes {
        padding-top: 80px;
        padding-bottom: 77px
    }

    .trade_win-prizes .container {
        padding: 0 30px
    }

    .trade_win.affiliate .how_it_works_section .fsz38 {
        text-align: left;
        font-size: 24px;
        line-height: 46px
    }

    .trade_win.affiliate .how_it_works_container {
        padding: 0 30px
    }

    .trade_win.affiliate .how_it_works_container .img {
        margin-left: -21px
    }

    .trade_win.affiliate .how_steps_container .step {
        max-width: 100%
    }

    .trade_win .step:not(:last-child) .img::after {
        display: none
    }

    .trade_win .how_steps_container {
        flex-direction: column
    }

    .trade_win .how_steps_container {
        position: relative
    }

    .trade_win .how_steps_container::after {
        content: '';
        position: absolute;
        left: 18px;
        top: 50px;
        border: 1px dashed #999;
        width: 1px;
        height: calc(100% - 150px)
    }

    .trade_win .how_steps_container .step .txt {
        padding-top: 20px;
        width: 90%;
        max-width: 235px
    }

    .trade_win .how_steps_container .step {
        width: 100%;
        flex-direction: row;
        max-width: unset;
        align-items: flex-start;
        margin-bottom: 40px
    }

    .trade_win.affiliate .how_it_works_container .img {
        width: 80px;
        height: 80px
    }

    .trade_win .how_steps_container .step .txt span {
        font-size: 14px;
        line-height: 20px;
        text-align: left
    }

    .trade_win.affiliate .how_steps_container {
        margin-top: 31px
    }

    .trade_win.affiliate .how_it_works_section {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .trade_win.affiliate .how_steps_container {
        margin-bottom: 0
    }

    .trade_win.affiliate .how_it_works_container .trade_win-terms p {
        text-align: left;
        font-size: 14px;
        line-height: 23px;
        color: #314267
    }

    .trade_win-terms {
        text-align: left
    }

    .trade_win.affiliate .how_it_works_container .trade_win-terms a {
        margin-top: 0;
        font-size: 13px;
        line-height: 20px
    }

    .trade-table {
        overflow-x: auto
    }

    .trade-table .table-desktop {
        min-width: 500px
    }
}

@media (max-width: 575px) {
    .trade-table .table-desktop .table-platform, .trade-table .table-desktop .table-platform__title {
        grid-template-columns:25% 25% 20% 30%
    }

    .trade-table .table-platform__title div {
        font-size: 14px;
        line-height: 21px
    }

    .partnership_caption {
        padding: 134px 0
    }

    .partnership_first_screen {
        background: url(/assets/images/partnership/partnership-bg-mob.png) no-repeat center center;
        background-size: cover
    }

    .partnership_title {
        font-size: 36px;
        line-height: 1;
        max-width: 246px;
        margin: 0 auto
    }

    .partnership_page .bonus_container .txt {
        padding-left: 0
    }

    .award-section {
        background-image: none;
        background-color: #16223b;
        padding-bottom: 25px
    }

    .awards-row [class*=col-] {
        justify-content: center
    }

    .award-card-text {
        max-width: 211px;
        width: 100%
    }
    .awards-row{
		justify-content: center;
    }

    .award-card {
        max-width: 350px;
        width: 100%;
        padding-left: 160px
    }

    .award-card-subtitle, .award-card-title {
        font-size: 16px;
        line-height: 22px
    }

    .award-card-location {
        font-size: 12px;
        line-height: 19px
    }

    .award-card-img {
        left: 0
    }

    .award-section-title {
        font-size: 24px;
        line-height: 32px;
        text-align: left;
        padding: 0 30px
    }

    .award-section-subtitle {
        text-align: left;
        font-size: 14px;
        line-height: 21px;
        padding: 0 30px
    }

    .technical-page.tools-page .market_section {
        padding-top: 56px;
        padding-bottom: 56px;
        background: url(/assets/images/tools/background-mob.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat
    }

    .technical-page .market_section .main-screen-body {
        max-width: 250px
    }

    .technical-page.tools-page .except {
        padding: 40px 0
    }
}

@media (max-width: 550px) {
    .trade_win.affiliate .how_steps_container .step {
        max-width: 100%
    }

    .trade_win .step:not(:last-child) .img::after {
        display: none
    }

    .trade_win .how_steps_container {
        position: relative
    }

    .trade_win .how_steps_container::after {
        content: '';
        position: absolute;
        left: 18px;
        top: 50px;
        border: 1px dashed #999;
        width: 1px;
        height: calc(100% - 150px)
    }

    .trade_win.affiliate .how_it_works_container .img {
        position: relative;
        z-index: 1
    }

    .trade_win.affiliate .how_it_works_container .trade_win-terms a {
        display: block
    }

    .trade_win.affiliate .how_it_works_container .trade_win-terms p {
        text-align: left
    }

    .trade_win.affiliate .how_it_works_section {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .trade_win.affiliate .how_steps_container {
        margin-bottom: 0
    }
}

@media (max-width: 420px) {
    .trade-table .table-desktop .table-platform {
        padding: 12px 7px
    }

    .trade-table .table-platform__title div {
        font-size: 12px;
        line-height: 16px
    }

    .trade-table .table-desktop .table-platform, .trade-table .table-desktop .table-platform__title {
        grid-template-columns:20% 25% 25% 30%
    }

    .trade-welcome__caption {
        padding-bottom: 150px
    }
}

.main-slide__sponsor {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top
}

.main-slide__sponsor .main_slide_content {
    justify-content: flex-end
}

.main-slide__sponsor .slide_content {
    padding: 100px 0 53px
}

.text-orange {
    color: rgb(214 166 76)
}

.slide_content h3.title-inverted {
    color: #fff;
    margin-bottom: 1rem
}

.slide_content h3.title-inverted span {
    color: rgb(214 166 76)
}

.forex-expo-date {
    position: relative;
    padding-left: 25px
}

.forex-expo-logo {
    flex: 0 0 150px;
    padding-right: 15px
}

.forex-expo-logo-sm {
    flex: 0 0 104px
}

.forex-expo-date .text-dark-blue {
    color: #16223b
}

.forex-expo-date::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #fff
}

.forex-expo-wrap {
    margin-bottom: 36px
}

.main-slide__sponsor .slider_thumbnails {
    margin-top: 48px
}

.mw440 {
    max-width: 440px
}

.fs28 {
    font: normal 500 normal 28px/34px Poppins
}

.fs38 {
    font: normal normal bold 38px/53px Poppins
}

.fs18 {
    font: normal normal 500 18px/25px Poppins
}

.super-seven-slide.main_slide.bg_orange_gradient {
    padding-top: 18px;
    padding-bottom: 0
}

.super-seven-slide .slide_img_cont {
    max-width: 700px
}

.super-seven-slide .slider_thumbnails {
    margin-top: 20px
}

.super-seven-slide .forex-expo-wrap {
    margin-bottom: 20px
}

.super-seven-slide .slide_content a.btn {
    margin-top: 0
}

.super-seven-img-mob {
    display: none
}

.forex-expo-date .text-white {
    color: #fff
}

.text-white, span.text-white {
    color: #fff
}

@media (min-width: 1551px) {
    .main-slide__sponsor {
        background-image: url(../../../../templates/custom/images/platinum-sponsor-big.jpg)
    }
}

@media (max-width: 1550px) {
    .main-slide__sponsor {
        background-image: url(../../../../templates/custom/images/platinum-sponsor.jpg)
    }
}

@media (max-width: 1199px) {
    .super-seven-slide .slide_img_cont {
        max-width: 550px
    }
}

@media (max-width: 992px) {
    .super-seven-slide .slide_img_cont {
        max-width: 100%
    }

    .main-slide__sponsor .main_slide_content {
        flex-direction: row
    }

    .main-slide__sponsor {
        background-image: url(../../../../templates/custom/images/platinum-sponsor-mob.jpg);
        background-position: center 30%
    }

    .main-slide__sponsor .main_slide_content {
        justify-content: flex-start;
        align-items: center
    }

    .main-slide__sponsor .slide_content {
        padding: 340px 0 36px
    }

    .super-seven-img-desktop {
        display: none
    }

    .super-seven-img-mob {
        display: block;
        width: 90%
    }
}

@media (max-width: 550px) {
    .main-slide__sponsor h3.title-inverted {
        color: rgb(214 166 76);
        font-size: 28px;
        line-height: 38px
    }

    .main-slide__sponsor h3.title-inverted span {
        color: #fff
    }

    .main-slide__sponsor .slide_content {
        padding: 290px 49px 36px 39px
    }

    .forex-expo-logo {
        flex: 0 0 80px
    }

    .forex-expo-date p span {
        font-size: 16px;
        line-height: 23px
    }

    .forex-expo-wrap {
        margin-bottom: 23px
    }

    .main-slide__sponsor .slider_thumbnails {
        margin-top: 33px
    }

    .main-slide__sponsor {
        background-position: center center
    }

    .main-slide__sponsor .main_slide_content {
        margin-top: 0
    }

    .super-seven-slide .slide_content h3 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 7px
    }

    .super-seven-slide .slide_content p {
        font-size: 14px;
        line-height: 19px;
        font-weight: 500
    }

    .super-seven-img-mob {
        margin-top: -50px;
        margin-left: -10px;
        width: 100%
    }

    .super-seven-slide .slide_content {
        padding-right: 30px;
        padding-left: 20px
    }
}

@media (max-width: 359px) {
    .main-slide__sponsor .slide_content {
        padding: 290px 15px 36px
    }

    .super-seven-slide .forex-expo-date p span.fs18 {
        font-size: 14px;
        line-height: 18px
    }
}

.partnership_first_screen {
    background: url(/assets/images/partnership/partnership-bg.png) no-repeat center center;
    background-size: cover
}

.partnership_caption {
    padding: 148px 0
}

.partnership_title {
    text-align: center;
    font-size: 42px;
    line-height: 1;
    text-transform: uppercase;
    font-family: Poppins;
    font-weight: 700;
    color: #fff
}

.partnership_page .bonus_container img {
    max-width: 460px
}

.partnership_page .bonus_container .txt p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #5b6375;
    margin-bottom: 30px
}

.partnership_page .bonus__list .bonus__item, .partnership_page .what_are_crupto p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #5b6375
}

.partnership_page .bonus__list {
    margin-bottom: 0
}

.partnership_page .bonus_container {
    justify-content: center;
    padding: 62px 100px 86px
}

.partnership_page .bonus_container .txt {
    padding-left: 85px
}

.partnership_page .what_are_crupto .bonus__list {
    margin-bottom: 20px
}

.partnership_page .what_are_crupto {
    padding-bottom: 85px
}

.partnership_page .cta_section {
    background: url(../../../../templates/custom/images/bg-8.jpg) no-repeat center/cover;
    padding-top: 63px;
    padding-bottom: 62px;
    background-color: #16223b
}

.partnership_first_screen .content_container {
    padding: 0
}

.partnership_page .cta_section .btn {
    margin-bottom: 15px
}

.partnership_page .markets_menu_container {
    background-color: #f1f1f1
}



@media (max-width: 1024px) {
    .partnership_page .bonus_container {
        padding-right: 25px;
        padding-left: 25px
    }

    .partnership_page .what_are_crupto {
        padding-bottom: 46px;
        padding-top: 30px
    }
}

@media (max-width: 768px) {
    .partnership_page .bonus_container {
        padding-top: 31px;
        padding-bottom: 44px
    }

    .partnership_page .bonus_container .txt {
        margin-top: 32px
    }

    .partnership_page .markets_menu_container .markets_menu {
        justify-content: center;
        padding-top: 12px
    }

    .partnership_page .markets_menu_container .markets_menu li {
        margin: 0 1.5px 3px;
        width: calc(50% - 3px)
    }

    .partnership_page .markets_menu_container .markets_menu a {
        padding: 22px 10px
    }

    .partnership_page .markets_menu_container .markets_menu a span {
        display: block;
        max-width: 120px;
        margin: 0 auto
    }
}

.section_our-platform {
    overflow: hidden
}

.award-section {
    background-color: #16223b;
    padding-top: 58px;
    padding-bottom: 100px;
    background-image: url(/assets/images/awards/award-bg.png);
    background-size: cover;
    background-position: center center
}

.award-section-title {
    color: #fff;
    font-size: 34px;
    line-height: 48px;
    margin-bottom: 11px;
    text-align: center
}

.award-section-subtitle {
    font-size: 18px;
    line-height: 27px;
    color: #a5aab7;
    max-width: 700px;
    margin: 0 auto 70px;
    text-align: center
}

.award-card {
    display: flex;
    position: relative;
    padding-left: 200px
}

.award-card-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    max-width: 230px
}

.award-card-body {
    padding-top: 40px
}

.award-card-body__icon {
    width: 50px;
    height: 42px;
    margin-bottom: 9px
}

.award-card-body__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.award-card-title {
    font-weight: 300
}

.award-card-subtitle {
    font-weight: 600
}

.award-card-subtitle, .award-card-title {
    color: #fff;
    font-size: 20px;
    line-height: 30px
}

.award-card-location {
    font-size: 14px;
    line-height: 32px;
    color: #fb7e44;
    font-weight: 600
}

.home-cta {
    padding-top: 80px;
    padding-bottom: 80px
}

.home-cta .btn {
    margin-bottom: 1rem
}

.glossary-tabs__container {
    max-width: 1080px
}

.glossary_first_screen {
    background: url(/assets/images/tools/glossary/glossary-hero.png) no-repeat center center;
    background-size: auto;
    background-size: cover
}

.glossary_title {
    font-size: 48px;
    line-height: 67px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px
}

.glossary_title span {
    color: rgb(214 166 76)
}

.glossary_caption {
    padding: 53px 0 43px
}

.glossary_caption p {
    font-size: 20px;
    line-height: 30px;
    max-width: 700px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    opacity: 1;
    font-weight: 400;
    margin-bottom: 0
}

.glossary_page .tab-pane {
    display: none
}

.glossary_page .tab-pane.active {
    display: block
}

.glossary-tabs {
    margin: 0 auto;
    padding-top: 48px
}

.glossary-tabs .nav-tabs {
    display: flex;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    margin: 0 -7px 0;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    padding: 13.5px 15px;
    flex-wrap: wrap
}

.glossary-tabs__nav-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.glossary-tabs__nav-item > button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearence: none;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.glossary-tabs__nav-item .glossary-letter:hover {
    color: rgb(214 166 76)
}

.glossary-tabs__nav-item .glossary-letter {
    transition: .25s;
    cursor: pointer;
    display: inline-block;
    padding: 0 7px
}

.glossary-tabs__nav-item a {
    font-size: 28px;
    line-height: 39px;
    color: #16223B99;
    font-weight: 600
}

.glossary-tabs__nav-item .glossary-letter.active {
    color: rgb(214 166 76)
}

.glossary-tabs__nav-item span {
    display: inline-block;
    padding: 0 7px;
    font-size: 28px;
    line-height: 39px;
    color: #16223B99;
    font-weight: 600;
    cursor: initial
}

.glossary-about__title {
    font-size: 22px;
    line-height: 31px;
    color: #16223b;
    font-weight: 700;
    margin-bottom: 15px
}

.glossary-about__descr {
    font-size: 16px;
    line-height: 24px;
    color: #16223B99;
    font-weight: 400;
    max-width: 700px
}

.glossary-about__item {
    margin-bottom: 46px
}

.glossary-about__item:last-of-type {
    margin-bottom: 0
}

.glossary-item__wrapper {
    position: relative;
    padding-top: 48px
}

.glossary-item__wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0;
    visibility: hidden
}

.glossary-item__wrapper .glossary-tabs__container {
    padding-bottom: 56px
}

.glossary-item__wrapper:nth-child(even)::after {
    opacity: .9;
    visibility: visible
}

.glossary-about__item, .glossary-letter__img {
    position: relative;
    z-index: 2
}

.glossary-letter__img {
    position: sticky;
    top: 145px;
    margin-bottom: 41px
}

.glossary-tabs .nav-tabs.glossary-about-nav__bot {
    border: none
}

@media (max-width: 1350px) {
    .award-section-container {
        max-width: 100%
    }

    .award-card {
        padding-left: 110px
    }

    .award-card-img {
        left: -40px
    }

    .awards-row [class*=col-] {
        display: flex;
        justify-content: center
    }
}

@media (max-width: 1200px) {
    .award-card-img {
        max-width: 150px
    }
}

@media (max-width: 991px) {
    .awards-section {
        padding-top: 43px;
        padding-bottom: 30px
    }

    .awards-row [class*=col-] {
        display: flex;
        margin-bottom: 25px
    }

    .award-section-subtitle {
        margin-bottom: 0
    }

    .award-card-body__icon {
        width: 34px;
        height: 29px
    }

    .glossary-letter__img {
        width: 62px
    }

    .glossary-about__title {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 16px
    }

    .glossary-about__descr {
        font-size: 16px;
        line-height: 22px
    }

    .glossary-about__item {
        margin-bottom: 27px
    }

    .glossary-item__wrapper .glossary-tabs__container {
        padding-bottom: 38px
    }
}

@media (max-width: 886px) {
    .glossary-tabs .nav-tabs {
        justify-content: flex-start
    }

    .glossary-tabs > .glossary-tabs__container {
        display: flex;
        justify-content: center
    }

    .glossary-tabs__nav-item a, .glossary-tabs__nav-item span {
        font-size: 22px;
        line-height: 50px
    }
}

@media (max-width: 767px) {
    .awards-row [class*=col-] {
        justify-content: flex-start
    }

    .glossary_caption {
        padding-top: 69px;
        padding-bottom: 68px
    }

    .glossary_title {
        font-size: 32px;
        line-height: 36px;
        max-width: 304px;
        margin: 0 auto 5px
    }

    .glossary_caption p {
        font-size: 14px;
        line-height: 20px;
        max-width: 310px;
        margin: 0 auto
    }

    .glossary-item__wrapper {
        padding: 48px 20px 0
    }
}

.slider_thumbnails {
    max-width: 360px
}

.main_slide.bg_tiger_image {
    background-image: url(../../../../images/decktop-tiger.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 620px
}

.current-site, .show-sites__item > a {
    color: #192741;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal
}

.show-sites__item:hover > a {
    font-weight: 600
}

.current-site {
    padding-left: 15px;
    padding-right: 15px;
    width: 300px;
    border-left: 1px solid #E6E6E6;
    top: 100%
}

.header_logo_wrapp::after {
    right: 0;
    animation: rotateCl ease-in-out .4s
}

.header_logo_wrapp::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 48px;
    border-right: 1px solid #E6E6E6;
    right: 25px
}

.show-sites {
    top: 100%;
    height: 0;
    max-height: 224px;
    overflow: hidden;
    padding: 0px 20px;
    width: 300px
}

.show-sites.show-sites__active {
    top: 100%;
    transform: translateY(-5px);
    height: auto;
    overflow: visible;
    padding: 15px
}

.current-site.current-site__active {
    background-color: transparent
}

.header_logo_wrapp.header_logo_wrapp-active::after {
    top: 50%;
    animation: rotateOp ease-in-out .8s
}

.main_slide.main_slide-bg-new {
    background-image: url(../../../../images/slide-new0.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 95px;
    padding-bottom: 70px
}

.main_slide.main_slide-bg-new .slide_content h3.orange_white {
    font: normal normal 600 45px/53px Poppins;
    max-width: 513px
}

.main_slide.main_slide-bg-new .slide_content h3.orange_white span {
    display: block
}

.main_slide.main_slide-bg-new .border_left::after {
    height: 60px;
    opacity: 1
}

.main_slide.main_slide-bg-new .single_column .orange_white {
    font: normal normal 600 24px/33px Poppins;
    margin-bottom: 0;
    color: rgb(214 166 76)
}

.main_slide.main_slide-bg-new .single_column .orange_white span {
    display: block;
    color: #fff
}

.main_slide.main_slide-bg-new .columns_container {
    justify-content: flex-start;
    margin-top: 0
}

.main_slide.main_slide-bg-new .single_column {
    width: inherit
}

.main_slide.main_slide-bg-new .single_column-txt {
    flex-direction: row;
    margin-left: 43px;
    align-items: center
}

.main_slide.main_slide-bg-new .main_slide_content {
    justify-content: space-around
}

.main_slide.main_slide-bg-new .slide_content a.btn {
    font: normal normal 500 16px/25px Poppins
}

.main_slide.main_slide-bg-new .slider_thumbnails {
    margin-top: 28px
}

.slider_thumbnails {
    max-width: 380px
}

.main_slide.super-fife-slide {
    background-image: url(../../../../images/slide-offer-bg-new.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 75px 0
}

.main_slide.super-fife-slide .main_slide_content {
    justify-content: flex-end
}

.main_slide.super-fife-slide .slide_content h3 {
    font: normal normal 600 48px/53px Poppins;
    color: #fff
}

.main_slide.super-fife-slide .slide_content h3 span {
    color: rgb(214 166 76)
}

.main_slide.super-fife-slide .slide_content p {
    font: normal normal 500 17px/25px Poppins;
    color: #A5AAB7
}

.main_slide.super-fife-slide .slide_content a.white_bg {
    background: rgb(214 166 76);
    color: #fff;
    font: normal normal 500 16px/25px Poppins
}

.main_slide.super-fife-slide .slider_thumbnails {
    margin-top: 15px
}

.bonus .welcome_bonus_screen {
    background: linear-gradient(45deg, rgb(18, 41, 71) 100%, rgb(14, 26, 45) 100%);
    padding: 33px 0
}

.welcome_bonus_screen .container {
    justify-content: space-between
}

.bonus .welcome_bonus_screen .txt {
    align-self: center
}

.bonus .welcome_bonus_screen h1 {
    color: #fff;
    max-width: 450px;
    margin-bottom: 0
}

.bonus .welcome_bonus_screen p {
    margin-top: 0;
    margin-bottom: 0;
    color: #A5AAB7;
    font-size: 17px;
    line-height: 25px
}

.table-custom_col_body {
    grid-template-columns:repeat(4, 1fr)
}

.acounts-provide-text {
    color: #999;
    max-width: 812px;
    font-size: 18px;
    line-height: 28px;
    margin: 0 auto
}

.accounts-provide_item {
    box-shadow: 7px 7px 17px #a5aab799;
    padding-bottom: 30px
}

.accounts-provide_item_body {
    margin-bottom: 25px
}

.accounts-provide_item:nth-child(2) {
    transform: scale(1);
    grid-area: inherit
}

.accounts-provide_item:nth-child(2) .accounts-provide_item__head {
    transform: translateY(0px);
    height: 139px
}

.accounts-provide_item__head {
    height: 139px;
    border-radius: 10px;
    flex-direction: column;
    font-size: 24px;
    line-height: 28px
}

.accounts-provide_item:nth-child(2) .accounts-provide_item__head {
    margin-bottom: 30px
}

.accounts-provide_item__head__inner {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 7px
}

.accounts-provide_items {
    margin-top: 30px;
    margin-bottom: 45px;
    grid-template-rows:inherit;
    grid-template-columns:repeat(4, 1fr);
    gap: 10px
}

.accounts-provide_item_row span:nth-child(1) {
    width: 60%
}

.accounts-provide_item_row span:nth-child(2) {
    width: 38%
}

.accounts-provide_item:nth-child(1) .accounts-provide_item__head {
    background: url(/assets/images/account-vector-bg-1.svg) no-repeat center/cover, linear-gradient(90deg, rgb(34, 132, 200), rgb(17, 39, 72) 100%);
    box-shadow: 7px 7px 10px #0c609a4d
}

.accounts-provide_item:nth-child(2) .accounts-provide_item__head {
    background: url(/assets/images/account-vector-bg-2.svg) no-repeat center/cover, linear-gradient(90deg, rgba(224, 173, 4), rgb(17, 39, 72) 100%);
    box-shadow: 7px 7px 10px rgb(214 166 76)38
}

.accounts-provide_item:nth-child(3) .accounts-provide_item__head {
    background: url(/assets/images/account-vector-bg-3.svg) no-repeat center/cover, linear-gradient(90deg, rgb(17, 39, 72), rgb(14, 26, 44) 100%);
    box-shadow: 7px 7px 10px #0C609A4D
}

.accounts-provide_item:nth-child(4) .accounts-provide_item__head {
    background: url(/assets/images/account-vector-bg-2.svg) no-repeat center/cover, linear-gradient(90deg, rgba(224, 173, 4), rgb(17, 39, 72) 100%);
    box-shadow: 7px 7px 10px rgb(214 166 76)38
}

.accounts-provide_item .btn_card:hover {
    background-color: #fff
}

.accounts-provide_item:nth-child(1) .btn_card:hover {
    color: rgb(34, 132, 200);
    border-color: rgb(34, 132, 200);
    box-shadow: 0 0 10px 0 rgb(34 132 200)
}

.accounts-provide_item:nth-child(2) .btn_card:hover {
    color: rgb(233, 92, 43);
    border-color: rgb(233, 92, 43);
    box-shadow: 0 0 10px 0 rgb(233, 92, 43)
}

.accounts-provide_item:nth-child(3) .btn_card:hover {
    color: rgb(17, 39, 72);
    border-color: rgb(17, 39, 72);
    box-shadow: 0 0 10px 0 rgb(17, 39, 72)
}

.accounts-provide_item:nth-child(4) .btn_card:hover {
    color: rgb(245, 144, 79);
    border-color: rgb(245, 144, 79);
    box-shadow: 0 0 10px 0 rgb(245, 144, 79)
}

@media (max-width: 1200px) {
    .accounts-provide_items {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 992px) {
    .main_slide.bg_tiger_image {
        background-image: url(../../../../images/laptop-tiger.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 1020px
    }

    .main_slide.main_slide-bg-new .main_slide_content {
        margin-top: 0;
        flex-direction: column-reverse
    }

    .main_slide.main_slide-bg-new .columns_container {
        flex-direction: row
    }

    .main_slide.main_slide-bg-new .single_column {
        margin-bottom: 0
    }

    .main_slide.main_slide-bg-new .slider_thumbnails {
        margin-bottom: 20px
    }

    .main_slide.main_slide-bg-new p.orange {
        margin-bottom: 0
    }

    .main_slide.super-fife-slide {
        background-position: -200px
    }

    .main_slide.super-fife-slide .main_slide_content {
        align-items: flex-end
    }
}

@media (max-width: 575px) {
    .main_slide.main_slide-bg-new {
        background-image: url(../../../../images/slide-new0-mob.jpg)
    }

    .main_slide.main_slide-bg-new .slide_img_cont {
        margin-bottom: 35px;
        max-width: 150px
    }

    .main_slide.main_slide-bg-new .slide_content h3.orange_white {
        font: normal normal 600 28px/33px Poppins;
        max-width: 255px
    }

    .main_slide.main_slide-bg-new .single_column .orange_white {
        max-width: 90px;
        font: normal normal 600 14px/20px Poppins
    }

    .main_slide.main_slide-bg-new .single_column {
        max-width: 100px
    }

    .main_slide.main_slide-bg-new .border_left::after {
        height: 47px;
        right: -10px
    }

    .main_slide.main_slide-bg-new .single_column-txt {
        margin-left: 30px
    }

    .main_slide.main_slide-bg-new .single_column .orange_white span {
        display: none
    }

    .main_slide.main_slide-bg-new .single_column .orange_white b {
        color: #fff
    }

    .main_slide.main_slide-bg-new .columns_container {
        margin-top: 15px
    }

    .main_slide.main_slide-bg-new .slide_content a.btn, .main_slide.super-fife-slide .slide_content a.btn {
        max-width: 180px;
        min-width: inherit;
        height: 38px;
        min-height: inherit;
        padding: 5px
    }

    .main_slide.main_slide-bg-new .slider_thumbnails {
        margin-bottom: 15px
    }

    .main_slide.main_slide-bg-new p.orange {
        margin-top: 0;
        color: #fff
    }

    .main_slide.super-fife-slide {
        background-image: url(../../../../images/slide-offer-bg-new-mob.jpg);
        background-position: center -80px;
        padding-top: 330px;
        padding-bottom: 35px
    }

    .main_slide.super-fife-slide .main_slide_content {
        align-items: center;
        margin-top: 0
    }

    .main_slide.super-fife-slide .slide_content h3 {
        font: normal normal bold 24px/33px Poppins;
        max-width: 210px
    }

    .main_slide.super-fife-slide .slide_content p {
        font: normal normal 500 14px/21px Poppins;
        max-width: 256px
    }

    .bonus .welcome_bonus_screen {
        padding-top: 67px;
        padding-bottom: 43px
    }

    .bonus .welcome_bonus_screen .container {
        flex-direction: column;
        align-items: center;
        margin-top: 0;
        padding-left: 10px
    }

    .promotion-offer-image {
        margin-bottom: 40px
    }

    .bonus .welcome_bonus_screen h1 {
        max-width: 250px;
        margin-bottom: 10px
    }
}

@media (max-width: 550px) {
    .main_slide.bg_tiger_image {
        height: 500px
    }

    .footer_body .footer__nav-links {
        display: grid;
        grid-template-columns:1fr 1fr;
        gap: 23px
    }

    .footer__module-container:last-child {
        margin-top: 0
    }

    .main_slide.super-fife-slide {
        background-position: center -50px
    }
}

@media (max-width: 533px) {
    .header_logo_wrapp {
        bottom: -115px;
        z-index: 11
    }

    .show-sites .show-sites__item a span {
        display: none
    }

    .current-site br, .show-sites__item br {
        display: none
    }

    .header_logo_wrapp::before {
        height: 24px
    }

    .show-sites.show-sites__active {
        transform: translateY(0px)
    }

    .main_slide.super-fife-slide {
        background-position: center -20px
    }
}

@keyframes rotateOp {
    0% {
        transform: rotate(0deg) translateY(-50%)
    }
    100% {
        transform: rotate(900deg) translateY(-50%)
    }
}

@keyframes rotateCl {
    0% {
        transform: rotate(900deg) translateY(-50%)
    }
    100% {
        transform: rotate(0deg) translateY(-50%)
    }
}

div.mod-languages ul {
    margin: 0;
    padding: 0;
    list-style: none
}

div.mod-languages li {
    margin-left: 5px;
    margin-right: 5px
}

div.mod-languages ul.lang-inline li {
    display: inline
}

div.mod-languages ul.lang-block li {
    display: block
}

div.mod-languages img {
    border: none
}

div.mod-languages a {
    text-decoration: none
}

.careers ul {
    list-style: none
}

.careers a {
    text-decoration: none
}

.careers button {
    background-color: transparent;
    border: none;
    cursor: pointer
}

.careers a, .careers button, .careers input {
    font: inherit;
    color: inherit
}

.careers img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.careers {
    overflow-x: hidden
}

.careers__hero {
    text-align: center;
    padding: 0 0 40px 13px;
    font-size: 14px;
    margin: 20px 0 40px auto
}

.careers__title {
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
    color: rgb(214 166 76)
}

.careers__title.small {
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc
}

.careers__title-dark {
    color: #16223b
}

.careers__text {
    max-width: 310px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1c2945
}

.careers__text::after {
    content: '...';
    font-size: 40px;
    letter-spacing: 2px;
    line-height: .1;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 15px
}

.careers__subtext {
    font-size: 24px;
    color: #575757;
    text-align: center;
    margin-bottom: 20px
}

.careers__image-text {
    color: #fff;
    background-color: #ff874e;
    max-width: 252px;
    padding: 42px 16px;
    text-align: left;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    -webkit-box-shadow: 5px 5px 17px rgb(214 166 76)96;
    box-shadow: 5px 5px 17px rgb(214 166 76)96
}

.careers__value {
    background-color: #f9f9f9;
    padding: 40px 23px 20px 30px;
    margin-bottom: 30px
}

.careers__value .careers__title {
    position: relative;
    z-index: 1;
    border-bottom: none
}

.careers__value .careers__title::after {
    content: '.....';
    position: absolute;
    bottom: -35px;
    left: calc(50% + 30px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: rgb(214 166 76);
    font-size: 12px;
    letter-spacing: 3px;
    line-height: 1
}

.careers__list-wrapper {
    position: relative;
    background: url(/assets/images/about/Group1437.svg) no-repeat center/cover;
    max-width: 316px;
    margin: 0 auto
}

.careers__list {
    position: relative;
    margin-top: 40px;
    min-height: 282px
}

.careers__list::after, .careers__list::before {
    content: '.....';
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: rgb(214 166 76);
    font-size: 22px;
    letter-spacing: 3px;
    line-height: 1
}

.careers__list::before {
    top: 52px;
    left: calc(50% - 88px)
}

.careers__list::after {
    top: 97px;
    left: calc(50% + 137px)
}

.careers__list-item {
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    display: block;
    width: 95px;
    height: 69px;
    font-size: 12px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 6px 8px 14px #63769E59;
    box-shadow: 6px 8px 14px #63769E59;
    border-radius: 6px
}

.careers__list-item::before {
    content: '#';
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background-color: #16223b;
    position: absolute;
    top: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.careers__list-item:nth-child(1) {
    top: 0;
    left: calc(50% - 10px);
    width: 118px;
    height: 79px
}

.careers__list-item:nth-child(1)::before {
    background-color: rgb(214 166 76)
}

.careers__list-item:nth-child(1)::after {
    content: '';
    position: absolute;
    left: calc(50% - 156px);
    top: 15px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid rgb(214 166 76)
}

.careers__list-item:nth-child(2) {
    top: 38px;
    left: calc(50% + 108px)
}

.careers__list-item:nth-child(2)::after {
    content: '';
    position: absolute;
    left: calc(50% - 10px);
    top: -47px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #16223b
}

.careers__list-item:nth-child(3) {
    top: 103px;
    left: calc(50% - 108px)
}

.careers__list-item:nth-child(3)::after {
    content: '';
    position: absolute;
    left: calc(50% + 17px);
    bottom: -25px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #16223b
}

.careers__list-item:nth-child(4) {
    bottom: 68px;
    left: calc(50% + 15px);
    width: 118px;
    height: 79px
}

.careers__list-item:nth-child(4)::before {
    background-color: rgb(214 166 76)
}

.careers__list-item:nth-child(4)::after {
    content: '';
    position: absolute;
    left: calc(50% + 94px);
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid rgb(214 166 76)
}

.careers .requirements {
    padding: 0 20px 0 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.careers .requirements__appearance {
    max-width: 475px;
    margin: 0 auto;
    background: url(/assets/images/about/Group1457.svg) no-repeat center bottom/contain
}

.careers .requirements__img {
    width: 71%;
    margin: 0 auto;
    padding-bottom: 7%
}

.careers .requirements__title {
    margin-bottom: 20px
}

.careers .requirements__list {
    position: relative;
    margin-bottom: 40px
}

.careers .requirements__list::before {
    content: '';
    position: absolute;
    left: calc(50% - 155px);
    top: 49%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: calc(100% - 90px);
    border-left: 1px dashed #dcdcdc
}

.careers .requirements__list-item {
    position: relative;
    width: 285px;
    height: 80px;
    border: 3px solid #63769E33;
    border-radius: 8px;
    -webkit-box-shadow: 3px 5px 10px #63769E33;
    box-shadow: 3px 5px 10px #63769E33;
    font-size: 16px;
    font-weight: 700;
    color: #16223b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 56px;
    margin: 0 auto 13px
}

.careers .requirements__list-item::before {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #16223b;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -29px
}

.careers .requirements__list-item::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 56px;
    width: 49px;
    height: 4px;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgb(214 166 76)), to(#ffa662)) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(180deg, rgb(214 166 76) 0, #ffa662 100%) 0 0 no-repeat padding-box;
    -webkit-box-shadow: 9px 11px 20px #63769E59;
    box-shadow: 9px 11px 20px #63769E59;
    border-radius: 13px
}

.careers .join {
    position: relative;
    padding: 40px 8px 0 12px
}

.careers .join::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    z-index: -2
}

.careers .join__subtext {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: 5px 0 20px
}

.careers .join__form {
    position: relative;
    max-width: 475px;
    margin: 15px auto 0;
    padding: 20px 11px 50px 13px;
    -webkit-box-shadow: 5px 3px 10px #0000000D;
    box-shadow: 5px 3px 10px #0000000D;
    background-color: #fff
}

.careers .join__form::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgb(214 166 76)), to(#ffa662)) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(180deg, rgb(214 166 76) 0, #ffa662 100%) 0 0 no-repeat padding-box;
    -webkit-box-shadow: 8px 3px 17px #0000001C;
    box-shadow: 8px 3px 17px #0000001C;
    border-radius: 5px
}

.careers .join__form-label {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto
}

.careers .join__form-label::before {
    content: '';
    position: absolute;
    left: 10px;
    bottom: 46%;
    width: 8px;
    height: 8px
}

.careers .join__form-file, .careers .join__form-input, .careers .join__form-select, .careers .join__form-textarea {
    width: 100%;
    height: 60px;
    padding: 10px 15px 10px 25px;
    margin-bottom: 7px;
    border-radius: 6px;
    -webkit-box-shadow: 4px 3px 10px #b7bAC245;
    box-shadow: 4px 3px 10px #b7bAC245;
    border: 1px solid #ebeef3;
    background-color: transparent
}

.careers .join__form-file::-webkit-input-placeholder, .careers .join__form-input::-webkit-input-placeholder, .careers .join__form-select::-webkit-input-placeholder, .careers .join__form-textarea::-webkit-input-placeholder {
    font-size: 10px;
    color: #a5aab7
}

.careers .join__form-file:-ms-input-placeholder, .careers .join__form-input:-ms-input-placeholder, .careers .join__form-select:-ms-input-placeholder, .careers .join__form-textarea:-ms-input-placeholder {
    font-size: 10px;
    color: #a5aab7
}

.careers .join__form-file::-ms-input-placeholder, .careers .join__form-input::-ms-input-placeholder, .careers .join__form-select::-ms-input-placeholder, .careers .join__form-textarea::-ms-input-placeholder {
    font-size: 10px;
    color: #a5aab7
}

.careers .join__form-file::placeholder, .careers .join__form-input::placeholder, .careers .join__form-select::placeholder, .careers .join__form-textarea::placeholder {
    font-size: 10px;
    color: #a5aab7
}

.careers .join__form-file:focus, .careers .join__form-file:hover, .careers .join__form-input:focus, .careers .join__form-input:hover, .careers .join__form-select:focus, .careers .join__form-select:hover, .careers .join__form-textarea:focus, .careers .join__form-textarea:hover {
    outline: 0;
    border: 1px solid rgb(214 166 76);
    padding-left: 25px !important
}

.careers .join__form .join__select-label {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 7px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    overflow: hidden
}

.careers .join__form .join__select-label::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 24px;
    background-color: #ebeef3;
    pointer-events: none
}

.careers .join__form .join__select-label::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 9px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7.5px;
    height: 6px;
    pointer-events: none;
    z-index: 1;
    background: url(../../../../images/careers/Polygon4.svg) no-repeat center/contain
}

.careers .join__form .file-label {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 85px 1fr;
    grid-template-columns:85px 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows:1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 10px;
    cursor: pointer
}

.careers .join__form .file-label::before {
    content: 'Choose File';
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #16223b;
    border-radius: 3px;
    width: 85px;
    height: 100%;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3
}

.body_vi .careers .join__form .file-label::before {
    content: 'Chọn tệp'
}

.careers .join__form .join__file-text {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    font-size: 10px;
    font-weight: 500;
    color: #16223b;
    margin-bottom: -5px
}

.careers .join__form-select {
    position: relative;
    font-size: 10px;
    color: #a5aab7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 0;
    padding-right: 30px;
    z-index: 1
}

.careers .join__form-select_default {
    font-size: 14px;
    color: #1c2945
}

.careers .join__form-textarea {
    min-height: 90px;
    resize: none
}

.careers .join__form-file_choosen {
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2
}

.careers .join__form-file_max {
    font-size: 10px;
    opacity: .3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    margin-top: -4px
}

.careers .join__form-file_wrapper {
    position: relative
}

.careers .join__form .join__form-choose {
    margin-bottom: -4px;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0
}

.careers .join__form .label-text {
    font-size: 10px;
    color: #575757;
    padding-left: 26px;
    display: block;
    width: 100%
}

.careers .join__form .join__select-wrapper, .careers .join__form .label-text {
    position: relative
}

.careers .join__form .join__select-wrapper::before, .careers .join__form .label-text::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px
}

.careers .join__form-submit {
    color: #fff;
    background-color: rgb(214 166 76);
    padding: 10px 15px;
    min-width: 137px;
    height: 40px;
    line-height: 1;
    display: block;
    margin: 0 auto;
    border-radius: 3px
}

.careers .join__form .usr-ico::before {
    background: url(../../../../images/careers/human.svg) no-repeat center/contain
}

.careers .join__form .mail-ico::before {
    background: url(../../../../images/careers/noun_Email_3850059.svg) no-repeat center/contain
}

.careers .join__form .tel-ico::before {
    background: url(../../../../images/careers/Vector-2.svg) no-repeat center/contain
}

.careers .join__form .res-ico::before {
    background: url(../../../../images/careers/Vector-3.svg) no-repeat center/contain
}

.careers .join__form .vac-ico::before {
    background: url(../../../../images/careers/suitcase.svg) no-repeat center/contain
}

.careers .join__form .msg-ico::before {
    background: url(../../../../images/careers/edit.svg) no-repeat center/contain
}

.careers .join__form .attach-ico::before {
    background: url(../../../../images/careers/attach.svg) no-repeat center/contain
}

.careers .join__textarea-label {
    width: 100%
}

@media (min-width: 769px) {
    .careers__hero {
        padding-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0
    }

    .careers__hero .careers__info, .careers__hero .careers__title {
        text-align: left
    }

    .careers__image, .careers__info {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .careers__info {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px)
    }

    .careers__info-inner {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-left: auto;
        padding-right: 40px
    }

    .careers__title.small {
        padding-bottom: 0;
        border-bottom: none
    }

    .careers__text {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: unset
    }

    .careers__value {
        padding-left: 0;
        padding-right: 0
    }

    .careers .requirements {
        display: -ms-grid;
        display: grid;
        grid-template-columns:repeat(2, 1fr);
        max-width: 769px;
        margin: 0 auto 40px;
        padding-left: 0;
        padding-right: 0
    }

    .careers .requirements-heading {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
    }

    .careers .requirements__title {
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 10px
    }

    .careers .requirements__subtext {
        font-size: 22px
    }

    .careers .requirements__appearance {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
    }

    .careers .requirements__list {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        margin-bottom: 0
    }

    .careers .requirements__list::before {
        height: calc(100% - 100px)
    }

    .careers .join {
        padding-left: 0;
        padding-right: 0
    }

    .careers .join__form {
        max-width: 627px
    }

    .careers .join__form-line {
        display: -ms-grid;
        display: grid;
        grid-template-columns:repeat(2, 1fr);
        grid-gap: 20px
    }

    .careers .join__form-line .join__select-wrapper::before {
        top: 45%
    }
}

@media (min-width: 992px) {
    .careers__hero {
        font-size: 18px;
        margin-bottom: 120px;
        margin-left: auto;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .careers__title {
        font-size: 45px
    }

    .careers__title.small {
        font-size: 42px
    }

    .careers__text {
        max-width: 423px
    }

    .careers__subtext {
        font-size: 28px
    }

    .careers__image {
        position: relative
    }

    .careers__image::after, .careers__image::before {
        content: '';
        position: absolute;
        width: 175px;
        height: 138px;
        background: url(../../../../images/careers/Group1391.svg) no-repeat center/cover;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1
    }

    .careers__image::before {
        left: 0;
        bottom: 8px
    }

    .careers__image::after {
        bottom: -155px;
        left: 190px
    }

    .careers__image-text {
        position: absolute;
        bottom: -142px;
        left: 15px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .careers__info {
        -webkit-transform: unset;
        transform: unset
    }

    .careers__info-inner {
        padding-right: 79px
    }

    .careers__value {
        padding-bottom: 40px
    }

    .careers__value .careers__title::after {
        bottom: -102px;
        left: calc(50% + 85px);
        font-size: 25px;
        letter-spacing: 7px
    }

    .careers__list-wrapper {
        max-width: 670px
    }

    .careers__list {
        min-height: 598px;
        -webkit-transform: translateY(70px);
        transform: translateY(70px)
    }

    .careers__list::after, .careers__list::before {
        font-size: 40px;
        letter-spacing: 5px
    }

    .careers__list::before {
        top: 130px;
        left: calc(50% - 170px)
    }

    .careers__list::after {
        top: 210px;
        left: calc(50% + 350px)
    }

    .careers__list-item {
        width: 170px;
        height: 122px;
        font-size: 22px;
        font-weight: 700;
        border-radius: 13px
    }

    .careers__list-item::before {
        content: '#';
        font-size: 29px;
        font-weight: 600;
        width: 60px;
        height: 60px;
        border-radius: 13px;
        top: -29px
    }

    .careers__list-item:nth-child(1) {
        top: 0;
        left: calc(50% - 10px);
        width: 226px;
        height: 170px
    }

    .careers__list-item:nth-child(1)::after {
        left: calc(50% - 360px);
        width: 21px;
        height: 21px;
        border-width: 4px
    }

    .careers__list-item:nth-child(2) {
        top: 105px;
        left: calc(50% + 290px)
    }

    .careers__list-item:nth-child(2)::after {
        left: calc(50% - 35px);
        top: -120px;
        width: 17px;
        height: 17px;
        border-width: 4px
    }

    .careers__list-item:nth-child(3) {
        top: 225px;
        left: calc(50% - 210px)
    }

    .careers__list-item:nth-child(3)::after {
        left: calc(50% + 45px);
        bottom: -55px;
        width: 17px;
        height: 17px;
        border-width: 4px
    }

    .careers__list-item:nth-child(4) {
        bottom: 170px;
        left: calc(50% + 60px);
        width: 226px;
        height: 170px
    }

    .careers__list-item:nth-child(4)::after {
        left: calc(50% + 220px);
        top: 10px;
        width: 21px;
        height: 21px;
        border-width: 4px
    }

    .careers .requirements {
        max-width: 1040px;
        margin-bottom: 70px
    }

    .careers .requirements__title {
        max-width: 700px;
        margin-bottom: 20px
    }

    .careers .requirements__subtext {
        font-size: 24px
    }

    .careers .requirements__appearance {
        max-width: 413px;
        width: 100%;
        margin: unset
    }

    .careers .requirements__list {
        margin-top: 40px
    }

    .careers .requirements__list::before {
        left: calc(50% - 248px)
    }

    .careers .requirements__list-item {
        width: 330px;
        height: 90px;
        font-size: 18px
    }

    .careers .requirements__list-item::before {
        left: -100px
    }

    .careers .join__form {
        margin-top: 80px;
        padding-left: 88px;
        padding-right: 88px
    }

    .careers .join__form::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: calc(50% + 170px);
        height: 617px;
        width: 400px;
        background: url(../../../../images/careers/Group1352.svg) no-repeat center bottom/contain;
        z-index: -1
    }

    .careers .join__form-file, .careers .join__form-input, .careers .join__form-select, .careers .join__form-textarea {
        padding-left: 30px;
        height: 70px
    }

    .careers .join__form-file::-webkit-input-placeholder, .careers .join__form-input::-webkit-input-placeholder, .careers .join__form-select::-webkit-input-placeholder, .careers .join__form-textarea::-webkit-input-placeholder {
        font-size: 14px
    }

    .careers .join__form-file:-ms-input-placeholder, .careers .join__form-input:-ms-input-placeholder, .careers .join__form-select:-ms-input-placeholder, .careers .join__form-textarea:-ms-input-placeholder {
        font-size: 14px
    }

    .careers .join__form-file::-ms-input-placeholder, .careers .join__form-input::-ms-input-placeholder, .careers .join__form-select::-ms-input-placeholder, .careers .join__form-textarea::-ms-input-placeholder {
        font-size: 14px
    }

    .careers .join__form-file::placeholder, .careers .join__form-input::placeholder, .careers .join__form-select::placeholder, .careers .join__form-textarea::placeholder {
        font-size: 14px
    }

    .careers .join__form-file:focus, .careers .join__form-file:hover, .careers .join__form-input:focus, .careers .join__form-input:hover, .careers .join__form-select:focus, .careers .join__form-select:hover, .careers .join__form-textarea:focus, .careers .join__form-textarea:hover {
        padding-left: 30px !important
    }

    .careers .join__form-textarea {
        min-height: 120px
    }

    .careers .join__form-label::before {
        width: 10px;
        height: 11px
    }

    .careers .join__form-select {
        font-size: 14px
    }

    .careers .join__form-file {
        font-size: 12px;
        margin-bottom: 25px
    }

    .careers .join__form-file_choosen {
        font-size: 14px
    }

    .careers .join__form-file_max {
        font-size: 12px
    }

    .careers .join__form-submit {
        width: 197px;
        height: 40px
    }

    .careers .join__form .label-text {
        font-size: 12px;
        padding-left: 31px
    }

    .careers .join__form .label-text::before {
        width: 10px;
        height: 11px
    }

    .careers .join__form .file-label {
        -ms-grid-columns: 120px 1fr;
        grid-template-columns:120px 1fr
    }

    .careers .join__form .file-label::before {
        font-size: 14px;
        width: 120px;
        height: 100%
    }

    .careers .join__form .join__file-text {
        font-size: 14px
    }

    .careers .join__form .join__select-wrapper::before {
        width: 10px;
        height: 11px
    }

    .careers .join__subtext {
        margin: 10px 0 35px;
        font-size: 35px;
        font-weight: 700
    }
}

@media (min-width: 1200px) {
    .careers__hero {
        margin-bottom: 140px
    }

    .careers__image::before {
        bottom: 30px
    }

    .careers__image-text {
        max-width: 305px;
        bottom: -119px;
        left: -26px;
        padding: 55px 40px
    }

    .careers__info-inner {
        padding-right: 110px
    }
}

@media (max-width: 533px) {
    .section {
        padding: 20px 0 !important
    }
}

@media (max-width: 533px) {
    .why_card_item_title {
        font-size: 12px !important
    }
}

@media (max-width: 992px) {
    .mobile-hidden {
        display: none
    }
}

.desktop-hidden {
    display: none
}

@media (max-width: 992px) {
    .desktop-hidden {
        display: block
    }
}

@media (max-width: 992px) {
    .testmob {
        font-size: 20px !important;
        text-align: center
    }
}

@media (max-width: 992px) {
    .mobbtncenter {
        text-align: center !important
    }
}

.a {
    fill: rgb(214 166 76)
}

.a {
    fill: rgb(214 166 76)
}


/* promo-wtl */


.wtl .accounts_main {
    background-image: url(/assets/images/wtl/banner-bg.png);
    background-position: center;
    background-size: cover;
}

.wtl .accounts_main-content {
    padding-top: 0px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    text-align: left;
}

.wtl .accounts_main-content__image img{
    transform: translatey(0px);
	animation: float 5s ease-in-out infinite;
}

.wtl .accounts_title {
    text-align: left;
    font-size: 44px;
    line-height: 46px;
    color: #030d4a;
    text-transform: uppercase;
}



.wtl .wtl-intro-section {
    padding-bottom: 80px;
    padding-top: 50px;
    min-height:100vh;
    background-color:#ff6c00;
    display: flex;
    align-items: center;
}

.tennis-intro-image .tennis-inner::after {
    content: "";
    height: 1000px;
    width: 1280px;
    top: 0;
    display: block;
    position: absolute;
    background-image: url(/assets/images/wtl/event-party.webp);
    background-size: contain;
    background-repeat: no-repeat;
    right: -40%;
}

.tennis-inner h2{
    font-size:54px;

}
.announcement-wtl .row{
    align-items: center;
}


.announcement-content img{
    width:50%;
}

.player-profile{
    background-color: #030d4a;
    min-height: 150px;
    padding:50px 0px 0px 0px;
}

.player-profile .team-title h2{
    font-size:30px;
    color:#fff;
}

.player-profile .team-title h2 span{
    color:#ff6c00;
}

.player-profile .team-title img{
   width: 200px;
}

h3.player-name {
    font-size:40px;
    color:#fff;
}
h3.player-name span{
    font-size:40px;
    color:rgb(214 166 76);
}

h4.age {
    font-size:24px;
    color:#fff;
}
.age span{
    color:rgb(214 166 76);
}
.line{
    height:2px;
    background-color:#fff;
    width:40%;
    margin:2% auto;
}

.player-stats p{
    font-size:25px;
    color:#fff;
}
.player-stats h4{
    font-size:30px;
    color:rgb(214 166 76);
    font-weight: bold;
}
.player-stats{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    row-gap: 20px;
    padding:40px 0px;
}
.slider-inner{
    align-items: center;
    margin:0px auto;
}
.slider-inner img{
    height:100%;
    max-height:650px;
}
.big-text{
    font-size:40px;
    color:#fff;
}
.big-text span{
    color:rgb(214 166 76);
}
.artist-banner{
    background-color:rgb(214 166 76);
}
.wtl-rewards{
    background-color:#030d4a;
}

.sticky {
    position: sticky;
    top: 25rem;
  }


#panels #panels-container {
height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
padding: 0;
overflow: hidden;
background-color: #ff6c00;
background-image: url('/assets/images/wtl/sky.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: bottom center;
}
#panels #panels-container #panel-1{
    background-image: url('/assets/images/wtl/first.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}
#panels #panels-container #panel-2{
    background-image: url('/assets/images/wtl/second.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}
#panels #panels-container .panel {
position: relative;
width: 100%;
height: 100vh;
padding: 50px 0;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #333;
text-align: left;
background-image: url('/assets/images/wtl/footer_dubai6.png');
background-size: contain;
background-repeat: no-repeat;
background-position: bottom center;
}
#panels #panels-container .panel img {
max-width: 100%;
height: auto;
display: block;
}
#panels #panels-container .panel .panels-navigation {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
#panels #panels-container .panel .anchor-panel,
#panels #panels-container .panel .nav-panel {
color: #000;
text-transform: uppercase;
margin-right: 2rem;
}
#panels #panels-container .panels-navigation {
position: absolute;
width: 100%;
bottom: 2rem;
right: 2rem;
}
.panel h4{
    font-size:25px;
    color:#030d4a;
}
.panel h3{
    font-size:40px;
    color:#030d4a;
}
.promo-ib {
    text-align:center;
    padding:25px 15px;
}
.target{
    font-size:25px;
    color:#030d4a;
    padding-bottom:25px;
    text-transform: uppercase;
    font-weight: 600;
}
.target .criteria::before{
    content:"ACHIEVE";
    font-size:18px;
    background-color:rgb(214 166 76);
    padding:2px 15px;
    border-radius:3px;
}

.target .reward::before{
    content:"GET";
    font-size:18px;
    background-color:#fff;
    padding:2px 15px;
    border-radius:3px;
    color:rgb(214 166 76);
}
.promo-ib h5{
    font-size:20px;
    color:#fff;
    font-weight:normal;
}
.reward p span{
    font-weight: bold;
    color:rgb(214 166 76);
}

.panel .row {
    height:100%;
    align-content: space-between;
}
.hoomans{
    text-align:center;
}

.slider-inner{
    margin:0px 45px;
}
.promo-ib {
    border:1px solid #030d4a4a;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);

}
.wtl .stuck{
    display:none;
}
.hoomans img {
    margin: 0 auto;
}
.section.offer-blue {
    background-color: #030d4a;
}
.slick-dots li button:before{
    color:#fff !important;
}
.announcement-wtl.text-center {
    padding:25px 0px;
}
.announcement-wtl .text h3 {
    font-size:28px;
}
.bottom-cta.section {
    text-align: center;
    background-color:#030d4a;
}
.bottom-cta.section h4{
    color:#fff;
    font-size:25px
}
a.slider-wtl-btn {
    padding:10px 35px;
}
.promo-ib h5{
    color:#030d4a;
    font-weight:600;
}

.reward span{
    font-size:20px;
    color:rgb(214 166 76) !important;
    background-color:#fff;
    padding:5px 15px;
    border-radius:5px;
}
.btn {
    cursor:pointer;
}
.slider-wtl-btn-inv {
    background-color:#030d4c;
    border-radius:5px;
    padding:10px 30px;
    font-weight:600
}
@media screen and (min-width:769px){
    .team-slider-mob{display: none;}
    .offer-blue{display:none;}
    .tennis-inner img{display:none;}
    .mobile-slider{display:none;}
}

@media screen and (max-width:768px){
    .tennis-inner h2{
        font-size:25px;
    }
    .tennis-intro-image .tennis-inner::after {
        content: "";
        display:none;
    }
    .announcement-content h3 {
        padding-top:10%;
    font-size: 25px;
    }
    .slider-inner{
        flex-wrap: wrap;
        text-align: center;
    }
    .slider-inner img {
        height: 100%;
        max-height: 350px;
        margin: 0 auto;
    }
    h3.player-name {
        font-size: 25px;
        color: #fff;
    }
    h3.player-name span {
        font-size: 25px;
        color: rgb(214 166 76);
    }
    .line {
        height: 2px;
        background-color: #fff;
        width: 30%;
        margin: 1% auto;
    }

    h4.age {
        font-size:18px;
        color:#fff;
    }
    .player-stats p{
        font-size:16px;
        color:#fff;
    }
    .player-stats h4{
        font-size:22px;
        color:rgb(214 166 76);
        font-weight: bold;
    }
    .player-stats{
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        row-gap: 5px;
        padding:20px 0px;

    }
    .big-text {
        font-size: 28px;
    }
    .wtl .wtl-intro-section {

        min-height: auto;
        padding:25px 0px;

    }
    .announcement-wtl {
        text-align: center;
        padding: 20px 0px;
    }
    .team-slider-mob img{
        display: block;
      width: auto;
      height: auto;
      max-width:400px;
      max-height: 90%;
      margin: 20px auto;
    }
    .team-slider{
        display:none;
    }
    #panels{
        display: none;
    }
    .wtl .accounts_title {

        font-size: 40px;
        line-height: 50px;


    }
    .wtl .accounts_main-content {
        justify-content: center;
    }
    .desktop-slider{
        display:none;
    }
    .tennis-main{
        background-image:url('/assets/images/banner/banner-t-mob.png') !important;
    }

    .container.main_slide_content.mobile-slider h2{
        font-size:25px;
        line-height:30px;
    }
    .container.main_slide_content.mobile-slider h2 .large{
        font-size:25px;
    }
    .mobile-slider #float-image-tennis::after {
        display:none;
    }
    .mobile-slider .tennis-banner1-left h3 {
        text-transform: uppercase;
        font-size: 25px;
        line-height: 3px;
    }
    .mobile-slider .tennis-banner1-left{
        text-align:center;
    }
    div#float-image-tennis img{
        max-width:300px;
        padding:20px;
    }
    div#float-image-tennis{
        text-align:center;
    }
    .wtl-logo img {
        max-width: 130px !important;
    }
    .mobile-slider .tennis-b1-logo{
        flex-wrap:wrap;
    }
    a.slider-wtl-btn-inv {
        background-color: #ff6c00;
        color: #030d4a;
        font-size: 13px;
        padding: 8px 15px;
        border-radius: 8px;
        font-weight: 600;
    }



}

@keyframes float {
	0% {
		/* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
		transform: translatey(0px);
	}
	50% {
		/* box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2); */
		transform: translatey(-10px);
	}
	100% {
		/* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
		transform: translatey(0px);
	}
}


.accordion {
    border: solid 2px #f5f5f5;
    transition: all 0.3s ease-in-out;
}

.accordion+.accordion {
    margin-top: 0.25rem;
}

.accordion:hover {
    background-color: #f5f5f5;
}

.accordion .accordion__title {
    list-style-type: none;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    padding: 0.875rem 2.5rem 0.875rem 0.875rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M23.024 11.263l-7.024 7.023-7.022-7.023-3.091 3.090 8.569 8.569c0.413 0.413 0.961 0.64 1.545 0.64s1.133-0.228 1.545-0.64l8.569-8.569-3.091-3.090z' fill='%23555555'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem top 0.625rem;
    background-size: 1.5rem;
    background-color: #16223b;
    border-radius: 10px;
}

.accordion .accordion__title::marker,
.accordion .accordion__title::-webkit-details-marker {
    display: none;
}

.accordion .accordion__content {
    padding: 1rem 1rem 1rem 1rem;
}
.accordion .accordion__content ul li{
    padding:5px 0px;
}

.accordion .accordion__content p {
    margin: 0;
}

.accordion .accordion__content p+p {
    margin-top: 0.5em;
}

.accordion[open] {
    background-color: #ebebeb;
    border-color: #ebebeb;
}

.accordion[open] .accordion__title {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.976 22.025l7.024-7.023 7.022 7.023 3.091-3.090-8.568-8.568c-0.413-0.412-0.961-0.64-1.545-0.64s-1.133 0.228-1.545 0.64l-8.569 8.569 3.091 3.090z' fill='%23555555'/%3e%3c/svg%3e");
}
  

.section.section_why.pb-0.bg-grey-2 h2{
    font-size:35px;
  }

@media screen and (max-width:768px) {
    .header_control{
        flex-direction: column !important;
    }
    .header_logo_wrapp._d-none {
        display: none !important;
    }
}



.st-wrapper{
    padding: 25px 10px;
    background-color: #edecec;
    border-radius: 15px;
    margin:10px 0;
    /* min-height: 400px; */
    
}

.st-single-wrapper{
    display: block;
    text-align: left;
    
}

.st-single-wrapper p{
    /* font-size: 15px; */
}

/*language*/

.nav-wrapper {
    /* width: 10px;
    margin: 100px auto;
    text-align: center; */
  }
  
  .sl-nav {
    display: inline;
  }
  
  .sl-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: inline-block;
  }
  
  .sl-nav li {
    cursor: pointer;
    padding-bottom: 10px;
  }
  
  .sl-nav li ul {
    display: none;
  }
  
  .sl-nav li:hover ul {
    position: absolute;
    top: 29px;
    right: -15px;
    display: block;
    background: #fff;
    width: 150px;
    padding-top: 0px;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  }
  
  .sl-nav li:hover .triangle {
    position: absolute;
    top: 15px;
    right: -10px;
    z-index: 10;
    height: 14px;
    overflow: hidden;
    width: 30px;
    background: transparent;
  }
  
  .sl-nav li:hover .triangle:after {
    content: "";
    display: block;
    z-index: 20;
    width: 15px;
    transform: rotate(45deg) translateY(0px) translatex(10px);
    height: 15px;
    background: #fff;
    border-radius: 2px 0px 0px 0px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  }
  
  .sl-nav li ul li {
    position: relative;
    text-align: left;
    background: transparent;
    padding: 15px 15px;
    padding-bottom: 0;
    z-index: 2;
    font-size: 15px;
    color: #3c3c3c;
  }
  
  .sl-nav li ul li:last-of-type {
    padding-bottom: 15px;
  }
  
  .sl-nav li ul li span {
    padding-left: 5px;
  }
  
  .sl-nav li ul li span:hover, .sl-nav li ul li span.active {
    color: #146c78;
  }
  
  .sl-flag {
    display: inline-block;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    width: 15px;
    height: 15px;
    background: #aaa;
    border-radius: 50%;
    position: relative;
    top: 2px;
    overflow: hidden;
  }
  
  .flag-de {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAAAPUlEQVQ4T+3HMQ0AIBTE0NOHM8x9B7hgh71bIWGieUvze1m7kHGBr/AVvsJX+EpmP5dV5/gKX+ErfIUvVDYcX2NMxQC8PAAAAABJRU5ErkJggg==");
    background-size: cover;
    background-position: center center;
  }
  
  .flag-usa {
    background-size: cover;
    background-position: center center;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAABhUlEQVQ4T2Ows82PjGixsc4LD2tysC/09Kjw8622tyuICG8u0w/cpGSCBzF4e1VmZkzw9anOzOj38a4KCW4IC22ECHYk1l9tn4gHMeTlTnZxLikvm+XiUpKW2hvgX+vnV5OVOQEoOGfOtv94AYOzU3Fd7XxHh6Lq6rlurqUx0W0J8Z1AnbW18yotonaYuOJBDBXls4A+bGpaBCTz86YEBtQCvVBSPAPIbY0oP1/aiAcxABU1Ny+2tclvbFjo5FgUF9uenNwNDLnmpkWEnV1TPRcY1O1tS4H6i4umA/0MDK2K8tlAwRqHpP1uoXgQKKraWpcClTY3LQZaCLQ5NaUX5OaWJY3++SeTC/AgBmA4AXUClUJs9ver8fKsAAYEUJCws4G21dXNB1oFdD/Qz8DQTk4C+bm2dn6DZ9bRiDQ8iAEYt8CoBpK5YBIYw0AEEZwSXX4oMB4PYoC6gCzAcDqrjGzEsMfen2xEmbMv1rSTjRi26dqRjShz9o2+6WQjBrSShQSkZAIADvW/HLrLY6cAAAAASUVORK5CYII=");
  }


marquee
      {
        display: block;
        padding: 7px 0;
        background: #eee;
      }

marquee a{
    color: #333;
    text-decoration: none;
}
marquee a b{
    font-weight: 600;
    font-size: 14px;
}
marquee a span{
    color: #ce5909;
    font-weight: 600;
    font-size: 14px;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    position: absolute;
  background-color: #fefefe;
  margin: 0 auto; /* 15% from the top and centered */
  padding: 8px;
  /* border: 1px solid #888; */
  width: 60%; /* Could be more or less, depending on screen size */
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

/* The Close Button */
.close {
    position: absolute;
    right: -30px;
    top: -30px;
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}