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

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

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

.swiper-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-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-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-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

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

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

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

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

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

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

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

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

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

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

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

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

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

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

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

: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(0px - 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: normal;
    line-height: 1
}

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

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

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

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

.swiper-button-lock {
    display: none
}

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

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

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.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,
.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: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-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:only-child {
    display: none !important
}

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

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

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

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

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

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

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

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

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

.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-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

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

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

.swiper-pagination-lock {
    display: none
}

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

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

.swiper-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%;
    -o-object-fit: contain;
    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 linear infinite;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top: 4px solid transparent
}

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

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

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

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

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

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

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

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

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

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

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

.swiper-cube {
    overflow: visible
}

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

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

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

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

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

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

.swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden
}

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

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

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

.swiper-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-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-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-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

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

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

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

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

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

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

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

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

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

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

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

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

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

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

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0)
}

[data-aos=fade-up] {
    transform: translate3d(0, 100px, 0)
}

[data-aos=fade-down] {
    transform: translate3d(0, -100px, 0)
}

[data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0)
}

[data-aos=fade-left] {
    transform: translate3d(100px, 0, 0)
}

[data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0)
}

[data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0)
}

[data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0)
}

[data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1)
}

[data-aos=zoom-in] {
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(.6)
}

[data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(.6)
}

[data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(.6)
}

[data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(.6)
}

[data-aos=zoom-out] {
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2)
}

[data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2)
}

[data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2)
}

[data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    transform: translateZ(0)
}

[data-aos=slide-up] {
    transform: translate3d(0, 100%, 0)
}

[data-aos=slide-down] {
    transform: translate3d(0, -100%, 0)
}

[data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0)
}

[data-aos=slide-left] {
    transform: translate3d(100%, 0, 0)
}

[data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform
}

[data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

.v-select {
    position: relative;
    font-family: inherit
}

.v-select,
.v-select * {
    box-sizing: border-box
}

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

    to {
        transform: rotate(1turn)
    }
}

.vs__fade-enter-active,
.vs__fade-leave-active {
    pointer-events: none;
    transition: opacity .15s cubic-bezier(1, .5, .8, 1)
}

.vs__fade-enter,
.vs__fade-leave-to {
    opacity: 0
}

.vs--disabled .vs__clear,
.vs--disabled .vs__dropdown-toggle,
.vs--disabled .vs__open-indicator,
.vs--disabled .vs__search,
.vs--disabled .vs__selected {
    cursor: not-allowed;
    background-color: #f8f8f8
}

.v-select[dir=rtl] .vs__actions {
    padding: 0 3px 0 6px
}

.v-select[dir=rtl] .vs__clear {
    margin-left: 6px;
    margin-right: 0
}

.v-select[dir=rtl] .vs__deselect {
    margin-left: 0;
    margin-right: 2px
}

.v-select[dir=rtl] .vs__dropdown-menu {
    text-align: right
}

.vs__dropdown-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    padding: 0 0 4px;
    background: none;
    border: 1px solid rgba(60, 60, 60, .26);
    border-radius: 4px;
    white-space: normal
}

.vs__selected-options {
    display: flex;
    flex-basis: 100%;
    flex-grow: 1;
    flex-wrap: wrap;
    padding: 0 2px;
    position: relative
}

.vs__actions {
    display: flex;
    align-items: center;
    padding: 4px 6px 0 3px
}

.vs--searchable .vs__dropdown-toggle {
    cursor: text
}

.vs--unsearchable .vs__dropdown-toggle {
    cursor: pointer
}

.vs--open .vs__dropdown-toggle {
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.vs__open-indicator {
    fill: rgba(60, 60, 60, .5);
    transform: scale(1);
    transition: transform .15s cubic-bezier(1, -.115, .975, .855);
    transition-timing-function: cubic-bezier(1, -.115, .975, .855)
}

.vs--open .vs__open-indicator {
    transform: rotate(180deg) scale(1)
}

.vs--loading .vs__open-indicator {
    opacity: 0
}

.vs__clear {
    fill: rgba(60, 60, 60, .5);
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    margin-right: 8px
}

.vs__dropdown-menu {
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    z-index: 1000;
    padding: 5px 0;
    margin: 0;
    width: 100%;
    max-height: 350px;
    min-width: 160px;
    overflow-y: auto;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
    border: 1px solid rgba(60, 60, 60, .26);
    border-top-style: none;
    border-radius: 0 0 4px 4px;
    text-align: left;
    list-style: none;
    background: #fff
}

.vs__no-options {
    text-align: center
}

.vs__dropdown-option {
    line-height: 1.42857143;
    display: block;
    padding: 3px 20px;
    clear: both;
    color: #333;
    white-space: nowrap;
    cursor: pointer
}

.vs__dropdown-option--highlight {
    background: #5897fb;
    color: #fff
}

.vs__dropdown-option--deselect {
    background: #fb5858;
    color: #fff
}

.vs__dropdown-option--disabled {
    background: inherit;
    color: rgba(60, 60, 60, .5);
    cursor: inherit
}

.vs__selected {
    display: flex;
    align-items: center;
    background-color: #f0f0f0;
    border: 1px solid rgba(60, 60, 60, .26);
    border-radius: 4px;
    color: #333;
    line-height: 1.4;
    margin: 4px 2px 0;
    padding: 0 .25em;
    z-index: 0
}

.vs__deselect {
    display: inline-flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-left: 4px;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: none;
    fill: rgba(60, 60, 60, .5);
    text-shadow: 0 1px 0 #fff
}

.vs--single .vs__selected {
    background-color: transparent;
    border-color: transparent
}

.vs--single.vs--loading .vs__selected,
.vs--single.vs--open .vs__selected {
    position: absolute;
    opacity: .4
}

.vs--single.vs--searching .vs__selected {
    display: none
}

.vs__search::-webkit-search-cancel-button {
    display: none
}

.vs__search::-ms-clear,
.vs__search::-webkit-search-decoration,
.vs__search::-webkit-search-results-button,
.vs__search::-webkit-search-results-decoration {
    display: none
}

.vs__search,
.vs__search:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1.4;
    font-size: 1em;
    border: 1px solid transparent;
    border-left: none;
    outline: none;
    margin: 4px 0 0;
    padding: 0 7px;
    background: none;
    box-shadow: none;
    width: 0;
    max-width: 100%;
    flex-grow: 1;
    z-index: 1
}

.vs__search::-moz-placeholder {
    color: inherit
}

.vs__search::placeholder {
    color: inherit
}

.vs--unsearchable .vs__search {
    opacity: 1
}

.vs--unsearchable:not(.vs--disabled) .vs__search {
    cursor: pointer
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
    opacity: .2
}

.vs__spinner {
    align-self: center;
    opacity: 0;
    font-size: 5px;
    text-indent: -9999em;
    overflow: hidden;
    border: .9em solid hsla(0, 0%, 39.2%, .1);
    border-left-color: rgba(60, 60, 60, .45);
    transform: translateZ(0);
    animation: vSelectSpinner 1.1s linear infinite;
    transition: opacity .1s
}

.vs__spinner,
.vs__spinner:after {
    border-radius: 50%;
    width: 5em;
    height: 5em
}

.vs--loading .vs__spinner {
    opacity: 1
}

.bold {
    font-weight: 700
}

.medium {
    font-weight: 500
}

.black {
    font-weight: 900
}

*,
:after,
:before {
    box-sizing: border-box;
    outline: none
}

* {
    scrollbar-width: 8px;
    scrollbar-color: #122042
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: #122042
}

::-webkit-scrollbar-thumb {
    background-color: #1a2f62;
    border-radius: 20px;
    border: 3px solid #122042
}

html {
    overflow-x: hidden;
    overflow-y: hidden;
    min-width: 100vw;
    scroll-behavior: smooth
}

html.page-loaded {
    overflow-y: auto
}

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    position: relative;
    min-width: 100%
}

a {
    color: #fff;
    text-decoration: none;
    outline: none;
    transition: all .2s ease-in-out
}

a:hover {
    color: #ecbc2d
}

@media screen and (max-width:768px) {
    a {
        font-size: 14px
    }
}

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

ol {
    padding: 0 16px
}

blockquote {
    background-color: #fff8e5;
    padding: 80px 40px 70px 140px;
    position: relative;
    flex: 0 0 80%;
    margin: 80px 0 60px !important;
    line-height: 150%;
    color: #122042;
    font-weight: 600;
    font-size: 24px
}

blockquote pre {
    display: block
}

blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6,
blockquote li,
blockquote p,
blockquote ul {
    font-weight: 600 !important
}

blockquote p {
    font-size: 24px !important
}

@media screen and (max-width:1000px) {
    blockquote {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 120px 20px 50px
    }
}

@media screen and (max-width:576px) {
    blockquote {
        font-size: 18px !important;
        padding: 120px 4px 50px
    }

    blockquote:after {
        content: "";
        position: absolute;
        background-color: #fff8e5;
        top: 0;
        left: -100%;
        z-index: -1;
        width: 300%;
        height: 100%
    }
}

blockquote:before {
    position: absolute;
    content: "";
    top: 40px;
    left: 40px;
    background-image: url(../images/news-single-quotes_6f3c496cadfd15526e63aea2b36185fc.png);
    background-size: 70px 60px;
    width: 70px;
    height: 60px
}

@media screen and (max-width:1000px) {
    blockquote:before {
        left: 20px
    }
}

@media screen and (max-width:576px) {
    blockquote:before {
        left: 4px;
        width: 46px;
        background-size: 46px 39px;
        height: 39px
    }
}

.table-wrap {
    width: 100%;
    overflow-x: auto
}

.table-wrap table {
    min-width: 576px
}

table {
    width: 100%;
    border-spacing: 0
}

table td,
table th {
    padding: 10px
}

.up {
    position: fixed;
    bottom: 21px;
    right: 21px;
    z-index: 99
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: .5s
}

main {
    min-height: 100vh
}

.container {
    max-width: 1500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width:1600px) {
    .container {
        max-width: 1400px
    }
}

@media screen and (max-width:1440px) {
    .container {
        max-width: 1200px
    }
}

@media screen and (max-width:1280px) {
    .container {
        max-width: 1000px
    }
}

@media screen and (max-width:1000px) {
    .container {
        max-width: 720px
    }
}

@media screen and (max-width:768px) {
    .container {
        max-width: 520px
    }
}

@media screen and (max-width:576px) {
    .container {
        max-width: 100%;
        padding: 0 20px
    }
}

@media screen and (max-width:360px) {
    .container {
        padding: 0 10px
    }
}

@media screen and (max-width:320px) {
    .container {
        padding: 0 4px
    }
}

@keyframes span {
    0% {
        opacity: 0;
        transform: translateX(-50px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes blue-origami-right {
    0% {
        transform: rotateX(90deg)
    }

    to {
        transform: rotateX(0deg)
    }
}

@keyframes blue-origami-left {
    0% {
        transform: rotateX(90deg)
    }

    to {
        transform: rotateX(0deg)
    }
}

@keyframes triangle-left {
    0% {
        transform: rotateY(-180deg)
    }

    to {
        transform: rotateY(0deg)
    }
}

@keyframes triangle-right {
    0% {
        transform: rotateY(180deg)
    }

    to {
        transform: rotateY(0deg)
    }
}

@keyframes dash {
    0% {
        fill-opacity: 0;
        stroke-dashoffset: 1000
    }

    to {
        fill-opacity: 1;
        stroke-dashoffset: 0
    }
}

@keyframes map-scale {
    0% {
        transform: scale(.75);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes fill-map {
    0% {
        fill: #a1c1e6
    }

    33% {
        fill: #2e3c73
    }

    66% {
        fill: #768dc6
    }

    to {
        fill: #a1c1e6
    }
}

.btn {
    background: transparent;
    border: none;
    outline: none;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s;
    font-family: Raleway, sans-serif;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500
}

@media screen and (max-width:576px) {
    .btn {
        font-size: 12px
    }
}

.btn__header--u-learn {
    background: #ecbc2d;
    color: #000;
    text-transform: uppercase;
    padding: 12px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    border-radius: 16px;
    font-weight: 700;
}

.btn__header--u-learn:hover {
    background-color: #4d64a9;
    color: #fff
}

@media screen and (max-width:1600px) {
    .btn__header--u-learn {
        padding: 12px 42px
    }
}

@media screen and (max-width:1440px) {
    .btn__header--u-learn {
        padding: 12px 24px;
        min-height: 50px;
        height: 50px
    }
}

@media screen and (max-width:1280px) {
    .btn__header--u-learn {
        padding: 12px;
        font-size: 14px
    }
}

@media screen and (max-width:1000px) {
    .btn__header--u-learn {
        padding: 20px 24px
    }
}

@media screen and (max-width:768px) {
    .btn__header--u-learn {
        padding: 12px 20px
    }
}

@media screen and (max-width:576px) {
    .btn__header--u-learn {
        height: 25px;
        padding: 8px;
        font-size: 12px;
        min-height: 25px;
        height: auto
    }
}

.btn__header--search {
    width: 55px;
    height: 55px;
    flex: 0 0 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

@media screen and (max-width:768px) {
    .btn__header--search {
        width: 50px;
        height: 50px;
        min-height: 50px
    }
}

@media screen and (max-width:576px) {
    .btn__header--search {
        max-width: 25px;
        height: 25px;
        min-height: 25px
    }
}

.btn__header--search svg {
    fill: #fff;
    width: 24px;
    position: absolute;
    height: 24px;
    transition: all .2s ease-in-out
}

@media screen and (max-width:576px) {
    .btn__header--search svg {
        width: 20px;
        height: 20px
    }
}

.btn__header--search svg.search-close {
    opacity: 0;
    visibility: hidden
}

.btn__header--search svg g path {
    fill: #fff;
    transition: all .2s ease-in-out
}

.btn__header--search-open svg.search-close {
    opacity: 1;
    visibility: visible
}

.btn__header--search-open svg.search-icon {
    opacity: 0;
    visibility: hidden
}

@media screen and (max-width:1000px) {
    .btn__header--search-open {
        position: absolute;
        right: 0
    }
}

.btn__header--search:hover svg {
    fill: #ecbc2d
}

@media screen and (max-width:1000px) {
    .btn__header--search:hover svg {
        fill: #fff
    }
}

.btn__header--search:hover svg g path {
    fill: #ecbc2d
}

@media screen and (max-width:1000px) {
    .btn__header--search:hover svg g path {
        fill: #fff
    }
}

.btn__header--lang {
    height: 55px;
    width: 55px;
    flex: 0 0 55px;
    border: 1px solid #ecbc2d;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase
}

.btn__header--lang:hover {
    background-color: #ecbc2d;
    color: #122042
}

@media screen and (max-width:1440px) {
    .btn__header--lang {
        min-height: 50px;
        height: 50px;
        width: 50px;
        flex: 0 0 50px
    }
}

@media screen and (max-width:768px) {
    .btn__header--lang {
        width: 50px;
        height: 50px;
        min-height: 50px
    }
}

@media screen and (max-width:576px) {
    .btn__header--lang {
        width: 25px;
        height: 25px;
        min-height: 25px;
        flex: 0 0 25px;
        font-size: 12px
    }
}

.btn__header--toggle {
    height: 50px;
    min-width: 50px;
    padding: 0;
    display: none;
    position: relative
}

@media screen and (max-width:1000px) {
    .btn__header--toggle {
        display: block;
        margin-left: 12px
    }
}

@media screen and (max-width:768px) {
    .btn__header--toggle {
        width: 50px;
        height: 50px;
        min-height: 50px
    }
}

@media screen and (max-width:576px) {
    .btn__header--toggle {
        width: 25px;
        height: 25px;
        min-height: 25px;
        min-width: 25px;
        margin-left: 0;
        margin-right: 14px;
    }
}

.btn__header--toggle span {
    display: block;
    width: 100%
}

.btn__header--toggle span:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    transition: all .3s;
    top: 0;
    left: 0
}

.btn__header--toggle span:nth-child(2):after {
    top: 50%;
    transform: translateY(-50%)
}

.btn__header--toggle span:nth-child(3):after {
    bottom: 0;
    top: auto
}

.btn__header--toggle.menu--open span:first-child:after {
    transform-origin: top;
    transform: translateY(-50%) rotate(45deg);
    top: 50%
}

.btn__header--toggle.menu--open span:nth-child(2):after {
    display: none
}

.btn__header--toggle.menu--open span:nth-child(3):after {
    transform-origin: top;
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
    left: -1px
}



.btn__see-more {
    display: inline-block
}

.btn__see-more--whats {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0
}

@media screen and (max-width:768px) {
    .btn__see-more--whats {
        position: inherit;
        top: auto;
        transform: none
    }
}

.btn__back,
.btn__events-page-more,
.btn__media-more,
.btn__see-more {
    color: #000;
    padding: 18px 42px;
    border: 1px solid #000;
    text-transform: uppercase;
    transition: all .3s !important;
    min-width: 180px;
    text-align: center
}

@media screen and (max-width:576px) {

    .btn__back,
    .btn__events-page-more,
    .btn__media-more,
    .btn__see-more {
        min-width: 150px
    }
}

.btn__back:hover,
.btn__events-page-more:hover,
.btn__media-more:hover,
.btn__see-more:hover {
    background: #122042;
    border: 1px solid #122042;
    color: #fff
}

.btn__back--white,
.btn__events-page-more--white,
.btn__media-more--white,
.btn__see-more--white {
    border: 1px solid #fff;
    color: #fff
}

.btn__back--media:hover,
.btn__back--white:hover,
.btn__events-page-more--media:hover,
.btn__events-page-more--white:hover,
.btn__media-more--media:hover,
.btn__media-more--white:hover,
.btn__see-more--media:hover,
.btn__see-more--white:hover {
    background: #122042;
    border: 1px solid #122042;
    color: #fff
}

.btn__events-page-more {
    max-width: 250px
}

@media screen and (max-width:576px) {
    .btn__events-page-more {
        max-width: 150px;
        padding: 12px
    }
}

.btn__events-page-more:hover {
    background: #122042;
    border: 1px solid #122042;
    color: #fff
}

.btn__media-more {
    height: 55px
}

.btn__media-more:hover {
    background: #122042;
    color: #fff;
    border: 1px solid #122042
}

.btn__back {
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    position: static;
    left: 0;
    top: 0;
    width: 0;
    margin: 0;
    padding: 0;
    min-width: 0;
    background: url(../images/stories--left_7c069906f24700dbe35704d396a483e9.png);
    background-size: 34px 24px;
    background-position: 50%;
    background-repeat: no-repeat
}

.btn__back:hover {
    background: url(../images/stories--left_w_496d3096e779ae13a4582ecfdda05ae9.png);
    background-size: 34px 24px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #122042
}

.btn__back.show {
    visibility: visible;
    opacity: 1;
    width: auto;
    margin-right: 20px;
    min-width: 55px
}

@media screen and (max-width:576px) {
    .btn__back {
        display: none
    }
}

.btn__slider-arrow {
    display: none;
    transition: all 1s;
    transform: translateY(-50px);
    height: 55px;
    width: 55px;
    opacity: 0
}

.btn__slider-arrow svg {
    width: 100%
}

.btn__slider-arrow--show {
    opacity: 1;
    display: block;
    transform: none
}

.btn__form-search {
    width: 54px;
    height: 54px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    margin-top: -1px
}

.btn__form-search svg {
    width: 32px;
    fill: #fff;
    transition: all .3s ease-in-out
}

.btn__form-search:hover {
    background-color: #fff
}

.btn__form-search:hover svg {
    fill: #122042
}

@media screen and (max-width:576px) {
    .btn__form-search {
        width: 52px;
        height: 52px;
        margin-top: -4px
    }
}

.btn__search-close {
    width: 40px;
    height: 40px;
    padding: 0;
    position: relative
}

.btn__search-close span:after {
    content: "";
    top: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #fff;
    transform: rotate(45deg)
}

.btn__more-tags {
    width: 8px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 24px;
    padding: 0;
    right: 0
}

.btn__more-tags:after,
.btn__more-tags:before,
.btn__more-tags span {
    width: 8px;
    height: 8px;
    background-color: #122042
}

.btn__more-tags:after,
.btn__more-tags:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0
}

.btn__more-tags:after {
    bottom: 0;
    top: auto
}

.btn__more-tags .popup {
    position: absolute;
    background-color: #eee;
    left: 8px;
    width: 105px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all .2s;
    transform: translateX(-150%);
    border-left: 8px solid #fff
}

.btn__more-tags:hover .popup {
    opacity: 1;
    transform: none
}

.btn__apply {
    background: transparent;
    color: #122042;
    text-transform: uppercase;
    padding: 12px 32px;
    border: 1px solid #122042;
    height: 55px;
    font-weight: 500;
    margin-left: 25px;
    min-width: 150px
}

.btn__apply:hover {
    background-color: #122042;
    border: 1px solid #122042;
    color: #fff
}

@media screen and (max-width:1600px) {
    .btn__apply {
        padding: 20px 32px
    }
}

@media screen and (max-width:1440px) {
    .btn__apply {
        padding: 20px 24px;
        min-width: 130px
    }
}

@media screen and (max-width:1280px) {
    .btn__apply {
        padding: 20px 12px;
        font-size: 16px
    }
}

@media screen and (max-width:1000px) {
    .btn__apply {
        padding: 20px 24px;
        min-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px
    }
}

@media screen and (max-width:768px) {
    .btn__apply {
        padding: 15px 20px
    }
}

@media screen and (max-width:576px) {
    .btn__apply {
        padding: 8px
    }
}

.btn__cancel {
    min-width: 110px;
    background-color: #eee;
    color: #999;
    text-transform: uppercase;
    font-weight: 500;
    padding: 12px 32px;
    height: 55px;
    margin-left: 25px;
    transition: all .3s ease-in-out
}

.btn__cancel:hover {
    background-color: #122042;
    color: #fff
}

@media screen and (max-width:1440px) {
    .btn__cancel {
        min-width: 100px
    }
}

@media screen and (max-width:1000px) {
    .btn__cancel {
        padding: 20px 24px;
        min-width: 100%;
        width: 100%;
        margin-left: 0;
        font-size: 16px
    }
}

.btn__single-more {
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    display: block
}

.btn__single-more .dots {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn__single-more .dots span {
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border-radius: 150%;
    background-color: #a1c1e6
}

.btn__single-more .dots span:nth-child(2) {
    background-color: #122042
}

.btn__media-menu {
    max-width: 230px;
    width: 100%;
    height: 75px;
    font-size: 18px;
    padding: 12px;
    color: #fff;
    font-weight: 700;
    background: #3d609d;
    position: relative
}

.btn__media-menu .count {
    background-color: #ecbc2d;
    color: #122042;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 150%;
    padding: 2px;
    position: absolute;
    top: -12px;
    right: -12px;
    min-width: 24px;
    min-height: 24px;
    z-index: 99
}

@media screen and (max-width:576px) {
    .btn__media-menu .count {
        left: -12px;
        right: auto
    }
}

.btn__media-menu.active,
.btn__media-menu:hover {
    background: #122042
}

@media screen and (max-width:1600px) {
    .btn__media-menu {
        height: 70px;
        max-width: 220px
    }
}

@media screen and (max-width:1440px) {
    .btn__media-menu {
        height: 65px;
        max-width: 180px;
        font-size: 16px
    }
}

@media screen and (max-width:1280px) {
    .btn__media-menu {
        max-width: 150px
    }
}

@media screen and (max-width:1000px) {
    .btn__media-menu {
        max-width: 30%;
        flex: 0 0 30%;
        margin-bottom: 20px
    }
}

@media screen and (max-width:576px) {
    .btn__media-menu {
        max-width: 49.75%;
        flex: 0 0 49.75%;
        margin-bottom: .5%
    }
}

.btn__media-download {
    color: #122042;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0
}

.btn__media-download--platform {
    border: 1px solid #122042;
    padding: 16px 20px;
    max-width: 120px;
    text-align: center;
    justify-content: center
}

.btn__media-download--platform:hover {
    background-color: #122042;
    color: #fff !important
}

@media screen and (max-width:768px) {
    .btn__media-download {
        font-size: 12px
    }
}

.btn__media-download .icon {
    width: 52px;
    height: 52px;
    border: 1px solid #122042;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: all .2s
}

@media screen and (max-width:768px) {
    .btn__media-download .icon {
        width: 40px;
        height: 40px
    }
}

.btn__media-download .icon svg {
    width: 15px;
    height: 21px
}

.btn__media-download .icon svg path {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #122042;
    transition: all .2s
}

.btn__media-download:hover {
    color: #122042
}

.btn__media-download:hover .icon {
    background-color: #122042
}

.btn__media-download:hover .icon svg path {
    fill: #fff
}

.btn__toggle-filter {
    color: #3d609d;
    display: none;
    font-weight: 500;
    order: 3;
    position: relative
}

.btn__toggle-filter--news {
    padding-left: 0
}

@media screen and (max-width:768px) {
    .btn__toggle-filter {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 32px
    }
}

.btn__toggle-filter svg {
    fill: #3d609d;
    width: 24px;
    right: 0;
    position: absolute;
    height: 24px;
    transition: all .2s ease-in-out
}

@media screen and (max-width:576px) {
    .btn__toggle-filter svg {
        width: 20px;
        height: 20px
    }
}

.btn__toggle-filter svg g path {
    fill: #3d609d;
    transition: all .2s ease-in-out
}

.btn__toggle-filter .search-close {
    opacity: 0;
    visibility: hidden
}

.btn__toggle-filter--show .search-close {
    opacity: 1;
    visibility: visible
}

.btn__toggle-filter--show .search-icon,
.btn__up {
    opacity: 0;
    visibility: hidden
}

.btn__up {
    width: 50px;
    height: 50px;
    background-color: #ecbc2d;
    color: #122042;
    min-height: 50px;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    transform: translateY(100%);
    display: block;
    transition: opacity .2s linear, transform .4s ease-in-out
}

.btn__up .icon {
    margin-bottom: 2px
}

.btn__up .icon svg {
    width: 11px;
    height: 15px
}

.btn__up .icon svg path {
    fill: #122042;
    transition: all .1s
}

.btn__up:hover {
    background-color: #122042;
    color: #fff
}

.btn__up:hover .icon svg path {
    fill: #fff
}

.btn__up.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.btn__events-modal {
    font-size: 24px;
    position: absolute;
    bottom: 0;
    right: 0;
    min-height: 8px;
    color: #fff;
    transition: all .2s ease-in-out
}

.btn__events-modal:hover {
    color: #ecbc2d
}

.btn__close-modal {
    position: relative;
    width: 48px;
    height: 48px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn__close-modal span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 3px;
    background-color: #fff;
    border-radius: 10px
}

.btn__close-modal span:first-child:before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.btn__close-modal span:nth-child(2):before {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}

@media screen and (max-width:1000px) {
    .btn__close-modal--cookies {
        position: absolute;
        top: 12px;
        right: 20px
    }
}

@media screen and (max-width:768px) {
    .btn__close-modal--cookies {
        top: 0;
        right: 0
    }
}

.btn__close-modal--cookies span:before {
    background-color: #ecbc2d;
    transition: all .25s
}

.btn__close-modal--cookies:hover span:before {
    background-color: #fff
}

.btn__cookies {
    background: #ecbc2d;
    color: #000;
    text-transform: uppercase;
    padding: 12px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px
}

@media screen and (max-width:1280px) {
    .btn__cookies {
        padding: 12px 32px
    }
}

@media screen and (max-width:1000px) {
    .btn__cookies {
        margin: 0 10px;
        min-width: 200px
    }
}

@media screen and (max-width:576px) {
    .btn__cookies {
        min-width: 48%;
        font-size: 16px;
        padding: 8px
    }
}

.btn__cookies:hover {
    background-color: #4d64a9;
    color: #fff
}

.btn.hide {
    display: none
}

#btn-whats-new--prev {
    display: none;
    width: 34px;
    height: 24px;
    background: url(../images/stories--left_7c069906f24700dbe35704d396a483e9.png);
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat
}

@media screen and (max-width:768px) {
    #btn-whats-new--prev {
        display: block;
        position: absolute;
        left: 0
    }
}

#btn-whats-new--next {
    display: none;
    width: 34px;
    height: 24px;
    background: url(../images/stories--right_b191ab97426dfef4f452cb54d64434b2.png);
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat
}

@media screen and (max-width:768px) {
    #btn-whats-new--next {
        display: block;
        position: absolute;
        right: 0
    }
}

.input {
    background: none;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 15px 4px;
    width: 100%;
    font-weight: 300;
    font-family: Raleway, sans-serif
}

.input__search {
    border-bottom: 1px solid #fff;
    border-radius: 0
}

@media screen and (max-width:576px) {
    .input__search {
        height: 52px
    }
}

.input__date {
    width: 230px;
    height: 55px;
    border: 1px solid #ccc;
    margin-left: 25px;
    font-weight: 500
}

.input__date:not(:-moz-placeholder-shown) {
    border: 1px solid #000
}

.input__date:focus,
.input__date:not(:placeholder-shown) {
    border: 1px solid #000
}

@media screen and (max-width:1440px) {
    .input__date {
        width: 185px
    }
}

@media screen and (max-width:1000px) {
    .input__date {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0
    }
}

.input__select {
    width: 320px;
    height: 55px;
    font-weight: 500;
    border: 1px solid #000;
    padding: 0 30px;
    -webkit-appearance: none;
    margin-left: 25px
}

@media screen and (max-width:1440px) {
    .input__select {
        width: 250px
    }
}

@media screen and (max-width:1000px) {
    .input__select {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0
    }
}

.input__media {
    width: 100%;
    max-width: 570px;
    height: 55px;
    border: 1px solid #ccc;
    margin-left: 25px;
    padding: 0 16px;
    font-size: 18px;
    font-weight: 500
}

.input__media:not(:-moz-placeholder-shown) {
    border: 1px solid #000
}

.input__media:not(:placeholder-shown) {
    border: 1px solid #000
}

@media screen and (max-width:1600px) {
    .input__media {
        max-width: 520px
    }
}

@media screen and (max-width:1440px) {
    .input__media {
        max-width: 400px
    }
}

@media screen and (max-width:1280px) {
    .input__media {
        max-width: 320px
    }
}

@media screen and (max-width:1000px) {
    .input__media {
        margin-left: 0;
        font-size: 16px;
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px
    }
}

.v-select {
    height: 55px;
    margin-left: 25px;
    width: 300px
}

@media screen and (max-width:1000px) {
    .v-select {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0
    }
}

.vs__dropdown-toggle {
    height: 100%;
    border-radius: 0;
    border: 1px solid #ccc;
    font-family: Raleway, sans-serif
}

.vs__dropdown-toggle.focus {
    border: 1px solid #000
}

.vs__actions {
    padding-right: 16px
}

.vs__search {
    font-family: Raleway, sans-serif
}

.vs__search,
.vs__search:focus,
.vs__selected {
    padding-left: 16px
}

.section-title {
    font-size: 40px;
    color: #000;
    padding: 40px 0
}

@media screen and (max-width:1600px) {
    .section-title {
        padding: 90px 0
    }
}

@media screen and (max-width:1280px) {
    .section-title {
        padding: 60px 0;
        font-size: 32px
    }
}

@media screen and (max-width:576px) {
    .section-title {
        font-size: 24px
    }
}

.section-title span {
    font-size: 24px;
    color: #000;
    display: block;
    margin: 8px 0;
    opacity: .75
}

@media screen and (max-width:1280px) {
    .section-title span {
        font-size: 18px
    }
}

@media screen and (max-width:576px) {
    .section-title span {
        font-size: 16px
    }
}

.section-title--white {
    color: #fff
}

.section-title--white span {
    color: #a1c1e6
}

.section-title--blue {
    position: absolute;
    left: 0;
    font-weight: 500;
    padding: 0;
    top: -62px;
    opacity: .5;
    color: #a1c1e6
}

.section-title--blue span {
    color: #a1c1e6
}

.section-title--stories {
    opacity: .5;
    color: #333;
    text-align: center;
    font-weight: 700;
    padding-bottom: 20px
}

.section-title--stories span {
    color: #a1c1e6
}


.section-title--story-other {
    opacity: .5;
    color: #a1c1e6;
    font-weight: 700;
    padding-bottom: 70px
}

@media screen and (max-width:576px) {
    .section-title--story-other {
        color: #000;
        text-align: center;
        font-size: 18px;
        padding-bottom: 24px
    }
}

.section-title--media {
    margin-bottom: 75px
}

.section-title--videos {
    font-size: 40px;
    padding: 0;
    margin-bottom: -10px;
    color: #a1c1e6
}

.section-title--donors {
    opacity: .5;
    color: #a1c1e6;
    font-weight: 500;
    padding-bottom: 0;
    margin-bottom: -12px
}

.section-title--contacts,
.section-title--donors-page,
.section-title--events-page,
.section-title--media-page,
.section-title--news,
.section-title--our-mission {
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px
}

@media screen and (max-width:1000px) {

    .section-title--contacts,
    .section-title--donors-page,
    .section-title--events-page,
    .section-title--media-page,
    .section-title--news,
    .section-title--our-mission {
        padding-bottom: 0
    }
}

@media screen and (max-width:1000px) {

    .section-title--contacts-single,
    .section-title--donors-page-single,
    .section-title--events-page-single,
    .section-title--media-page-single,
    .section-title--news-single,
    .section-title--our-mission-single {
        padding-bottom: 20px
    }
}

@media screen and (max-width:768px) {
    .section-title--media-page {
        padding-bottom: 20px
    }
}

.section-title--story {
    text-align: center;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    padding: 20px 0
}

@media screen and (max-width:1440px) {
    .section-title--story {
        font-size: 48px
    }
}

@media screen and (max-width:1280px) {
    .section-title--story {
        font-size: 42px
    }
}

@media screen and (max-width:1000px) {
    .section-title--story {
        font-size: 36px
    }
}

@media screen and (max-width:768px) {
    .section-title--story {
        font-size: 32px
    }
}

@media screen and (max-width:576px) {
    .section-title--story {
        font-size: 24px
    }
}

.section-title--news {
    padding-top: 0
}

.breadcrumbs {
    width: 100%;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    color: #000;
    font-size: 16px
}

.breadcrumbs a {
    color: #9d9d9d
}

.breadcrumbs a:hover {
    color: #ecbc2d
}

.breadcrumbs .line {
    margin: 0 5px
}

.custom-select {
    position: relative;
    font-family: Arial;
    width: 320px;
    margin-left: 25px;
    height: 55px;
    border: 1px solid #122042
}

@media screen and (max-width:1440px) {
    .custom-select {
        width: 250px
    }
}

@media screen and (max-width:1000px) {
    .custom-select {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0
    }
}

.custom-select select {
    display: none
}

.select-selected {
    background-color: transparent;
    height: 55px
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 24px;
    right: 24px;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #122042
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff;
    top: 7px
}

.select-items div {
    color: #fff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-bottom-color: rgba(0, 0, 0, .1);
    cursor: pointer
}

.select-selected {
    color: #122042;
    padding: 18px 16px
}

.select-items {
    position: absolute;
    background-color: #122042;
    top: 100%;
    left: -1px;
    width: calc(100% + 2px);
    right: 0;
    z-index: 99;
    color: #fff
}

.select-hide {
    display: none
}

.same-as-selected,
.select-items div:hover {
    background-color: rgba(0, 0, 0, .1)
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #122042;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 110;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    transform: translateY(-200%)
}

@media screen and (max-width:414px) {
    .mobile-menu {
        align-items: normal;
        padding-top: 95px
    }
}

.mobile-menu--open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.mobile-menu__item {
    text-align: center;
    margin-bottom: 20px
}

@media screen and (max-width:414px) {
    .mobile-menu__item {
        margin-bottom: 16px
    }
}

.mobile-menu__item a {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    display: block
}

@media screen and (max-width:414px) {
    .mobile-menu__item a {
        margin-bottom: 8px;
        font-size: 14px
    }
}

.mobile-menu__item a:hover {
    color: #ecbc2d
}

.mobile-menu__list {
    text-align: center
}

.mobile-menu__list li a {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize
}

@media screen and (max-width:414px) {
    .mobile-menu__list li a {
        font-size: 14px
    }
}

.mobile-menu__list li a:hover {
    color: #ecbc2d
}

.header {
    width: 100%;
    height: 120px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 120;
    transition: all .5s linear;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    display: flex;
    align-items: center
}

@media screen and (max-width:1280px) {
    .header {
        height: 120px
    }
}

@media screen and (max-width:1000px) {
    .header {
        height: 100px
    }
}

@media screen and (max-width:768px) {
    .header {
        height: 80px
    }
}

.header--hide {
    transform: translateX(-50%) translateY(-200%)
}

.header__wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

@media screen and (max-width:1000px) {
    .header__wrapper {
        justify-content: space-between
    }
}

.header__logo {
    max-width: 10%;
    flex: 0 0 10%
}

@media screen and (max-width:1000px) {
    .header__logo {
        max-width: 20%;
        flex: 0 0 20%
    }
}

@media screen and (max-width:576px) {
    .header__logo {
        max-width: 40%;
        flex: 0 0 40%
    }
}

.header__menu {
    max-width: 70%;
    flex: 0 0 70%;
    transform: translateY(-1000%);
    transition: all 1s;
    padding: 0 40px
}

@media screen and (max-width:1280px) {
    .header__menu {
        padding: 0 25px;
        max-width: 65%;
        flex: 0 0 65%
    }
}

@media screen and (max-width:1000px) {
    .header__menu {
        display: none
    }
}

.header__menu-list {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
    list-style-type: none
}

.header__menu-item a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 700;
    position: relative;
    transition: all .2s ease-in-out
}

.header__menu-item a.visible {
    color: #ecbc2d
}

.header__menu-item a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    transition: all .3s;
    background-color: #fff
}

.header__menu-item a:hover {
    color: #ecbc2d
}

@media screen and (max-width:1280px) {
    .header__menu-item a {
        font-size: 14px
    }
}

@media screen and (max-width:1000px) {
    .header__menu-item a {
        font-size: 12px
    }
}

.header__controls {
    max-width: 20%;
    flex: 0 0 20%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-1000%);
    transition: all 1s;
    position: relative
}

@media screen and (max-width:1280px) {
    .header__controls {
        max-width: 25%;
        flex: 0 0 25%
    }
}

@media screen and (max-width:1000px) {
    .header__controls {
        max-width: 50%;
        flex: 0 0 50%
    }
}

@media screen and (max-width:768px) {
    .header__controls {
        max-width: 70%;
        flex: 0 0 70%
    }
}

@media screen and (max-width:576px) {
    .header__controls {
        max-width: 55%;
        flex: 0 0 55%;
    }

}

.header--enter {
    background-color: #0E53B7;
}

.header--enter .header__controls,
.header--enter .header__menu {
    transform: none
}

.header--scroll {
    background-color: #0B4598;
    box-shadow: 1px 1px 1px rgba(18, 32, 66, .5);
    height: 90px
}

@media screen and (max-width:1280px) {
    .header--scroll {
        height: 80px
    }
}

.header--menu-open {
    background: transparent
}

.header--menu-open .btn__header--lang,
.header--menu-open .btn__header--search,
.header--menu-open .btn__header--u-learn {
    visibility: hidden;
    opacity: 0
}

.header--menu-open .header__controls {
    justify-content: flex-end
}

.header--not-main {
    background-color: #122042;
    box-shadow: 1px 1px 1px rgba(18, 32, 66, .5)
}

.header--not-main .svg-preloader__inner {
    transform: none !important
}

.header--not-main .svg-preloader__inner svg {
    opacity: 1 !important
}

.header--not-main .svg-preloader__inner svg .lead {
    transform: none !important;
    opacity: 1 !important
}

.header--not-main .svg-preloader__inner svg .rect--left,
.header--not-main .svg-preloader__inner svg .rect--right,
.header--not-main .svg-preloader__inner svg .triangle--left,
.header--not-main .svg-preloader__inner svg .triangle--right,
.header--not-main .svg-preloader__inner svg .with-europe {
    transform: none !important
}

.header--not-main .svg-preloader__inner svg .square--left,
.header--not-main .svg-preloader__inner svg .square--right {
    display: none
}

.header--not-main .header__controls,
.header--not-main .header__menu {
    transform: none !important
}

.footer {
    background-color: #1f3664;
    padding: 35px 0;
    color: #fff
}

.footer .copyright {
    opacity: .6;
    transition: all .3s ease-in-out
}

.footer .copyright:hover {
    opacity: 1
}

.footer .terms {
    max-width: 80%;
    width: 80%;
    flex: 0 0 80%;
    display: flex;
    justify-content: flex-end
}

@media screen and (max-width:768px) {
    .footer .terms {
        display: flex;
        flex-wrap: wrap;
        flex: 0 0 100%;
        max-width: 100%;
        order: 1
    }
}

.footer .terms a {
    margin-left: 40px;
    display: inline-block;
    position: relative;
    opacity: .6;
    transition: all .3s ease-in-out
}

@media screen and (max-width:768px) {
    .footer .terms a {
        text-align: center;
        margin-bottom: 12px;
        max-width: 100%;
        flex: 0 0 100%;
        margin-left: 0
    }
}

.footer .terms a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    display: none;
    width: 0;
    height: 1px;
    transition: all .3s;
    background-color: #fff
}

@media screen and (max-width:768px) {
    .footer .terms a:after {
        display: none
    }
}

.footer .terms a:hover {
    color: #fff;
    opacity: 1
}

.footer .terms a:hover:after {
    width: 100%
}

.footer-menu {
    background-color: #ecbc2d;
    padding: 50px 0
}

@media screen and (max-width:768px) {
    .footer-menu {
        padding: 50px 0 30px
    }
}

.footer__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media screen and (max-width:1000px) {
    .footer__wrapper {
        flex-wrap: wrap
    }

    .footer__wrapper .copyright {
        width: 100%;
        flex: 0 0 100%;
        text-align: center;
        margin-top: 20px;
        font-size: 14px;
        margin-bottom: 0;
        order: 2
    }
}

.footer__logo {
    max-width: 20%;
    flex: 0 0 20%
}

.footer__logo img {
    width: 100%;
    max-width: 150px
}

@media screen and (max-width:1000px) {
    .footer__logo {
        max-width: 100%;
        flex: 0 0 100%;
        justify-content: center;
        text-align: center;
        margin-bottom: 20px
    }

    .footer__logo img {
        padding: 0 24px;
        max-width: 200px
    }
}

.footer__nav {
    max-width: 80%;
    flex: 0 0 80%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media screen and (max-width:1000px) {
    .footer__nav {
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media screen and (max-width:768px) {
    .footer__nav {
        justify-content: center;
        flex-wrap: wrap
    }
}

.footer__nav-col {
    max-width: 32%;
    flex: 0 0 32%;
    position: relative;
    padding-left: 32px
}

.footer__nav-col:before {
    left: 0
}

.footer__nav-col:before,
.footer__nav-col:last-child:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #1f3664
}

.footer__nav-col:last-child:after {
    right: 0
}

@media screen and (max-width:768px) {
    .footer__nav-col:last-child:after {
        display: none
    }
}

@media screen and (max-width:768px) {
    .footer__nav-col {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
        padding: 30px 0
    }

    .footer__nav-col:before {
        height: 1px;
        width: 100%
    }
}

.footer__nav-link {
    text-transform: uppercase;
    font-size: 16px;
    color: #1f3664;
    font-weight: 600;
    position: relative
}

.footer__nav-link:before {
    content: "";
    width: 0;
    transition: all .2s ease-in-out;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff
}

.footer__nav-link:hover {
    padding-left: 24px;
    color: #000
}

.footer__nav-link:hover:before {
    width: 18px
}

.footer__nav-sub {
    margin-top: 10px;
    margin-bottom: 30px;
}

@media screen and (max-width:768px) {
    .footer__nav-sub {
        margin-top: 5px
    }
}

.footer__nav-sub--flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.footer__nav-sub--flex .footer__nav-sub-item {
    max-width: 50%;
    flex: 0 0 50%
}

@media screen and (max-width:576px) {
    .footer__nav-sub--flex .footer__nav-sub-item {
        max-width: 100%;
        flex: 0 0 100%
    }
}

.footer__nav-sub--media,
.footer__nav-sub--who-we-are {
    margin-top: 0
}

.footer__nav-sub-item {
    margin: 10px 0 0
}

.footer__text {
    color: #444;
    font-weight: 600;
}

.footer__nav-sub-link {
    color: #444;
    padding-right: 12px;
    font-weight: 600;
}

.footer__nav-sub-link:hover {
    padding-left: 12px;
    color: #000
}

@media screen and (max-width:768px) {
    .footer__nav-sub-link {
        padding-right: 0
    }

    .footer__nav-sub-link:hover {
        padding-left: 0
    }
}

.footer__nav-item {
    margin-bottom: 40px
}

.footer__nav-item--mb-60 {
    margin-bottom: 60px
}

@media screen and (max-width:768px) {
    .footer__nav-item--mb-60 {
        margin-bottom: 24px
    }
}

.footer__nav-item:last-child {
    margin-bottom: 0
}

.footer__social {
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 20px
}

@media screen and (max-width:1000px) {
    .footer__social {
        margin-top: 30px
    }
}

@media screen and (max-width:768px) {
    .footer__social {
        max-width: 100%;
        flex: 0 0 100%
    }
}

.footer__social-list {
    display: flex;
    align-items: center
}

@media screen and (max-width:1000px) {
    .footer__social-list {
        flex-wrap: wrap;
        justify-content: center
    }
}

.footer__social-list li {
    width: 36px;
    margin-right: 16px
}

@media screen and (max-width:1280px) {
    .footer__social-list li {
        width: 24px
    }
}

@media screen and (max-width:1000px) {
    .footer__social-list li {
        flex: 0 0 10%;
        margin-bottom: 12px
    }
}

@media screen and (max-width:768px) {
    .footer__social-list li {
        flex: none;
        margin: 10px;
        width: 36px
    }
}

.footer__social-list li a {
    width: 36px;
    display: inline-block
}

@media screen and (max-width:1280px) {
    .footer__social-list li a {
        width: 24px
    }
}

@media screen and (max-width:768px) {
    .footer__social-list li a {
        width: 36px
    }

    .footer__social-list li a:hover svg {
        fill: #1f3664
    }
}

.footer__social-list li a svg {
    width: 100%;
    fill: #444;
    transition: all .3s
}

.footer__social-list li a:hover svg {
    fill: #1f3664
}

.svg-preloader {
    z-index: 2020;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.svg-preloader__inner {
    display: flex;
    align-content: center;
    justify-content: center;
    max-width: 150px;
    transform: scale(18) translateY(150%) translateX(165%);
    transition: all 1s
}

@media screen and (max-width:1000px) {
    .svg-preloader__inner {
        transform: scale(1) translateY(1650%) translateX(550%)
    }
}

@media screen and (max-width:375px) {
    .svg-preloader__inner {
        transform: scale(8) translateY(110%) translateX(53%)
    }
}

.svg-preloader__inner svg {
    width: 100%;
    opacity: 0;
    transition: all .3s ease-in
}

.svg-preloader__inner svg .lead {
    opacity: 0;
    transform: rotateY(90deg);
    transform-origin: 120px;
    transition: all 1s
}

.svg-preloader__inner svg .lead .letter-l {
    transition: all 1s
}

.svg-preloader__inner svg .lead .letter-e {
    transition: all 1.35s
}

.svg-preloader__inner svg .lead .letter-a {
    transition: all 1.65s
}

.svg-preloader__inner svg .lead .letter-d {
    transition: all 1.95s
}

.svg-preloader__inner svg .with-europe {
    transform: rotateX(90deg);
    transform-origin: 120px;
    transition: all 1.5s
}

.svg-preloader__inner svg .square {
    fill: #ffd603
}

.svg-preloader__inner svg .square--left {
    transform-origin: 90px;
    transition: all 1s;
    display: none
}

.svg-preloader__inner svg .square--right {
    transform-origin: 60px;
    transition: all 1s;
    display: none
}

.svg-preloader__inner svg .triangle {
    fill: #f6b705
}

.svg-preloader__inner svg .triangle--left {
    transform-origin: 85px;
    transform: rotateY(90deg);
    transition: all 1s;
    position: absolute
}

.svg-preloader__inner svg .triangle--right {
    transform-origin: 60px;
    transform: rotateY(-90deg);
    transition: all 1s;
    position: absolute
}

.svg-preloader__inner svg .rect--left {
    transform: rotateX(90deg) rotateY(38deg);
    transition: all 1s;
    transform-origin: 45px;
    position: absolute
}

.svg-preloader__inner svg .rect--right {
    transform: rotateX(-90deg) rotateY(38deg);
    transition: all 1s;
    transform-origin: 105px;
    position: absolute
}

.svg-preloader__inner svg .logo {
    position: relative
}

.svg-preloader--start .svg-preloader__inner svg {
    opacity: 1
}

.svg-preloader--square .svg-preloader__inner svg .square--left {
    transform: rotateY(90deg)
}

.svg-preloader--square .svg-preloader__inner svg .square--right {
    transform: rotateY(-90deg)
}

.svg-preloader--triangle .svg-preloader__inner svg .triangle {
    fill: #f6b705
}

.svg-preloader--rect .svg-preloader__inner svg .rect--left,
.svg-preloader--rect .svg-preloader__inner svg .rect--right,
.svg-preloader--triangle .svg-preloader__inner svg .triangle--left,
.svg-preloader--triangle .svg-preloader__inner svg .triangle--right {
    transform: none
}

.svg-preloader--scale .svg-preloader__inner {
    transform: scale(7) translateY(100%) translateX(65%)
}

@media screen and (max-width:1000px) {
    .svg-preloader--scale .svg-preloader__inner {
        transform: scale(3.5) translateY(240%) translateX(52%)
    }
}

@media screen and (max-width:576px) {
    .svg-preloader--scale .svg-preloader__inner {
        transform: scale(2.5) translateY(330%) translateX(35%)
    }
}

@media screen and (max-width:375px) {
    .svg-preloader--scale .svg-preloader__inner {
        transform: scale(3.5) translateY(200%) translateX(35%)
    }
}

.svg-preloader--titles-with .svg-preloader__inner svg .with-europe,
.svg-preloader--titles .svg-preloader__inner svg .lead {
    opacity: 1;
    transform: none
}

.svg-preloader--letters .svg-preloader__inner svg .lead,
.svg-preloader--position .svg-preloader__inner {
    transform: none
}

.svg-preloader--letters .svg-preloader__inner svg .letter-l {
    transform: translateX(-100px);
    opacity: 0
}

.svg-preloader--letters .svg-preloader__inner svg .letter-e {
    transform: translateX(-150px);
    opacity: 0
}

.svg-preloader--letters .svg-preloader__inner svg .letter-a {
    transform: translateX(-200px);
    opacity: 0
}

.svg-preloader--letters .svg-preloader__inner svg .letter-d {
    transform: translateX(-250px);
    opacity: 0
}

.svg-preloader--letters.svg-preloader--titles .svg-preloader__inner svg .lead .letter-a,
.svg-preloader--letters.svg-preloader--titles .svg-preloader__inner svg .lead .letter-d,
.svg-preloader--letters.svg-preloader--titles .svg-preloader__inner svg .lead .letter-e,
.svg-preloader--letters.svg-preloader--titles .svg-preloader__inner svg .lead .letter-l {
    transform: translateX(0);
    opacity: 1
}



.modal {
    max-width: 900px;
    min-height: 50px;
    max-height: 500px;
    background: #6183b4;
    margin: 0 5px
}

@media screen and (max-width:576px) {
    .modal {
        max-height: 600px
    }
}

.modal-header .close {
    display: flex;
    justify-content: flex-end
}

.modal-overflow {
    width: 100%;
    z-index: 9999;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .75);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-100vh);
    opacity: 0;
    transition: opacity 1s ease-in-out, transform .5s ease-in-out;
    visibility: hidden
}

.modal--open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.modal-body {
    color: #fff;
    padding: 24px;
    overflow-y: auto
}

@media screen and (max-width:576px) {
    .modal-body {
        padding: 12px
    }
}

.modal-body .title {
    font-weight: 700;
    color: #fff;
    font-size: 21px;
    margin-bottom: 20px
}

@media screen and (max-width:1440px) {
    .modal-body .title {
        font-size: 18px
    }
}

@media screen and (max-width:576px) {
    .modal-body .title {
        margin-bottom: 20px;
        font-size: 16px
    }
}

.modal-body .text {
    color: #fff;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 20px
}

@media screen and (max-width:1440px) {
    .modal-body .text {
        font-size: 14px
    }
}

@media screen and (max-width:576px) {
    .modal-body .text {
        font-size: 12px
    }
}

.modal-body .address {
    font-size: 18px;
    width: 100%;
    background: transparent;
    line-height: 150%;
    position: relative;
    padding-top: 20px
}

@media screen and (max-width:1440px) {
    .modal-body .address {
        font-size: 16px
    }
}

@media screen and (max-width:576px) {
    .modal-body .address {
        font-size: 14px
    }
}

.modal-body .address:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 60px);
    height: 1px;
    background-color: #fff
}

.modal-body .address span {
    font-weight: 700
}

.cookies {
    bottom: 0;
    top: auto;
    left: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    background: transparent;
    width: 100%;
    height: auto;
    justify-content: flex-start;
    align-items: flex-end
}

.cookies.hide {
    display: none
}

.cookies .modal {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 35px 0
}

@media screen and (max-width:1000px) {
    .cookies .modal {
        position: relative
    }
}

.cookies-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.cookies .content {
    color: #fff;
    padding-right: 50px;
    line-height: 150%;
    flex: 0 0 70%;
    max-width: 70%;
    font-size: 22px
}

.cookies .content p {
    margin: 0;
    line-height: 150%
}

@media screen and (max-width:1440px) {
    .cookies .content {
        max-width: 60%;
        flex: 0 0 60%;
        font-size: 20px
    }
}

@media screen and (max-width:1280px) {
    .cookies .content {
        font-size: 18px
    }
}

@media screen and (max-width:1000px) {
    .cookies .content {
        max-width: 100%;
        flex: 0 0 100%;
        padding-right: 0;
        margin-bottom: 20px
    }
}

@media screen and (max-width:576px) {
    .cookies .content {
        padding-top: 20px;
        font-size: 16px
    }
}

.cookies .content a {
    color: #ecbc2d
}

@media screen and (max-width:1000px) {
    .cookies .content a {
        font-size: 18px
    }
}

.cookies .content span {
    font-weight: 600
}

.cookies .controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 30%;
    flex: 0 0 30%
}

@media screen and (max-width:1440px) {
    .cookies .controls {
        max-width: 40%;
        flex: 0 0 40%
    }
}

@media screen and (max-width:1000px) {
    .cookies .controls {
        max-width: 100%;
        flex: 0 0 100%;
        justify-content: center
    }
}

.banner-left {
    position: absolute;
    top: 125px;
    background: rgba(18, 32, 66, .9);
    padding: 30px;
    z-index: 90;
    transition: all 1.5s ease-in-out;
    right: -200%
}

.banner-left--loaded {
    right: 0
}

@media screen and (max-width:1280px) {
    .banner-left {
        top: 122px
    }
}

@media screen and (max-width:1000px) {
    .banner-left {
        top: 102px
    }
}

@media screen and (max-width:768px) {
    .banner-left {
        top: 82px
    }
}

.banner-left--scroll {
    top: 92px
}

@media screen and (max-width:1280px) {
    .banner-left--scroll {
        top: 82px
    }
}

@media screen and (max-width:576px) {
    .banner-left--scroll {
        top: 82px
    }
}

@media screen and (max-width:1600px) {
    .banner-left {
        padding: 20px
    }
}

@media screen and (max-width:576px) {
    .banner-left {
        top: 82px;
        padding: 12px 20px;
        width: 100%
    }
}

@media screen and (max-width:360px) {
    .banner-left {
        padding: 12px 10px
    }
}

@media screen and (max-width:576px) {
    .banner-left__phone {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        max-width: 75%
    }
}

@media screen and (max-width:576px) {
    .banner-left__content {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

.banner-left__content h3 {
    font-size: 16px;
    margin-top: 0;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
    max-width: 190px
}

@media screen and (max-width:1600px) {
    .banner-left__content h3 {
        font-size: 14px
    }
}

@media screen and (max-width:576px) {
    .banner-left__content h3 {
        font-size: 12px;
        margin-bottom: 0;
        max-width: 100%
    }
}

.banner-left__content .phone {
    font-size: 21px;
    color: #fff;
    color: #ecbc2d;
    font-weight: 500
}

.banner-left__content .phone:hover {
    cursor: pointer
}

@media screen and (max-width:1600px) {
    .banner-left__content .phone {
        font-size: 18px
    }
}

@media screen and (max-width:576px) {
    .banner-left__content .phone {
        font-size: 12px;
        margin-left: 8px
    }
}

.banner-left__socials {
    margin-top: 20px
}

@media screen and (max-width:576px) {
    .banner-left__socials {
        margin-top: 0
    }
}

.banner-left__socials .link {
    margin-right: 12px
}

.banner-left__socials .link svg {
    width: 36px;
    fill: #a3a8b5;
    height: 36px
}

@media screen and (max-width:576px) {
    .banner-left__socials .link svg {
        width: 20px;
        height: 20px
    }
}

.banner-left__socials .link:hover {
    transition: all .3s;
    cursor: pointer
}

.banner-left__socials .link:hover svg {
    fill: #ecbc2d
}

.main {
    background-color: #122042;
    display: flex;
    align-items: center;
    width: 100vw;
    height: 100vh;
    justify-content: flex-start;
    padding: 100px 0
}

@media screen and (max-width:1600px) {
    .main {
        padding-top: 120px
    }
}

@media screen and (max-width:1280px) {
    .main {
        padding-top: 170px
    }
}

@media screen and (max-height:720px) and (max-width:1920px) and (min-height:600px) and (min-width:1280px) {
    .main {
        padding-top: 180px
    }
}

@media screen and (max-width:1000px) {
    .main {
        align-items: normal;
        padding-top: 110px;
        min-height: 100vh
    }
}

@media screen and (max-width:576px) {
    .main {
        padding-top: 135px
    }
}

@media screen and (max-width:1000px) and (orientation:landscape) {
    .main {
        height: auto
    }
}

.main .container {
    position: absolute;
    right: 0;
    left: 0;
    min-height: 520px
}

@media screen and (max-width:1440px) {
    .main .container {
        min-height: 400px
    }
}

@media screen and (max-width:1000px) {
    .main .container {
        position: static
    }
}

@media screen and (max-width:1000px) and (orientation:landscape) {
    .main .container {
        position: static
    }
}

.main__title {
    z-index: 99;
    color: #fff;
    padding-right: 120px
}

@media screen and (max-width:576px) {
    .main__title {
        padding-right: 0
    }
}

.main__title--large {
    font-size: 4.5em;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 3px;
    margin-bottom: 10px;
    padding-top: 3rem;
}

@media screen and (max-height:720px) and (max-width:1920px) and (min-height:600px) and (min-width:1280px) {
    .main__title--large {
        font-size: 4.2em
    }
}

@media screen and (max-width:1600px) {
    .main__title--large {
        font-size: 4.2em
    }
}

@media screen and (max-width:1440px) {
    .main__title--large {
        font-size: 4em;
        font-size: 3.5em
    }
}

@media screen and (max-width:1376px) {
    .main__title--large {
        font-size: 3em
    }
}

@media screen and (max-width:1280px) {
    .main__title--large {
        font-size: 2.5em
    }
}

@media screen and (max-width:1000px) {
    .main__title--large {
        font-size: 2.5em
    }
}

@media screen and (max-width:768px) {
    .main__title--large {
        font-size: 2em
    }
}

@media screen and (max-width:375px) {
    .main__title--large {
        font-size: 1.6em;
        padding-top: 0rem;
    }
}

.main__title--large span {
    transform: translateX(-25%);
    opacity: 0;
    display: inline-block;
    transition: all 1s
}

.main__title--large span:nth-child(2) {
    transition: all 1.5s;
    transform: translateX(-50%)
}

.main__title--small {
    font-size: 4.9em;
    text-transform: uppercase;
    font-weight: 900
}

@media screen and (max-width:1440px) {
    .main__title--small {
        font-size: 3.5em
    }
}

@media screen and (max-width:1376px) {
    .main__title--small {
        font-size: 3em
    }
}

@media screen and (max-width:1000px) {
    .main__title--small {
        font-size: 2.5em
    }
}

@media screen and (max-width:768px) {
    .main__title--small {
        font-size: 2em
    }
}

.main__title--small span {
    transform: translateX(-25%);
    opacity: 0;
    display: inline-block;
    transition: all 1.5s;
    letter-spacing: 3px
}

.main__title--small span:nth-child(2) {
    transition: all 1.5s;
    transform: translateX(-35%)
}

.main__title--small span:nth-child(3) {
    transition: all 1.9s;
    transform: translateX(-45%)
}

.main__title--small span:nth-child(4) {
    transition: all 2.2s;
    transform: translateX(-55%)
}

.main__title--small span:nth-child(5) {
    transition: all 2.5s;
    transform: translateX(-65%)
}

.main__title--small span:nth-child(6) {
    transition: all 2.9s;
    transform: translateX(-75%)
}

.main-counter {
    transform: translateY(300%);
    margin-bottom: 12px;
    transition: all 1s;
    margin-right: 10px;
    min-width: 300px;
    min-height: 100px;
    padding-right: 50px
}

@media screen and (max-width:1440px) {
    .main-counter {
        min-width: 270px
    }
}

.main-counter--3 {
    min-width: 420px;
    margin-right: 50px
}

@media screen and (max-width:1440px) {
    .main-counter--3 {
        min-width: 330px;
        margin-right: 40px
    }
}

@media screen and (max-width:1280px) {
    .main-counter--3 {
        min-width: 300px;
        margin-right: 30px
    }
}

@media screen and (max-width:1376px) {
    .main-counter {
        margin-right: 10px
    }
}

@media screen and (max-width:1280px) {
    .main-counter {
        margin-right: 10px;
        min-width: 220px
    }
}

@media screen and (max-width:1000px) {
    .main-counter {
        flex: 0 0 100%;
        max-width: 100%;
        min-height: 75px;
        transform: translateY(400%)
    }
}

@media screen and (max-width:576px) {
    .main-counter {
        transform: translateY(1000%);
        padding-right: 10px;
        margin-right: 10px
    }
}

@media screen and (max-width:414px) {
    .main-counter {
        min-height: 30px
    }
}

.main-counter--enter {
    transform: translateY(0)
}

.main-counter .count {
    color: #ecbc2d;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 8px
}

@media screen and (max-width:1600px) {
    .main-counter .count {
        line-height: 100%
    }
}

@media screen and (max-width:1440px) {
    .main-counter .count {
        font-size: 27px
    }
}

@media screen and (max-width:1280px) {
    .main-counter .count {
        font-size: 24px
    }
}

@media screen and (max-width:1000px) {
    .main-counter .count {
        font-size: 24px;
        margin-bottom: 4px
    }
}

.main-counter .title {
    text-transform: uppercase;
    line-height: 140%;
    color: #fff
}

@media screen and (max-width:1440px) {
    .main-counter .title {
        font-size: 16px
    }
}

@media screen and (max-width:1280px) {
    .main-counter .title {
        font-size: 14px
    }
}

.main__counters {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 50px;
    overflow: hidden;
    transition: all .3s ease-in-out
}

@media screen and (max-width:1440px) {
    .main__counters {
        padding-top: 100px
    }
}

@media screen and (max-width:1376px) {
    .main__counters {
        padding-top: 75px
    }
}

@media screen and (max-width:1000px) {
    .main__counters {
        flex-wrap: wrap
    }
}

@media screen and (max-width:768px) {
    .main__counters {
        flex-wrap: wrap;
        padding-top: 40px
    }
}

@media screen and (max-width:414px) {
    .main__counters {
        padding-top: 20px
    }
}

.main--animate .main__title--large span,
.main--animate .main__title--small span {
    transform: translateX(0);
    opacity: 1
}

.main-map {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 53%;
    z-index: 1;
    display: none
}

.main-map svg {
    max-width: 1450px;
    height: 860px;
    transition: all .5s;
    transform: scale(0);
    opacity: .1
}

@media screen and (max-width:1440px) {
    .main-map svg {
        max-width: 1100px;
        height: 700px
    }
}

@media screen and (max-width:1280px) {
    .main-map svg {
        max-width: 920px;
        height: 600px
    }
}

@media screen and (max-width:1000px) {
    .main-map svg {
        max-width: 600px;
        height: 400px
    }
}

@media screen and (max-width:576px) {
    .main-map svg {
        max-width: 340px;
        height: 220px
    }
}

.main-map svg .st-map {
    transition: all 3s;
    transform-origin: center center;
    fill: #2e3c73;
    stroke: #fff;
    stroke-width: .5;
    stroke-miterlimit: 10;
    stroke-dasharray: 1000
}

.main-map--enter svg {
    transform: scale(1)
}

.main-map--enter svg g:first-child .st-map {
    animation: map-scale .1s linear, fill-map 5s ease-in-out infinite
}

.main-map--enter svg g:nth-child(2) .st-map {
    animation: map-scale .2s linear, fill-map 5s ease-in-out infinite
}

.main-map--enter svg g:nth-child(3) .st-map {
    animation: map-scale .3s linear, fill-map 8s ease-in-out infinite
}

.main-map--enter svg g:nth-child(4) .st-map {
    animation: map-scale .4s linear, fill-map 8s ease-in-out infinite
}

.main-map--enter svg g:nth-child(5) .st-map {
    animation: map-scale .5s linear, fill-map 6s ease-in-out infinite
}

.main-map--enter svg g:nth-child(6) .st-map {
    animation: map-scale .6s linear, fill-map 8s ease-in-out infinite
}

.main-map--enter svg g:nth-child(7) .st-map {
    animation: map-scale .7s linear, fill-map 8s ease-in-out infinite
}

.main-map--enter svg g:nth-child(8) .st-map {
    animation: map-scale .8s linear, fill-map 6s ease-in-out infinite
}

.main-map--enter svg g:nth-child(9) .st-map {
    animation: map-scale .9s linear, fill-map 4s ease-in-out infinite
}

.main-map--enter svg g:nth-child(10) .st-map {
    animation: map-scale 1s linear, fill-map 6s ease-in-out infinite
}

.main-map--enter svg g:nth-child(11) .st-map {
    animation: map-scale 1.1s linear, fill-map 7s ease-in-out infinite
}

.main-map--enter svg g:nth-child(12) .st-map {
    animation: map-scale 1.2s linear, fill-map 4s ease-in-out infinite
}

.main-map--enter svg g:nth-child(13) .st-map {
    animation: map-scale 1.3s linear, fill-map 7s ease-in-out infinite
}

.main-map--enter svg g:nth-child(14) .st-map {
    animation: map-scale 1.4s linear, fill-map 5s ease-in-out infinite
}

.main-map--enter svg g:nth-child(15) .st-map {
    animation: map-scale 1.5s linear, fill-map 8s ease-in-out infinite
}

.main-map--enter svg g:nth-child(16) .st-map {
    animation: map-scale 1.6s linear, fill-map 8s ease-in-out infinite
}

.main-map--enter svg g:nth-child(17) .st-map {
    animation: map-scale 1.7s linear, fill-map 6s ease-in-out infinite
}

.main-map--enter svg g:nth-child(18) .st-map {
    animation: map-scale 1.8s linear, fill-map 4s ease-in-out infinite
}

.main-map--enter svg g:nth-child(19) .st-map {
    animation: map-scale 1.9s linear, fill-map 7s ease-in-out infinite
}

.main-map--enter svg g:nth-child(20) .st-map {
    animation: map-scale 2s linear, fill-map 4s ease-in-out infinite
}

.main-map--enter svg g:nth-child(21) .st-map {
    animation: map-scale 2.1s linear, fill-map 4s ease-in-out infinite
}

.main-map--enter svg g:nth-child(22) .st-map {
    animation: map-scale 2.2s linear, fill-map 7s ease-in-out infinite
}

.main-map--enter svg g:nth-child(23) .st-map {
    animation: map-scale 2.3s linear, fill-map 7s ease-in-out infinite
}

.main-map--enter svg g:nth-child(24) .st-map {
    animation: map-scale 2.4s linear, fill-map 8s ease-in-out infinite
}

.main-map--enter svg g:nth-child(25) .st-map {
    animation: map-scale 2.5s linear, fill-map 7s ease-in-out infinite
}

.main-map--enter svg g:nth-child(26) .st-map {
    animation: map-scale 2.6s linear, fill-map 4s ease-in-out infinite
}

.main-map--enter svg g:nth-child(27) .st-map {
    animation: map-scale 2.7s linear, fill-map 4s ease-in-out infinite
}

.main-video {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 0
}

@media screen and (max-width:768px) {
    .main-video {
        height: 100vh
    }
}

@media screen and (max-width:414px) {
    .main-video {
        min-height: 100vh
    }
}

.main-video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;

    background: rgba(0, 0, 0, .5);
}

.main-video .transparent-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-image: url(../images/bg.jpg);
    background-size: cover;

}

.whats-new {
    padding-top: 100px;
    padding-bottom: 100px;
    transition: all 1s
}

@media screen and (max-width:576px) {
    .whats-new {
        padding-top: 30px
    }

    .main-video .transparent-bg {
        background-image: url(../images/bg_mob.jpg);
        background-size: cover;
        background-position: center;
    }
}

.whats-new__top {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    position: relative;
    padding: 40px 0 50px
}

@media screen and (max-width:1000px) {
    .whats-new__top {
        padding: 0
    }
}

.whats-new__top .section-title {
    padding: 0
}

@media screen and (max-width:768px) {

    .whats-new__top .btn-to-discover,
    .whats-new__top .btn__back,
    .whats-new__top .btn__see-more {
        display: none
    }
}

.whats-new__slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    transition: all 1s ease-in-out;
    position: relative
}




.whats-new__slider--hide {
    transform: translateY(200px);
    opacity: 0
}

.whats-new__slider.slider-toched .swiper-wrapper {
    transition: transform 0s ease-out !important
}


.whats-new .swiper-scrollbar {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 10px;
    background: rgba(0, 0, 0, .1)
}

.whats-new .swiper-scrollbar .swiper-scrollbar-drag {
    height: 100%;
    transition: transform .8s cubic-bezier(.165, .84, .44, 1) !important;
    background: rgba(0, 0, 0, .4)
}

.whats-new-pagination {
    display: none;
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: -40px !important;
    margin: 0 auto;
    height: 50px;
    align-items: center;
    justify-content: center
}

.whats-new-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #122042;
    border-radius: 150%;
    font-size: 0 !important;
    opacity: 1 !important;
    transition: all .1s;
    font-size: 14px;
    color: #122042;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px !important
}

@media screen and (max-width:768px) {
    .whats-new-pagination .swiper-pagination-bullet {
        margin: 0 5px !important
    }
}

.whats-new-pagination .swiper-pagination-bullet-active {
    width: 45px;
    height: 45px;
    background: none;
    font-size: 14px !important;
    border: 1px solid #122042
}

@media screen and (max-width:768px) {
    .whats-new-pagination .swiper-pagination-bullet-active {
        width: 32px;
        height: 32px
    }
}

@media screen and (max-width:576px) {
    .whats-new-pagination {
        display: flex
    }
}

.whats-new .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    align-items: center;
    justify-content: space-between;
    transition: transform .8s cubic-bezier(.165, .84, .44, 1) !important
}

.whats-new__item {
    height: 505px;
    padding: 20px 40px 70px 30px;
    position: relative;
    color: #fff;
    transition: all 1s ease-in-out;
    transition-delay: .1s;
    border-radius: 16px;
}


@media screen and (max-width:1600px) {
    .whats-new__item {
        height: 577px
    }
}

@media screen and (max-width:1440px) {
    .whats-new__item {
        height: 620px;
        padding: 20px 30px 70px 20px
    }
}

@media screen and (max-width:1376px) {
    .whats-new__item {
        height: 620px;
        padding: 20px 30px 70px 20px
    }
}

@media screen and (max-width:1280px) {
    .whats-new__item {
        height: 472px;
        padding: 10px 20px 20px 25px
    }
}

@media screen and (max-width:1000px) {
    .whats-new__item {
        max-width: 45%;
        flex: 0 0 45%
    }

}

@media screen and (max-width:768px) {
    .whats-new__item {
        max-width: 48%;
        flex: 0 0 48%
    }
}

@media screen and (max-width:576px) {
    .whats-new__item {
        max-width: 100%;
        flex: 0 0 100%
    }

    .whats-new .swiper-wrapper {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .whats-new__item {
        height: auto;
        padding: 10px 20px 64px 25px
    }


}

.whats-new__item-date {
    font-size: 16px;
    margin-top: 15px;
    color: #fff
}

@media screen and (max-width:1600px) {
    .whats-new__item-date {
        margin-top: 10px
    }
}

@media screen and (max-width:1440px) {
    .whats-new__item-date {
        margin-top: 10px;
        font-size: 13px
    }
}

@media screen and (max-width:1280px) {
    .whats-new__item-date {
        margin-top: 15px
    }
}

@media screen and (max-width:768px) {
    .whats-new__item-date {
        margin-top: 10px
    }
}

.whats-new__item-title {
    margin-top: 35px;
    font-weight: 700;
    font-size: 24px;
    color: #fff
}

@media screen and (max-width:1600px) {
    .whats-new__item-title {
        font-size: 20px
    }
}

@media screen and (max-width:1440px) {
    .whats-new__item-title {
        font-size: 16px
    }
}

@media screen and (max-width:768px) {
    .whats-new__item-title {
        font-size: 13px;
        margin-top: 15px
    }
}

@media screen and (max-width:576px) {
    .whats-new__item-title {
        font-size: 18px;
        margin-top: 20px;
        font-weight: 700;
    }
}

.whats-new__item-text {
    margin-top: 25px;
    line-height: 135%;
    color: #fff
}

.whats-new__item-text ul {
    padding: 0;
    margin: 8px 0px 8px 32px;
    list-style-type: circle;
}

@media screen and (max-width:1600px) {
    .whats-new__item-text {
        font-size: 16px;
        margin-top: 20px
    }
}

@media screen and (max-width:1440px) {
    .whats-new__item-text {
        margin-top: 10px;
        font-size: 14px
    }
}

@media screen and (max-width:1280px) {
    .whats-new__item-text {
        margin-top: 15px
    }
}

@media screen and (max-width:768px) {
    .whats-new__item-text {
        font-size: 10px
    }
}

@media screen and (max-width:576px) {
    .whats-new__item-text {
        font-size: 12px
    }
}

.whats-new__item-tags {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap
}

@media screen and (max-width:1600px) {
    .whats-new__item-tags {
        margin-top: 50px
    }
}

@media screen and (max-width:1440px) {
    .whats-new__item-tags {
        margin-top: 20px
    }
}

@media screen and (max-width:768px) {
    .whats-new__item-tags {
        margin-top: 15px
    }
}

@media screen and (max-width:576px) {
    .whats-new__item-tags {
        margin-top: 20px
    }
}

.whats-new__item-tags .tag {
    padding: 8px 16px;
    color: #000;
    font-size: 12px;
    background-color: #a1c1e6;
    margin-right: 16px;
    margin-bottom: 16px
}

@media screen and (max-width:1440px) {
    .whats-new__item-tags .tag {
        padding: 8px 12px;
        font-size: 11px
    }
}

@media screen and (max-width:1280px) {
    .whats-new__item-tags .tag {
        padding: 8px 12px;
        font-size: 10px;
        margin-right: 10px
    }
}

@media screen and (max-width:768px) {
    .whats-new__item-tags .tag {
        font-size: 10px
    }
}

.whats-new__item-transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    background: linear-gradient(0deg, rgba(0, 0, 0, .75), transparent)
}

.whats-new__item-image {
    width: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    transition: width .3s, height .3s, transform 1s;
    bottom: 0;
    left: 0
}

.whats-new__item-more {
    position: absolute;
    bottom: 45px;
    right: 40px;
    text-transform: uppercase
}

@media screen and (max-width:1440px) {
    .whats-new__item-more {
        bottom: 25px;
        right: 25px
    }
}

.whats-new__item-more a,
.whats-new__item-more span {
    transition: all .3s;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
}

.whats-new__item-more a:after,
.whats-new__item-more span:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 120px;
    height: 1px;
    width: 0;
    background-color: #fff;
    transition: all .3s
}

.whats-new__item-more:hover a,
.whats-new__item-more:hover span {
    padding-right: 100px
}

.whats-new__item-more:hover a:after,
.whats-new__item-more:hover span:after {
    width: 62px
}

@media screen and (max-width:1280px) {

    .whats-new__item-more:hover a:after,
    .whats-new__item-more:hover span:after {
        width: 42px
    }
}


.whats-new__item:nth-child(even) {
    background-color: #FFBE18
}

.whats-new__item:nth-child(odd) {
    background-color: #0B4598
}

.whats-new__item:nth-child(even) .whats-new__item-date,
.whats-new__item:nth-child(even) .whats-new__item-text,
.whats-new__item:nth-child(even) .whats-new__item-title {
    color: #122042
}

.whats-new__item:nth-child(even) .whats-new__item-transparent {
    background: linear-gradient(0deg, hsla(0, 0%, 100%, .75), transparent)
}

.whats-new__item:nth-child(even) .whats-new__item-more a,
.whats-new__item:nth-child(even) .whats-new__item-more span {
    color: #122042
}

.whats-new__item:nth-child(even) .whats-new__item-more a:after,
.whats-new__item:nth-child(even) .whats-new__item-more span:after {
    background-color: #122042
}





.whats-new__item:hover .whats-new__item {
    color: #122042
}

.whats-new__item:hover .whats-new__item-image {
    width: 100%;
    height: 100%
}

.whats-new__item:hover .whats-new__item-transparent {
    opacity: 1
}


.whats-new__content {
    transition: all .4s ease-in-out
}

.whats-new__content--discover .whats-new__slider {
    touch-action: none
}



@media screen and (max-width:1000px) {
    .whats-new__content--discover .whats-new__item:nth-child(n+3) {
        visibility: visible;
        opacity: 1;
        display: block
    }
}



.our-presence {
    background-color: #2c355f;
    padding: 100px 0 50px
}

.our-presence,
.our-presence .container {
    position: relative
}

@media screen and (max-width:576px) {
    .our-presence .container {
        position: static
    }
}

@media screen and (max-width:1280px) {
    .our-presence {
        padding-bottom: 120px
    }
}

@media screen and (max-width:1000px) {
    .our-presence {
        padding: 20px 0 300px
    }
}

@media screen and (max-width:576px) {
    .our-presence {
        padding-bottom: 290px
    }
}

@media screen and (max-width:375px) {
    .our-presence {
        padding-bottom: 300px
    }
}

.our-presence__map {
    text-align: center;
    width: 1150px;
    position: relative;
    margin: 0 auto
}

@media screen and (max-width:1280px) {
    .our-presence__map {
        width: 900px
    }
}

@media screen and (max-width:1000px) {
    .our-presence__map {
        width: 700px
    }
}

@media screen and (max-width:768px) {
    .our-presence__map {
        width: 100%
    }
}

.our-presence__map img,
.our-presence__map svg {
    width: 100%;
    margin: 0 auto
}

.our-presence__map img .region,
.our-presence__map svg .region {
    cursor: pointer;
    position: relative
}

.our-presence__map img .region.hover path,
.our-presence__map img .region:hover path,
.our-presence__map svg .region.hover path,
.our-presence__map svg .region:hover path {
    fill: #ecbc2d
}

.our-presence__map img .region.hover-cliked path,
.our-presence__map svg .region.hover-cliked path {
    fill: #ecbc2d !important
}

.our-presence__map img .st3-presence,
.our-presence__map svg .st3-presence {
    pointer-events: none
}

.our-presence__map .presence-titles .presence-title {
    font-size: 21px;
    position: absolute;
    color: #efd037;
    text-transform: capitalize;
    font-weight: 600
}

.our-presence__map .presence-titles .presence-title[data-region=kyiv] {
    font-size: 36px;
    left: 44%;
    top: 28%
}

.our-presence__map .presence-titles .presence-title.hover {
    color: #122042
}

.our-presence__info,
.our-presence__occupied {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    max-width: 450px;
    border-radius: 10px;
    width: 100%;
    padding: 20px 30px;
    color: #122042;
    z-index: 12
}

@media screen and (max-width:1000px) {

    .our-presence__info,
    .our-presence__occupied {
        max-width: 450px
    }
}

@media screen and (max-width:576px) {

    .our-presence__info,
    .our-presence__occupied {
        max-width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px
    }
}

.our-presence__info.hide,
.our-presence__occupied.hide {
    opacity: 0;
    visibility: hidden;
    top: 0;
    right: 0
}

.our-presence__info-close,
.our-presence__occupied-close {
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 24px;
    cursor: pointer;
    border: none;
    background: none
}

@media screen and (max-width:1000px) {

    .our-presence__info-close,
    .our-presence__occupied-close {
        top: -32px;
        padding: 0
    }
}

.our-presence__info-header,
.our-presence__info-subheader,
.our-presence__occupied-header,
.our-presence__occupied-subheader {
    display: flex;
    align-content: center;
    justify-content: space-between
}

.our-presence__info-header .count,
.our-presence__info-subheader .count,
.our-presence__occupied-header .count,
.our-presence__occupied-subheader .count {
    flex: 0 0 35%;
    font-size: 16px
}

@media screen and (max-width:576px) {

    .our-presence__info-header .count,
    .our-presence__info-subheader .count,
    .our-presence__occupied-header .count,
    .our-presence__occupied-subheader .count {
        flex: 0 0 47%
    }
}

.our-presence__info-header .count span,
.our-presence__info-subheader .count span,
.our-presence__occupied-header .count span,
.our-presence__occupied-subheader .count span {
    font-size: 18px;
    font-weight: 700
}

@media screen and (max-width:1280px) {

    .our-presence__info-header .count span,
    .our-presence__info-subheader .count span,
    .our-presence__occupied-header .count span,
    .our-presence__occupied-subheader .count span {
        font-size: 16px
    }
}

@media screen and (max-width:1280px) {

    .our-presence__info-header .count,
    .our-presence__info-subheader .count,
    .our-presence__occupied-header .count,
    .our-presence__occupied-subheader .count {
        font-size: 14px
    }
}

.our-presence__info-header,
.our-presence__occupied-header {
    align-items: center;
    padding-bottom: 12px;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
    position: relative
}

@media screen and (max-width:1000px) {

    .our-presence__info-header,
    .our-presence__occupied-header {
        margin-top: 16px
    }
}

.our-presence__info-header .title,
.our-presence__occupied-header .title {
    font-size: 24px;
    font-weight: 700;
    flex: 0 0 60%;
    padding-right: 8px
}

@media screen and (max-width:1280px) {

    .our-presence__info-header .title,
    .our-presence__occupied-header .title {
        font-size: 18px
    }
}

.our-presence__info-header--eu .title,
.our-presence__occupied-header--eu .title {
    flex: 0 0 80%
}

.our-presence__info-header--eu .count,
.our-presence__occupied-header--eu .count {
    display: none
}

.our-presence__info-subheader,
.our-presence__occupied-subheader {
    padding: 20px 0 16px;
    border-bottom: 1px solid #e9e9e9
}

.our-presence__info-contacts,
.our-presence__occupied-contacts {
    padding: 21px 0 12px
}

.our-presence__info-contacts .address,
.our-presence__occupied-contacts .address {
    position: relative;
    padding-left: 40px;
    color: #122042;
    margin-bottom: 24px;
    line-height: 150%
}

.our-presence__info-contacts .address span,
.our-presence__occupied-contacts .address span {
    font-weight: 700;
    display: block
}

.our-presence__info-contacts .address svg,
.our-presence__occupied-contacts .address svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px
}

@media screen and (max-width:1280px) {

    .our-presence__info-contacts .address svg,
    .our-presence__occupied-contacts .address svg {
        width: 16px
    }
}

@media screen and (max-width:1280px) {

    .our-presence__info-contacts .address,
    .our-presence__occupied-contacts .address {
        font-size: 14px
    }
}

.our-presence__info-contacts .social-list,
.our-presence__occupied-contacts .social-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 8px
}

.our-presence__info-contacts .social-list .item,
.our-presence__occupied-contacts .social-list .item {
    max-width: 100%;
    flex: 0 0 100%;
    position: relative;
    padding-left: 40px;
    display: flex;
    align-items: flex-start;
    color: #122042;
    transition: all .2s;
    margin-bottom: 8px
}

.our-presence__info-contacts .social-list .item svg,
.our-presence__occupied-contacts .social-list .item svg {
    position: absolute;
    left: 0;
    top: 0;
    transition: all .2s;
    width: 20px
}

.our-presence__info-contacts .social-list .item:hover,
.our-presence__occupied-contacts .social-list .item:hover {
    color: #000
}

.our-presence__info-contacts .social-list .item:hover svg,
.our-presence__occupied-contacts .social-list .item:hover svg {
    fill: #000
}

@media screen and (max-width:1280px) {

    .our-presence__info-contacts .social-list .item,
    .our-presence__occupied-contacts .social-list .item {
        font-size: 16px
    }

    .our-presence__info-contacts .social-list .item svg,
    .our-presence__occupied-contacts .social-list .item svg {
        width: 16px
    }
}

@media screen and (max-width:576px) {

    .our-presence__info-contacts .social-list .item,
    .our-presence__occupied-contacts .social-list .item {
        font-size: 14px
    }
}

.our-presence__info-contacts .more-news,
.our-presence__occupied-contacts .more-news {
    display: flex;
    justify-content: center;
    padding: 16px 0 8px;
    border-top: 1px solid #000
}

.our-presence__info-contacts .more-news a,
.our-presence__occupied-contacts .more-news a {
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    color: #122042
}

.our-presence__info-contacts .more-news a:hover,
.our-presence__occupied-contacts .more-news a:hover {
    color: #000
}

.our-presence__info-contacts .phone,
.our-presence__occupied-contacts .phone {
    margin-bottom: 20px
}

.our-presence__info-contacts .phone .item,
.our-presence__occupied-contacts .phone .item {
    position: relative;
    padding-left: 40px;
    display: flex;
    align-items: flex-start;
    color: #122042;
    transition: all .2s;
    margin-bottom: 8px
}

.our-presence__info-contacts .phone .item svg,
.our-presence__occupied-contacts .phone .item svg {
    position: absolute;
    left: 0;
    top: 0;
    fill: #122042;
    transition: all .2s;
    width: 20px
}

.our-presence__info-contacts .phone .item svg .st0,
.our-presence__occupied-contacts .phone .item svg .st0 {
    fill: #122042
}

.our-presence__info-contacts .phone .item:hover,
.our-presence__occupied-contacts .phone .item:hover {
    color: #000
}

.our-presence__info-contacts .phone .item:hover svg,
.our-presence__info-contacts .phone .item:hover svg .st0,
.our-presence__occupied-contacts .phone .item:hover svg,
.our-presence__occupied-contacts .phone .item:hover svg .st0 {
    fill: #000
}

@media screen and (max-width:1280px) {

    .our-presence__info-contacts .phone .item,
    .our-presence__occupied-contacts .phone .item {
        font-size: 16px
    }

    .our-presence__info-contacts .phone .item svg,
    .our-presence__occupied-contacts .phone .item svg {
        width: 16px
    }
}

@media screen and (max-width:576px) {

    .our-presence__info-contacts .phone .item,
    .our-presence__occupied-contacts .phone .item {
        font-size: 14px
    }
}

.our-presence__occupied {
    max-width: 200px
}

.our-presence__occupied p {
    color: #122042;
    font-weight: 600;
    margin: 0;
    font-size: 18px
}

.our-presence__content {
    position: relative;
    margin-top: -20px
}

@media screen and (max-width:768px) {
    .our-presence__content {
        margin-top: 0
    }
}

.our-presence__pins .pin {
    position: absolute;
    cursor: pointer
}

.our-presence__pins .pin.occupied {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: transparent
}

@media screen and (max-width:768px) {
    .our-presence__pins .pin.occupied {
        width: 24px;
        height: 24px
    }
}

@media screen and (max-width:576px) {
    .our-presence__pins .pin.occupied {
        width: 20px;
        height: 20px
    }
}

.our-presence__pins .pin svg {
    width: 32px
}

@media screen and (max-width:1280px) {
    .our-presence__pins .pin svg {
        width: 24px
    }
}

@media screen and (max-width:768px) {
    .our-presence__pins .pin svg {
        width: 21px;
        width: 12px
    }
}

.our-presence__pins .pin svg circle {
    fill: #122042;
    transition: all .3s
}

.our-presence__pins .pin svg path {
    fill: #fff;
    transition: all .3s
}

.our-presence__pins .pin.eu-office {
    cursor: pointer
}

.our-presence__pins .pin.eu-office svg circle {
    fill: #fff !important;
    transition: all .3s
}

.our-presence__pins .pin.eu-office svg path {
    fill: #e6393b !important;
    transition: all .3s
}

.our-presence__pins .pin span {
    display: block;
    font-size: 21px;
    font-weight: 600;
    color: #122042;
    transition: all .3s
}

@media screen and (max-width:1280px) {
    .our-presence__pins .pin span {
        font-size: 16px
    }
}

@media screen and (max-width:1000px) {
    .our-presence__pins .pin span {
        display: none
    }
}

.our-presence__pins .pin[data-region=kyiv] {
    top: 170px;
    left: 46%
}

@media screen and (max-width:1280px) {
    .our-presence__pins .pin[data-region=kyiv] {
        top: 130px
    }
}

@media screen and (max-width:1000px) {
    .our-presence__pins .pin[data-region=kyiv] {
        top: 100px
    }
}

@media screen and (max-width:768px) {
    .our-presence__pins .pin[data-region=kyiv] {
        top: 80px
    }
}

@media screen and (max-width:576px) {
    .our-presence__pins .pin[data-region=kyiv] {
        top: 40px;
        left: 44%
    }
}

.our-presence__pins .pin[data-region=zhytomyr] {
    top: 135px;
    left: 34%;
    text-align: center
}

@media screen and (max-width:1440px) {
    .our-presence__pins .pin[data-region=zhytomyr] {
        left: 32%
    }
}

@media screen and (max-width:1280px) {
    .our-presence__pins .pin[data-region=zhytomyr] {
        top: 120px
    }
}

@media screen and (max-width:1000px) {
    .our-presence__pins .pin[data-region=zhytomyr] {
        top: 80px;
        left: 32%
    }
}

@media screen and (max-width:768px) {
    .our-presence__pins .pin[data-region=zhytomyr] {
        top: 65px
    }
}

@media screen and (max-width:576px) {
    .our-presence__pins .pin[data-region=zhytomyr] {
        top: 30px
    }
}

.our-presence__pins .pin[data-region=rivne] {
    top: 90px;
    left: 28.5%;
    text-align: center
}

@media screen and (max-width:1600px) {
    .our-presence__pins .pin[data-region=rivne] {
        left: 28%
    }
}

@media screen and (max-width:1440px) {
    .our-presence__pins .pin[data-region=rivne] {
        left: 24%
    }
}

@media screen and (max-width:1280px) {
    .our-presence__pins .pin[data-region=rivne] {
        left: 27%
    }
}

@media screen and (max-width:1000px) {
    .our-presence__pins .pin[data-region=rivne] {
        top: 60px;
        left: 24%
    }
}

@media screen and (max-width:768px) {
    .our-presence__pins .pin[data-region=rivne] {
        top: 50px
    }
}

@media screen and (max-width:576px) {
    .our-presence__pins .pin[data-region=rivne] {
        top: 25px;
        left: 23%
    }
}

.our-presence__pins .pin[data-region=lutsk] {
    top: 70px;
    left: 21.5%;
    text-align: center
}

@media screen and (max-width:1600px) {
    .our-presence__pins .pin[data-region=lutsk] {
        left: 20%
    }
}

@media screen and (max-width:1440px) {
    .our-presence__pins .pin[data-region=lutsk] {
        left: 15%
    }
}

@media screen and (max-width:1280px) {
    .our-presence__pins .pin[data-region=lutsk] {
        top: 85px
    }
}

@media screen and (max-width:1000px) {
    .our-presence__pins .pin[data-region=lutsk] {
        top: 45px;
        left: 16%
    }
}

@media screen and (max-width:576px) {
    .our-presence__pins .pin[data-region=lutsk] {
        top: 20px
    }
}

.our-presence__pins .pin[data-region=lviv] {
    top: 210px;
    left: 17.5%;
    text-align: center
}

@media screen and (max-width:1600px) {
    .our-presence__pins .pin[data-region=lviv] {
        left: 16%
    }
}

@media screen and (max-width:1440px) {
    .our-presence__pins .pin[data-region=lviv] {
        left: 10%
    }
}

@media screen and (max-width:1280px) {
    .our-presence__pins .pin[data-region=lviv] {
        top: 180px;
        left: 12%
    }
}

@media screen and (max-width:1000px) {
    .our-presence__pins .pin[data-region=lviv] {
        top: 140px;
        left: 10%
    }
}

@media screen and (max-width:768px) {
    .our-presence__pins .pin[data-region=lviv] {
        top: 100px
    }
}

@media screen and (max-width:576px) {
    .our-presence__pins .pin[data-region=lviv] {
        top: 60px
    }
}

.our-presence__pins .pin[data-region=uzhhorod] {
    top: 345px;
    left: 13%;
    text-align: center
}

.our-presence__pins .pin[data-region=uzhhorod] span {
    font-size: 18px
}

@media screen and (max-width:1600px) {
    .our-presence__pins .pin[data-region=uzhhorod] {
        left: 10%
    }
}

@media screen and (max-width:1440px) {
    .our-presence__pins .pin[data-region=uzhhorod] {
        left: 4%
    }
}

@media screen and (max-width:1280px) {
    .our-presence__pins .pin[data-region=uzhhorod] {
        top: 282px;
        left: 6%
    }
}

@media screen and (max-width:1000px) {
    .our-presence__pins .pin[data-region=uzhhorod] {
        top: 220px;
        left: 7%
    }
}

@media screen and (max-width:768px) {
    .our-presence__pins .pin[data-region=uzhhorod] {
        top: 170px
    }
}

@media screen and (max-width:576px) {
    .our-presence__pins .pin[data-region=uzhhorod] {
        top: 105px
    }
}

@media screen and (max-width:375px) {
    .our-presence__pins .pin[data-region=uzhhorod] {
        top: 95px
    }
}

.our-presence__pins .pin[data-region=ivano-frankivsk] {
    top: 290px;
    left: 16.5%;
    text-align: center
}

.our-presence__pins .pin[data-region=ivano-frankivsk] span {
    font-size: 18px
}

@media screen and (max-width:1600px) {
    .our-presence__pins .pin[data-region=ivano-frankivsk] {
        left: 15%
    }
}

@media screen and (max-width:1440px) {
    .our-presence__pins .pin[data-region=ivano-frankivsk] {
        left: 9%
    }
}

@media screen and (max-width:1280px) {
    .our-presence__pins .pin[data-region=ivano-frankivsk] {
        top: 235px;
        left: 10%
    }

    .our-presence__pins .pin[data-region=ivano-frankivsk] span {
        font-size: 16px
    }
}

@media screen and (max-width:1000px) {
    .our-presence__pins .pin[data-region=ivano-frankivsk] {
        top: 200px;
        left: 15%
    }
}

@media screen and (max-width:768px) {
    .our-presence__pins .pin[data-region=ivano-frankivsk] {
        top: 150px;
        left: 12%
    }
}

@media screen and (max-width:576px) {
    .our-presence__pins .pin[data-region=ivano-frankivsk] {
        top: 80px
    }
}

.our-presence__pins .pin[data-region=chernivtsi] {
    top: 355px;
    left: 23.5%;
    text-align: center
}

.our-presence__pins .pin[data-region=chernivtsi] span {
    font-size: 18px
}

@media screen and (max-width:1280px) {
    .our-presence__pins .pin[data-region=chernivtsi] span {
        font-size: 16px
    }
}

@media screen and (max-width:1600px) {
    .our-presence__pins .pin[data-region=chernivtsi] {
        left: 23%;
        top: 360px
    }
}

@media screen and (max-width:1440px) {
    .our-presence__pins .pin[data-region=chernivtsi] {
        left: 18%
    }
}

@media screen and (max-width:1280px) {
    .our-presence__pins .pin[data-region=chernivtsi] {
        top: 280px;
        left: 20%
    }
}

@media screen and (max-width:1000px) {
    .our-presence__pins .pin[data-region=chernivtsi] {
        top: 220px;
        left: 22%
    }
}

@media screen and (max-width:768px) {
    .our-presence__pins .pin[data-region=chernivtsi] {
        top: 170px;
        left: 18%
    }
}

@media screen and (max-width:576px) {
    .our-presence__pins .pin[data-region=chernivtsi] {
        top: 100px
    }
}

@media screen and (max-width:375px) {
    .our-presence__pins .pin[data-region=chernivtsi] {
        top: 95px
    }
}

.our-presence__pins .pin[data-region=ternopil] {
    top: 245px;
    left: 24%;
    text-align: center
}

@media screen and (max-width:1600px) {
    .our-presence__pins .pin[data-region=ternopil] {
        left: 22%
    }
}

@media screen and (max-width:1440px) {
    .our-presence__pins .pin[data-region=ternopil] {
        left: 18%
    }
}

@media screen and (max-width:1280px) {
    .our-presence__pins .pin[data-region=ternopil] {
        top: 200px;
        left: 20%
    }
}

@media screen and (max-width:1000px) {
    .our-presence__pins .pin[data-region=ternopil] {
        top: 150px;
        left: 19%
    }
}

@media screen and (max-width:768px) {
    .our-presence__pins .pin[data-region=ternopil] {
        top: 120px
    }
}

@media screen and (max-width:576px) {
    .our-presence__pins .pin[data-region=ternopil] {
        top: 70px
    }
}

.our-presence__pins .pin[data-region=khmelnytsky] {
    top: 220px;
    left: 29%;
    text-align: center
}

@media screen and (max-width:1600px) {
    .our-presence__pins .pin[data-region=khmelnytsky] {
        left: 27.5%
    }
}

@media screen and (max-width:1440px) {
    .our-presence__pins .pin[data-region=khmelnytsky] {
        left: 23.5%
    }
}

@media screen and (max-width:1280px) {
    .our-presence__pins .pin[data-region=khmelnytsky] {
        top: 180px;
        left: 24.5%
    }
}

@media screen and (max-width:1000px) {
    .our-presence__pins .pin[data-region=khmelnytsky] {
        top: 160px;
        left: 26%
    }
}

@media screen and (max-width:768px) {
    .our-presence__pins .pin[data-region=khmelnytsky] {
        top: 115px
    }
}

@media screen and (max-width:576px) {
    .our-presence__pins .pin[data-region=khmelnytsky] {
        top: 65px
    }
}

.our-presence__pins .pin[data-region=vinnytsia] {
    top: 300px;
    left: 37%;
    text-align: center
}

@media screen and (max-width:1440px) {
    .our-presence__pins .pin[data-region=vinnytsia] {
        left: 35%
    }
}

@media screen and (max-width:1280px) {
    .our-presence__pins .pin[data-region=vinnytsia] {
        top: 245px
    }
}

@media screen and (max-width:1000px) {
    .our-presence__pins .pin[data-region=vinnytsia] {
        top: 180px;
        left: 36%
    }
}

@media screen and (max-width:768px) {
    .our-presence__pins .pin[data-region=vinnytsia] {
        top: 150px
    }
}

@media screen and (max-width:576px) {
    .our-presence__pins .pin[data-region=vinnytsia] {
        top: 85px
    }
}

.our-presence__pins .pin[data-region=cherkasy] {
    top: 275px;
    left: 47%;
    text-align: center
}

@media screen and (max-width:1440px) {
    .our-presence__pins .pin[data-region=cherkasy] {
        top: 265px
    }
}

@media screen and (max-width:1280px) {
    .our-presence__pins .pin[data-region=cherkasy] {
        top: 220px
    }
}

@media screen and (max-width:1000px) {
    .our-presence__pins .pin[data-region=cherkasy] {
        top: 170px;
        left: 50%
    }
}

@media screen and (max-width:768px) {
    .our-presence__pins .pin[data-region=cherkasy] {
        top: 140px
    }
}

@media screen and (max-width:576px) {
    .our-presence__pins .pin[data-region=cherkasy] {
        top: 75px
    }
}

.our-presence__pins .pin[data-region=chernihiv] {
    top: 75px;
    left: 50%;
    text-align: center
}

@media screen and (max-width:1000px) {
    .our-presence__pins .pin[data-region=chernihiv] {
        top: 50px;
        left: 52%
    }
}

@media screen and (max-width:576px) {
    .our-presence__pins .pin[data-region=chernihiv] {
        top: 15px
    }
}

.our-presence__pins .pin[data-region=sumy] {
    top: 100px;
    left: 60%;
    text-align: center
}

@media screen and (max-width:1440px) {
    .our-presence__pins .pin[data-region=sumy] {
        left: 62%
    }
}

@media screen and (max-width:1280px) {
    .our-presence__pins .pin[data-region=sumy] {
        top: 80px
    }
}

@media screen and (max-width:1000px) {
    .our-presence__pins .pin[data-region=sumy] {
        top: 50px
    }
}

@media screen and (max-width:576px) {
    .our-presence__pins .pin[data-region=sumy] {
        top: 20px
    }
}

.our-presence__pins .pin[data-region=poltava] {
    top: 230px;
    left: 58%;
    text-align: center
}

@media screen and (max-width:1440px) {
    .our-presence__pins .pin[data-region=poltava] {
        left: 60%
    }
}

@media screen and (max-width:1280px) {
    .our-presence__pins .pin[data-region=poltava] {
        top: 190px
    }
}

@media screen and (max-width:1000px) {
    .our-presence__pins .pin[data-region=poltava] {
        top: 130px;
        left: 59%
    }
}

@media screen and (max-width:768px) {
    .our-presence__pins .pin[data-region=poltava] {
        top: 100px;
        left: 60%
    }
}

@media screen and (max-width:576px) {
    .our-presence__pins .pin[data-region=poltava] {
        top: 60px
    }
}

.our-presence__pins .pin[data-region=kharkiv] {
    top: 235px;
    left: 69%;
    text-align: center
}

@media screen and (max-width:1600px) {
    .our-presence__pins .pin[data-region=kharkiv] {
        left: 70%
    }
}

@media screen and (max-width:1440px) {
    .our-presence__pins .pin[data-region=kharkiv] {
        left: 73%
    }
}

@media screen and (max-width:1280px) {
    .our-presence__pins .pin[data-region=kharkiv] {
        top: 200px
    }
}

@media screen and (max-width:1000px) {
    .our-presence__pins .pin[data-region=kharkiv] {
        top: 160px;
        left: 75%
    }
}

@media screen and (max-width:768px) {
    .our-presence__pins .pin[data-region=kharkiv] {
        top: 120px;
        left: 76%
    }
}

@media screen and (max-width:576px) {
    .our-presence__pins .pin[data-region=kharkiv] {
        top: 65px
    }
}

.our-presence__pins .pin[data-region=kropyvnytsky] {
    top: 340px;
    left: 49%;
    text-align: center
}

@media screen and (max-width:1280px) {
    .our-presence__pins .pin[data-region=kropyvnytsky] {
        top: 270px
    }
}

@media screen and (max-width:1000px) {
    .our-presence__pins .pin[data-region=kropyvnytsky] {
        top: 210px;
        left: 53%
    }
}

@media screen and (max-width:768px) {
    .our-presence__pins .pin[data-region=kropyvnytsky] {
        top: 165px
    }
}

@media screen and (max-width:576px) {
    .our-presence__pins .pin[data-region=kropyvnytsky] {
        top: 95px
    }
}

.our-presence__pins .pin[data-region=odesa] {
    top: 455px;
    left: 44%;
    text-align: center
}

@media screen and (max-width:1280px) {
    .our-presence__pins .pin[data-region=odesa] {
        top: 365px;
        left: 44%
    }
}

@media screen and (max-width:1000px) {
    .our-presence__pins .pin[data-region=odesa] {
        top: 300px;
        left: 45%
    }
}

@media screen and (max-width:768px) {
    .our-presence__pins .pin[data-region=odesa] {
        top: 220px
    }
}

@media screen and (max-width:576px) {
    .our-presence__pins .pin[data-region=odesa] {
        top: 135px
    }
}

.our-presence__pins .pin[data-region=mykolaiv] {
    top: 440px;
    left: 51%;
    text-align: center
}

@media screen and (max-width:1280px) {
    .our-presence__pins .pin[data-region=mykolaiv] {
        top: 350px
    }
}

@media screen and (max-width:1000px) {
    .our-presence__pins .pin[data-region=mykolaiv] {
        top: 280px;
        left: 51%
    }
}

@media screen and (max-width:768px) {
    .our-presence__pins .pin[data-region=mykolaiv] {
        top: 205px
    }
}

@media screen and (max-width:576px) {
    .our-presence__pins .pin[data-region=mykolaiv] {
        top: 125px;
        left: 52%
    }
}

.our-presence__pins .pin[data-region=kherson] {
    top: 500px;
    left: 57%;
    text-align: center
}

@media screen and (max-width:1280px) {
    .our-presence__pins .pin[data-region=kherson] {
        top: 400px;
        left: 59%
    }
}

@media screen and (max-width:1000px) {
    .our-presence__pins .pin[data-region=kherson] {
        top: 300px;
        left: 60%
    }
}

@media screen and (max-width:768px) {
    .our-presence__pins .pin[data-region=kherson] {
        top: 240px
    }
}

@media screen and (max-width:576px) {
    .our-presence__pins .pin[data-region=kherson] {
        top: 145px
    }
}

@media screen and (max-width:375px) {
    .our-presence__pins .pin[data-region=kherson] {
        top: 135px
    }
}

.our-presence__pins .pin[data-region=dnipro] {
    top: 340px;
    left: 63%;
    text-align: center
}

@media screen and (max-width:1440px) {
    .our-presence__pins .pin[data-region=dnipro] {
        left: 65%
    }
}

@media screen and (max-width:1280px) {
    .our-presence__pins .pin[data-region=dnipro] {
        top: 270px
    }
}

@media screen and (max-width:1000px) {
    .our-presence__pins .pin[data-region=dnipro] {
        top: 220px;
        left: 65%
    }
}

@media screen and (max-width:768px) {
    .our-presence__pins .pin[data-region=dnipro] {
        top: 170px;
        left: 66%
    }
}

@media screen and (max-width:576px) {
    .our-presence__pins .pin[data-region=dnipro] {
        top: 110px
    }
}

@media screen and (max-width:375px) {
    .our-presence__pins .pin[data-region=dnipro] {
        top: 100px
    }
}

.our-presence__pins .pin[data-region=zaporizhzhia] {
    top: 445px;
    left: 64%;
    text-align: center
}

@media screen and (max-width:1440px) {
    .our-presence__pins .pin[data-region=zaporizhzhia] {
        left: 66%
    }
}

@media screen and (max-width:1280px) {
    .our-presence__pins .pin[data-region=zaporizhzhia] {
        top: 345px;
        left: 67%
    }
}

@media screen and (max-width:1000px) {
    .our-presence__pins .pin[data-region=zaporizhzhia] {
        top: 280px;
        left: 73%
    }
}

@media screen and (max-width:768px) {
    .our-presence__pins .pin[data-region=zaporizhzhia] {
        top: 210px
    }
}

@media screen and (max-width:576px) {
    .our-presence__pins .pin[data-region=zaporizhzhia] {
        top: 135px
    }
}

@media screen and (max-width:375px) {
    .our-presence__pins .pin[data-region=zaporizhzhia] {
        top: 125px
    }
}

.our-presence__pins .pin[data-region=donetsk] {
    top: 325px;
    left: 73%;
    text-align: center
}

@media screen and (max-width:1600px) {
    .our-presence__pins .pin[data-region=donetsk] {
        left: 76%
    }
}

@media screen and (max-width:1440px) {
    .our-presence__pins .pin[data-region=donetsk] {
        left: 79%
    }
}

@media screen and (max-width:1280px) {
    .our-presence__pins .pin[data-region=donetsk] {
        left: 78%;
        top: 260px
    }
}

@media screen and (max-width:1000px) {
    .our-presence__pins .pin[data-region=donetsk] {
        top: 210px;
        left: 81%
    }
}

@media screen and (max-width:768px) {
    .our-presence__pins .pin[data-region=donetsk] {
        top: 170px;
        left: 82%
    }
}

@media screen and (max-width:576px) {
    .our-presence__pins .pin[data-region=donetsk] {
        top: 100px
    }
}

@media screen and (max-width:375px) {
    .our-presence__pins .pin[data-region=donetsk] {
        top: 80px
    }
}

.our-presence__pins .pin[data-region=luhansk] {
    top: 260px;
    left: 79%;
    text-align: center
}

@media screen and (max-width:1600px) {
    .our-presence__pins .pin[data-region=luhansk] {
        left: 82%
    }
}

@media screen and (max-width:1440px) {
    .our-presence__pins .pin[data-region=luhansk] {
        left: 85%
    }
}

@media screen and (max-width:1280px) {
    .our-presence__pins .pin[data-region=luhansk] {
        top: 210px;
        left: 84%
    }
}

@media screen and (max-width:1000px) {
    .our-presence__pins .pin[data-region=luhansk] {
        top: 170px;
        left: 87%
    }
}

@media screen and (max-width:768px) {
    .our-presence__pins .pin[data-region=luhansk] {
        top: 130px;
        left: 88%
    }
}

@media screen and (max-width:576px) {
    .our-presence__pins .pin[data-region=luhansk] {
        top: 80px
    }
}

@media screen and (max-width:375px) {
    .our-presence__pins .pin[data-region=luhansk] {
        top: 70px;
        left: 89%
    }
}

.our-presence__pins .pin[data-region=donetsk-occupied] {
    top: 415px;
    left: 78%;
    text-align: center
}

@media screen and (max-width:1600px) {
    .our-presence__pins .pin[data-region=donetsk-occupied] {
        left: 80%
    }
}

@media screen and (max-width:1440px) {
    .our-presence__pins .pin[data-region=donetsk-occupied] {
        left: 85%
    }
}

@media screen and (max-width:1280px) {
    .our-presence__pins .pin[data-region=donetsk-occupied] {
        left: 83%;
        top: 325px
    }
}

@media screen and (max-width:1000px) {
    .our-presence__pins .pin[data-region=donetsk-occupied] {
        left: 84%;
        top: 250px
    }
}

@media screen and (max-width:768px) {
    .our-presence__pins .pin[data-region=donetsk-occupied] {
        left: 86%;
        top: 185px
    }
}

@media screen and (max-width:576px) {
    .our-presence__pins .pin[data-region=donetsk-occupied] {
        top: 115px
    }
}

.our-presence__pins .pin[data-region=luhansk-occupied] {
    top: 380px;
    left: 83%;
    text-align: center
}

@media screen and (max-width:1600px) {
    .our-presence__pins .pin[data-region=luhansk-occupied] {
        left: 84%
    }
}

@media screen and (max-width:1440px) {
    .our-presence__pins .pin[data-region=luhansk-occupied] {
        left: 90%
    }
}

@media screen and (max-width:1280px) {
    .our-presence__pins .pin[data-region=luhansk-occupied] {
        left: 88%;
        top: 290px
    }
}

@media screen and (max-width:1000px) {
    .our-presence__pins .pin[data-region=luhansk-occupied] {
        left: 91%;
        top: 225px
    }
}

@media screen and (max-width:768px) {
    .our-presence__pins .pin[data-region=luhansk-occupied] {
        left: 91%;
        top: 165px
    }
}

@media screen and (max-width:576px) {
    .our-presence__pins .pin[data-region=luhansk-occupied] {
        top: 100px
    }
}

.our-presence__pins .pin[data-region=crimea-occupied] {
    top: 648px;
    left: 60%;
    width: 75px;
    text-align: center;
    height: 75px
}

@media screen and (max-width:1600px) {
    .our-presence__pins .pin[data-region=crimea-occupied] {
        left: 61%
    }
}

@media screen and (max-width:1440px) {
    .our-presence__pins .pin[data-region=crimea-occupied] {
        left: 63%
    }
}

@media screen and (max-width:1280px) {
    .our-presence__pins .pin[data-region=crimea-occupied] {
        left: 61%;
        top: 490px
    }
}

@media screen and (max-width:1000px) {
    .our-presence__pins .pin[data-region=crimea-occupied] {
        left: 62%;
        width: 60px;
        height: 60px;
        top: 380px
    }
}

@media screen and (max-width:768px) {
    .our-presence__pins .pin[data-region=crimea-occupied] {
        left: 63%;
        width: 40px;
        height: 40px;
        top: 290px
    }
}

@media screen and (max-width:576px) {
    .our-presence__pins .pin[data-region=crimea-occupied] {
        left: 63%;
        width: 25px;
        height: 25px;
        top: 175px
    }
}

.our-presence__pins .pin[data-region=eu-office] {
    top: 475px;
    left: 75%
}

.our-presence__pins .pin[data-region=eu-office].hover {
    cursor: default
}

.our-presence__pins .pin[data-region=eu-office].hover svg circle {
    fill: #fff !important
}

.our-presence__pins .pin[data-region=eu-office].hover svg path {
    fill: #e6393b !important
}

.our-presence__pins .pin[data-region=eu-office].hover span {
    color: #122042
}

@media screen and (max-width:1600px) {
    .our-presence__pins .pin[data-region=eu-office] {
        left: 77%
    }
}

@media screen and (max-width:1440px) {
    .our-presence__pins .pin[data-region=eu-office] {
        left: 82%
    }
}

@media screen and (max-width:1280px) {
    .our-presence__pins .pin[data-region=eu-office] {
        left: 80%;
        top: 375px
    }
}

@media screen and (max-width:1000px) {
    .our-presence__pins .pin[data-region=eu-office] {
        left: 82%;
        top: 280px
    }
}

@media screen and (max-width:768px) {
    .our-presence__pins .pin[data-region=eu-office] {
        left: 84%;
        top: 216px
    }
}

@media screen and (max-width:576px) {
    .our-presence__pins .pin[data-region=eu-office] {
        left: 83%;
        top: 127px
    }
}

.our-presence__pins .pin.hover svg circle {
    fill: #fff
}

.our-presence__pins .pin.hover svg path {
    fill: #122042
}

.our-presence__pins .pin.hover span {
    color: #122042
}

.our-presence__pins .pin.hover-cliked svg circle {
    fill: #fff !important
}

.our-presence__pins .pin.hover-cliked svg path {
    fill: #122042 !important
}

.our-presence__pins .pin.hover-cliked span {
    color: #122042 !important
}

.our-presence__pins .pin:hover svg circle {
    fill: #fff
}

.our-presence__pins .pin:hover svg path {
    fill: #122042
}

.our-presence__pins .pin:hover span {
    color: #122042
}

.our-presence__legend {
    position: absolute;
    bottom: -35px;
    z-index: 10;
    left: 0;
    max-width: 450px
}

@media screen and (max-width:1440px) {
    .our-presence__legend {
        max-width: 420px
    }
}

@media screen and (max-width:1280px) {
    .our-presence__legend {
        max-width: 375px;
        bottom: -45px
    }
}

@media screen and (max-width:1000px) {
    .our-presence__legend {
        max-width: 350px;
        bottom: -260px;
        left: 20px
    }
}

@media screen and (max-width:768px) {
    .our-presence__legend {
        max-width: 100%;
        padding-right: 12px
    }
}

@media screen and (max-width:576px) {
    .our-presence__legend {
        bottom: 25px
    }
}

.our-presence__legend-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff
}

@media screen and (max-width:1280px) {
    .our-presence__legend-item {
        font-size: 14px;
        margin-bottom: 12px
    }
}

@media screen and (max-width:1000px) {
    .our-presence__legend-item {
        margin-bottom: 5px
    }
}

.our-presence__legend-item .icon {
    flex: 0 0 32px;
    max-width: 24px;
    height: 24px;
    border-radius: 4px;
    margin-right: 16px
}

.our-presence__legend-item--pioneers .icon {
    background-color: #6b8ec8
}

.our-presence__legend-item--between .icon {
    background-color: #92c1e8
}

.our-presence__legend-item--ministers .icon {
    background-color: #c8e0f3
}

.our-presence__legend-item--occupied .icon {
    background-image: url(../images/occupied-bg_a487ecbf729e53dc02bb10b3c1252834.jpg);
    background-size: cover
}

.our-presence__legend-item--regional .icon {
    height: auto
}

.our-presence__legend-item--regional .icon svg circle {
    fill: #122042;
    transition: all .3s
}

.our-presence__legend-item--regional .icon svg path {
    fill: #fff;
    transition: all .3s
}

.our-presence__legend-item--eu .icon {
    height: auto
}

.our-presence__legend-item--eu .icon svg circle {
    fill: #fff;
    transition: all .3s
}

.our-presence__legend-item--eu .icon svg path {
    fill: #e6393b;
    transition: all .3s
}





.stories {
    background-color: #f2f2f2
}

.stories__slider {
    position: relative;
    height: 850px
}

@media screen and (max-width:1440px) {
    .stories__slider {
        height: 720px
    }
}

@media screen and (max-width:360px) {
    .stories__slider {
        padding: 0 10px
    }
}

.stories__slider-item {
    height: 670px;
    background-color: #000;
    position: relative;
    color: #fff;
    width: 70%;
    border-radius: 16px;
    overflow-x: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.stories__slider-item:hover a,
.stories__slider-item:hover span {
    color: #122042
}

@media screen and (max-width:1440px) {
    .stories__slider-item {
        height: 540px
    }
}

@media screen and (max-width:1000px) {
    .stories__slider-item {
        background-image: none !important
    }
}

@media screen and (max-width:576px) {
    .stories__slider-item {
        width: 90%
    }
}

.stories__slider-item-image img {
    width: 100%;
    height: 100%;
    max-height: 240px;
    -o-object-fit: cover;
    object-fit: cover
}

.stories__slider-item-image--mobile {
    display: none
}

@media screen and (max-width:1000px) {
    .stories__slider-item-image--mobile {
        display: block
    }
}

.stories__slider-item-info {
    width: 48%;
    height: 100%;
    position: absolute;
    padding: 140px 45px 140px 35px;
    transform: translateX(100%);
    transition: all 1s ease-in-out;
    top: 0;
    right: 0;
    background-color: #ecbc2d
}

@media screen and (max-width:1280px) {
    .stories__slider-item-info {
        padding: 70px 25px 70px 20px
    }
}

@media screen and (max-width:1000px) {
    .stories__slider-item-info {
        width: 100%;
        top: auto;
        min-height: 290px;
        max-height: 300px;
        bottom: 0;
        padding: 20px 15px 50px;
        transform: translateX(0);

        position: static
    }
}

.stories__slider-item-info .title {
    font-size: 24px;
    color: #122042;
    font-weight: 700;
    margin-bottom: 150px
}

@media screen and (max-width:1440px) {
    .stories__slider-item-info .title {
        margin-bottom: 80px
    }
}

@media screen and (max-width:1280px) {
    .stories__slider-item-info .title {
        font-size: 21px;
        margin-bottom: 50px
    }
}

@media screen and (max-width:1000px) {
    .stories__slider-item-info .title {
        margin-bottom: 20px
    }
}

@media screen and (max-width:768px) {
    .stories__slider-item-info .title {
        font-size: 18px
    }

    .stories__slider-item-info .title {
        font-size: 16px;
        color: #122042;
        font-weight: 600;
        margin-bottom: 150px
    }
}

.stories__slider-item-info .tags {
    display: flex;
    flex-wrap: wrap
}

.stories__slider-item-info .tags .tag {
    font-size: 14px;
    color: #122042;
    display: block;
    padding: 12px 20px;
    background-color: #a6a9b6;
    margin-right: 10px;
    margin-bottom: 10px
}

@media screen and (max-width:1280px) {
    .stories__slider-item-info .tags .tag {
        padding: 12px
    }
}

@media screen and (max-width:1000px) {
    .stories__slider-item-info .tags .tag {
        font-size: 12px;
        padding: 5px;
        margin-right: 15px;
        margin-bottom: 8px
    }
}

@media screen and (max-width:768px) {
    .stories__slider-item-info .tags .tag {
        font-size: 10px;
        padding: 4px;
        margin-right: 12px
    }
}

.stories__slider-item-info .more {
    position: absolute;
    text-transform: uppercase;
    font-weight: 300;
    bottom: 50px;
    right: 50px
}

@media screen and (max-width:1000px) {
    .stories__slider-item-info .more {
        bottom: 20px
    }
}

.stories__slider-item-info .more a,
.stories__slider-item-info .more span {
    color: #122042;
    display: inline-block;
    transition: all .2s;
    font-size: 17px;
    font-weight: 700;
}

.stories__slider-item-info .more a:after,
.stories__slider-item-info .more span:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 120px;
    height: 1px;
    width: 0;
    background-color: #122042;
    transition: all .3s
}

@media screen and (max-width:768px) {

    .stories__slider-item-info .more a,
    .stories__slider-item-info .more span {
        font-size: 14px
    }
}

.stories__slider-item-info .more:hover a,
.stories__slider-item-info .more:hover span {
    color: #122042;
    padding-right: 100px
}

.stories__slider-item-info .more:hover a:after,
.stories__slider-item-info .more:hover span:after {
    width: 62px
}

.stories__slider-item.swiper-slide-active .stories__slider-item-info {
    transform: translateX(0)
}

.stories__slider-item:nth-child(even) .stories__slider-item-info {
    background-color: #FFBE18
}

.stories__slider-item:nth-child(even) .stories__slider-item-info .more a,
.stories__slider-item:nth-child(even) .stories__slider-item-info .more span,
.stories__slider-item:nth-child(even) .stories__slider-item-info .title {
    color: #333
}

.stories__slider-item:nth-child(even) .stories__slider-item-info .more a:after,
.stories__slider-item:nth-child(even) .stories__slider-item-info .more span:after {
    background-color: #FFBE18
}

.stories__slider-item:nth-child(odd) .stories__slider-item-info {
    background-color: #0E53B7
}

.stories__slider-item:nth-child(odd) .stories__slider-item-info .more a,
.stories__slider-item:nth-child(odd) .stories__slider-item-info .more span,
.stories__slider-item:nth-child(odd) .stories__slider-item-info .title {
    color: #fff
}

.stories__slider-item:nth-child(odd) .stories__slider-item-info .more a:after,
.stories__slider-item:nth-child(odd) .stories__slider-item-info .more span:after {
    background-color: #fff
}



.stories__slider .swiper-button-next,
.stories__slider .swiper-button-prev {
    width: 55px;
    height: 55px;
    background-color: #a1c1e6;
    border-radius: 150%;
    position: absolute;
    top: 305px;
    left: 10px;
    background-repeat: no-repeat;
    font-size: 0;
    background-size: 30px;
    z-index: 1;
    transition: all .2s ease-in-out;
    cursor: pointer;
    background-position: 50%
}

@media screen and (max-width:1000px) {

    .stories__slider .swiper-button-next,
    .stories__slider .swiper-button-prev {
        top: 255px
    }
}

.stories__slider .swiper-button-next:after,
.stories__slider .swiper-button-prev:after {
    display: none
}

@media screen and (max-width:768px) {

    .stories__slider .swiper-button-next,
    .stories__slider .swiper-button-prev {
        width: 32px;
        height: 32px;
        background-size: 20px
    }
}

.stories__slider .swiper-button-next:hover,
.stories__slider .swiper-button-prev:hover {
    background-color: #fff;
    border: 1px solid #122042
}

.stories__slider .swiper-button-prev {
    background-image: url(../images/stories--left_7c069906f24700dbe35704d396a483e9.png);
    left: 145px
}

@media screen and (max-width:1440px) {
    .stories__slider .swiper-button-prev {
        left: 105px
    }
}

@media screen and (max-width:1280px) {
    .stories__slider .swiper-button-prev {
        left: 75px
    }
}

@media screen and (max-width:1000px) {
    .stories__slider .swiper-button-prev {
        left: 25px
    }
}

@media screen and (max-width:768px) {
    .stories__slider .swiper-button-prev {
        left: 24px
    }
}

@media screen and (max-width:576px) {
    .stories__slider .swiper-button-prev {
        left: -16px
    }
}

@media screen and (max-width:360px) {
    .stories__slider .swiper-button-prev {
        left: -10px
    }
}

.stories__slider .swiper-button-next {
    right: 145px;
    left: auto;
    background-image: url(../images/stories--right_b191ab97426dfef4f452cb54d64434b2.png)
}

@media screen and (max-width:1440px) {
    .stories__slider .swiper-button-next {
        right: 105px
    }
}

@media screen and (max-width:1280px) {
    .stories__slider .swiper-button-next {
        right: 75px
    }
}

@media screen and (max-width:1000px) {
    .stories__slider .swiper-button-next {
        right: 25px
    }
}

@media screen and (max-width:768px) {
    .stories__slider .swiper-button-next {
        right: 24px
    }
}

@media screen and (max-width:576px) {
    .stories__slider .swiper-button-next {
        right: -16px
    }
}

@media screen and (max-width:360px) {
    .stories__slider .swiper-button-next {
        right: -10px
    }
}

.stories__slider .stories-button-hidden {
    opacity: 0;
    transition: all .3s
}

.stories-pagination {
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 70px !important;
    display: flex;
    margin: 0 auto;
    height: 50px;
    align-items: center;
    justify-content: center
}

.stories-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #0E53B7;
    border-radius: 150%;
    font-size: 0 !important;
    opacity: 1 !important;
    transition: all .1s;
    font-size: 14px;
    color: #333;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px !important
}

.stories-pagination .swiper-pagination-bullet-active {
    width: 45px;
    height: 45px;
    background: #ecbc2d;
    font-size: 14px !important;
    border: 1px solid #ecbc2d
}

@media screen and (max-width:768px) {
    .stories-pagination .swiper-pagination-bullet-active {
        width: 32px;
        height: 32px
    }
}


.our-team {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.our-team__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    /* This is inherited by the child grid */
}


.our-team__person {
    display: flex;
    text-align: left;
    align-items: center;
    gap: 50px;
}

.our-team__person_photo {
    width: 300px;
    height: 300px;
    border-radius: 506px;
    aspect-ratio: 1;
    cursor: pointer;
    transition: .5s;
}

.our-team__person__name {
    padding-top: 2rem;
    font-size: 28px;
    font-weight: 700;
    color: #0E53B7;

}

.our-team__person__position {
    padding-top: 10px;
    font-size: 16px;
    color: #666;
}

.our-team__person_photo:hover {
    border: 8px solid #0E53B7;
    transform: scale(1.15);
    transition: all .6s;
}


.requisites {
    padding-top: 3rem;
    padding-bottom: 6rem;
}

.donors__logos {
    padding: 45px 0 130px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center
}

@media screen and (max-width:1000px) {
    .donors__logos {
        padding: 25px 0 90px
    }
}

@media screen and (max-width:576px) {
    .donors__logos {
        padding: 25px 0 40px;
        margin-left: -10px;
        margin-right: -10px
    }

    .our-team__wrapper {
        display: grid;
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .our-team__person__name {
        padding-top: 0.5rem;
        font-size: 25px;
        font-weight: 700;
        color: #0E53B7;
    }
}

.donors__logos img {
    width: auto;
    margin: 0 16px 20px;
    height: auto;
    max-height: 50px
}

@media screen and (max-width:1600px) {
    .donors__logos img {
        max-height: 55px;
    }
}

@media screen and (max-width:1280px) {
    .donors__logos img {
        max-height: 40px
    }
}

@media screen and (max-width:1000px) {
    .donors__logos img {
        max-height: 25px;
        margin: 0 8px 20px
    }
}

@media screen and (max-width:768px) {
    .donors__logos img {
        max-height: 15px;
        margin: 0 8px 20px
    }
}

@media screen and (max-width:576px) {
    .donors__logos img {
        max-height: 16px;
        margin: 0 3.2px 20px
    }
}

@media screen and (max-width:450px) {
    .donors__logos img {
        max-height: 13px;
        margin: 0 3px 20px
    }
}

@media screen and (max-width:390px) {
    .donors__logos img {
        max-height: 14px;
        margin: 0 2px 20px
    }
}

@media screen and (max-width:375px) {
    .donors__logos img {
        max-height: 13px;
        margin: 0 2px 20px
    }
}

@media screen and (max-width:350px) {
    .donors__logos img {
        max-height: 13px;
        margin: 0 1.2px 20px
    }
}

@media screen and (max-width:325px) {
    .donors__logos img {
        max-height: 12px;
        margin: 0 1px 20px
    }
}

.our-priorities {
    background-color: #fff;
    padding-bottom: 100px;
    padding-top: 20px
}

@media screen and (max-width:1000px) {
    .our-priorities {
        padding: 25px 0 90px
    }
}

@media screen and (max-width:576px) {
    .our-priorities {
        padding: 25px 0 40px
    }
}

.our-priorities .section-title {
    color: #2c355f
}

.our-priorities__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 3em;
    margin-top: 30px
}

@media screen and (max-width:1000px) {
    .our-priorities__wrapper {
        grid-template-columns: 1fr;
        row-gap: 2em
    }
}

.our-priorities__block {
    padding-right: 50px;
    display: block;
    -webkit-text-decoration: 1;
    text-decoration: 1
}

.our-priorities__block-content {
    display: flex;
    align-items: flex-start
}

@media screen and (max-width:576px) {
    .our-priorities__block-content {
        display: grid;
        grid-template-columns: 97px 1fr;
    }
}

.our-priorities__block-content .icon {
    margin-right: 24px;
    flex: 0 0 200px
}

@media screen and (max-width:576px) {
    .our-priorities__block-content .icon {
        flex: none
    }

    .our-priorities__block {
        padding: 0px;
        text-align: center;
        display: block;
    }

    .our-priorities__block-content .icon {
        margin: 0px;
    }
}

.our-priorities__block-content .icon img {
    width: 100%;
    max-width: 300px;
}

.our-priorities__block-content .icon:hover {
    scale: 1.1;
    filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.25));
    transition: all .75s
}


.our-priorities__block-content .text {
    color: #2c355f;
    font-weight: 400;
    padding-top: 8px;
    line-height: 150%
}

.our-priorities__block-content .text p {
    margin-top: 0;
    font-size: 18px;
    font-weight: 500;
}

@media screen and (max-width:576px) {
    .our-priorities__block-content .text {
        text-align: left;
        padding-left: 19px;
    }
}

.our-priorities__block-title {
    color: #2c355f;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 24px;
    transition: all .25s
}

@media screen and (max-width:576px) {
    .our-priorities__block-title {
        margin-bottom: 8px
    }
}

.our-priorities__block:hover .our-priorities__block-title {
    color: #6b8ec8
}

.news__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

@media screen and (max-width:1000px) {
    .news__top .section-title--news {
        order: 2
    }

    .news__top .news__filter {
        order: 3
    }

    .news__top .breadcrumbs {
        order: 1
    }
}

.news-page {
    padding-top: 180px
}

@media screen and (max-width:1000px) {
    .news-page {
        padding-top: 120px
    }
}

.news__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 50px;
    margin-top: 50px
}

@media screen and (max-width:1000px) {
    .news__list {
        justify-content: space-between
    }
}

.news__item {
    max-width: 32%;
    flex: 0 0 32%;
    height: 585px;
    padding: 20px 40px 70px 30px;
    position: relative;
    display: block;
    color: #fff;
    transition: all 1s ease-in-out;
    transition-delay: .1s
}

@media screen and (max-width:1600px) {
    .news__item {
        height: 520px
    }
}

@media screen and (max-width:1440px) {
    .news__item {
        height: 450px;
        padding: 20px 30px 70px 20px
    }
}

@media screen and (max-width:1376px) {
    .news__item {
        height: 425px;
        padding: 20px 30px 70px 20px
    }
}

@media screen and (max-width:1280px) {
    .news__item {
        height: 400px;
        padding: 10px 20px 20px 25px
    }
}

@media screen and (max-width:1000px) {
    .news__item {
        max-width: 45%;
        flex: 0 0 45%
    }
}

@media screen and (max-width:768px) {
    .news__item {
        max-width: 48%;
        flex: 0 0 48%
    }
}

@media screen and (max-width:576px) {
    .news__item {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 20px
    }
}

.news__item-date {
    font-size: 16px;
    margin-top: 15px;
    color: #fff
}

@media screen and (max-width:1600px) {
    .news__item-date {
        margin-top: 10px
    }
}

@media screen and (max-width:1440px) {
    .news__item-date {
        margin-top: 10px;
        font-size: 13px
    }
}

@media screen and (max-width:1280px) {
    .news__item-date {
        margin-top: 15px
    }
}

@media screen and (max-width:768px) {
    .news__item-date {
        margin-top: 10px
    }
}

.news__item-title {
    margin-top: 35px;
    font-weight: 700;
    font-size: 24px;
    color: #fff
}

@media screen and (max-width:1600px) {
    .news__item-title {
        font-size: 20px
    }
}

@media screen and (max-width:1440px) {
    .news__item-title {
        font-size: 16px
    }
}

@media screen and (max-width:768px) {
    .news__item-title {
        font-size: 13px;
        margin-top: 15px
    }
}

@media screen and (max-width:576px) {
    .news__item-title {
        font-size: 14px;
        margin-top: 20px
    }
}

.news__item-text {
    margin-top: 25px;
    line-height: 135%;
    color: #fff
}

@media screen and (max-width:1600px) {
    .news__item-text {
        font-size: 14px;
        margin-top: 20px
    }
}

@media screen and (max-width:1440px) {
    .news__item-text {
        margin-top: 10px;
        font-size: 12px
    }
}

@media screen and (max-width:1280px) {
    .news__item-text {
        margin-top: 15px
    }
}

@media screen and (max-width:768px) {
    .news__item-text {
        font-size: 10px
    }
}

@media screen and (max-width:576px) {
    .news__item-text {
        font-size: 12px
    }
}

.news__item-tags {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap
}

@media screen and (max-width:1600px) {
    .news__item-tags {
        margin-top: 50px
    }
}

@media screen and (max-width:1440px) {
    .news__item-tags {
        margin-top: 20px
    }
}

@media screen and (max-width:768px) {
    .news__item-tags {
        margin-top: 15px
    }
}

@media screen and (max-width:576px) {
    .news__item-tags {
        margin-top: 20px
    }
}

.news__item-tags .tag {
    padding: 8px 16px;
    color: #000;
    font-size: 12px;
    background-color: #a1c1e6;
    margin-right: 10px;
    margin-bottom: 10px
}

@media screen and (max-width:1440px) {
    .news__item-tags .tag {
        padding: 8px 12px;
        font-size: 11px
    }
}

@media screen and (max-width:1280px) {
    .news__item-tags .tag {
        padding: 8px 12px;
        font-size: 10px;
        margin-right: 10px
    }
}

@media screen and (max-width:768px) {
    .news__item-tags .tag {
        padding: 4px 8px;
        margin-bottom: 8px;
        margin-right: 8px;
        font-size: 10px
    }
}

.news__item-transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    background: linear-gradient(0deg, rgba(0, 0, 0, .75), transparent)
}

.news__item-image {
    width: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    transition: width .3s, height .3s, transform 1s;
    bottom: 0;
    left: 0
}

.news__item-more {
    position: absolute;
    bottom: 45px;
    right: 40px;
    text-transform: uppercase
}

@media screen and (max-width:1440px) {
    .news__item-more {
        bottom: 25px;
        right: 25px
    }
}

.news__item-more a,
.news__item-more span {
    transition: all .3s;
    display: inline-block;
    color: #fff
}

@media screen and (max-width:1440px) {

    .news__item-more a,
    .news__item-more span {
        font-size: 14px
    }
}

.news__item-more a:after,
.news__item-more span:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 120px;
    height: 1px;
    width: 0;
    background-color: #fff;
    transition: all .3s
}

.news__item-more:hover a,
.news__item-more:hover span {
    padding-right: 100px
}

.news__item-more:hover a:after,
.news__item-more:hover span:after {
    width: 62px
}

@media screen and (max-width:1280px) {

    .news__item-more:hover a:after,
    .news__item-more:hover span:after {
        width: 42px
    }
}

.news__item:nth-child(3n+2) {
    transform: translateY(70px);
    margin: 0 30px 70px
}

@media screen and (max-width:1600px) {
    .news__item:nth-child(3n+2) {
        margin: 0 27px 60px
    }
}

@media screen and (max-width:1440px) {
    .news__item:nth-child(3n+2) {
        margin: 0 24px 50px;
        transform: translateY(50px)
    }
}

@media screen and (max-width:1280px) {
    .news__item:nth-child(3n+2) {
        transform: translateY(40px);
        margin: 0 19px 50px
    }
}

@media screen and (max-width:1000px) {
    .news__item:nth-child(3n+2) {
        transform: none;
        margin: 0 0 40px
    }
}

.news__item:nth-child(2n) {
    transform: translateY(35px)
}

@media screen and (max-width:1280px) {
    .news__item:nth-child(2n) {
        transform: translateY(20px)
    }
}

@media screen and (max-width:1000px) {
    .news__item:nth-child(2n) {
        transform: none;
        margin: 0 0 40px
    }
}

.news__item:nth-child(odd) {
    transform: translateY(-35px)
}

@media screen and (max-width:1280px) {
    .news__item:nth-child(odd) {
        transform: translateY(-20px)
    }
}

@media screen and (max-width:1000px) {
    .news__item:nth-child(odd) {
        transform: none;
        margin: 0 0 40px
    }
}

.news__item:nth-child(6n+1) {
    background-color: #122042
}

.news__item:nth-child(6n+2) {
    background-color: #ecbc2d
}

.news__item:nth-child(6n+2) .news__item-date,
.news__item:nth-child(6n+2) .news__item-text,
.news__item:nth-child(6n+2) .news__item-title {
    color: #122042
}

.news__item:nth-child(6n+2) .news__item-transparent {
    background: linear-gradient(0deg, hsla(0, 0%, 100%, .75), transparent)
}

.news__item:nth-child(6n+2) .news__item-more a,
.news__item:nth-child(6n+2) .news__item-more span {
    color: #122042
}

.news__item:nth-child(6n+2) .news__item-more a:after,
.news__item:nth-child(6n+2) .news__item-more span:after {
    background-color: #122042
}

.news__item:nth-child(6n+3) {
    background-color: #4d64a9
}

.news__item:nth-child(6n+4) {
    background-color: #e5e5ea
}

.news__item:nth-child(6n+4) .news__item-date,
.news__item:nth-child(6n+4) .news__item-text,
.news__item:nth-child(6n+4) .news__item-title {
    color: #122042
}

.news__item:nth-child(6n+4) .news__item-transparent {
    background: linear-gradient(0deg, hsla(0, 0%, 100%, .75), transparent)
}

.news__item:nth-child(6n+4) .news__item-more a,
.news__item:nth-child(6n+4) .news__item-more span {
    color: #122042
}

.news__item:nth-child(6n+4) .news__item-more a:after,
.news__item:nth-child(6n+4) .news__item-more span:after {
    background-color: #122042
}

.news__item:nth-child(6n+5) {
    background-color: #a1c1e6
}

.news__item:nth-child(6n+5) .news__item-date,
.news__item:nth-child(6n+5) .news__item-text,
.news__item:nth-child(6n+5) .news__item-title {
    color: #122042
}

.news__item:nth-child(6n+5) .news__item-transparent {
    background: linear-gradient(0deg, hsla(0, 0%, 100%, .75), transparent)
}

.news__item:nth-child(6n+5) .news__item-more a,
.news__item:nth-child(6n+5) .news__item-more span {
    color: #122042
}

.news__item:nth-child(6n+5) .news__item-more a:after,
.news__item:nth-child(6n+5) .news__item-more span:after {
    background-color: #122042
}

.news__item:nth-child(6n+5) .news__item-tags .tag {
    background-color: #122042;
    color: #fff
}

.news__item:nth-child(6n+6) {
    background-color: #f4d533
}

.news__item:nth-child(6n+6) .news__item-date,
.news__item:nth-child(6n+6) .news__item-text,
.news__item:nth-child(6n+6) .news__item-title {
    color: #122042
}

.news__item:nth-child(6n+6) .news__item-transparent {
    background: linear-gradient(0deg, hsla(0, 0%, 100%, .75), transparent)
}

.news__item:nth-child(6n+6) .news__item-more a,
.news__item:nth-child(6n+6) .news__item-more span {
    color: #122042
}

.news__item:nth-child(6n+6) .news__item-more a:after,
.news__item:nth-child(6n+6) .news__item-more span:after {
    background-color: #122042
}

.news__item:hover .news__item-image {
    width: 100%;
    height: 100%
}

.news__item:hover .news__item-transparent {
    opacity: 1
}

.news__tags {
    margin: 100px 0
}

@media screen and (max-width:1000px) {
    .news__tags {
        margin: 50px 0
    }
}

.news__tags-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative
}

.news__tags-title {
    max-width: 10%;
    flex: 0 0 10%
}

@media screen and (max-width:1280px) {
    .news__tags-title {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 12px
    }
}

.news__tags-list {
    max-width: 90%;
    flex: 0 0 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    height: 120px;
    overflow: hidden;
    transition: all .3s
}

.news__tags-list--all {
    height: auto !important
}

@media screen and (max-width:1280px) {
    .news__tags-list {
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media screen and (max-width:768px) {
    .news__tags-list {
        height: 420px
    }
}

.news__tag {
    font-size: 14px;
    color: #000;
    background-color: #a1c1e6;
    padding: 8px 16px;
    transition: all .3s;
    text-align: center;
    margin-right: 12px;
    display: inline-block;
    margin-bottom: 12px;
    min-height: 36px
}

.news__tag.active,
.news__tag:hover {
    background-color: #ecbc2d;
    color: #000
}

.news__filter {
    z-index: 80;
    transition: all .3s ease-in-out
}

@media screen and (max-width:1000px) {
    .news__filter {
        width: 100%;
        max-width: 100%
    }
}

@media screen and (max-width:768px) {
    .news__filter {
        height: 0;
        opacity: 0;
        visibility: hidden
    }

    .news__filter .news__form {
        transform: translateY(-150%)
    }
}

.news__filter--open {
    height: auto;
    opacity: 1;
    visibility: visible
}

.news__filter--open .news__form {
    transform: translateY(0)
}

.news__form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 0;
    transition: all .5s ease-in-out
}

@media screen and (max-width:1000px) {
    .news__form {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 30px
    }

    .news__form label {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 20px
    }
}

.news__form-select {
    position: relative
}

@media screen and (max-width:1000px) {
    .news__form-select {
        width: 100%
    }
}

.news__form-select label {
    position: absolute;
    background-image: url(../images/dropdown_ea316d876309da5520236fa7b6816f7f.png);
    width: 12px;
    right: 24px;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
    height: 7px;
    background-repeat: no-repeat;
    background-size: 12px 7px
}

@media screen and (max-width:1000px) {
    .news__form-select label {
        transform: none;
        top: 24px
    }
}

.news__form .month-picker-input-container {
    width: 230px;
    height: 55px;
    border: 1px solid #ccc;
    margin-left: 25px;
    font-weight: 500
}

.news__form .month-picker-input-container.focus {
    border: 1px solid #000
}

@media screen and (max-width:1000px) {
    .news__form .month-picker-input-container {
        width: 100% !important;
        margin-left: 0;
        margin-bottom: 20px
    }
}

.news__form .month-picker-input-container .month-picker-input {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 16px;
    padding: 1em;
    font-family: Raleway, sans-serif
}

.news__form .month-picker-input-container .month-picker__container {
    z-index: 999
}

.news__form .month-picker-input-container .month-picker__month {
    font-family: Raleway, sans-serif
}

.news__form .month-picker-input-container .month-picker__month.selected {
    border-radius: 0;
    background-color: #122042
}

.news-hr {
    width: 100%;
    background-color: #eee;
    height: 1px;
    margin: 80px 0 100px
}

@media screen and (max-width:1000px) {
    .news-hr {
        margin: 50px 0
    }
}

.news__btn {
    margin: 20px 0 40px;
    justify-content: center;
    flex-wrap: wrap
}

.news-other__slider,
.news__btn {
    display: flex;
    align-items: center
}

.news-other__slider {
    justify-content: space-between;
    touch-action: none;
    margin-top: 20px;
    height: 700px;
    transition: all 1s ease-in-out;
    position: relative;
    padding-bottom: 20px
}

@media screen and (max-width:1600px) {
    .news-other__slider {
        height: 650px
    }
}

@media screen and (max-width:1440px) {
    .news-other__slider {
        height: 475px;
        margin-top: 5px
    }
}

@media screen and (max-width:576px) {
    .news-other__slider {
        padding-bottom: 140px
    }
}

.news-other__slider--hide {
    transform: translateY(200px);
    opacity: 0
}

.news-other__slider.slider-toched .swiper-wrapper {
    transition: transform 0s ease-out !important
}

.news-other__slider.slider-toched .news-other__item:nth-child(1n),
.news-other__slider.slider-toched .news-other__item:nth-child(2n) {
    transform: translateY(0) !important
}

.news-other__slider .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: transform .8s cubic-bezier(.165, .84, .44, 1) !important
}

.news-other__slider .swiper-scrollbar {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 10px;
    background: rgba(0, 0, 0, .1)
}

.news-other__slider .swiper-scrollbar .swiper-scrollbar-drag {
    height: 100%;
    transition: transform .8s cubic-bezier(.165, .84, .44, 1) !important;
    background: rgba(0, 0, 0, .4)
}

.news-other__slider-button-next,
.news-other__slider-button-prev {
    width: 55px;
    height: 55px;
    background-color: transparent;
    border: 1px solid #122042;
    border-radius: 150%;
    position: absolute;
    bottom: 0;
    left: 10px;
    background-repeat: no-repeat;
    background-size: 30px;
    z-index: 12;
    cursor: pointer;
    background-position: 50%;
    transition: all .2s;
    font-size: 0;
    top: auto;
    display: none
}

.news-other__slider-button-next:after,
.news-other__slider-button-prev:after {
    display: none
}

@media screen and (max-width:576px) {

    .news-other__slider-button-next,
    .news-other__slider-button-prev {
        display: block
    }
}

.news-other__slider-button-next:hover,
.news-other__slider-button-prev:hover {
    background-color: #fff;
    border: 1px solid #fff
}

.news-other__slider-button-prev {
    background-image: url(../images/stories--left_7c069906f24700dbe35704d396a483e9.png);
    left: 35%
}

@media screen and (max-width:576px) {
    .news-other__slider-button-prev {
        left: 0
    }
}

.news-other__slider-button-next {
    right: 35%;
    left: auto;
    background-image: url(../images/stories--right_b191ab97426dfef4f452cb54d64434b2.png)
}

@media screen and (max-width:576px) {
    .news-other__slider-button-next {
        right: 0
    }
}

.news-other__slider .btn__see-more {
    position: absolute;
    bottom: 0;
    display: none;
    left: 50%;
    transform: translateX(-50%)
}

@media screen and (max-width:576px) {
    .news-other__slider .btn__see-more {
        display: block
    }
}

.news-other-pagination {
    display: none;
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: -40px !important;
    margin: 0 auto;
    height: 50px;
    align-items: center;
    justify-content: center
}

.news-other-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #122042;
    border-radius: 150%;
    font-size: 0 !important;
    opacity: 1 !important;
    transition: all .1s;
    font-size: 14px;
    color: #122042;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px !important
}

.news-other-pagination .swiper-pagination-bullet-active {
    width: 45px;
    height: 45px;
    background: none;
    font-size: 14px !important;
    border: 1px solid #122042
}

@media screen and (max-width:768px) {
    .news-other-pagination .swiper-pagination-bullet-active {
        width: 32px;
        height: 32px
    }
}

@media screen and (max-width:576px) {
    .news-other-pagination {
        display: flex
    }
}

.news-other__item {
    max-width: 32%;
    flex: 0 0 32%;
    height: 585px;
    padding: 20px 40px 70px 30px;
    position: relative;
    color: #fff;
    transition: all 1s ease-in-out;
    transition-delay: .1s
}

@media screen and (max-width:1440px) {
    .news-other__item {
        padding: 20px 30px 70px 20px
    }
}

@media screen and (max-width:1376px) {
    .news-other__item {
        height: 425px;
        padding: 20px 30px 70px 20px
    }
}

@media screen and (max-width:1280px) {
    .news-other__item {
        height: 400px;
        padding: 10px 20px 20px 25px
    }
}

@media screen and (max-width:1000px) {
    .news-other__item {
        max-width: 45%;
        flex: 0 0 45%
    }
}

@media screen and (max-width:768px) {
    .news-other__item {
        max-width: 48%;
        flex: 0 0 48%
    }
}

@media screen and (max-width:576px) {
    .news-other__item {
        max-width: 100%;
        flex: 0 0 100%
    }

    .news-other__item:nth-child(n+3),
    .news-other__item:nth-child(n+4) {
        visibility: visible;
        opacity: 1
    }
}

.news-other__item-date {
    font-size: 16px;
    margin-top: 15px;
    color: #fff
}

@media screen and (max-width:1600px) {
    .news-other__item-date {
        margin-top: 10px
    }
}

@media screen and (max-width:1440px) {
    .news-other__item-date {
        margin-top: 10px;
        font-size: 13px
    }
}

@media screen and (max-width:1280px) {
    .news-other__item-date {
        margin-top: 15px
    }
}

@media screen and (max-width:768px) {
    .news-other__item-date {
        margin-top: 10px
    }
}

.news-other__item-title {
    margin-top: 35px;
    font-weight: 700;
    font-size: 24px;
    color: #fff
}

@media screen and (max-width:1600px) {
    .news-other__item-title {
        font-size: 20px
    }
}

@media screen and (max-width:1440px) {
    .news-other__item-title {
        font-size: 16px
    }
}

@media screen and (max-width:768px) {
    .news-other__item-title {
        font-size: 13px;
        margin-top: 15px
    }
}

@media screen and (max-width:576px) {
    .news-other__item-title {
        font-size: 14px;
        margin-top: 20px
    }
}

.news-other__item-text {
    margin-top: 25px;
    line-height: 135%;
    color: #fff
}

@media screen and (max-width:1600px) {
    .news-other__item-text {
        font-size: 14px;
        margin-top: 20px
    }
}

@media screen and (max-width:1440px) {
    .news-other__item-text {
        margin-top: 10px;
        font-size: 12px
    }
}

@media screen and (max-width:1280px) {
    .news-other__item-text {
        margin-top: 15px
    }
}

@media screen and (max-width:768px) {
    .news-other__item-text {
        font-size: 10px
    }
}

@media screen and (max-width:576px) {
    .news-other__item-text {
        font-size: 12px
    }
}

.news-other__item-tags {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap
}

@media screen and (max-width:1600px) {
    .news-other__item-tags {
        margin-top: 50px
    }
}

@media screen and (max-width:1440px) {
    .news-other__item-tags {
        margin-top: 20px
    }
}

@media screen and (max-width:768px) {
    .news-other__item-tags {
        margin-top: 15px
    }
}

@media screen and (max-width:576px) {
    .news-other__item-tags {
        margin-top: 20px
    }
}

.news-other__item-tags .tag {
    padding: 8px 16px;
    color: #000;
    font-size: 12px;
    background-color: #a1c1e6;
    margin-right: 10px;
    margin-bottom: 10px
}

@media screen and (max-width:1440px) {
    .news-other__item-tags .tag {
        padding: 8px 12px;
        font-size: 11px
    }
}

@media screen and (max-width:1280px) {
    .news-other__item-tags .tag {
        padding: 8px 12px;
        font-size: 10px;
        margin-right: 10px
    }
}

@media screen and (max-width:768px) {
    .news-other__item-tags .tag {
        padding: 4px 8px;
        margin-bottom: 8px;
        margin-right: 8px;
        font-size: 10px
    }
}

.news-other__item-transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    background: linear-gradient(0deg, rgba(0, 0, 0, .75), transparent)
}

.news-other__item-image {
    width: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    transition: width .3s, height .3s, transform 1s;
    bottom: 0;
    left: 0
}

.news-other__item-more {
    position: absolute;
    bottom: 45px;
    right: 40px;
    text-transform: uppercase
}

@media screen and (max-width:1440px) {
    .news-other__item-more {
        bottom: 25px;
        right: 25px
    }
}

.news-other__item-more a,
.news-other__item-more span {
    transition: all .3s;
    display: inline-block
}

@media screen and (max-width:1440px) {

    .news-other__item-more a,
    .news-other__item-more span {
        font-size: 14px
    }
}

.news-other__item-more a:after,
.news-other__item-more span:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 120px;
    height: 1px;
    width: 0;
    background-color: #fff;
    transition: all .3s
}

.news-other__item-more:hover a,
.news-other__item-more:hover span {
    padding-right: 100px
}

.news-other__item-more:hover a:after,
.news-other__item-more:hover span:after {
    width: 62px
}

@media screen and (max-width:1280px) {

    .news-other__item-more:hover a:after,
    .news-other__item-more:hover span:after {
        width: 42px
    }
}

.news-other__item:nth-child(2n) {
    transform: translateY(35px)
}

@media screen and (max-width:1280px) {
    .news-other__item:nth-child(2n) {
        transform: translateY(20px)
    }
}

@media screen and (max-width:576px) {
    .news-other__item:nth-child(2n) {
        transform: none
    }
}

.news-other__item:nth-child(odd) {
    transform: translateY(-35px)
}

@media screen and (max-width:1280px) {
    .news-other__item:nth-child(odd) {
        transform: translateY(-20px)
    }
}

@media screen and (max-width:576px) {
    .news-other__item:nth-child(odd) {
        transform: none
    }
}

.news-other__item:nth-child(6n+1) {
    background-color: #122042
}

.news-other__item:nth-child(6n+2) {
    background-color: #ecbc2d
}

.news-other__item:nth-child(6n+2) .news-other__item-date,
.news-other__item:nth-child(6n+2) .news-other__item-text,
.news-other__item:nth-child(6n+2) .news-other__item-title {
    color: #122042
}

.news-other__item:nth-child(6n+2) .news-other__item-transparent {
    background: linear-gradient(0deg, hsla(0, 0%, 100%, .75), transparent)
}

.news-other__item:nth-child(6n+2) .news-other__item-more a {
    color: #122042
}

.news-other__item:nth-child(6n+2) .news-other__item-more a:after {
    background-color: #122042
}

.news-other__item:nth-child(6n+3) {
    background-color: #4d64a9
}

.news-other__item:nth-child(6n+4) {
    background-color: #e5e5ea
}

.news-other__item:nth-child(6n+4) .news-other__item-date,
.news-other__item:nth-child(6n+4) .news-other__item-text,
.news-other__item:nth-child(6n+4) .news-other__item-title {
    color: #122042
}

.news-other__item:nth-child(6n+4) .news-other__item-transparent {
    background: linear-gradient(0deg, hsla(0, 0%, 100%, .75), transparent)
}

.news-other__item:nth-child(6n+4) .news-other__item-more a {
    color: #122042
}

.news-other__item:nth-child(6n+4) .news-other__item-more a:after {
    background-color: #122042
}

.news-other__item:nth-child(6n+5) {
    background-color: #a1c1e6
}

.news-other__item:nth-child(6n+5) .news-other__item-date,
.news-other__item:nth-child(6n+5) .news-other__item-date .what__item-text,
.news-other__item:nth-child(6n+5) .news-other__item-title {
    color: #122042
}

.news-other__item:nth-child(6n+5) .news-other__item-date .news-other__item-transparent {
    background: linear-gradient(0deg, hsla(0, 0%, 100%, .75), transparent)
}

.news-other__item:nth-child(6n+5) .news-other__item-date .news-other__item-more a {
    color: #122042
}

.news-other__item:nth-child(6n+5) .news-other__item-date .news-other__item-more a:after {
    background-color: #122042
}

.news-other__item:nth-child(6n+5) .news-other__item-date .news-other__item-tags .tag {
    background-color: #122042;
    color: #fff
}

.news-other__item:nth-child(6n+5):nth-child(6n+6) {
    background-color: #f4d533
}

.news-other__item:nth-child(6n+5):nth-child(6n+6) .news-other__item-date,
.news-other__item:nth-child(6n+5):nth-child(6n+6) .news-other__item-text,
.news-other__item:nth-child(6n+5):nth-child(6n+6) .news-other__item-title {
    color: #122042
}

.news-other__item:nth-child(6n+5):nth-child(6n+6) .news-other__item-transparent {
    background: linear-gradient(0deg, hsla(0, 0%, 100%, .75), transparent)
}

.news-other__item:nth-child(6n+5):nth-child(6n+6) .news-other__item-more a {
    color: #122042
}

.news-other__item:nth-child(6n+5):nth-child(6n+6) .news-other__item-more a:after {
    background-color: #122042
}

.news-other__item:hover .news__item-image {
    width: 100%;
    height: 100%
}

.news-other__item:hover .news__item-transparent {
    opacity: 1
}


.news-single__entry {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px
}

@media screen and (max-width:1440px) {
    .news-single__entry {
        margin-bottom: 50px
    }
}

@media screen and (max-width:1000px) {
    .news-single__entry {
        flex-wrap: wrap;
        margin-bottom: 10px
    }
}

.news-single__content {
    background-color: #f2f2f2;
    padding: 50px 0
}

@media screen and (max-width:768px) {
    .news-single__content {
        padding: 30px 0
    }
}

.news-single__content .text {
    max-width: 80%;
    flex: 0 0 80%;
    margin: 0 auto;
    line-height: 180%
}

.news-single__content .text blockquote {
    background-color: #fff;
    margin: 50px 0 60px !important;
    font-size: 21px;
    z-index: 2
}

.news-single__content .text blockquote:after {
    background-color: #fff
}

@media screen and (max-width:1280px) {
    .news-single__content .text blockquote {
        font-size: 18px
    }
}

@media screen and (max-width:1000px) {
    .news-single__content .text {
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media screen and (max-width:576px) {
    .news-single__content .text {
        font-size: 14px
    }
}

.news-single__content .text iframe {
    width: 100%;
    max-height: 600px;
    height: 100%
}

@media screen and (max-width:1000px) {
    .news-single__content .text iframe {
        max-height: 450px
    }
}

@media screen and (max-width:576px) {
    .news-single__content .text iframe {
        max-height: 300px
    }
}

.news-single__content .text ul {
    list-style-type: disc;
    margin-left: 16px
}

.news-single__content .bold {
    font-weight: 700
}

.news-single__content .footer-text {
    margin: 60px 0 40px
}

.news-single__content a {
    color: #40538d
}

.news-single__content a:hover {
    color: #ecbc2d
}

.news-single__image {
    max-width: 70%;
    flex: 0 0 70%;
    padding-right: 35px
}

@media screen and (max-width:1000px) {
    .news-single__image {
        max-width: 100%;
        flex: 0 0 100%;
        padding-right: 0
    }
}

.news-single__image img {
    width: 100%;
    max-height: 700px;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width:1440px) {
    .news-single__image img {
        max-height: 650px
    }
}

.news-single__info {
    max-width: 30%;
    position: relative;
    flex: 0 0 30%
}

@media screen and (max-width:1000px) {
    .news-single__info {
        max-width: 100%;
        flex: 0 0 100%;
        display: flex;
        flex-wrap: wrap
    }
}

.news-single__info .tags {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 50px
}

@media screen and (max-width:1440px) {
    .news-single__info .tags {
        margin-bottom: 24px
    }
}

@media screen and (max-width:1000px) {
    .news-single__info .tags {
        order: 2;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px
    }
}

.news-single__info .tags .tag {
    padding: 10px 24px;
    color: #000;
    background-color: #a1c1e6;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all .3s
}

@media screen and (max-width:1440px) {
    .news-single__info .tags .tag {
        padding: 8px 12px
    }
}

@media screen and (max-width:1280px) {
    .news-single__info .tags .tag {
        padding: 8px 12px;
        font-size: 12px;
        margin-right: 10px
    }
}

@media screen and (max-width:768px) {
    .news-single__info .tags .tag {
        font-size: 10px
    }
}

.news-single__info .tags .tag:hover {
    background-color: #ecbc2d
}

@media screen and (max-width:1000px) {
    .news-single__info .meta {
        order: 1;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 15px
    }
}

.news-single__info .meta p {
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 20px
}

@media screen and (max-width:1440px) {
    .news-single__info .meta p {
        font-size: 16px;
        margin-bottom: 15px
    }
}

.news-single__info .meta p span {
    font-weight: 400;
    width: 70px;
    display: inline-block
}

.news-single__info .quotes {
    position: absolute;
    bottom: 0;
    left: 0
}

.news-single__info .quotes svg {
    max-width: 70px;
    margin-bottom: 30px;
    overflow: initial
}

@media screen and (max-width:1440px) {
    .news-single__info .quotes svg {
        max-width: 50px;
        margin-bottom: 20px
    }
}

.news-single__info .quotes svg .rect {
    width: 30px;
    height: 30px
}

.news-single__info .quotes svg .single-el-bottom,
.news-single__info .quotes svg .single-el-right {
    transition: all .3s ease-in-out;
    transform: none
}

.news-single__info .quotes svg:hover .single-el-right {
    transform: translateX(14px)
}

.news-single__info .quotes svg:hover .single-el-bottom {
    transform: translateY(8px)
}

@media screen and (max-width:1000px) {
    .news-single__info .quotes {
        position: relative;
        order: 3;
        flex: 0 0 100%;
        max-width: 100%
    }

    .news-single__info .quotes:before {
        content: "";
        position: absolute;
        top: 30px;
        left: -100%;
        width: 300%;
        height: 100%;
        background-color: #f2f2f2
    }

    .news-single__info .quotes #single-el {
        display: none
    }
}

.news-single__info .quotes p {
    font-size: 20px;
    position: relative;
    margin: 0;
    font-weight: 700;
    line-height: 140%
}

@media screen and (max-width:1600px) {
    .news-single__info .quotes p {
        font-size: 18px
    }
}

@media screen and (max-width:1440px) {
    .news-single__info .quotes p {
        font-size: 16px
    }
}

@media screen and (max-width:1280px) {
    .news-single__info .quotes p {
        font-size: 14px
    }
}

@media screen and (max-width:1000px) {
    .news-single__info .quotes p {
        font-size: 16px
    }
}

.news-single__info .quotes p:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    top: -70px;
    background-image: url(../images/news-single-entry_20dc2adbd22d50d94eb84828a6e3769a.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px
}

@media screen and (max-width:1000px) {
    .news-single__info .quotes p:before {
        position: static;
        display: block;
        margin-bottom: 20px
    }
}

.news-single__slider {
    background-color: #fff;
    margin: 80px 0;
    position: relative;
    padding-top: 60px;
    height: 940px
}

@media screen and (max-width:1440px) {
    .news-single__slider {
        height: 840px
    }
}

@media screen and (max-width:1280px) {
    .news-single__slider {
        height: 740px
    }
}

@media screen and (max-width:1000px) {
    .news-single__slider {
        height: 640px
    }
}

@media screen and (max-width:576px) {
    .news-single__slider {
        height: 540px;
        margin: 40px 0
    }
}

.news-single__slider .swiper-slide {
    width: auto
}

.news-single__slider .swiper-slide img {
    width: auto;
    height: 700px
}

@media screen and (max-width:1440px) {
    .news-single__slider .swiper-slide img {
        height: 600px
    }
}

@media screen and (max-width:1280px) {
    .news-single__slider .swiper-slide img {
        height: 500px
    }
}

@media screen and (max-width:1000px) {
    .news-single__slider .swiper-slide img {
        height: 400px
    }
}

@media screen and (max-width:576px) {
    .news-single__slider .swiper-slide img {
        height: 300px
    }
}

.news-single__slider .swiper-slide p {
    margin: 10px 0;
    text-align: center
}

.news-single__slider-pagination {
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 70px !important;
    display: flex;
    margin: 0 auto;
    height: 50px;
    align-items: center;
    justify-content: center
}

.news-single__slider-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #122042;
    border-radius: 150%;
    font-size: 0 !important;
    opacity: 1 !important;
    transition: all .1s;
    font-size: 14px;
    color: #122042;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px !important
}

.news-single__slider-pagination .swiper-pagination-bullet-active {
    width: 45px;
    height: 45px;
    background: none;
    font-size: 14px !important;
    border: 1px solid #122042
}

@media screen and (max-width:768px) {
    .news-single__slider-pagination .swiper-pagination-bullet-active {
        width: 32px;
        height: 32px
    }
}

.news-single__slider .swiper-button-next,
.news-single__slider .swiper-button-prev {
    width: 55px;
    height: 55px;
    background-color: transparent;
    border: 1px solid #122042;
    border-radius: 150%;
    position: absolute;
    bottom: 70px;
    left: 10px;
    background-repeat: no-repeat;
    font-size: 0;
    background-size: 30px;
    z-index: 12;
    cursor: pointer;
    background-position: 50%;
    transition: all .2s;
    top: auto
}

.news-single__slider .swiper-button-next:after,
.news-single__slider .swiper-button-prev:after {
    display: none
}

.news-single__slider .swiper-button-next:hover,
.news-single__slider .swiper-button-prev:hover {
    background-color: #fff;
    border: 1px solid #fff
}

.news-single__slider .swiper-button-prev {
    background-image: url(../images/stories--left_7c069906f24700dbe35704d396a483e9.png);
    left: 35%
}

@media screen and (max-width:1000px) {
    .news-single__slider .swiper-button-prev {
        left: 30%
    }
}

@media screen and (max-width:576px) {
    .news-single__slider .swiper-button-prev {
        left: 20px
    }
}

.news-single__slider .swiper-button-next {
    right: 35%;
    left: auto;
    background-image: url(../images/stories--right_b191ab97426dfef4f452cb54d64434b2.png)
}

@media screen and (max-width:1000px) {
    .news-single__slider .swiper-button-next {
        right: 30%
    }
}

@media screen and (max-width:576px) {
    .news-single__slider .swiper-button-next {
        right: 20px
    }
}

.news-single__video {
    max-width: 80%;
    flex: 0 0 80%;
    margin: 0 auto;
    transition: all .5s ease-in-out
}

@media screen and (max-width:1000px) {
    .news-single__video {
        max-width: 100%;
        flex: 0 0 100%
    }
}

.news-single__video .video {
    max-width: 100%;
    position: relative;
    height: 100%;
    max-height: 700px
}

@media screen and (max-width:1440px) {
    .news-single__video .video {
        max-height: 600px
    }
}

@media screen and (max-width:1280px) {
    .news-single__video .video {
        max-height: 500px
    }
}

@media screen and (max-width:768px) {
    .news-single__video .video {
        max-height: 350px
    }
}

@media screen and (max-width:576px) {
    .news-single__video .video {
        max-height: 250px
    }
}

.news-single__video .video video {
    height: 100%;
    width: 100%;
    max-height: 700px;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width:1440px) {
    .news-single__video .video video {
        max-height: 600px
    }
}

@media screen and (max-width:1280px) {
    .news-single__video .video video {
        max-height: 500px
    }
}

@media screen and (max-width:768px) {
    .news-single__video .video video {
        max-height: 350px
    }
}

@media screen and (max-width:576px) {
    .news-single__video .video video {
        max-height: 250px
    }
}

.news-single__video .video .control {
    width: 110px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99;
    height: 110px;
    border-radius: 150%;
    display: flex;
    background: none;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer
}

.news-single__video .video .control .circle {
    width: 100%;
    height: 100%;
    border-radius: 150%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.news-single__video .video .control .circle__inner {
    width: 75px;
    height: 75px;
    border-radius: 150%;
    background: hsla(0, 0%, 100%, .5);
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center
}

.news-single__video .video .control .circle__inner .triangle {
    width: 0;
    height: 0;
    margin-left: 6px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 12px 0 12px 16px
}

.news-single__video .video .control:hover .circle__inner {
    width: 100%;
    height: 100%
}

.news-single__video .video .control.hidden {
    display: none
}

.news-single__quotes {
    background-color: #fff8e5;
    padding: 80px 40px 70px 140px;
    position: relative;
    max-width: 80%;
    flex: 0 0 80%;
    margin: 80px auto 60px;
    line-height: 150%;
    color: #122042;
    font-weight: 600
}

@media screen and (max-width:1000px) {
    .news-single__quotes {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 120px 20px 50px
    }
}

@media screen and (max-width:576px) {
    .news-single__quotes {
        font-size: 16px;
        padding: 120px 4px 50px
    }

    .news-single__quotes:after {
        content: "";
        position: absolute;
        background-color: #fff8e5;
        top: 0;
        left: -100%;
        z-index: -1;
        width: 300%;
        height: 100%
    }
}

.news-single__quotes p {
    margin: 0
}

.news-single__quotes:before {
    position: absolute;
    content: "";
    top: 40px;
    left: 40px;
    background-image: url(../images/news-single-quotes_6f3c496cadfd15526e63aea2b36185fc.png);
    background-size: 70px 60px;
    width: 70px;
    height: 60px
}

@media screen and (max-width:1000px) {
    .news-single__quotes:before {
        left: 20px
    }
}

@media screen and (max-width:576px) {
    .news-single__quotes:before {
        left: 4px
    }
}

.news-single__social {
    background-color: #f2f2f2;
    padding-top: 30px;
    padding-bottom: 50px
}

.news-single__social .list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 25px auto;
    padding: 0;
    max-width: 80%;
    flex: 0 0 80%
}

@media screen and (max-width:1000px) {
    .news-single__social .list {
        margin: 25px 0
    }
}

.news-single__social .list li {
    margin-right: 24px;
    display: inline-block
}

.news-single__social .list li a {
    display: inline-block
}

.news-single__social .list li a svg {
    width: 36px;
    height: 36px;
    fill: #122042;
    transition: all .2s
}

.news-single__social .list li a:hover svg {
    fill: #4d64a9
}

.news-single__tags {
    padding-bottom: 100px;
    margin-top: 120px
}

@media screen and (max-width:576px) {
    .news-single__tags {
        margin-top: 70px
    }
}

.news-single__tags .news__tags-wrapper {
    max-width: 80%;
    flex: 0 0 80%;
    margin: 0 auto;
    justify-content: center
}

@media screen and (max-width:576px) {
    .news-single__tags .news__tags-wrapper {
        max-width: 100%;
        flex: 0 0 100%
    }
}

.news-single__tags .news__tags-list {
    justify-content: center;
    height: 95px;
    transition: all .3s;
    overflow: hidden
}

.news-single__tags .news__tags-list--show {
    height: auto
}

.news-single__more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px 0
}

.news-single__other {
    margin-top: 100px;
    margin-bottom: 100px
}

@media screen and (max-width:1000px) {
    .news-single__other {
        margin-top: 50px;
        margin-bottom: 50px
    }
}

.story-subtitle {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 60px
}

.story-subtitle--contacts {
    margin-bottom: 40px
}

@media screen and (max-width:1440px) {
    .story-subtitle {
        font-size: 20px
    }
}

@media screen and (max-width:768px) {
    .story-subtitle {
        font-size: 18px;
        padding-left: 52px;
        margin-bottom: 50px
    }
}

@media screen and (max-width:576px) {
    .story-subtitle {
        margin-bottom: 20px
    }
}

.story-main {
    padding-top: 150px;
    background-color: #122042
}

@media screen and (max-width:1000px) {
    .story-main {
        padding-top: 120px
    }
}

@media screen and (max-width:576px) {
    .story-main {
        padding-top: 80px
    }
}

.story-main .breadcrumbs {
    text-align: center;
    justify-content: center
}

.story-main .breadcrumbs a {
    color: #fff;
    opacity: .25
}

.story-main .breadcrumbs a:hover {
    color: #ecbc2d;
    opacity: 1
}

.story-main .breadcrumbs span {
    opacity: .25;
    color: #fff
}

.story-main__video {
    position: relative;
    margin-top: 30px;
    padding: 0 0 100px
}

@media screen and (max-width:576px) {
    .story-main__video {
        margin-top: 10px;
        padding: 0 0 50px
    }
}

.story-main__video .logo {
    max-width: 350px;
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%) translateY(-150%);
    bottom: -100px;
    transition: all 1s ease-in-out
}

@media screen and (max-width:1000px) {
    .story-main__video .logo {
        max-width: 300px;
        transform: translateX(-50%) translateY(-100%)
    }
}

@media screen and (max-width:768px) {
    .story-main__video .logo {
        max-width: 250px;
        transform: translateX(-50%) translateY(-100%)
    }
}

@media screen and (max-width:576px) {
    .story-main__video .logo {
        max-width: 120px;
        transform: translateX(-50%) translateY(-300%)
    }
}

.story-main__video .logo svg {
    width: 100%
}

.story-main__video .logo svg .media-svg-rect--left {
    transform: rotateX(90deg) rotateY(38deg);
    transition: all 1s;
    transform-origin: -95px;
    position: absolute
}

.story-main__video .logo svg .media-svg-rect--right {
    transform: rotateX(-90deg) rotateY(15deg);
    transition: all 1s;
    transform-origin: 820px;
    position: absolute
}

.story-main__video .logo svg .media-svg-triangle--left {
    transform-origin: 330px;
    transform: rotateY(90deg);
    transition: all 1s;
    position: absolute
}

.story-main__video .logo svg .media-svg-triangle--right {
    transform-origin: 170px;
    transform: rotateY(90deg);
    transition: all 1s;
    position: absolute
}

.story-main__video .video {
    max-width: 100%;
    position: relative;
    height: 700px;
    opacity: 0;
    transition: all .5s ease-in-out;
    transform: translateY(10%);
    z-index: 10
}

@media screen and (max-width:1440px) {
    .story-main__video .video {
        height: 600px
    }
}

@media screen and (max-width:1000px) {
    .story-main__video .video {
        height: 500px
    }
}

@media screen and (max-width:576px) {
    .story-main__video .video {
        height: 400px
    }
}

.story-main__video .video iframe,
.story-main__video .video img,
.story-main__video .video video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.story-main__video .video .control {
    width: 110px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99;
    height: 110px;
    border-radius: 150%;
    display: flex;
    background: none;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer
}

.story-main__video .video .control .circle {
    width: 100%;
    height: 100%;
    border-radius: 150%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.story-main__video .video .control .circle__inner {
    width: 75px;
    height: 75px;
    border-radius: 150%;
    background: hsla(0, 0%, 100%, .5);
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center
}

.story-main__video .video .control .circle__inner .triangle {
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 12px 0 12px 14px
}

.story-main__video .video .control:hover .circle__inner {
    width: 100%;
    height: 100%
}

.story-main__video .video .control.hidden {
    display: none
}

.story-main__video .rectangle {
    width: 0;
    transition: all 1s ease-in-out;
    height: 94%;
    position: absolute;
    top: 0;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #133a79
}

@media screen and (max-width:576px) {
    .story-main__video .rectangle {
        height: 70px;
        left: 100%;
        top: auto;
        bottom: 0
    }
}

.story-main__video--logo-rect .logo svg .media-svg-rect--left,
.story-main__video--logo-rect .logo svg .media-svg-rect--right,
.story-main__video--logo-triangle .logo svg .media-svg-triangle--left,
.story-main__video--logo-triangle .logo svg .media-svg-triangle--right {
    transform: none
}

.story-main__video--logo-position .logo {
    transform: translateX(-50%) translateY(0)
}

@media screen and (max-width:576px) {
    .story-main__video--logo-position .logo {
        bottom: -40px
    }
}

.story-main__video--rectangle-animate .rectangle {
    width: 85%
}

@media screen and (max-width:576px) {
    .story-main__video--rectangle-animate .rectangle {
        width: 300%;
        bottom: 25px
    }
}

.story-main__video--video-animate .video {
    opacity: 1;
    transform: none
}

.story-community {
    background-color: #f2f2f2
}

.story-community__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.story-community__info,
.story-community__map {
    max-width: 50%;
    flex: 0 0 50%
}

.story-community__info {
    padding: 70px 40px 50px 0
}

@media screen and (max-width:1000px) {
    .story-community__info {
        max-width: 60%;
        flex: 0 0 60%
    }
}

@media screen and (max-width:768px) {
    .story-community__info {
        max-width: 100%;
        flex: 0 0 100%;
        padding-right: 0
    }
}

@media screen and (max-width:576px) {
    .story-community__info .story-subtitle {
        padding-left: 0;
        text-align: center
    }
}

.story-community__info .info {
    margin-bottom: 70px
}

@media screen and (max-width:576px) {
    .story-community__info .info {
        margin-bottom: 50px
    }
}

.story-community__info .info .item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px
}

@media screen and (max-width:576px) {
    .story-community__info .info .item {
        flex-wrap: wrap
    }
}

.story-community__info .info .item span {
    max-width: 55%;
    flex: 0 0 55%;
    font-size: 18px
}

@media screen and (max-width:576px) {
    .story-community__info .info .item span {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center
    }
}

.story-community__info .info .item span:first-child {
    max-width: 45%;
    flex: 0 0 45%
}

@media screen and (max-width:576px) {
    .story-community__info .info .item span:first-child {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 12px
    }
}

@media screen and (max-width:1440px) {
    .story-community__info .info .item span {
        font-size: 16px
    }
}

.story-community__info .info .item .value {
    font-weight: 700
}

.story-community__info .contacts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.story-community__info .contacts .contact {
    flex: 0 0 45%;
    max-width: 45%;
    margin-bottom: 24px
}

@media screen and (max-width:576px) {
    .story-community__info .contacts .contact {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 16px;
        text-align: center
    }
}

.story-community__info .contacts .contact a {
    color: #000;
    font-weight: 700;
    font-size: 18px
}

@media screen and (max-width:1440px) {
    .story-community__info .contacts .contact a {
        font-size: 16px
    }
}

.story-community__info .contacts .contact a:hover {
    color: #2b60c7
}

.story-community__map {
    position: relative
}

@media screen and (max-width:1000px) {
    .story-community__map {
        max-width: 40%;
        flex: 0 0 40%
    }
}

@media screen and (max-width:768px) {
    .story-community__map {
        max-width: 100%;
        flex: 0 0 100%
    }
}

.story-community__map img {
    width: 130%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (max-width:1000px) {
    .story-community__map img {
        width: 150%
    }
}

@media screen and (max-width:768px) {
    .story-community__map img {
        position: static;
        margin-left: -25%
    }
}

@media screen and (max-width:576px) {
    .story-community__map img {
        margin-left: -40%;
        width: 180%
    }
}

.story-community__map-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    font-size: 14px
}

@media screen and (max-width:576px) {
    .story-community__map-title {
        font-size: 12px
    }
}

.story-content {
    padding: 150px 0 60px
}

.story-content ul {
    list-style-type: disc;
    margin-left: 16px
}

@media screen and (max-width:768px) {
    .story-content {
        padding: 60px 0 40px
    }
}

@media screen and (max-width:576px) {
    .story-content {
        padding: 40px 0 20px
    }
}

.story-content--social {
    padding: 150px 0 30px
}

@media screen and (max-width:768px) {
    .story-content--social {
        padding: 50px 0 30px
    }
}

.story-content__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.story-content__wrapper--pt100 {
    padding-top: 100px
}

@media screen and (max-width:768px) {
    .story-content__wrapper--pt100 {
        padding-top: 32px
    }
}

.story-content__left {
    max-width: 20%;
    flex: 0 0 20%;
    padding-right: 24px;
    position: relative
}

@media screen and (max-width:1280px) {
    .story-content__left {
        max-width: 25%;
        flex: 0 0 25%
    }
}

@media screen and (max-width:768px) {
    .story-content__left {
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media screen and (max-width:576px) {
    .story-content__left {
        margin-bottom: 40px
    }
}

.story-content__left .story-square {
    position: absolute;
    top: -100px;
    left: 0
}

@media screen and (max-width:768px) {
    .story-content__left .story-square {
        top: -10px
    }
}

.story-content__left .story-square svg {
    width: 72px;
    overflow: initial
}

@media screen and (max-width:768px) {
    .story-content__left .story-square svg {
        width: 42px
    }
}

.story-content__left .story-square svg .rect {
    width: 36px;
    height: 36px
}

.story-content__left .story-square svg .story-to-right-2 {
    transition: all .3s ease-in-out;
    transform: translateX(10px)
}

.story-content__left .story-square svg .story-to-right-1 {
    transition: all .3s ease-in-out;
    transform: translateY(-10px)
}

.story-content__left .story-square svg .story-to-right-3 {
    transition: all .3s ease-in-out;
    transform: translateX(-10px)
}

.story-content__left .story-square svg .story-to-right-4 {
    transition: all .3s ease-in-out;
    transform: translateY(-10px)
}

.story-content__left .story-square svg:hover .story-to-right-2 {
    transform: translateX(10px)
}

.story-content__left .story-square svg:hover .story-to-right-1 {
    transform: translateY(-10px)
}

.story-content__left .story-square svg:hover .story-to-right-3 {
    transform: translateX(-10px)
}

.story-content__left .story-square svg:hover .story-to-right-4 {
    transform: translateY(-10px)
}

.story-content__left .story-square--animate svg .story-to-right-1,
.story-content__left .story-square--animate svg .story-to-right-2 {
    transform: none
}

.story-content__right {
    max-width: 80%;
    flex: 0 0 80%;
    padding-right: 10px
}

@media screen and (max-width:1280px) {
    .story-content__right {
        max-width: 75%;
        flex: 0 0 75%
    }
}

@media screen and (max-width:768px) {
    .story-content__right {
        max-width: 100%;
        flex: 0 0 100%
    }
}

.story-content__right .video iframe,
.story-content__right .video video {
    max-width: 100%;
    width: 100%
}

@media screen and (max-width:768px) {

    .story-content__right .video iframe,
    .story-content__right .video video {
        height: 400px
    }
}

@media screen and (max-width:414px) {

    .story-content__right .video iframe,
    .story-content__right .video video {
        height: 300px
    }
}

.story-content__right p {
    padding: 0;
    font-weight: 400;
    margin: 0 0 50px;
    font-size: 18px;
    line-height: 180%
}

@media screen and (max-width:1280px) {
    .story-content__right p {
        margin-bottom: 25px;
        font-size: 16px
    }
}

.story-content__right ul {
    padding: 0;
    margin: 0
}

.story-content__right ul li {
    padding-left: 24px;
    font-size: 18px;
    position: relative;
    margin-bottom: 40px;
    line-height: 180%
}

@media screen and (max-width:1280px) {
    .story-content__right ul li {
        margin-bottom: 20px
    }
}

@media screen and (max-width:1000px) {
    .story-content__right ul li {
        font-size: 16px
    }
}

.story-content__right ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 4px;
    width: 6px;
    height: 6px;
    border-radius: 150%;
    background-color: #000
}

.story-content__right .quotes {
    background-color: #fff8e5;
    padding: 80px 40px 70px 140px;
    position: relative;
    color: #122042;
    margin-top: 80px
}

@media screen and (max-width:1000px) {
    .story-content__right .quotes {
        padding: 60px 30px 40px 120px
    }
}

@media screen and (max-width:768px) {
    .story-content__right .quotes {
        padding: 100px 20px 40px 8px
    }

    .story-content__right .quotes:after {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 300%;
        height: 100%;
        z-index: -1;
        background-color: #fff8e5
    }
}

@media screen and (max-width:576px) {
    .story-content__right .quotes {
        margin-top: 40px;
        padding: 100px 8px 40px
    }
}

.story-content__right .quotes--mt0 {
    margin-top: 0
}

.story-content__right .quotes p {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 180%
}

@media screen and (max-width:1440px) {
    .story-content__right .quotes p {
        font-size: 20px
    }
}

@media screen and (max-width:1000px) {
    .story-content__right .quotes p {
        font-size: 18px
    }
}

.story-content__right .quotes:before {
    position: absolute;
    content: "";
    top: 40px;
    left: 40px;
    background-image: url(../images/news-single-quotes_6f3c496cadfd15526e63aea2b36185fc.png);
    background-size: 70px 60px;
    width: 70px;
    height: 60px
}

@media screen and (max-width:1000px) {
    .story-content__right .quotes:before {
        left: 20px
    }
}

@media screen and (max-width:768px) {
    .story-content__right .quotes:before {
        width: 45px;
        height: 40px;
        background-size: 45px 40px;
        left: 8px
    }
}

.story-content__social {
    margin-top: 50px
}

.story-content__social .list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0
}

@media screen and (max-width:576px) {
    .story-content__social .list {
        justify-content: space-around
    }
}

.story-content__social .list li {
    margin-right: 24px;
    display: inline-block;
    padding-left: 0
}

.story-content__social .list li:before {
    display: none
}

.story-content__social .list li a {
    display: inline-block
}

.story-content__social .list li a svg {
    width: 36px;
    height: 36px;
    fill: #122042;
    transition: all .2s
}

.story-content__social .list li a:hover svg {
    fill: #4d64a9
}

.story-content hr {
    margin-top: 50px
}

@media screen and (max-width:576px) {
    .story-content hr {
        display: none
    }
}

.story-bottom__slider,
.story-top__slider {
    background-color: #f2f2f2;
    position: relative;
    padding-top: 60px;
    height: 940px
}

@media screen and (max-width:1440px) {

    .story-bottom__slider,
    .story-top__slider {
        height: 840px
    }
}

@media screen and (max-width:1280px) {

    .story-bottom__slider,
    .story-top__slider {
        height: 740px
    }
}

@media screen and (max-width:1000px) {

    .story-bottom__slider,
    .story-top__slider {
        height: 640px
    }
}

@media screen and (max-width:576px) {

    .story-bottom__slider,
    .story-top__slider {
        height: 540px
    }
}

.story-bottom__slider .swiper-slide,
.story-top__slider .swiper-slide {
    width: auto
}

.story-bottom__slider .swiper-slide img,
.story-top__slider .swiper-slide img {
    width: auto;
    height: 700px
}

@media screen and (max-width:1440px) {

    .story-bottom__slider .swiper-slide img,
    .story-top__slider .swiper-slide img {
        height: 600px
    }
}

@media screen and (max-width:1280px) {

    .story-bottom__slider .swiper-slide img,
    .story-top__slider .swiper-slide img {
        height: 500px
    }
}

@media screen and (max-width:1000px) {

    .story-bottom__slider .swiper-slide img,
    .story-top__slider .swiper-slide img {
        height: 400px
    }
}

@media screen and (max-width:576px) {

    .story-bottom__slider .swiper-slide img,
    .story-top__slider .swiper-slide img {
        height: 250px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }
}

.story-bottom__slider .swiper-slide p,
.story-top__slider .swiper-slide p {
    margin: 10px 0;
    text-align: center
}

@media screen and (max-width:576px) {

    .story-bottom__slider .swiper-slide,
    .story-top__slider .swiper-slide {
        width: 100%
    }
}

.story-bottom__slider-pagination,
.story-top__slider-pagination {
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 70px !important;
    display: flex;
    margin: 0 auto;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 18px
}

.story-bottom__slider-pagination .delimetr,
.story-top__slider-pagination .delimetr {
    margin: 0 4px;
    font-size: 21px
}

.story-bottom__slider-pagination .swiper-pagination-bullet,
.story-top__slider-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #122042;
    border-radius: 150%;
    font-size: 0 !important;
    opacity: 1 !important;
    transition: all .1s;
    font-size: 14px;
    color: #122042;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px !important
}

.story-bottom__slider-pagination .swiper-pagination-bullet-active,
.story-top__slider-pagination .swiper-pagination-bullet-active {
    width: 45px;
    height: 45px;
    background: none;
    font-size: 14px !important;
    border: 1px solid #122042
}

@media screen and (max-width:768px) {

    .story-bottom__slider-pagination .swiper-pagination-bullet-active,
    .story-top__slider-pagination .swiper-pagination-bullet-active {
        width: 32px;
        height: 32px
    }
}

.story-bottom__slider .swiper-button-next,
.story-bottom__slider .swiper-button-prev,
.story-top__slider .swiper-button-next,
.story-top__slider .swiper-button-prev {
    width: 55px;
    height: 55px;
    background-color: transparent;
    border: 1px solid #122042;
    border-radius: 150%;
    position: absolute;
    bottom: 70px;
    left: 10px;
    background-repeat: no-repeat;
    font-size: 0;
    background-size: 30px;
    z-index: 12;
    cursor: pointer;
    background-position: 50%;
    transition: all .2s;
    top: auto
}

.story-bottom__slider .swiper-button-next:after,
.story-bottom__slider .swiper-button-prev:after,
.story-top__slider .swiper-button-next:after,
.story-top__slider .swiper-button-prev:after {
    display: none
}

.story-bottom__slider .swiper-button-next:hover,
.story-bottom__slider .swiper-button-prev:hover,
.story-top__slider .swiper-button-next:hover,
.story-top__slider .swiper-button-prev:hover {
    background-color: #fff;
    border: 1px solid #fff
}

.story-bottom__slider .swiper-button-prev,
.story-top__slider .swiper-button-prev {
    background-image: url(../images/stories--left_7c069906f24700dbe35704d396a483e9.png);
    left: 35%
}

@media screen and (max-width:1000px) {

    .story-bottom__slider .swiper-button-prev,
    .story-top__slider .swiper-button-prev {
        left: 30%
    }
}

@media screen and (max-width:576px) {

    .story-bottom__slider .swiper-button-prev,
    .story-top__slider .swiper-button-prev {
        left: 20px
    }
}

.story-bottom__slider .swiper-button-next,
.story-top__slider .swiper-button-next {
    right: 35%;
    left: auto;
    background-image: url(../images/stories--right_b191ab97426dfef4f452cb54d64434b2.png)
}

@media screen and (max-width:1000px) {

    .story-bottom__slider .swiper-button-next,
    .story-top__slider .swiper-button-next {
        right: 30%
    }
}

@media screen and (max-width:576px) {

    .story-bottom__slider .swiper-button-next,
    .story-top__slider .swiper-button-next {
        right: 20px
    }
}

.story-bottom__slider {
    margin-top: 35px
}

.story-video {
    background-color: #122042
}

@media screen and (max-width:576px) {
    .story-video {
        margin-top: 36px
    }
}

.story-video__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.story-video__left {
    max-width: 20%;
    flex: 0 0 20%;
    position: relative
}

@media screen and (max-width:768px) {
    .story-video__left {
        max-width: 100%;
        flex: 0 0 100%
    }
}

.story-video__left .story-square {
    position: absolute;
    top: -36px;
    left: 0
}

@media screen and (max-width:768px) {
    .story-video__left .story-square {
        top: -21px
    }
}

.story-video__left .story-square svg {
    width: 72px;
    overflow: initial
}

@media screen and (max-width:768px) {
    .story-video__left .story-square svg {
        width: 42px
    }
}

.story-video__left .story-square svg .rect {
    width: 36px;
    height: 36px
}

.story-video__left .story-square svg .story-to-right-2 {
    transition: all .3s ease-in-out;
    transform: translateY(10px)
}

.story-video__left .story-square svg .story-to-right-1 {
    transition: all .3s ease-in-out;
    transform: translateX(15px)
}

.story-video__left .story-square svg:hover .story-to-right-2 {
    transform: translateY(10px)
}

.story-video__left .story-square svg:hover .story-to-right-1 {
    transform: translateX(15px)
}

.story-video__left .story-square--animate svg .story-to-right-1,
.story-video__left .story-square--animate svg .story-to-right-2 {
    transform: none
}

.story-video__left p {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding: 0;
    margin: 0 0 45px
}

.story-video__left p.first {
    margin-top: 130px
}

@media screen and (max-width:1000px) {
    .story-video__left p.first {
        margin-top: 80px
    }
}

@media screen and (max-width:768px) {
    .story-video__left p.first {
        margin-top: 32px
    }
}

.story-video__left p:first-child {
    margin-top: 130px
}

@media screen and (max-width:1440px) {
    .story-video__left p {
        font-size: 20px
    }
}

@media screen and (max-width:1000px) {
    .story-video__left p {
        font-size: 18px
    }
}

@media screen and (max-width:768px) {
    .story-video__left p {
        text-align: center;
        margin-bottom: 30px;
        padding: 0 24px
    }
}

.story-video__right {
    max-width: 80%;
    flex: 0 0 80%;
    position: relative
}

@media screen and (max-width:768px) {
    .story-video__right {
        max-width: 100%;
        flex: 0 0 100%
    }
}

.story-video__right .logo {
    max-width: 350px;
    position: absolute;
    z-index: 2;
    right: 26px;
    bottom: -100px;
    transition: all 1s ease-in-out;
    transform: translateX(-100%) translateY(-100%)
}

@media screen and (max-width:1000px) {
    .story-video__right .logo {
        max-width: 300px;
        transform: translateX(-50%) translateY(-50%)
    }
}

@media screen and (max-width:768px) {
    .story-video__right .logo {
        max-width: 120px
    }
}

.story-video__right .logo svg {
    width: 100%
}

.story-video__right .logo svg .media-svg-rect--left {
    transform: rotateX(90deg) rotateY(38deg);
    transition: all 1s;
    transform-origin: -95px;
    position: absolute
}

.story-video__right .logo svg .media-svg-rect--right {
    transform: rotateX(-90deg) rotateY(15deg);
    transition: all 1s;
    transform-origin: 820px;
    position: absolute
}

.story-video__right .logo svg .media-svg-triangle--left {
    transform-origin: 330px;
    transform: rotateY(90deg);
    transition: all 1s;
    position: absolute
}

.story-video__right .logo svg .media-svg-triangle--right {
    transform-origin: 170px;
    transform: rotateY(90deg);
    transition: all 1s;
    position: absolute
}

.story-video__right .video {
    max-width: 100%;
    position: relative;
    opacity: 0;
    height: 100%;
    padding-right: 30px;
    padding-left: 30px;
    top: -35px;
    z-index: 10;
    transition: all 1s ease-in-out;
    transform: translateY(20%)
}

.story-video__right .video iframe,
.story-video__right .video video {
    height: 600px;
    width: 100%
}

@media screen and (max-width:1440px) {

    .story-video__right .video iframe,
    .story-video__right .video video {
        height: 500px
    }
}

@media screen and (max-width:1280px) {

    .story-video__right .video iframe,
    .story-video__right .video video {
        height: 420px
    }
}

@media screen and (max-width:968px) {

    .story-video__right .video iframe,
    .story-video__right .video video {
        height: 360px
    }
}

@media screen and (max-width:768px) {

    .story-video__right .video iframe,
    .story-video__right .video video {
        height: 350px
    }
}

@media screen and (max-width:414px) {

    .story-video__right .video iframe,
    .story-video__right .video video {
        height: 280px
    }
}

.story-video__right .video .control {
    width: 110px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99;
    height: 110px;
    border-radius: 150%;
    display: flex;
    background: none;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer
}

.story-video__right .video .control .circle {
    width: 100%;
    height: 100%;
    border-radius: 150%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.story-video__right .video .control .circle__inner {
    width: 75px;
    height: 75px;
    border-radius: 150%;
    background: hsla(0, 0%, 100%, .5);
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center
}

.story-video__right .video .control .circle__inner .triangle {
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 12px 0 12px 14px
}

.story-video__right .video .control:hover .circle__inner {
    width: 100%;
    height: 100%
}

.story-video__right .video .control.hidden {
    display: none
}

@media screen and (max-width:768px) {
    .story-video__right .video {
        top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 24px
    }
}

.story-video__right .rectangle {
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all .8s ease-in;
    z-index: 0;
    right: 0;
    background-color: #133a79
}

@media screen and (max-width:768px) {
    .story-video__right .rectangle {
        right: -24px;
        height: calc(100% - 24px);
        bottom: 0;
        top: auto
    }
}

.story-video__right--logo-rect .logo svg .media-svg-rect--left,
.story-video__right--logo-rect .logo svg .media-svg-rect--right,
.story-video__right--logo-triangle .logo svg .media-svg-triangle--left,
.story-video__right--logo-triangle .logo svg .media-svg-triangle--right {
    transform: none
}

.story-video__right--logo-animate .logo {
    right: 26px;
    bottom: -100px;
    transform: none
}

@media screen and (max-width:768px) {
    .story-video__right--logo-animate .logo {
        right: 0;
        bottom: -40px
    }
}

.story-video__right--rect-animate .rectangle {
    width: 85%
}

.story-video__right--video-animate .video {
    opacity: 1;
    transform: none
}

.story-other {
    margin-bottom: 100px;
    background-color: #fff
}

@media screen and (max-width:768px) {
    .story-other {
        margin-bottom: 50px
    }
}

.story-other .stories-pagination .swiper-pagination-bullet {
    color: #022042;
    background-color: #022042
}

.story-other .stories-pagination .swiper-pagination-bullet-active {
    border: 1px solid #022042;
    background-color: #fff
}

@media screen and (max-width:576px) {
    .story-other .stories-pagination {
        bottom: 80 !important
    }
}

@media screen and (max-width:576px) {
    .story-other .stories__slider-item {
        width: 100%
    }
}

@media screen and (max-width:576px) {

    .story-other .stories-button-next,
    .story-other .stories-button-prev {
        top: auto;
        bottom: 90px;
        background-color: transparent
    }
}

@media screen and (max-width:375px) {
    .story-other .stories-button-prev {
        left: -12px
    }
}

@media screen and (max-width:375px) {
    .story-other .stories-button-next {
        right: -12px
    }
}

.media-page {
    padding-top: 180px;
    position: relative
}

@media screen and (max-width:1000px) {
    .media-page {
        padding-top: 120px
    }
}

.media-page__more {
    display: flex;
    justify-content: center;
    margin-top: 80px
}

@media screen and (max-width:1280px) {
    .media-page__more {
        margin-top: 40px
    }
}

.media-page__more--tags {
    margin-top: 20px;
    display: flex;
    justify-content: center
}

.media-page__hr {
    margin: 70px 0 40px;
    height: 1px;
    border: none;
    width: 100%;
    background: hsla(0, 0%, 80%, .801)
}

.media-page__tags {
    padding-bottom: 100px;
    margin-top: 100px
}

.media-page__tags-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    position: relative
}

.media-page__tags-list {
    max-width: 90%;
    flex: 0 0 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 120px;
    overflow: hidden;
    transition: all .3s
}

@media screen and (max-width:1280px) {
    .media-page__tags-list {
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media screen and (max-width:768px) {
    .media-page__tags-list {
        height: 110px
    }
}

.media-page__tags-list--all {
    height: auto !important
}

.media-page__tag {
    font-size: 14px;
    color: #000;
    background-color: #a1c1e6;
    padding: 8px 16px;
    transition: all .3s;
    text-align: center;
    margin-right: 12px;
    display: inline-block;
    margin-bottom: 24px;
    min-height: 36px
}

.media-page__tag.active,
.media-page__tag:hover {
    background-color: #ecbc2d;
    color: #000
}

.media__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

@media screen and (max-width:1000px) {
    .media__top .section-title--media-page {
        order: 2
    }

    .media__top .media__filter {
        order: 3
    }

    .media__top .breadcrumbs {
        order: 1
    }
}

.media__filter {
    z-index: 80;
    max-width: 66.6666%;
    flex: 0 0 66.6666%;
    overflow: hidden;
    transition: all .3s ease-in-out
}

@media screen and (max-width:1280px) {
    .media__filter {
        max-width: 70%;
        flex: 0 0 70%
    }
}

@media screen and (max-width:1000px) {
    .media__filter {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin-top: 10px
    }
}

@media screen and (max-width:768px) {
    .media__filter {
        height: 0;
        opacity: 0;
        visibility: hidden
    }

    .media__filter .media__form {
        transform: translateY(-150%)
    }
}

.media__filter--open {
    height: auto;
    opacity: 1;
    visibility: visible
}

.media__filter--open .media__form {
    transform: translateY(0)
}

.media__form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
    transition: all .5s ease-in-out
}

@media screen and (max-width:1000px) {
    .media__form {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 30px
    }
}

.media__menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0;
    position: relative
}

@media screen and (max-width:768px) {
    .media__menu {
        margin: 25px 0
    }
}

.media__menu-svg {
    top: -18px;
    left: 0;
    position: absolute;
    transition: all .3s ease-in-out
}

.media__menu-svg,
.media__menu-svg svg {
    width: 36px;
    height: 36px
}

@media screen and (max-width:576px) {
    .media__menu-svg {
        transform: rotate(180deg);
        bottom: 0;
        right: 0;
        top: auto;
        left: auto
    }

    .media__menu-svg,
    .media__menu-svg svg {
        width: 30px;
        height: 30px
    }
}

.media__tab {
    transition: all .3s ease-in-out;
    z-index: -1
}

.media__tab-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

@media screen and (max-width:1000px) {
    .media__tab-wrapper {
        justify-content: space-between
    }
}

.media__tab.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    z-index: 10
}

.media__item {
    max-width: 32%;
    flex: 0 0 32%;
    margin-bottom: 100px
}

@media screen and (max-width:1280px) {
    .media__item {
        margin-bottom: 70px
    }
}

@media screen and (max-width:1000px) {
    .media__item {
        max-width: 48%;
        flex: 0 0 48%
    }
}

@media screen and (max-width:576px) {
    .media__item {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 35px
    }
}

.media__item:nth-child(3n+2) {
    margin: 0 30px 100px
}

@media screen and (max-width:1600px) {
    .media__item:nth-child(3n+2) {
        margin: 0 28px 80px
    }
}

@media screen and (max-width:1440px) {
    .media__item:nth-child(3n+2) {
        margin: 0 24px 60px
    }
}

@media screen and (max-width:1280px) {
    .media__item:nth-child(3n+2) {
        margin: 0 19px 50px
    }
}

@media screen and (max-width:1000px) {
    .media__item:nth-child(3n+2) {
        margin: 0 0 70px;
        margin: 0 0 35px
    }
}

.media__item--not-media {
    max-width: 68.5%;
    padding: 15px 20px 0;
    margin: 0 auto 20px
}

.media__item--not-media:nth-child(3n+2) {
    margin: 0 auto 40px
}

.media__item--not-media:nth-child(2n+2) {
    background-color: #f2f2f2;
    padding: 35px 20px 20px
}

@media screen and (max-width:1000px) {
    .media__item--not-media {
        max-width: 100%
    }
}

.media__item-platform {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 68.5%
}

.media__item-platform,
.media__item-platform:nth-child(3n+2) {
    padding: 15px 20px 0;
    margin: 0 auto 20px
}

@media screen and (max-width:576px) {
    .media__item-platform {
        max-width: 100%;
        padding: 15px 0 0
    }
}

.media__item-platform--preview {
    border: 1px solid #ccc;
    max-width: 100%;
    padding: 8px 15px;
    margin-bottom: 20px
}

.media__item-platform--preview .image {
    width: 100%;
    height: 300px;
    padding: 4px 8px;
    margin-bottom: 8px
}

@media screen and (max-width:1440px) {
    .media__item-platform--preview .image {
        height: 250px
    }
}

@media screen and (max-width:1280px) {
    .media__item-platform--preview .image {
        height: 220px
    }
}

.media__item-platform--preview .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.media__item-platform--preview .title {
    font-size: 20px;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 8px 0
}

@media screen and (max-width:576px) {
    .media__item-platform--preview .title {
        font-size: 18px
    }
}

.media__item-platform--preview .text {
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

@media screen and (max-width:576px) {
    .media__item-platform--preview .text {
        font-size: 14px
    }
}

.media__item-platform--descr {
    max-width: 65%;
    flex: 0 0 65%
}

@media screen and (max-width:1000px) {
    .media__item-platform--descr {
        max-width: 60%;
        flex: 0 0 60%
    }
}

@media screen and (max-width:768px) {
    .media__item-platform--descr {
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 0;
        margin-bottom: 20px
    }
}

.media__item-video {
    height: 300px;
    margin-bottom: 35px
}

@media screen and (max-width:1440px) {
    .media__item-video {
        height: 250px
    }
}

@media screen and (max-width:1280px) {
    .media__item-video {
        height: 220px
    }
}

@media screen and (max-width:768px) {
    .media__item-video {
        margin-bottom: 20px
    }
}

.media__item-video .video {
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 100%;
    min-width: 100%
}

.media__item-video .video iframe {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%
}

.media__item-video .video video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.media__item-video .video-y {
    position: static
}

.media__item-video .video .control {
    width: 110px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99;
    height: 110px;
    border-radius: 150%;
    display: flex;
    background: none;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer
}

.media__item-video .video .control .circle {
    width: 100%;
    height: 100%;
    border-radius: 150%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.media__item-video .video .control .circle__inner {
    width: 75px;
    height: 75px;
    border-radius: 150%;
    background: hsla(0, 0%, 100%, .5);
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center
}

.media__item-video .video .control .circle__inner .triangle {
    width: 0;
    height: 0;
    margin-left: 6px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 12px 0 12px 16px
}

.media__item-video .video .control:hover .circle__inner {
    width: 100%;
    height: 100%
}

.media__item-video .video .control.hidden {
    display: none
}

.media__item-image {
    margin-bottom: 35px
}

.media__item-image img {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #ccc
}

@media screen and (max-width:1440px) {
    .media__item-image img {
        height: 250px
    }
}

@media screen and (max-width:1280px) {
    .media__item-image img {
        height: 220px
    }
}

@media screen and (max-width:768px) {
    .media__item-image {
        margin-bottom: 20px
    }
}

.media__item-title {
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 140%
}

@media screen and (max-width:768px) {
    .media__item-title {
        font-size: 14px
    }
}

.media__item-text {
    margin-bottom: 20px;
    line-height: 140%
}

@media screen and (max-width:768px) {
    .media__item-text {
        font-size: 14px
    }
}

.media__item-download {
    margin-bottom: 25px
}

@media screen and (max-width:768px) {
    .media__item-download {
        margin-bottom: 12px
    }
}

.media__item-tags {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap
}

.media__item-tags .tag {
    font-size: 14px;
    color: #000;
    background-color: #a1c1e6;
    padding: 8px 16px;
    transition: all .3s;
    text-align: center;
    margin-right: 12px;
    display: inline-block;
    cursor: default;
    margin-bottom: 24px;
    min-height: 36px
}

@media screen and (max-width:1280px) {
    .media__item-tags .tag {
        font-size: 13px;
        margin-right: 8px;
        padding: 8px 4px;
        margin-bottom: 12px
    }
}

@media screen and (max-width:768px) {
    .media__item-tags .tag {
        font-size: 11px;
        min-height: 24px;
        min-width: 80px
    }
}

.media__loader {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    flex: 0 0 100%
}

.media__no-data {
    text-align: center;
    font-size: 18px;
    margin: 20px 0;
    flex: 0 0 100%;
    max-width: 100%
}

.media__no-data svg {
    display: block;
    margin: 0 auto 25px;
    width: 100px;
    fill: #1f3664
}

.events-page {
    padding-top: 180px;
    padding-bottom: 100px
}

@media screen and (max-width:1000px) {
    .events-page {
        padding-top: 120px
    }
}

@media screen and (max-width:576px) {
    .events-page {
        padding-bottom: 0
    }
}

.events-page ul {
    list-style-type: disc;
    margin-left: 16px
}

.events__activities-header {
    position: relative;
    padding-left: 100px;
    margin-bottom: 40px
}

@media screen and (max-width:1000px) {
    .events__activities-header {
        margin-top: 25px
    }
}

@media screen and (max-width:576px) {
    .events__activities-header {
        padding-left: 60px
    }
}

.events__activities-header .square {
    position: absolute;
    left: 0;
    top: 0;
    overflow: initial
}

.events__activities-header .square svg {
    width: 60px;
    height: 60px;
    overflow: initial
}

@media screen and (max-width:576px) {
    .events__activities-header .square svg {
        width: 42px;
        height: 42px
    }
}

.events__activities-header .square svg .st-events-top-1 {
    transition: all .3s ease-in-out;
    transform: translateY(10px)
}

.events__activities-header .square svg .st-events-top-2 {
    transition: all .3s ease-in-out;
    transform: translateX(15px)
}

.events__activities-header .square svg .st-events-bottom-1 {
    transition: all .3s ease-in-out;
    transform: translateX(-10px)
}

.events__activities-header .square svg .st-events-bottom-2 {
    transition: all .3s ease-in-out;
    transform: translateY(-10px)
}

.events__activities-header .square svg:hover .st-events-top-1 {
    transform: translateY(10px)
}

.events__activities-header .square svg:hover .st-events-top-2 {
    transform: translateX(15px)
}

.events__activities-header .square svg:hover .st-events-bottom-1 {
    transform: translateY(10px)
}

.events__activities-header .square svg:hover .st-events-bottom-2 {
    transform: translateX(15px)
}

.events__activities-header .square--animate svg .st-events-bottom-1,
.events__activities-header .square--animate svg .st-events-bottom-2,
.events__activities-header .square--animate svg .st-events-top-1,
.events__activities-header .square--animate svg .st-events-top-2 {
    transform: none
}

.events__activities-header .title {
    font-size: 24px;
    color: #122042;
    text-transform: uppercase;
    font-weight: 700;
    position: relative
}

.events__activities-header .title:after {
    content: "";
    position: absolute;
    width: 60.6060606061%;
    right: 0;
    left: auto;
    bottom: 5px;
    height: 1px;
    background-color: #ccc
}

@media screen and (max-width:1280px) {
    .events__activities-header .title:after {
        width: 60%
    }
}

@media screen and (max-width:1000px) {
    .events__activities-header .title:after {
        width: 45%
    }
}

@media screen and (max-width:768px) {
    .events__activities-header .title:after {
        display: none
    }
}

@media screen and (max-width:1440px) {
    .events__activities-header .title {
        font-size: 20px
    }
}

@media screen and (max-width:576px) {
    .events__activities-header .title {
        font-size: 18px
    }
}

.events__activities-header .date {
    color: #6183b4;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 600
}

@media screen and (max-width:1440px) {
    .events__activities-header .date {
        font-size: 42px
    }
}

@media screen and (max-width:1280px) {
    .events__activities-header .date {
        font-size: 36px
    }
}

@media screen and (max-width:576px) {
    .events__activities-header .date {
        font-size: 18px
    }
}

.events__activities-header--bottom {
    margin-bottom: 10px
}

.events__activities-header--bottom .title {
    padding-top: 35px
}

@media screen and (max-width:576px) {
    .events__activities-header--bottom .title {
        padding-top: 0
    }
}

.events__activities-slider {
    overflow: hidden;
    padding: 0 100px;
    height: 620px
}

@media screen and (max-width:1440px) {
    .events__activities-slider {
        height: 620px
    }
}

@media screen and (max-width:1000px) {
    .events__activities-slider {
        padding: 0
    }
}

@media screen and (max-width:576px) {
    .events__activities-slider {
        height: 585px
    }
}

.events__activities-slider-pagination {
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 0 !important;
    display: flex;
    margin: 0 auto;
    height: 50px;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:576px) {
    .events__activities-slider-pagination {
        bottom: 60px !important
    }
}

.events__activities-slider-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #122042;
    border-radius: 150%;
    font-size: 0 !important;
    opacity: 1 !important;
    transition: all .1s;
    font-size: 14px;
    color: #122042;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px !important
}

@media screen and (max-width:1000px) {
    .events__activities-slider-pagination .swiper-pagination-bullet {
        margin: 0 4px !important
    }
}

.events__activities-slider-pagination .swiper-pagination-bullet-active {
    width: 45px;
    height: 45px;
    background: none;
    font-size: 14px !important;
    border: 1px solid #122042
}

@media screen and (max-width:768px) {
    .events__activities-slider-pagination .swiper-pagination-bullet-active {
        width: 32px;
        height: 32px
    }
}

.events__activities-slider .swiper-button-next,
.events__activities-slider .swiper-button-prev {
    width: 55px;
    height: 55px;
    background-color: transparent;
    border: 1px solid #122042;
    border-radius: 150%;
    position: absolute;
    bottom: 0;
    left: 10px;
    background-repeat: no-repeat;
    font-size: 0;
    background-size: 30px;
    z-index: 12;
    cursor: pointer;
    background-position: 50%;
    transition: all .2s;
    top: auto
}

@media screen and (max-width:576px) {

    .events__activities-slider .swiper-button-next,
    .events__activities-slider .swiper-button-prev {
        width: 36px;
        height: 36px;
        bottom: 60px;
        background-size: 20px
    }
}

.events__activities-slider .swiper-button-next:after,
.events__activities-slider .swiper-button-prev:after {
    display: none
}

.events__activities-slider .swiper-button-next:hover,
.events__activities-slider .swiper-button-prev:hover {
    background-color: #fff;
    border: 1px solid #fff
}

.events__activities-slider .swiper-button-prev {
    background-image: url(../images/stories--left_7c069906f24700dbe35704d396a483e9.png);
    left: 32%
}

@media screen and (max-width:1280px) {
    .events__activities-slider .swiper-button-prev {
        left: 18%
    }
}

@media screen and (max-width:768px) {
    .events__activities-slider .swiper-button-prev {
        left: 7%
    }
}

@media screen and (max-width:576px) {
    .events__activities-slider .swiper-button-prev {
        left: 0
    }
}

.events__activities-slider .swiper-button-next {
    right: 32%;
    left: auto;
    background-image: url(../images/stories--right_b191ab97426dfef4f452cb54d64434b2.png)
}

@media screen and (max-width:1280px) {
    .events__activities-slider .swiper-button-next {
        right: 18%
    }
}

@media screen and (max-width:768px) {
    .events__activities-slider .swiper-button-next {
        right: 7%
    }
}

@media screen and (max-width:576px) {
    .events__activities-slider .swiper-button-next {
        right: 0
    }
}

.events__activities-item {
    height: 550px;
    padding: 50px 30px 80px;
    position: relative
}

.events__activities-item--center {
    margin: 0 auto !important
}

.events__activities-item:nth-child(3n+1) {
    background-color: #6183b4
}

.events__activities-item:nth-child(3n+2) {
    background-color: #40538d
}

.events__activities-item:nth-child(3n+3) {
    background-color: #1f3664
}

@media screen and (max-width:1440px) {
    .events__activities-item {
        height: 500px;
        padding: 30px 18px 70px
    }
}

@media screen and (max-width:576px) {
    .events__activities-item {
        height: 430px
    }
}

.events__activities-item .title {
    font-weight: 700;
    color: #fff;
    font-size: 21px;
    margin-bottom: 50px
}

@media screen and (max-width:1440px) {
    .events__activities-item .title {
        font-size: 18px
    }
}

@media screen and (max-width:576px) {
    .events__activities-item .title {
        margin-bottom: 30px
    }
}

.events__activities-item .content {
    position: relative
}

.events__activities-item .text {
    color: #fff;
    font-size: 16px;
    line-height: 150%;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    cursor: pointer;
    transition: all .2s;
    -webkit-box-orient: vertical
}

.events__activities-item .text:hover {
    color: #ecbc2d
}

@media screen and (max-width:1440px) {
    .events__activities-item .text {
        font-size: 14px
    }
}

@media screen and (max-width:576px) {
    .events__activities-item .text {
        font-size: 14px
    }
}

.events__activities-item .footer {
    font-size: 18px;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 30px;
    background: transparent;
    line-height: 150%;
    padding: 20px 70px 20px 0
}

@media screen and (max-width:1440px) {
    .events__activities-item .footer {
        font-size: 16px
    }
}

@media screen and (max-width:576px) {
    .events__activities-item .footer {
        left: 18px;
        bottom: 18px
    }
}

.events__activities-item .footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 60px);
    height: 1px;
    background-color: #fff
}

.events__activities-item .footer span {
    font-size: 16px;
    display: block;
    font-weight: 700;
    line-height: 150%
}

@media screen and (max-width:1440px) {
    .events__activities-item .footer span {
        font-size: 15px
    }
}

.events__upcoming {
    margin-bottom: 100px
}

@media screen and (max-width:576px) {
    .events__upcoming {
        margin-bottom: 40px
    }
}

.events__upcoming-wrapper {
    margin-left: 12%;
    margin-right: 12%
}

@media screen and (max-width:1000px) {
    .events__upcoming-wrapper {
        margin-left: 0;
        margin-right: 0
    }
}

.events__upcoming-item {
    padding: 50px 35px;
    margin-bottom: 30px
}

@media screen and (max-width:576px) {
    .events__upcoming-item {
        margin-bottom: 10px;
        padding: 30px 0
    }
}

.events__upcoming-item .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 50px
}

@media screen and (max-width:1440px) {
    .events__upcoming-item .title {
        font-size: 20px
    }
}

@media screen and (max-width:576px) {
    .events__upcoming-item .title {
        font-size: 16px;
        margin-bottom: 30px
    }
}

.events__upcoming-item .image {
    margin-bottom: 20px
}

.events__upcoming-item .image img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width:768px) {
    .events__upcoming-item .image img {
        height: 400px
    }
}

@media screen and (max-width:414px) {
    .events__upcoming-item .image img {
        height: 375px
    }
}

.events__upcoming-item .text {
    font-size: 18px;
    font-weight: 400;
    line-height: 145%;
    margin-bottom: 50px
}

@media screen and (max-width:1440px) {
    .events__upcoming-item .text {
        font-size: 16px
    }
}

@media screen and (max-width:576px) {
    .events__upcoming-item .text {
        font-size: 14px;
        margin-bottom: 30px
    }
}

.events__upcoming-item:nth-child(2n+2) {
    background-color: #f2f2f2
}

@media screen and (max-width:576px) {
    .events__upcoming-item:nth-child(2n+2):after {
        content: "";
        position: absolute;
        left: -100%;
        width: 300%;
        height: 100%;
        z-index: -1;
        top: 0;
        background-color: #f2f2f2
    }
}

.events__upcoming-more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0
}

.contacts-page {
    padding-top: 180px;
    padding-bottom: 150px
}

@media screen and (max-width:1000px) {
    .contacts-page {
        padding-top: 120px
    }
}

@media screen and (max-width:576px) {
    .contacts-page {
        padding-bottom: 50px
    }
}

.contacts__content {
    position: relative;
    line-height: 160%
}

.contacts__content h3 {
    margin-block-end: 0px;
}

.contacts__content .square {
    position: absolute;
    left: 0;
    top: -30px;
    overflow: initial
}

.w3-button {
    width: 30%;
    background-color: #ffd718;
    color: #333;
    border: none;
    font-size: 1.3rem;
    padding: 20px 10px 20px 10px;
    font-weight: 700;
}

.w3-red {
    background-color: #0E53B7;
    color: #fff;
}

@media screen and (max-width:1000px) {
    .contacts__content .square {
        left: -30px;
        top: 35px
    }
}

@media screen and (max-width:768px) {
    .contacts__content .square {
        top: -30px
    }
}

@media screen and (max-width:576px) {
    .contacts__content .square {
        left: 0;
        top: -20px
    }
}

.contacts__content .square--bottom {
    top: auto;
    bottom: 0
}

@media screen and (max-width:1000px) {
    .contacts__content .square--bottom {
        left: auto;
        right: -30px;
        bottom: 30px
    }
}

@media screen and (max-width:576px) {
    .contacts__content .square--bottom {
        right: 0;
        bottom: 40px
    }
}

.contacts__content .square svg {
    width: 60px;
    height: 60px;
    overflow: initial
}

@media screen and (max-width:576px) {
    .contacts__content .square svg {
        width: 42px;
        height: 42px
    }
}

.contacts__content .square svg .st-events-top-1 {
    transition: all .3s ease-in-out;
    transform: translateY(10px)
}

.contacts__content .square svg .st-events-top-2 {
    transition: all .3s ease-in-out;
    transform: translateX(15px)
}

.contacts__content .square svg:hover .st-events-top-1 {
    transform: translateY(10px)
}

.contacts__content .square svg:hover .st-events-top-2 {
    transform: translateX(15px)
}

.contacts__content .square--animate svg .st-events-top-1,
.contacts__content .square--animate svg .st-events-top-2 {
    transform: none
}

.contacts__table {
    width: 100%;
    padding-left: 100px;
    margin-top: 50px;
    border-spacing: 0;
    padding-bottom: 60px
}

@media screen and (max-width:1000px) {
    .contacts__table {
        padding-left: 0
    }
}

@media screen and (max-width:1000px) {
    .contacts__table thead {
        display: none
    }
}

.contacts__table thead tr th {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    padding-left: 24px;
    text-transform: uppercase;
    padding-bottom: 40px
}

@media screen and (max-width:1000px) {
    .contacts__table thead tr th {
        font-size: 20px
    }
}

.contacts__table thead tr th:first-child,
.contacts__table thead tr th:nth-child(2),
.contacts__table thead tr th:nth-child(3),
.contacts__table thead tr th:nth-child(4) {
    width: 25%
}

@media screen and (max-width:768px) {
    .contacts__table tbody tr {
        padding-top: 20px;
        padding-bottom: 20px;
        display: block
    }
}

.contacts__table tbody tr td {
    padding: 24px;
    line-height: 150%
}

.contacts__table tbody tr td span {
    display: block;
    font-weight: 400
}

.contacts__table tbody tr td .email,
.contacts__table tbody tr td .phone {
    display: block;
    color: #000
}

.contacts__table tbody tr td .email:hover,
.contacts__table tbody tr td .phone:hover {
    color: #ecbc2d
}

@media screen and (max-width:576px) {

    .contacts__table tbody tr td .email,
    .contacts__table tbody tr td .phone {
        font-size: 18px
    }
}

.contacts__table tbody tr td .email {
    color: #40538d
}

.contacts__table tbody tr td .phone {
    font-weight: 400
}

@media screen and (max-width:1000px) {
    .contacts__table tbody tr td {
        font-size: 16px
    }
}

@media screen and (max-width:768px) {
    .contacts__table tbody tr td {
        display: block;
        width: 100%;
        padding: 10px 16px
    }
}

@media screen and (max-width:576px) {
    .contacts__table tbody tr td {
        font-size: 18px
    }

    .contacts__table tbody tr td:first-child {
        font-weight: 700
    }

    .contacts__table tbody tr td:nth-child(2) {
        font-size: 14px
    }

    .contacts__table tbody tr td:nth-child(3) {
        font-weight: 700;
        padding-bottom: 0
    }
}

.contacts__table tbody tr:nth-child(odd) {
    background-color: #f2f2f2
}

.contacts__table tbody tr:nth-child(odd) .email,
.contacts__table tbody tr:nth-child(odd) .phone {
    color: #000
}

.contacts__table tbody tr:nth-child(odd) .email {
    color: #40538d
}

.contacts__table tbody tr:first-child {
    background-color: #6183b4
}

.contacts__table tbody tr:first-child td {
    color: #fff;
    font-weight: 600
}

.contacts__table tbody tr:first-child td .email,
.contacts__table tbody tr:first-child td .phone {
    color: #fff
}

.contacts__table tbody tr:first-child td .email:hover,
.contacts__table tbody tr:first-child td .phone:hover {
    color: #ecbc2d
}

.contacts__table tbody tr:first-child td .email {
    font-weight: 600
}

.contacts__table tbody tr:first-child td span {
    font-weight: 400
}

.contacts__table tbody tr:first-child td:nth-child(3) {
    padding: 0
}

.contacts__wrapper {
    display: flex;
    align-items: normal;
    justify-content: space-between;
    flex-wrap: wrap
}

.contacts__left {
    background-color: #ececec;
    max-width: 45%;
    flex: 0 0 45%;
    z-index: 0;
    position: relative;
    padding: 100px 80px 100px 60px
}

@media screen and (max-width:1600px) {
    .contacts__left {
        padding: 80px 70px 80px 60px
    }
}

@media screen and (max-width:1280px) {
    .contacts__left {
        padding: 50px 50px 70px 40px
    }
}

@media screen and (max-width:1000px) {
    .contacts__left {
        max-width: 100%;
        flex: 0 0 100%;
        margin-top: 50px;
        z-index: 1
    }
}

@media screen and (max-width:576px) {
    .contacts__left {
        padding: 50px 24px
    }
}

.contacts__left .square {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (max-width:1280px) {
    .contacts__left .square {
        width: 42px;
        height: 42px
    }
}

@media screen and (max-width:1000px) {
    .contacts__left .square {
        top: -21px
    }
}

.contacts__left .square svg {
    width: 100%
}

.contacts__left .square svg .single-el-bottom,
.contacts__left .square svg .single-el-right {
    transition: all .2s
}

@media screen and (max-width:1280px) {
    .contacts__left .square svg {
        height: 42px
    }
}

.contacts__left .square:hover svg .single-el-right {
    transform: translateX(10px)
}

.contacts__left .square:hover svg .single-el-bottom {
    transform: translateY(10px)
}

.contacts__left .title {
    font-size: 24px;
    color: #000;
    margin-bottom: 80px
}

@media screen and (max-width:1440px) {
    .contacts__left .title {
        margin-bottom: 40px
    }
}

@media screen and (max-width:576px) {
    .contacts__left .title {
        font-size: 18px
    }
}

.contacts__left .address {
    margin-bottom: 50px
}

@media screen and (max-width:1440px) {
    .contacts__left .address {
        margin-bottom: 30px
    }
}

.contacts__left .address a,
.contacts__left .items a {
    color: #000;
    font-size: 18px;
    padding-left: 30px;
    display: inline-block;
    margin-bottom: 15px;
    position: relative
}

@media screen and (max-width:1280px) {

    .contacts__left .address a,
    .contacts__left .items a {
        font-size: 16px
    }
}

@media screen and (max-width:576px) {

    .contacts__left .address a,
    .contacts__left .items a {
        font-size: 16px
    }
}

.contacts__left .address a:before,
.contacts__left .items a:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: "";
    width: 16px;
    height: 24px;
    background-repeat: no-repeat
}

.contacts__left .address a:hover,
.contacts__left .items a:hover {
    color: #40538d
}

.contacts__left .address a.address-link:before,
.contacts__left .items a.address-link:before {
    background-image: url(../images/map_8908a6fcc8ba5565ab90503ca2b46d5f.svg)
}

.contacts__left .address a.email-link:before,
.contacts__left .items a.email-link:before {
    width: 18px;
    height: 18px;
    top: 4px;
    background-image: url(../images/mail_b764fbb3f236eeec743c781b706a85b1.svg)
}

.contacts__left .address a.phone-link:before,
.contacts__left .items a.phone-link:before {
    width: 18px;
    height: 18px;
    top: 4px;
    background-image: url(../images/call_d7c7ca84bd85845c37fb30cee9db9d56.svg)
}

.contacts__left .items {
    display: inline-grid
}

.contacts__right {
    max-width: 55%;
    flex: 0 0 55%;
    padding: 30px 0;
    z-index: 0;
    background-color: #ccc;
}

.contacts__right,
.contacts__right-image {
    position: relative
}

.contacts__right-image .title {
    position: absolute;
    bottom: 0;
    left: -39px;
    font-size: 14px;
    padding: 4px;
    color: #fff;
    background: rgba(0, 0, 0, .75)
}

@media screen and (max-width:1000px) {
    .contacts__right-image .title {
        font-size: 11px;
        padding: 2px;
        left: 0
    }
}

@media screen and (max-width:1000px) {
    .contacts__right {
        max-width: 100%;
        flex: 0 0 100%
    }

    .contacts__right:before {
        position: absolute;
        content: "";
        bottom: 0;
        left: -100%;
        width: 300%;
        height: 170%;
        background-color: #6183b4;
        z-index: -1
    }
}

.contacts__right .logo {
    max-width: 240px;
    position: absolute;
    left: -120px;
    bottom: -81px;
    z-index: 10
}

.contacts__right .logo svg {
    width: 100%;
    transition: all .3s
}

.contacts__right .logo svg .media-svg-rect--left {
    transform: rotateX(90deg) rotateY(38deg);
    transition: all 1s;
    transform-origin: -95px;
    position: absolute
}

.contacts__right .logo svg .media-svg-rect--right {
    transform: rotateX(-90deg) rotateY(15deg);
    transition: all 1s;
    transform-origin: 820px;
    position: absolute
}

.contacts__right .logo svg .media-svg-triangle--left {
    transform-origin: 330px;
    transform: rotateY(90deg);
    transition: all 1s;
    position: absolute
}

.contacts__right .logo svg .media-svg-triangle--right {
    transform-origin: 170px;
    transform: rotateY(90deg);
    transition: all 1s;
    position: absolute
}

@media screen and (max-width:1280px) {
    .contacts__right .logo {
        max-width: 180px;
        left: -90px
    }
}

@media screen and (max-width:1000px) {
    .contacts__right .logo {
        max-width: 120px;
        left: 50%;
        transform: translateX(-50%);
        bottom: auto;
        top: -50px;
        z-index: 1
    }
}

@media screen and (max-width:576px) {
    .contacts__right .logo {
        display: none;
    }
    .donors__logos {
    padding: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.donors__logos img {
    max-height: 49px;
    margin: 0 1px 20px;
}

.requisites {
    padding-bottom: 1rem;
}
}

.contacts__right .logo--rect svg .media-svg-rect--left,
.contacts__right .logo--rect svg .media-svg-rect--right,
.contacts__right .logo--triangle svg .media-svg-triangle--left,
.contacts__right .logo--triangle svg .media-svg-triangle--right {
    transform: none
}

.contacts__right .map {
    z-index: 10;
    width: 100%;
    margin-left: -39px;
    border-radius: 16px
}

@media screen and (max-width:1000px) {
    .contacts__right .map {
        margin: 0
    }
}

@media screen and (max-width:576px) {
    .contacts__right .map {
        display: none
    }
}

.contacts__right .map--mobile {
    width: 100%;
    display: none
}

@media screen and (max-width:576px) {
    .contacts__right .map--mobile {
        display: block
    }
}

.our-mission-page {
    padding-top: 180px;
    padding-bottom: 250px;
    position: relative
}

@media screen and (max-width:1000px) {
    .our-mission-page {
        padding-top: 120px
    }
}

@media screen and (max-width:768px) {
    .our-mission-page {
        padding-bottom: 140px
    }
}

.our-mission__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.our-mission__top-svg {
    width: 60px;
    height: 60px;
    top: -30px;
    opacity: 0;
    transform: translateY(-60px);
    left: 0;
    position: absolute;
    transition: all .3s ease-in-out
}

.our-mission__top-svg.enter {
    transform: none;
    opacity: 1
}

.our-mission__top-svg svg {
    width: 60px;
    height: 60px;
    overflow: initial
}

.our-mission__top-svg svg .mission-top-svg-2,
.our-mission__top-svg svg .mission-top-svg-3 {
    transition: all .3s ease-in-out
}

.our-mission__top-svg svg:hover .mission-top-svg-2 {
    transform: translateY(10px)
}

.our-mission__top-svg svg:hover .mission-top-svg-3 {
    transform: translateX(10px)
}

@media screen and (max-width:1000px) {
    .our-mission__top-svg {
        top: -60px
    }
}

.our-mission__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100px;
    position: relative
}

.our-mission__content ul {
    list-style-type: disc;
    margin-left: 16px
}

@media screen and (max-width:1000px) {
    .our-mission__content {
        margin-top: 90px;
        padding-top: 30px;
        background-color: #1f3664
    }
}

.our-mission__content:before {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ececec
}

@media screen and (max-width:1000px) {
    .our-mission__content:before {
        content: "";
        left: -100%;
        width: 300%;
        right: auto;
        height: 100%;
        z-index: -1;
        display: block;
        background-color: #1f3664;
        top: 0
    }
}

@media screen and (max-width:1000px) {
    .our-mission__content:after {
        content: "";
        top: -30px;
        height: 30px;
        background-color: #40538d;
        left: -50%;
        position: absolute;
        width: 150%;
        z-index: -1
    }
}

.our-mission__main-text {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    max-width: 30%;
    flex: 0 0 30%;
    position: relative;
    padding: 150px 0 50px;
    line-height: 155%;
    letter-spacing: 1.2px;
    transform: translateX(-100%);
    opacity: 0;
    transition: all 1s ease-in-out;
    visibility: hidden
}

@media screen and (max-width:1600px) {
    .our-mission__main-text {
        font-size: 20px
    }
}

@media screen and (max-width:1280px) {
    .our-mission__main-text {
        max-width: 40%;
        flex: 0 0 40%;
        font-size: 18px
    }
}

@media screen and (max-width:1000px) {
    .our-mission__main-text {
        padding: 0
    }
}

.our-mission__main-text.enter {
    transform: none;
    opacity: 1;
    visibility: visible
}

.our-mission__main-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 400%;
    border-top: 70px solid #40538d;
    z-index: -1;
    background-color: #1f3664
}

@media screen and (max-width:1000px) {
    .our-mission__main-text:before {
        display: none
    }
}

.our-mission__main-image {
    flex: 0 0 65%;
    height: 760px;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 65%;
    margin-top: -50px;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15%);
    transition: all 1s ease-in-out
}

.our-mission__main-image video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.our-mission__main-image video:focus {
    z-index: 20
}

.our-mission__main-image iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.our-mission__main-image iframe:focus {
    z-index: 20
}

@media screen and (max-width:1280px) {
    .our-mission__main-image {
        flex: 0 0 55%;
        max-width: 55%;
        height: 630px
    }
}

@media screen and (max-width:1000px) {
    .our-mission__main-image {
        flex: 0 0 100%;
        margin-top: 0;
        max-width: 100%
    }
}

@media screen and (max-width:768px) {
    .our-mission__main-image {
        height: 580px
    }
}

@media screen and (max-width:576px) {
    .our-mission__main-image {
        height: 400px
    }
}

.our-mission__main-image .logo {
    position: absolute;
    bottom: -95px;
    left: -4px;
    width: 283px;
    z-index: 10
}

@media screen and (max-width:1600px) {
    .our-mission__main-image .logo {
        bottom: -74px;
        width: 220px
    }
}

@media screen and (max-width:1280px) {
    .our-mission__main-image .logo {
        width: 100px;
        bottom: 0
    }
}

@media screen and (max-width:1000px) {
    .our-mission__main-image .logo {
        left: auto;
        right: 0;
        bottom: -34px
    }
}

.our-mission__main-image .logo svg {
    width: 100%
}

.our-mission__main-image .logo svg .media-svg-rect--left {
    transform: rotateX(90deg) rotateY(38deg);
    transition: all 1s;
    transform-origin: -95px;
    position: absolute
}

.our-mission__main-image .logo svg .media-svg-rect--right {
    transform: rotateX(-90deg) rotateY(15deg);
    transition: all 1s;
    transform-origin: 820px;
    position: absolute
}

.our-mission__main-image .logo svg .media-svg-triangle--left {
    transform-origin: 330px;
    transform: rotateY(90deg);
    transition: all 1s;
    position: absolute
}

.our-mission__main-image .logo svg .media-svg-triangle--right {
    transform-origin: 170px;
    transform: rotateY(90deg);
    transition: all 1s;
    position: absolute
}

.our-mission__main-image .logo--mission-rect svg .media-svg-rect--left,
.our-mission__main-image .logo--mission-rect svg .media-svg-rect--right,
.our-mission__main-image .logo--mission-triangle svg .media-svg-triangle--left,
.our-mission__main-image .logo--mission-triangle svg .media-svg-triangle--right {
    transform: none
}

.our-mission__main-image .logo--mission-position {
    transform: translateX(-50%) translateY(0)
}

@media screen and (max-width:576px) {
    .our-mission__main-image .logo--mission-position {
        bottom: -40px
    }
}

.our-mission__main-image-text {
    padding: 0 50px;
    position: absolute;
    bottom: 0;
    opacity: 0;
    display: flex;
    align-items: center;
    transform: translateX(25%);
    visibility: hidden;
    transition: all 1s ease-in-out;
    color: #fff;
    right: 0;
    line-height: 150%;
    width: 100%;
    max-width: 700px;
    background-color: #40538d;
    font-size: 18px;
    min-height: 184px
}

@media screen and (max-width:1600px) {
    .our-mission__main-image-text {
        font-size: 16px;
        padding: 30px 40px;
        min-height: 144px
    }
}

@media screen and (max-width:1440px) {
    .our-mission__main-image-text {
        max-width: 570px;
        padding: 20px 40px
    }
}

@media screen and (max-width:1280px) {
    .our-mission__main-image-text {
        max-width: 484px;
        padding: 12px 20px 12px 40px
    }
}

@media screen and (max-width:1000px) {
    .our-mission__main-image-text {
        position: relative;
        max-width: 100%;
        flex: 0 0 100%;
        bottom: auto;
        left: auto;
        visibility: visible;
        opacity: 1;
        transform: none;
        height: auto;
        padding: 25px;
        min-height: auto
    }
}

.our-mission__main-image-text:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: -100%;
    background-color: #40538d;
    top: 0
}

@media screen and (max-width:1000px) {
    .our-mission__main-image-text:after {
        right: auto;
        left: -100%;
        display: none
    }
}

.our-mission__main-image-text b {
    font-weight: 700
}

.our-mission__main-image.enter-image,
.our-mission__main-image.enter-text .our-mission__main-image-text {
    opacity: 1;
    transform: none;
    visibility: visible
}

.our-mission__main-image:before {
    content: "";
    position: absolute;
    width: 90%;
    height: 65px;
    background-color: #40538d;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: none
}

@media screen and (max-width:1000px) {
    .our-mission__main-image:before {
        display: block
    }
}

@media screen and (max-width:768px) {
    .our-mission__main-image:before {
        width: 85%
    }
}

@media screen and (max-width:576px) {
    .our-mission__main-image:before {
        width: 78%
    }
}

.our-mission__main-image:after {
    content: "";
    position: absolute;
    width: 95%;
    height: 32px;
    background-color: #6183b4;
    bottom: -32px;
    left: 0;
    z-index: 1;
    display: none
}

@media screen and (max-width:1000px) {
    .our-mission__main-image:after {
        display: block
    }
}

@media screen and (max-width:768px) {
    .our-mission__main-image:after {
        width: 90%
    }
}

@media screen and (max-width:576px) {
    .our-mission__main-image:after {
        width: 85%
    }
}

.our-mission__grey {
    background-color: #ececec;
    height: 90px;
    max-width: 47%;
    flex: 0 0 47%;
    position: relative;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-100%);
    transition: all 1s ease-in-out;
    overflow: initial
}

.our-mission__grey-inner {
    background-color: #ecbc2d;
    padding: 60px 70px 50px;
    width: calc(100% + 3px);
    margin-top: 90px;
    line-height: 150%;
    font-size: 18px
}

@media screen and (max-width:1600px) {
    .our-mission__grey-inner {
        font-size: 16px;
        padding: 60px 50px 40px
    }
}

@media screen and (max-width:1000px) {
    .our-mission__grey-inner {
        padding: 25px;
        margin-top: 40px;
        text-align: justify
    }
}

@media screen and (max-width:1600px) {
    .our-mission__grey {
        height: 70px;
        max-width: 45%;
        flex: 0 0 45%
    }

    .our-mission__grey-inner {
        margin-top: 70px
    }
}

@media screen and (max-width:1280px) {
    .our-mission__grey {
        max-width: 44.8%;
        flex: 0 0 44.8%
    }
}

@media screen and (max-width:1000px) {
    .our-mission__grey {
        font-size: 18px;
        height: auto;
        padding: 80px 0 60px;
        max-width: 100%;
        flex: 0 0 100%;
        color: #122042;
        font-weight: 600;
        line-height: 155%
    }

    .our-mission__grey:after {
        content: "";
        position: absolute;
        width: 250%;
        height: 120%;
        background-color: #ececec;
        right: -90%;
        z-index: -1;
        top: 0
    }
}

.our-mission__grey.enter {
    transform: none;
    opacity: 1;
    visibility: visible
}

.our-mission__grey:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ececec;
    left: -100%;
    z-index: 0;
    top: 0
}

.our-mission__bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    overflow: initial
}

@media screen and (max-width:1000px) {
    .our-mission__bottom {
        flex-wrap: wrap
    }
}

.our-mission__work {
    background-color: #6183b4;
    color: #fff;
    padding: 60px 70px 50px;
    line-height: 150%;
    font-size: 18px;
    position: relative;
    max-width: 52.8%;
    flex: 0 0 52.8%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(25%);
    transition: all 1s ease-in-out
}

@media screen and (max-width:1600px) {
    .our-mission__work {
        max-width: 54.8%;
        flex: 0 0 54.8%;
        font-size: 16px;
        padding: 60px 50px 40px
    }
}

@media screen and (max-width:1440px) {
    .our-mission__work {
        max-width: 53.2%;
        flex: 0 0 53.2%
    }
}

@media screen and (max-width:1280px) {
    .our-mission__work {
        max-width: 55.2%;
        flex: 0 0 55.2%
    }
}

@media screen and (max-width:1000px) {
    .our-mission__work {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 25px;
        text-align: justify;
        margin-top: 40px
    }
}

.our-mission__work.enter {
    opacity: 1;
    visibility: visible;
    transform: none
}

.our-mission__work-svg {
    width: 60px;
    height: 60px;
    bottom: -30px;
    right: 0;
    opacity: 0;
    transform: translateY(60px);
    position: absolute;
    transition: all .3s ease-in-out
}

.our-mission__work-svg--mobile {
    display: none
}

@media screen and (max-width:1000px) {
    .our-mission__work-svg {
        top: -61px;
        bottom: auto;
        width: 42px;
        height: 42px;
        transform: none;
        opacity: 1
    }

    .our-mission__work-svg--mobile {
        display: block;
        bottom: -21px;
        left: 0;
        top: auto;
        right: auto
    }
}

.our-mission__work-svg.enter {
    transform: none;
    opacity: 1
}

.our-mission__work-svg svg {
    width: 60px;
    height: 60px;
    overflow: initial
}

@media screen and (max-width:1000px) {
    .our-mission__work-svg svg {
        width: 42px;
        height: 42px
    }
}

.our-mission__work-svg svg .mission-work-svg-2,
.our-mission__work-svg svg .mission-work-svg-3 {
    transition: all .3s ease-in-out
}

.our-mission__work-svg svg:hover .mission-work-svg-2 {
    transform: translateX(-10px)
}

.our-mission__work-svg svg:hover .mission-work-svg-3 {
    transform: translateY(-10px)
}

.our-mission__work b {
    font-weight: 700
}

.our-mission__work:after {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    z-index: -1;
    height: 90px;
    background-color: #1f3664
}

@media screen and (max-width:1600px) {
    .our-mission__work:after {
        height: 70px
    }
}

@media screen and (max-width:1000px) {
    .our-mission__work:after {
        height: 100%;
        background-color: #6183b4;
        display: none
    }
}

.our-mission__footer {
    padding: 60px 70px 50px;
    font-size: 18px;
    line-height: 150%;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10%);
    transition: all 1s ease-in-out
}

@media screen and (max-width:1600px) {
    .our-mission__footer {
        font-size: 16px;
        padding: 60px 50px 40px
    }
}

@media screen and (max-width:1000px) {
    .our-mission__footer {
        padding: 25px;
        text-align: justify
    }
}

.our-mission__footer--mt {
    margin-top: 200px
}

@media screen and (max-width:1600px) {
    .our-mission__footer--mt {
        margin-top: 165px
    }
}

@media screen and (max-width:1280px) {
    .our-mission__footer--mt {
        margin-top: 200px
    }
}

@media screen and (max-width:1000px) {
    .our-mission__footer--mt {
        margin-top: 20px
    }
}

.our-mission__footer.enter {
    opacity: 1;
    visibility: visible;
    transform: none
}

.search-page {
    padding-top: 180px;
    padding-bottom: 100px
}

@media screen and (max-width:1000px) {
    .search-page {
        padding-top: 120px
    }
}

.search-results__list {
    margin: 30px 0
}

.search-results__item {
    margin-bottom: 32px
}

@media screen and (max-width:1280px) {
    .search-results__item {
        margin-bottom: 24px
    }
}

.search-results__item .title {
    font-size: 18px;
    text-decoration: none;
    color: #3490dc;
    font-weight: 500;
    margin-bottom: 12px;
    display: inline-block
}

@media screen and (max-width:1000px) {
    .search-results__item .title {
        font-size: 16px
    }
}

.search-results__item .title:hover {
    color: #122042
}

.search-results__item .title span {
    font-weight: 500;
    color: #000;
    font-size: 21px
}

.search-results__item .text {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 145%;
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (max-width:1000px) {
    .search-results__item .text {
        font-size: 14px
    }
}

.search-content .search__form {
    margin-top: 40px;
    max-width: 960px;
    margin-bottom: 40px
}

.search-content .search__form-field .input__search {
    color: #000;
    border-bottom: 1px solid #000
}

.search-content .search__form-field label {
    color: #000
}

.search-content .search__form-field .btn__form-search {
    margin-top: -1px;
    border: 1px solid #000
}

@media screen and (max-width:576px) {
    .search-content .search__form-field .btn__form-search {
        margin-top: -4px
    }
}

.search-content .search__form-field .btn__form-search svg {
    fill: #000
}

.search-content .search__form-field .btn__form-search:hover {
    background-color: #000
}

.search-content .search__form-field .btn__form-search:hover svg {
    fill: #fff
}

.donors-page {
    padding-top: 180px;
    padding-bottom: 100px
}

@media screen and (max-width:1000px) {
    .donors-page {
        padding-top: 120px
    }
}

@media screen and (max-width:576px) {
    .donors-page {
        padding-bottom: 0
    }
}

.donors__main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
    position: relative
}

@media screen and (max-width:768px) {
    .donors__main {
        margin-top: 40px
    }
}

@media screen and (max-width:576px) {
    .donors__main {
        margin-top: 80px
    }
}

.donors__main-about {
    max-width: 35%;
    flex: 0 0 35%;
    min-height: 100%;
    background-color: #1f3664;
    border-top: 70px solid #40538d;
    padding: 100px 10px 40px 60px;
    font-size: 24px;
    color: #fff;
    position: relative;
    line-height: 150%;
    font-weight: 600;
    opacity: 0;
    transition: all 1.2s ease-in-out;
    transform: translateX(25%)
}

@media screen and (max-width:1440px) {
    .donors__main-about {
        font-size: 20px;
        padding: 80px 10px 30px 40px
    }
}

@media screen and (max-width:1280px) {
    .donors__main-about {
        font-size: 18px;
        padding: 60px 10px 25px 30px
    }
}

@media screen and (max-width:1000px) {
    .donors__main-about {
        max-width: 100%;
        flex: 0 0 100%;
        border-top: 50px solid #40538d
    }
}

@media screen and (max-width:576px) {
    .donors__main-about {
        font-size: 16px
    }
}

.donors__main-about:before {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    width: 300%;
    height: 30px;
    background-color: #f2f2f2
}

@media screen and (max-width:1000px) {
    .donors__main-about:before {
        display: none
    }
}

@media screen and (max-width:576px) {
    .donors__main-about:before {
        display: block;
        z-index: -1;
        left: -100%;
        height: 400px
    }
}

.donors__main-about:after {
    content: "";
    position: absolute;
    width: 200%;
    top: -70px;
    height: calc(100% + 70px);
    background-color: #1f3664;
    right: -100%;
    z-index: -1;
    border-top: 70px solid #40538d
}

@media screen and (max-width:1000px) {
    .donors__main-about:after {
        border-top: 50px solid #40538d;
        top: -50px
    }
}

@media screen and (max-width:576px) {
    .donors__main-about:after {
        height: calc(100% + 50px)
    }
}

.donors__main-about.enter {
    transform: none;
    opacity: 1
}

.donors__main-image {
    max-width: 65%;
    width: 100%;
    flex: 0 0 65%;
    min-height: 760px;
    height: 100%;
    margin-top: -50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
    opacity: 0;
    transform: translateY(25%)
}

@media screen and (max-width:1440px) {
    .donors__main-image {
        min-height: 680px
    }
}

@media screen and (max-width:1280px) {
    .donors__main-image {
        min-height: 600px
    }
}

@media screen and (max-width:1000px) {
    .donors__main-image {
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media screen and (max-width:768px) {
    .donors__main-image {
        min-height: 580px;
        margin-top: 0
    }
}

@media screen and (max-width:576px) {
    .donors__main-image {
        min-height: 400px
    }
}

.donors__main-image:before {
    content: "";
    position: absolute;
    bottom: -86px;
    left: -110%;
    width: 200%;
    opacity: 0;
    transform: translateX(-25%);
    transition: all 1s ease-in-out;
    background-color: #1f3664;
    z-index: -1;
    height: 260px;
    border-top: 80px solid #40538d
}

@media screen and (max-width:1440px) {
    .donors__main-image:before {
        left: -120%
    }
}

@media screen and (max-width:1280px) {
    .donors__main-image:before {
        bottom: -65px
    }
}

@media screen and (max-width:1000px) {
    .donors__main-image:before {
        height: 100%
    }
}

@media screen and (max-width:576px) {
    .donors__main-image:before {
        top: -50px;
        bottom: auto;
        left: -100%;
        width: 300%;
        border-top: 50px solid #40538d
    }
}

.donors__main-image:after {
    content: "";
    position: absolute;
    left: -100%;
    background: #ececec;
    height: calc(100% - 50px);
    transition: all 1s ease-in-out;
    width: 200%;
    z-index: -2;
    bottom: 0;
    opacity: 0;
    transform: translateX(-25%)
}

@media screen and (max-width:1000px) {
    .donors__main-image:after {
        display: none
    }
}

.donors__main-image .logo {
    width: 270px;
    position: absolute;
    right: -4px;
    bottom: -90px
}

@media screen and (max-width:1280px) {
    .donors__main-image .logo {
        width: 200px;
        bottom: -68px
    }
}

@media screen and (max-width:1000px) {
    .donors__main-image .logo {
        bottom: 0;
        width: 100px;
        right: -2px
    }
}

.donors__main-image .logo svg {
    width: 100%
}

.donors__main-image .logo svg .media-svg-rect--left {
    transform: rotateX(90deg) rotateY(38deg);
    transition: all 1s;
    transform-origin: -95px;
    position: absolute
}

.donors__main-image .logo svg .media-svg-rect--right {
    transform: rotateX(-90deg) rotateY(15deg);
    transition: all 1s;
    transform-origin: 820px;
    position: absolute
}

.donors__main-image .logo svg .media-svg-triangle--left {
    transform-origin: 330px;
    transform: rotateY(90deg);
    transition: all 1s;
    position: absolute
}

.donors__main-image .logo svg .media-svg-triangle--right {
    transform-origin: 170px;
    transform: rotateY(90deg);
    transition: all 1s;
    position: absolute
}

.donors__main-image .logo--donors-rect svg .media-svg-rect--left,
.donors__main-image .logo--donors-rect svg .media-svg-rect--right,
.donors__main-image .logo--donors-triangle svg .media-svg-triangle--left,
.donors__main-image .logo--donors-triangle svg .media-svg-triangle--right {
    transform: none
}

.donors__main-image .logo--donors-position {
    transform: translateX(-50%) translateY(0)
}

@media screen and (max-width:576px) {
    .donors__main-image .logo--donors-position {
        bottom: -40px
    }
}

.donors__main-image.enter {
    transition: all .5s ease-in-out;
    opacity: 1;
    transform: none
}

.donors__main-image.enter-text:after,
.donors__main-image.enter-text:before {
    opacity: 1;
    transform: none
}

.donors__content {
    padding-top: 100px;
    margin: 0 30px;
    position: relative
}

@media screen and (max-width:1280px) {
    .donors__content {
        padding-top: 80px
    }
}

@media screen and (max-width:1000px) {
    .donors__content {
        padding-top: 10px;
        margin: 0
    }
}

.donors__content:before {
    content: "";
    position: absolute;
    top: -50px;
    z-index: -4;
    height: 500px;
    left: 0;
    width: 100%;
    background-color: #f2f2f2
}

@media screen and (max-width:1280px) {
    .donors__content:before {
        height: 400px
    }
}

@media screen and (max-width:1000px) {
    .donors__content:before {
        height: 250px
    }
}

.donors__content-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 40px
}

@media screen and (max-width:1440px) {
    .donors__content-item {
        padding: 30px
    }
}

@media screen and (max-width:1000px) {
    .donors__content-item {
        padding: 20px
    }
}

@media screen and (max-width:576px) {
    .donors__content-item {
        flex-wrap: wrap
    }
}

.donors__content-item:nth-child(odd) {
    background-color: #f2f2f2;
    padding: 50px 40px
}

@media screen and (max-width:1440px) {
    .donors__content-item:nth-child(odd) {
        padding: 40px 30px
    }
}

@media screen and (max-width:1000px) {
    .donors__content-item:nth-child(odd) {
        padding: 30px 20px
    }
}

.donors__content-item:nth-child(2n+2) {
    margin: 40px 0
}

@media screen and (max-width:1000px) {
    .donors__content-item:nth-child(2n+2) {
        margin: 30px 0
    }
}

.donors__content-item .image {
    max-width: 20%;
    flex: 0 0 20%;
    display: flex;
    justify-content: center
}

@media screen and (max-width:576px) {
    .donors__content-item .image {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 20px
    }
}

.donors__content-item .image img {
    max-width: 150px;
    max-height: 100px;
    width: auto;
    height: auto
}

@media screen and (max-width:1440px) {
    .donors__content-item .image img {
        max-width: 125px;
        max-height: 80px
    }
}

@media screen and (max-width:1000px) {
    .donors__content-item .image img {
        max-width: 100px;
        max-height: 75px;
        padding: 0 10px
    }
}

@media screen and (max-width:576px) {
    .donors__content-item .image img {
        max-width: 170px;
        max-height: 120px
    }
}

.donors__content-item .content {
    max-width: 80%;
    flex: 0 0 80%
}

@media screen and (max-width:576px) {
    .donors__content-item .content {
        max-width: 100%;
        flex: 0 0 100%
    }
}

.donors__content-item .content .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 50px
}

@media screen and (max-width:1440px) {
    .donors__content-item .content .title {
        font-size: 16px;
        margin-bottom: 40px
    }
}

@media screen and (max-width:1000px) {
    .donors__content-item .content .title {
        font-size: 14px;
        margin-bottom: 30px
    }
}

@media screen and (max-width:576px) {
    .donors__content-item .content .title {
        margin-bottom: 20px
    }
}

.donors__content-item .content .text {
    font-size: 18px;
    line-height: 150%
}

@media screen and (max-width:1440px) {
    .donors__content-item .content .text {
        font-size: 16px
    }
}

@media screen and (max-width:1000px) {
    .donors__content-item .content .text {
        font-size: 14px
    }
}

.donors__content-item:nth-child(8) .image img {
    max-width: 180px
}

@media screen and (max-width:1440px) {
    .donors__content-item:nth-child(8) .image img {
        max-width: 150px
    }
}

@media screen and (max-width:1000px) {
    .donors__content-item:nth-child(8) .image img {
        max-width: 125px
    }
}

@media screen and (max-width:576px) {
    .donors__content-item:nth-child(8) .image img {
        max-width: 200px
    }
}

.donors__content-item:nth-child(9) .image img {
    max-width: 180px
}

@media screen and (max-width:1440px) {
    .donors__content-item:nth-child(9) .image img {
        max-width: 150px
    }
}

@media screen and (max-width:1000px) {
    .donors__content-item:nth-child(9) .image img {
        max-width: 125px
    }
}

@media screen and (max-width:576px) {
    .donors__content-item:nth-child(9) .image img {
        max-width: 200px
    }
}

.donors__bottom-svg,
.donors__top-svg {
    width: 60px;
    height: 60px;
    bottom: -30px;
    right: 0;
    opacity: 0;
    transform: translateY(60px) rotate(90deg);
    position: absolute;
    transition: all .3s ease-in-out
}

.donors__bottom-svg.enter,
.donors__top-svg.enter {
    transform: rotate(90deg);
    opacity: 1
}

@media screen and (max-width:1000px) {

    .donors__bottom-svg,
    .donors__top-svg {
        top: -21px;
        bottom: auto;
        width: 42px;
        height: 42px;
        transform: none;
        opacity: 1
    }
}

.donors__bottom-svg svg,
.donors__top-svg svg {
    width: 60px;
    height: 60px;
    overflow: initial
}

@media screen and (max-width:1000px) {

    .donors__bottom-svg svg,
    .donors__top-svg svg {
        width: 42px;
        height: 42px
    }
}

.donors__bottom-svg svg .donors-top-svg-2,
.donors__bottom-svg svg .donors-top-svg-3,
.donors__bottom-svg svg .donors-work-svg-2,
.donors__bottom-svg svg .donors-work-svg-3,
.donors__top-svg svg .donors-top-svg-2,
.donors__top-svg svg .donors-top-svg-3,
.donors__top-svg svg .donors-work-svg-2,
.donors__top-svg svg .donors-work-svg-3 {
    transition: all .3s ease-in-out
}

.donors__bottom-svg svg:hover .donors-work-svg-2,
.donors__top-svg svg:hover .donors-work-svg-2 {
    transform: translateX(-10px)
}

.donors__bottom-svg svg:hover .donors-work-svg-3,
.donors__top-svg svg:hover .donors-work-svg-3 {
    transform: translateY(-10px)
}

.donors__top-svg {
    bottom: auto;
    top: -60px
}

@media screen and (max-width:1000px) {
    .donors__top-svg {
        top: -71px
    }
}

@media screen and (max-width:768px) {
    .donors__top-svg {
        top: -21px
    }
}

@media screen and (max-width:576px) {
    .donors__top-svg {
        top: -71px
    }
}

.donors__top-svg svg:hover .donors-top-svg-2 {
    transform: translateX(-10px)
}

.donors__top-svg svg:hover .donors-top-svg-3 {
    transform: translateY(-10px)
}

.donors__bottom-svg {
    left: 0;
    right: auto
}

@media screen and (max-width:1000px) {
    .donors__bottom-svg {
        bottom: -30px;
        display: none
    }
}


.our_work_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 3em;
    margin-top: 30px;
    align-items: center;
    }

.our_work_img {
    width: 100%;
    border-radius: 16px;
}

.our_work_info {
    font-style: 1.3rem;
    line-height: 1.5rem;
}

.our_work_info h2 {text-transform: uppercase; color: #0B4498;}


.our_work_subtitle {
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 1.9rem;
}

.our_work_list li{
    list-style: disc;
    padding-left: 10px;
    margin-left: 26px;
}

.our_work_info { width: 95%;}

.zoom {
  transition: transform 2.2s; /* Animation */
}

.zoom:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


@media screen and (max-width:576px) {
    .our_work_row {
    display: grid;
    grid-template-columns: 1fr;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 1em;
    margin-top: 0px;
}

.our_work_media {padding: 0.2rem;}
.our_work_info { width: 100%; margin-left: 0.5rem;}
.whats-new__top {margin-top: 4rem; margin-bottom: 2rem}

.our_work_row :nth-child(1) {order: 1 }
.our_work_row :nth-child(2) {order: 2 }
.our_work_row :nth-child(3) {order: 4 }
.our_work_row :nth-child(4) {order: 3 }
.our_work_row :nth-child(5) {order: 5 }
.our_work_row :nth-child(6) {order: 6 }
.our_work_row :nth-child(7) {order: 8 }
.our_work_row :nth-child(8) {order: 7 }
.our_work_info {margin-bottom: 5rem}

.our-team__person {
    display: flex;
    text-align: center;
    align-items: center;
    gap: 10px; flex-direction: column;

}

}

.projects-carousel {
    width: 50vw;
    max-width: 842px;
}

.owl-carousel .owl-stage-outer {width: 45vw;}

.statut__content {background: #FFC517;
    font-size: 2.5rem;
    font-weight: 400;
    color: #333;
    display: grid;
    grid-template-columns: 20% 1fr 1fr;
    align-items: center;
    border-radius: 10px;
    justify-items: center;}

.statut_btn a {border: 3px solid #0B4498;
    padding: 20px 59px;
    color: #0B4498;
    font-size: 1.3rem;
    font-weight: 600;
    border-radius: 42px;
}
.statut_btn a:hover { background-color: #0B4498; color: #FFC517}
.statut_img {max-width: 200px; width: 100%; padding: 1rem;}
@media screen and (max-width:576px) {
    .owl-carousel .owl-stage-outer {width: 100%; max-width: 342px;} 

.statut__content {
    background: #FFC517;
    font-size: 1.5rem;
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: center;
    border-radius: 10px;
    justify-items: center;}

.statut_btn {margin-bottom: 4rem; margin-top: 2rem;}




}
