.block-02-img img, .box-form form input {
    width: 444px;
}
a, button {
    display: inline-block;
}
.launch-content-text h2, .launch-content-text p, .main-top .title-h1, .main-top h1, .main-top-text p, .modal-content p {
    text-align: center;
}
.launch .container, .launch-content-text, .main-top .container, .main-top-text, .modal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
*, ::after, ::before {
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Inter, Arial, sans-serif;
}
body, html {
    height: 100%}
html {
    -webkit-font-smoothing: antialiased;
    font-size: 62.5%;
    scroll-behavior: smooth;
}
.title-text, body, input {
    font-size: 1.6rem;
}
button {
    font-weight: inherit;
    border: none;
    cursor: pointer;
    line-height: 112.5%}
body {
    background-color: #00080c;
    color: #f3fafe;
    font-weight: 500;
    line-height: 2.6rem;
}
p {
    font-weight: 300;
}
a {
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s;
}
ul {
    list-style: none;
}
img {
    display: block;
    max-width: 100%}
.container {
    margin: 0 auto;
    max-width: 1158px;
    padding: 0 15px;
    width: 100%}
@media (max-width:1199px) {
    .container {
    max-width: 990px;
}
}@media (max-width:991px) {
    .container {
    max-width: 750px;
}
}@media (max-width:767px) {
    .container {
    max-width: 580px;
}
}.title-text {
    color: #33b4fd;
    font-weight: 700;
    line-height: 2.24rem;
    margin-bottom: 16px;
    display: block;
}
.text-normal {
    color: #f3fafe;
    font-size: 1.6rem!important;
    font-weight: 400;
    line-height: 2.4rem!important;
}
.box-form-title, h1, h2, h3, h4, h5 {
    font-weight: 600;
}
.title-h1, h1:not(.no-config) {
    font-size: 5.6rem;
    line-height: 6.8rem;
}
.title-h2, h2:not(.no-config) {
    font-size: 4rem;
    line-height: 4.8rem;
}
.title-h3, h3:not(.no-config) {
    font-size: 3.2rem;
    line-height: 4.16rem;
}
@media (max-width:991px) {
    .title-h1, h1:not(.no-config) {
    font-size: 5rem;
    line-height: 6.2rem;
}
.title-h2, h2:not(.no-config) {
    font-size: 3.6rem;
    line-height: 4.4rem;
}
}@media (max-width:599px) {
    .container {
    max-width: 490px;
}
.title-h1, h1:not(.no-config) {
    font-size: 4.2rem;
    line-height: 5.4rem;
}
.title-h2, h2:not(.no-config) {
    font-size: 3.2rem;
    line-height: 4.2rem;
}
.title-h3, h3:not(.no-config) {
    font-size: 2.6rem;
    line-height: 3.6rem;
}
}input {
    color: #010f17;
    border: 1px solid transparent;
    height: 51px;
    padding: 16px;
    line-height: 1.9rem;
    outline: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.box-form, .box-form form input {
    border-radius: 8px;
    max-width: 100%
}
input.invalid {
    border-color: #d45d5d;
    -webkit-box-shadow: 0 0 0 .1875rem rgba(238, 58, 58, .3);
    box-shadow: 0 0 0 .1875rem rgba(238, 58, 58, .3);
}
input::-webkit-input-placeholder {
    color: #010f17;
}
input::-moz-placeholder {
    color: #010f17;
}
input:-ms-input-placeholder {
    color: #010f17;
}
input::-ms-input-placeholder {
    color: #010f17;
}
input::placeholder {
    color: #010f17;
}
input:focus {
    border-color: #5dbcf2!important;
    -webkit-box-shadow: 0 0 0 .1875rem rgba(51, 180, 153, .2);
    box-shadow: 0 0 0 .1875rem rgba(51, 180, 153, .2);
}
input:focus:-internal-autofill-previewed, input:focus:-internal-autofill-selected {
    -webkit-box-shadow: 0 0 0 1000px #fff inset, 0 0 0 .1875rem rgba(51, 180, 153, .2);
    box-shadow: 0 0 0 1000px #fff inset, 0 0 0 .1875rem rgba(51, 180, 153, .2);
}
input:-internal-autofill-previewed, input:-internal-autofill-selected {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    box-shadow: 0 0 0 1000px #fff inset;
}
.btn-arrow {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #33b4fd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 51px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    width: 51px;
}
.box-form, .modal {
    display: -webkit-box;
    display: -ms-flexbox;
}
@media (min-width:992px) {
    .btn-arrow:hover {
    background-color: #021e2f;
}
.btn-arrow:hover svg path {
    stroke: #33b4fd;
}
.network-item a:hover {
    background-color: #062b4b;
}
.network-item a:hover svg path {
    stroke: #dff0ff;
}
}.box-form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #b8e3ff;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 32px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;    
}
.box-form-title {
    color: #010f17;
    font-size: 2.4rem;
    line-height: 2.9rem;
    margin-right: 80px;
}
.box-form form {
    max-width: 100%;
    position: relative;
}
.box-form form .btn-arrow {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 8px 8px 0;
}
@media (max-width:991px) {
    .box-form-title {
    margin-right: 50px;
}
}@media (max-width:767px) {
    .box-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.box-form-title {
    font-size: 2.2rem;
    line-height: 2.6rem;
    margin-right: 0;
    margin-bottom: 14px;
    text-align: center;
}
}.modal, .modal-content {
    -webkit-box-align: center;
    opacity: 0;
}
@media (max-width:480px) 
{
    .title-h1, h1:not(.no-config) {
    font-size: 3rem;
    line-height: 3.6rem;
    }
    .title-h2, h2:not(.no-config) {
        font-size: 2.4rem;
        line-height: 2.9rem;
    }
    .title-h3, h3:not(.no-config) {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .text-normal {
        font-size: 1.4rem!important;
        line-height: 2.3rem!important;
    }
    input {
        border-radius: 2px 0 0 2px!important;
        font-size: 1.4rem;
        line-height: 1.7rem;
        height: 34px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .box-form {
        padding: 24px;
    }
    .box-form form .btn-arrow {
        border-radius: 0 2px 2px 0;
        height: 34px;
        width: 34px;
    }
    .box-form form .btn-arrow img {
        width: 24px;
    }
    .main .box-form form input {
        width: 100%!important;
    }    
}
@media (max-width:374px) {
    .container {
    padding: 0 8px;
}
.box-form-title {
    font-size: 1.9rem;
    line-height: 2.5rem;
}
}.modal {
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .9);
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    padding: 0 10px;
    pointer-events: none;
    position: fixed;
    top: 0;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-transition: .3s;
    transition: .3s;
    visibility: hidden;
    width: 100%;
    z-index: 999;
}
.modal-content, .topics-item {
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
}
.block-02-wrapper, .main-top, .topics-left {
    z-index: 1;
    position: relative;
}
.modal.show {
    opacity: 1;
    pointer-events: initial;
    -ms-touch-action: initial;
    touch-action: initial;
    visibility: initial;
}
.modal.show .modal-content {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.modal-content {
    -ms-flex-align: center;
    align-items: center;
    background-color: #f0f8ff;
    color: #021e2f;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 318px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
    -webkit-transition: .3s;
    transition: .3s;
    width: 392.18px;
}
.modal-content strong {
    display: block;
    font-size: 2rem;
    line-height: 3.36rem;
    font-weight: 600;
    text-align: center;
    margin: 16px 0;
}
.block-01 h2, .topics-left h2 {
    margin-bottom: 32px;
}
.modal-content p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    max-width: 232.18px;
}
.topics-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #021e2f;
    display: flex;
    height: 95px;
    padding: 25px 24px;
    width: 264px;
}
.footer-content, .topics .container, .topics-right {
    display: -webkit-box;
    display: -ms-flexbox;
}
.topics-item-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    margin-left: 24px;
}
.topics-left {
    max-width: 480px;
    padding-top: 38.63px;
}
.block-02, .topics {
    padding: 112px 0;
}
.topics-left h2 {
    font-weight: 600;
}
.launch-content-text h2 strong, .main-top .title-h1 strong, .topics-left h2 strong {
    color: #dff0ff;
}
.block-01 p+p, .block-02-text p+p, .topics-left p+p, .topics-right ul li+li {
    margin-top: 24px;
}
.topics-right {
    display: flex;
    max-width: 552px;
}
.topics .container {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.topics-right ul+ul {
    margin-left: 24px;
    margin-top: 57.25px;
}
.block-01 {
    background: url(../../src/img/shopping-bg-block-01.png) top center/cover no-repeat #00080c;
}
.block-01-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 1050px;
    margin: 0 auto;
}
.block-01-text, .block-02-text {
    max-width: 480px;
}
.block-02 {
    background-color: #010f17;
    position: relative;
}
.block-02-circle {
    width: 84;
}
.block-02-wrapper {
    display: flex;
    width: 1164px;
    transform: translateX(-50%);
    left: 50%;
    align-items: center;
    justify-content: center;
}
.block-02-wrapper>div+div {
    margin-left: 56px;
}
.block-02-text p {
    margin-top: 32px;
}
.footer {
    padding: 46px 0;
}
.footer-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1128.19px;
}
.footer-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.clients-topics .block-02 .container, .finance-topics .container, .footer-left-logo {
    position: relative;
}
.footer-left-logo+.footer-left-logo {
    margin-left: 48px;
}
.footer-left-logo+.footer-left-logo::before {
    content: '';
    background-color: #f0f8ff;
    display: inline-block;
    height: 35.81px;
    left: -24px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
}
.footer-right p {
    font-size: 1.4rem;
    line-height: 2.2rem;
}
.main {
    background: url(../../src/img/bg-01.jpg) top center/cover no-repeat;
}
.main-top {
    padding-top: 165.51px;
}

.launch .container, .main-top .container, .main-top-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: column;
}

.rh-main .container {
    flex-direction: row;
}

.main-top-text {
    
    margin-bottom: 48px;
    display: inline-flex;
    padding: 0 32px;
}
.main-top-text p {
    margin-top: 24px;
    text-align: left;
}

.main-top-text h1 {
    text-align: left;
}

.main-top-text h2 {
    text-align: left;
}

.main-bottom {
    background: url(../../src/img/illustration-01.png) top center no-repeat;
    padding-bottom: 79.3px;
    padding-top: 288.37px;
    margin-top: -161px;
}
.network, .solution {
    background-color: #010f17;
}
.main-bottom-box {
    max-width: 264px;
}
.main-bottom-box.right {
    margin: 378px 0 0 auto;
}
.main-bottom-box.right h2 {
    color: #00080c;
    font-weight: 500;
    text-align: right;
}
.main-bottom-box h2 {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 3.9rem;
}
.solution {
    padding: 177.75px 0 119.2px;
}
.launch {
    padding: calc(112px - 30px) 0 112px;
    position: relative;
}
.launch-logo {
    margin-bottom: calc(34px - 30px);
}
.launch-content {
    max-width: 1015.21px;
    margin: 0 auto;
}
.launch-content-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 48px;
}
.network .container, .network-list {
    align-items: center;
    display: flex;
}
.launch-content-text.mb-large {
    margin-bottom: 64px;
}
.launch-content-text h2 {
    font-size: 4rem;
    font-weight: 600;
    line-height: 4.8rem;
    margin-bottom: 32px;
    max-width: 668.47px;
}
.launch-content-text p {
    font-size: 3.2rem;
    line-height: 3.36rem;
}
.launch-content .box-form {
    margin: 0 auto;
}
.launch-content .box-form input {
    width: 505px;
}
.network {
    padding: 48px 0;
}
.network .container {
    justify-content: space-between;
}
.network-text {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.36rem;
}
.network-item+.network-item {
    margin-left: 24px;
}
.network-item a {
    align-items: center;
    background-color: #dff0ff;
    border-radius: 50%;
    display: inline-flex;
    height: 56px;
    justify-content: center;
    width: 56px;
    transition: background-color .3s;
}
.network-item a svg path {
    transition: stroke .3s;
}
@media (max-width:1199px) {
    
    .launch .container, .main-top .container, .main-top-text {        
        flex-direction: column;
    }

    .block-02-wrapper {
    width: 100%}
.block-02.grid-3 .block-02-wrapper>div+div {
    margin-left: 26px;
}
.block-02.grid-3 .block-02-text {
    max-width: 380px;
}
.topics-right {
    margin-left: 30px;
}
.network-item+.network-item {
    margin-left: 14px;
}
}@media (max-width:991px) {
    .footer-content, .topics-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer-right {
    margin-top: 26px;
}
.block-01 .title-text, .block-01 h2, .block-01 p, .block-02:not(.grid-3) .text-normal, .block-02:not(.grid-3) .title-h3, .block-02:not(.grid-3) .title-text, .footer-right p {
    text-align: center;
}
.main-bottom-box, .solution {
    position: relative;
}
.main-bottom {
    background-position-x: 50%;
    background-position-y: bottom;
    background-size: 150%}
.main-bottom-box.right {
    background-color: #0788d2;
    border-radius: 8px;
    padding: 20px;
    max-width: 274px;
}
.main-bottom-box.right h2 {
    color: #fff;
}
.main .box-form form input {
    width: 300px;
}
.solution {
    padding: 120px 0 80px;
}
.topics-left {
    padding-top: 0;
    position: sticky;
    top: 20px;
}
.topics-right ul+ul {
    margin-left: 0;
    margin-top: 25px;
}
.topics .container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.launch {
    padding: 80px 0 130px;
}
.launch-content-text h2, .solution-left h2 {
    font-size: 3.6rem;
    line-height: 4.4rem;
}
.launch-content-text p {
    font-size: 2.4rem;
}
.launch-content .box-form, .launch-content .box-form form, .launch-content .box-form form input {
    width: 100%}
.block-01-wrapper, .network .container {
    flex-direction: column;
}
.network-text {
    text-align: center;
    margin-bottom: 24px;
}
.solution-left p {
    font-size: 2rem;
    line-height: 3rem;
}
.block-02:not(.grid-3) .block-02-wrapper>div+div {
    margin-left: 0;
    margin-top: 32px;
}
.block-02-wrapper {
    flex-wrap: wrap;
}
.block-02.grid-3 .block-02-img {
    width: 50%;
    order: 2;
}
.block-02.grid-3 .block-02-text {
    width: calc(50% - 26px);
    order: 3;
}
.block-02.grid-3 .block-02-logo {
    margin-left: 0;
    order: 1;
    width: 100%}
}@media (max-width:767px) {
    .main-bottom {
    background-position-x: 90%;
    background-size: 120%}
.main-bottom-box.left h2, .main-bottom-box.right h2, .topics-left h2, .topics-left p {
    text-align: center;
}
.main-bottom-box.left {
    max-width: 480px;
    margin: 0 auto;
}
.main-bottom-box.right {
    bottom: -140px;
    margin: 300px auto 0;
    max-width: 480px;
    z-index: 1;
}
.main-bottom-box h2 {
    font-size: 2.6rem;
    line-height: 3.4rem;
}
.main-top {
    padding-top: 114px;
}
.main .box-form form input {
    width: 360px;
}
.topics-left {
    position: initial;
}
.launch-content-text h2, .topics-left h2 {
    margin-bottom: 16px;
}
.topics-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
    margin-top: 36px;
    max-width: 100%;
    width: 100%}
.topics-right ul+ul {
    margin-top: 0;
}
.topics .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.launch-logo {
    max-width: 170px;
}
.launch-content-text p {
    font-size: 2rem;
    line-height: 3rem;
}
.solution-left p {
    font-size: 1.8rem;
}
}@media (max-width:599px) {
    .main-bottom {
    background-position-x: right;
    background-size: 110%}
.main-bottom-box.right {
    margin: 210px auto 0;
}
.solution {
    padding: 140px 0 90px;
}
.topics-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.topics-right ul li+li, .topics-right ul+ul {
    margin-top: 16px;
}
.launch {
    background-size: 140%;
    padding: 60px 0 100px;
}
.launch-content-text h2 {
    font-size: 3.2rem;
}
}@media (max-width:480px) {
    .solution-item {
    height: initial;
    padding: 16px 34px 16px 24px;
}
.solution-item-title {
    font-size: 14px;
    line-height: 19.6px;
}
.main-top-logo {
    margin-bottom: 57px;
    max-width: 110px;
}
.main-top-text {
    margin-bottom: 24px;
}
.main-bottom {
    background: url(../../src/img/illustration-01-mobile.png) bottom right/contain no-repeat;
    padding-top: 201px;
}
.main-bottom-box.left {
    max-width: 197.48px;
}
.main-bottom-box.right {
    bottom: -107px;
    margin: 260px auto 0;
    max-width: 235px;
    padding: 10px;
}
.main-bottom-box h2 {
    font-size: 1.4rem;
    line-height: 1.9rem;
    margin: 0 auto;
}
.box-form-title {
    font-size: 1.6rem;
    line-height: 1.9rem;
}
.launch-logo {
    margin-bottom: 26px;
    max-width: 150px;
}
.launch-content-text {
    margin: 0 auto 35px;
    max-width: 272px;
}
.launch-content-text.mb-large {
    margin-bottom: 35px;
}
.launch-content-text p, .network-text {
    font-size: 1.6rem;
    line-height: 2.24rem;
}
.launch-content-text h2 {
    font-size: 3rem;
    line-height: 3.6rem;
}
.solution {
    padding: 77px 0 65px;
}
.topics-right {
    margin-top: 3.2rem;
}
.topics-left {
    max-width: 270px;
}
.solution-left p, .topics-left p {
    font-size: 1.4rem;
    line-height: 2.3rem;
}
.launch {
    padding: 30px 0 77px;
}
.launch-content .box-form form input {
    width: 267px;
}
.network {
    padding: 49.28px 0 52.72px;
}
.footer-left-logo.toch img {
    max-width: 77px;
}
.footer-left-logo.totvs img {
    max-width: 164px;
}
.footer-left-logo+.footer-left-logo {
    margin-left: 40px;
}
.footer-left-logo+.footer-left-logo::before {
    height: 29px;
}
.footer-right p span.hide {
    display: none;
}
.solution-left h2 {
    font-size: 2.4rem;
    line-height: 3rem;
}
.rh-launch {
    padding: 30px 0 77px!important;
}
}.toast-container {
    padding: 15px 10px 5px 20px;
    position: fixed;
    right: 0;
    top: 0;
    overflow-x: hidden;
    z-index: 9999;
}
.toast-close {
    border: none;
    border-radius: 0 2px;
    cursor: pointer;
    color: #fff;
    padding: 5px 5px 3px;
    position: absolute;
    right: 0;
    top: 0;
}
.toast-close svg {
    height: 11px;
    position: relative;
    top: 1px;
    width: 12px;
}
.toast-element {
    -webkit-animation: .6s forwards showToastAnimation;
    animation: .6s forwards showToastAnimation;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    min-height: 55px;
    overflow: hidden;
    padding: 10px 8px 10px 12px;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    width: 312px;
}
.toast-element.removing-content button, .toast-element.removing-content div.toast-message {
    display: none;
}
.toast-element.hide {
    -webkit-animation: .8s forwards hideToastAnimation;
    animation: .8s forwards hideToastAnimation;
}
.toast-element.success {
    background: #43bf47;
}
.toast-element.success .toast-close {
    background: #30b134;
}
.toast-element.error {
    background: #e9504f;
}
.toast-element.error .toast-close {
    background: #d74544;
}
.toast-element.warning {
    background: #f9e81b;
    color: #333;
}
.toast-element.warning .toast-close {
    background: #e9d919;
}
.toast-element.removing-content {
    min-height: 0;
    max-height: 0;
    padding: 0;
    margin-bottom: 0;
}
.toast-element.info {
    background: #2b93ff;
}
.toast-element.info .toast-close {
    background: #2c89e9;
}
.toast-message {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
    padding-right: 20px;
}
.toast-progress {
    -webkit-animation: 5s linear forwards progressAnimation;
    animation: 5s linear forwards progressAnimation;
    background: rgba(255, 255, 255, .7019607843);
    border-radius: 0 0 2px 2px;
    bottom: 0;
    height: 5px;
    position: absolute;
    left: 0;
    width: 100%}
@-webkit-keyframes showToastAnimation {
    0% {
    -webkit-transform: translateX(calc(100% + 10px));
    transform: translateX(calc(100% + 10px));
}
50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
80% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}@keyframes showToastAnimation {
    0% {
    -webkit-transform: translateX(calc(100% + 10px));
    transform: translateX(calc(100% + 10px));
}
50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
80% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}@-webkit-keyframes hideToastAnimation {
    0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
20% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
100% {
    opacity: 0;
    -webkit-transform: translateX(calc(100% + 30px));
    transform: translateX(calc(100% + 30px));
}
}@keyframes hideToastAnimation {
    0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
20% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
100% {
    opacity: 0;
    -webkit-transform: translateX(calc(100% + 30px));
    transform: translateX(calc(100% + 30px));
}
}@-webkit-keyframes progressAnimation {
    from {
    border-radius: 0 0 0 2px;
    width: 100%}
to {
    width: 0%}
}@keyframes progressAnimation {
    from {
    border-radius: 0 0 0 2px;
    width: 100%}
to {
    width: 0%}
}@media (max-width:374px) {
    .launch-content .box-form form input {
    width: 100%}
.toast-element {
    width: 302px;
}
}.flag-text {
    background-color: rgba(107, 193, 242, .3);
    color: #f3fafe;
    padding: 8px 24px;
    border-radius: 40px;
    font-size: 1.6rem;
    line-height: 2.24rem;
    margin-bottom: 24px;
    height: 39px;
}
.block-01, .rh-block-01 {
    padding: 105px 0 50px;
}
.solution-left h2 {
    line-height: 4.8rem;
    font-size: 4rem;
}
.solution-left p {
    font-size: 2.4rem;
    line-height: 3.36rem;
}
.rh-main {
    background: url(../../src/img/rh-bg-01-v2.jpg) bottom center/cover no-repeat;
    padding-bottom: 110px;
}
.main-top-logo, .rh-main .main-top-logo {
    margin-bottom: 80px;
}
.rh-topics {
    background-color: #001421;
}
.rh-launch {
    overflow: hidden;
    background: unset;
    padding: 112px 0;
    position: relative;
}
.clients-main {
    background: url(../../src/img/clients-bg-01.jpg) top center/cover no-repeat;
}
.clients-main .main-top {
    padding-top: 106px;
    padding-bottom: 112px;
}
.clients-main .main-top-text {
    max-width: 830px;
    margin-bottom: 80px;
}
.clients-main .main-top-text p {
    max-width: 768px;
}
.clients-bg-circle {
    position: absolute;
    width: 984px;
    top: 0;
    right: -150px;
    height: 984px;
    border-radius: 984px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(8, 151, 233, .25) 0, rgba(8, 151, 233, 0) 100%);
    touch-action: none;
    pointer-events: none;
}
.clients-topics {
    background-color: #001421;
    overflow: hidden;
    padding: 0;
}
.clients-topics-box {
    padding: 112px 0;
    background-color: #00131f;
}
.finance-main {
    background: unset;
    padding-bottom: 120px;
}
.finance-block-02, .finance-topics {
    padding: 120px 0;
}
.finance-main .main-top-text {
    max-width: 1064px;
}
.finance-topics {
    background-color: #00131f;
    position: relative;
}
.finance-topics-bg-circle {
    width: 1178.146px;
    height: 1178.146px;
    border-radius: 1178.146px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(8, 151, 233, .25) 0, rgba(8, 151, 233, 0) 100%);
    position: absolute;
    top: -842px;
    touch-action: none;
    pointer-events: none;
}
.finance-launch {
    background: url(../../src/img/finance-bg-02.jpg) top center no-repeat;
    padding: 112px 0 133px;
}
.shopping-main {
    background: url(../../src/img/shopping-bg-01.jpg) top center/cover no-repeat;
}
.shopping-main .main-top-text {
    max-width: 1010px;
}
.shopping-block-01 {
    background: url(../../src/img/shopping-bg-block-01.png) top center/cover no-repeat #00080c;
    padding: 151px 0;
    margin-top: -49px;
}
.shopping-topics {
    background-color: #00131f;
}
.shopping-launch {
    background: unset;
    padding: 112px 0;
}
@media (min-width:1441px) {
    .rh-launch {
    background-size: cover;
}
}@media (min-width:1280px) {
    .rh-main .main-top {
    padding-top: 106px;
}
.rh-main .main-top-text {
    margin-bottom: 72px;
    flex-direction: column;
}
}@media (max-width:1279px) {
    .finance-topics-bg-circle {
    right: 0;
}
}@media (min-width:1200px) {
    .finance-main .main-top, .shopping-main .main-top {
    padding-top: 106px;
}
.shopping-main .main-top-text {
    margin-bottom: 72px;
}
.finance-main .container {
    max-width: 1190px;
}
.finance-main .main-top-text {
    max-width: 100%}
}@media (max-width:767px) {
    .block-02.grid-3 .block-02-text h2, .block-02.grid-3 .block-02-text p, .block-02.grid-3 .block-02-text strong, .title-text {
    text-align: center;
}
.block-01, .rh-block-01 {
    padding: 60px 0 80px;
}
.block-01 h2 {
    margin-bottom: 16px;
}
.block-02:not(.grid-3) .block-02-text {
    max-width: 100%}
.block-02-wrapper {
    flex-direction: column;
    align-items: center;
}
.block-02-img, .block-02.grid-3 .block-02-img {
    width: auto;
}
.block-02 .block-02-text p {
    margin-top: 16px;
}
.block-02.grid-3 .block-02-text {
    margin-top: 32px;
    width: 100%;
    margin-left: 0;
    max-width: 100%}
.block-02.grid-3 .block-02-wrapper>div+div {
    margin-left: 0;
}
.block-02.grid-3 .block-02-logo img {
    margin: 0 auto 26px;
}
.launch-content-text h2 br, .topics-item-title br {
    display: none;
}
.rh-launch {
    padding-top: 50px;
}
.clients-main .main-top {
    padding-top: 114px;
}
.clients-topics .block-02 {
    padding-top: 80px;
}
}@media (max-width:480px) {
    .block-01 {
    padding-bottom: 65px;
}
.block-02-img img {
    position: relative;
    left: -6px;
}
.title-text {
    margin-bottom: 4px;
    font-size: 1.4rem;
}
.clients-main .main-top, .finance-main, .rh-main {
    padding-bottom: 90px;
}
.finance-topics, .rh-topics {
    padding-bottom: 80px;
    padding-top: 60px;
}
.clients-topics-box, .shopping-topics {
    padding-bottom: 65px;
    padding-top: 60px;
}
.clients-topics .block-02, .shopping-block-01 {
    padding-bottom: 80px;
}
.shopping-block-01 {
    padding-top: 94px;
}
.finance-launch, .shopping-launch {
    padding: 30px 0 77px!important;
}
.finance-block-02 {
    padding-top: 60px;
    padding-bottom: 65px;
}
} 

#rh-form-top .box-form  {
    background:  #ffffff;
    padding:  20px;
    border-radius:  10px;
    box-shadow:  0 4px 8px rgba(0,  0,  0,  0.1);    
    margin-top:  20px;
        
}

#rh-form-top input[type="text"], 
#rh-form-top input[type="number"], 
#rh-form-top input[type="tel"], 
#rh-form-top input[type="email"]  {
    width:  100%;
    padding:  10px;
    margin-top:  8px;    
    margin-bottom:  16px;        
    border-radius:  5px;    
    box-sizing:  border-box;
    
}

#rh-form-top input[type="text"]::placeholder, 
#rh-form-top input[type="number"]::placeholder, 
#rh-form-top input[type="tel"]::placeholder, 
#rh-form-top input[type="email"]::placeholder  {
    color: rgb(140, 140, 140);
    font-size: 0.9em;
    opacity: 1; /* Firefox */    
}

#rh-form-top button  {
    position:  inherit;
    width:  100%;
    padding:  12px 20px;
    background-color:  #0056b3;
    color:  white;
    border:  none;
    border-radius:  5px;
    cursor:  pointer;
    transition:  background-color 0.3s ease;
    margin-top:  10px;
    margin-bottom: 10px;
    display:  block;
}

#rh-form-top p{
    color: #0056b3;
    font-size: 0.6em;
}

#rh-form-top button:hover  {
    background-color:  #004494;
}

.box-form-title  {
    white-space:  nowrap;
}

#rh-form-bottom {
    max-width: 50%;
}

#rh-form-bottom .box-form  {
    background:  #ffffff;
    padding:  20px;
    border-radius:  10px;
    box-shadow:  0 4px 8px rgba(0,  0,  0,  0.1);
    margin-top:  20px;  
    max-width: 50%;
}

#rh-form-bottom input[type="text"], 
#rh-form-bottom input[type="number"], 
#rh-form-bottom input[type="tel"], 
#rh-form-bottom input[type="email"]  {
    width:  100%;
    padding:  10px;
    margin-top:  8px;    
    margin-bottom:  16px;        
    border-radius:  5px;    
    box-sizing:  border-box;
    
}

#rh-form-bottominput[type="text"]::placeholder, 
#rh-form-bottominput[type="number"]::placeholder, 
#rh-form-bottominput[type="tel"]::placeholder, 
#rh-form-bottominput[type="email"]::placeholder  {
    color: rgb(140, 140, 140);
    font-size: 0.9em;
    opacity: 1; /* Firefox */    
}

#rh-form-bottom button  {
    position:  inherit;
    width:  100%;
    padding:  12px 20px;
    background-color:  #0056b3;
    color:  white;
    border:  none;
    border-radius:  5px;
    cursor:  pointer;
    transition:  background-color 0.3s ease;
    margin-top:  10px;
    margin-bottom: 10px;
    display:  block;
}

#rh-form-bottom p{
    color: #0056b3;
    font-size: 0.6em;
}

#rh-form-bottom button:hover  {
    background-color:  #004494;    
}

@media (max-width:480px) 
{
    #rh-form-bottom {
        max-width: 100%;
    }
}

