/* clear styles */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html {
    height: 100%
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

h1, h2, h3, h4 {
    text-align: left;
    text-transform: none;
}

.rapidasig-agent b {
    font-weight: 600;
}

/* end clear styles */

@keyframes block_animation {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-40%);
    }

    100% {
        transform: translate(0);
    }
}

@keyframes table_animation {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-2%);
    }

    100% {
        transform: translate(0);
    }
}

@keyframes chat_animation {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

body.rapidasig-agent {
    background-color: #fff;
    font-family: 'Oxygen', sans-serif;
    padding-top: 200px;
}

.rapidasig-agent--container {
    width: 1290px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
}

.rapidasig-agent--container-flex {
    display: flex;
    justify-content: space-between;
}

.rapidasig-agent--content-block {
    width: 597px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.rapidasig-agent--image-block {
    width: 630px;
    max-width: 100%;
}

.rapidasig-agent--content-block h1,
.rapidasig-agent--content-block h2,
.rapidasig-agent--content-block h4 {
    font-weight: 400;
    font-size: 50px;
    line-height: 65px;
    color: #4A4A4A;
    margin-bottom: 30px;
}

.rapidasig-agent--content-block p {
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #6F7F8C;
    padding-right: 90px;
}

.rapidasig-agent--content-block a {
    margin-top: 60px;
}

.rapidasig-agent--button {
    background-color: transparent;
    border: 2px solid #29CF51;
    color: #29CF51;
    min-width: 200px;
    min-height: 50px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    box-sizing: border-box;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.rapidasig-agent--button:hover {
    background-color: #29CF51;
    border-color: #29CF51;
    color: #FFFFFF;
}

.rapidasig-agent--section-1 .rapidasig-agent--image-block {
    height: 600px;
    position: relative;
    background-color: #EDFBFF;
}

.rapidasig-agent--section-1 .rapidasig-agent--image-block img[alt="table"] {
    position: absolute;
    top: 30px;
    left: 15px;
    /* animation: table_animation 6s infinite;
    animation-timing-function: ease; */
}

.rapidasig-agent--section-1 .rapidasig-agent--image-block img[alt="peoples"] {
    max-width: 100%;
    position: absolute;
    top: 181px;
    left: 0;
}

.rapidasig-agent--section-1 .rapidasig-agent--image-block span {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    box-sizing: border-box;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    min-height: 34px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #374957;
    z-index: 1;
}

.rapidasig-agent--section-1 .rapidasig-agent--image-block .rapidasig-agent--image-block--people-1 {
    left: 212px;
    bottom: 54px;
    animation: block_animation 4s infinite;
    animation-timing-function: ease;
}

.rapidasig-agent--section-1 .rapidasig-agent--image-block .rapidasig-agent--image-block--people-2 {
    right: 26px;
    bottom: 148px;
    animation: block_animation 6s infinite;
    animation-timing-function: ease;
}

.rapidasig-agent--section-2 {
    padding-top: 200px;
}

.rapidasig-agent--section-2 .rapidasig-agent--content-block h2,
.rapidasig-agent--section-2 .rapidasig-agent--content-block h4 {
    font-size: 45px;
}

.rapidasig-agent--section-2 .rapidasig-agent--image-block {
    position: relative;
}

.rapidasig-agent--section-2 .rapidasig-agent--image-block img {
    max-width: 100%;
}

.rapidasig-agent--section-2 .rapidasig-agent--image-block img[alt="cash"] {
    position: absolute;
    top: 105px;
    left: 55px;
    animation: block_animation 8s infinite;
}

.rapidasig-agent--section-2 .rapidasig-agent--image-block img[alt="rapidasig_img"] {
    position: absolute;
    bottom: 60px;
    right: 85px;
    animation: block_animation 20s infinite;
}

.rapidasig-agent--section-3 {
    padding: 200px 0;
    text-align: center;
}

.rapidasig-agent--section-3 h2,
.rapidasig-agent--section-3 h4 {
    font-weight: 400;
    font-size: 45px;
    line-height: 65px;
    text-align: center;
    color: #4A4A4A;
    margin-bottom: 90px;
}

.rapidasig-agent--section-3 .rapidasig-agent--container {
    display: flex;
    justify-content: space-between;
    padding-bottom: 85px;
}

.rapidasig-agent--section-3--item {
    width: calc(25% - 22px);
    text-align: center;
    position: relative;
    padding-bottom: 37px;
}

.rapidasig-agent--section-3--item img {
    margin-bottom: 40px;
}

.rapidasig-agent--section-3--item p {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #374957;
}

.rapidasig-agent--section-3--item::before {
    content: url(../../img/agent_sells/section_3/dots.svg);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.rapidasig-agent--section-3 a {
    display: inline-flex;
    margin: 0 auto;
}

.rapidasig-agent--section-4 {
    padding-bottom: 200px;
}

.rapidasig-agent--section-4 .rapidasig-agent--container {
    background-image: url(../../img/agent_sells/section_4/background.png);
    background-position: center;
    background-size: cover;
    padding: 95px 0 300px 110px;
    box-sizing: border-box;
    position: relative;
}

.rapidasig-agent--section-4 .rapidasig-agent--content-block {
    width: 350px;
}

.rapidasig-agent--section-4 .rapidasig-agent--content-block h2,
.rapidasig-agent--section-4 .rapidasig-agent--content-block h4 {
    margin-bottom: 40px;
    font-size: 45px;
    line-height: 60px;
}

.rapidasig-agent--section-4 .rapidasig-agent--content-block p {
    padding-right: 0;
    font-size: 18px;
    line-height: 32px;
}

.rapidasig-agent--section-4 .rapidasig-agent--content-block p b {
    font-weight: 700;
}

.rapidasig-agent--section-4 .rapidasig-agent--image-block {
    width: 460px;
    height: 640px;
    position: absolute;
    bottom: 0;
    right: 185px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.rapidasig-agent--section-4 .rapidasig-agent--image-block img[alt="background"] {
    position: absolute;
    top: auto;
    right: 6px;
    bottom: 0;
    left: 6px;
}

.rapidasig-agent--section-4 .rapidasig-agent--image-chat {
    position: absolute;
    right: 30px;
    bottom: 175px;
    overflow: hidden;
}

.rapidasig-agent--section-4 .rapidasig-agent--image-chat img {
    display: block;
    margin-left: auto;
    transform: scale(0);
    opacity: 0;
}

.rapidasig-agent--section-4 .rapidasig-agent--image-chat.rapidasig-agent--image-chat--animation img {
    animation-name: chat_animation;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
}

.rapidasig-agent--section-4 .rapidasig-agent--image-chat img:first-child {
    animation-delay: 0s;
}

.rapidasig-agent--section-4 .rapidasig-agent--image-chat img:nth-child(2) {
    animation-delay: 0.7s;
}

.rapidasig-agent--section-4 .rapidasig-agent--image-chat img:nth-child(3) {
    animation-delay: 1.4s;
}

.rapidasig-agent--section-4 .rapidasig-agent--image-chat img:nth-child(4) {
    animation-delay: 2.1s;
}

.rapidasig-agent--section-4 .rapidasig-agent--image-chat img:not(:last-child) {
    margin-bottom: 6px;
}

.rapidasig-agent--section-5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 200px;
    margin: 0 auto;
    overflow: hidden;
}

.rapidasig-agent--section-5>h2,
.rapidasig-agent--section-5>h4 {
    font-weight: 400;
    font-size: 45px;
    line-height: 65px;
    text-align: center;
    color: #4A4A4A;
    margin-bottom: 65px;
}

.rapidasig-agent--section-5--wrapper {
    width: 1620px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    position: relative;
}

.rapidasig-agent--section-5--wrapper .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}


.rapidasig-agent--section-5--wrapper .slick-dots {
    width: 100%;
    display: flex;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    justify-content: center;
}

.rapidasig-agent--section-5--wrapper .slick-dots li {
    background-color: #E8E8E8;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    position: relative;
    cursor: pointer;
}

.rapidasig-agent--section-5--wrapper .slick-dots li.slick-active {
    background-color: #29CF51;
}

.rapidasig-agent--section-5--wrapper .slick-dots button {
    background-color: transparent;
    font-size: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 0;
    cursor: pointer;
}

.rapidasig-agent--section-5--wrapper .slick-dots li:not(:last-child) {
    margin-right: 10px;
}

.rapidasig-agent--section-5--item.slick-slide {
    background-color: #F7F8FA;
    border-radius: 10px;
    padding: 30px;
    display: inline-flex;
    flex-direction: column;
    min-height: 365px;
    box-sizing: border-box;
    margin: 0 15px;

}

.rapidasig-agent--section-5--item img {
    width: 80px;
    margin-bottom: 15px;
}

.rapidasig-agent--section-5--item>h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #4A4A4A;
    margin-bottom: 10px;
}

.rapidasig-agent--section-5--item>h4,
.rapidasig-agent--section-5--item>p {
    width: 240px;

}

.rapidasig-agent--section-5--item>p {
    width: 240px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7D848B;
    margin-bottom: auto;
}

.rapidasig-agent--section-5--item--percent-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    padding-right: 15px;
}

.rapidasig-agent--section-5--item--percent-wrapper p {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #4A4A4A;
}

.rapidasig-agent--section-5--item--percent-wrapper p span {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: initial;
}

.rapidasig-agent--section-5--item--percent-wrapper p:first-child span {
    color: #F6AC23;
}

.rapidasig-agent--section-5--item--percent-wrapper p:last-child span {
    color: #29CF51;
}

.rapidasig-agent--section-5 .rapidasig-agent--button {
    margin-top: 30px;
    min-width: 280px;
}

.rapidasig-agent--section-6 {
    padding-top: 80px;
    padding-bottom: 200px;
    background-color: #f2f2f2;
    text-align: center;
}

.rapidasig-agent--section-6>h2,
.rapidasig-agent--section-6>h4 {
    font-weight: 400;
    font-size: 45px;
    line-height: 65px;
    text-align: center;
    color: #4A4A4A;
    margin-bottom: 65px;
}

.rapidasig-agent--section-6 .rapidasig-agent--container {
    padding-bottom: 50px;
}

.rapidasig-agent--section-6 .rapidasig-agent--button {
    display: inline-flex;
}

.rapidasig-agent--section-6 .rapidasig-agent-step--row {
    display: flex;
    justify-content: space-between;
}

.rapidasig-agent--section-6 .rapidasig-agent-step--row:not(:last-child) {
    margin-bottom: 30px;
}

.rapidasig-agent--section-6 .rapidasig-agent-step--row>.rapidasig-agent--item {
    width: calc(50% - 15px);
    min-height: 530px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 30px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.rapidasig-agent--section-6 .rapidasig-agent-step--row>.rapidasig-agent--item> picture > img {
    max-width: 100%;
    margin-top: auto;
    display: block;
}

.rapidasig-agent--section-6 .rapidasig-agent--item--step {
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #374957;
    padding: 5px 15px;
    border: 1px solid #DEDEDE;
    border-radius: 20px;
    transition: all .3s ease-in-out;
    margin-bottom: 25px;
    display: inline-flex;
}

.rapidasig-agent--section-6 .rapidasig-agent--item:hover .rapidasig-agent--item--step {
    color: #fff;
    background-color: #7bd890;
    border-color: #7bd890;
}

.rapidasig-agent--section-6 .rapidasig-agent--item p {
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    color: #374957;
}

.rapidasig-agent--section-6 .rapidasig-agent--item p b {
    font-weight: 700;
}

.rapidasig-agent--section-6 .rapidasig-agent--item p a {
    color: #1E72E3;
}

.rapidasig-agent--section-7 {
    background-color: #f2f2f2;
    text-align: center;
}

.rapidasig-agent--section-7 img {
    max-width: 100%;
}

.rapidasig-agent--section-7>h2,
.rapidasig-agent--section-7>h4 {
    width: 530px;
    max-width: 100%;
    font-weight: 400;
    font-size: 40px;
    line-height: 55px;
    text-align: center;
    color: #4A4A4A;
    margin: 0 auto;
}

.rapidasig-agent--section-7> picture > img {
    max-width: 100%;
    margin-top: 35px;
    margin-bottom: -140px;
}

.rapidasig-agent--section-8 {
    padding-top: 350px;
    padding-bottom: 40px;
    text-align: center;
}

.rapidasig-agent--section-8 h2,
.rapidasig-agent--section-8 h4 {
    font-weight: 400;
    font-size: 45px;
    line-height: 65px;
    text-align: center;
    color: #4A4A4A;
    margin-bottom: 65px;
}

.rapidasig-agent--tabs-wrapper {
    width: 1070px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.rapidasig-agent--section-8 .rapidasig-agent--button {
    display: inline-flex;
    margin: 35px auto 0;
}

.rapidasig-agent--tab {
    background-color: #E8FAEA;
    border-radius: 10px;
    box-sizing: border-box;
}

.rapidasig-agent--tab:not(:last-child) {
    margin-bottom: 15px;
}

.rapidasig-agent--tab .rapidasig-agent--tab--header {
    padding: 10px 35px;
    min-height: 80px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.rapidasig-agent--tab .rapidasig-agent--tab--header p {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #374957;
}

.rapidasig-agent--tab--header--button {
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border: 4px solid #DDFCE4;
    border-radius: 50%;
    position: relative;
    margin-left: auto;
    left: 15px;
}

.rapidasig-agent--tab--header--button::before,
.rapidasig-agent--tab--header--button::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    border-radius: 5px;
    background-color: #29CF51;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: opacity .2s ease-in-out;
}

.rapidasig-agent--tab--open .rapidasig-agent--tab--header--button::before {
    opacity: 0;
}

.rapidasig-agent--tab--header--button::after {
    transform: rotate(-90deg);
}

.rapidasig-agent--tab--content {
    height: 0;
    overflow: hidden;
    transition: height .2s ease-in-out;
}

.rapidasig-agent--tab--content>* {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #4A4A4A;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 160px;
    text-align: left;
}

.rapidasig-agent--tab--content ol {
    counter-reset: number 0;
    padding-left: 57px;
}

.rapidasig-agent--tab--content ol li {
    counter-increment: number;
}

.rapidasig-agent--tab--content ol li::marker {
    content: counter(number) ". ";
}

.rapidasig-agent--section-9 {
    padding-bottom: 200px;
}

.rapidasig-agent--phone-block {
    width: 1070px;
    min-width: 335px;
    display: block;
    box-sizing: border-box;
    background-color: #7CB1FB;
    margin: 0 auto;
    position: relative;
    border-radius: 16px;
    padding: 47px 340px 53px 40px;
}

.rapidasig-agent--phone-block:hover p {
    text-decoration: underline;
}

.rapidasig-agent--phone-block p {
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    color: #FFFFFF;
}

.rapidasig-agent--phone-block p span {
    white-space: nowrap;
}

.rapidasig-agent--phone-block img[alt="phone block"] {
    position: absolute;
    right: 47px;
    bottom: -25px;
}

@media only screen and (max-width: 1290px) {
    .rapidasig-agent--section-1 .rapidasig-agent--container-flex {
        flex-direction: column-reverse;
        align-items: center;
    }

    .rapidasig-agent--content-block {
        width: 630px;
        margin-top: 25px;
    }

    .rapidasig-agent--content-block h1,
    .rapidasig-agent--content-block h2,
    .rapidasig-agent--content-block h4 {
        font-size: 26px;
        line-height: 38px;
    }

    .rapidasig-agent--section-1 .rapidasig-agent--content-block p {
        padding-right: 0;
        font-size: 18px;
        line-height: 28px;
    }

    .rapidasig-agent--section-1 .rapidasig-agent--content-block a {
        margin: 35px auto 0 auto;
    }

    .rapidasig-agent--section-2 {
        padding-top: 100px;
    }

    .rapidasig-agent--section-2 .rapidasig-agent--container-flex {
        flex-direction: column;
        align-items: center;
    }

    .rapidasig-agent--section-2 .rapidasig-agent--content-block {
        margin-top: 45px;
    }

    .rapidasig-agent--section-2 .rapidasig-agent--content-block h2,
    .rapidasig-agent--section-2 .rapidasig-agent--content-block h4 {
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 15px;
    }

    .rapidasig-agent--section-2 .rapidasig-agent--content-block p {
        padding-right: 0;
        font-size: 18px;
        line-height: 28px;
    }

    .rapidasig-agent--section-3 {
        padding: 100px 0;
    }

    .rapidasig-agent--section-3>h2,
    .rapidasig-agent--section-3>h4 {
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 60px;
    }

    .rapidasig-agent--section-3 .rapidasig-agent--container {
        flex-direction: column;
    }

    .rapidasig-agent--section-3--item {
        width: 310px;
        margin-left: auto;
        margin-right: auto;
    }

    .rapidasig-agent--section-3--item:not(:last-child) {
        margin-bottom: 70px;
    }

    .rapidasig-agent--section-3--item img {
        margin-bottom: 30px;
    }

    .rapidasig-agent--section-3--item p {
        font-size: 18px;
        line-height: 30px;
    }

    .rapidasig-agent--section-3 .rapidasig-agent--container {
        padding-bottom: 65px;
    }

    .rapidasig-agent--section-4 {
        padding-bottom: 100px;
    }

    .rapidasig-agent--section-4 .rapidasig-agent--container {
        padding: 50px 20px 0 20px;
    }

    .rapidasig-agent--section-4 .rapidasig-agent--image-block {
        width: 334px;
        height: 465px;
        position: relative;
        top: auto;
        right: auto;
        margin: auto;
    }

    .rapidasig-agent--section-4 .rapidasig-agent--content-block {
        width: 660px;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .rapidasig-agent--section-4 .rapidasig-agent--content-block h2,
    .rapidasig-agent--section-4 .rapidasig-agent--content-block h4 {
        font-size: 26px;
        line-height: 38px;
    }

    .rapidasig-agent--section-4 .rapidasig-agent--content-block p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 35px;
    }

    .rapidasig-agent--section-4 .rapidasig-agent--image-block img[alt="background"] {
        max-width: calc(100% - 12px);
    }

    .rapidasig-agent--section-4 .rapidasig-agent--image-chat {
        right: 20px;
        bottom: 130px;
    }

    .rapidasig-agent--section-4 .rapidasig-agent--image-chat img:first-child {
        width: 190px;
    }

    .rapidasig-agent--section-4 .rapidasig-agent--image-chat img:nth-child(2) {
        width: 130px;
    }

    .rapidasig-agent--section-4 .rapidasig-agent--image-chat img:nth-child(3) {
        width: 60px;
    }



    .rapidasig-agent--section-5 {
        padding-bottom: 100px;
    }

    .rapidasig-agent--section-5>h2,
    .rapidasig-agent--section-5>h4 {
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 40px;
    }

    .rapidasig-agent--section-6 {
        padding-top: 40px;
        padding-bottom: 100px;
    }

    .rapidasig-agent--section-6>h2,
    .rapidasig-agent--section-6>h4 {
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 40px;
    }

    .rapidasig-agent--section-6 .rapidasig-agent-step--row,
    .rapidasig-agent--section-6 .rapidasig-agent-step--row:not(:last-child) {
        flex-direction: column;
        margin-bottom: 0;
    }

    .rapidasig-agent--section-6 .rapidasig-agent-step--row>.rapidasig-agent--item {
        width: 600px;
        max-width: 100%;
        margin-bottom: 30px;
        min-height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .rapidasig-agent--section-6 .rapidasig-agent-step--row>.rapidasig-agent--item img {
        margin-top: 40px;
    }

    .rapidasig-agent--section-6 .rapidasig-agent--item .rapidasig-agent--item--step {
        color: #fff;
        background-color: #7bd890;
        border-color: #7bd890;
    }

    .rapidasig-agent--section-6 .rapidasig-agent--item p {
        font-size: 16px;
        line-height: 26px;
    }

    .rapidasig-agent--section-6 .rapidasig-agent--container {
        padding-bottom: 20px;
    }

    .rapidasig-agent--section-7>h2,
    .rapidasig-agent--section-7>h4 {
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 40px;
    }

    .rapidasig-agent--section-7> picture > img {
        margin-top: 0;
    }

    .rapidasig-agent--section-8 {
        padding-top: 170px;
        padding-bottom: 100px;
    }

    .rapidasig-agent--section-8 h2,
    .rapidasig-agent--section-8 h4 {
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 40px;
    }

    .rapidasig-agent--tab--header--button {
        flex-shrink: 0;
    }

    .rapidasig-agent--tab .rapidasig-agent--tab--header p {
        font-size: 16px;
        line-height: 18px;
    }

    .rapidasig-agent--tab--content>* {
        padding-right: 35px;
        font-size: 16px;
        line-height: 26px;
    }

    .rapidasig-agent--section-5--wrapper .slick-list {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 1070px) {
    .rapidasig-agent--section-9 {
        padding-bottom: 70px;
    }

    .rapidasig-agent--phone-block {
        width: 60%;
        padding: 25px;
        padding-bottom: 0;
        text-align: center;
    }

    .rapidasig-agent--phone-block p {
        font-size: 22px;
        line-height: 34px;
    }

    .rapidasig-agent--phone-block span {
        display: block;
    }

    .rapidasig-agent--phone-block img[alt="phone block"] {
        position: static;
        margin-bottom: -25px;
    }
}

@media only screen and (max-width: 660px) {
    .rapidasig-agent--section-1 .rapidasig-agent--image-block {
        height: 470px;
    }

    .rapidasig-agent--section-1 .rapidasig-agent--image-block img[alt="table"] {
        width: 400px;
    }

    .rapidasig-agent--section-1 .rapidasig-agent--image-block img[alt="peoples"] {
        top: auto;
        bottom: 0;
    }

    .rapidasig-agent--section-1 .rapidasig-agent--image-block .rapidasig-agent--image-block--people-1 {
        left: 150px;
        bottom: 45px;
    }

    .rapidasig-agent--section-1 .rapidasig-agent--image-block .rapidasig-agent--image-block--people-2 {
        right: 16px;
        bottom: 118px;
    }

    .rapidasig-agent--section-2 .rapidasig-agent--image-block img[alt="cash"] {
        width: 50px;
        left: 60px;
    }

    .rapidasig-agent--section-2 .rapidasig-agent--image-block img[alt="rapidasig_img"] {
        width: 200px;
        right: 55px;
    }
}

@media only screen and (max-width: 570px) {
    .rapidasig-agent--section-2 .rapidasig-agent--image-block img[alt="cash"] {
        left: 50px;
    }

    .rapidasig-agent--section-2 .rapidasig-agent--image-block img[alt="rapidasig_img"] {
        right: 35px;
    }
}

@media only screen and (max-width: 520px) {
    .rapidasig-agent--section-2 .rapidasig-agent--image-block img[alt="cash"] {
        left: 30px;
    }

    .rapidasig-agent--section-2 .rapidasig-agent--image-block img[alt="rapidasig_img"] {
        right: 15px;
    }
}


@media only screen and (max-width: 470px) {
    .rapidasig-agent--section-2 .rapidasig-agent--image-block img[alt="rapidasig_img"] {
        bottom: 0;
    }
}


@media only screen and (max-width: 480px) {
    .rapidasig-agent--section-1 .rapidasig-agent--image-block img[alt="table"] {
        width: 195px;
    }

    .rapidasig-agent--section-1 .rapidasig-agent--image-block {
        height: 328px;
    }

    .rapidasig-agent--section-1 .rapidasig-agent--image-block .rapidasig-agent--image-block--people-1 {
        left: 60px;
        bottom: 35px;
    }

    .rapidasig-agent--section-1 .rapidasig-agent--image-block .rapidasig-agent--image-block--people-2 {
        right: 30px;
        bottom: 80px;
    }

    .rapidasig-agent--button {
        background-color: #29CF51;
        border-color: #29CF51;
        color: #FFFFFF;
    }

    .rapidasig-agent--section-3--item img {
        width: 55px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 440px) {
    .rapidasig-agent--section-2 .rapidasig-agent--image-block img[alt="cash"] {
        left: 10px;
        top: 75px;
    }

    .rapidasig-agent--section-4 .rapidasig-agent--image-block {
        width: 300px;
        height: 415px;
    }

    .rapidasig-agent--section-4 .rapidasig-agent--image-chat {
        bottom: 110px;
    }
}

@media only screen and (max-height: 800px) {
    body.rapidasig-agent {
        padding-top: 110px;
    }
}