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

ul[class],
ol[class] {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

ul[class],
ol[class] {
    list-style: none;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

article>*+* {
    margin-top: 1em;
}

input,
button,
textarea,
select {
    font: inherit;
}

:focus {
    outline: none !important;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

@font-face {
    font-family: WorkSans-Regular;
    src: url(../fonts/WorkSans-Regular.ttf) format('truetype');
    font-display: swap;
}

@font-face {
    font-family: WorkSans-Medium;
    src: url(../fonts/WorkSans-Medium.ttf) format('truetype');
    font-display: swap;
}

@font-face {
    font-family: WorkSans-SemiBold;
    src: url(../fonts/WorkSans-SemiBold.ttf) format('truetype');
    font-display: swap;
}

@font-face {
    font-family: WorkSans-Bold;
    src: url(../fonts/WorkSans-Bold.ttf) format('truetype');
    font-display: swap;
}

body {
    font-family: WorkSans-Regular;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #454d59;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}

h2 {
    font-family: WorkSans-Medium;
    font-size: 45.2343px;
    line-height: 53px;
    letter-spacing: 0.1px;
}

h3 {
    font-size: 31.9903px;
    line-height: 38px;
    letter-spacing: 0.1px;
}

.container {
    width: 100%;
    max-width: 1170px;
    margin: auto;
    padding: 0 30px;
}

.button {
    height: 50px;
    border: 2px solid;
    box-sizing: border-box;
    border-radius: 8px;
    background: transparent;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.32px;
    font-family: WorkSans-SemiBold;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    transition: background 0.3s;
}

.button:focus {
    outline: none;
}

.button .title,
.button .ico {
    position: relative;
}

.button.button-blue {
    border-color: #0271cc;
    color: #0271cc;
}

.button.button-blue:hover {
    background: #0271cc;
    color: #fff;
    transition: 0.1s;
}

.button.button-green {
    background: linear-gradient(234.69deg, #00c48c 29.01%, #11998e 85.5%);
    border: none;
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
}

.button.button-green:before {
    content: '';
    display: block;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: #fff;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 6px;
    transition: 0.3s;
    opacity: 1;
}

.button.button-green.fill .title {
    color: #fff;
    -webkit-text-fill-color: unset;
}

.button.button-green.fill:before {
    opacity: 0;
    transition: opacity 0.3s;
}

.button.button-green.fill:hover:before {
    opacity: 1;
    transition: opacity 0.1s;
}

.button.button-green.fill:hover .title {
    background: linear-gradient(234.69deg, #00c48c 29.01%, #11998e 85.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.3s;
}

.button.button-green .title {
    background: linear-gradient(234.69deg, #00c48c 29.01%, #11998e 85.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.3s;
}

.button.button-green:hover:before {
    opacity: 0;
    transition: 0.1s;
}

.button.button-green:hover .title {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.1s;
}

.inner-flex {
    display: flex;
}

.header {
    padding-top: 19px;
    position: relative;
    overflow: hidden;
    padding-bottom: 31px;
    position: absolute;
    width: 100%;
}

.wrapper:after {
    position: absolute;
    content: '';
    width: 132px;
    height: 166px;
    background: url(../img/dots1.svg);
    top: 0;
    right: 0;
}

.header .logo {
    margin-top: 6px;
}

.header .left {
    display: flex;
}

.header .inner-flex {
    justify-content: space-between;
}

.header .navigation {
    margin-top: 6px;
    margin-left: 15px;
}

.header .navigation ul {
    list-style: none;
}

.header .navigation ul li {
    display: inline-block;
    margin-right: 39px;
}

.header .navigation ul li a {
    color: #454d59;
    transition: color 0.3s, background 0.3s;
}

.header .navigation ul li a:hover {
    background: linear-gradient(234.69deg, #00c48c 29.01%, #11998e 85.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: color 0.1s, background 0.1s;
}

.header .right .button {
    margin-top: 6px;
}

.header .right .button .ico {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/app.svg);
    margin-right: 13px;
    background-repeat: no-repeat;
}

.header .right .button:hover .ico {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/app2.svg);
}

.header.header-fixed {
    position: fixed;
    width: 100%;
    background: #fff;
    box-shadow: 0px 9.51467px 9.51467px rgba(50, 50, 71, 0.08);
    z-index: 9;
    padding-top: 8px;
    padding-bottom: 9px;
    top: 0;
}

.header .burger {
    width: 43px;
    height: 34px;
    background: url(../img/menu.svg);
    display: none;
    margin-top: 3px;
    cursor: pointer;
}

.header .close {
    display: inline-block;
    width: 43px;
    height: 34px;
    background: url(../img/close.svg);
    display: none;
    margin-top: 3px;
    cursor: pointer;
}

main {
    padding-top: 110px;
}

.hero {
    overflow: hidden;
    position: relative;
}

.hero .left {
    padding-top: 96px;
    width: 47%;
}

.hero .right {
    width: 53%;
}

.hero .up-sign {
    color: #0271cc;
    display: inline-block;
    margin-bottom: 21px;
}

.hero h1 {
    font-size: 64px;
    line-height: 75px;
    letter-spacing: 1.8px;
    color: #454d59;
    font-family: WorkSans-SemiBold;
}

.hero .download-text {
    font-size: 22.624px;
    line-height: 27px;
    margin-top: 60px;
    letter-spacing: 0.1px;
    margin-bottom: 18px;
}

.hero .right img {
    margin-top: 19px;
    object-fit: contain;
    width: 107%;
    height: 100%;
    max-width: 107%;
}

.hero .button {
    display: inline-flex;
    width: 200px;
}

.hero .button.appstore {
    margin-right: 10px;
}

.hero .button.appstore .ico {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/apple.svg);
    margin-right: 13px;
}

.hero .button.appstore:hover .ico {
    background: url(../img/apple2.svg);
}

.hero .button.googleplay .ico {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/googleplay.svg);
    margin-right: 9px;
}

.hero .button.googleplay:hover .ico {
    background: url(../img/googleplay2.svg);
}

.hero .animate-text {
    height: 75px;
}

.hero .animate-text .word {
    position: absolute;
    opacity: 0;
    font-size: 64px;
    line-height: 75px;
    letter-spacing: 1.8px;
    color: #454d59;
    font-family: WorkSans-SemiBold;
}

.hero .animate-text .letter {
    display: inline-block;
    position: relative;
    float: left;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
}

.hero .animate-text .letter.out {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hero .animate-text .letter.behind {
    transform: rotateX(-90deg);
}

.hero .animate-text .letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.hero .animate-text .belize {
    color: #0271cc;
}

.hero .animate-text .pomegranate {
    color: #00c48c;
}

.hero .animate-text .midnight {
    color: #2d9ffd;
}

.hero .arrow-wrap {
    position: relative;
    bottom: 0;
    text-align: center;
    width: 100%;
    transform: translateY(-249px) translateX(-24px);
}

.hero .arrow-down {
    display: inline-block;
    width: 93px;
    height: 93px;
    background: url(../img/hero-arrow.svg);
    cursor: pointer;
}

.events {
    margin-top: -157px;
    position: relative;
    margin-bottom: 142px;
}

.events:before {
    content: '';
    display: block;
    position: absolute;
    width: 77px;
    height: 216px;
    background: url(../img/dots2.svg);
    transform: translateY(-74px);
}

.events h2 {
    max-width: 550px;
    margin: auto;
    text-align: center;
    margin-bottom: 41px;
}

.events .slider-navigation {
    margin-bottom: 40px;
}

.events .slider-navigation .slick-list {
    padding: 0 !important;
}

.events .slider-navigation .slick-slide {
    height: 53px;
    background: #f7f9fc;
    border-radius: 5px;
    font-size: 22.624px;
    color: #768193;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    letter-spacing: 0.1px;
    line-height: 32px;
}

.events .slider-navigation .slick-slide:last-child {
    margin-right: 0;
}

.events .slider-navigation .slick-slide.slick-current {
    background: #0271cc;
    color: #fff;
}

.events .slider-navigation .tab.birthday .ico {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url(../img/birthday.svg);
    transform: translateY(3px);
}

.events .slider-navigation .slick-slide.slick-current .tab.birthday .ico {
    background: url(../img/birthday2.svg);
}

.events .slider-navigation .tab.baby .ico {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url(../img/baby.svg);
    transform: translateY(3px);
}

.events .slider-navigation .slick-slide.slick-current .tab.baby .ico {
    background: url(../img/baby2.svg);
}

.events .slider-navigation .tab.wedding .ico {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url(../img/wedding.svg);
    transform: translateY(3px);
}

.events .slider-navigation .slick-slide.slick-current .tab.wedding .ico {
    background: url(../img/wedding2.svg);
}

.events .slider-navigation .tab.holiday .ico {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url(../img/holyday.svg);
    transform: translateY(3px);
}

.events .slider-navigation .slick-slide.slick-current .tab.holiday .ico {
    background: url(../img/holyday2.svg);
}

.events .slider-navigation .tab.surprise .ico {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url(../img/surprise.svg);
    transform: translateY(3px);
}

.events .slider-navigation .slick-slide.slick-current .tab.surprise .ico {
    background: url(../img/surprise2.svg);
}

.events .slider-events .slide {
    position: relative;
}

.events .slider-events .slide .bottom {
    position: absolute;
    z-index: 1;
    bottom: 74px;
    width: 100%;
}

.events .slider-events .slide .bottom img {
    margin: auto;
}

.events .slider-events .slide .bottom .button {
    margin: auto;
    transform: translateY(22px);
    color: #fff;
}

.events .btn-wrap-mob {
    display: none;
}

.how-to-start {}

.how-to-start h2 {
    text-align: center;
    margin-bottom: 86px;
}

.how-to-start h2:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 44px;
    background: url(../img/how-before.svg);
    background-repeat: no-repeat;
    transform: translateX(-10px);
}

.how-to-start h2:after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 44px;
    background: url(../img/how-after.svg);
    background-repeat: no-repeat;
    transform: translateX(-10px);
}

.how-to-start .step>.container {
    display: flex;
}

.how-to-start .step>.container>div {
    width: 50%;
}

.how-to-start .info {
    padding-left: 62px;
}

.how-to-start .info h3 {
    margin-bottom: 18px;
}

.how-to-start .step1 {
    margin-bottom: 179px;
}

.how-to-start .step1 .info {
    position: relative;
    margin-top: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.how-to-start .step1 .info:before {
    position: absolute;
    content: '';
    width: 34px;
    height: 34px;
    display: block;
    background: url(../img/how-download.svg);
    left: 0;
    top: 0;
}

.how-to-start .step1 p {
    max-width: 320px;
    margin-bottom: 22px;
}

.how-to-start .step1 .button {
    display: inline-flex;
    padding: 0px 10px;
    margin-right: 15px;
    border: none;
    font-family: WorkSans-Regular;
    transition: 0.3s;
}

.how-to-start .step1 .button:hover {
    background: #e3fdf6;
    transition: 0.1s;
}

.how-to-start .step1 .button .title {
    background: linear-gradient(234.69deg, #00c48c 29.01%, #11998e 85.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.3s;
}

.how-to-start .step1 .button.apple .ico {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/apple.svg);
    margin-right: 5px;
}

.how-to-start .step1 .button.google .ico {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/googleplay.svg);
    margin-right: 9px;
}

.how-to-start .step1 .image-container img {
    margin: auto;
    margin-left: 65px;
}

.how-to-start .step2 .info {
    margin-top: 66px;
    padding-left: 80px;
}

.how-to-start .step2 .image-container img {
    margin-left: 40px;
}

.how-to-start .step2 p {
    max-width: 360px;
}

.how-to-start .step2 .info {
    position: relative;
}

.how-to-start .step2 .info:before {
    position: absolute;
    content: '';
    width: 33px;
    height: 33px;
    display: block;
    background: url(../img/how-plus.svg);
    left: 18px;
    top: 4px;
}

.how-to-start .step2 {
    position: relative;
    margin-bottom: 58px;
}

.how-to-start .step2:after {
    position: absolute;
    content: '';
    width: 72px;
    height: 216px;
    display: block;
    background: url(../img/dots3.svg);
    right: 0;
    top: 177px;
}

.how-to-start .step3 .info {
    margin-top: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.how-to-start .step3 p {
    max-width: 290px;
    margin-bottom: 27px;
}

.info p {
    text-align: center;
}

.how-to-start .step3 .image-container img {
    margin-left: 45px;
}

.how-to-start .step3 .button.invite {
    background: #cce8ff;
    height: 37px;
    border: none;
    width: 208px;
    padding: 0 16px;
    line-height: 1;
}

.how-to-start .step3 .button.invite .title {
    color: #0271cc;
    font-family: WorkSans-Regular;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.how-to-start .step3 .button.invite .ico {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/how-link.svg);
    margin-right: 12px;
}

.how-to-start .step3 .info {
    position: relative;
}

.how-to-start .step3 .info:before {
    position: absolute;
    content: '';
    width: 34px;
    height: 34px;
    display: block;
    background: url(../img/how-invite.svg);
    left: 0;
    top: 2px;
}

.how-to-start .step3 {
    margin-top: -42px;
    position: relative;
}

.how-to-start .step3:after {
    position: absolute;
    content: '';
    width: 57px;
    height: 216px;
    display: block;
    background: url(../img/dots4.svg);
    left: 0;
    top: 193px;
}

.how-to-start .step4 .image-container img {
    margin-left: 66px;
}

.how-to-start .step4 .info {
    position: relative;
    margin-top: 104px;
    padding-left: 80px;
}

.how-to-start .step4 .info:before {
    position: absolute;
    content: '';
    width: 34px;
    height: 34px;
    display: block;
    background: url(../img/how-manage.svg);
    left: 18px;
    top: 2px;
}

.how-to-start .step4 .track {
    background: #cce8ff;
    margin-top: 22px;
    border-radius: 5px;
    max-width: 260px;
    padding: 5px;
    color: #0271cc;
    position: relative;
    padding-left: 52px;
    padding-bottom: 7px;
    margin-bottom: 13px;
}

.how-to-start .step4 .track .ico {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background: url(../img/how-user.svg);
    left: 16px;
    top: 6px;
}

.how-to-start .step4 .log {
    background: #e3fdf6;
    max-width: 185px;
    padding: 6px;
    padding-left: 51px;
    position: relative;
}

.how-to-start .step4 .log .ico {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background: url(../img/how-time.svg);
    left: 16px;
    top: 6px;
    margin-bottom: 13px;
}

.how-to-start .step4 .log .title {
    background: linear-gradient(234.69deg, #00c48c 29.01%, #11998e 85.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.3s;
}

.how-to-start .step4 {
    margin-bottom: 52px;
}

.how-to-start .step5 .info {
    margin-top: 66px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.how-to-start .step5 .info:before {
    position: absolute;
    content: '';
    width: 34px;
    height: 34px;
    display: block;
    background: url(../img/how-withdraw.svg);
    left: 1px;
    top: 1px;
}

.how-to-start .step5 p {
    max-width: 250px;
}

.how-to-start .step5 .protect {
    background: #cce8ff;
    margin-top: 26px;
    border-radius: 5px;
    max-width: 320px;
    padding: 5px;
    color: #0271cc;
    position: relative;
    padding-left: 52px;
    padding-bottom: 7px;
    margin-bottom: 13px;
}

.how-to-start .step5 .protect .ico {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background: url(../img/how-lock.svg);
    left: 16px;
    top: 6px;
}

.how-to-start .step5 .withdraw {
    background: #e3fdf6;
    max-width: 320px;
    padding: 10px;
    padding-left: 51px;
    position: relative;
}

.how-to-start .step5 .withdraw .ico {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background: url(../img/how-atm.svg);
    left: 16px;
    top: 10px;
}

.how-to-start .step5 .withdraw .title {
    background: linear-gradient(234.69deg, #00c48c 29.01%, #11998e 85.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.3s;
}

.how-to-start .step5 .image-container img {
    margin-left: 35px;
}

.countries {
    width: 100%;
    max-width: 1170px;
    margin: auto;
    padding: 0 30px;


    /* padding: 0; */
    /* border: 1px solid #3432b4; */
    /* position: relative; */
    /* width: 100%; */
    /* max-width: 1070px; */
    /* margin: auto; */
    /* padding: 0 30px; */

    margin-top: 100px;
    padding-top: 20px;
}

.countries h2 {
    margin: auto;
}

.support {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    max-height: 580px;
    align-items: center;
}

.beta {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

    align-items: center;
    max-height: 230px;
}

.wrap {
    display: flex;
    align-items: center;
    width: 15%;
    height: 20px;
    margin-top: 15px;
    margin-right: 10px;

    /* text-align: left; */
    /* align-items: flex-start; */
    /* border: 1px solid #d8e2dc; */
}


.countries .image {
    height: 20px;
}

.countries .text {
    margin-left: 10px;
    line-height: 15px;
}

.countries h3 {
    margin-top: 20px;
}

.cta1 {
    background: linear-gradient(234.69deg, #00c48c 29.01%, #11998e 85.5%);
    color: #fff;
    margin-top: 94px;
    padding-top: 16px;
    padding-bottom: 107px;
    position: relative;
}

.cta1:before {
    position: absolute;
    content: '';
    width: 194px;
    height: 276px;
    display: block;
    background: url(../img/dots5.svg);
    left: 0;
    top: 211px;
}

.cta1:after {
    position: absolute;
    content: '';
    width: 165px;
    height: 276px;
    display: block;
    background: url(../img/dots6.svg);
    right: 0;
    top: 139px;
}

.cta1 img {
    max-width: 353px;
    margin: auto;
    transform: translateX(-14px);
}

.cta1 h2 {
    text-align: center;
    max-width: 520px;
    margin: auto;
    margin-top: 31px;
}

.cta1 p {
    text-align: center;
    max-width: 350px;
    margin: auto;
    margin-top: 15px;
}

.cta1 .btn-wrap {
    text-align: center;
    margin-top: 23px;
}

.cta1 .button {
    display: inline-flex;
    margin: auto;
    display: inline-flex;
    border-color: #fff;
    background: #fff;
    height: 47px;
    transition: 0.3s;
}

.cta1 .button:hover {
    background: #e3fdf6;
    transition: 0.1s;
}

.cta1 .button .title {
    background: linear-gradient(234.69deg, #00c48c 29.01%, #11998e 85.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.3s;
}

/* ! */
.news {
    background: linear-gradient(234.69deg, #00c48c 29.01%, #11998e 85.5%);
    height: 300px;
    color: #fff;
    margin-top: 94px;
    padding-top: 16px;
    padding-bottom: 107px;
    position: relative;
}

.news-btns {
    display: flex;
    margin-top: 40px;
    align-items: center;
    justify-content: space-evenly
}

.news:before {
    position: absolute;
    content: '';
    width: 194px;
    height: 276px;
    display: block;
    background: url(../img/dots5.svg);
    left: 0;
    top: 250px;
}

@media only screen and (min-width: 770px) {
    .news:before {
        top: 160px;
    }
}

.news:after {
    position: absolute;
    content: '';
    width: 165px;
    height: 276px;
    display: block;
    background: url(../img/dots6.svg);
    right: 0;
    top: -70px;
}

.news img {
    max-width: 353px;
    margin: auto;
    transform: translateX(-14px);
}


.news h2 {
    text-align: center;
    max-width: 520px;
    margin: auto;
    margin-top: 0px;
}

@media only screen and (min-width: 770px) {
    .news h2 {
        margin-top: 31px;
    }
}

.news p {
    text-align: center;
    max-width: 350px;
    margin: auto;
    margin-top: 15px;
}

.news .btn-wrap {
    text-align: center;
    margin-top: 23px;
}

.news .button {
    display: inline-flex;
    margin: auto;
    display: inline-flex;
    border-color: #fff;
    background: #fff;
    height: 47px;
    transition: 0.3s;
}

.news .button:hover {
    background: #e3fdf6;
    transition: 0.1s;
}

.news .button .title {
    background: linear-gradient(234.69deg, #00c48c 29.01%, #11998e 85.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.3s;
}

/* ! */
.cta-form {
    padding-top: 86px;
    padding-bottom: 86px;
}

.cta-form .form-wrap {
    display: flex;
}

.cta-form .title h3 {
    margin-top: 6px;
    margin-right: 21px;
}

.cta-form .form-group.email {
    max-width: 190px;
    width: 100%;
    margin-right: 24px;
}

.cta-form .input-email {
    height: 50px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #dfe2e9;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0 18px;
    letter-spacing: 0.5px;
}

.cta-form .input-email::placeholder {
    color: #b0bac9;
}

.cta-form .form-group.message {
    margin-right: 35px;
    max-width: 450px;
    width: 100%;
}

.cta-form .input-message {
    width: 100%;
    height: 50px;
    background: #ffffff;
    border: 1px solid #dfe2e9;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0 18px;
    letter-spacing: 0.5px;
    resize: none;
    padding-top: 12px;
}

.cta-form .input-message::placeholder {
    color: #b0bac9;
}

.cta-form .form-group.submit {
    max-width: 120px;
    width: 100%;
}

.cta-form #actionButton {
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: WorkSans-Medium;
}

.cta-form #actionButton .title {
    width: 100%;
}

.cta-form .input-message:focus,
.cta-form .input-email:focus {
    border: 1px solid #00c58c;
    box-shadow: none;
    outline: none;
}

.cta-form .has-error .input-email {
    border-color: #ff2020;
}

.cta-form .help-block.with-errors li {
    color: #ff2020;
    font-size: 12px;
    letter-spacing: 0.3px;
}

.cta-form.success .form-wrap {
    display: none;
}

.cta-form .messages .ico {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/smile.svg);
    margin: auto;
    margin-bottom: 8px;
}

.cta-form.success {
    padding-top: 46px;
    padding-bottom: 55px;
}

.cta-form .messages {
    text-align: center;
}

.cta-form .messages p {
    max-width: 250px;
    margin: auto;
    margin-top: 8px;
}

.footer {
    background: #f7f9fc;
    position: relative;
}

.footer .footer-top {
    display: flex;
    padding-top: 15px;
    padding-bottom: 36px;
}

.footer .col1 {
    max-width: 286px;
    width: 100%;
}

.footer .col1 img {
    margin-bottom: 16px;
}

.footer .col1 .footer-text {
    font-size: 11.3154px;
    line-height: 16px;
    color: #768193;
    letter-spacing: 0.05px;
    font-size: 11.3154px;
    max-width: 220px;
    width: 100%;
    display: inline-block;
}

.footer .footer-labels {
    font-size: 11.3154px;
    line-height: 16px;
    color: #768193;
    letter-spacing: 0.1px;
    margin-bottom: 5px;
}

.footer .col2 {
    padding-top: 13px;
    max-width: 474px;
    width: 100%;
}

.footer .col2 .bnt-wrap {
    display: flex;
}

.footer .col2 .download .ico {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/download-app-small.svg);
    margin-right: 7px;
    transform: translateY(3px);
}

.footer .col2 .button {
    border-color: transparent;
    font-size: 18px;
    font-family: WorkSans-Regular;
    display: inline-flex;
    padding: 0 6px;
    transition: 0.3s;
}

.footer .col2 .button .title {
    color: #768193;
}

.footer .col2 .button.apple {
    margin-right: 15px;
}

.footer .col2 .button.apple .ico {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/apple-gray.svg);
    margin-right: 11px;
}

.footer .col2 .button.google .ico {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/google-gray.svg);
    margin-right: 11px;
}

.footer .col3 .follow .ico {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/follow-us-small.svg);
    margin-right: 7px;
    transform: translateY(3px);
}

.footer .col3 {
    margin-top: 11px;
}

.footer .socials {
    margin-top: 15px;
}

.footer .socials .ico {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 28px;
}

.footer .socials .ico.fb {
    background: url(../img/facebook.svg);
}

.footer .socials .ico.tw {
    background: url(../img/twitter.svg);
}

.footer .socials .ico.ins {
    background: url(../img/instagram.svg);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}

.footer-bottom .left,
.footer-bottom .right a {
    font-size: 11.3154px;
    line-height: 16px;
    color: #b0bac9;
}

.footer-bottom .right {
    transform: translateY(-2px);
}

.footer-bottom .email-us {
    display: inline-block;
    margin-right: 10px;
}

.menu-overlay {
    opacity: 0;
    transition: 0.3s;
    position: fixed;
}

.download-page {
    padding-top: 180px;
    height: calc(100vh - 192px);
}

.download-page:after {
    position: absolute;
    content: '';
    display: block;
    width: 275px;
    height: 275px;
    background: url(../img/blur2.png);
    background-repeat: no-repeat;
    bottom: 170px;
    filter: blur(3px);
    left: 20px;
}

.download-page .congrats {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.03em;
    color: #0271cc;
    margin-bottom: 15px;
}

.download-page h1 {
    font-weight: 600;
    font-size: 45.2343px;
    line-height: 53px;
    text-align: center;
    font-family: WorkSans-SemiBold;
    max-width: 600px;
    margin: auto;
    letter-spacing: 0.1px;
    margin-bottom: 47px;
}

.download-page .select {
    font-weight: 500;
    font-size: 22.624px;
    line-height: 27px;
    margin-bottom: 28px;
}

.download-page .btn-container {
    display: flex;
    justify-content: center;
}

.download-page .hero-download {
    text-align: center;
}

.download-page .button.appstore .ico {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/apple.svg);
    margin-right: 13px;
}

.download-page .button.appstore:hover .ico {
    background: url(../img/apple2.svg);
}

.download-page .button.googleplay .ico {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/googleplay.svg);
    margin-right: 9px;
}

.download-page .button.googleplay:hover .ico {
    background: url(../img/googleplay2.svg);
}

.download-page .button.appstore {
    margin-right: 15px;
}

.terms-page {
    padding-top: 150px;
    padding-bottom: 50px;
}

.terms-page h1 {
    font-size: 45.2343px;
    line-height: 53px;
    text-align: center;
    margin-bottom: 50px;
}

.terms-page p {
    margin-bottom: 30px;
}

.page-404 {
    padding-top: 120px;
    height: calc(100vh - 305px);
    text-align: center;
}

.page-404 h1 {
    font-size: 90px;
    line-height: 106px;
}

.page-404 h2 {
    font-size: 24px;
}

particle {
    position: fixed;
    left: 0;
    top: 0;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
}

@media (max-width: 1366px) {
    .wrapper:after {
        width: 30px;
    }
}

@media (max-height: 768px) {
    .events {
        margin-top: -60px;
    }
}

/* Desktop */
@media (max-width: 1150px) {
    .events .slider-navigation .slick-slide {
        font-size: 16px;
    }

    .cta-form .title h3 {
        margin-top: 0;
        margin-right: 21px;
        line-height: 1;
        transform: translateY(-8px);
    }

    .country {
        background: linear-gradient(234.69deg, #00c48c 29.01%, #11998e 85.5%);
        color: #fff;
        margin-top: 94px;
        padding-top: 16px;
        padding-bottom: 107px;

        /* width: 100%;
        max-width: 1170px;
        margin: auto;
        padding: 0 30px; */
        /* display: flex; */
        /* flex-wrap: wrap; */
        border: 1px solid #d8e2dc;
        position: relative;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .wrapper:after {
        display: none;
    }

    .header .navigation {
        display: none;
    }

    .header .right {
        display: flex;
    }

    .header .burger {
        display: inline-block;
    }

    .header .right .button {
        margin-top: 0;
        margin-right: 10px;
    }

    .header .right .button .title {
        display: none;
    }

    .header .right .button .ico {
        margin-right: 0;
    }

    .header-fixed .right {
        margin-top: 4px;
    }

    .menu-overlay {
        position: fixed;
        background: #fff;
        width: 100%;
        height: calc(100vh - 106px);
        top: 70px;
        left: 0;
        z-index: 9;
        padding-top: 50px;
        transition: 0.3s;
        pointer-events: none;
    }

    .menu-overlay ul {
        list-style: none;
        padding: 0;
    }

    .menu-overlay ul li {
        text-align: center;
        margin-bottom: 40px;
    }

    .menu-overlay ul li a {
        font-size: 22.624px;
        line-height: 27px;
        color: #454d59;
    }

    .menu-overlay .button.button-blue {
        margin: auto;
    }

    .menu-overlay .button .ico {
        display: inline-block;
        width: 24px;
        height: 24px;
        background: url(../img/app.svg);
        margin-right: 13px;
        background-repeat: no-repeat;
    }

    .menu-overlay .button:hover .ico {
        display: inline-block;
        width: 24px;
        height: 24px;
        background: url(../img/app2.svg);
    }

    .hero .inner-flex {
        flex-direction: column;
    }

    .hero .left {
        padding-top: 30px;
        width: 100%;
        text-align: center;
    }

    .hero .animate-text .word {
        left: 50%;
        transform: translateX(-50%);
    }

    .hero .download-text {
        margin-top: 30px;
    }

    .hero .right {
        width: 100%;
        margin-top: 50px;
    }

    .hero .right img {
        width: 50%;
        height: 100%;
        max-width: 100%;
        margin: auto;
    }

    .events {
        margin-top: 0;
    }

    .how-to-start .step2 .image-container img {
        margin-left: 0px;
    }

    .how-to-start .step1 .image-container img {
        margin-left: 25px;
    }

    .how-to-start .step5 .image-container img {
        margin-left: 20px;
    }

    .cta1 .container {
        position: relative;
        z-index: 1;
    }

    .footer .col2 .bnt-wrap {
        flex-direction: column;
    }

    .footer .col2 {
        max-width: 220px;
    }

    .footer .socials .ico {
        margin-right: 15px;
    }

    .footer .footer-labels.download {
        margin-left: 11px;
    }

    .country {
        background: linear-gradient(234.69deg, #00c48c 29.01%, #11998e 85.5%);
        color: #fff;
        margin-top: 94px;
        padding-top: 16px;
        padding-bottom: 107px;

        /* width: 100%;
        max-width: 1170px;
        margin: auto;
        padding: 0 30px;
        display: flex;
        flex-wrap: wrap; */
        border: 1px solid #d8e2dc;
        position: relative;
    }

    .support {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-height: 1000px;
    }

    .beta {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-height: 350px;
    }

    .wrap {
        display: flex;
        /* align-items: center; */
        width: 25%;
        text-align: left;
        height: 20px;
        margin-top: 15px;
        margin-right: 10px;
        align-items: flex-start;
        justify-content: flex-start;
        /* border: 1px solid #d8e2dc; */
    }
}

/* For tablet devices */
/* @media screen and (min-width: 768px) and (max-width: 1023px) {
    .support {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
    }

    .wrap {
        flex-basis: 30%;
        margin: 10px;
    }

    .text {
        font-size: 16px;
        margin-top: 5px;
    }
} */

/* Mobile */
@media (max-width: 767px) {
    .countries h3 {
        margin-bottom: 20px;
    }

    .support {
        margin-top: 24px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: flex-start;
        gap: 12px 6px;
        max-height: unset;
        width: 100%;

        /* flex-direction: column; */
    }

    .beta {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: flex-start;
        gap: 12px 6px;
        max-height: unset;
        width: 100%;
    }

    .wrap {
        display: flex;
        /* align-items: center; */
        flex-direction: column;
        align-items: center;
        width: 30%;
        text-align: center;
        height: auto;
        margin-top: 0;
        margin-right: 0;
        justify-content: center;
        /* border: 1px solid #d8e2dc; */
    }

    .header .logo {
        margin-top: 6px;
        max-width: 164px;
        width: 100%;
    }

    .countries .text {
        margin-left: 0;
        font-size: 12px;
    }

    .header .right .button {
        padding: 0 15px;
    }

    .hero h1,
    .hero .animate-text .word {
        font-size: 45.2343px;
        line-height: 53px;
    }

    .hero .animate-text {
        height: 51px;
    }

    .hero .animate-text .word {
        width: 100%;
    }

    .hero .animate-text .letter {
        float: none;
    }

    .hero .button.appstore {
        margin-right: 0;
        margin-bottom: 18px;
    }

    .hero .arrow-down {
        display: none;
    }

    .hero .right img {
        width: 90%;
    }

    h2 {
        font-size: 31.9903px;
        line-height: 38px;
    }

    .events:before {
        display: none;
    }

    .events .slider-events .slide .bottom {
        display: none;
    }

    .events .btn-wrap-mob {
        display: block;
    }

    .events .btn-wrap-mob .button.button-green {
        margin: auto;
        margin-top: 20px;
    }

    .how-to-start h2 {
        position: relative;
        margin-bottom: 35px;
    }

    .how-to-start h2:before {
        position: absolute;
        left: 40px;
        top: -6px;
    }

    .how-to-start h2:after {
        position: absolute;
        top: -4px;
        right: 26px;
    }

    .how-to-start .step1 {
        margin-bottom: 49px;
    }

    .how-to-start .step>.container {
        flex-direction: column;
    }

    .how-to-start .step>.container>div {
        width: 100%;
    }

    .how-to-start .step .image-container img {
        margin: 0 !important;
        margin: auto !important;
    }

    .how-to-start .step .image-container {
        order: 1;
    }

    .how-to-start .step .info {
        order: 2;
    }

    .cta-form .form-wrap {
        display: flex;
        flex-direction: column;
    }

    .how-to-start .step2:after,
    .how-to-start .step3:after {
        display: none;
    }

    .how-to-start .info {
        padding-left: 0 !important;
        text-align: center !important;
    }

    .how-to-start .step .info:before {
        position: relative;
        margin: auto;
        margin-bottom: 20px;
        left: 0 !important;
        right: 0 !important;
    }

    .how-to-start .step2 p {
        /* margin-bottom: 30px; */
        text-align: center;
    }

    .how-to-start .step2 .info {
        margin-top: -51px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .how-to-start .step3 .info {
        align-items: center;
        margin-top: -40px;
    }

    .how-to-start .step3 .button.invite {
        margin: auto;
    }

    .how-to-start .step4 .info {
        margin-top: 37px;
    }

    .how-to-start .step4 .track {
        margin: auto;
        margin-top: 22px;
        margin-bottom: 13px;
    }

    .how-to-start .step4 .log {
        margin: auto;
    }

    .how-to-start .step5 .info {
        margin-top: 16px;
    }

    .country {
        background: linear-gradient(234.69deg, #00c48c 29.01%, #11998e 85.5%);
        color: #fff;
        margin-top: 94px;
        padding-top: 16px;
        padding-bottom: 107px;

        width: 100%;
        max-width: 1170px;
        margin: auto;
        padding: 0 30px;
        display: flex;
        flex-wrap: wrap;

        border: 1px solid #d8e2dc;
        position: relative;
    }

    .cta-form .title h3 {
        margin-bottom: 15px;
    }

    .cta-form .form-group.email {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .cta-form .form-group.message {
        margin-right: 00;
        max-width: 100%;
        width: 100%;
        margin-bottom: 10px;
    }

    .cta-form .form-group.submit {
        max-width: 100%;
    }

    .footer .footer-top {
        flex-direction: column;
    }

    .footer .col1 {
        max-width: 100%;
        width: 100%;
        text-align-last: center;
    }

    .footer .col1 img {
        margin-bottom: 16px;
        margin: auto;
        margin-bottom: 16px;
        max-width: 226px;
    }

    .footer .col2 {
        max-width: 100%;
        text-align: center;
    }

    .footer .footer-labels.download {
        margin-left: 0;
    }

    .footer .col2 .bnt-wrap {
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .footer .footer-labels,
    .footer .socials {
        text-align: center;
    }

    .footer .socials a:last-child .ico {
        margin-right: 0;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .footer-bottom .left {
        order: 2;
    }

    .footer-bottom .right {
        order: 1;
    }

    .menu-overlay {
        height: calc(100vh - 60px);
    }

    .download-page {
        padding-top: 140px;
        height: auto;
        padding-bottom: 120px;
    }

    .download-page .hero-download {
        text-align: center;
        position: relative;
        z-index: 1;
    }

    .download-page .btn-container {
        flex-direction: column;
    }

    .download-page .button.appstore {
        margin-right: 0;
    }

    .download-page .button {
        margin: auto !important;
    }

    .download-page .button.appstore {
        margin-bottom: 20px !important;
    }

    /* new */

    .news {
        text-align: center;
        height: 400px;
    }

    .news-btns {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .news-btns .button {
        margin: 10px;
        font-size: 16px;
        padding: 12px 20px;
        /* width: 200px */
    }

    .news:after {
        position: absolute;
        content: '';
        width: 165px;
        height: 276px;
        display: block;
        background: url(../img/dots6.svg);
        right: 0;
        top: -270px;
    }


}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    /* .news-btns {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .button {
        margin: 10px;
        font-size: 16px;
        padding: 12px 20px;
    } */
}

/* Desktop */
@media only screen and (min-width: 1024px) {
    /* .news-btns {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .button {
        margin: 10px;
        font-size: 18px;
        padding: 15px 25px;
    } */
}