/*
Theme Name: West
Theme URI: http://athemes.com/theme/west
Author: aThemes
Author URI: http://athemes.com
Description: West is a responsive business theme that aims to provide everything you need in order to help you create an awesome website for your company. Some of the features you will find in West are: Live Composer integration, fonts and colors controls, blog options, custom header option and much more.
Version: 1.11
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: west
Tags: light, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-colors, custom-background, custom-header, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

West is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

 @font-face {
    font-family: F37 Moon Test;
    src: url('fonts/F37Moon-Black.otf')
    format('truetype');
    font-display: swap;
    font-style: normal;
    font-weight: 800;
  }
@font-face {
    font-family: F37 Moon Test;
    src: url('fonts/F37Moon-Bold.otf')
    format('truetype');
    font-display: swap;
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: F37 Moon Test;
    src: url('fonts/F37Moon-Demi.otf')
    format('truetype');
    font-display: swap;
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: F37 Moon Test;
    src: url('fonts/F37Moon-ExtraBold.otf')
    format('truetype');
    font-display: swap;
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: F37 Moon Test;
    src: url('fonts/F37Moon-Light.otf')
    format('truetype');
    font-display: swap;
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: F37 Moon Test;
    src: url('fonts/F37Moon-Regular.otf')
    format('truetype');
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: F37 Moon Test;
    src: url('fonts/F37Moon-Thin.otf')
    format('truetype');
    font-display: swap;
    font-style: normal;
    font-weight: 100;
}

 
@import url('//fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: "BlankMoment-Regular";
    src: url('fonts/blank-moment-regular.ttf')
    format('truetype');
    font-display: swap;
    font-style: normal;
}
/*Default*/
* {
    box-sizing: border-box;
}
html, body {
    height: 100%;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    color: #ffffff;
    text-decoration: none;
}
a:hover {
    color: #ffffff;
    text-decoration: none;
}
/*Grid*/
.align-items-center {
    align-items: center;
}
.align-self-start {
    align-self: flex-start;
}
.justify-center {
    justify-content: center;
}
.container {
    padding: 0 15px;
    margin: 0 auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.row > * {
    padding: 0 15px;
}
.col-auto {
    flex: 0 0 auto;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 33.33333333%;;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66666667%;
        width: 41.66666667%;
    }
    .col-lg-7 {
        flex: 0 0 58.33333333%;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 66.66666667%;
        width: 66.66666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl-5 {
        flex: 0 0 41.66666667%;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.33333333%;
        width: 58.33333333%;
    }
}
/*Typography*/
h1, h2, h3, h4, h5, h6, p, a {
    margin-top: 0;
}
.text {
    font-size: 22px;
    line-height: 32px;
}
.text-bold {
    font-weight: 700;
}
.text-center {
    text-align: center;
}
.title {
    font-size: 60px;
    line-height: 74px;
}

.title-large {
    font-size: 76px;
    font-weight: 700;
    line-height: 90px;
}

.title-large strong {
    position: relative;
    font-family: "BlankMoment-Regular";
    font-size: 64px;
    font-weight: 400;
    line-height: 60px;
    text-transform: uppercase;
    color: #ffffff;
}
.title-large strong:after {
    content: '';
    position: absolute;
    left: 4px;
    bottom: 14%;
    width: calc(100% - 9px);
    height: 10px;
    background: #FF085A;
    transform: rotate(-2deg);
    z-index: -1;
}
.info-small__image_mobile{
	display:none;
}
/*Buttons*/
.button {
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 14px;
    background: linear-gradient(72.57deg, #B31D88 -0.41%, #FF085A 97.9%);
    padding: 12px;
}

.button_apple {
    display: flex;
    border-radius: 14px;
    filter: drop-shadow(0px 2.5px 12.5px rgba(0, 0, 0, 0.11));
}

.button-group {
    display: flex;
    margin: 0 -12px;
}

.button-group__col {
    padding: 0 12px;
}

.button-arrow {
    display: flex;
    align-items: center;
}

.button-arrow:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 12H22' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 19L22 12L15 5' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    margin-left: 16px;
}
/*Site Setting*/
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #ffffff;
    background-color: #0F0D1C;
    margin: 0;
}
.page {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.site-content {
    flex-grow: 1;
}

.divider {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    opacity: 0.1;
}
.divider_mobile {
	display:none;
}

.mobile {
	display: none;
}
/*Header*/
.header {
    padding-top: 28px;
    padding-bottom: 16px;
    margin-bottom: 7px;
}

.header__row {
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.header__menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__menu > *:first-child {
    margin-right: 63px;
}
.header__menu > *:nth-child(2) {
    margin-right: 56px;
}
.header__menu > li:not(:last-child) {
    position: relative;
}
.header__menu > li:not(:last-child):after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    height: 2px;
    width: 0%;
    background: #8F00FF;
    transform: translateX(-50%);
    transition: .3s;
}
.header__menu > li:not(:last-child):hover:after,
.header__menu > li.current-menu-item:after {
    width: 49%;
}
.header__nav a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.header__nav a:hover {
    text-decoration: none;
    color: #ffffff;
}

.header__logo a {
    display: flex;
}
.header__btn a {
    display: inline-block;
    width: 100px;
    text-align: center;
    border: 2px solid #F4F5F6;
    border-radius: 14px;
    padding: 6px;
}
.header__logo a img {
    width: 52px;
    height:52px;
}
.footer__logo a img {
    width: 56px;
    height: 56px;
}
.toggle-btn,
.close-btn {
    display: none;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
}
.toggle-btn {
    top: 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_5943_8479)'%3E%3Cpath d='M1.00049 10H19.3338' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square'/%3E%3Cpath d='M1.00049 3H19.3338' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square'/%3E%3Cpath d='M1.00049 17H19.3338' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5943_8479'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    transform: translateY(-50%);
}

.close-btn {
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 14.9636L14.9636 2' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square'/%3E%3Cpath d='M2 2L14.9636 14.9636' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
@media (max-width: 768px) {
    .header__row {
        justify-content: center;
    }
    .header__nav {
        position: fixed;
        left: 0;
        top: -100%;
        width: 100vw;
        height: auto;
        background-color: #0F0D1C;
        padding: 50px 15px;
        z-index: 999999;
        transition: .3s;
        /*display: none;*/
    }
    .toggle-btn,
    .close-btn {
        display: block;
    }
    .header__nav.active {
        top: 0%;
    }
    .header__menu {
        display: flex;
        flex-direction: column;
        row-gap: 30px;
    }
    .header__menu .menu-item {
        text-align: center;
        margin: 0;
    }
}
/*Hero*/
.hero {
    display: flex;
    align-items: center;
    background-image: url("../../uploads/2021/10/Dots.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 73px;
    padding-bottom: 53px;
}

.hero__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 100px;
    font-weight: 400;
    line-height: 120px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 28px;
}

.hero__text {
    max-width: 970px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.hero__text_mobile {
	display: none;
	text-align: center;
	margin-bottom: 76px;
}

.hero__button-group {
    justify-content: center;
}

.hero__button-group .button-group__col {
    flex: 0 0 145px;
    max-width: 145px;
}
.hero__button-group .button-group__col img{
	width:100%;
	height:auto;
}
.hero__button {
    width: min(156px, 100%);
}

.hero__agency {
    display: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #978FAC;
    text-decoration: underline;
    margin-bottom: 0;
    margin-top: 12px;
}

/*Image Section*/
.image {
    margin-top: 47px;
    margin-bottom: 120px;
}

.image__image img {
    max-width: 1280px;
    width: 100%;
}

/*Partners*/
.partners {
    margin-top: 120px;
    margin-bottom: 36px;
	overflow: visible !important;
}
.partners__title {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    margin-bottom: 80px;
}
.partners__title strong {
    position: relative;
    font-family: "BlankMoment-Regular";
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin: 0 5px;
}
.partners__title strong:after {
    content: '';
    position: absolute;
    left: -5px;
    top: -10px;
    width: 131px;
    height: 42px;
    background: #FF4763;
    transform: matrix(1, -0.06, 0.06, 1, 0, 0);
    z-index: -1;
}

.partners__title.mobile strong:after {
	width: 80.72px;
	height: 26px;
	left: -4px;
	top: -4px;
	transform: matrix(1, -0.06, 0.06, 1, 0, 0);
}
.partners__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 46px;
}
/*Info*/
.info {
    padding-top: 120px;
    margin-bottom: 78px;
}
.info__col_data {
    flex: 0 0 714px;
    max-width: 714px;
}

.info_connect .info__col_data {
    flex: 0 0 645px;
    max-width: 645px;
}

.info__col_image {
    flex: 0 0 400px;
    max-width: 400px;
}

.info_connect .info__col_image {
    flex: 0 0 555px;
    max-width: 555px;
}

.info__subtitle {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #8F00FF;
    margin-bottom: 30px;
}

.info__title {
    font-size: 60px;
    font-weight: 800;
    line-height: 64px;
    margin-bottom: 23px;
}
.info__title_mobile{
	display:none;
}

.info__text {
    max-width: 714px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
    opacity: .9;
}

.info__link {
    font-weight: 700;
    margin-bottom: 0;
}

.info_manual .info__image img {
/*     width: 488px; */
	width: 370px;
    height: 500px;
    object-position: center;
    object-fit: cover;
}

.info_connect .info__image img {
    width: 100%;
}
@media (min-width: 992px) {
    .info__data {
        margin-top: 29px;
    }
    .info.info_manual .row {
        margin: 0 -9px;
    }
    .info.info_manual .row > * {
        padding: 0 9px;
    }
    .info__col_image {
        margin-left: -21px;
    }
}

@media screen and (max-width: 992px) {
    .info.info_manual {
        margin-top: 40px;
    }
    .info__text {
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 768px) {
    .info__col_image {
        display: none;
    }
    .info.info_manual {
        padding-top: 80px;
        border-top: 2px solid rgba(255, 255, 255, 0.1);
    }
}
/* terminal-slider */
.terminal {
    padding-bottom: 95px;
    overflow: unset;
}
.terminal .container-cus {
	max-width: 1200px;
    margin: auto;
}
.terminal .slick-list {
	padding: 15px 0;
}
.testimonial__data {
    display: flex;
    flex-wrap: wrap;
}
.terminal-slider .slick-slide img {
    margin: auto;
}
.terminal-slider .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.terminal-slider .slick-arrow.slick-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9999 28.333C9.18925 28.333 3.66658 22.8117 3.66658 15.9997C3.66658 9.18901 9.18925 3.66634 15.9999 3.66634C22.8106 3.66634 28.3333 9.18901 28.3333 15.9997C28.3333 22.8117 22.8106 28.333 15.9999 28.333Z' stroke='%23978FAC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.9231 20.6279L13.2751 15.9999L17.9231 11.3719' stroke='%23978FAC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    left: -40px;
}
.terminal-slider .slick-arrow.slick-next {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9998 28.333C22.8105 28.333 28.3332 22.8117 28.3332 15.9997C28.3332 9.18901 22.8105 3.66634 15.9998 3.66634C9.18917 3.66634 3.6665 9.18901 3.6665 15.9997C3.6665 22.8117 9.18917 28.333 15.9998 28.333Z' stroke='%23978FAC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.0767 20.6279L18.7247 15.9999L14.0767 11.3719' stroke='%23978FAC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    right: -40px;
}
.terminal-slider .item {
    display: flex !important;
    min-height: 238px;
	background: #2A2840;
	border-radius: 16px;
	position:relative;
    padding: 82px 20px 20px;
    margin:0 15px;
}
.terminal-slider .item .item-icon{
	position: absolute;
    top: -15px;
    left: 50%;
    width: 64px;
    height: 64px;
    transform: translateX(-50%);
    text-align: center;
    z-index: 12;
}
.terminal-slider .item .item-icon img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.terminal-slider .item .terminal__text {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
	padding: 0 20px;
    margin-bottom: 36px;
	position:relative;
}
.terminal-slider .item .terminal__text:before,
.terminal-slider .item .terminal__text:after {
	position:absolute;
	content:"";
	width: 12px;
    height: 8px;
    z-index: 1;
}
.terminal-slider .item .terminal__text:before {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.902C0 7.33267 0.034 7.62733 0.102 7.786C0.192667 7.94467 0.362667 8.01267 0.612 7.99L3.196 7.888C3.49067 7.84267 3.672 7.752 3.74 7.616C3.83067 7.48 3.876 7.21933 3.876 6.834V5.1C3.876 4.66933 3.83067 4.37467 3.74 4.216C3.672 4.05733 3.51333 3.98933 3.264 4.012L2.176 4.08C2.19867 3.58133 2.482 3.07134 3.026 2.55C3.57 2.02867 4.19333 1.62067 4.896 1.326C4.896 1.07667 4.862 0.906667 4.794 0.816002C4.726 0.702668 4.522 0.430668 4.182 0C1.394 0.702667 0 2.42533 0 5.168V6.902ZM6.8 6.902C6.8 7.33267 6.834 7.62733 6.902 7.786C6.99267 7.94467 7.16267 8.01267 7.412 7.99L9.996 7.888C10.2907 7.84267 10.472 7.752 10.54 7.616C10.6307 7.48 10.676 7.21933 10.676 6.834V5.1C10.676 4.66933 10.6307 4.37467 10.54 4.216C10.472 4.05733 10.3133 3.98933 10.064 4.012L8.976 4.08C8.99867 3.58133 9.282 3.07134 9.826 2.55C10.37 2.02867 10.9933 1.62067 11.696 1.326C11.696 1.07667 11.662 0.906667 11.594 0.816002C11.526 0.702668 11.322 0.430668 10.982 0C8.194 0.702667 6.8 2.42533 6.8 5.168V6.902Z' fill='%23D6C2E5'/%3E%3C/svg%3E%0A");	left: 0;
    top: 0px;
}
.terminal-slider .item .terminal__text:after {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1.098C12 0.667332 11.966 0.372665 11.898 0.213999C11.8073 0.0553322 11.6373 -0.0126677 11.388 0.00999832L8.804 0.111999C8.50933 0.157332 8.328 0.247999 8.26 0.383999C8.16933 0.519999 8.124 0.780666 8.124 1.166V2.9C8.124 3.33067 8.16933 3.62533 8.26 3.784C8.328 3.94267 8.48667 4.01067 8.736 3.988L9.824 3.92C9.80133 4.41867 9.518 4.92866 8.974 5.45C8.43 5.97133 7.80667 6.37933 7.104 6.674C7.104 6.92333 7.138 7.09333 7.206 7.184C7.274 7.29733 7.478 7.56933 7.818 8C10.606 7.29733 12 5.57467 12 2.832V1.098ZM5.2 1.098C5.2 0.667332 5.166 0.372665 5.098 0.213999C5.00733 0.0553322 4.83733 -0.0126677 4.588 0.00999832L2.004 0.111999C1.70933 0.157332 1.528 0.247999 1.46 0.383999C1.36933 0.519999 1.324 0.780666 1.324 1.166V2.9C1.324 3.33067 1.36933 3.62533 1.46 3.784C1.528 3.94267 1.68667 4.01067 1.936 3.988L3.024 3.92C3.00133 4.41867 2.718 4.92866 2.174 5.45C1.63 5.97133 1.00667 6.37933 0.303999 6.674C0.303999 6.92333 0.337999 7.09333 0.406 7.184C0.474 7.29733 0.677999 7.56933 1.018 8C3.806 7.29733 5.2 5.57467 5.2 2.832V1.098Z' fill='%23D6C2E5'/%3E%3C/svg%3E%0A");	right:0;
	bottom: -8px;
}
.terminal-slider .item .item-footer {
    width: 100%;
	display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.terminal-slider .item .item-footer .item-avatar{
    width: 44px;
    height: 44px;
}
.terminal-slider .item .item-footer .item-avatar img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}	
.terminal-slider .item .item-des {
    flex-grow: 1;
    font-weight: 800;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 0 15px;
}
.terminal-slider .item .item-des span {
	display: block;
    font-weight: 500;
    font-size: 10px;
    line-height: 22px;
    color: #978FAC;
}
.slick-track{
    display: flex !important;
}

.slick-slide{
    height: inherit !important;
}
.slick-dots {
	display: flex;
    justify-content: center;
}
.slick-dots li{
	 width: 6px;
    height: 6px;
    background: #2A2840;
    border-radius: 50%;
    margin: 0 2px;
}
.slick-dots li.slick-active{
	background: #FF085A;
}
.slick-dots li button{
	display:none;
}
    /*Info Small*/
.info-small {
    margin-top: 120px;
    margin-bottom: 220px;
}
.info-small__row {
    justify-content: space-between;
    align-items: center;
}
.info-small__col_data {
    flex: 0 0 460px;
    max-width: 460px;
}
.info-small__col_img {
    flex: 0 0 660px;
    max-width: 660px;
}

.info-small__title {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 28px;
}
.info-small__title span{
	font-family: "BlankMoment-Regular";
    color: #FF085A;
    font-size: 60px;
    font-weight: 400;
}
.info-small__text {
    margin-bottom: 0;
}
.info-small__col_image{
	max-width: 650px;
}
.info-small__col_image img{
	width:100%;
	height:auto;
}
/*Get in touch*/
.get-in-touch {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../../uploads/2021/10/Group-1-1.png");
    padding-top: 90px;
    padding-bottom: 100px;
	overflow: visible;
}
.get-in-touch__title {
    font-size: 50px;
    font-weight: 800;
    line-height: 64px;
    text-align: center;
    margin-bottom: 90px;
}
.get-in-touch__title span {
    position: relative;
    z-index: 1;
}
.get-in-touch__title strong {
    position: relative;
    font-family: "BlankMoment-Regular";
    font-size: 54px;
    line-height: 64px;
    font-weight: 400;
    text-transform: uppercase;
}

.get-in-touch__title strong:after {
    content: '';
    position: absolute;
    left: 2px;
    bottom: 10%;
    width: calc(100% - 15px);
    height: 10px;
    background: #FF4763;
    transform: matrix(1, -0.02, 0.02, 1, 0, 0);
    z-index: -1;
}

.get-in-touch__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 51px;
    row-gap: 45px;
}

/*Call To Action*/
.call-to-action {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../../uploads/2021/10/Dots.png");
    margin-top: 40px;
    margin-bottom: 120px;
}

.call-to-action__data {
    max-width: 924px;
    text-align: center;
    padding-top: 93px;
    margin: 0 auto;
}

.call-to-action__title {
    font-family: "BlankMoment-Regular";
    font-size: 88px;
    font-weight: 400;
    line-height: 120px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.call-to-action__button {
    max-width: 156px;
    margin-bottom: 6px;
}

/*---Landing page---*/
.page-template-landing-template .page {
    height: auto;
}
    /*Hero*/
.hero_landing {
    min-height: 680px;
    background-image: url("images/hero-bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    justify-content: center;
}
.hero_landing .container {
    height: 680px;
}
.hero_landing .hero__title {
    font-size: 60px;
    font-weight: 800;
    line-height: 64px;
    text-align: left;
    text-transform: none;
    margin-bottom: 30px;
}
.hero__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 59px;
}
.hero__title_mob {
    display: none;
}
.hero_landing .hero__title strong {
    position: relative;
    font-family: "BlankMoment-Regular", sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 60px;
}
.hero_landing .hero__title strong:after {
    content: '';
    position: absolute;
    left: -2px;
    bottom: 15%;
    width: calc(100% + 8px);
    height: 11px;
    background-color: #FF4763;
    transform: rotate(-2deg);
    z-index: -1;
}
.hero_landing .hero__text {
    font-size: 18px;
    line-height: 18px;
    text-align: left;
    margin-bottom: 60px;
}
.button__group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 24px;
    row-gap: 16px;
}
.button {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.hero_landing .button {
    max-width: 200px;
    flex: 0 0 200px;
}
.button_bold {
    background: transparent;
    border-radius: 12px;
    border: 2px solid #ffffff;
}
.button_solid {
    box-shadow: 0px 5px 9px 1px rgba(143, 0, 255, 0.2);
    background: #8F00FF;
    border-color: #8F00FF;
}
.button_play {
    position: relative;
}
.button_store {
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='121' height='33' viewBox='0 0 121 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M64.1593 0.943604H63.0681V8.91462H64.1593V0.943604ZM34.2148 1.29275C33.4402 1.29334 32.6665 1.34529 31.8988 1.44824V8.88731C32.5567 8.9553 33.2179 8.98535 33.8792 8.97733C35.5106 8.97733 36.8063 8.59269 37.6029 7.88616C38.003 7.51216 38.318 7.05648 38.5265 6.55003C38.735 6.04358 38.8322 5.4982 38.8113 4.9509C38.8113 3.72333 38.3476 2.83948 37.6138 2.22297C36.88 1.60646 35.7724 1.29275 34.2148 1.29275ZM34.0811 8.1835C33.7168 8.19381 33.3523 8.17923 32.9899 8.13985L32.9845 2.16568C33.4033 2.09325 33.8279 2.05946 34.253 2.06475C36.5444 2.06475 37.6547 3.17502 37.6547 4.97818C37.6547 7.01867 36.3971 8.1835 34.0811 8.1835ZM15.7549 7.20395C16.6599 6.03723 17.3468 4.38969 17.0983 2.70444C15.6119 2.81522 13.8793 3.75802 12.8758 4.98365C11.9591 6.11501 11.2042 7.76491 11.4972 9.37239C13.1103 9.41481 14.7796 8.45551 15.7549 7.20395ZM23.8189 23.0516C23.3277 24.2138 22.7247 25.3268 22.0182 26.375C20.8396 28.1334 19.1897 30.3342 17.1579 30.3342C16.3152 30.3418 15.7631 30.0913 15.1669 29.8207C14.4791 29.5086 13.7326 29.1698 12.4132 29.1698C11.0878 29.1698 10.3268 29.5069 9.62381 29.8184C9.02036 30.0858 8.45963 30.3342 7.62132 30.3342C5.57776 30.3296 4.00796 28.35 2.8483 26.5916C-0.423284 21.6729 -0.765056 15.8994 1.25258 12.8299C2.68566 10.65 4.95078 9.37374 7.07212 9.37374C8.20837 9.37374 9.1254 9.69415 9.99741 9.99883C10.7878 10.275 11.5412 10.5382 12.3873 10.5382C13.1767 10.5382 13.826 10.2977 14.5344 10.0353C15.3848 9.7203 16.3203 9.37374 17.6859 9.37374C19.5715 9.37374 21.5797 10.3915 23.0105 12.1522C18.3294 14.6837 19.0931 21.2863 23.8189 23.0516ZM31.8988 28.3104L37.3219 12.3492H40.0116L45.4675 28.3104H42.9142L41.2501 23.4001H36.0016L34.3812 28.3104H31.8988ZM39.2342 17.2268C38.9805 16.4275 38.7813 15.6882 38.5986 14.9735C38.4131 15.7619 38.2057 16.5093 37.9848 17.205L36.5444 21.4633H40.7018L39.2342 17.2268ZM52.4814 16.4873C50.8446 16.4873 49.5216 17.1229 48.6432 18.3287L48.5477 16.741H46.3381V16.9456C46.4035 17.9331 46.4308 19.0216 46.4308 20.5847V32.8849H48.845V27.1563C49.2577 27.6201 49.7672 27.9876 50.3376 28.2327C50.908 28.4779 51.5253 28.5946 52.1458 28.5748C52.8297 28.5806 53.5074 28.4455 54.1367 28.178C54.7661 27.9105 55.3336 27.5163 55.804 27.0199C56.8624 25.9014 57.4217 24.2919 57.4217 22.3824C57.4217 20.6856 56.9361 19.2207 56.0168 18.1432C55.5855 17.6242 55.0451 17.2067 54.434 16.9205C53.8229 16.6343 53.1562 16.4864 52.4814 16.4873ZM51.8812 18.4869C54.0336 18.4869 54.9965 20.481 54.9965 22.456C54.9965 25.0039 53.7662 26.5889 51.7885 26.5889C51.1317 26.5886 50.4941 26.3672 49.9785 25.9605C49.4628 25.5537 49.0991 24.9852 48.946 24.3465C48.8828 24.0914 48.8535 23.8291 48.8587 23.5663V21.624C48.8685 21.4241 48.8941 21.2253 48.9351 21.0293C48.9464 20.9729 48.9558 20.9184 48.9649 20.8657L48.9705 20.8329C49.1275 20.1748 49.4984 19.5874 50.0252 19.1628C50.552 18.7382 51.2048 18.5005 51.8812 18.4869ZM61.0768 18.3288C61.9552 17.1231 63.2782 16.4874 64.915 16.4874C65.5944 16.4825 66.2664 16.6284 66.8825 16.9148C67.4986 17.2011 68.0435 17.6207 68.4777 18.1433C69.397 19.2208 69.8825 20.6857 69.8825 22.3825C69.8825 24.2921 69.3233 25.9015 68.2676 27.02C67.7965 27.5162 67.2285 27.9103 66.5987 28.1778C65.969 28.4453 65.2909 28.5804 64.6067 28.5749C63.9862 28.5948 63.3689 28.478 62.7985 28.2329C62.2281 27.9877 61.7186 27.6202 61.3059 27.1564V32.885H58.8917V20.5848C58.8917 19.0217 58.8644 17.936 58.799 16.9457L58.7853 16.7411H60.9813L61.0768 18.3288ZM67.4301 22.4562C67.4301 20.4811 66.4672 18.487 64.3148 18.487C63.6384 18.5006 62.9856 18.7383 62.4588 19.1629C61.932 19.5875 61.5611 20.1749 61.4041 20.833L61.3714 21.0267C61.3282 21.2233 61.3018 21.4231 61.2923 21.6241V23.5664C61.2871 23.8292 61.3165 24.0915 61.3796 24.3466C61.5328 24.9853 61.8965 25.5538 62.4121 25.9606C62.9278 26.3674 63.5653 26.5887 64.2221 26.589C66.1998 26.589 67.4301 25.004 67.4301 22.4562ZM80.4945 19.1117C78.2412 18.2388 77.5183 17.5541 77.5183 16.2856C77.5183 15.219 78.3667 14.1414 80.2626 14.1414C81.2545 14.1176 82.2341 14.3637 83.0969 14.8534L83.3015 14.9789L83.9835 12.963L83.8471 12.8838C83.4434 12.6492 82.2922 12.0955 80.3308 12.0955C77.2537 12.0955 75.1014 13.915 75.1014 16.5175C75.1014 18.6152 76.449 20.0801 79.3406 21.1331C81.3893 21.8997 82.1531 22.6826 82.1531 24.0274C82.1531 25.5496 80.9746 26.4826 79.0842 26.4826C77.8546 26.4836 76.6492 26.1416 75.6033 25.4951L75.3933 25.3614L74.744 27.421L74.8641 27.5001C75.7752 28.1112 77.4911 28.5504 78.9559 28.5504C83.1051 28.5504 84.5782 26.0188 84.5782 23.8529C84.5673 21.6323 83.3861 20.2547 80.4945 19.1117ZM86.5448 14.7359L88.9127 13.9912V16.741H91.8261V18.6723H88.9127V24.5128C88.9127 25.9041 89.3137 26.4961 90.2493 26.4961C90.6276 26.5108 91.0058 26.4666 91.3705 26.3651L91.6024 26.2942L91.7197 28.2283L91.5833 28.2747C90.982 28.475 90.3512 28.5728 89.7174 28.5638C89.2853 28.5828 88.854 28.511 88.4514 28.3532C88.0487 28.1953 87.6836 27.9548 87.3796 27.6472C86.8176 27.0144 86.5448 26.0105 86.5448 24.5838V18.6723H84.8099V16.741H86.5448V14.7359ZM97.8084 16.4873C94.4312 16.4873 92.0798 19.008 92.0798 22.617C92.0798 26.1197 94.363 28.5639 97.6338 28.5639H97.6556C100.419 28.5639 103.384 26.638 103.384 22.4097C103.384 20.6911 102.852 19.2153 101.846 18.1405C101.326 17.5978 100.698 17.1703 100.002 16.8855C99.307 16.6008 98.5596 16.4651 97.8084 16.4873ZM97.7402 18.3969C99.9226 18.3969 100.902 20.5138 100.902 22.4888C100.902 24.9085 99.5516 26.6653 97.6938 26.6653H97.6693C95.8388 26.6462 94.5212 24.9303 94.5212 22.5543C94.5212 20.481 95.5088 18.3942 97.7402 18.3942V18.3969ZM110.635 16.5638L110.78 16.5992V18.8525L110.524 18.828C110.308 18.8022 110.091 18.7885 109.874 18.787C108.603 18.787 107.607 19.7418 107.335 21.2204C107.288 21.5301 107.265 21.8429 107.266 22.156V28.3102H104.852L104.874 20.4211C104.874 18.9725 104.849 17.9005 104.784 16.9457L104.77 16.7411H106.936L107.007 18.4324C107.284 17.8608 107.713 17.3767 108.247 17.0335C108.782 16.6903 109.4 16.5013 110.035 16.4874C110.238 16.4857 110.44 16.5114 110.635 16.5638ZM116.208 16.4655C112.995 16.4655 110.752 19.0324 110.752 22.7097C110.752 26.256 112.987 28.542 116.443 28.542C117.754 28.57 119.055 28.3199 120.262 27.8082L120.409 27.7427L119.946 25.9423L119.744 26.0241C118.784 26.4133 117.754 26.599 116.718 26.5697C115.668 26.5697 113.249 26.2233 113.101 23.0698L120.895 23.0916L120.928 22.9388C120.983 22.6054 121.007 22.2674 120.999 21.9295C120.999 19.4062 119.744 16.4655 116.208 16.4655ZM116.047 18.3014C116.374 18.2867 116.699 18.3392 117.004 18.4556C117.309 18.572 117.587 18.7497 117.821 18.9779C118.516 19.6844 118.639 20.7265 118.639 21.2257H113.145C113.371 19.8263 114.242 18.3014 116.047 18.3014ZM42.6907 9.02362C41.073 9.02362 39.8018 7.94881 39.8018 6.23294C39.8018 4.41887 41.1358 3.35225 42.8025 3.35225C44.5321 3.35225 45.7023 4.48434 45.7023 6.13201C45.7023 8.15068 44.1474 9.02362 42.7152 9.02362H42.6907ZM42.7289 8.28435C43.7737 8.28435 44.5593 7.39777 44.5593 6.16474C44.5593 5.24816 44.0492 4.09425 42.7534 4.09425C41.4577 4.09425 40.9094 5.16905 40.9094 6.20021C40.9094 7.38686 41.6568 8.28435 42.7152 8.28435H42.7289ZM48.2474 6.2222L47.429 3.4779L46.3078 3.49154L48.1274 8.91466H49.1231L50.086 6.33677C50.3043 5.74734 50.4865 5.14517 50.6316 4.53361H50.6562C50.806 5.14029 50.9882 5.73856 51.2017 6.32586L52.1238 8.91466H53.1195L55.0809 3.46971H53.9897L53.1304 6.19764C52.9419 6.77446 52.7879 7.36201 52.6694 7.95716H52.6312C52.4839 7.40884 52.3093 6.82507 52.0856 6.18673L51.1472 3.4779H50.2497L49.2649 6.23311C49.0549 6.8278 48.8557 7.4143 48.7193 7.95989H48.6811C48.5882 7.49279 48.4613 7.02005 48.3287 6.52598L48.3287 6.52595L48.3285 6.52529C48.3016 6.42517 48.2745 6.32419 48.2474 6.2222ZM56.159 4.94555C56.159 4.37268 56.1454 3.9253 56.1099 3.47792H57.081L57.1438 4.36177H57.1683C57.3859 4.03694 57.6833 3.77351 58.0321 3.59675C58.3808 3.42 58.7691 3.33587 59.1597 3.35243C59.9945 3.35243 61.2902 3.80254 61.2902 5.66299V8.91469H60.1991V5.77484C60.1991 4.89917 59.839 4.1599 58.8051 4.1599C58.4865 4.15891 58.1752 4.25496 57.9125 4.43527C57.6498 4.61557 57.4483 4.87158 57.3347 5.16924C57.2838 5.31658 57.2589 5.47165 57.2611 5.62753V8.91469H56.1699L56.159 4.94555ZM68.437 9.02362C66.8194 9.02362 65.5481 7.94881 65.5481 6.23294C65.5481 4.41887 66.8794 3.35225 68.5489 3.35225C70.2784 3.35225 71.4487 4.48434 71.4487 6.13201C71.4487 8.15068 69.891 9.02362 68.4616 9.02362H68.437ZM68.4752 8.28435C69.52 8.28435 70.3057 7.39777 70.3057 6.16474C70.3057 5.24816 69.7928 4.09425 68.4998 4.09425C67.2067 4.09425 66.6557 5.16905 66.6557 6.20021C66.6557 7.38686 67.4031 8.28435 68.4616 8.28435H68.4752ZM77.1497 8.90095C77.0859 8.47023 77.0567 8.0351 77.0624 7.59972L77.0678 5.58378C77.0678 4.49534 76.6177 3.36325 74.7627 3.36325C74.0703 3.35501 73.3864 3.51707 72.7713 3.83518L73.0196 4.49534C73.5028 4.22549 74.0484 4.08721 74.6018 4.09433C75.8294 4.08069 75.9658 4.89907 75.9658 5.34918V5.46102C73.6361 5.44739 72.3431 6.16483 72.3431 7.47697C72.3431 8.26261 72.965 9.03461 74.1844 9.03461C74.5336 9.04574 74.8807 8.97792 75.2 8.83623C75.5193 8.69453 75.8025 8.4826 76.0285 8.21623H76.0639L76.1649 8.90095H77.1497ZM73.437 7.35421C73.437 6.30123 74.7955 6.11027 75.9903 6.1321V7.07323C75.9927 7.17989 75.9761 7.28612 75.9412 7.38694C75.8168 7.67164 75.6081 7.91135 75.3432 8.07378C75.0784 8.2362 74.7701 8.31353 74.4599 8.29534C73.9116 8.29534 73.437 8.00346 73.437 7.35421ZM84.0271 0.943604V7.49064C84.0271 7.97348 84.0407 8.52179 84.0789 8.89279H83.0941L83.045 7.95166H83.0205C82.6822 8.55726 81.962 9.01555 80.9772 9.01555C79.5205 9.01555 78.3857 7.90801 78.3857 6.25761C78.3857 4.44354 79.6324 3.34418 81.0891 3.34418C82.0248 3.34418 82.6467 3.737 82.9086 4.16256H82.9332V0.943604H84.0271ZM82.9359 5.68475C82.9374 5.54124 82.9199 5.39816 82.8841 5.25919C82.7842 4.92169 82.5747 4.62712 82.2886 4.42209C82.0025 4.21705 81.6563 4.11324 81.3046 4.1271C80.1698 4.1271 79.4987 5.02459 79.4987 6.21124C79.4987 7.32151 80.1098 8.22718 81.28 8.22718C81.6394 8.23452 81.9912 8.12336 82.2811 7.91087C82.571 7.69837 82.7829 7.39635 82.8841 7.05144C82.9214 6.91276 82.9389 6.76947 82.9359 6.62588V5.68475ZM88.051 6.23294C88.051 7.94881 89.3222 9.02362 90.9399 9.02362H90.9672C92.3966 9.02362 93.9542 8.15068 93.9542 6.13201C93.9542 4.48434 92.784 3.35225 91.0517 3.35225C89.3849 3.35225 88.051 4.41887 88.051 6.23294ZM92.8085 6.16474C92.8085 7.39777 92.0229 8.28435 90.9781 8.28435H90.9644C89.906 8.28435 89.1585 7.38686 89.1585 6.20021C89.1585 5.16905 89.7068 4.09425 91.0026 4.09425C92.2984 4.09425 92.8085 5.24816 92.8085 6.16474ZM95.3235 4.94555C95.3235 4.37268 95.3098 3.9253 95.2744 3.47792H96.2455L96.3083 4.36177H96.3328C96.5504 4.03694 96.8478 3.77351 97.1965 3.59675C97.5453 3.42 97.9336 3.33587 98.3242 3.35243C99.1589 3.35243 100.455 3.80254 100.455 5.66299V8.91469H99.3635V5.77484C99.3635 4.89917 99.0035 4.1599 97.9696 4.1599C97.651 4.15891 97.3396 4.25496 97.077 4.43527C96.8143 4.61557 96.6128 4.87158 96.4992 5.16924C96.4485 5.32123 96.4255 5.48105 96.431 5.64117V8.91469H95.3398L95.3235 4.94555ZM106.194 3.47787V2.17665L105.119 2.47945V3.47787H104.184V4.22806H105.119V7.18513C105.119 7.82347 105.242 8.30631 105.542 8.60911C105.867 8.89776 106.292 9.04675 106.726 9.02376C107.055 9.02687 107.382 8.98183 107.697 8.89009L107.645 8.13991C107.438 8.19088 107.226 8.21291 107.013 8.20538C106.407 8.20538 106.194 7.82347 106.194 7.1524V4.22806H107.763V3.47787H106.194ZM108.996 0.943604H110.087V4.32896H110.112C110.302 4.02681 110.574 3.78542 110.897 3.63334C111.242 3.45027 111.628 3.35649 112.018 3.36055C112.837 3.36055 114.122 3.81066 114.122 5.68202V8.91462H113.03V5.78568C113.03 4.8991 112.67 4.17074 111.636 4.17074C111.321 4.16955 111.012 4.26299 110.75 4.43901C110.488 4.61503 110.284 4.86555 110.166 5.15826C110.108 5.30751 110.083 5.46758 110.092 5.62746V8.91462H109.001L108.996 0.943604ZM118.584 8.24097C117.49 8.24097 116.555 7.68993 116.53 6.35597L120.753 6.37234C120.78 6.21661 120.792 6.05851 120.788 5.90041C120.788 4.90199 120.278 3.34434 118.311 3.34434C116.563 3.34434 115.472 4.66466 115.472 6.28232C115.472 7.89998 116.593 9.01025 118.437 9.01025C119.125 9.02409 119.809 8.9065 120.453 8.6638L120.254 7.96818C119.719 8.16192 119.153 8.25443 118.584 8.24097ZM118.224 4.03723C119.444 4.03723 119.733 5.02474 119.733 5.64126H116.544C116.631 4.95655 117.103 4.03723 118.224 4.03723Z' fill='white'/%3E%3C/svg%3E%0A");
    padding: 12px 40px;
}
.button_play:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.0001 1.66675C14.6024 1.66675 18.3334 5.39772 18.3334 10.0001C18.3334 14.6024 14.6024 18.3334 10.0001 18.3334C5.39772 18.3334 1.66675 14.6024 1.66675 10.0001C1.66675 5.39772 5.39772 1.66675 10.0001 1.66675Z' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5417 10.3893C11.9342 11.0443 10.2809 12.1526 9.43505 12.5084C9.30005 12.5651 8.95588 12.6851 8.88171 12.6868C8.72421 12.6918 8.57255 12.6034 8.49921 12.4618C8.47088 12.4068 8.38755 12.0476 8.36088 11.8876C8.28171 11.4009 8.24088 10.6451 8.24171 9.8851C8.24088 9.0876 8.28505 8.29594 8.37338 7.81427C8.39671 7.68427 8.46505 7.3851 8.48505 7.33677C8.52255 7.24677 8.59088 7.17594 8.67338 7.13177C8.73671 7.0976 8.80921 7.07927 8.88171 7.08177C8.95588 7.08344 9.25755 7.18927 9.36088 7.2301C10.1759 7.54677 11.9 8.6951 12.5334 9.3701C12.59 9.43094 12.7459 9.59427 12.7717 9.6276C12.8309 9.7026 12.86 9.79344 12.86 9.8851C12.86 9.9701 12.8342 10.0568 12.7809 10.1293C12.7534 10.1668 12.5942 10.3334 12.5417 10.3893Z' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    vertical-align: middle;
    margin-left: 8px;
}
.hero__img {
    display: flex;
}
.arrow-next__row {
    margin-top: 18px;
    margin-bottom: 8px;
}
.arrow-next {
    display: block;
    width: 35px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.8991 28.8022V6.92725' stroke='%238F00FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.6847 19.9795L17.8997 28.8024L9.11328 19.9795' stroke='%238F00FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    margin: 0 auto;
    cursor: pointer;
}

@media (min-width: 992px) {
    .hero_landing_left {
        flex: 0 0 68%;
        width: 68%;
    }
    .hero_landing_right {
        flex: 0 0 32%;
        width: 32%;
    }
    .hero_landing_left {
        margin-top: 95px;
    }
}
    /*Earn*/
.earn {
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    background-image: url("data:image/svg+xml,%3Csvg width='620' height='525' viewBox='0 0 620 525' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='230' r='5' fill='%2322CDAE'/%3E%3Ccircle cx='552' cy='43' r='5' fill='%2322CDAE'/%3E%3Ccircle cx='612' cy='212' r='8' fill='%23FFAB00'/%3E%3Ccircle cx='60.5' cy='464.5' r='8.5' fill='%23FFAB00'/%3E%3Ccircle cx='577' cy='520' r='5' fill='%23FF085A'/%3E%3Ccircle cx='137.5' cy='4.5' r='4.5' fill='%23FF085A'/%3E%3C/svg%3E%0A");
    background-position: 73px;
    background-repeat: no-repeat;
    padding: 120px 0;
}
.earn__subtitle {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8F00FF;
    margin-bottom: 14px;
}
.earn__title {
    font-size: 60px;
    font-weight: 800;
    line-height: 64px;
    margin-bottom: 30px;
}
.earn__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 64px;
}
.earn__img_mobile {
    display: none;
    margin-top: 80px;
}
.earn__img_mobile img {
    width: 100%;
    height: auto;
}
@media (max-width: 1200px) {
    .earn {
        padding: 80px 0;
        background-position: center 50px;
    }
    .earn__img {
        text-align: center;
        margin-bottom: 25px;
    }
    .earn__subtitle,
    .earn__title,
    .earn__text {
        text-align: center;
    }
    .earn__title {
        font-size: 40px;
        line-height: 52px;
    }
    .earn__text {
        margin-bottom: 76px;
    }
}
@media (max-width: 992px) {
    .hero_landing .button {
        max-width: 219px;
        flex: 0 0 219px;
    }
}
@media (max-width: 768px) {
    .earn {
        background: none;
    }
    .earn__img {
        display: none;
    }
    .earn__img_mobile {
        background-repeat: no-repeat;
        background-position: bottom;
        background-image: url("data:image/svg+xml,%3Csvg width='375' height='476' viewBox='0 0 375 476' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-438.361 302.779C61.728 786.365 508.824 -170.822 1012.1 208.115' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-432.843 288.526C44.0281 776.627 514.918 -153.411 1007.45 227.034' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-427.285 274.121C26.5221 766.779 520.818 -135.888 1002.76 246.105' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-421.725 259.715C8.82259 757.042 526.719 -118.366 998.256 265.065' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-416.166 245.309C-8.87785 747.304 532.619 -100.844 993.602 283.984' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-410.76 230.862C-26.3836 737.456 538.561 -83.4733 988.907 303.055' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-405.242 216.61C-44.0831 727.719 544.615 -65.909 984.407 322.016' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-399.682 202.204C-61.7415 717.828 550.515 -48.3867 979.753 340.934' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-394.123 187.798C-79.2885 708.133 556.457 -31.0167 975.058 360.006' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-388.716 173.351C-96.9465 698.243 562.358 -13.4941 970.558 378.966' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-383.199 159.098C-114.647 688.506 568.411 4.07003 965.863 398.037' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-377.639 144.692C-132.152 678.657 574.312 21.5926 961.209 416.956' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-372.08 130.287C-149.852 668.92 580.254 38.9625 956.709 435.916' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-366.52 115.881C-167.357 659.071 586.308 56.5266 952.056 454.834' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-361.115 101.434C-185.169 649.14 592.096 73.8549 947.401 473.753' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-355.597 87.1811C-202.758 639.596 598.108 91.5716 942.706 492.824' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-350.038 72.7756C-220.416 629.707 604.05 108.942 938.206 511.785' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-344.478 58.3701C-237.922 619.858 610.103 126.506 933.552 530.703' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-339.072 43.9227C-255.774 610.079 615.893 143.834 928.899 549.622' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-333.554 29.6702C-273.321 600.384 621.904 161.551 924.163 568.846' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-327.995 15.2643C-290.98 590.493 627.846 178.921 919.703 587.653' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-322.436 0.858643C-308.486 580.645 633.899 196.485 915.008 606.725' stroke='%2329264D' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
        display: block;
    }
    .earn__subtitle {
        font-weight: 800;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 16px;
    }
    .terminal-slider .item {
        padding: 58px 16px 23px;
    }
    .terminal__text {
        padding: 0 19px !important;
    }
    .item-avatar {
        width: 40px !important;
        height: 40px !important;
    }
    .terminal-slider .item .item-des {
        text-align: left;
        font-weight: 800;
        font-size: 16px;
        line-height: 24px;
        padding-left: 12px;
    }
    .terminal-slider .item .item-des span {
        font-weight: 500;
        font-size: 14px;
        line-height: 22px
    }
    .terminal .slick-list {
        padding-top: 22px;
        padding-bottom: 16px;
    }
    .terminal-slider .item .item-icon {
        width: 44px;
        height: 44px;
        top: -22px;
    }
    .earn__title {
        margin-bottom: 16px;
    }
    .earn__text {
        font-weight: 500;
        font-size: 16px;
        line-height: 18px;
    }

}
        /*Calculator*/
.calculator {
    background: #2A2840;
    border-radius: 16px;
    padding: 24px 28px 74px 28px;
}
.calculator__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
}
.calculator__rate {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 12px;
    margin-bottom: 28px;
}
.calculator__title_revenue {
    margin-bottom: 8px;
}
.calculator__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.calculator__result {
    font-size: 40px;
    font-weight: 800;
    line-height: 52px;
}
.calculator__btn {
    width: 200px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
    .calculator {
        padding: 24px 16px 32px 16px;
    }
    .calculator__rate {
        font-size: 12px;
        line-height: 16px;
        font-weight: 800;
    }
    .calculator__footer {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 32px;
    }
    .calculator__btn {
        width: 100%;
    }
}
    /*Range*/
/* The slider itself */
.range-slider {
    -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 8px; /* Specified height */
    background: #4B4768; /* Grey background */
    border-radius: 10px;
    outline: none; /* Remove outline */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
    margin: 14px 0;
}
.range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 36px;
    height: 36px;
    border: 5px solid #4B4768;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='26' height='26' rx='13' fill='%23FF085A'/%3E%3Cg clip-path='url(%23clip0_5932_7386)'%3E%3Cpath d='M18.8652 10.9005H13.0716L15.9602 3L7.13477 15.0995H12.9283L10.0397 23L18.8652 10.9005Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5932_7386'%3E%3Crect width='20' height='20' fill='white' transform='translate(3 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    border-radius: 50%;
    cursor: pointer;
}

.range-slider::-moz-range-thumb {
    width: 36px;
    height: 36px;
    border: 5px solid #4B4768;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='26' height='26' rx='13' fill='%23FF085A'/%3E%3Cg clip-path='url(%23clip0_5932_7386)'%3E%3Cpath d='M18.8652 10.9005H13.0716L15.9602 3L7.13477 15.0995H12.9283L10.0397 23L18.8652 10.9005Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5932_7386'%3E%3Crect width='20' height='20' fill='white' transform='translate(3 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    border-radius: 50%;
    cursor: pointer;
}
    /*Cashflow*/
.cashflow {
    padding: 120px 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.cashflow__title {
    font-weight: 800;
    font-size: 60px;
    line-height: 64px;
    text-align: center;
    margin-bottom: 24px;
}
.cashflow__title_mobile {
    display: none;
    font-size: 36px;
    line-height: 52px;
    margin-bottom: 16px;
}
.cashflow__title_mobile strong {
    font-size: 32px;
}
.cashflow__title strong {
    position: relative;
    font-family: "BlankMoment-Regular", sans-serif;
    font-size: 64px;
    line-height: 60px;
    font-weight: 400;
}
.cashflow__title strong:after {
    content: '';
    position: absolute;
    bottom: 10%;
    left: 5px;
    height: 10px;
    width: calc(100% - 11px);
    background-color: #FF085A;
    z-index: -1;
}
.cashflow__title_mobile strong:after {
    height: 6px;
    left: 0;
    bottom: 8px;
}
.cashflow__text {
    max-width: 970px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin: 0 auto 80px auto;
}
.cashflow__row {
    justify-content: center;
    row-gap: 30px;
}
.cashflow__card {
    text-align: center;
    background: #2A2840;
    border-radius: 6px 50px 6px 6px;
    padding: 64px 52px;
}
.cashflow__amount {
    position: relative;
    font-size: 60px;
    font-weight: 800;
    line-height: 64px;
    margin-bottom: 42px;
}
.cashflow__amount:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -7px;
    width: 48px;
    height: 6px;
    background-color: #FF085A;
    margin-left: -24px;
}
.cashflow__row .cashflow__col:nth-child(2) .cashflow__amount:after {
    background-color: #22CDAE;
}
.cashflow__row .cashflow__col:nth-child(3) .cashflow__amount:after {
    background-color: #6D5FFE;
}
.cashflow__description {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .cashflow {
        padding-top: 64px;
        padding-bottom: 80px;
    }
    .cashflow__title {
        display: none;
    }
    .cashflow__title_mobile {
        display: block;
    }
    .cashflow__card {
        margin: 0 15px;
        padding: 35px 20px 35px 27px;
    }
    .cashflow__amount {
        font-size: 48px;
        line-height: 72px;
        margin-bottom: 42px;
    }
    .cashflow__title_mobile strong {
        font-size: 32px;
        line-height: 52px;
    }
    .cashflow__title_mobile strong:after {
        width: 72px;
        left: 4px;
        bottom: 5px;
    }
    .cashflow__text {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 79px;
    }
    .cashflow__amount:after {
        bottom: -13px;
    }
}
@media screen and (max-width: 992px) {
    .hero_landing {
        height: auto;
        min-height: auto;
        padding-top: 24px;
    }
    .hero_landing > .container {
        height: auto;
    }
    .hero__img {
        display: none;
    }
    .hero_landing .hero__title,
    .hero_landing .hero__text {
        text-align: center;
    }
    .hero_landing .button__group {
        justify-content: center;
    }
}
@media screen and (max-width: 768px) {
    .hero_landing {
        height: auto;
        min-height: auto;
        margin-bottom: 40px;
        background-image: none;
    }
    .hero_landing .hero__title,
    .hero__img,
    .arrow-next__row {
        display: none;
    }
    .hero_landing .hero__title_mob,
    .hero_landing .hero__text {
        display: block;
    }
    .hero_landing .hero__title_mob {
        font-size: 36px;
        line-height: 52px;
        margin-bottom: 16px;
    }
    .hero_landing .hero__title_mob strong {
        font-size: 32px;
    }
    .hero_landing .hero__title_mob strong:after {
        height: 6px;
        bottom: 6px;
        width: 133px;
        transform: none;
    }
    .hero_landing .hero__text {
        margin-bottom: 52px;
    }
}
/*--Page creators--*/
.page-template-page-for-creators .hero_landing .hero__title strong:after {
    left: 4px;
    width: calc(100% - 18px);
}
.page-template-page-for-creators .arrow-next {
    background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.9001 28.802V6.927' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.6857 19.9795L17.9007 28.8024L9.11426 19.9795' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.page-template-page-for-creators .partners {
    margin-top: 51px;
    margin-bottom: 40px;
}
.page-template-page-for-creators .partners__title.laptop {
    font-size: 28px;
    font-weight: 900;
    line-height: 36px;
    margin-bottom: 76px;
}
.page-template-page-for-creators .partners__title.laptop strong {
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
}
.page-template-page-for-creators .partners__title.laptop strong:after {
    width: 251px;
    height: 43px;
    left: -2px;
    top: -7px;
    transform: matrix(1, -0.06, 0.06, 1, 0, 0);
}
.page-template-page-for-creators .partners__list:last-child {
    margin-bottom: 0;
}
.page-template-page-for-creators .info.info_manual {
    margin-top: 100px;
    margin-bottom: 60px;
}
.page-template-page-for-creators .info__subtitle {
    font-size: 22px;
    font-weight: 900;
    line-height: 28px;
    letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 0;
}
.page-template-page-for-creators .info__title.title-large.info__title_desk {
    font-size: 76px;
    font-weight: 700;
    line-height: 90px;
    margin-bottom: 28px;
}
.page-template-page-for-creators .info__title.title-large.info__title_desk strong {
    font-size: 76px;
    font-weight: 400;
    line-height: 90px;
    color: #ff085a;
    margin-bottom: 28px;
}
.page-template-page-for-creators .info__title.title-large.info__title_desk strong:after {
    content: none;
}
.page-template-page-for-creators .info__text {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
}

.page-template-page-for-creators .finances {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='1414' height='540' viewBox='0 0 1414 540' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='231' r='5' fill='%2322CDAE'/%3E%3Ccircle cx='542' cy='74' r='5' fill='%2322CDAE'/%3E%3Ccircle opacity='0.6' cx='861' cy='537' r='3' fill='white'/%3E%3Ccircle opacity='0.6' cx='970' cy='118' r='3' fill='white'/%3E%3Ccircle cx='1017' cy='450' r='5' fill='%2322CDAE'/%3E%3Ccircle cx='1395.5' cy='260.5' r='6.5' fill='%238F00FF'/%3E%3Ccircle cx='612' cy='273' r='8' fill='%23FFAB00'/%3E%3Ccircle cx='100.5' cy='465.5' r='8.5' fill='%236D5FFE'/%3E%3Ccircle cx='879.5' cy='8.5' r='8.5' fill='%23FF085A'/%3E%3Ccircle cx='557' cy='531' r='5' fill='%23FF085A'/%3E%3Ccircle cx='1402' cy='43' r='4' fill='%2322CDAE'/%3E%3Ccircle cx='1410' cy='491' r='4' fill='%23FFAB00'/%3E%3C/svg%3E%0A");
}
.page-template-page-for-creators .finances__title {
    font-weight: 700;
    font-size: 60px;
    line-height: 74px;
}
.page-template-page-for-creators .finances__title strong {
    display: block;
    font-family: "BlankMoment-Regular";
    font-weight: 400;
    color: #FF085A;
}
.page-template-page-for-creators .finances__text {
    max-width: 447px;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    opacity: 0.9;
}
.page-template-page-for-creators .finances__image img {
    width: 100%;
    height: auto;
}
.page-template-page-for-creators .finances__left {
    flex: 0 0 477px;
    min-width: 447px;
}
.page-template-page-for-creators .finances__right {
    flex: 0 0 662px;
    min-width: 662px;
}
.page-template-page-for-creators .finances {
    margin: 40px 0;
    padding-top: 183px;
    padding-bottom: 191px;
}
.page-template-page-for-creators .terminal {
    padding-bottom: 98px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.page-template-page-for-creators .get-in-touch {
    padding-top: 129px;
    padding-bottom: 265px;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.page-template-page-for-creators .get-in-touch__title {
    font-weight: 900;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 154px;
}
.page-template-page-for-creators .get-in-touch__title strong {
    font-size: 24px;
    font-weight: 400;
}
.page-template-page-for-creators .get-in-touch__title strong:after {
    width: 217px;
    height: 42px;
    left: -2px;
    bottom: -7px;
    transform: matrix(1, -0.06, 0.06, 1, 0, 0);
}
/*.header__btn {*/
/*    width: 100px;*/
/*}*/
.header__btn a {
    display: none;
}
.header__menu .menu-item:nth-child(2) {
    margin-right: 0;
}
.hero__frame {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 276px;
    height: 560px;
}
.hero__frame img {
    position: absolute;
    left: 0;
    top: 0;
    width: 276px;
    height: auto;
}
.hero__video {
    position: absolute;
    left: 18px;
    top: 25px;
    width: 240px;
    z-index: -1;
}
.hero__video video {
    width: 100%;
}
.popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999999;
}
.popup.active {
    display: block;
}
#open-popup {
    cursor: pointer;
}
.popup__overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(15, 13, 28, 0.8);
}
.popup__container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 25px 15px;
}
.popup__content {
    width: 100%;
    max-width: 640px;
    height: 343px;
}
.popup__video {
    width: 100%;
    height: 100%;
}
.popup__video iframe {
    width: 100%;
    height: 100%;
}
.popup .close-btn {
    display: block;
    right: 17px;
    cursor: pointer;
}
@media (max-width: 992px) {
    .page-template-page-for-creators .hero_landing {
        padding-top: 24px;
    }
    .page-template-page-for-creators .hero__content {
        padding-top: 0;
    }
    .page-template-page-for-creators .hero_landing .hero__title_mob strong:after {
        transform: none;
        width: calc(100% + 4px);
    }
    .page-template-page-for-creators .finances__right,
    .page-template-page-for-creators .finances__left {
        flex: 0 0 100%;
        min-width: 100%;
    }
}
@media (max-width: 768px) {
    .page-template-page-for-creators .hero_landing {
        border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    }
    .page-template-page-for-creators .hero_landing .hero__title_mob {
        font-weight: 900;
        font-size: 36px;
        line-height: 52px;
        margin-bottom: 13px;
    }
    .page-template-page-for-creators .hero_landing .hero__title_mob strong {
        font-weight: 400;
        font-size: 32px;
        line-height: 52px;
    }
    .page-template-page-for-creators .hero_landing .hero__text {
        font-size: 16px;
        margin-bottom: 52px;
    }
    .page-template-page-for-creators .hero_landing .button__group {
        margin-bottom: 60px;
    }
    .page-template-page-for-creators .hero__img {
        display: flex;
        justify-content: center;
        margin-bottom: 60px;
    }
    .page-template-page-for-creators .partners {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-image: url("data:image/svg+xml,%3Csvg width='375' height='353' viewBox='0 0 375 353' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.8'%3E%3Cpath d='M-240.361 178.779C259.728 662.365 706.824 -294.822 1210.1 84.115' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-234.843 164.526C242.028 652.627 712.918 -277.411 1205.45 103.034' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-229.285 150.121C224.522 642.779 718.818 -259.888 1200.76 122.105' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-223.725 135.715C206.822 633.042 724.719 -242.366 1196.26 141.065' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-218.166 121.309C189.122 623.304 730.619 -224.843 1191.6 159.984' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-212.76 106.863C171.616 613.456 736.561 -207.473 1186.91 179.056' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-207.242 92.6096C153.917 603.719 742.615 -189.909 1182.41 198.016' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-201.683 78.2038C136.258 593.829 748.515 -172.387 1177.75 216.934' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-196.123 63.7982C118.711 584.133 754.457 -155.017 1173.06 236.005' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-190.716 49.3513C101.053 574.243 760.358 -137.494 1168.56 254.966' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-185.199 35.0982C83.3534 564.506 766.411 -119.93 1163.86 274.037' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-179.639 20.6925C65.848 554.657 772.312 -102.407 1159.21 292.956' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-174.08 6.28692C48.1479 544.92 778.254 -85.0375 1154.71 311.916' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-168.52 -8.11867C30.6428 535.071 784.308 -67.4734 1150.06 330.834' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-163.115 -22.5661C12.8309 525.139 790.096 -50.1453 1145.4 349.753' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-157.597 -36.8189C-4.75773 515.596 796.108 -32.4284 1140.71 368.824' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-152.038 -51.2241C-22.416 505.707 802.05 -15.0581 1136.21 387.785' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-146.479 -65.6299C-39.9218 495.858 808.103 2.50591 1131.55 406.703' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-141.072 -80.0771C-57.7742 486.079 813.893 19.8341 1126.9 425.622' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-135.554 -94.3301C-75.3214 476.383 819.904 37.551 1122.16 444.846' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-129.995 -108.736C-92.98 466.493 825.846 54.9207 1117.7 463.653' stroke='%2329264D' stroke-miterlimit='10'/%3E%3Cpath d='M-124.436 -123.141C-110.486 456.645 831.899 72.4852 1113.01 482.725' stroke='%2329264D' stroke-miterlimit='10'/%3E%3C/g%3E%3C/svg%3E%0A");
        margin-top: 87px;
        padding-bottom: 103px;
    }
    .page-template-page-for-creators .partners__title.mobile {
        font-weight: 900;
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 40px;
    }
    .page-template-page-for-creators .partners__title.mobile strong {
        font-weight: 400;
        font-size: 28px;
        line-height: 44px;
    }
    .page-template-page-for-creators .partners__title.mobile strong:after {
        width: 251.26px;
        height: 38.53px;
        left: 7px;
        top: -2px;
        transform: matrix(1, -0.06, 0.06, 1, 0, 0);
    }
    .page-template-page-for-creators .info.info_manual {
        padding-top: 0;
        border-top: none;
        margin-top: 86px;
        margin-bottom: 48px;
    }
    .page-template-page-for-creators .info__subtitle.text {
        font-weight: 900;
        font-size: 22px;
        line-height: 28px;
        text-transform: capitalize;
        margin-bottom: 0;
    }
    .page-template-page-for-creators .info__title.info__title_mobile.title-large {
        font-weight: 700;
        font-size: 36px;
        line-height: 52px;
    }
    .page-template-page-for-creators .info__title.info__title_mobile.title-large strong {
        font-size: 36px;
        line-height: 52px;
        font-weight: 400;
        color: #FF085A;
    }
    .page-template-page-for-creators .info__title.info__title_mobile.title-large strong:after {
        content: none;
    }
    .page-template-page-for-creators .info__text {
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 0;
    }
    .page-template-page-for-creators .terminal-slider .item {
        padding-bottom: 20px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .page-template-page-for-creators .terminal-slider .item .terminal__text {
        margin-bottom: 58px;
    }
    .page-template-page-for-creators .terminal {
        padding-bottom: 42px;
    }
    .page-template-page-for-creators .finances {
        background-image: none;
        padding-top: 40px;
        padding-bottom: 80px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .page-template-page-for-creators .finances .row {
        flex-direction: column-reverse;
    }
    .page-template-page-for-creators .finances__right {
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg width='353' height='310' viewBox='0 0 353 310' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='3.7619' cy='163.048' r='3.7619' fill='%2322CDAE'/%3E%3Ccircle cx='285.314' cy='12.3522' r='3.7619' fill='%2322CDAE'/%3E%3Ccircle cx='346.457' cy='169.505' r='6.01905' fill='%23FFAB00'/%3E%3Ccircle cx='35.3952' cy='303.395' r='6.39524' fill='%23FFAB00'/%3E%3Ccircle cx='291.762' cy='301.762' r='3.7619' fill='%23FF085A'/%3E%3Ccircle cx='103.453' cy='3.38571' r='3.38571' fill='%23FF085A'/%3E%3C/svg%3E%0A");
        padding-top: 66px;
        padding-bottom: 65px;
        margin-bottom: 33px;
    }

    .page-template-page-for-creators .finances__title {
        font-weight: 700;
        font-size: 40px;
        line-height: 52px;
        text-align: center;
        margin-bottom: 16px;
    }
    .page-template-page-for-creators .finances__title strong {
        font-weight: 400;
        font-size: 36px;
        line-height: 52px;
    }
    .page-template-page-for-creators .finances__text {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        margin: 0 auto;
    }
    .page-template-page-for-creators .get-in-touch {
        padding-top: 67px;
        padding-bottom: 114px;
    }
    .page-template-page-for-creators .get-in-touch__title {
        font-weight: 900;
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 55px;
    }
    .page-template-page-for-creators .get-in-touch__title span {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .page-template-page-for-creators .get-in-touch__title strong {
        font-weight: 400;
        font-size: 28px;
        line-height: 44px;
    }
    .page-template-page-for-creators .get-in-touch__title strong:after {
        width: 251.26px;
        height: 38.53px;
        left: -2px;
        top: 2px;
    }
    .page-template-page-for-creators .get-in-touch__list {
        row-gap: 30px;
        column-gap: 0;
    }
    .page-template-page-for-creators .get-in-touch__item {
        margin-bottom: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .page-template-page-for-creators .get-in-touch__item:last-child {
        display: none;
    }

}
@media (min-width: 992px) {
    .page-template-page-for-creators .finances__right {
        margin-right: -34px;
    }

}

    /*Footer*/
.footer {
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 1px solid #4B4768;
}

.footer__logo {
    margin-bottom: 32px;
}

.footer__logo a {
    display: flex;
}
.footer__text {
    font-size: 40px;
    font-weight: 800;
    line-height: 52px;
    margin-bottom: 42px;
}
.footer__text strong {
    display: block;
    font-family: "BlankMoment-Regular";
    font-size: 40px;
    font-weight: 400;
    line-height: 52px;
    color: #B31D88;
}

.footer__social-menu {
    display: flex;
    margin: 0 -6px;
}

.footer__social-menu > * {
    padding: 0 6px;
}
.footer__title {
    margin-bottom: 24px;
}

.footer__navs {
    display: flex;
    justify-content: flex-end;
    margin: 0 -30px;
}

.footer__nav {
    padding: 0 30px;
}

.footer__menu a {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
}
/*Icons*/
.icon, .icon a {
    font-size: 0;
}

.icon a {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #ffffff;
    border-radius: 8px;
}

.icon_instagram a {
    background-size: 12.8px;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3646 4.36334C13.3347 3.68323 13.2247 3.21566 13.0671 2.8105C12.9046 2.38043 12.6545 1.99539 12.3269 1.67531C12.0069 1.35025 11.6193 1.09766 11.1942 0.937665C10.7867 0.780114 10.3216 0.670131 9.64144 0.640145C8.95625 0.607619 8.73872 0.600098 7.00088 0.600098C5.26303 0.600098 5.04551 0.607619 4.36286 0.637605C3.68274 0.667592 3.21517 0.777672 2.81011 0.935125C2.37994 1.09766 1.99491 1.34771 1.67482 1.67531C1.34976 1.99539 1.09727 2.38297 0.937176 2.80806C0.779626 3.21566 0.669643 3.68069 0.639656 4.36081C0.60713 5.046 0.599609 5.26352 0.599609 7.00137C0.599609 8.73921 0.60713 8.95674 0.637117 9.63939C0.667103 10.3195 0.777184 10.7871 0.934734 11.1922C1.09727 11.6223 1.34976 12.0073 1.67482 12.3274C1.99491 12.6525 2.38248 12.9051 2.80757 13.0651C3.21517 13.2226 3.6802 13.3326 4.36041 13.3626C5.04297 13.3927 5.26059 13.4001 6.99844 13.4001C8.73628 13.4001 8.95381 13.3927 9.63646 13.3626C10.3166 13.3326 10.7841 13.2226 11.1892 13.0651C12.0494 12.7325 12.7296 12.0524 13.0621 11.1922C13.2196 10.7846 13.3297 10.3195 13.3597 9.63939C13.3896 8.95674 13.3972 8.73921 13.3972 7.00137C13.3972 5.26352 13.3946 5.046 13.3646 4.36334ZM12.212 9.58938C12.1844 10.2145 12.0794 10.5521 11.9919 10.7771C11.7768 11.3347 11.3343 11.7773 10.7766 11.9924C10.5516 12.0799 10.2116 12.1849 9.58889 12.2124C8.91376 12.2424 8.71128 12.2499 7.00342 12.2499C5.29556 12.2499 5.09054 12.2424 4.41785 12.2124C3.79272 12.1849 3.45516 12.0799 3.23011 11.9924C2.95262 11.8898 2.70003 11.7273 2.495 11.5148C2.28246 11.3072 2.11993 11.0572 2.01737 10.7797C1.92985 10.5546 1.82485 10.2145 1.79741 9.59192C1.76732 8.91679 1.7599 8.71421 1.7599 7.00635C1.7599 5.29849 1.76732 5.09347 1.79741 4.42088C1.82485 3.79575 1.92985 3.45818 2.01737 3.23314C2.11993 2.95555 2.28246 2.70305 2.49754 2.49794C2.70501 2.28539 2.95506 2.12286 3.23265 2.0204C3.4577 1.93288 3.7978 1.82788 4.42039 1.80034C5.09552 1.77035 5.2981 1.76283 7.00586 1.76283C8.71626 1.76283 8.91874 1.77035 9.59143 1.80034C10.2166 1.82788 10.5541 1.93288 10.7792 2.0204C11.0567 2.12286 11.3093 2.28539 11.5143 2.49794C11.7268 2.7055 11.8893 2.95555 11.9919 3.23314C12.0794 3.45818 12.1844 3.79819 12.212 4.42088C12.242 5.09601 12.2495 5.29849 12.2495 7.00635C12.2495 8.71421 12.242 8.91425 12.212 9.58938Z' fill='white'/%3E%3Cpath d='M7.00104 3.71338C5.18574 3.71338 3.71289 5.18613 3.71289 7.00153C3.71289 8.81693 5.18574 10.2897 7.00104 10.2897C8.81644 10.2897 10.2892 8.81693 10.2892 7.00153C10.2892 5.18613 8.81644 3.71338 7.00104 3.71338ZM7.00104 9.13447C5.82337 9.13447 4.8681 8.1793 4.8681 7.00153C4.8681 5.82376 5.82337 4.86859 7.00104 4.86859C8.17882 4.86859 9.13399 5.82376 9.13399 7.00153C9.13399 8.1793 8.17882 9.13447 7.00104 9.13447Z' fill='white'/%3E%3Cpath d='M11.1877 3.58306C11.1877 4.00698 10.844 4.3507 10.42 4.3507C9.99606 4.3507 9.65234 4.00698 9.65234 3.58306C9.65234 3.15905 9.99606 2.81543 10.42 2.81543C10.844 2.81543 11.1877 3.15905 11.1877 3.58306Z' fill='white'/%3E%3C/svg%3E%0A");
}
.icon_mail a {
    background-size: 12.8px;
    background-position: 51% 51%;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2 0H1.6C1.17565 0 0.768687 0.168571 0.468629 0.468629C0.168571 0.768687 0 1.17565 0 1.6L0 9.06667C0 9.49101 0.168571 9.89798 0.468629 10.198C0.768687 10.4981 1.17565 10.6667 1.6 10.6667H11.2C11.6243 10.6667 12.0313 10.4981 12.3314 10.198C12.6314 9.89798 12.8 9.49101 12.8 9.06667V1.6C12.8 1.17565 12.6314 0.768687 12.3314 0.468629C12.0313 0.168571 11.6243 0 11.2 0ZM11.04 2.56L6.77333 6.29333C6.65716 6.35321 6.53027 6.38947 6.4 6.4C6.26973 6.38947 6.14284 6.35321 6.02667 6.29333L1.76 2.56C1.65391 2.46806 1.5887 2.33774 1.57869 2.19771C1.56869 2.05769 1.61473 1.91942 1.70667 1.81333C1.79861 1.70725 1.92893 1.64203 2.06895 1.63203C2.20898 1.62203 2.34725 1.66806 2.45333 1.76L6.34667 5.17333L10.24 1.76C10.2919 1.71308 10.3527 1.67714 10.4188 1.65435C10.4849 1.63155 10.555 1.62237 10.6247 1.62735C10.6945 1.63233 10.7625 1.65138 10.8247 1.68334C10.8869 1.7153 10.942 1.75952 10.9867 1.81333C11.0457 1.85421 11.0949 1.90782 11.1305 1.97022C11.1661 2.03262 11.1872 2.10222 11.1924 2.17388C11.1975 2.24554 11.1864 2.31743 11.1601 2.38426C11.1337 2.45109 11.0927 2.51114 11.04 2.56Z' fill='white'/%3E%3C/svg%3E%0A");
}
.lightning {
    display: none;
}
section {
    overflow-x: hidden;
}

/*404*/
body.error404 .site-content {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../../uploads/2021/11/Dots_404.png");
}
body.error404 .footer {
    display: none;
}
.page-404__data {
    text-align: center;
}

.page-404__title {
    display: flex;
    max-width: 216px;
    position: relative;
    padding: 27.6px 59px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}

.page-404__title:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    background: linear-gradient(72.57deg, #B31D88 -0.41%, #FF085A 97.9%);
    transform: translate(-50%, -50%);
    border-radius: 15px;
    z-index: -1;
}

.page-404__text {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 0;
}
/*Media*/

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
    .site-container {
        max-width: 1105px;
    }
    .image__container {
        max-width: 1310px;
    }

}

@media (max-width: 1400px) {
    .info.info_manual .info__col_data {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .info.info_manual .info__col_image {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .info.info_manual .info__image img {
        width: 100%;
        height: auto;
    }

    /*Info Small*/
    .info-small__col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .info-small__image img {
        width: 100%;
    }
	.terminal .container-cus {
		max-width: 1000px;
		margin: auto;
	}
	
}

@media (max-width: 1200px) {
    .info_connect .info__col {
        flex:  0 0 50%;
        max-width: 50%;
    }
    .footer__navs {
        margin: 0 -15px;
    }

    .footer__nav {
        padding: 0 15px;
    }
	.terminal .container-cus {
		max-width:unset;
		padding: 0 50px;
	}
}

@media (max-width: 992px) {
    /*Partners*/
    .partners__list {
        flex-wrap: wrap;
        text-align: center;
        margin-bottom: 0;
    }

    .partners__item {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        margin-bottom: 25px;
    }

    .info.info_manual, .info_connect  {
        text-align: center;
    }

    .info__link {
        justify-content: center;
    }

    .info.info_manual .info__col, .info_connect .info__col,
    .info.info_manual .info__col_image,
    .info.info_manual .info__col_data
    {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .info .info__col_image, .info_connect .info__col_image {
        order: -1;
        margin-bottom: 26px;
    }

    .info-small__col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .info-small__text {
        margin-bottom: 40px;
    }

    .info-small__text p {
        margin-bottom: 0;
    }
    
    .info-small__data {
        text-align: center;
    }

    .terminal {
        padding-bottom: 80px;
    }

}

@media (max-width: 768px) {
	.text {
		font-size: 16px;
		line-height: 24px;
	}
	.divider_mobile {
		display: block;
	}
    /*Hero*/
	.hero .col-12{
		max-width: 315px;
	}
	.hero__title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 40px;
    }
	.hero__text_mobile{
		margin-bottom:70px;
	}

    .hero__text {
		display: none;
        margin-bottom: 76px;
    }
	
	.hero__text_mobile {
		display: block;
	}
    .hero__agency {
        display: block;
    }


    /*Partners*/
    .partners__title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 52px;
    }

    .partners__title strong {
        font-size: 15px;
        line-height: 24px;
    }
	
	.laptop {
		display:none
	}
	
	.mobile {
		display:block;
	}
	
	
	.partners__list:last-child {
		display:none;
	}

    .partners__item  img {
        width: 70%;
    }
    
    .get-in-touch__list {
        text-align: center;
    }
    
    .get-in-touch__item img {
        max-width: 70%;
    }

    /*Info*/

    .info {
        margin-bottom: 24px;
		margin-top: 40px;
    }
    .info-small {
        margin-top: 60px;
		margin-bottom: 60px;
    }

    .info__title {
        font-size: 36px;
        line-height: 40px;
		margin-bottom: 16px;
    }
	
	.info__title_desk{
		display:none;
	}
	
	.info__title_mobile {
		display:block;
        font-size: 36px;
        font-weight: 700;
        line-height: 52px;
        margin-top: 19px;
	}
    .info__title_mobile strong {
        font-weight: 400;
        font-size: 36px;
        line-height: 52px;
        color: #FF085A;
    }
    .info__title_mobile strong:after {
        content: none;
    }

    .info__text {
        font-size: 18px;
        line-height: 24px;
		margin-bottom: 0;
	}

    .info-small__title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 20px;
    }
	.info-small__title span{
		font-size:32px;
	}
	
	.info__subtitle {
        font-weight: 800;
        font-size: 22px;
        line-height: 28px;
        text-align: center;
        letter-spacing: 2px;
        color: #FFFFFF;
        margin-bottom: 0;
	}
	
    .get-in-touch {
        background-position: inherit;
        padding-bottom: 143px;
        padding-top: 86px;
    }

    .get-in-touch__title {
		font-size: 28px;
		line-height: 36px;
        margin-bottom: 40px;
    }
	
	.get-in-touch__title strong {
		font-size: 28px;
		line-height: 44px;
	}
	
	.get-in-touch__title strong:after {
        transform: matrix(1, -0.06, 0.06, 1, 0, 0);
        width: 251px;
        height: 38px;
        bottom: -2px;
        left: -4px;
	}

    .get-in-touch__list {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 25px;
    }

    .get-in-touch__item {
        flex: 0 0 23%;
        max-width: 23%;
    }

    .get-in-touch__item:nth-child(4),
    .get-in-touch__item:nth-child(5),
    .get-in-touch__item:nth-child(6),
    .get-in-touch__item:nth-child(10),
    .get-in-touch__item:nth-child(11),
    .get-in-touch__item:nth-child(12) {
        display: none;
    }

	.call-to-action {
		margin-bottom: 80px;
		margin-top: 60px;
	}
    .call-to-action__title {
        font-size: 36px;
        line-height: 44px;
        text-align: center;
        margin-bottom: 40px;
    }

    .footer {
        padding-bottom: 187px;
		padding-top: 40px;
    }

    .footer .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer__navs {
        justify-content: space-between;
        margin-top: 40px;
    }
	
	.footer__text {
		font-size: 28px;
		font-weight: 600;
		line-height: 36px;
		margin-bottom: 20px;
	}
		
	.footer__text strong {
		font-weight: 400;
	}

    .lightning {
        display: inline-block;
    }
	.info-small__image{
        padding-bottom: 45px;
		border-bottom: 2px solid rgba(255, 255, 255, .1);
	}
	.info-small__image_mobile{
		display:block;
	}
	.info-small__image_desk{
		display:none;
	}
	.footer__navs .footer__nav{
		padding:0;
	}
	.terminal {
        border-top: 0;
		padding-bottom: 58px;
        padding-top: 0;
	}
	.terminal .container-cus{
		padding:0 15px;
	}
    .footer__logo {
        display: none;
    }
    .footer__social {
        margin-bottom: 28px;
    }
    .footer__social-menu {
        column-gap: 12px;
        margin: 0;
    }
    .footer__social-menu .menu-item {
        padding: 0;
    }
    .footer__navs {
        margin: 0;
    }
    .footer__title {
        font-weight: 800;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px;
    }
    .footer__menu a {
        font-weight: 500;
        font-size: 16px;
        line-height: 40px;
    }
}

@media (max-width: 480px) {
	.info__image  img {
		max-width: 136px;
	}
	
	.info.info_connect .info__image  img {
		max-width: 100%;
	}
	.info_connect .info__title.title-large {
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}

	.call-to-action__data {
		background-image: url('../../uploads/2021/10/Dots-1.png');
		padding-top: 59px;
		padding-bottom: 28px;
		margin-bottom: 12px;
	}
	.header__row{
		justify-content: center;
	}
	.partners__title{
		font-size: 15px;
    	line-height: 24px;
	}
}