h3 {
    color: #181b28;
    font-family: "Nunito 700";
    font-size: 46px;
    line-height: 58px;
    margin-bottom: 16px;
    text-align: center;
}

.title_single {
    margin-bottom: 64px;
}

.title_single h3 span {
    color: #ed6b2f;
}

.title_double {
    margin-bottom: 64px;
}

.title_double h3 span {
    color: #ed6b2f;
}

.title_double p {
    color: #626c8d;
    text-align: center;
    font-family: "Nunito 400";
    font-size: 16px;
    line-height: 24px;
}

.welcome {
    height: 824px;
    margin-bottom: 0 !important;
}

.welcome .container {
    display: flex;
    height: 100%;
    position: relative;
}

.welcome .container .left {
    display: flex;
    flex-direction: column;
    width: 580px;
}

.welcome .container .left h1 {
    font-size: 52px;
    font-family: "Nunito 700";
    line-height: 68px;
}

.welcome .container .left .first {
    color: #ed6b2f;
    margin-top: 216px;
}

@keyframes hlop {
    0% {
        clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);
    }

    30% {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    70% {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    100% {
        clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);
    }
}

.hlop-box {
    position: relative;
}

.welcome .container .left .second {
    color: #181b28;
    margin-bottom: 16px;

}

.second-top {
    position: relative;
    z-index: 1;
    animation: hlop 4s ease-in-out infinite;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transition: clip-path 1s ease-in-out;
}

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

    30% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.second-bottom {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    transition: opacity 1s ease-in-out;
    animation: fade 4s ease-in-out infinite;
}


.welcome .container .left .desc {
    color: #626c8d;
    font-size: 16px;
    font-family: "Nunito 400";
    line-height: 24px;
    margin-bottom: 42px;
}

.welcome .container .left .brand_row {
    display: flex;
    margin-bottom: 32px;
}

.welcome .container .left .brand_row .brand_item {
    width: 44px;
    height: 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.welcome .container .left .brand_row .apple {
    background-image: url("../img/new/main/apple.svg");
}

.welcome .container .left .brand_row .finder {
    background-image: url("../img/new/main/finder.svg");
}

.welcome .container .left .brand_row .android {
    background-image: url("../img/new/main/android.svg");
}

.welcome .container .left .brand_row .windows {
    background-image: url("../img/new/main/windows.svg");
}

.welcome .container .left .brand_row .chrome {
    background-image: url("../img/new/main/chrome.svg");
}

.welcome .container .left .brand_row .firefox {
    background-image: url("../img/new/main/firefox.svg");
}

.welcome .container .left .brand_row .edge {
    background-image: url("../img/new/main/edge.svg");
}

.welcome .container .left .get-vpn {
    display: inline-flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #ed6b2f;
    border: 1px solid #ed6b2f;
    color: #fff;
    font-size: 16px;
    font-family: "Nunito 400";
    line-height: 24px;
    width: fit-content;
    cursor: pointer;
    transition: all 0.2s;
}

.welcome .container .left .get-vpn:hover {
    background: transparent;
    color: #ed6b2f;
}

.welcome .container .right {
    position: absolute;
    left: 530px;
    top: -20px;
    width: 800px;
    height: 880px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/new/main/welcome-img.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx) {
    .welcome .container .right {
        background-size: contain;
        background-image: url("../img/new/main/welcome-img@2x.png");
    }
}

.trusted {
    margin-bottom: 130px;
}

.trusted .container .trusted_wrapp {
    width: 100%;
    height: 130px;
    border-radius: 30px;
    background: #f4f7fc;
    display: flex;
    padding-left: 52px;
    padding-right: 12px;
    align-items: center;
    position: relative;
}

.trusted .container .trusted_wrapp .elips {
    position: absolute;
    left: 0;
    top: 0;
    width: 427px;
    height: 130px;
    background-image: url("../img/new/main/elips.svg");
}

.trusted .container .trusted_wrapp .text {
    z-index: 9;
}

.trusted .container .trusted_wrapp .text .title {
    color: #181b28;
    font-size: 18px;
    font-family: "Nunito 500";
    line-height: 24px;
}

.trusted .container .trusted_wrapp .text .users {
    color: #ed6b2f;
    font-size: 24px;
    font-family: "Nunito 700";
    line-height: 36px;
}

.trusted .container .trusted_wrapp .text .users span {
    color: #626c8d;
    font-size: 18px;
    font-family: "Nunito 400";
    line-height: 24px;
    margin-left: 4px;
}

.trusted .container .trusted_wrapp .rates {
    margin-left: auto;
    display: flex;
}

.trusted .container .trusted_wrapp .rates .platform {
    width: 220px;
    height: 106px;
    border-radius: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 20px 0px 20px 32px;
    justify-content: space-between;
}

.trusted .container .trusted_wrapp .rates .platform .brand {
    display: flex;
    align-items: center;
}

.trusted .container .trusted_wrapp .rates .platform .brand .icon {
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.trusted .container .trusted_wrapp .rates .platform .brand p {
    color: #181b28;
    font-size: 18px;
    font-family: "Nunito 400";
    line-height: 24px;
}

.trusted .container .trusted_wrapp .rates .platform .rate {
    display: flex;
    align-items: center;
}

.trusted .container .trusted_wrapp .rates .platform .rate p {
    color: #181b28;
    font-size: 24px;
    font-family: "Nunito 700";
    line-height: 36px;
    letter-spacing: -0.72px;
    margin-right: 12px;
}

.trusted .container .trusted_wrapp .rates .platform .rate div {
    width: 100px;
    height: 18px;
}

.trusted .container .trusted_wrapp .rates .chrome .brand .icon {
    background-image: url("../img/new/main/chrome-color.svg");
}

.trusted .container .trusted_wrapp .rates .chrome .rate div {
    background-image: url("../img/new/main/star4.svg");
}

.trusted .container .trusted_wrapp .rates .edge .brand .icon {
    background-image: url("../img/new/main/edge-color.svg");
}

.trusted .container .trusted_wrapp .rates .edge .rate div {
    background-image: url("../img/new/main/star4.svg");
}

.trusted .container .trusted_wrapp .rates .gplay .brand .icon {
    background-image: url("../img/new/main/gplay.svg");
}

.trusted .container .trusted_wrapp .rates .gplay .rate div {
    background-image: url("../img/new/main/star5.svg");
}

.trusted .container .trusted_wrapp .rates .platform:not(:last-child) {
    margin-right: 12px;
}

.protection {
    margin-bottom: 130px;
}

.protection .container .double {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 130px;
}

.protection .container .double .left {
    width: 610px;
    height: 720px;
    border-radius: 30px;
    background: #c9d5ff;
    padding: 52px;
}

.protection .container .double .left .protect_item {
    position: relative;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #181b28 1a;
}

.protection .container .double .left .protect_item .p_head {
    display: flex;
    margin-bottom: 16px;
}

.protection .container .double .left .protect_item .p_head .name {
    color: #181b28;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 24px;
    font-family: "Nunito 600";
    line-height: 32px;
}

.protection .container .double .left .protect_item .p_head .icon {
    width: 32px;
    height: 32px;
    margin-left: auto;
}

.protection .container .double .left .protect_item .p_head .p-one {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M20.5 3.90698C20.5 3.40607 20.0971 3 19.6 3C19.1029 3 18.7 3.40607 18.7 3.90698V28.093C18.7 28.5939 19.1029 29 19.6 29C20.0971 29 20.5 28.5939 20.5 28.093V25.6677C23.6631 25.6343 25.4249 25.4359 26.5941 24.2576C28 22.8408 28 20.5606 28 16C28 11.4394 28 9.15915 26.5941 7.74237C25.4249 6.56411 23.6631 6.36574 20.5 6.33234V3.90698Z' fill='%23181B28'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.40589 24.2576C6.81178 25.6744 9.07452 25.6744 13.6 25.6744H17.2V16V6.32558H13.6C9.07452 6.32558 6.81178 6.32558 5.40589 7.74237C4 9.15915 4 11.4394 4 16C4 20.5606 4 22.8408 5.40589 24.2576ZM17.2 16C17.2 15.3321 16.6627 14.7907 16 14.7907C15.3373 14.7907 14.8 15.3321 14.8 16C14.8 16.6679 15.3373 17.2093 16 17.2093C16.6627 17.2093 17.2 16.6679 17.2 16ZM12.4 16C12.4 16.6679 11.8627 17.2093 11.2 17.2093C10.5373 17.2093 10 16.6679 10 16C10 15.3321 10.5373 14.7907 11.2 14.7907C11.8627 14.7907 12.4 15.3321 12.4 16Z' fill='%23181B28'/%3E%3C/svg%3E");
}

.protection .container .double .left .protect_item .p_head .p-two {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M15.925 10.4979C15.9714 10.4754 15.9941 10.475 16 10.475C16.0059 10.475 16.0286 10.4754 16.075 10.4979C16.1247 10.522 16.2024 10.5724 16.3011 10.6721C16.5048 10.8776 16.7385 11.233 16.9571 11.7659C17.1727 12.2913 17.3523 12.9376 17.4771 13.6719C17.5508 14.1055 17.6037 14.5598 17.6345 15.025H14.3655C14.3963 14.5598 14.4492 14.1055 14.5229 13.6719C14.6477 12.9376 14.8273 12.2913 15.0429 11.7659C15.2615 11.233 15.4952 10.8776 15.6989 10.6721C15.7976 10.5724 15.8753 10.522 15.925 10.4979Z' fill='%23181B28'/%3E%3Cpath d='M12.3618 15.025C12.3952 14.4543 12.4581 13.8927 12.5498 13.3532C12.6785 12.5955 12.8638 11.883 13.1032 11.2515C12.6996 11.4855 12.3266 11.7681 11.9931 12.0932C11.4669 12.6063 11.0495 13.2153 10.7647 13.8857C10.6085 14.2532 10.4939 14.6353 10.4223 15.025H12.3618Z' fill='%23181B28'/%3E%3Cpath d='M10.4223 16.975H12.3618C12.3952 17.5457 12.4581 18.1073 12.5498 18.6468C12.6785 19.4045 12.8638 20.117 13.1032 20.7485C12.6996 20.5145 12.3266 20.2319 11.9931 19.9068C11.4669 19.3937 11.0495 18.7846 10.7647 18.1143C10.6085 17.7468 10.4939 17.3647 10.4223 16.975Z' fill='%23181B28'/%3E%3Cpath d='M21.5777 15.025C21.5061 14.6353 21.3915 14.2532 21.2353 13.8857C20.9505 13.2154 20.5331 12.6063 20.0069 12.0932C19.6734 11.7681 19.3004 11.4855 18.8968 11.2515C19.1362 11.883 19.3215 12.5955 19.4502 13.3532C19.5419 13.8927 19.6048 14.4543 19.6382 15.025H21.5777Z' fill='%23181B28'/%3E%3Cpath d='M19.6382 16.975H21.5777C21.5061 17.3647 21.3915 17.7468 21.2353 18.1143C20.9505 18.7846 20.5331 19.3937 20.0069 19.9068C19.6734 20.2319 19.3004 20.5145 18.8968 20.7485C19.1362 20.117 19.3215 19.4045 19.4502 18.6468C19.5419 18.1073 19.6048 17.5457 19.6382 16.975Z' fill='%23181B28'/%3E%3Cpath d='M17.6345 16.975C17.6037 17.4402 17.5508 17.8945 17.4771 18.3281C17.3523 19.0624 17.1727 19.7087 16.9571 20.2341C16.7385 20.767 16.5048 21.1223 16.3011 21.3279C16.2024 21.4276 16.1247 21.478 16.075 21.5021C16.0286 21.5246 16.0059 21.525 16 21.525C15.9941 21.525 15.9714 21.5246 15.925 21.5021C15.8753 21.478 15.7976 21.4276 15.6989 21.3279C15.4952 21.1223 15.2615 20.767 15.0429 20.2341C14.8273 19.7087 14.6477 19.0624 14.5229 18.3281C14.4492 17.8945 14.3963 17.4402 14.3655 16.975H17.6345Z' fill='%23181B28'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.50335 7.00713C4 7.70636 4 9.78479 4 13.9417V15.9888C4 23.3183 9.65195 26.8751 13.1981 28.3855C14.16 28.7952 14.641 29 16 29C17.359 29 17.84 28.7952 18.8019 28.3855C22.348 26.8751 28 23.3183 28 15.9888V13.9417C28 9.78479 28 7.70636 27.4966 7.00713C26.9933 6.3079 24.9889 5.63895 20.9801 4.30103L20.2164 4.04613C18.1267 3.34871 17.0819 3 16 3C14.9181 3 13.8733 3.34871 11.7836 4.04613L11.0199 4.30103C7.0111 5.63894 5.00671 6.3079 4.50335 7.00713ZM8.33333 16C8.33333 15.0184 8.53164 14.0463 8.91692 13.1394C9.30221 12.2325 9.86693 11.4085 10.5788 10.7144C11.2908 10.0203 12.1359 9.46965 13.0661 9.094C13.9963 8.71835 14.9932 8.525 16 8.525C17.0068 8.525 18.0037 8.71835 18.9339 9.094C19.8641 9.46966 20.7092 10.0203 21.4212 10.7144C22.1331 11.4085 22.6978 12.2325 23.0831 13.1394C23.4684 14.0464 23.6667 15.0184 23.6667 16C23.6667 16.9816 23.4684 17.9536 23.0831 18.8606C22.6978 19.7675 22.1331 20.5915 21.4212 21.2856C20.7092 21.9797 19.8641 22.5303 18.9339 22.906C18.0037 23.2817 17.0068 23.475 16 23.475C14.9932 23.475 13.9963 23.2817 13.0661 22.906C12.1359 22.5303 11.2908 21.9797 10.5788 21.2856C9.86693 20.5915 9.30221 19.7675 8.91692 18.8606C8.53164 17.9536 8.33333 16.9816 8.33333 16Z' fill='%23181B28'/%3E%3C/svg%3E");
}

.protection .container .double .left .protect_item .p_head .p-three {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16.0901 6.93398C13.9792 6.93398 12.1681 8.22499 11.4067 10.0636C11.2376 10.4718 10.7696 10.6656 10.3614 10.4966C9.95322 10.3275 9.75935 9.85958 9.9284 9.45137C10.9288 7.03574 13.3098 5.33398 16.0901 5.33398C18.8704 5.33398 21.2513 7.03574 22.2517 9.45137C22.4208 9.85958 22.2269 10.3275 21.8187 10.4966C21.4105 10.6656 20.9425 10.4718 20.7735 10.0636C20.0121 8.22499 18.2009 6.93398 16.0901 6.93398Z' fill='%23181B28'/%3E%3Cpath d='M16.0908 9.60065C15.0004 9.60065 14.0778 10.3286 13.7865 11.3267C13.6628 11.7509 13.2186 11.9944 12.7945 11.8706C12.3703 11.7468 12.1268 11.3027 12.2506 10.8785C12.7356 9.21632 14.2702 8.00065 16.0908 8.00065C17.9115 8.00065 19.446 9.21632 19.9311 10.8785C20.0549 11.3027 19.8114 11.7468 19.3872 11.8706C18.9631 11.9944 18.5189 11.7509 18.3952 11.3267C18.1039 10.3286 17.1813 9.60065 16.0908 9.60065Z' fill='%23181B28'/%3E%3Cpath d='M17.1569 11.4673C17.1569 12.0564 16.6793 12.534 16.0902 12.534C15.5011 12.534 15.0236 12.0564 15.0236 11.4673C15.0236 10.8782 15.5011 10.4007 16.0902 10.4007C16.6793 10.4007 17.1569 10.8782 17.1569 11.4673Z' fill='%23181B28'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.09538 7.87054C6.87617 7.48693 6.38749 7.35365 6.00388 7.57286C5.62026 7.79207 5.48699 8.28075 5.70619 8.66437L9.74598 15.734H9.60065C7.58932 15.734 6.58366 15.734 5.95882 16.3588C5.33398 16.9837 5.33398 17.9893 5.33398 20.0007C5.33398 22.012 5.33398 23.0176 5.95882 23.6425C6.58366 24.2673 7.58933 24.2673 9.60065 24.2673H22.4007C24.412 24.2673 25.4176 24.2673 26.0425 23.6425C26.6673 23.0176 26.6673 22.012 26.6673 20.0007C26.6673 17.9893 26.6673 16.9837 26.0425 16.3588C25.4176 15.734 24.412 15.734 22.4006 15.734H22.2553L26.2951 8.66437C26.5143 8.28075 26.381 7.79207 25.9974 7.57286C25.6138 7.35365 25.1251 7.48693 24.9059 7.87054L20.6393 15.3372L20.4047 15.734H11.6074L11.362 15.3372L7.09538 7.87054ZM9.60065 21.0673C10.1898 21.0673 10.6673 20.5898 10.6673 20.0007C10.6673 19.4115 10.1898 18.934 9.60065 18.934C9.01155 18.934 8.53398 19.4115 8.53398 20.0007C8.53398 20.5898 9.01155 21.0673 9.60065 21.0673ZM13.8673 20.0007C13.8673 20.5898 13.3898 21.0673 12.8007 21.0673C12.2115 21.0673 11.734 20.5898 11.734 20.0007C11.734 19.4115 12.2115 18.934 12.8007 18.934C13.3898 18.934 13.8673 19.4115 13.8673 20.0007ZM18.134 19.2007C17.6922 19.2007 17.334 19.5588 17.334 20.0007C17.334 20.4425 17.6922 20.8006 18.134 20.8006H22.4007C22.8425 20.8006 23.2007 20.4425 23.2007 20.0007C23.2007 19.5588 22.8425 19.2007 22.4007 19.2007H18.134Z' fill='%23181B28'/%3E%3C/svg%3E");
}

.protection .container .double .left .protect_item .p_head .p-four {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M18.134 5.33398H13.8673C9.84467 5.33398 7.83334 5.33398 6.58366 6.58366C5.33398 7.83334 5.33398 9.84467 5.33398 13.8673V14.934C5.33398 15.5224 5.33398 16.0534 5.34094 16.534H16.6425C16.753 15.8094 17.0008 15.0542 17.6275 14.4275C18.2867 13.7682 19.0883 13.5283 19.8466 13.4264C20.5353 13.3338 21.3819 13.3339 22.3052 13.334H22.4961C23.4195 13.3339 24.266 13.3338 24.9547 13.4264C25.5276 13.5034 26.1251 13.6591 26.6673 14.0149V13.8673C26.6673 9.84467 26.6673 7.83334 25.4176 6.58366C24.168 5.33398 22.1566 5.33398 18.134 5.33398Z' fill='%23181B28'/%3E%3Cpath d='M6.27124 20.3967C7.2085 21.334 8.717 21.334 11.734 21.334H15.2007V25.6007H11.734C11.2922 25.6007 10.934 25.9588 10.934 26.4007C10.934 26.8425 11.2922 27.2007 11.734 27.2007H17.6546L17.6275 27.1738C16.9682 26.5146 16.7283 25.7131 16.6264 24.9547C16.5338 24.266 16.5339 23.4195 16.534 22.4961V19.1052C16.5339 18.573 16.5339 18.0663 16.5515 17.6007H5.37489C5.45018 18.9424 5.66399 19.7895 6.27124 20.3967Z' fill='%23181B28'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.6673 19.2007V22.4007C26.6673 24.412 26.6673 25.4176 26.0425 26.0425C25.4176 26.6673 24.412 26.6673 22.4007 26.6673C20.3893 26.6673 19.3837 26.6673 18.7588 26.0425C18.134 25.4176 18.134 24.412 18.134 22.4007V19.2007C18.134 17.1893 18.134 16.1837 18.7588 15.5588C19.3837 14.934 20.3893 14.934 22.4007 14.934C24.412 14.934 25.4176 14.934 26.0425 15.5588C26.6673 16.1837 26.6673 17.1893 26.6673 19.2007ZM20.534 24.534C20.534 24.0922 20.8922 23.734 21.334 23.734H23.4673C23.9091 23.734 24.2673 24.0922 24.2673 24.534C24.2673 24.9758 23.9091 25.334 23.4673 25.334H21.334C20.8922 25.334 20.534 24.9758 20.534 24.534Z' fill='%23181B28'/%3E%3C/svg%3E");
}

.protection .container .double .left .protect_item .text {
    display: none;
    color: rgba(24, 27, 40, 0.8);
    font-feature-settings: "clig" off, "liga" off;
    font-size: 18px;
    font-family: "Nunito 400";
    line-height: 24px;
}

.protection .container .double .left .protect_item .loader-container {
    width: 100%;
    height: 1px;
    margin-top: auto;
    position: relative;
}

.protection .container .double .left .protect_item:not(:last-child) {
    margin-bottom: 16px;
}

.protection .container .double .left .opened {
    height: 421px;
}

.protection .container .double .left .opened .text {
    display: block;
}

.protection .container .double .right {
    width: 610px;
    height: 720px;
    border-radius: 30px;
    background: #f4f7fc;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.protection .container .double .r-1 {
    background-image: url("../img/new/main/protection-double-right-1.svg");
}

.protection .container .double .r-2 {
    background-image: url("../img/new/main/protection-double-right-2.svg");
}

.protection .container .double .r-3 {
    background-image: url("../img/new/main/protection-double-right-3.svg");
}

.protection .container .double .r-4 {
    background-image: url("../img/new/main/protection-double-right-4.svg");
}

.protection .container .single {
    width: 100%;
    height: 401px;
    border-radius: 30px;
    background: #aae6ff;
    padding-left: 52px;
    display: flex;
    align-items: center;
    position: relative;
}

.protection .container .single .bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 839px;
    height: 325px;
    background-image: url("../img/new/main/single-bg.svg");
}

.protection .container .single .image {
    width: 401px;
    height: 401px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../img/new/main/protection-single-image.svg");
    margin-right: 147px;
}

.protection .container .single .content {
    z-index: 1;
}

.protection .container .single .content h3 {
    color: #181b28;
    font-size: 46px;
    font-family: "Nunito 700";
    line-height: 58px;
    margin-bottom: 32px;
    text-align: start;
}

.protection .container .single .content .get-vpn {
    display: inline-block;
    padding: 14px 24px;
    border-radius: 10px;
    background: #fff;
    color: #181b28;
    font-size: 16px;
    font-family: "Nunito 400";
    line-height: 24px;
    margin-bottom: 32px;
    cursor: pointer;
    transition: all 0.2s;
}

.protection .container .single .content .get-vpn:hover {
    background-color: #ed6b2f;
    color: #fff;
}

.protection .container .single .content .footer {
    width: 528px;
    display: flex;
    padding-top: 32px;
    border-top: 1px solid rgba(98, 108, 141, 0.2);
}

.protection .container .single .content .footer p {
    color: #181b28;
    font-size: 16px;
    font-family: "Nunito 500";
    line-height: 32px;
    margin-right: 16px;
}

.protection .container .single .content .footer .brands {
    display: flex;
}

.protection .container .single .content .footer .brands .item {
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
}

.protection .container .single .content .footer .brands .item:not(:last-child) {
    margin-right: 16px;
}

.protection .container .single .content .footer .brands .apple {
    background-image: url("../img/new/main/apple.svg");
}

.protection .container .single .content .footer .brands .finder {
    background-image: url("../img/new/main/finder.svg");
}

.protection .container .single .content .footer .brands .android {
    background-image: url("../img/new/main/android-robot.svg");
}

.protection .container .single .content .footer .brands .windows {
    background-image: url("../img/new/main/windows.svg");
}

.protection .container .single .content .footer .brands .chrome {
    background-image: url("../img/new/main/chrome.svg");
}

.protection .container .single .content .footer .brands .firefox {
    background-image: url("../img/new/main/firefox.svg");
}

.protection .container .single .content .footer .brands .edge {
    background-image: url("../img/new/main/edge-inner.svg");
}

.solution {
    margin-bottom: 130px;
}

.solution .container .double {
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
}

.solution .container .double div h3 {
    font-size: 46px;
    font-family: "Nunito 700";
    line-height: 58px;
    text-align: start;
}

.solution .container .double div .first {
    color: #ed6b2f;
}

.solution .container .double div .second {
    color: #181b28;
}

.solution .container .double p {
    width: 580px;
    color: #626c8d;
    font-size: 16px;
    font-family: "Nunito 400";
    line-height: 24px;
    text-indent: 9%;
}

.solution .container .swiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.solution .container .swiper .swiper-wrapper {
    margin-bottom: 64px;
    display: flex;
    width: max-content;
}

.solution .container .swiper .swiper-wrapper .item.swiper-slide {
    width: 292px !important;
    height: 180px;
    border-radius: 20px;
    backdrop-filter: blur(15px);
    padding: 24px;
    display: flex;
    flex-direction: column;
}

.solution .container .swiper .swiper-wrapper .item.swiper-slide .icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 38px;
}

.solution .container .swiper .swiper-wrapper .item.swiper-slide .title {
    color: #181b28;
    font-size: 18px;
    font-family: "Nunito 500";
    line-height: 24px;
    margin-bottom: 4px;
}

.solution .container .swiper .swiper-wrapper .item.swiper-slide .desc {
    color: #626c8d;
    font-size: 16px;
    font-family: "Nunito 400";
    line-height: 24px;
}

.solution .container .swiper .swiper-wrapper .pink {
    background-color: #f7efff;
    background-image: url("../img/new/main/pink.svg");
}

.solution .container .swiper .swiper-wrapper .pink .icon {
    background-image: url("../img/new/main/pink-inner.svg");
}

.solution .container .swiper .swiper-wrapper .pink-rep {
    background-color: #f7efff;
    background-image: url("../img/new/main/pink.svg");
}

.solution .container .swiper .swiper-wrapper .pink-rep .icon {
    background-image: url("../img/new/main/pink-rep-inner.svg");
}

.solution .container .swiper .swiper-wrapper .lightblue {
    background-repeat: no-repeat;
    background-position-x: 80px;
    background-color: #eff7ff;
    background-image: url("../img/new/main/lightblue.svg");
}

.solution .container .swiper .swiper-wrapper .lightblue .icon {
    background-image: url("../img/new/main/lightblue-inner.svg");
}

.solution .container .swiper .swiper-wrapper .yellow {
    background-repeat: no-repeat;
    background-position-x: 89px;
    background-color: #fff4ef;
    background-image: url("../img/new/main/yellow.svg");
}

.solution .container .swiper .swiper-wrapper .yellow .icon {
    background-image: url("../img/new/main/yellow-inner.svg");
}

.solution .container .swiper .swiper-wrapper .brown {
    background-repeat: no-repeat;
    background-position-x: 105px;
    background-position-y: 5px;
    background-color: #ffefef;
    background-image: url("../img/new/main/brown.svg");
}

.solution .container .swiper .swiper-wrapper .brown .icon {
    background-image: url("../img/new/main/brown-inner.svg");
}

.solution .container .swiper .swiper-scrollbar {
    width: 100%;
    height: 4px;
    border-radius: 100px;
    background: rgba(24, 27, 40, 0.08);
}

.solution .container .swiper .swiper-scrollbar .swiper-scrollbar-drag {
    width: 120px;
    height: 4px;
    border-radius: 100px;
    background: #181b28;
}

.solution .container .swiper .swip-nav {
    width: 37px;
    height: 37px;
    position: absolute;
    top: 76px;
    opacity: 0.2;
    background-size: contain;
    opacity: 0.2;
    cursor: pointer;
    transition: all 0.2s linear;
}

.solution .container .swiper .swip-nav:hover {
    opacity: 1;
}

.solution .container .swiper .swiper-button-disabled {
    display: none;
}

.solution .container .swiper .swiper-button-prev {
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23ed6b2f' %3E%3Cpath d='M10.4772727,0.477272727 C10.7408632,0.740863176 10.7408632,1.16822773 10.4772727,1.43181818 L1.90909091,10 L10.4772727,18.5681818 C10.7408632,18.8317723 10.7408632,19.2591368 10.4772727,19.5227273 C10.2136823,19.7863177 9.78631772,19.7863177 9.52272727,19.5227273 L0.707106781,10.7071068 C0.316582489,10.3165825 0.316582489,9.68341751 0.707106781,9.29289322 L9.52272727,0.477272727 C9.78631772,0.213682278 10.2136823,0.213682278 10.4772727,0.477272727 Z' transform='translate(4)'%3E%3C/path%3E%3C/svg%3E");
}

.solution .container .swiper .swiper-button-next {
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23ed6b2f' %3E%3Cpath d='M1.37727273,19.5227273 C1.11368228,19.2591368 1.11368228,18.8317723 1.37727273,18.5681818 L9.94545455,10 L1.37727273,1.43181818 C1.11368228,1.16822773 1.11368228,0.740863176 1.37727273,0.477272727 C1.64086318,0.213682278 2.06822773,0.213682278 2.33181818,0.477272727 L11.1474387,9.29289322 C11.537963,9.68341751 11.537963,10.3165825 11.1474387,10.7071068 L2.33181818,19.5227273 C2.06822773,19.7863177 1.64086318,19.7863177 1.37727273,19.5227273 Z' transform='translate(4)'%3E%3C/path%3E%3C/svg%3E");
}

.three_full_width_card {
    margin-bottom: 130px;
}

.three_full_width_card .container .title_single h3 {
    text-align: center;
}

.three_full_width_card .container .card_full_width {
    width: 100%;
    height: 342px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding-left: 42px;
}

.three_full_width_card .container .card_full_width .card_content {
    width: 638px;
    margin-right: 100px;
    /* margin-right: 42px; */
}

.three_full_width_card .container .card_full_width .card_content .card_title {
    margin-bottom: 16px;
    color: #181b28;
    font-size: 32px;
    font-family: "Nunito 700";
    line-height: 44px;
}

.three_full_width_card .container .card_full_width .card_content .card_desc {
    width: 400px;
    color: #626c8d;
    font-size: 16px;
    font-family: "Nunito 400";
    line-height: 24px;
    width: auto;
}

.three_full_width_card .container .card_full_width .card_img {
    width: 448px;
    height: 322px;
    border-radius: 24px;
    background-position: center;
    background-repeat: no-repeat;
}

.three_full_width_card .container .first {
    margin-bottom: 20px;
    background-color: #ebe7f3;
}

.three_full_width_card .container .first .card_img {
    background-color: #e3ddef;
    background-image: url("../img/new/main/three-full-width-card-first.svg");
}

.three_full_width_card .container .second {
    margin-bottom: 20px;
    background-color: #eadff8;
}

.three_full_width_card .container .second .card_img {
    background-color: #e1d2f4;
    background-image: url("../img/new/main/three-full-width-card-second.svg");
}

.three_full_width_card .container .third {
    background-color: #e8f8f7;
}

.three_full_width_card .container .third .card_img {
    background-color: #d9ebea;
    background-image: url("../img/new/main/three-full-width-card-third.svg");
}

.multi_platform {
    padding-top: 100px;
    height: 720px;
    border-radius: 30px;
    background: #fff3f3;
    position: relative;
    margin-bottom: 20px !important;
}

.multi_platform .container .image {
    width: 634px;
    height: 672px;
    position: absolute;
    top: 158px;
    left: 50%;
    transform: translateX(-50%);
    background-position: top;
    background-repeat: no-repeat;
    background-image: url("../img/new/other/vpn-for-netflix-use.svg");
}

.connect_security {
    margin-bottom: 130px;
}

.connect_security .title {
    margin-bottom: 64px;
}

.connect_security .title h3 {
    text-align: center;
    font-size: 46px;
    font-family: "Nunito 700";
    line-height: 58px;
}

.connect_security .title .first {
    color: #181b28;
}

.connect_security .title .second {
    color: #ed6b2f;
}

.connect_security .cards {
    display: flex;
    justify-content: space-between;
}

.connect_security .cards .item {
    width: 380px;
    height: 440px;
    border-radius: 30px;
    border: 1px solid #d6eaff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.connect_security .cards .item .img {
    width: 100%;
    height: 262px;
    background-repeat: no-repeat;
    background-position: center;
}

.connect_security .cards .item .left {
    background-image: url("../img/new/main/con-sec-card-left.svg");
}

.connect_security .cards .item .center {
    background-image: url("../img/new/main/con-sec-card-center.svg");
}

.connect_security .cards .item .right {
    background-image: url("../img/new/main/con-sec-card-right.svg");
}

.connect_security .cards .item .footer {
    border-top: 1px solid #d6eaff;
    height: 178px;
    background: #eff7ff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 32px;
}

.connect_security .cards .item .footer .title {
    color: #181b28;
    text-align: center;
    font-size: 24px;
    font-family: "Nunito 500";
    line-height: 32px;
    margin-bottom: 10px;
}

.connect_security .cards .item .footer .desc {
    color: #626c8d;
    text-align: center;
    font-size: 16px;
    font-family: "Nunito 400";
    line-height: 24px;
}

.howitworks,
.protect_privacy {
    margin-bottom: 130px;
}

.howitworks .container,
.protect_privacy .container {
    display: flex;
    justify-content: space-between;
}

.howitworks .container .left .up,
.protect_privacy .container .left .up {
    width: 840px;
    height: 342px;
    border-radius: 30px;
    background-color: #f7efff;
    padding: 71px 0 71px 64px;
    margin-bottom: 20px;
    display: flex;
    position: relative;
}


.howitworks .container .left .up .bg,
.protect_privacy .container .left .up .bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 573px;
    height: 342px;
    background-image: url("../img/new/main/how-it-work-up-bg.svg");
}

.howitworks .container .left .up .img,
.protect_privacy .container .left .up .img {
    width: 194px;
    height: 194px;
    margin-left: 60px;
    position: relative;
    background-image: url("../img/new/main/how-it-work-up-power.svg");
}

.howitworks .container .left .up .img span,
.protect_privacy .container .left .up .img span {
    display: block;
    width: 44px;
    height: 44px;
}

.howitworks .container .left .up .img .left,
.protect_privacy .container .left .up .img .left {
    position: absolute;
    top: 20px;
    background-image: url("../img/new/main/how-it-work-up-left.svg");
}

.howitworks .container .left .up .img .top,
.protect_privacy .container .left .up .img .top {
    position: absolute;
    top: -22px;
    right: -22px;
    background-image: url("../img/new/main/how-it-work-up-top.svg");
}

.howitworks .container .left .up .img .center,
.protect_privacy .container .left .up .img .center {
    position: absolute;
    top: 90px;
    left: 84px;
    width: 86px;
    height: 91px;
    background-image: url("../img/new/main/how-it-work-up-center.svg");
}

.howitworks .container .left .up .img .bottom,
.protect_privacy .container .left .up .img .bottom {
    position: absolute;
    bottom: -22px;
    left: 20px;
    background-image: url("../img/new/main/how-it-work-up-bottom.svg");
}

.howitworks .container .left .down,
.protect_privacy .container .left .down {
    width: 840px;
    height: 342px;
    border-radius: 30px;
    padding: 71px 0 71px 64px;
    background-color: #ffefef;
    display: flex;
    position: relative;
    overflow: hidden;
}

.howitworks .container .left .down .bg,
.protect_privacy .container .left .down .bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 357px;
    height: 342px;
    background-image: url("../img/new/main/how-it-work-down-bg.svg");
}

.howitworks .container .left .down .img,
.protect_privacy .container .left .down .img {
    position: absolute;
    right: -18px;
    bottom: 0;
    width: 265px;
    height: 315px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/new/main/how-it-work-down.svg");
}

.howitworks .container .left .up .content .title,
.protect_privacy .container .left .up .content .title,
.howitworks .container .left .down .content .title,
.protect_privacy .container .left .down .content .title {
    margin-bottom: 16px;
    color: #181b28;
    font-size: 32px;
    font-family: "Nunito 700";
    line-height: 44px;
}

.howitworks .container .left .up .content .desc,
.protect_privacy .container .left .up .content .desc,
.howitworks .container .left .down .content .desc,
.protect_privacy .container .left .down .content .desc {
    width: 400px;
    color: #626c8d;
    font-size: 16px;
    font-family: "Nunito 400";
    line-height: 24px;
}

.howitworks .container .right,
.protect_privacy .container .right {
    width: 380px;
    height: 704px;
    border-radius: 30px;
    background: #fff4ef;
    padding: 32px;
}

.howitworks .container .right .advantage,
.protect_privacy .container .right .advantage {
    display: flex;
}

.howitworks .container .right .advantage div,
.protect_privacy .container .right .advantage div {
    width: 32px;
    height: 32px;
    margin-right: 20px;
}

.howitworks .container .right .advantage p,
.protect_privacy .container .right .advantage p {
    color: #181b28;
    font-size: 18px;
    font-family: "Nunito 400";
    line-height: 32px;
}

.howitworks .container .right .advantage .i-1,
.protect_privacy .container .right .advantage .i-1 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M9.24762 13.775L12.5139 9.35576C14.6252 6.49917 15.6809 5.07087 16.6658 5.3727C17.6507 5.67453 17.6507 7.42633 17.6507 10.9299V11.2603C17.6507 12.524 17.6507 13.1558 18.0545 13.5521L18.0759 13.5726C18.4884 13.9606 19.146 13.9606 20.4612 13.9606C22.828 13.9606 24.0114 13.9606 24.4113 14.6784C24.418 14.6903 24.4244 14.7023 24.4306 14.7143C24.8082 15.4433 24.123 16.3703 22.7526 18.2244L19.4863 22.6436C17.375 25.5002 16.3193 26.9285 15.3344 26.6266C14.3494 26.3248 14.3495 24.573 14.3495 21.0693L14.3495 20.7391C14.3495 19.4755 14.3496 18.8436 13.9458 18.4473L13.9244 18.4267C13.5119 18.0388 12.8543 18.0388 11.5391 18.0388C9.17227 18.0388 7.98887 18.0388 7.58893 17.321C7.5823 17.3091 7.57587 17.2971 7.56962 17.2851C7.19207 16.5561 7.87725 15.6291 9.24762 13.775Z' stroke='%232564DD' stroke-width='1.5'/%3E%3C/svg%3E");
}

.howitworks .container .right .advantage .i-2,
.protect_privacy .container .right .advantage .i-2 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M5.33203 10.6127C5.33203 9.67137 5.33203 9.20069 5.406 8.80862C5.73165 7.08267 7.08169 5.73262 8.80764 5.40698C9.19971 5.33301 9.6704 5.33301 10.6118 5.33301C11.0242 5.33301 11.2304 5.33301 11.4286 5.35154C12.2831 5.43145 13.0937 5.76718 13.7544 6.31489C13.9076 6.44193 14.0534 6.58775 14.3451 6.87941L14.932 7.46634C15.8022 8.33651 16.2373 8.77159 16.7583 9.06146C17.0445 9.2207 17.3481 9.34645 17.6631 9.43624C18.2365 9.59967 18.8518 9.59967 20.0824 9.59967H20.4809C23.2888 9.59967 24.6927 9.59967 25.6053 10.4204C25.6892 10.4959 25.7691 10.5758 25.8446 10.6598C26.6654 11.5723 26.6654 12.9762 26.6654 15.7841V18.133C26.6654 22.1557 26.6654 24.167 25.4157 25.4167C24.166 26.6663 22.1547 26.6663 18.132 26.6663H13.8654C9.84271 26.6663 7.83139 26.6663 6.58171 25.4167C5.33203 24.167 5.33203 22.1557 5.33203 18.133V10.6127Z' stroke='%232564DD' stroke-width='1.5'/%3E%3Ccircle cx='16.0005' cy='17.0669' r='2.13333' stroke='%232564DD' stroke-width='1.5'/%3E%3Cpath d='M15.25 21.8669C15.25 22.2811 15.5858 22.6169 16 22.6169C16.4142 22.6169 16.75 22.2811 16.75 21.8669H15.25ZM15.25 19.2002V21.8669H16.75V19.2002H15.25Z' fill='%232564DD'/%3E%3C/svg%3E");
}

.howitworks .container .right .advantage .i-3,
.protect_privacy .container .right .advantage .i-3 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M7.12383 15.2893H6.37383H7.12383ZM7.12383 17.0671L6.59559 17.5995C6.888 17.8896 7.35966 17.8896 7.65207 17.5995L7.12383 17.0671ZM9.44387 15.8217C9.73791 15.5299 9.73978 15.0551 9.44804 14.761C9.1563 14.467 8.68143 14.4651 8.38739 14.7569L9.44387 15.8217ZM5.86027 14.7569C5.56623 14.4651 5.09136 14.467 4.79962 14.761C4.50788 15.0551 4.50975 15.5299 4.80379 15.8217L5.86027 14.7569ZM23.0979 11.0598C23.3148 11.4127 23.7767 11.5229 24.1296 11.306C24.4825 11.089 24.5927 10.6271 24.3757 10.2743L23.0979 11.0598ZM16.0828 5.65039C10.7263 5.65039 6.37383 9.96032 6.37383 15.2893H7.87383C7.87383 10.7998 11.5436 7.15039 16.0828 7.15039V5.65039ZM6.37383 15.2893L6.37383 17.0671H7.87383L7.87383 15.2893L6.37383 15.2893ZM7.65207 17.5995L9.44387 15.8217L8.38739 14.7569L6.59559 16.5346L7.65207 17.5995ZM7.65207 16.5346L5.86027 14.7569L4.80379 15.8217L6.59559 17.5995L7.65207 16.5346ZM24.3757 10.2743C22.6711 7.50142 19.5939 5.65039 16.0828 5.65039V7.15039C19.055 7.15039 21.6567 8.7156 23.0979 11.0598L24.3757 10.2743Z' fill='%232564DD'/%3E%3Cpath d='M24.8679 14.9336L25.3951 14.4002C25.103 14.1114 24.6328 14.1114 24.3407 14.4002L24.8679 14.9336ZM22.542 16.178C22.2474 16.4691 22.2447 16.944 22.5358 17.2386C22.827 17.5332 23.3019 17.536 23.5965 17.2448L22.542 16.178ZM26.1393 17.2448C26.4339 17.536 26.9088 17.5332 27.2 17.2386C27.4911 16.944 27.4884 16.4691 27.1938 16.178L26.1393 17.2448ZM8.82965 20.9397C8.61212 20.5872 8.15002 20.4778 7.79753 20.6953C7.44503 20.9129 7.33563 21.375 7.55316 21.7275L8.82965 20.9397ZM15.8747 26.3503C21.2474 26.3503 25.6179 22.043 25.6179 16.7114H24.1179C24.1179 21.1981 20.4355 24.8503 15.8747 24.8503V26.3503ZM25.6179 16.7114V14.9336H24.1179V16.7114H25.6179ZM24.3407 14.4002L22.542 16.178L23.5965 17.2448L25.3951 15.467L24.3407 14.4002ZM24.3407 15.467L26.1393 17.2448L27.1938 16.178L25.3951 14.4002L24.3407 15.467ZM7.55316 21.7275C9.26445 24.5005 12.3526 26.3503 15.8747 26.3503V24.8503C12.8888 24.8503 10.2762 23.2838 8.82965 20.9397L7.55316 21.7275Z' fill='%232564DD'/%3E%3C/svg%3E");
}

.howitworks .container .right .advantage .i-4,
.protect_privacy .container .right .advantage .i-4 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M15.9987 7.4668H13.8654C9.84271 7.4668 7.83139 7.4668 6.58171 8.71647C5.33203 9.96615 5.33203 11.9775 5.33203 16.0001C5.33203 20.0228 5.33203 22.0341 6.58171 23.2838C7.83139 24.5335 9.84271 24.5335 13.8654 24.5335H15.9987M19.1987 7.46779C22.5206 7.47751 24.2817 7.58251 25.4157 8.71647C26.6654 9.96615 26.6654 11.9775 26.6654 16.0001C26.6654 20.0228 26.6654 22.0341 25.4157 23.2838C24.2817 24.4178 22.5206 24.5228 19.1987 24.5325' stroke='%232564DD' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M12.8013 16.0003C12.8013 16.5894 12.3237 17.0669 11.7346 17.0669C11.1455 17.0669 10.668 16.5894 10.668 16.0003C10.668 15.4112 11.1455 14.9336 11.7346 14.9336C12.3237 14.9336 12.8013 15.4112 12.8013 16.0003Z' fill='%232564DD'/%3E%3Cpath d='M17.0669 16.0003C17.0669 16.5894 16.5894 17.0669 16.0003 17.0669C15.4112 17.0669 14.9336 16.5894 14.9336 16.0003C14.9336 15.4112 15.4112 14.9336 16.0003 14.9336C16.5894 14.9336 17.0669 15.4112 17.0669 16.0003Z' fill='%232564DD'/%3E%3Cpath d='M19.1992 5.33301V26.6663' stroke='%232564DD' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.howitworks .container .right .advantage .i-5,
.protect_privacy .container .right .advantage .i-5 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M9.59961 17.0664C9.59961 17.0664 11.5196 14.9331 15.9996 14.9331C20.4796 14.9331 22.3996 17.0664 22.3996 17.0664' stroke='%232564DD' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M26.6661 18.1328C26.6661 22.1555 26.6661 24.1668 25.4165 25.4165C24.1668 26.6661 22.1555 26.6661 18.1328 26.6661' stroke='%232564DD' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M13.8654 26.6661C9.84271 26.6661 7.83139 26.6661 6.58171 25.4165C5.33203 24.1668 5.33203 22.1555 5.33203 18.1328' stroke='%232564DD' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M13.8654 5.33301C9.84271 5.33301 7.83139 5.33301 6.58171 6.58269C5.33203 7.83236 5.33203 9.84369 5.33203 13.8663' stroke='%232564DD' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M18.1328 5.33301C22.1555 5.33301 24.1668 5.33301 25.4165 6.58269C26.6661 7.83236 26.6661 9.84369 26.6661 13.8663' stroke='%232564DD' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.howitworks .container .right .advantage .i-6,
.protect_privacy .container .right .advantage .i-6 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M13.8659 11.7337C12.9744 11.0639 11.8662 10.667 10.6654 10.667C7.71985 10.667 5.33203 13.0548 5.33203 16.0003C5.33203 18.9458 7.71985 21.3337 10.6654 21.3337C13.6109 21.3337 14.3987 19.2003 15.9987 16.0003C17.5987 12.8003 18.3865 10.667 21.332 10.667C24.2776 10.667 26.6654 13.0548 26.6654 16.0003C26.6654 18.9458 24.2776 21.3337 21.332 21.3337C20.1313 21.3337 19.0234 20.9366 18.132 20.267' stroke='%232564DD' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.howitworks .container .right .advantage .i-7,
.protect_privacy .container .right .advantage .i-7 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M13.8654 26.6669C9.84271 26.6669 7.83139 26.6669 6.58171 25.4172C5.33203 24.1675 5.33203 23.2228 5.33203 19.2002' stroke='%232564DD' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M26.6661 19.2002C26.6661 23.2228 26.6661 24.1675 25.4165 25.4172C24.1668 26.6669 22.1555 26.6669 18.1328 26.6669' stroke='%232564DD' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M18.1328 5.33301C22.1555 5.33301 24.1668 5.33301 25.4165 6.58269C26.6661 7.83236 26.6661 8.77702 26.6661 12.7997' stroke='%232564DD' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M13.8654 5.33301C9.84271 5.33301 7.83139 5.33301 6.58171 6.58269C5.33203 7.83236 5.33203 8.77702 5.33203 12.7997' stroke='%232564DD' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M5.33203 16H26.6654' stroke='%232564DD' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.howitworks .container .right .advantage .i-8,
.protect_privacy .container .right .advantage .i-8 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M5.33203 20.5832C4.91782 20.5832 4.58203 20.919 4.58203 21.3332C4.58203 21.7474 4.91782 22.0832 5.33203 22.0832V20.5832ZM14.663 18.226L14.0199 17.8401L14.663 18.226ZM17.3344 13.7738L17.9775 14.1596V14.1596L17.3344 13.7738ZM26.6654 10.6665L27.1957 11.1969C27.4886 10.904 27.4886 10.4291 27.1957 10.1362L26.6654 10.6665ZM24.0017 12.2695C23.7088 12.5624 23.7088 13.0373 24.0017 13.3302C24.2946 13.6231 24.7695 13.6231 25.0624 13.3302L24.0017 12.2695ZM25.0624 8.00287C24.7695 7.70998 24.2946 7.70998 24.0017 8.00287C23.7088 8.29577 23.7088 8.77064 24.0017 9.06353L25.0624 8.00287ZM19.4339 11.0819L19.0643 10.4292L19.0643 10.4292L19.4339 11.0819ZM5.33203 22.0832H9.17508V20.5832H5.33203V22.0832ZM15.3062 18.6118L17.9775 14.1596L16.6912 13.3879L14.0199 17.8401L15.3062 18.6118ZM22.8223 11.4165H26.6654V9.91654H22.8223V11.4165ZM26.135 10.1362L24.0017 12.2695L25.0624 13.3302L27.1957 11.1969L26.135 10.1362ZM27.1957 10.1362L25.0624 8.00287L24.0017 9.06353L26.135 11.1969L27.1957 10.1362ZM17.9775 14.1596C18.4402 13.3885 18.7606 12.8561 19.0533 12.4607C19.3363 12.0785 19.5597 11.8725 19.8034 11.7345L19.0643 10.4292C18.5745 10.7066 18.2034 11.0878 17.8477 11.5682C17.5017 12.0355 17.1392 12.6414 16.6912 13.3879L17.9775 14.1596ZM22.8223 9.91654C21.9517 9.91654 21.2457 9.91572 20.6669 9.97197C20.072 10.0298 19.5542 10.1519 19.0643 10.4292L19.8034 11.7345C20.0471 11.5965 20.3386 11.511 20.812 11.4649C21.3016 11.4174 21.923 11.4165 22.8223 11.4165V9.91654ZM9.17508 22.0832C10.0457 22.0832 10.7517 22.084 11.3305 22.0278C11.9254 21.9699 12.4432 21.8479 12.933 21.5705L12.194 20.2652C11.9503 20.4032 11.6588 20.4888 11.1854 20.5348C10.6958 20.5824 10.0744 20.5832 9.17508 20.5832V22.0832ZM14.0199 17.8401C13.5572 18.6113 13.2368 19.1437 12.9441 19.539C12.6611 19.9213 12.4377 20.1272 12.194 20.2652L12.933 21.5705C13.4229 21.2931 13.794 20.912 14.1497 20.4316C14.4957 19.9642 14.8582 19.3584 15.3062 18.6118L14.0199 17.8401Z' fill='%232564DD'/%3E%3Cpath d='M5.33203 9.91699C4.91782 9.91699 4.58203 10.2528 4.58203 10.667C4.58203 11.0812 4.91782 11.417 5.33203 11.417V9.91699ZM26.6654 21.3337L27.1957 21.864C27.4886 21.5711 27.4886 21.0962 27.1957 20.8033L26.6654 21.3337ZM25.0624 18.67C24.7695 18.3771 24.2946 18.3771 24.0017 18.67C23.7088 18.9629 23.7088 19.4378 24.0017 19.7307L25.0624 18.67ZM24.0017 22.9367C23.7088 23.2296 23.7088 23.7044 24.0017 23.9973C24.2946 24.2902 24.7695 24.2902 25.0624 23.9973L24.0017 22.9367ZM20.3991 21.2747L20.5424 20.5385H20.5424L20.3991 21.2747ZM18.5618 18.8145C18.3487 18.4593 17.888 18.3441 17.5328 18.5572C17.1776 18.7703 17.0625 19.231 17.2756 19.5862L18.5618 18.8145ZM18.6316 20.274L19.1892 19.7723L18.6316 20.274ZM11.5983 10.7259L11.7416 9.98976L11.5983 10.7259ZM13.4356 13.1862C13.6487 13.5414 14.1094 13.6566 14.4646 13.4434C14.8198 13.2303 14.9349 12.7696 14.7218 12.4145L13.4356 13.1862ZM13.3658 11.7267L12.8082 12.2283L13.3658 11.7267ZM5.33203 11.417H10.3108V9.91699H5.33203V11.417ZM21.6866 22.0837H26.6654V20.5837H21.6866V22.0837ZM27.1957 20.8033L25.0624 18.67L24.0017 19.7307L26.135 21.864L27.1957 20.8033ZM26.135 20.8033L24.0017 22.9367L25.0624 23.9973L27.1957 21.864L26.135 20.8033ZM21.6866 20.5837C20.9998 20.5837 20.7575 20.5804 20.5424 20.5385L20.2558 22.0109C20.6465 22.0869 21.0605 22.0837 21.6866 22.0837V20.5837ZM17.2756 19.5862C17.5977 20.123 17.8079 20.4797 18.0741 20.7756L19.1892 19.7723C19.0427 19.6095 18.9151 19.4033 18.5618 18.8145L17.2756 19.5862ZM20.5424 20.5385C20.0201 20.4369 19.5451 20.1679 19.1892 19.7723L18.0741 20.7756C18.6479 21.4134 19.4137 21.847 20.2558 22.0109L20.5424 20.5385ZM10.3108 11.417C10.9975 11.417 11.2399 11.4203 11.455 11.4621L11.7416 9.98976C11.3509 9.91372 10.9369 9.91699 10.3108 9.91699V11.417ZM14.7218 12.4145C14.3997 11.8776 14.1895 11.5209 13.9233 11.225L12.8082 12.2283C12.9547 12.3912 13.0823 12.5973 13.4356 13.1862L14.7218 12.4145ZM11.455 11.4621C11.9773 11.5638 12.4523 11.8327 12.8082 12.2283L13.9233 11.225C13.3495 10.5873 12.5837 10.1537 11.7416 9.98976L11.455 11.4621Z' fill='%232564DD'/%3E%3C/svg%3E");
}

.howitworks .container .right .advantage .i-9,
.protect_privacy .container .right .advantage .i-9 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M13.8654 26.6663C18.5782 26.6663 22.3987 22.8458 22.3987 18.1329C22.3987 13.4201 18.5782 9.59961 13.8654 9.59961C9.15254 9.59961 5.33203 13.4201 5.33203 18.1329C5.33203 19.4508 5.63078 20.6989 6.16424 21.8132C6.3476 22.1962 6.41197 22.6301 6.30222 23.0403L5.95231 24.348C5.67652 25.3788 6.61951 26.3218 7.65027 26.046L8.95804 25.6961C9.36823 25.5863 9.80212 25.6507 10.1851 25.8341C11.2994 26.3675 12.5475 26.6663 13.8654 26.6663Z' stroke='%232564DD' stroke-width='1.5'/%3E%3Cpath d='M22.3987 18.6683C22.4696 18.6387 22.5399 18.608 22.6096 18.5762C22.9958 18.3998 23.4292 18.3338 23.8394 18.4435L24.3471 18.5794C25.3779 18.8552 26.3209 17.9122 26.0451 16.8814L25.9092 16.3737C25.7995 15.9635 25.8655 15.5301 26.0419 15.1439C26.4423 14.2674 26.6654 13.2929 26.6654 12.2663C26.6654 8.43717 23.5612 5.33301 19.732 5.33301C16.8496 5.33301 14.378 7.09193 13.332 9.59498' stroke='%232564DD' stroke-width='1.5'/%3E%3Cpath d='M11.1997 18.1331C11.1997 18.7222 10.7222 19.1997 10.1331 19.1997C9.54397 19.1997 9.06641 18.7222 9.06641 18.1331C9.06641 17.544 9.54397 17.0664 10.1331 17.0664C10.7222 17.0664 11.1997 17.544 11.1997 18.1331Z' fill='%232564DD'/%3E%3Cpath d='M14.9331 18.1331C14.9331 18.7222 14.4555 19.1997 13.8664 19.1997C13.2773 19.1997 12.7997 18.7222 12.7997 18.1331C12.7997 17.544 13.2773 17.0664 13.8664 17.0664C14.4555 17.0664 14.9331 17.544 14.9331 18.1331Z' fill='%232564DD'/%3E%3Cpath d='M18.6664 18.1331C18.6664 18.7222 18.1888 19.1997 17.5997 19.1997C17.0106 19.1997 16.5331 18.7222 16.5331 18.1331C16.5331 17.544 17.0106 17.0664 17.5997 17.0664C18.1888 17.0664 18.6664 17.544 18.6664 18.1331Z' fill='%232564DD'/%3E%3C/svg%3E");
}

.howitworks .container .right .advantage .i-10,
.protect_privacy .container .right .advantage .i-10 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M18.132 24.5335C22.1547 24.5335 24.166 24.5335 25.4157 23.2838C26.6654 22.0341 26.6654 20.0228 26.6654 16.0001C26.6654 11.9775 26.6654 9.96615 25.4157 8.71647C24.166 7.4668 22.1547 7.4668 18.132 7.4668H10.132C9.63674 7.4668 9.38909 7.4668 9.18049 7.48734C7.15478 7.68686 5.55209 9.28954 5.35258 11.3153C5.33203 11.5239 5.33203 11.7715 5.33203 12.2668' stroke='%232564DD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.932 24.5336C14.932 19.2317 10.634 14.9336 5.33203 14.9336' stroke='%232564DD' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M11.732 24.5328C11.732 20.9982 8.86665 18.1328 5.33203 18.1328' stroke='%232564DD' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8.53203 24.533C8.53203 22.7657 7.09934 21.333 5.33203 21.333' stroke='%232564DD' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.howitworks .container .right .advantage .i-11,
.protect_privacy .container .right .advantage .i-11 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M26.6654 8.92254L27.4154 8.92255V8.92254H26.6654ZM13.2835 17.3894L13.8127 16.8579L13.2835 17.3894ZM13.2835 12.313L13.8127 12.8445L13.2835 12.313ZM19.6558 18.6585L19.1266 18.127L19.6558 18.6585ZM14.558 18.6585L14.0288 19.1899L14.558 18.6585ZM25.0817 13.2555L25.6109 13.7869V13.7869L25.0817 13.2555ZM26.6654 9.44822L25.9154 9.44822V9.44822H26.6654ZM18.7094 6.91003L18.1802 6.37859L18.7094 6.91003ZM16.3617 16.6517C16.6552 16.3595 16.6562 15.8846 16.3639 15.5911C16.0716 15.2976 15.5967 15.2966 15.3032 15.5888L16.3617 16.6517ZM11.4215 14.1672L11.9515 13.6365L11.9507 13.6357L11.4215 14.1672ZM15.4259 10.4048C15.7744 10.6288 16.2384 10.5279 16.4624 10.1794C16.6864 9.83101 16.5855 9.36698 16.2371 9.14299L15.4259 10.4048ZM15.2476 9.39853L14.842 10.0294L14.842 10.0294L15.2476 9.39853ZM12.863 8.17644L12.9725 7.43448L12.863 8.17644ZM8.31444 10.9157L8.84364 11.4472H8.84364L8.31444 10.9157ZM11.2045 8.38814L11.4916 9.08101L11.2045 8.38814ZM8.9065 12.2159L9.18249 11.5186L9.18249 11.5186L8.9065 12.2159ZM9.02084 12.2616L8.73543 12.9552L9.02084 12.2616ZM10.53 13.2794L11.0592 12.7479H11.0592L10.53 13.2794ZM10.4426 13.1929L9.92061 13.7315L10.4426 13.1929ZM8.55512 12.0769L8.27912 12.7742L8.27912 12.7742L8.55512 12.0769ZM17.8494 20.6263L17.3194 21.1569C17.331 21.1685 17.343 21.1797 17.3553 21.1905L17.8494 20.6263ZM22.835 15.7133C22.6097 15.3657 22.1453 15.2666 21.7977 15.4919C21.4502 15.7172 21.3511 16.1817 21.5764 16.5292L22.835 15.7133ZM22.5826 16.7027L21.9533 17.1107V17.1107L22.5826 16.7027ZM23.8099 19.0772L24.5517 18.9668L23.8099 19.0772ZM21.059 23.6066L21.5882 24.1381L21.5882 24.1381L21.059 23.6066ZM23.5973 20.7288L24.2893 21.018L23.5973 20.7288ZM19.9365 23.4761L20.6331 23.1981L19.9365 23.4761ZM19.4965 22.464L18.8391 22.8251L19.4965 22.464ZM18.3347 21.0512L18.8639 20.5197L18.8468 20.5028L18.8288 20.487L18.3347 21.0512ZM19.0937 21.8543L19.6837 21.3913L19.0937 21.8543ZM20.981 23.6843L20.4518 23.1529L20.4518 23.1529L20.981 23.6843ZM17.5885 20.3656L17.3295 19.6618L17.5885 20.3656ZM11.5851 14.3305L12.2808 14.6106L11.5851 14.3305ZM9.64679 17.4759C9.93986 17.1832 9.94015 16.7083 9.64743 16.4153C9.35472 16.1222 8.87985 16.1219 8.58677 16.4146L9.64679 17.4759ZM7.31226 18.7476L6.78225 18.217H6.78225L7.31226 18.7476ZM5.67178 17.1091L5.14178 16.5785H5.14178L5.67178 17.1091ZM6.36584 17.4759C6.65891 17.1832 6.6592 16.7083 6.36649 16.4153C6.07377 16.1222 5.5989 16.1219 5.30583 16.4146L6.36584 17.4759ZM15.5428 23.4168C15.8358 23.1241 15.8361 22.6493 15.5434 22.3562C15.2507 22.0631 14.7758 22.0628 14.4828 22.3555L15.5428 23.4168ZM13.2082 24.6885L13.7383 25.2192L13.2082 24.6885ZM14.8487 26.327L15.3787 26.8577L14.8487 26.327ZM15.5428 26.6938C15.8358 26.4011 15.8361 25.9262 15.5434 25.6331C15.2507 25.3401 14.7758 25.3398 14.4828 25.6325L15.5428 26.6938ZM14.505 21.4958C14.7978 21.2029 14.7978 20.728 14.505 20.4351C14.2121 20.1422 13.7372 20.1422 13.4443 20.4351L14.505 21.4958ZM11.2017 22.6777C10.9088 22.9706 10.9088 23.4455 11.2017 23.7384C11.4946 24.0313 11.9695 24.0313 12.2624 23.7384L11.2017 22.6777ZM11.5442 18.5386C11.8371 18.2457 11.8371 17.7709 11.5442 17.478C11.2513 17.1851 10.7764 17.1851 10.4835 17.478L11.5442 18.5386ZM8.2255 19.736C7.93261 20.0289 7.93261 20.5038 8.2255 20.7967C8.5184 21.0896 8.99327 21.0896 9.28616 20.7967L8.2255 19.736ZM11.1215 21.9176C11.4177 21.628 11.4229 21.1531 11.1333 20.857C10.8437 20.5608 10.3689 20.5556 10.0727 20.8452L11.1215 21.9176ZM8.24919 22.6286C7.95305 22.9182 7.94777 23.393 8.23738 23.6892C8.527 23.9853 9.00184 23.9906 9.29798 23.701L8.24919 22.6286ZM24.5525 12.724L19.1266 18.127L20.185 19.1899L25.6109 13.7869L24.5525 12.724ZM15.0872 18.127L13.8127 16.8579L12.7543 17.9208L14.0288 19.1899L15.0872 18.127ZM13.8127 12.8445L19.2386 7.44148L18.1802 6.37859L12.7543 11.7816L13.8127 12.8445ZM22.5327 6.08301H23.0607V4.58301H22.5327V6.08301ZM25.9154 8.92254L25.9154 9.44822L27.4154 9.44822L27.4154 8.92255L25.9154 8.92254ZM23.0607 6.08301C23.9314 6.08301 24.5093 6.08459 24.9388 6.14208C25.347 6.19674 25.507 6.28931 25.6083 6.39013L26.6667 5.32724C26.24 4.90238 25.7112 4.73212 25.1378 4.65535C24.5857 4.58143 23.8892 4.58301 23.0607 4.58301V6.08301ZM27.4154 8.92254C27.4154 8.09777 27.417 7.40343 27.3426 6.85284C27.2653 6.28036 27.0938 5.75252 26.6667 5.32724L25.6083 6.39013C25.7091 6.49052 25.8014 6.64855 25.8561 7.05355C25.9138 7.48044 25.9154 8.05519 25.9154 8.92254H27.4154ZM13.8127 16.8579C13.1969 16.2447 12.7897 15.8369 12.5271 15.4942C12.2777 15.1687 12.2312 14.992 12.2312 14.8512H10.7312C10.7312 15.4538 10.985 15.9479 11.3364 16.4065C11.6746 16.8479 12.1686 17.3376 12.7543 17.9208L13.8127 16.8579ZM14.0288 19.1899C14.6146 19.7732 15.1062 20.265 15.5494 20.6017C16.01 20.9517 16.5047 21.2032 17.1069 21.2032V19.7032C16.9626 19.7032 16.7836 19.6557 16.4568 19.4074C16.1125 19.1458 15.703 18.7402 15.0872 18.127L14.0288 19.1899ZM25.6109 13.7869C26.3487 13.0522 26.8755 12.5465 27.1521 11.8816L25.7671 11.3055C25.632 11.6302 25.3774 11.9026 24.5525 12.724L25.6109 13.7869ZM25.9154 9.44822C25.9154 10.61 25.902 10.9812 25.7671 11.3055L27.1521 11.8816C27.4287 11.2165 27.4154 10.4872 27.4154 9.44822H25.9154ZM19.2386 7.44148C20.0632 6.62037 20.3371 6.36622 20.6643 6.23127L20.0923 4.8446C19.4258 5.11951 18.9184 5.64347 18.1802 6.37859L19.2386 7.44148ZM22.5327 4.58301C21.4887 4.58301 20.7585 4.56983 20.0923 4.8446L20.6643 6.23127C20.9918 6.09619 21.3667 6.08301 22.5327 6.08301V4.58301ZM14.45 18.5554L16.3617 16.6517L15.3032 15.5888L13.3915 17.4925L14.45 18.5554ZM16.2371 9.14299L15.6531 8.76764L14.842 10.0294L15.4259 10.4048L16.2371 9.14299ZM15.6531 8.76764C15.0772 8.39738 14.6097 8.09625 14.2068 7.87944C13.7945 7.65754 13.4049 7.49831 12.9725 7.43448L12.7535 8.91841C12.9487 8.94722 13.1657 9.02254 13.496 9.20029C13.8357 9.38312 14.2467 9.64671 14.842 10.0294L15.6531 8.76764ZM8.84364 11.4472C9.36637 10.9267 9.92593 10.3697 10.4285 9.91175C10.6796 9.68297 10.9076 9.48716 11.1025 9.33712C11.309 9.17815 11.4359 9.10408 11.4916 9.08101L10.9173 7.69528C10.6718 7.79702 10.4169 7.97192 10.1874 8.14853C9.94643 8.33407 9.68443 8.56046 9.41827 8.80297C8.88635 9.28763 8.30208 9.86962 7.78524 10.3843L8.84364 11.4472ZM12.9725 7.43448C12.281 7.33241 11.5702 7.42471 10.9173 7.69528L11.4916 9.08101C11.9011 8.91129 12.3381 8.8571 12.7535 8.91841L12.9725 7.43448ZM8.27912 12.7742L8.6305 12.9133L9.18249 11.5186L8.83111 11.3795L8.27912 12.7742ZM10.0008 13.8108L10.8923 14.6986L11.9507 13.6357L11.0592 12.7479L10.0008 13.8108ZM8.6305 12.9133C8.68969 12.9367 8.71293 12.9459 8.73543 12.9552L9.30625 11.5681C9.27221 11.5541 9.23807 11.5406 9.18249 11.5186L8.6305 12.9133ZM11.0592 12.7479C11.0169 12.7058 10.9909 12.6799 10.9645 12.6543L9.92061 13.7315C9.93804 13.7484 9.95575 13.766 10.0008 13.8108L11.0592 12.7479ZM8.73543 12.9552C9.17661 13.1367 9.57881 13.4003 9.92061 13.7315L10.9645 12.6543C10.4859 12.1905 9.92309 11.8219 9.30625 11.5681L8.73543 12.9552ZM7.78524 10.3843C7.03865 11.1277 7.30269 12.3878 8.27912 12.7742L8.83111 11.3795C8.83105 11.3795 8.83168 11.3797 8.83283 11.3804C8.83398 11.381 8.83543 11.3819 8.83707 11.3831C8.84045 11.3856 8.84367 11.3886 8.84641 11.392C8.85171 11.3985 8.85393 11.4043 8.85483 11.4087C8.85573 11.413 8.85608 11.4196 8.85365 11.4281C8.85074 11.4383 8.84551 11.4453 8.84364 11.4472L7.78524 10.3843ZM21.5764 16.5292L21.9533 17.1107L23.212 16.2947L22.835 15.7133L21.5764 16.5292ZM20.5298 23.0752L20.4518 23.1529L21.5102 24.2157L21.5882 24.1381L20.5298 23.0752ZM21.9533 17.1107C22.3377 17.7036 22.6023 18.1127 22.7858 18.4508C22.9642 18.7795 23.0394 18.9947 23.0681 19.1877L24.5517 18.9668C24.4874 18.5348 24.3271 18.146 24.1041 17.7352C23.8863 17.3339 23.5838 16.8682 23.212 16.2947L21.9533 17.1107ZM21.5882 24.1381C22.1051 23.6234 22.6895 23.0416 23.1762 22.5119C23.4198 22.2469 23.6472 21.9859 23.8335 21.7459C24.0109 21.5175 24.1868 21.2632 24.2893 21.018L22.9053 20.4396C22.8824 20.4943 22.8084 20.6203 22.6487 20.826C22.4981 21.02 22.3015 21.247 22.0717 21.497C21.6119 21.9975 21.0525 22.5547 20.5298 23.0752L21.5882 24.1381ZM23.0681 19.1877C23.1294 19.5995 23.0753 20.0329 22.9053 20.4396L24.2893 21.018C24.5615 20.3667 24.6545 19.6573 24.5517 18.9668L23.0681 19.1877ZM18.8288 20.487L18.3435 20.062L17.3553 21.1905L17.8406 21.6154L18.8288 20.487ZM20.6331 23.1981C20.4343 22.7001 20.3132 22.3932 20.1539 22.103L18.8391 22.8251C18.9441 23.0163 19.0282 23.2236 19.2399 23.7541L20.6331 23.1981ZM17.8054 21.5826C18.2108 21.9863 18.3688 22.1454 18.5036 22.3173L19.6837 21.3913C19.4793 21.1308 19.2444 20.8987 18.8639 20.5197L17.8054 21.5826ZM20.1539 22.103C20.0168 21.8534 19.8596 21.6154 19.6837 21.3913L18.5036 22.3173C18.6291 22.4772 18.7413 22.647 18.8391 22.8251L20.1539 22.103ZM21.6755 11.7816C21.2643 12.1911 20.5963 12.1911 20.185 11.7816L19.1266 12.8445C20.1231 13.8368 21.7375 13.8368 22.734 12.8445L21.6755 11.7816ZM20.185 11.7816C19.7756 11.3738 19.7756 10.714 20.185 10.3063L19.1266 9.24338C18.1284 10.2374 18.1284 11.8504 19.1266 12.8445L20.185 11.7816ZM20.185 10.3063C20.5963 9.89678 21.2643 9.89678 21.6755 10.3063L22.734 9.24339C21.7375 8.25108 20.1231 8.25108 19.1266 9.24338L20.185 10.3063ZM21.6755 10.3063C22.085 10.714 22.085 11.3738 21.6755 11.7816L22.734 12.8445C23.7322 11.8504 23.7322 10.2374 22.734 9.24339L21.6755 10.3063ZM20.4518 23.1529C20.4821 23.1227 20.5223 23.1171 20.5472 23.122C20.5724 23.1271 20.6139 23.15 20.6331 23.1981L19.2399 23.7541C19.6112 24.6843 20.8158 24.9073 21.5103 24.2157L20.4518 23.1529ZM19.1266 18.127C18.6516 18.6 18.2961 18.9534 17.9912 19.2165C17.685 19.4806 17.4833 19.6052 17.3295 19.6618L17.8474 21.0695C18.2535 20.9201 18.6174 20.6572 18.9709 20.3523C19.3257 20.0463 19.724 19.6491 20.185 19.1899L19.1266 18.127ZM17.3295 19.6618C17.2494 19.6912 17.179 19.7032 17.1069 19.7032V21.2032C17.3647 21.2032 17.61 21.1568 17.8474 21.0695L17.3295 19.6618ZM18.3794 20.0956L18.1185 19.835L17.0585 20.8963L17.3194 21.1569L18.3794 20.0956ZM12.7543 11.7816C12.3043 12.2297 11.9138 12.618 11.6103 12.9639C11.3082 13.3083 11.0462 13.6609 10.8893 14.0504L12.2808 14.6106C12.3432 14.4557 12.4739 14.2541 12.7379 13.9532C13.0006 13.6537 13.3497 13.3055 13.8127 12.8445L12.7543 11.7816ZM10.8893 14.0504C10.7868 14.3052 10.7312 14.5702 10.7312 14.8512H12.2312C12.2312 14.7752 12.2448 14.6999 12.2808 14.6106L10.8893 14.0504ZM10.8915 14.6978L11.0551 14.8612L12.1151 13.7999L11.9515 13.6365L10.8915 14.6978ZM8.58677 16.4146L6.78225 18.217L7.84227 19.2783L9.64679 17.4759L8.58677 16.4146ZM6.20179 17.6398L6.36584 17.4759L5.30583 16.4146L5.14178 16.5785L6.20179 17.6398ZM6.20179 18.217C6.04211 18.0575 6.04211 17.7993 6.20179 17.6398L5.14178 16.5785C4.39545 17.3239 4.39545 18.5328 5.14178 19.2783L6.20179 18.217ZM6.78225 18.217C6.62207 18.3769 6.36198 18.3769 6.20179 18.217L5.14178 19.2783C5.8876 20.0232 7.09644 20.0232 7.84227 19.2783L6.78225 18.217ZM14.4828 22.3555L12.6782 24.1579L13.7383 25.2192L15.5428 23.4168L14.4828 22.3555ZM15.3787 26.8577L15.5428 26.6938L14.4828 25.6325L14.3187 25.7963L15.3787 26.8577ZM12.6782 26.8577C13.4241 27.6026 14.6329 27.6026 15.3787 26.8577L14.3187 25.7963C14.1585 25.9563 13.8984 25.9563 13.7383 25.7963L12.6782 26.8577ZM12.6782 24.1579C11.9319 24.9033 11.9319 26.1122 12.6782 26.8577L13.7383 25.7963C13.5786 25.6369 13.5786 25.3787 13.7383 25.2192L12.6782 24.1579ZM13.4443 20.4351L11.2017 22.6777L12.2624 23.7384L14.505 21.4958L13.4443 20.4351ZM10.4835 17.478L8.2255 19.736L9.28616 20.7967L11.5442 18.5386L10.4835 17.478ZM10.0727 20.8452L8.24919 22.6286L9.29798 23.701L11.1215 21.9176L10.0727 20.8452Z' fill='%232564DD'/%3E%3C/svg%3E");
}

.howitworks .container .right .advantage .i-12,
.protect_privacy .container .right .advantage .i-12 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M14.932 21.333H11.732C8.71504 21.333 7.20655 21.333 6.26929 20.3958C5.33203 19.4585 5.33203 17.95 5.33203 14.933V13.8663C5.33203 9.84369 5.33203 7.83236 6.58171 6.58269C7.83139 5.33301 9.84271 5.33301 13.8654 5.33301H19.732C22.2223 5.33301 23.4674 5.33301 24.41 5.83681C25.1542 6.23461 25.7638 6.84416 26.1616 7.58838C26.6654 8.53093 26.6654 9.77607 26.6654 12.2663' stroke='%232564DD' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M18.1328 19.2003C18.1328 17.1889 18.1328 16.1833 18.7577 15.5584C19.3825 14.9336 20.3882 14.9336 22.3995 14.9336C24.4108 14.9336 25.4165 14.9336 26.0413 15.5584C26.6661 16.1833 26.6661 17.1889 26.6661 19.2003V22.4003C26.6661 24.4116 26.6661 25.4172 26.0413 26.0421C25.4165 26.6669 24.4108 26.6669 22.3995 26.6669C20.3882 26.6669 19.3825 26.6669 18.7577 26.0421C18.1328 25.4172 18.1328 24.4116 18.1328 22.4003V19.2003Z' stroke='%232564DD' stroke-width='1.5'/%3E%3Cpath d='M23.4654 24.5332H21.332' stroke='%232564DD' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M14.9324 26.667H11.7324' stroke='%232564DD' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M14.9336 26.6663V21.333' stroke='%232564DD' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M14.932 17.0664H5.33203' stroke='%232564DD' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.howitworks .container .right .advantage:not(:last-child),
.protect_privacy .container .right .advantage:not(:last-child) {
    margin-bottom: 16px;
}

.howitworks .container .right .get-vpn,
.protect_privacy .container .right .get-vpn {
    display: block;
    margin-top: 32px;
    border-radius: 10px;
    background: #181b28;
    border: 1px solid #181b28;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: "Nunito 400";
    line-height: 24px;
    padding: 12px 0;
    cursor: pointer;
    transition: all 0.2s;
}

.howitworks .container .right .get-vpn:hover,
.protect_privacy .container .right .get-vpn:hover {
    background: #fff;
    color: #ed6b2f;
    border: 1px solid #ed6b2f;
}

.sppedservers {
    margin-bottom: 130px;
}

.sppedservers .container .wrapp {
    width: 100%;
    height: 416px;
    border-radius: 30px;
    background: #eadff8;
    padding: 64px 0 64px 64px;
    display: flex;
    align-items: center;
    background-image: url("../img/new/main/speedservers-bg.svg");
}

.sppedservers .container .wrapp .content {
    width: 475px;
    margin-right: 160px;
}

.sppedservers .container .wrapp .content h3 {
    color: #181b28;
    font-size: 46px;
    font-family: "Nunito 700";
    line-height: 58px;
    margin-bottom: 20px;
}

.sppedservers .container .wrapp .content .quantity {
    display: flex;
}

.sppedservers .container .wrapp .content .quantity .left p,
.sppedservers .container .wrapp .content .quantity .right p {
    color: #2564dd;
    font-size: 32px;
    font-family: "Nunito 700";
    line-height: 44px;
}

.sppedservers .container .wrapp .content .quantity .left span,
.sppedservers .container .wrapp .content .quantity .right span {
    color: #181b28;
    font-size: 18px;
    font-family: "Nunito 400";
    line-height: 24px;
    margin-bottom: 20px;
    display: block;
}

.sppedservers .container .wrapp .content .quantity .left {
    margin-right: 42px;
}

.sppedservers .container .wrapp .content .quantity .right div {
    width: 44px;
    height: 44px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44' fill='none'%3E%3Cpath d='M18.2009 14.8C16.613 13.6698 14.6391 13 12.5 13C7.25329 13 3 17.0294 3 22C3 26.9706 7.25329 31 12.5 31C17.7467 31 19.15 27.4 22 22C24.85 16.6 26.2533 13 31.5 13C36.7467 13 41 17.0294 41 22C41 26.9706 36.7467 31 31.5 31C29.3612 31 27.3878 30.33 25.8 29.2' stroke='%23ED6B2F' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.sppedservers .container .wrapp .img {
    width: 418px;
    height: 416px;
    background-image: url("../img/new/main/speedservers-img.svg");
}

.reviews {
    background: #f4f7fc;
    padding-top: 100px;
    width: 100%;
}

.reviews h3 {
    color: #181b28;
    text-align: center;
    font-size: 46px;
    font-family: "Nunito 700";
    line-height: 58px;
    margin-bottom: 64px;
}

.reviews h3 p {
    color: #ed6b2f;
    display: inline-block;
    margin-right: 10px;
}

.reviews .swiper {
    width: 100%;
    overflow: hidden;
}

.reviews .swiper .swiper-wrapper {
    display: flex;
    width: max-content;
    margin-bottom: 64px;
}

.reviews .swiper .swiper-wrapper .item {
    width: 580px;
    height: 360px;
    border-radius: 30px;
    background: #fff;
    padding: 42px 32px 0 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.2s linear;
}

.reviews .swiper .swiper-wrapper .item .photo {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    margin-bottom: 16px;
}

/* .reviews .swiper .swiper-wrapper .item .p-one {
    background-image: url("../img/new/main/rev-one.png");
}

.reviews .swiper .swiper-wrapper .item .p-two {
    background-image: url("../img/new/main/rev-two.png");
} */

/* .reviews .swiper .swiper-wrapper .item .p-three {
    background-image: url("../img/new/main/rev-three.svg");
} */

.reviews .swiper .swiper-wrapper .item .name {
    color: #181b28;
    text-align: center;
    font-size: 18px;
    font-family: "Nunito 500";
    line-height: 24px;
    margin-bottom: 16px;
}

.reviews .swiper .swiper-wrapper .item .text {
    color: #181b28;
    text-align: center;
    font-size: 18px;
    font-family: "Nunito 400";
    line-height: 24px;
}

.reviews .swiper .swiper-wrapper .swiper-slide-active {
    background: #d6eaff;
}

.reviews .swiper-pagination {
    height: 12px;
    display: flex;
    margin: 0 auto 100px;
    width: fit-content;
}

.reviews .swiper-pagination .swiper-pagination-bullet {
    display: block;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    transition: all 0.2s linear;
    cursor: pointer;
    background-color: rgba(24, 27, 40, 0.1);
}

.reviews .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #181b28;
}

.paymetods {
    width: 100%;
    margin-bottom: 130px;
}

.paymetods .scroll {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    margin: 0;
    padding: 0;
}

.paymetods .m-scroll {
    overflow: hidden;
    white-space: nowrap;
    animation: scrollPayments 50s infinite linear;
    margin: 0;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    width: fit-content;
}

.paymetods span {
    width: 190px;
    height: 140px;
    background-size: contain;
    background-position: center;
    display: inline-block;
}

@keyframes scrollPayments {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}

.paymetods .visa {
    background-image: url("../img/new/main/visa.svg");
}

.paymetods .mastercard {
    background-image: url("../img/new/main/mastercard.svg");
}

.paymetods .bitcoin {
    background-image: url("../img/new/main/bitcoin.svg");
}

.paymetods .paypal {
    background-image: url("../img/new/main/paypal.svg");
}

.paymetods .americanexpress {
    background-image: url("../img/new/main/americanexpress.svg");
}

.premium {
    margin-bottom: 130px;
}

.premium .container .banner {
    position: relative;
    width: 100%;
    height: 552px;
    border-radius: 30px;
    background-color: #2564dd;
    padding: 84px 20px 20px 20px;
}

.premium .container .banner .bg {
    position: absolute;
    border-radius: 30px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/new/main/premium-bg.png");
    mix-blend-mode: plus-lighter;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx) {
    .premium .container .banner .bg {
        background-size: contain !important;
        background: url("../img/new/main/premium-bg@2x.png");
    }
}

.premium .container .banner h3 {
    text-align: center;
    font-size: 46px;
    font-family: "Nunito 700";
    line-height: 58px;
    color: #fff;
    margin-bottom: 60px;
}

.premium .container .banner h3 p {
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    margin-right: 10px;
}

.premium .container .banner .elements {
    margin-bottom: 64px;
    display: flex;
    justify-content: space-around;
}

.premium .container .banner .elements .item {
    width: 354px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.premium .container .banner .elements .item .head {
    color: #fff;
    text-align: center;
    font-size: 46px;
    font-family: "Nunito 600";
    line-height: 58px;
    margin-bottom: 16px;
    position: relative;
    width: fit-content;
}

.premium .container .banner .elements .item .head::before {
    position: absolute;
    display: block;
    background: url("../img/new/main/olive-left.svg");
    width: 34px;
    height: 62px;
    top: 0;
    left: -37px;
}

.premium .container .banner .elements .item .head::after {
    position: absolute;
    display: block;
    background: url("../img/new/main/olive-right.svg");
    width: 34px;
    height: 62px;
    top: 0;
    right: -37px;
}

.premium .container .banner .elements .item .title {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-family: "Nunito 500";
    line-height: 32px;
    margin-bottom: 8px;
}

.premium .container .banner .elements .item .desc {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: "Nunito 400";
    line-height: 24px;
}

.premium .container .banner a.get-vpn {
    text-align: center;
    padding: 14px 0;
    z-index: 7;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    border-radius: 16px;
    background: #fff;
    color: #181b28;
    font-size: 16px;
    font-family: "Nunito 400";
    line-height: 24px;
    cursor: pointer;
    transition: all 0.2s;
}

.premium .container .banner a.get-vpn:hover {
    background: #ed6b2f;
    color: #fff;
}