/* Front */
html {
    font-size: 10px;
}

body {
    font-family: Gilroy, sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 22px;
    color: #022759;
    background: linear-gradient(113.25deg, #E0EEF1 -0.38%, #CFF4C6 48.81%, #C5DAF3 101.04%);
    min-height: 100vh;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy-bold/Gilroy-Light.otf') format('otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy-bold/Gilroy-ExtraBold.otf') format('otf');
    font-weight: 700;
    font-style: normal;
}


.table {
    color: #777e8f;
}

svg {
    display: block;
}

a,
button,
input,
textarea,
button,
select {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button {
    cursor: pointer;
    outline: 0;
}

input,
textarea,
select {
    width: 100%;
    padding: 10px 12px;
    outline: 0;
}

a {
    text-decoration: none;
    color: #0060e7;
}

@media (hover: hover) {
    a:hover {
        text-decoration: underline;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.section-default {
    margin: 0 auto -20rem;
    padding: 17rem 0 30rem;
    background-image: url("../images/main-page/other-section-bg.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    -webkit-text-size-adjust: 100%;
    background-size: 1500px;
}

.section-default.inner-page {
    padding: 17rem 0 40rem;
}

.container {
    width: 100%;
    max-width: 1500px;
    padding: 0 20px;
}

.title {
    font-size: 10rem;
    font-weight: 800;
    line-height: 120px;
    color: #022759;
}

.title-big {
    font-size: 4.8rem;
    font-weight: 700;
}

.title-small {
    font-size: 4.2rem;
}

.title-smallest {
    font-size: 3.2rem;
}

.subtitle {
    font-size: 3rem;
    font-weight: 800;
    line-height: 3.6rem;
    color: #022759;
}

.text {
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.4rem;
    text-align: center;
    color: #022759;
}

.mb-6 {
    margin-bottom: 5rem;
}

/*--------------------------------------------------------------
  ##  Buttons
  --------------------------------------------------------------*/

.btn {
    padding: 0 1.6rem;
    text-align: center;
    color: #ffffff;
    white-space: nowrap;
    border: 0;
    background: linear-gradient(94.19deg, #ADFB49 2.49%, #8FC0FF 106.84%);
    border-radius: 10rem;

    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    min-height: 4.9rem;

    font-size: 1.6rem;
    font-weight: 700;
    line-height: 16px;
}

.btn::after {
    content: '';
    width: 3.3rem;
    height: 3.3rem;
    margin-left: 10px;
    background: url('../images/main-page/plus-icon.svg') center / contain no-repeat;
}

.btn_main {
    display: inline-flex;
    align-items: center;

}

.btn_card {
    position: absolute;
    top: 20.2rem;
    right: 4.7rem;
    min-height: 8.3rem;
    font-size: 3rem;
    font-weight: 700;
    line-height: 36px;
    padding: 0 3.4rem;

}

.btn_main::after {
    content: '';
    width: 3.3rem;
    height: 3.3rem;
    margin-left: 5px;
    background: url('../images/main-page/logos_chrome.svg') center / contain no-repeat;
}

.btn:focus {
    box-shadow: none;
}

.btn:active {
    box-shadow: inset 0 4px 12px rgba(0, 0, 0, 0.12);
}

@media (hover: hover) {
    .btn:hover {
        background: linear-gradient(94.19deg, #8FC0FF 2.49%, #ADFB49 106.84%);
        color: #ffffff;
    }
}

.btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Back To Top */

.return-to-top {
    position: fixed;
    bottom: -3rem;
    right: 2rem;
    width: 4.2rem;
    height: 4.2rem;
    background: #8FC0FF;
    line-height: 4.2rem;
    text-align: center;
    cursor: pointer;
    z-index: 998;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.return-to-top > i {
    position: relative;
    overflow: hidden;
    font-size: 12px;
    width: inherit;
    height: inherit;
    line-height: inherit;
    display: block;
    color: transparent;
    text-shadow: 0px 0px #ffffff, 0px 50px #ffffff;
    -webkit-transition: text-shadow 0.2s ease;
    transition: text-shadow 0.2s ease;
    z-index: 1;
}

.return-to-top > i:before {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    border: solid 2px #ffffff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top: 0;
    border-right: 0;
    top: 1.8rem;
    left: 1.6rem;
    position: absolute;
}

.return-to-top:hover {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
    -webkit-box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.15);
}

.return-to-top:hover > i {
    text-shadow: 0px -50px #ffffff, 0px 0px #ffffff;
}

.return-to-top.back-top {
    bottom: 2rem;
    opacity: 1;
}

@keyframes pixFade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes pixFadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes pixFadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes pixFadeDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes pixFadeDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes pixFadeLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes pixFadeLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes pixFadeRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes pixFadeRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes pixZoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pixZoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes pixBounceIn {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pixBounceIn {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.pixFade {
    -webkit-animation-name: pixFade;
    animation-name: pixFade;
}

.pixFadeUp {
    -webkit-animation-name: pixFadeUp;
    animation-name: pixFadeUp;
}

.pixFadeDown {
    -webkit-animation-name: pixFadeDown;
    animation-name: pixFadeDown;
}

.pixFadeLeft {
    -webkit-animation-name: pixFadeLeft;
    animation-name: pixFadeLeft;
}

.pixFadeRight {
    -webkit-animation-name: pixFadeRight;
    animation-name: pixFadeRight;
}

.pixZoomIn {
    -webkit-animation-name: pixZoomIn;
    animation-name: pixZoomIn;
}

.pixBounceIn {
    -webkit-animation-name: pixBounceIn;
    animation-name: pixBounceIn;
}

.zoomIn {
    -webkit-animation-name: zoomin;
    animation-name: zoomin;
}

/*--------------------------------------------------------------
  ##  Page Loader
  --------------------------------------------------------------*/
.page-loader {
    background: #ffffff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
}

.page-loader .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page-loader svg {
    display: none;
}

.blobs {
    -webkit-filter: url(#goo);
    filter: url(#goo);
    width: 300px;
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 70px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.blobs .blob-center {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    background: linear-gradient(94.19deg, #ADFB49 2.49%, #8FC0FF 106.84%);
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    -ms-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%);
    -webkit-animation: blob-grow linear 3.4s infinite;
    animation: blob-grow linear 3.4s infinite;
    border-radius: 50%;
    -webkit-box-shadow: 0 -10px 40px -5px #8FC0FF;
    box-shadow: 0 -10px 40px -5px #8FC0FF;
}

.blob {
    position: absolute;
    background: #8FC0FF;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-animation: blobs ease-out 3.4s infinite;
    animation: blobs ease-out 3.4s infinite;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    -ms-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    opacity: 0;
}

.blob:nth-child(1) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.blob:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.blob:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.blob:nth-child(4) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.blob:nth-child(5) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes blobs {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
        transform: scale(0) translate(calc(-330px - 50%), -50%);
    }
    1% {
        opacity: 1;
    }
    35%,
    65% {
        opacity: 1;
        -webkit-transform: scale(0.9) translate(-50%, -50%);
        transform: scale(0.9) translate(-50%, -50%);
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
        transform: scale(0) translate(calc(330px - 50%), -50%);
    }
}

@keyframes blobs {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
        transform: scale(0) translate(calc(-330px - 50%), -50%);
    }
    1% {
        opacity: 1;
    }
    35%,
    65% {
        opacity: 1;
        -webkit-transform: scale(0.9) translate(-50%, -50%);
        transform: scale(0.9) translate(-50%, -50%);
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
        transform: scale(0) translate(calc(330px - 50%), -50%);
    }
}

@-webkit-keyframes blob-grow {
    0%,
    39% {
        -webkit-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
    }
    40%,
    42% {
        -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
        transform: scale(1, 0.9) translate(-50%, -50%);
    }
    43%,
    44% {
        -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
        transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
    45%,
    46% {
        -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
        transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
    47%,
    48% {
        -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
        transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
    52% {
        -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
        transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
    54% {
        -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
        transform: scale(1.7, 1.6) translate(-50%, -50%);
    }
    58% {
        -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
        transform: scale(1.8, 1.7) translate(-50%, -50%);
    }
    68%,
    70% {
        -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
        transform: scale(1.7, 1.5) translate(-50%, -50%);
    }
    78% {
        -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
        transform: scale(1.6, 1.4) translate(-50%, -50%);
    }
    80%,
    81% {
        -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
        transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
    82%,
    83% {
        -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
        transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
    84%,
    85% {
        -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
        transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
    86%,
    87% {
        -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
        transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
    90%,
    91% {
        -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
        transform: scale(1, 0.9) translate(-50%, -50%);
    }
    92%,
    100% {
        -webkit-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
    }
}

@keyframes blob-grow {
    0%,
    39% {
        -webkit-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
    }
    40%,
    42% {
        -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
        transform: scale(1, 0.9) translate(-50%, -50%);
    }
    43%,
    44% {
        -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
        transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
    45%,
    46% {
        -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
        transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
    47%,
    48% {
        -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
        transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
    52% {
        -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
        transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
    54% {
        -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
        transform: scale(1.7, 1.6) translate(-50%, -50%);
    }
    58% {
        -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
        transform: scale(1.8, 1.7) translate(-50%, -50%);
    }
    68%,
    70% {
        -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
        transform: scale(1.7, 1.5) translate(-50%, -50%);
    }
    78% {
        -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
        transform: scale(1.6, 1.4) translate(-50%, -50%);
    }
    80%,
    81% {
        -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
        transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
    82%,
    83% {
        -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
        transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
    84%,
    85% {
        -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
        transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
    86%,
    87% {
        -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
        transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
    90%,
    91% {
        -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
        transform: scale(1, 0.9) translate(-50%, -50%);
    }
    92%,
    100% {
        -webkit-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
    }
}

/*--------------------------------------------------------------
  ##  Header
  --------------------------------------------------------------*/
.site-header {
    background: transparent;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
    padding: 3rem 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.site-header .inverse-logo,
.site-header.header-light .inverse-logo {
    display: none !important;
}

.site-header.pix-header-fixed.header-light .sticky-logo {
    display: inline-block !important;
}

.site-logo {
    max-width: 215px;
}

.site-header .header-inner {
    position: relative;
}

.site-header .header-inner .site-logo a {
    display: block;
}

.site-header .header-inner .site-logo a .sticky-logo {
    display: none;
}

.site-header .header-inner .site-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-header .header-inner .site-nav .menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.site-header .header-inner .site-nav .menu-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.site-header .site-mobile-logo {
    display: none;
}

.site-header .site-main-menu {
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 4rem;
    padding: 0 4rem;
}

.site-header .site-main-menu li {
    position: relative;
    padding: 1rem 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.site-header .site-main-menu li:last-child {
    margin-right: 0;
    padding: 0;
}

.site-header .site-main-menu li > a {
    margin: 0rem;
    display: inline-block;
    padding: 0;

    font-size: 1.6rem;
    font-weight: 600;
    line-height: 16px;
    color: #022759;
    -webkit-transition: 0.2s ease;
    transition: 0.3s ease;
}

@media (hover: hover) {
    .site-header .site-main-menu li > a:hover {
        color: #8FC0FF;
        text-decoration: none;
    }
}

.site-header .site-main-menu li > a.active {
    color: #8FC0FF;
}


.site-header .toggle-menu .bar {
    background: #8FC0FF;
}

.site-header .header-inner .site-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo-sticky {
    display: none;
}

.site-header.pix-header-fixed {
        padding: 2rem 0;
        background: linear-gradient(113.25deg, #E0EEF1 -0.38%, #CFF4C6 48.81%, #C5DAF3 101.04%);
        box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
        -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
        animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.mask-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    top: 0;
    left: 0;
}

.close-menu {
    display: none;
}

.hidden {
    display: none;
}

/*--------------------------------------------------------------
  ##  Fullscreen
  --------------------------------------------------------------*/
.fullscreen {
    position: relative;
    padding: 14rem 0 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.fullscreen .title {
    max-width: 70rem;
    text-wrap: nowrap;
    margin-bottom: 2rem;
}

.fullscreen .text {
    max-width: 451px;
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.4rem;
    margin-bottom: 5rem;
}

.fullscreen .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.glass-card {
    position: absolute;
    top: 50%;
    left: 100px;
    width: 166px;
    height: 166px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.glass-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    padding: 1px; /* This creates the border effect */
    background: linear-gradient(134.84deg, #FFFFFF 3.86%, #D1D0D0 96.25%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.main-image {
    display: block;
    width: 100%;
    position: relative;
    right: -100px;
}

.main-image-wrapper {
    flex: 1;
    position: relative;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
}

.section-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/*--------------------------------------------------------------
  ##  About
  --------------------------------------------------------------*/
.about-section {
    margin-top: -90px;
    padding: 100px 0 1rem;
}

.about-section__container {
    background: url("../images/main-page/shape-between-section.svg") right / contain no-repeat;
}

.about-section .title {
    margin-bottom: 4rem;
}

.about-section .text {
    max-width: 94.8rem;
    margin: 0 auto 4rem;
}


.about-section-image-wrapper {
    display: flex;
    flex-direction: row;
    gap: 4rem;
    align-items: center;
    justify-content: center;
    padding-bottom: 20rem;
}

.about-section-image-wrapper img {
    border-radius: 2rem;
    box-shadow: 0 23px 79px 0 #F0F6FF;
}

.block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 1.5rem 1.5rem 2.2rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0.34)));
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.34) 100%);
    border-radius: 1.4rem;
}

.about-section .block {
    max-width: 390px;
    margin: 0 auto;
    padding: 4rem 3.4rem 3.6rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0.34)));
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.34) 100%);
}

.about-image {
    background: url("../images/main-page/about-bg.svg") center / contain no-repeat;
    padding-bottom: 20rem;
}

.about-section .block .text {
    max-width: 320px;
    margin-bottom: 0;
}

.circle-card {
    width: 399px;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #F3F6F9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
    position: relative;
}

.circle-card__item__02.left {
    margin-right: auto;
}

.circle-card__item__01::before {
    content: '';
    position: absolute;
    top: 32px;
    left: 0;
    width: 78px;
    height: 78px;
    padding: 1.7rem;
    border-radius: 50%;
    background: #FAFCFE;
    background-image: url('../images/main-page/shield-x.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 44px 44px;
}

.circle-card__item__02::before {
    content: '';
    position: absolute;
    top: 32px;
    left: 0;
    width: 78px;
    height: 78px;
    padding: 1.7rem;
    border-radius: 50%;
    background: #FAFCFE;
    background-image: url('../images/main-page/earth-lock.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 44px 44px;
}

.circle-card__item__03::before {
    content: '';
    position: absolute;
    top: 32px;
    left: 0;
    width: 78px;
    height: 78px;
    padding: 1.7rem;
    border-radius: 50%;
    background: #FAFCFE;
    background-image: url('../images/main-page/mouse-pointer-click.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 44px 44px;
}


.circle-card .subtitle {
    font-size: 3rem;
    font-weight: 800;
    line-height: 36px;
    text-align: center;
    color: #022759;
}

.circle-card .text {
    max-width: 348px;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.2rem;
    text-align: center;
}

.circle-card-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 2.4rem;
    flex-wrap: wrap;
}



/*--------------------------------------------------------------
    ##  how it works
    --------------------------------------------------------------*/
.hiw-section {
    padding-top: 100px;
    margin-top: -60px;
}

.hiw-card-section {
    display: flex;
    flex-direction: column;
    gap: 4.6rem;
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: hiw-counter;
}

.hiw-card {
    position: relative;
    width: fit-content;
    counter-increment: hiw-counter;
}

.hiw-card-content-wrapper .text {
    text-align: left;
    margin-bottom: 0;
    max-width: 449px;
    font-size: 1.8rem;
}

.hiw-card-content-wrapper .subtitle::before {
    content: '0' counter(hiw-counter) '. ';
    display: inline-block;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.4rem;
    color: #022759;
}


.hiw-bg {
    padding: 0 0 20rem;
    background: url("../images/main-page/hiw-shape.svg") left / contain no-repeat;
}

.hiw-card-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    align-items: flex-start;
    position: absolute;
    top: 3.6rem;
    left: 38%;
}

.hiw-section .title {
    margin-bottom: 7rem;
}


.hiw-section .block {
    padding: 1.3rem 1.5rem 2.2rem;
    background: #ffffff;
    border: 1px solid #eaf2f9;
    border-radius: 1.8rem;
    max-width: 420px;
    margin: 0 auto;
}

.hiw-image {
    position: relative;
    width: 100%;
    margin-bottom: 3.2rem;
    border-radius: 1.6rem;
    overflow: hidden;
}

.hiw-card__item__02 {
    margin-left: auto;
}

.hiw-image img {
    width: 100%;
    height: auto;
}

.hiw-image_1 {
    background: -webkit-gradient(linear, left top, left bottom, from(#c7deff), to(rgba(199, 222, 255, 0)));
    background: linear-gradient(180deg, #c7deff 0%, rgba(199, 222, 255, 0) 100%);
}

.hiw-image_1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180.13deg, rgba(202, 224, 255, 0) 0.11%, rgba(230, 240, 255, 0) 54.96%, rgba(245, 249, 255, 0.21) 77.55%, #fafcff 94.76%, #ffffff 103.36%);
}

.hiw-image_2 {
    background: -webkit-gradient(linear, left top, left bottom, from(#d2dcf0), to(rgba(210, 220, 240, 0)));
    background: linear-gradient(180deg, #d2dcf0 0%, rgba(210, 220, 240, 0) 100%);
}

.hiw-image_3 {
    background: -webkit-gradient(linear, left top, left bottom, from(#b8ebe7), to(rgba(184, 235, 231, 0)));
    background: linear-gradient(180deg, #b8ebe7 0%, rgba(184, 235, 231, 0) 100%);
}


/*======================================================
================inner pages============================
========================================================*/
.inner-page {
    min-height: calc(100vh - 70px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5rem 0;
}

.inner-page .title {
    margin-bottom: 2rem;
}

.contact-section .circle-card-section {
    flex-direction: column;
    background: none;
    flex: 1;
}

.contact-section .circle-card__item__01::before {
    background-image: url('../images/main-page/message-circle-question.svg');
}

.contact-section .circle-card__item__02::before {
    background-image: url('../images/main-page/shield-ban.svg');
}

.image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}


.uninstall-section {
    margin: 0 auto -20rem;
    padding: 17rem 0 40rem;
    background-image: url("../images/main-page/other-section-bg.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    -webkit-text-size-adjust: 100%;
    background-size: 1500px;
}

.uninstall-section .title {
    margin-bottom: 2rem;
}

.uninstall-section .subtitle {
    margin: 0 auto 5rem;
    text-align: center;
}

.uninstall-text-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem
}


.uninstall-card-wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 2.4rem;
    align-items: center;
    justify-content: center;
}


.uninstall-card-bottom {
    transform: translateY(30%);
}

.uninstall-card-center::before {
    bottom: 0;
    right: 0;
    width: 600px;
    position: absolute;
    content: '';
    top: -60%;
    left: 25%;
    height: 600px;
    background: url("../images/main-page/about-bg.svg") center / contain no-repeat;
    z-index: -1;
}

.uninstall-card-wrapper img {
    max-width: 100%;
    height: auto;
}

.contact-section .section-wrapper {
    background: url("../images/main-page/about-bg.svg") center / contain no-repeat;
}

.uninstall-section .container {
    z-index: 3;
}

.section-404 .title {
    margin-bottom: 2rem;
}

.section-404 .text {
    max-width: 756px;
    margin: 0 auto 5rem;
}


.thanks-block {
    padding: 0;
    background: #ffffff;
    overflow: hidden;
}

.thanks-content {
    padding: 10rem 7.6rem;
}

.thanks-content .title {
    font-size: 3.5rem;
    color: #334254;
}

.thanks-section .text {
    max-width: 645px;
}

.thanks-content .btn {
    min-width: 130px;
    line-height: 4rem;
}

.thanks-image {
    padding: 5rem 0 5rem 3.3rem;
    background-color: #e9eff8;
}

/*=================page terms===============================*/

.terms-section .title {
    margin-bottom: 5rem;
}

.terms-privacy {
    max-width: 100rem;
    margin: 0 auto;
}

.terms-privacy p,
.terms-privacy table,
.terms-privacy ul,
.terms-privacy ol {
    margin-bottom: 2.5rem;
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.4rem;
    color: #022759;
}

th {
    font-weight: 700;
}

.remove-page-content .title {
    margin-bottom: 2rem;
}

.remove-page-content .text {
    margin-bottom: 5rem;
}


.main-section {
    margin: -20rem auto 10rem;
    padding: 20rem 0 0;
    background-image: url("../images/main-page/body-bg.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 1500px;
}

/*--------------------------------------------------------------
  ##  Footer
  --------------------------------------------------------------*/

.footer {
    background: transparent;
}


.footer-content {
    padding: 5rem 10.3rem;
    background: #F3F6F9;
    margin-bottom: 3.2rem;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
}

.footer-content .row {
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer-menu {
    display: flex;
    flex-direction: row;
    gap: 7.5rem;
}

.footer-menu-part {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}


.footer-link {
    margin-bottom: 0;
    color: #022759;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6rem;
}

.footer-link:hover {
    text-decoration: none;
    color: #8FC0FF;
}

.footer-logo {
    display: block;
    max-width: 26rem;
    margin-bottom: 1.2rem;
}

.footer-text {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2;
    color: #9DA7BC;
    width: 100%;

}

.footer-copyright {
    padding: 2rem 0;
    text-align: left;
    width: 100%;

}

.footer-copyright p {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.2rem;
    text-align: left;
    color: #022759;

}
