.bg-b2c {
    color: #ffffff !important;
    background: var(--orangered-bg-page);
    border-color: #ffffff;
}

.btn-base-bg-slide,
.btn.cta-link {
    position: relative;
    display: inline-block;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    background: var(--orangered-bg-page);
    background-image: none;
    border-width: 0;
    border-style: solid;
    border-color: tranparent;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 10px;
    transition: all ease-out 0.02s;
    font-family: Montserrat;
    font-weight: 400;
    text-decoration: none;
    box-shadow: unset;
}

.btn-base-bg-slide:hover,
.btn.cta-link:hover {
    transform: scale(1.02);
    text-decoration: none;
}

.btn-base-bg-slide:active,
.btn.cta-link:active {
    transform: scale(0.99);
}

.btn-base-md {
    font-size: 16px;
    font-weight: 500;
    padding: 12px 25px;
    max-width: 100%;
}

.bg-color-sky-light {
    background: #f7f8fa !important;
}

.process-v2 .process-v2-element {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 120px;
    height: 120px;
    font-size: 45px;
    color: #34343c;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 0 8px #f7f8fa;
    border: 8px solid #f2f4f9;
    vertical-align: middle;
    padding: 21px;
    margin-bottom: 20px;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1);
}

.process-v2-element {
    border: 3px solid #175da6 !important;
}

.radius-circle {
    border-radius: 50% !important;
}

.process-v2 {
    text-align: center;
    padding: 0 30px;
}