@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/light.woff2") format("woff2"), url("../fonts/roboto/light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/light-cyr.woff2") format("woff2"), url("../fonts/roboto/light-cyr.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    unicode-range: U+0400-04FF;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/regular.woff2") format("woff2"), url("../fonts/roboto/regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/regular-cyr.woff2") format("woff2"), url("../fonts/roboto/regular-cyr.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    unicode-range: U+0400-04FF;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/medium.woff2") format("woff2"), url("../fonts/roboto/medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/medium-cyr.woff2") format("woff2"), url("../fonts/roboto/medium-cyr.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    unicode-range: U+0400-04FF;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/bold.woff2") format("woff2"), url("../fonts/roboto/bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/bold-cyr.woff2") format("woff2"), url("../fonts/roboto/bold-cyr.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    unicode-range: U+0400-04FF;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/black.woff2") format("woff2"), url("../fonts/roboto/black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/black-cyr.woff2") format("woff2"), url("../fonts/roboto/black-cyr.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    unicode-range: U+0400-04FF;
}

:root {
    /*GRAYSCALE*/

    --white: #ffffff;
    --gray100: #f3f3f3;
    --gray300: #d8d8d8;
    --gray400: #a4a4a4;
    --gray700: #888888;
    --gray900: #4d4d4d;
    --black: #131313;

    /*FEEDBACK*/

    --red400: #c23814;
    --orange400: #eb9300;

    /*BRAND*/

    --green400: #67b279;
    --green700: #4d995f;

    /*ADDITIONAL*/

    --purple400: #b267a0;
    --purple700: #994d87;
    --slateblue300: #a1b5eb;
    --slateblue400: #677bb2;
    --slateblue700: #4d6199;

    /*VPN*/

    --vpngreen400: #74a352;
    --vpngreen700: #568040;
    --vpnslateblue700: #575770;
    --vpnslateblue800: #464558;
    --vpnseagreen: #5eb0b7;

    /*NEW VPN WEBSITE VARS*/

    --big-border-radius: 89px;

    /*OLD WEBSITE VARS*/

    --greyfb: var(--gray100);
    --grey2f: var(--black);
    --grey4D: var(--gray900);
    --greyf2: var(--gray100);
    --greyf4: var(--gray100);
    --greyE3: var(--gray300);
    --grey97: var(--gray700);
    --greyf5: var(--gray100);
    --grey10: rgba(74,74,74,0.10); /*change to --gray900, opacity 0.1*/
    --greyde: var(--gray300);
    --grey65: var(--gray900);
    --grey83: var(--gray700);
    --greye9: var(--gray100);
    --grey05: rgba(0,0,0,0.5); /*change to --gray700, opacity 0.5*/
    --grey08: rgba(0,0,0,0.8); /*change to --black, opacity 0.8*/
    --grey09: rgba(0,0,0,0.9); /*change to --black, opacity 0.9*/
    --grey24: rgba(230,230,230,0.24); /*change to --gray100, opacity 0.24*/
    --grey20: rgba(74,74,74,0.20); /*change to --gray900, opacity 0.2*/
    --grey36: rgba(74,74,74,0.36); /*change to --gray900, opacity 0.36*/
    --grey70: rgba(74,74,74,0.70); /*change to --gray900, opacity 0.7*/
    --grey81: var(--gray700);
    --grey_v: var(--gray700);
    --greyc4: var(--gray300);
    --greyE2: var(--gray300);
    --grey91: var(--gray700);
    --grayF9: var(--gray100);
    --grayF7: var(--gray100);
    --graybc: var(--gray400);
    --white9: rgba(255,255,255,0.9); /*change to --white, opacity 0.9*/
    --green86: var(--green400);
    --green73: var(--green400);
    --green75: var(--green400);
    --black34: var(--black);
    --menu-shadow: inset 0 -3px 0 -1px var(--green400);
    --yellow-light:  var(--green400);
    --orange21: var(--orange400);
    --orange23: var(--orange400);
    --red12: var(--red400);
    --green-table: #eaf5ec; /*delete after new  account launch*/
    --gray-base: var(--gray900);
    --gray-bg: var(--gray100);
    --gray-input-border: var(--gray300);
    --gray-medium-text: var(--gray700);
    --gray-light-text: var(--gray300);
    --gray40: rgba(151, 151, 151, 0.4); /*change to --gray400, opacity 0.4*/
    --gray55: var(--gray900);
    --brand-primary: var(--green400);
    --brand-success: var(--green400);
    --brand-warning: var(--green400);
    --brand-warning-light: var(--green400);
    --brand-warning-ex-light: var(--gray100);
    --brand-danger: var(--red400);
    --white-color: var(--white);
    --footer-background: #585865; /*change to --gray900, opacity 0.93*/
    --footer-bottom: var(--gray900);
    --footer-social: var(--gray900);
    --footer-payment: var(--gray900);
    --black25: rgba(0, 0, 0, 0.25); /*change to --gray900, opacity 0.25*/
    --greyEF: var(--gray100);
    --red23: var(--orange400);
    --red1c: var(--red400);
    --greena1: var(--green400);
    --greyEE: var(--gray100);
    --greyEA: var(--gray100);
    --t3: 0.3s ease;
    --t2: 0.2s ease;
    --formInnerWidth: 280px;
    --desktop: 1200px;
    --desktop-small: 990px;
    --container-desktop: 1200px;
    --container-tablet: 1000px;
    --container-mobile: 760px;
    --header-height: 80px;
    --header-height-mob: 50px;
    --purchase-table-width: 780px;
    --footer-report-height: 150px;
    --footer-report-height-mobile: 65px;
    --report-wr: calc(100vh - var(--header-height) - var(--footer-report-height));
    --report-wr-mobile: calc(100vh - var(--header-height-mob) - var(--footer-report-height-mobile));
    --gray-shadow: linear-gradient(to bottom, rgba(255, 255, 255, 0) 5%, var(--gray-bg) 80%);
    --white-shadow: linear-gradient(to bottom, rgba(255, 255, 255, 0) 5%, #fff 80%);
    --shadow: rgba(0, 0, 0, 0.1);
    --standard-border-radius: 8px;
}

:root {
    /*COLORS*/

    --vpnorange700: #d58500;
    --vpndarkblue400: #323147;
    --blackshadow: rgba(0, 0, 0, 0.1);
    --blackshadow015: rgba(0, 0, 0, 0.15);
    --blackshadow05: rgba(0, 0, 0, 0.5);
    --blackshadow095: rgba(0, 0, 0, 0.95);
    --gray400shadow: rgba(44, 43, 55, 0.1);
    --vpngreen400op5: rgba(116, 163, 82, 0.05);
    --vpngreen700shadow: rgba(86, 128, 64, 0.3);
    --gray700shadow: rgba(136, 136, 136, 0.15);
    --bluegradient: linear-gradient(0deg, #e2f5ff -15.07%, rgba(255, 255, 255, 0) 100%);
    --bluegradient180: linear-gradient(180deg, #e2f5ff -15.07%, rgba(255, 255, 255, 0) 100%);

    /***GRID***/

    /*WIDTH*/

    --content-width-mobile: 320px;
    --content-width: 984px;

    /*PADDING*/

    --xs-padding: 4px;
    --s-padding: 8px;
    --m-padding: 16px;

    /***TYPOGRAPHY***/

    /*FONT-SIZING*/

    --t-font: 1.4rem;
    --xxs-font: 1.6rem;
    --xs-font: 1.8rem;
    --s-font: 2.0rem;
    --m-s-font: 2.4rem;
    --m-font: 2.8rem;
    --m-l-font: 3.2rem;
    --l-font: 4.0rem;
    --xl-font: 4.8rem;
    --xxl-font: 6.4rem;

    /*BORDER RADIUS*/

    --tiny-border-radius: 4px;
    --small-border-radius: 8px;

    /*TRANSITIONS*/

    --t4: 0.4s ease-in-out;
    --t5: 0.5s ease-in-out;

    /*HEIGHT*/

    --header-mob-height: 50px;
}

/*MEDIA QUERIES*/

/*FADE EFFECT*/

.fade-enter-active,
.fade-leave-active {
    transition: 0.3s ease opacity;
    transition: var(--t3) opacity;
}

.fade-enter, .fade-leave-to {
    opacity: 0;
    visibility: hidden;
}

/*ROBOTO*/

.button {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 1.4rem;
    line-height: 1.428571429;
    border-radius: 8px;
    border-radius: var(--standard-border-radius);
    border: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    letter-spacing: 0.04rem;
    font-family: "Akkurat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Arial, sans-serif;
    font-weight: 600
}

.button:focus {
        outline: 0;
        box-shadow: 0 0 2px 1px rgba(74,74,74,0.36);
        box-shadow: 0 0 2px 1px var(--grey36);
    }

.button--primary {
        color: #ffffff;
        color: var(--white-color);
        background-color: #67b279;
        background-color: var(--brand-primary);
        border: 1px solid #67b279;
        border: 1px solid var(--brand-primary)
    }

.button--primary:hover,
        .button--primary:focus,
        .button--primary:focus:active {
            background-color: #67b279;
            background-color: var(--green73);
            border-color: #67b279;
            border-color: var(--green73);
            outline: 0;
        }

.button--white {
        color: #4d4d4d;
        color: var(--gray-base);
        background-color: #ffffff;
        background-color: var(--white-color);
        border: 1px solid #d8d8d8;
        border: 1px solid var(--greyde)
    }

.button--white:hover,
        .button--white:focus,
        .button--white:focus:active {
            background-color: rgba(0,0,0,0.05);
            border-color: #d8d8d8;
            border-color: var(--greyde);
            outline: 0;
        }

.button--danger {
        color: #ffffff;
        color: var(--white-color);
        background-color: #c23814;
        background-color: var(--red12);
        border: 1px solid #c23814;
        border: 1px solid var(--red12)
    }

.button--danger:hover,
        .button--danger:focus,
        .button--danger:focus:active {
            background-color: #c23814;
            background-color: var(--red400);
            border-color: #c23814;
            border-color: var(--red400);
            outline: 0;
        }

.button--transparent {
        cursor: pointer;
        color: #4d4d4d;
        color: var(--gray-base);
        background-color: transparent;
        border: 1px solid transparent;
        text-decoration: none
    }

.button--transparent:hover,
        .button--transparent:focus,
        .button--transparent:focus:active {
            color: #4d4d4d;
            color: var(--gray-base);
        }

.button--border {
        color: #4d4d4d;
        color: var(--gray-base);
        background-color: transparent;
        border: 1px solid #d8d8d8;
        border: 1px solid var(--gray-input-border)
    }

.button--border:hover,
        .button--border:focus,
        .button--border:focus:active {
            color: #ffffff;
            color: var(--white-color);
            background-color: #67b279;
            background-color: var(--green73);
            border-color: #67b279;
            border-color: var(--green73);
            outline: 0;
        }

.button--download {
        position: relative;
        padding-left: 50px;
        padding-right: 30px
    }

.button--download .icon--download {
            width: 20px;
            height: 20px;
            margin: 0 3px -5px -10px;
        }

.button--border-green {
        color: #67b279;
        color: var(--brand-primary);
        background-color: #ffffff;
        background-color: var(--white-color);
        border: 1px solid #67b279;
        border: 1px solid var(--brand-primary)
    }

.button--border-green:hover,
        .button--border-green:focus,
        .button--border-green:focus:active {
            color: #ffffff;
            color: var(--white-color);
            background-color: #67b279;
            background-color: var(--green73);
            border-color: #67b279;
            border-color: var(--green73);
            outline: 0;
        }

.button--hidden {
        display: none;
    }

.button--visible {
        display: inline-block;
    }

.button--green {
        text-transform: uppercase;
        background-color: #67b279;
        background-color: var(--brand-primary);
        color: #ffffff;
        color: var(--white-color);
        transition: 0.3s ease background-color;
        transition: var(--t3) background-color
    }

.button--green:hover {
            background-color: #4d995f;
            background-color: var(--green700);
        }

.button--black {
        text-transform: uppercase;
        background-color: #4d4d4d;
        background-color: var(--gray900);
        color: #ffffff;
        color: var(--white);
        transition: 0.3s ease background-color;
        transition: var(--t3) background-color
    }

.button--black:hover {
            background-color: #131313;
            background-color: var(--black);
        }

.button--m {
        padding: 0 78px;
        font-size: 1.6rem;
        line-height: 60px
    }

@media(max-width: 1200px) {

    .button--m {
            min-width: 274px
    }
        }

@media(max-width: 1200px) {

        .button--m-main {
                min-width: 0;
                min-width: initial
        }
            }

@media(max-width: 1023px) {

        .button--m-main {
                min-width: 274px
        }
            }

.button--s {
        padding: 0 50px;
        font-size: 1.6rem;
        line-height: 50px
    }

@media(max-width: 1200px) {

    .button--s {
            min-width: 274px
    }
        }

.button--invert {
        box-shadow: inset 0 0 0 1px #67b279;
        box-shadow: inset 0 0 0 1px var(--brand-primary);
        color: #67b279;
        color: var(--green86);
        background-color: transparent;
        transition: 0.3s ease opacity;
        transition: var(--t3) opacity
    }

.button--invert .icon--download {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' stroke='%2367b279'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.6238 11.93C8.88898 11.6118 9.3619 11.5688 9.68011 11.834L12.0284 13.7909L14.3767 11.834C14.6949 11.5688 15.1678 11.6118 15.433 11.93C15.6982 12.2482 15.6552 12.7212 15.337 12.9863L12.5085 15.3434C12.2304 15.5751 11.8264 15.5751 11.5483 15.3434L8.71983 12.9863C8.40162 12.7212 8.35863 12.2482 8.6238 11.93Z' stroke='%2367b279'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 3.13623C12.4142 3.13623 12.75 3.47202 12.75 3.88623V13.3862C12.75 13.8004 12.4142 14.1362 12 14.1362C11.5858 14.1362 11.25 13.8004 11.25 13.3862V3.88623C11.25 3.47202 11.5858 3.13623 12 3.13623Z' stroke='%2367b279'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.25 6C4.25 5.0335 5.0335 4.25 6 4.25H7.33333C7.74755 4.25 8.08333 4.58579 8.08333 5C8.08333 5.41421 7.74755 5.75 7.33333 5.75H6C5.86193 5.75 5.75 5.86193 5.75 6V18C5.75 18.1381 5.86193 18.25 6 18.25H18C18.1381 18.25 18.25 18.1381 18.25 18V6C18.25 5.86193 18.1381 5.75 18 5.75H16.6667C16.2525 5.75 15.9167 5.41421 15.9167 5C15.9167 4.58579 16.2525 4.25 16.6667 4.25H18C18.9665 4.25 19.75 5.0335 19.75 6V18C19.75 18.9665 18.9665 19.75 18 19.75H6C5.0335 19.75 4.25 18.9665 4.25 18V6Z' stroke='%2367b279'/%3E %3C/svg%3E");
        }

.button--invert:hover,
        .button--invert:focus,
        .button--invert:focus:active {
            opacity: 0.8;
        }

.button--xs {
        cursor: pointer;
        padding: 0 15px;
        line-height: 30px;
        font-size: 1.2rem
    }

@media (max-width: 767px) {

    .button--xs {
            font-size: 0.9rem;
            padding: 0 7px
    }
        }

.button--medium {
        padding: 13px 15px;
        min-width: 200px;
        font-size: 1.45rem;
        text-transform: uppercase;
        font-family: "Akkurat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Arial, sans-serif;
        font-weight: 400;
    }

.button--large {
        padding: 13px 15px;
        min-width: 270px;
        font-size: 1.55rem;
        text-transform: uppercase;
        font-family: "Akkurat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Arial, sans-serif;
        font-weight: 400
    }

@media (max-width: 767px) {

    .button--large {
            min-width: 260px
    }
        }

.button--requirements {
        cursor: default;
        padding: 0 15px;
        line-height: 30px;
        text-transform: uppercase;
        font-size: 1.2rem;
        color: rgba(74,74,74,0.70);
        color: var(--grey70);
        background-color: rgba(74,74,74,0.10);
        background-color: var(--grey10);
        border: 0;
        transition: 0.3s ease background-color;
        transition: var(--t3) background-color
    }

@media (max-width: 767px) {

    .button--requirements {
            font-size: 0.9rem;
            padding: 0 7px
    }
        }

.button--purchase {
        padding: 0 47px;
        line-height: 60px;
        background-color: transparent;
        text-transform: uppercase;
        font-size: 1.6rem;
        transition: 0.3s ease background-color;
        transition: var(--t3) background-color
    }

.button--purchase:hover {
            background-color: rgba(0, 0, 0, 0.25);
            background-color: var(--black25);
        }

.button--thanks-control {
        padding: 0 20px;
        width: 100%;
        font-size: 1.4rem;
        line-height: 49px;
    }

.button--more {
        min-width: 129px;
        padding: 0 30px;
        height: 34px;
        line-height: 32px;
        border: 1px solid rgba(74,74,74,0.20);
        border: 1px solid var(--grey20);
        border-radius: 25px;
        color: #67b279;
        color: var(--green86);
        font-size: 1.4rem;
        transition: 0.3s ease background-color, 0.3s ease color, 0.3s ease border-color;
        transition: var(--t3) background-color, var(--t3) color, var(--t3) border-color
    }

.button--more:hover {
            background-color: #67b279;
            background-color: var(--green86);
            border-color: #67b279;
            border-color: var(--green86);
            color: #ffffff;
            color: var(--white-color);
        }

.button--disabled {
        color: #ffffff;
        color: var(--white-color);
        border-color: #d8d8d8;
        border-color: var(--gray-light-text);
        background-color: #d8d8d8;
        background-color: var(--gray-light-text)
    }

.button--disabled:hover,
        .button--disabled:focus,
        .button--disabled:focus:active {
            border-color: #d8d8d8;
            border-color: var(--gray-light-text);
            background-color: #d8d8d8;
            background-color: var(--gray-light-text);
        }

.button--configure {
        width: 100%;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 12px;
        padding-top: 13px;
        padding-bottom: 13px;
    }

.button--orange {
        color: #ffffff;
        color: var(--white-color);
        background-color: #67b279;
        background-color: var(--brand-warning);
        border-color: #67b279;
        border-color: var(--brand-warning)
    }

.button--orange:hover,
        .button--orange:focus,
        .button--orange:active:focus {
            color: #ffffff;
            color: var(--white-color);
            background-color: #eb9300;
            background-color: var(--orange21);
            border-color: #eb9300;
            border-color: var(--orange21);
        }

.button--gray {
        box-shadow: inset 0 0 0 1px #888888;
        box-shadow: inset 0 0 0 1px var(--grey97);
        color: #888888;
        color: var(--grey97);
        background-color: transparent;
        transition: 0.3s ease opacity;
        transition: var(--t3) opacity
    }

.button--gray:hover,
        .button--gray:focus,
        .button--gray:focus:active {
            opacity: 0.8;
        }

@media (max-width: 1200px) {

    .button--sms {
            display: none
    }
        }

.button--uppercase {
        text-transform: uppercase;
    }

.button--icon {
        padding: 0;
        line-height: 1;
        background-color: transparent
    }

.button--icon:focus {
            box-shadow: none;
        }

.button--dark {
        color: #ffffff;
        color: var(--white);
        background-color: #4d4d4d;
        background-color: var(--gray900)
    }

.button--dark:hover,
        .button--dark:focus {
            color: #ffffff;
            color: var(--white);
            background-color: #4d4d4d;
            background-color: var(--gray900);
        }

.button--icon-center {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

.button--vpngreen {
        background-color: #74a352;
        background-color: var(--vpngreen400);
        text-transform: uppercase;
        color: #ffffff;
        color: var(--white-color);
        border: none;
        transition: 0.3s ease background-color;
        transition: var(--t3) background-color
    }

.button--vpngreen:hover {
            background-color: #568040;
            background-color: var(--vpngreen700);
        }

input[type="button"].button,
input[type="submit"].button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}

.icon--footer-logo {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 177 48' fill='%23fff'%3E%3Cpath d='M144 22.5l-1.1-2.9h-5.7l-1.1 2.9h-3.9l6.2-14.8h3.4l6.1 14.8H144zm-4-10.8l-1.9 5.1h3.7l-1.8-5.1zm-8.4 5.2c0 .9-.1 1.7-.4 2.4-.3.7-.7 1.4-1.3 1.9-.6.5-1.2.9-2 1.2-.8.3-1.6.4-2.6.4s-1.8-.1-2.6-.4c-.8-.3-1.4-.7-2-1.2s-1-1.1-1.2-1.9c-.3-.7-.4-1.5-.4-2.4V7.7h3.5v8.9c0 .4.1.8.2 1.1.1.3.3.7.5 1 .2.3.5.5.8.7.4.2.8.3 1.3.3s.9-.1 1.3-.3c.4-.2.6-.4.9-.7.2-.3.4-.6.5-1 .1-.4.1-.7.1-1.1V7.7h3.5l-.1 9.2zm-14.5 4.7c-.7.4-1.6.7-2.5.9-1 .2-2 .4-3.1.4-1.2 0-2.3-.2-3.2-.6-1-.4-1.8-.9-2.5-1.6-.7-.7-1.3-1.5-1.7-2.5s-.6-2-.6-3.2.2-2.3.6-3.2c.4-1 1-1.8 1.7-2.5s1.6-1.2 2.5-1.6 2-.5 3.1-.5c1.2 0 2.2.2 3.2.5 1 .4 1.8.8 2.4 1.4l-2.2 2.6c-.3-.4-.8-.7-1.4-1-.6-.3-1.2-.4-1.9-.4-.6 0-1.2.1-1.7.3-.5.2-1 .5-1.4 1-.4.4-.7.9-.9 1.5-.2.6-.3 1.2-.3 1.8 0 .7.1 1.3.3 1.9.2.6.5 1.1.9 1.5s.8.7 1.4 1c.6.2 1.2.3 1.9.3.4 0 .8 0 1.2-.1s.7-.2 1-.3v-2.7h-2.8v-2.7h6.1l-.1 7.8zm58.6-6.5c0 1.3-.2 2.4-.7 3.3s-1.1 1.7-1.9 2.3-1.7 1.1-2.6 1.3c-1 .3-2 .4-3 .4H162V7.7h5.3c1 0 2.1.1 3.1.4 1 .2 1.9.6 2.7 1.2.8.6 1.4 1.3 1.9 2.3.4.9.7 2.1.7 3.5zm-3.7 0c0-.8-.1-1.5-.4-2.1-.3-.5-.6-1-1.1-1.3-.4-.3-1-.6-1.5-.7-.6-.1-1.2-.2-1.8-.2h-1.8v8.6h1.7c.6 0 1.2-.1 1.8-.2.6-.1 1.1-.4 1.6-.7.4-.3.8-.8 1.1-1.3.3-.5.4-1.3.4-2.1zm-70.2 0c0 1.3-.2 2.4-.7 3.3s-1.1 1.7-1.9 2.3c-.8.6-1.7 1.1-2.6 1.3-1 .3-2 .4-3 .4h-5.5V7.7h5.3c1 0 2.1.1 3.1.4 1 .2 1.9.6 2.7 1.2.8.6 1.4 1.3 1.9 2.3s.7 2.1.7 3.5zm-3.7 0c0-.8-.1-1.5-.4-2.1-.3-.5-.6-1-1.1-1.3-.4-.3-1-.6-1.5-.7-.6-.1-1.2-.2-1.8-.2h-1.8v8.6h1.7c.6 0 1.2-.1 1.8-.2.6-.1 1.1-.4 1.6-.7.4-.3.8-.8 1.1-1.3.3-.5.4-1.3.4-2.1zm-15 7.4L82 19.6h-5.7l-1.1 2.9h-3.9l6.2-14.8h3.4L87 22.5h-3.9zm-4-10.8l-1.9 5.1H81l-1.9-5.1zm77.8 10.8l-3.2-5.9h-1.2v5.9H149V7.7h5.6c.7 0 1.4.1 2.1.2.7.1 1.3.4 1.8.7.5.3 1 .8 1.3 1.4.3.6.5 1.3.5 2.1 0 1-.3 1.8-.8 2.5s-1.3 1.2-2.2 1.5l3.8 6.3-4.2.1zm-.2-10.2c0-.3-.1-.6-.2-.8-.1-.2-.3-.5-.5-.6-.2-.1-.5-.2-.8-.2s-.6-.1-.8-.1h-1.9V14h1.7c.3 0 .6 0 .9-.1.3 0 .6-.1.8-.3.2-.1.5-.3.6-.5.2-.2.2-.5.2-.8z'/%3E%3Cpath d='M144 22.5l-1.1-2.9h-5.7l-1.1 2.9h-3.9l6.2-14.8h3.4l6.1 14.8H144zm-4-10.8l-1.9 5.1h3.7l-1.8-5.1zm-8.4 5.2c0 .9-.1 1.7-.4 2.4-.3.7-.7 1.4-1.3 1.9-.6.5-1.2.9-2 1.2-.8.3-1.6.4-2.6.4s-1.8-.1-2.6-.4c-.8-.3-1.4-.7-2-1.2s-1-1.1-1.2-1.9c-.3-.7-.4-1.5-.4-2.4V7.7h3.5v8.9c0 .4.1.8.2 1.1.1.3.3.7.5 1 .2.3.5.5.8.7.4.2.8.3 1.3.3s.9-.1 1.3-.3c.4-.2.6-.4.9-.7.2-.3.4-.6.5-1 .1-.4.1-.7.1-1.1V7.7h3.5l-.1 9.2zm-14.5 4.7c-.7.4-1.6.7-2.5.9-1 .2-2 .4-3.1.4-1.2 0-2.3-.2-3.2-.6-1-.4-1.8-.9-2.5-1.6-.7-.7-1.3-1.5-1.7-2.5s-.6-2-.6-3.2.2-2.3.6-3.2c.4-1 1-1.8 1.7-2.5s1.6-1.2 2.5-1.6 2-.5 3.1-.5c1.2 0 2.2.2 3.2.5 1 .4 1.8.8 2.4 1.4l-2.2 2.6c-.3-.4-.8-.7-1.4-1-.6-.3-1.2-.4-1.9-.4-.6 0-1.2.1-1.7.3-.5.2-1 .5-1.4 1-.4.4-.7.9-.9 1.5-.2.6-.3 1.2-.3 1.8 0 .7.1 1.3.3 1.9.2.6.5 1.1.9 1.5s.8.7 1.4 1c.6.2 1.2.3 1.9.3.4 0 .8 0 1.2-.1s.7-.2 1-.3v-2.7h-2.8v-2.7h6.1l-.1 7.8zm58.6-6.5c0 1.3-.2 2.4-.7 3.3s-1.1 1.7-1.9 2.3-1.7 1.1-2.6 1.3c-1 .3-2 .4-3 .4H162V7.7h5.3c1 0 2.1.1 3.1.4 1 .2 1.9.6 2.7 1.2.8.6 1.4 1.3 1.9 2.3.4.9.7 2.1.7 3.5zm-3.7 0c0-.8-.1-1.5-.4-2.1-.3-.5-.6-1-1.1-1.3-.4-.3-1-.6-1.5-.7-.6-.1-1.2-.2-1.8-.2h-1.8v8.6h1.7c.6 0 1.2-.1 1.8-.2.6-.1 1.1-.4 1.6-.7.4-.3.8-.8 1.1-1.3.3-.5.4-1.3.4-2.1zm-70.2 0c0 1.3-.2 2.4-.7 3.3s-1.1 1.7-1.9 2.3c-.8.6-1.7 1.1-2.6 1.3-1 .3-2 .4-3 .4h-5.5V7.7h5.3c1 0 2.1.1 3.1.4 1 .2 1.9.6 2.7 1.2.8.6 1.4 1.3 1.9 2.3s.7 2.1.7 3.5zm-3.7 0c0-.8-.1-1.5-.4-2.1-.3-.5-.6-1-1.1-1.3-.4-.3-1-.6-1.5-.7-.6-.1-1.2-.2-1.8-.2h-1.8v8.6h1.7c.6 0 1.2-.1 1.8-.2.6-.1 1.1-.4 1.6-.7.4-.3.8-.8 1.1-1.3.3-.5.4-1.3.4-2.1zm-15 7.4L82 19.6h-5.7l-1.1 2.9h-3.9l6.2-14.8h3.4L87 22.5h-3.9zm-4-10.8l-1.9 5.1H81l-1.9-5.1zm77.8 10.8l-3.2-5.9h-1.2v5.9H149V7.7h5.6c.7 0 1.4.1 2.1.2.7.1 1.3.4 1.8.7.5.3 1 .8 1.3 1.4.3.6.5 1.3.5 2.1 0 1-.3 1.8-.8 2.5s-1.3 1.2-2.2 1.5l3.8 6.3-4.2.1zm-.2-10.2c0-.3-.1-.6-.2-.8-.1-.2-.3-.5-.5-.6-.2-.1-.5-.2-.8-.2s-.6-.1-.8-.1h-1.9V14h1.7c.3 0 .6 0 .9-.1.3 0 .6-.1.8-.3.2-.1.5-.3.6-.5.2-.2.2-.5.2-.8z'/%3E%3Cpath fill='none' stroke='%23fff' stroke-width='4' opacity='.715' d='M24.2 2.3c-6.6 0-14.5 1.6-21.1 5 0 7.4-.1 25.8 21.1 38.4 21.2-12.6 21.1-31 21.1-38.4-6.5-3.4-14.5-5-21.1-5z'/%3E%3Cpath opacity='.715' d='M23.5 31.2L36.2 14c-.9-.8-1.8-.2-2.2.2L23.3 25.3l-4-4.8c-1.9-2.2-4.5-.5-5.1-.1l9.3 10.8'/%3E%3C/svg%3E");
    }

.icon--youtube {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='%23ffffff'%3E%3Cpath d='M13 5l3 9v6h2v-6l3-9h-2l-2 6-2-6zm11 4c-1.066 0-1.59.168-2.242.703-.625.527-.797.934-.758 2.297v5c0 .996.164 1.652.766 2.234.625.582 1.214.766 2.234.766 1.066 0 1.648-.184 2.25-.766.625-.558.75-1.238.75-2.234v-5c0-.883-.156-1.719-.762-2.277C25.613 9.148 24.968 9 24 9zm5 0v9c0 .973.98 2 2 2s1.559-.512 2-1v1h2V9h-2v8c-.012.684-.816 1-1 1-.207 0-1-.043-1-1V9zm-5 2c.3 0 1-.004 1 1v5c0 .969-.676 1-1 1-.3 0-1-.012-1-1v-5c0-.816.434-1 1-1zM10 22c-3.594 0-6 2.383-6 6v9.5c0 3.617 2.406 6.5 6 6.5h30c3.594 0 6-2.383 6-6V28c0-3.617-2.406-6-6-6zm2 4h6v2h-2v12h-2V28h-2zm14 0h2v4c.23-.36.574-.645.902-.805a2.13 2.13 0 0 1 .973-.258c.648 0 1.156.235 1.504.672.348.442.621 1.028.621 1.891v6c0 .742-.25 1.203-.578 1.598-.32.394-.8.894-1.422.902-1.05.012-1.613-.55-2-1v1h-2zm-8 3h2v8c0 .23.27 1.008 1 1 .813-.008.82-.766 1-1v-8h2v11h-2v-1c-.371.438-.563.574-.98.781-.415.235-.836.219-1.227.219-.484 0-1.035-.438-1.293-.766-.23-.3-.5-.609-.5-1.234zm18.2 0c.948 0 1.616.203 2.12.734.516.532.68 1.153.68 2.153V35h-4v1.547c0 .558.074.914.219 1.125.136.23.414.332.781.328.406-.004.664-.086.8-.27.141-.164.2-.628.2-1.23V36h2v.594c0 1.09-.086 1.902-.625 2.433-.508.559-1.3.817-2.34.817-.95 0-1.691-.282-2.222-.86-.532-.578-.81-1.37-.81-2.39v-4.707c0-.907.317-1.578.9-2.176.468-.48 1.347-.711 2.296-.711zM29 30.5c-.55 0-.992.496-1 1v6c.008.29.45.5 1 .5s1-.426 1-.977V32c0-1-.45-1.5-1-1.5zm7 .5c-.55 0-.992.465-1 1v1h2v-1c0-.613-.45-1-1-1z' fill-rule='evenodd' fill='%23ffffff'/%3E%3C/svg%3E");
        background-size: 75%;
    }

.icon--facebook-simple {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23ffffff'%3E%3Cpath d='M18 17.9h2.9l.5-3H18v-1.5c0-.8.2-1.5 1.3-1.5h2.2V9h-3.1c-2.6 0-3.3 1.7-3.3 4.2V15h-1.8v3h1.8v8.9H18v-9z' fill='%23ffffff'/%3E%3C/svg%3E");
    }

.icon--vk {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23ffffff'%3E%3Cpath d='M24.9 19.4c.6.6 1.3 1.2 1.9 1.9.3.3.5.6.7 1 .3.5 0 1.1-.4 1.1h-2.8c-.7.1-1.3-.2-1.8-.7-.4-.4-.7-.8-1.1-1.2l-.5-.5c-.4-.3-.7-.2-.9.2-.2.4-.3.9-.3 1.3 0 .7-.2.8-.9.9-1.4.1-2.7-.1-4-.9-1.1-.6-1.9-1.5-2.7-2.6-1.4-2-2.5-4.2-3.5-6.4-.3-.4-.1-.7.4-.7h2.7c.4 0 .6.2.8.6.5 1.2 1.1 2.4 1.8 3.5.2.3.4.6.7.8.3.2.6.2.7-.2.1-.2.1-.5.2-.7.1-.9.1-1.7 0-2.6-.1-.5-.4-.9-.9-1-.3-.1-.2-.2-.1-.3.2-.3.4-.4.9-.4h3.1c.5.1.6.3.7.8v3.6c0 .2.1.8.4.9.3.1.5-.1.6-.3.8-.8 1.3-1.8 1.8-2.8.2-.4.4-.9.6-1.3.1-.3.3-.5.7-.5H27c.5.1.7.3.5.8-.2.8-.7 1.5-1.2 2.1l-1.5 2.1c-.5.6-.5.9.1 1.5z' fill='%23ffffff'/%3E%3C/svg%3E");
    }

.icon--twitter {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23ffffff'%3E%3Cpath d='M27.3 11.8c-.4.2-.9.3-1.3.5.5-.5.9-1.1 1.1-1.8.1-.2-.1-.4-.3-.3-.6.4-1.3.7-2 .9h-.1c-.1 0-.3 0-.4-.1-.8-.7-1.7-1.1-2.8-1.1-.4 0-.9.1-1.3.2-1.4.4-2.4 1.6-2.7 3-.1.5-.2 1.1-.1 1.6v.1l-.1.1c-3-.3-5.6-1.7-7.5-4.1-.1-.1-.3-.1-.4 0-.4.6-.6 1.4-.6 2.1 0 1.2.5 2.2 1.2 3-.3-.1-.7-.2-1-.4-.1-.1-.3 0-.3.2 0 1.7 1 3.2 2.4 3.9H11c-.2 0-.5 0-.7-.1-.2 0-.3.1-.2.3.5 1.5 1.8 2.6 3.3 2.9-1.3.9-2.8 1.3-4.3 1.3h-.5c-.1 0-.3.1-.3.2s0 .3.2.4c1.7 1 3.7 1.6 5.8 1.6 1.8 0 3.4-.4 4.9-1.1 1.4-.6 2.6-1.6 3.6-2.7.9-1.1 1.7-2.4 2.2-3.8.5-1.3.7-2.8.7-4.1v-.1c0-.2.1-.4.3-.6.6-.5 1.2-1.2 1.7-1.9 0 0-.2-.2-.4-.1z' fill='%23ffffff'/%3E%3C/svg%3E");
    }

.icon--telegram-simple {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23ffffff'%3E%3Cpath d='M26.07 3.996a2.974 2.974 0 0 0-.933.223h-.004c-.285.113-1.64.683-3.7 1.547l-7.382 3.109c-5.297 2.23-10.504 4.426-10.504 4.426l.062-.024s-.359.118-.734.375a2.03 2.03 0 0 0-.586.567c-.184.27-.332.683-.277 1.11.09.722.558 1.155.894 1.394.34.242.664.355.664.355h.008l4.883 1.645c.219.703 1.488 4.875 1.793 5.836.18.574.355.933.574 1.207.106.14.23.257.379.351a1.119 1.119 0 0 0 .246.106l-.05-.012c.015.004.027.016.038.02.04.011.067.015.118.023.773.234 1.394-.246 1.394-.246l.035-.028 2.883-2.625 4.832 3.707.11.047c1.007.442 2.027.196 2.566-.238.543-.437.754-.996.754-.996l.035-.09 3.734-19.129c.106-.472.133-.914.016-1.343a1.807 1.807 0 0 0-.781-1.047 1.872 1.872 0 0 0-1.067-.27zm-.101 2.05c-.004.063.008.056-.02.177v.011l-3.699 18.93c-.016.027-.043.086-.117.145-.078.062-.14.101-.465-.028l-5.91-4.531-3.57 3.254.75-4.79 9.656-9c.398-.37.265-.448.265-.448.028-.454-.601-.133-.601-.133l-12.176 7.543-.004-.02-5.836-1.965v-.004l-.015-.003a.27.27 0 0 0 .03-.012l.032-.016.031-.011s5.211-2.196 10.508-4.426c2.652-1.117 5.324-2.242 7.379-3.11 2.055-.863 3.574-1.496 3.66-1.53.082-.032.043-.032.102-.032z' fill='%23ffffff'/%3E%3C/svg%3E");
        background-size: 65%;
        background-position: 49%;
    }

.icon--google {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 491.858 491.858' fill='%23ffffff'%3E%3Cpath d='M377.472 224.957H201.319v58.718H308.79c-16.032 51.048-63.714 88.077-120.055 88.077-69.492 0-125.823-56.335-125.823-125.824 0-69.492 56.333-125.823 125.823-125.823 34.994 0 66.645 14.289 89.452 37.346l42.622-46.328c-34.04-33.355-80.65-53.929-132.074-53.929C84.5 57.193 0 141.693 0 245.928s84.5 188.737 188.736 188.737c91.307 0 171.248-64.844 188.737-150.989v-58.718l-.001-.001z' fill='%23ffffff'/%3E%3Cpath d='M491.858 224.857L455.827 224.857 455.827 188.826 424.941 188.826 424.941 224.857 388.91 224.857 388.91 255.74 424.941 255.74 424.941 291.772 455.827 291.772 455.827 255.74 491.858 255.74z' fill='%23ffffff'/%3E%3C/svg%3E");
        background-size: 70%;
        background-position: 7px 5.5px;
    }

.icon--instagram {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23ffffff'%3E%3Cpath d='M24.8 9.5H11.9c-1.2 0-2.1 1-2.1 2.2V25c0 1.2 1 2.2 2.1 2.2h12.9c1.2 0 2.1-1 2.1-2.2V11.7c.1-1.2-.9-2.2-2.1-2.2zm.1 15.5c0 .1-.1.1-.1.1H11.9c-.1 0-.1-.1-.1-.1V11.7c0-.1.1-.1.1-.1h12.9c.1 0 .1.1.1.1V25z' fill='%23ffffff'/%3E%3Cpath d='M21.3 13.1H23.6V15.3H21.3z' fill='%23ffffff'/%3E%3Cellipse cx='18.4' cy='19.2' rx='2.3' ry='2.3' fill='%23ffffff'/%3E%3Cpath d='M22 19.2c0 2.1-1.6 3.7-3.7 3.7-2 0-3.7-1.7-3.7-3.7v-1.7H13v6.2h10.6v-6.2H22v1.7z' fill='%23ffffff'/%3E%3C/svg%3E");
    }

.icon--ok {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='17' viewBox='0 0 11 17' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff'%3E%3Cg fill='%23ffffff' fill-rule='evenodd'%3E%3Cg transform='translate(-527 -929)' fill-rule='nonzero' fill='%23ffffff'%3E%3Cg transform='translate(160 30)' fill='%23ffffff'%3E%3Cg transform='translate(196.5 888)' fill='%23ffffff'%3E%3Cg transform='translate(170 11)' fill='%23ffffff'%3E%3Cpath d='M4.894 11.89c-1.326-.136-2.522-.457-3.546-1.244-.127-.098-.258-.192-.374-.302C.526 9.922.48 9.437.835 8.938c.304-.427.813-.541 1.342-.296.103.048.2.107.294.17 1.908 1.289 4.53 1.324 6.445.059.19-.143.392-.26.627-.32.458-.115.884.05 1.13.443.28.449.276.887-.07 1.235-.53.534-1.166.92-1.874 1.19-.67.255-1.402.384-2.128.469.11.117.161.175.23.242.985.973 1.974 1.941 2.956 2.916.335.333.405.745.22 1.132-.2.422-.652.7-1.094.67-.28-.019-.498-.156-.692-.348-.744-.735-1.501-1.456-2.23-2.205-.212-.218-.314-.177-.5.012-.749.757-1.509 1.502-2.273 2.242-.344.333-.752.393-1.15.203-.424-.202-.693-.626-.672-1.053.014-.288.159-.509.36-.706.975-.957 1.948-1.916 2.92-2.874.064-.063.124-.131.218-.23z' fill='%23ffffff'/%3E%3Cpath d='M5.702 8.558C3.336 8.55 1.396 6.623 1.41 4.295 1.423 1.94 3.365.043 5.754.05c2.394.006 4.316 1.93 4.304 4.31-.012 2.323-1.966 4.206-4.356 4.198zM7.852 4.3c-.004-1.156-.94-2.076-2.115-2.077-1.184-.002-2.13.936-2.12 2.102.008 1.152.953 2.066 2.13 2.061 1.175-.004 2.11-.93 2.106-2.086z' fill='%23ffffff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }

.icon--kakao {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff'%3E%3Cg fill='%23ffffff' fill-rule='evenodd'%3E%3Cpath style='mix-blend-mode:screen' fill='%23ffffff' fill-opacity='.01' d='M0 0H24V24H0z'/%3E%3Cpath d='M11.649 3c5.329 0 9.649 3.452 9.649 7.709s-4.32 7.709-9.65 7.709c-.573 0-1.145-.04-1.713-.122l-1.905 1.34c-.912.632-1.85 1.262-2.119 1.373l-.103.03a.26.26 0 0 1-.18-.027c-.106-.063-.087-.228-.087-.228l.067-.28c.202-.77.79-2.829.915-3.264C3.805 15.877 2 13.46 2 10.709 2 6.452 6.32 3 11.649 3zm-3.91 5.405h-2.85a.544.544 0 0 0-.504.265.56.56 0 0 0 0 .575.546.546 0 0 0 .403.262l.97.002v3.352a.548.548 0 0 0 .556.538c.273 0 .501-.19.548-.441l.01-.097V9.509h.867a.544.544 0 0 0 .503-.264.56.56 0 0 0 0-.575.546.546 0 0 0-.403-.263l-.1-.002zm1.867 0a.838.838 0 0 0-.69.442l-.051.115-1.331 3.552c-.169.532-.023.728.131.8a.84.84 0 0 0 .355.079c.193 0 .348-.067.426-.178l.037-.072.274-.73h1.7l.275.73c.044.128.175.216.352.242l.109.008.122-.009a.843.843 0 0 0 .119-.026l.114-.044c.138-.063.271-.23.173-.652l-.041-.15-1.331-3.55c-.094-.27-.38-.548-.743-.557zm6.063.038a.559.559 0 0 0-.539.419l-.018.108v3.857c0 .277.197.507.457.555l.1.01a.558.558 0 0 0 .548-.462l.01-.102v-1.231l.192-.195 1.305 1.753a.551.551 0 0 0 .78.11.561.561 0 0 0 .166-.696l-.058-.094-1.37-1.84L18.51 9.35a.443.443 0 0 0 .122-.343.56.56 0 0 0-.163-.358.547.547 0 0 0-.383-.167.428.428 0 0 0-.24.071l-.067.055-1.554 1.574V8.97a.56.56 0 0 0-.556-.527zm-3.058-.038a.559.559 0 0 0-.557.453l-.011.112v3.83c.006.26.195.471.44.51l.093.006h1.787a.526.526 0 0 0 .533-.517.523.523 0 0 0-.438-.509l-.095-.008H13.18V8.97a.568.568 0 0 0-.569-.565zM9.607 9.812l.557 1.601H9.05l.556-1.6z' fill='%23ffffff' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E");
    }

.icon--qq {
        background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16pt' height='16pt' viewBox='0 0 16 16' version='1.1' fill='%234d4d4d'%3E %3Cg id='surface790955' fill='%234d4d4d'%3E %3Crect x='0' y='0' width='16' height='16' fill='%234d4d4d'/%3E %3Cpath style=' stroke:none;fill-rule:nonzero;fill:rgb(100%25,100%25,100%25);fill-opacity:1;' d='M 7.5 2 C 9.527344 2 10.769531 3.519531 10.769531 5.386719 C 10.769531 5.410156 11.421875 5.902344 11.179688 7.078125 C 11.996094 7.605469 12.023438 9.28125 12 9.75 C 11.992188 9.886719 12 10.375 11.75 10.5 C 11.703125 10.523438 11.65625 10.53125 11.609375 10.53125 C 11.417969 10.53125 11.25 10.351562 11.171875 10.316406 C 11.15625 10.601562 11.058594 10.90625 10.886719 11.195312 C 11.035156 11.378906 11.179688 11.636719 11.179688 11.941406 C 11.179688 12.6875 10.632812 13 9.589844 13 C 8.746094 13 7.839844 12.523438 7.625 12 L 7.375 12 C 7.160156 12.523438 6.253906 13 5.410156 13 C 4.367188 13 3.820312 12.6875 3.820312 11.941406 C 3.820312 11.628906 3.972656 11.367188 4.121094 11.183594 C 3.949219 10.898438 3.855469 10.59375 3.84375 10.308594 C 3.757812 10.347656 3.585938 10.53125 3.386719 10.53125 C 3.34375 10.53125 3.296875 10.519531 3.25 10.496094 C 3 10.375 3.007812 9.886719 3 9.75 C 2.976562 9.28125 3.003906 7.605469 3.820312 7.078125 C 3.578125 5.902344 4.230469 5.410156 4.230469 5.386719 C 4.230469 3.519531 5.472656 2 7.5 2 M 7.5 1 C 5.148438 1 3.410156 2.667969 3.242188 5.015625 C 2.90625 5.492188 2.746094 6.070312 2.769531 6.703125 C 1.949219 7.730469 1.980469 9.421875 2 9.800781 C 2.011719 10.117188 2.039062 11.011719 2.804688 11.394531 C 2.832031 11.40625 2.859375 11.421875 2.886719 11.433594 C 2.84375 11.601562 2.820312 11.769531 2.820312 11.941406 C 2.820312 12.5625 3.074219 14 5.410156 14 C 6.097656 14 6.898438 13.761719 7.5 13.332031 C 8.101562 13.761719 8.902344 14 9.589844 14 C 11.925781 14 12.179688 12.5625 12.179688 11.941406 C 12.179688 11.769531 12.15625 11.601562 12.113281 11.433594 C 12.140625 11.421875 12.167969 11.40625 12.195312 11.394531 C 12.960938 11.011719 12.988281 10.117188 12.996094 9.820312 C 13.015625 9.425781 13.050781 7.730469 12.230469 6.699219 C 12.253906 6.066406 12.09375 5.488281 11.757812 5.011719 C 11.589844 2.664062 9.851562 1 7.5 1 Z M 7.5 1 ' fill='%234d4d4d'/%3E %3C/g%3E %3C/svg%3E");
        background-size: 70%;
        background-position: 65% 60%;
    }

.icon--weibo {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='50px' height='50px'%3E%3Cpath d='M 35 6 C 34.222656 6 33.472656 6.078125 32.75 6.207031 C 32.207031 6.300781 31.84375 6.820313 31.9375 7.363281 C 32.03125 7.910156 32.550781 8.273438 33.09375 8.179688 C 33.726563 8.066406 34.359375 8 35 8 C 41.085938 8 46 12.914063 46 19 C 46 20.316406 45.757813 21.574219 45.328125 22.753906 C 45.195313 23.09375 45.253906 23.476563 45.484375 23.757813 C 45.71875 24.039063 46.082031 24.171875 46.441406 24.105469 C 46.800781 24.039063 47.09375 23.78125 47.207031 23.4375 C 47.710938 22.054688 48 20.566406 48 19 C 48 11.832031 42.167969 6 35 6 Z M 35 12 C 34.574219 12 34.171875 12.042969 33.789063 12.109375 C 33.246094 12.207031 32.878906 12.722656 32.976563 13.269531 C 33.070313 13.8125 33.589844 14.175781 34.132813 14.082031 C 34.425781 14.03125 34.714844 14 35 14 C 37.773438 14 40 16.226563 40 19 C 40 19.597656 39.890625 20.167969 39.691406 20.707031 C 39.503906 21.226563 39.773438 21.800781 40.292969 21.988281 C 40.8125 22.175781 41.386719 21.910156 41.574219 21.390625 C 41.84375 20.648438 42 19.84375 42 19 C 42 15.144531 38.855469 12 35 12 Z M 21.066406 12.40625 C 17.855469 12.40625 13.070313 14.925781 8.804688 19.113281 C 4.511719 23.40625 2 27.90625 2 31.78125 C 2 39.3125 11.628906 43.8125 21.152344 43.8125 C 33.5 43.8125 41.765625 36.699219 41.765625 31.046875 C 41.765625 27.59375 38.835938 25.710938 36.21875 24.875 C 35.59375 24.664063 35.171875 24.558594 35.484375 23.722656 C 35.695313 23.21875 36 22.265625 36 21 C 36 19.5625 35 18.316406 33 18.09375 C 32.769531 18.070313 32.378906 18.050781 31.886719 18.050781 C 30.230469 18.050781 27.386719 18.257813 25.339844 19.117188 C 25.339844 19.117188 24.9375 19.285156 24.613281 19.285156 C 24.320313 19.285156 24.089844 19.144531 24.289063 18.59375 C 25.023438 16.292969 24.917969 14.410156 23.765625 13.359375 C 23.117188 12.710938 22.1875 12.40625 21.066406 12.40625 Z M 21.066406 14.40625 C 21.484375 14.40625 22.046875 14.46875 22.355469 14.773438 L 22.386719 14.808594 L 22.421875 14.839844 C 22.871094 15.25 22.863281 16.472656 22.394531 17.957031 C 21.992188 19.117188 22.367188 19.921875 22.632813 20.296875 C 23.074219 20.925781 23.796875 21.285156 24.613281 21.285156 C 25.277344 21.285156 25.890625 21.054688 26.109375 20.960938 C 27.710938 20.289063 30.144531 20.050781 31.886719 20.050781 C 32.332031 20.050781 32.644531 20.066406 32.78125 20.082031 C 33.589844 20.171875 34 20.480469 34 21 C 34 21.941406 33.773438 22.632813 33.640625 22.957031 L 33.625 22.988281 L 33.613281 23.015625 C 33.300781 23.855469 33.304688 24.617188 33.625 25.285156 C 34.097656 26.273438 35.027344 26.582031 35.527344 26.75 L 35.609375 26.777344 C 37.164063 27.273438 39.765625 28.488281 39.765625 31.046875 C 39.765625 33.34375 37.785156 36.179688 34.269531 38.363281 C 35.65625 36.75 36.441406 34.859375 36.441406 32.824219 C 36.441406 26.714844 29.355469 21.929688 20.3125 21.929688 C 11.269531 21.929688 4.1875 26.714844 4.1875 32.824219 C 4.1875 33.011719 4.191406 33.195313 4.203125 33.378906 C 4.070313 32.867188 4 32.332031 4 31.78125 C 4 28.535156 6.207031 24.539063 10.203125 20.542969 C 14.523438 16.300781 18.773438 14.40625 21.066406 14.40625 Z M 20.3125 23.933594 C 28.117188 23.933594 34.441406 27.914063 34.441406 32.828125 C 34.441406 37.738281 28.117188 41.71875 20.3125 41.71875 C 12.511719 41.71875 6.1875 37.738281 6.1875 32.828125 C 6.1875 27.914063 12.511719 23.933594 20.3125 23.933594 Z M 19.265625 26.023438 C 16.246094 26.046875 13.3125 27.699219 12.039063 30.246094 C 10.46875 33.484375 11.933594 37.042969 15.699219 38.191406 C 19.464844 39.445313 23.960938 37.5625 25.53125 34.113281 C 27.097656 30.769531 25.113281 27.214844 21.347656 26.277344 C 20.660156 26.097656 19.960938 26.019531 19.265625 26.023438 Z M 20.824219 30.25 C 21.402344 30.25 21.871094 30.714844 21.871094 31.292969 C 21.871094 31.871094 21.402344 32.339844 20.824219 32.339844 C 20.246094 32.339844 19.777344 31.871094 19.777344 31.292969 C 19.777344 30.714844 20.246094 30.25 20.824219 30.25 Z M 16.417969 31.292969 C 16.746094 31.296875 17.074219 31.347656 17.382813 31.453125 C 18.722656 31.878906 19.132813 33.148438 18.308594 34.207031 C 17.589844 35.265625 15.945313 35.792969 14.707031 35.265625 C 13.476563 34.738281 13.167969 33.464844 13.886719 32.515625 C 14.425781 31.71875 15.429688 31.28125 16.417969 31.292969 Z' fill='%23ffffff'/%3E%3C/svg%3E");
        background-size: 70%;
    }

.icon--line {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='42' height='42' xmlns='http://www.w3.org/2000/svg'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='none' d='M0 0h42v42H0z'/%3E %3Cpath d='M21 6C12.29705 6 5 11.67833 5 18.94727c0 6.4852 5.78406 11.75277 13.33594 12.76562h.00195c.19879.04248.42756.11023.5625.17383.02758.013.0246.01414.03906.02344-.00264.08214.02293.46013-.01562.75-.0095.0561-.17325 1.02538-.20703 1.2168v.00195c-.04664.26694-.22286.8045.23242 1.49023.22764.34286.69911.62028 1.14062.6582.44152.03792.84667-.07119 1.29883-.26172 1.03507-.4288 3.10185-1.65023 5.48828-3.2832 2.38434-1.63154 4.95921-3.61104 6.64453-5.51172C35.81351 24.50396 37 21.8435 37 18.94727 37 11.67923 29.70303 6 21 6z' stroke='%23FFF' stroke-width='2'/%3E %3Cpath d='M19.99219 14.99805C19.48838 15.00739 19 15.39188 19 16v6c0 .552.448 1 1 1s1-.448 1-1v-2.8789l2.18555 3.45898C23.75155 23.37208 25 22.973 25 22v-6c0-.552-.448-1-1-1s-1 .448-1 1v3l-2.18555-3.58008c-.21225-.297-.51998-.42748-.82226-.42187zM11 15c-.552 0-1 .448-1 1v6c0 .552.448 1 1 1h3c.552 0 1-.448 1-1s-.448-1-1-1h-2v-5c0-.552-.448-1-1-1zM17 15c-.552 0-1 .448-1 1v6c0 .552.448 1 1 1s1-.448 1-1v-6c0-.552-.448-1-1-1zM27 15c-.552 0-1 .448-1 1v6c0 .552.448 1 1 1h3c.552 0 1-.448 1-1s-.448-1-1-1h-2v-1h2c.553 0 1-.448 1-1s-.447-1-1-1h-2v-1h2c.552 0 1-.448 1-1s-.448-1-1-1h-3z' fill='%23FFF'/%3E %3C/g%3E %3C/svg%3E");
        background-size: 65%;
    }

.icon--visa {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='57' height='57' viewBox='0 0 47.834 47.834' fill='%23ffffff'%3E%3Cpath d='M44.688 16.814h-3.004c-.933 0-1.627.254-2.037 1.184l-5.773 13.074h4.083s.666-1.758.817-2.143l4.979.006c.116.498.474 2.137.474 2.137h3.607l-3.146-14.258zm-4.795 9.196c.32-.819 1.549-3.987 1.549-3.987-.021.039.317-.825.518-1.362l.262 1.23.901 4.119h-3.23zm-5.747.394c-.028 2.963-2.684 4.875-6.771 4.875-1.743-.018-3.422-.361-4.332-.76l.547-3.193.501.228c1.277.532 2.104.747 3.661.747 1.117 0 2.313-.438 2.325-1.393.007-.625-.501-1.07-2.016-1.77-1.476-.683-3.43-1.827-3.405-3.876.021-2.773 2.729-4.708 6.571-4.708 1.506 0 2.713.31 3.483.599l-.526 3.092-.351-.165a7.178 7.178 0 0 0-2.91-.546c-1.522 0-2.228.634-2.228 1.227-.008.668.824 1.108 2.184 1.77 2.247 1.015 3.284 2.252 3.267 3.873zM0 16.962l.05-.286h6.028c.813.031 1.468.29 1.694 1.159l1.311 6.304C7.795 20.842 4.691 18.099 0 16.962zm17.581-.15l-6.123 14.239-4.114.007-3.482-11.897c2.503 1.602 4.635 4.144 5.386 5.914l.406 1.469 3.808-9.729 4.119-.003zm1.572-.012h3.89L20.61 31.066h-3.888L19.153 16.8z' fill='%23ffffff'/%3E%3C/svg%3E");
    }

.icon--applepay {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 512 210.2' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff'%3E%3Cpath d='m93.6 27.1c-6 7.1-15.6 12.7-25.2 11.9-1.2-9.6 3.5-19.8 9-26.1 6-7.3 16.5-12.5 25-12.9 1 10-2.9 19.8-8.8 27.1m8.7 13.8c-13.9-.8-25.8 7.9-32.4 7.9-6.7 0-16.8-7.5-27.8-7.3-14.3.2-27.6 8.3-34.9 21.2-15 25.8-3.9 64 10.6 85 7.1 10.4 15.6 21.8 26.8 21.4 10.6-.4 14.8-6.9 27.6-6.9 12.9 0 16.6 6.9 27.8 6.7 11.6-.2 18.9-10.4 26-20.8 8.1-11.8 11.4-23.3 11.6-23.9-.2-.2-22.4-8.7-22.6-34.3-.2-21.4 17.5-31.6 18.3-32.2-10-14.8-25.6-16.4-31-16.8m80.3-29v155.9h24.2v-53.3h33.5c30.6 0 52.1-21 52.1-51.4s-21.1-51.2-51.3-51.2zm24.2 20.4h27.9c21 0 33 11.2 33 30.9s-12 31-33.1 31h-27.8zm129.8 136.7c15.2 0 29.3-7.7 35.7-19.9h.5v18.7h22.4v-77.6c0-22.5-18-37-45.7-37-25.7 0-44.7 14.7-45.4 34.9h21.8c1.8-9.6 10.7-15.9 22.9-15.9 14.8 0 23.1 6.9 23.1 19.6v8.6l-30.2 1.8c-28.1 1.7-43.3 13.2-43.3 33.2 0 20.2 15.7 33.6 38.2 33.6zm6.5-18.5c-12.9 0-21.1-6.2-21.1-15.7 0-9.8 7.9-15.5 23-16.4l26.9-1.7v8.8c0 14.6-12.4 25-28.8 25zm82 59.7c23.6 0 34.7-9 44.4-36.3l42.5-119.2h-24.6l-28.5 92.1h-.5l-28.5-92.1h-25.3l41 113.5-2.2 6.9c-3.7 11.7-9.7 16.2-20.4 16.2-1.9 0-5.6-.2-7.1-.4v18.7c1.4.4 7.4.6 9.2.6z' fill='%23ffffff'/%3E%3C/svg%3E");
    }

.icon--paypal {
        background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' viewBox='0 0 55 60' enable-background='new 0 0 50 60' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23009DE2' d='M 24.662 18.109 L 37.647 18.109 C 44.617 18.109 47.243 21.638 46.837 26.831 C 46.169 35.392 40.994 40.125 34.128 40.125 L 30.661 40.125 C 29.721 40.125 29.088 40.747 28.831 42.437 L 27.344 52.251 C 27.247 52.889 26.912 53.263 26.408 53.308 L 18.266 53.308 C 17.5 53.308 17.227 52.722 17.428 51.453 L 22.4 19.972 C 22.601 18.71 23.291 18.109 24.662 18.109 Z'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23113984' d='M 16.545 7.276 L 29.542 7.276 C 33.203 7.276 37.545 7.395 40.449 9.957 C 42.39 11.668 43.408 14.394 43.173 17.321 C 42.376 27.245 36.439 32.804 28.478 32.804 L 22.068 32.804 C 20.977 32.804 20.254 33.527 19.946 35.486 L 18.157 46.865 C 18.041 47.603 17.721 48.039 17.136 48.092 L 9.13 48.092 C 8.241 48.092 7.926 47.412 8.158 45.94 L 13.924 9.437 C 14.154 7.972 14.954 7.276 16.545 7.276 Z'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23172C70' d='M 20.131 34.339 L 22.401 19.971 C 22.601 18.71 23.291 18.109 24.662 18.109 L 37.647 18.109 C 39.796 18.109 41.533 18.444 42.895 19.063 C 41.59 27.896 35.877 32.803 28.395 32.803 L 21.985 32.803 C 21.141 32.804 20.511 33.235 20.131 34.339 Z'/%3E %3C/svg%3E");
    }

.icon--mastercard {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 291.791 291.791'%3E%3Cpath d='M182.298 145.895c0 50.366-40.801 91.176-91.149 91.176S0 196.252 0 145.895s40.811-91.176 91.149-91.176 91.149 40.819 91.149 91.176z' fill='%23E2574C'/%3E%3Cpath d='M200.616 54.719c-20.442 0-39.261 6.811-54.469 18.181l.073.009c2.991 2.89 6.291 4.924 8.835 8.251l-18.965.301c-2.972 3-5.68 6.264-8.233 9.656H161.3c2.544 3.054 4.896 5.708 7.03 9.081h-46.536c-1.705 2.936-3.282 5.954-4.659 9.09h56.493c1.477 3.127 2.799 5.489 3.921 8.799h-63.76a87.809 87.809 0 0 0-2.535 9.646h68.966c.675 3.155 1.194 6.072 1.55 9.045h-71.884c-.301 3-.456 6.045-.456 9.118h72.859c0 3.228-.228 6.218-.556 9.118h-71.847c.31 3.091.766 6.127 1.368 9.118h68.856a107.579 107.579 0 0 1-2.562 9.008h-63.969c.966 3.118 2.143 6.145 3.428 9.099h56.621c-1.568 3.319-3.346 5.972-5.306 9.081h-46.691a88.709 88.709 0 0 0 6.081 9.154l33.589.501c-2.863 3.437-6.537 5.507-9.884 8.516.182.146-5.352-.018-16.248-.191 16.576 17.105 39.744 27.772 65.446 27.772 50.357 0 91.176-40.82 91.176-91.176s-40.81-91.177-91.175-91.177z' fill='%23F4B459'/%3E%3C/svg%3E");
    }

.icon_feedback {
        background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 73.4 73.3' style='enable-background:new 0 0 73.4 73.3;' xml:space='preserve'%3E %3Cg%3E %3Cpath fill='%234E4E4E' d='M71.9,8.9h-0.4c-3.3,0-5.9-2.7-5.9-5.9V1.2h-2.8l0.1,1.5V3C62.9,6.3,60.3,9,57,9h-0.6l-1.5-0.1v2.9l1.5-0.2H57 c3.3,0,5.9,2.7,5.9,5.9v0.6l-0.1,1.5h2.9L65.6,18v-0.6c0-3.3,2.7-5.9,5.9-5.9h0.4l1.5,0.1V8.7L71.9,8.9z M64.3,12.9 c-0.7-1.1-1.6-1.9-2.7-2.7c1-0.6,1.9-1.6,2.7-2.7c0.7,1.1,1.6,1.9,2.7,2.7C65.8,10.9,64.9,11.9,64.3,12.9z'/%3E %3Cpath fill='%234E4E4E' d='M23.9,62.6h-0.4c-3.3,0-5.9-2.7-5.9-5.9V55h-2.8l0.1,1.5v0.4c0,3.3-2.7,5.9-5.9,5.9H8.3l-1.5-0.1v2.9l1.5-0.2 h0.6c3.3,0,5.9,2.7,5.9,5.9v0.6l-0.1,1.5h2.9l-0.1-1.6v-0.6c0-3.3,2.7-5.9,5.9-5.9h0.4l1.5,0.1v-2.8L23.9,62.6z M16.2,66.6 c-0.7-1.1-1.6-1.9-2.7-2.7c1-0.6,1.9-1.6,2.7-2.7c0.7,1.1,1.6,1.9,2.7,2.7C17.8,64.7,16.8,65.6,16.2,66.6z'/%3E %3Cellipse fill='%232A2A2A' cx='2.7' cy='2.2' rx='2.2' ry='2.2'/%3E %3Cellipse fill='%232A2A2A' cx='62.9' cy='58' rx='2.2' ry='2.2'/%3E %3Cg%3E %3Cpath fill='%2399EAA8' d='M44,20v15.8c0,4.4-3.6,8-8,8H21.4c-0.5,0-1,0-1.5,0.1c1.4,1.8,3.6,3,6.1,3h15.9c4.2,0,7.6-3.4,7.6-7.6v-12 C49.5,23.9,47.2,20.9,44,20z'/%3E %3Cellipse fill='%2399EAA8' cx='9.6' cy='29' rx='1.9' ry='2.7'/%3E %3Cellipse fill='%2399EAA8' cx='21.1' cy='28.1' rx='1.7' ry='2.7'/%3E %3Cellipse fill='%2399EAA8' cx='32.8' cy='29' rx='1.6' ry='2.7'/%3E %3Cpath fill='%23525252' d='M5,54.7c-0.1,0-0.3,0-0.4-0.1C4.2,54.5,4,54.1,4,53.7v-9c-2.3-0.5-4-2.5-4-4.9V19.7c0-5,4.1-9.1,9.1-9.1h28.4 c4.1,0,7.4,3.3,7.4,7.4v17.8c0,5-4,9-9,9H21.4c-2.4,0-4.8,0.8-6.8,2.4l-9.1,7.3C5.4,54.7,5.2,54.7,5,54.7z M9.1,12.6 c-3.9,0-7.1,3.2-7.1,7.1v20.1c0,1.6,1.3,3,3,3c0.6,0,1,0.4,1,1v7.8l7.4-6c2.3-1.8,5.1-2.8,8-2.8H36c3.9,0,7-3.1,7-7V18 c0-3-2.4-5.4-5.4-5.4H9.1z'/%3E %3Cpath fill='%23525252' d='M50.4,59c-0.2,0-0.4-0.1-0.6-0.2l-12.1-8.1l-15.1-1.2c-0.5,0-1-0.5-0.9-1.1c0-0.5,0.5-1,1.1-0.9l15.4,1.2 c0.2,0,0.3,0.1,0.5,0.2l10.7,7.2v-7.6c0-0.6,0.4-1,1-1H52c2.5,0,4.5-2,4.5-4.5V27.7c0-3.3-2.7-5.9-5.9-5.9h-2.3c-0.6,0-1-0.4-1-1 s0.4-1,1-1h2.3c4.4,0,7.9,3.5,7.9,7.9v15.2c0,3.6-2.9,6.5-6.5,6.5h-0.5V58c0,0.4-0.2,0.7-0.5,0.9C50.8,58.9,50.6,59,50.4,59z'/%3E %3Cpath fill='%23525252' d='M10.4,32.8c-2,0-3.7-1.7-3.7-3.7c0-2,1.7-3.7,3.7-3.7s3.7,1.7,3.7,3.7C14.1,31.1,12.5,32.8,10.4,32.8z M10.4,27.3c-0.9,0-1.7,0.8-1.7,1.7s0.8,1.7,1.7,1.7s1.7-0.8,1.7-1.7S11.4,27.3,10.4,27.3z'/%3E %3Cpath fill='%23525252' d='M22.2,31.9c-2,0-3.7-1.7-3.7-3.7c0-2,1.7-3.7,3.7-3.7c2,0,3.7,1.7,3.7,3.7C25.9,30.2,24.2,31.9,22.2,31.9z M22.2,26.4c-0.9,0-1.7,0.8-1.7,1.7s0.8,1.7,1.7,1.7s1.7-0.8,1.7-1.7S23.1,26.4,22.2,26.4z'/%3E %3Cpath fill='%23525252' d='M34,32.8c-2,0-3.7-1.7-3.7-3.7c0-2,1.7-3.7,3.7-3.7c2,0,3.7,1.7,3.7,3.7C37.7,31.1,36,32.8,34,32.8z M34,27.3 c-0.9,0-1.7,0.8-1.7,1.7s0.8,1.7,1.7,1.7s1.7-0.8,1.7-1.7S34.9,27.3,34,27.3z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
        position: relative;
        left: 10px;
    }

.icon--upgrade {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg enable-background='new 0 0 100 100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m19.4 76.8v-29.6h52v29.6' fill='%2399eaa8'/%3E%3Cg fill='%23525252'%3E%3Cpath d='m75.1 76.6c-.6 0-1-.4-1-1v-31.1h-52.4v31.2c0 .6-.4 1-1 1s-1-.4-1-1v-32.2c0-.6.4-1 1-1h54.4c.6 0 1 .4 1 1v32.2c0 .5-.5.9-1 .9z'/%3E%3Cpath d='m81.9 76.6c-.6 0-1-.4-1-1v-35.1c0-1.2-1-2.2-2.2-2.2h-61.6c-1.2 0-2.2 1-2.2 2.2v35.1c0 .6-.4 1-1 1s-1-.4-1-1v-35.1c0-2.3 1.9-4.2 4.2-4.2h61.5c2.3 0 4.2 1.9 4.2 4.2v35.1c.1.6-.4 1-.9 1z'/%3E%3Cpath d='m85 86.5h-73c-2.9 0-5.3-2.4-5.3-5.3v-4.8c0-1 .8-1.8 1.8-1.8h80c1 0 1.8.8 1.8 1.8v4.8c0 2.9-2.4 5.3-5.3 5.3zm-76.3-9.9v4.6c0 1.8 1.5 3.3 3.3 3.3h73c1.8 0 3.3-1.5 3.3-3.3v-4.6z'/%3E%3Ccircle cx='47.9' cy='40.4' r='1.1'/%3E%3Cpath d='m56.2 81.6h-15.4c-3.2 0-5.7-1.8-5.7-4.1v-1.8c0-.6.4-1 1-1s1 .4 1 1v1.8c0 1 1.5 2.1 3.7 2.1h15.3c2.2 0 3.7-1.1 3.7-2.1v-1.8c0-.6.4-1 1-1s1 .4 1 1v1.8c.1 2.2-2.4 4.1-5.6 4.1z'/%3E%3C/g%3E%3Cpath d='m59.5 11.5h23.7c2.2 0 3.9 1.8 3.9 3.9v48.8c0 2.2-1.8 3.9-3.9 3.9h-23.7c-2.2 0-3.9-1.8-3.9-3.9v-48.8c0-2.1 1.7-3.9 3.9-3.9z' fill='%23fff'/%3E%3Cpath d='m83.2 69.1h-23.7c-2.7 0-4.9-2.2-4.9-4.9v-48.8c0-2.7 2.2-4.9 4.9-4.9h23.7c2.7 0 4.9 2.2 4.9 4.9v48.8c0 2.7-2.2 4.9-4.9 4.9zm-23.7-56.6c-1.6 0-2.9 1.3-2.9 2.9v48.8c0 1.6 1.3 2.9 2.9 2.9h23.7c1.6 0 2.9-1.3 2.9-2.9v-48.8c0-1.6-1.3-2.9-2.9-2.9z' fill='%23525252'/%3E%3Cpath d='m59.9 24.6h19.6v33.7h-19.6z' fill='%2399eaa8'/%3E%3Cpath d='m82.8 59.3h-22.9c-.6 0-1-.4-1-1v-37c0-.6.4-1 1-1h22.9c.6 0 1 .4 1 1v37c0 .5-.5 1-1 1zm-21.9-2h20.9v-35h-20.9z' fill='%23525252'/%3E%3Cpath d='m73.1 18h-3.5c-.8 0-1.5-.7-1.5-1.5v-.3c0-.8.7-1.5 1.5-1.5h3.5c.8 0 1.5.7 1.5 1.5v.3c0 .9-.7 1.5-1.5 1.5z' fill='%23525252'/%3E%3Cpath d='m73.1 65.8h-3.5c-1.4 0-2.5-1.1-2.5-2.5v-.3c0-1.4 1.1-2.5 2.5-2.5h3.5c1.4 0 2.5 1.1 2.5 2.5v.3c0 1.4-1.1 2.5-2.5 2.5zm-3.5-3.2c-.3 0-.5.2-.5.5v.3c0 .3.2.5.5.5h3.5c.3 0 .5-.2.5-.5v-.3c0-.3-.2-.5-.5-.5z' fill='%23525252'/%3E%3Cellipse cx='90.7' cy='90.7' fill='%232a2a2a' rx='1.8' ry='1.8'/%3E%3Cpath d='m8.7 16.3h.3c2.7 0 4.9 2.2 4.9 4.9v1.4h2.3l-.1-1.2v-.3c0-2.7 2.2-4.9 4.9-4.9h.5l1.2.1v-2.4l-1.2.2h-.5c-2.7 0-4.9-2.2-4.9-4.9v-.5l.1-1.2h-2.4l.1 1.3v.5c0 2.7-2.2 4.9-4.9 4.9h-.3l-1.2-.1v2.3zm6.3-3.3c.6.9 1.3 1.6 2.2 2.2-.8.5-1.6 1.3-2.2 2.2-.6-.9-1.3-1.6-2.2-2.2.9-.6 1.7-1.4 2.2-2.2z' fill='%234e4e4e'/%3E%3Cellipse cx='28.9' cy='20.7' fill='%232a2a2a' rx='1.8' ry='1.8' transform='matrix(.2361 -.9717 .9717 .2361 1.9846 43.8795)'/%3E%3Cellipse cx='18.5' cy='28.8' fill='%232a2a2a' rx='1.8' ry='1.8' transform='matrix(.2361 -.9717 .9717 .2361 -13.8611 39.9678)'/%3E%3C/svg%3E");
        position: relative;
    }

.icon--bonus {
        background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='%26%23x421;%26%23x43B;%26%23x43E;%26%23x439;_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%2399EAA8;%7D .st2%7Bfill:%23525252;%7D .st3%7Bfill:%232A2A2A;%7D .st4%7Bfill:%234E4E4E;%7D %3C/style%3E %3Cg%3E %3Cpath class='st0' d='M25.5,38.1v43.6c0,1.7,1.4,3.1,3.1,3.1h47.7c1.7,0,3.1-1.4,3.1-3.1l1-43.6'/%3E %3Cpath class='st0' d='M25.6,38.1l19.9,0.7c5,0.2,10.1,0.2,15.1,0l19.9-0.7c1.4,0,2.6-1.2,2.6-2.7v-5.4c0-1.5-1.2-2.6-2.6-2.7 l-27.9-0.3c-4.4,0-8.7,0.1-13.1,0.3l-13.9,0.8C24.1,28.4,23,29.6,23,31v4.5C23,36.9,24.1,38.1,25.6,38.1z'/%3E %3Cpath class='st1' d='M47.1,27.2c0,0-2,54.4-0.8,57.6h13.5c0,0,0.7-52.5,0.5-57.5L47.1,27.2z'/%3E %3Cpath class='st1' d='M25.5,62c0,0,51.6,2,54.6,0.8V49.3c0,0-49.8-0.7-54.6-0.5L25.5,62z'/%3E %3Cpath class='st2' d='M76.4,85.8H28.6c-2.3,0-4.1-1.9-4.1-4.1V38.1c0-0.6,0.4-1,1-1s1,0.4,1,1v43.6c0,1.2,1,2.1,2.1,2.1h47.7 c1.2,0,2.1-1,2.1-2.1l1-43.6c0-0.6,0.5-1,1-1c0.6,0,1,0.5,1,1l-1,43.6C80.5,84,78.6,85.8,76.4,85.8z'/%3E %3Cpath class='st2' d='M53,39.9c-2.5,0-5.1,0-7.6-0.1l-19.9-0.7c-2-0.1-3.5-1.7-3.5-3.7V31c0-1.9,1.5-3.5,3.4-3.6l13.9-0.8 c4.4-0.3,8.8-0.4,13.2-0.3l27.9,0.3c2,0,3.6,1.7,3.6,3.7v5.4c0,2-1.6,3.6-3.5,3.7l-19.9,0.7C58.1,39.9,55.5,39.9,53,39.9z M50.6,28.1c-3.7,0-7.5,0.1-11.1,0.3l-13.9,0.8C24.7,29.4,24,30.1,24,31v4.5c0,0.9,0.7,1.6,1.6,1.7l0,0l19.9,0.7c5,0.2,10,0.2,15,0 l19.9-0.7c0.9,0,1.6-0.8,1.6-1.7v-5.4c0-0.9-0.7-1.6-1.6-1.7l-27.9-0.3C51.9,28.1,51.2,28.1,50.6,28.1z'/%3E %3Cg%3E %3Cpath class='st0' d='M66.7,50.7c0,0-5.6-3.3-13.7-3.3c-3,0-5.7,0.5-7.9,1c-0.5,0.1-1.1,0.3-1.5,0.4c-0.2,0.1-0.3,0.1-0.5,0.2 c-0.3,0.1-0.6,0.2-0.9,0.3c-0.1,0.1-0.3,0.1-0.4,0.1c-0.5,0.2-0.9,0.4-1.3,0.5c-0.1,0-0.2,0.1-0.3,0.1c-0.7,0.3-1,0.5-1,0.5 c0,0.2-1.2,10,5.8,18.4c0.6,0.7,1.2,1.3,1.8,2s1.4,1.3,2.2,1.9c1.2,0.9,2.5,1.8,4,2.6C68.7,67,66.7,50.9,66.7,50.7z'/%3E %3Cpath class='st2' d='M53,76.5c-0.2,0-0.3,0-0.5-0.1c-1.5-0.8-2.8-1.7-4.1-2.7c-0.8-0.6-1.6-1.3-2.3-2c-0.7-0.7-1.3-1.3-1.9-2.1 c-6.6-8-6.2-17.3-6-19.1c0-0.3,0.2-0.7,0.5-0.8c0,0,0.4-0.2,1.1-0.6l0.3-0.1c0.4-0.2,0.8-0.4,1.4-0.6l0.4-0.2 c0.3-0.1,0.6-0.2,0.9-0.3l0.5-0.2c0.5-0.2,1-0.3,1.6-0.5c2.7-0.7,5.4-1.1,8.2-1.1c8.3,0,14,3.3,14.2,3.4c0.3,0.2,0.5,0.5,0.5,0.8 c0.3,2.9,0.7,17.6-14.2,25.8C53.3,76.5,53.2,76.5,53,76.5z M40.2,51.3c-0.1,2.4-0.1,10.3,5.6,17.2c0.5,0.7,1.1,1.3,1.8,1.9 c0.6,0.6,1.4,1.2,2.1,1.8c1,0.8,2.2,1.6,3.3,2.2c12.7-7.3,13-19.6,12.8-23.1c-1.5-0.7-6.3-2.9-12.8-2.9c-2.6,0-5.1,0.3-7.7,1 c-0.5,0.1-1,0.3-1.5,0.4L43.4,50c-0.3,0.1-0.6,0.2-0.8,0.3l-0.4,0.1c-0.5,0.2-0.9,0.4-1.3,0.5L40.7,51 C40.5,51.1,40.4,51.2,40.2,51.3z M67.7,50.6L67.7,50.6L67.7,50.6z'/%3E %3C/g%3E %3Cpath class='st1' d='M52.8,61.5l-2.4-2.7c-0.6-0.7-1.5-0.9-2.4-0.6l-0.9,0.3l5.6,6.8l7.9-10.6c0.1-0.1,0-0.2-0.1-0.2l-0.1,0 c-0.5-0.1-0.9,0.1-1.2,0.4L52.8,61.5z'/%3E %3Cellipse class='st3' cx='93.6' cy='52.6' rx='1.8' ry='1.8'/%3E %3Cg%3E %3Cellipse transform='matrix(0.2361 -0.9717 0.9717 0.2361 -71.661 95.7523)' class='st3' cx='25.1' cy='93.5' rx='1.8' ry='1.8'/%3E %3Cellipse transform='matrix(0.2361 -0.9717 0.9717 0.2361 -67.7493 79.9066)' class='st3' cx='16.9' cy='83' rx='1.8' ry='1.8'/%3E %3C/g%3E %3Cpath class='st4' d='M16,11h-0.3c-2.7,0-4.9-2.2-4.9-4.9V4.7H8.5l0.1,1.2v0.3c0,2.7-2.2,4.9-4.9,4.9H3.2L2,11v2.4l1.2-0.2h0.5 c2.7,0,4.9,2.2,4.9,4.9v0.5l-0.1,1.2h2.4l-0.1-1.3V18c0-2.7,2.2-4.9,4.9-4.9H16l1.2,0.1v-2.3L16,11z M9.7,14.3 c-0.6-0.9-1.3-1.6-2.2-2.2c0.8-0.5,1.6-1.3,2.2-2.2c0.6,0.9,1.3,1.6,2.2,2.2C11,12.7,10.2,13.5,9.7,14.3z'/%3E %3Cpath class='st4' d='M96.8,81.9h-0.3c-2.7,0-4.9-2.2-4.9-4.9v-1.4h-2.3l0.1,1.2v0.3c0,2.7-2.2,4.9-4.9,4.9H84l-1.2-0.1v2.4l1.2-0.2 h0.5c2.7,0,4.9,2.2,4.9,4.9v0.5l-0.1,1.2h2.4l-0.1-1.3v-0.5c0-2.7,2.2-4.9,4.9-4.9h0.3l1.2,0.1v-2.3L96.8,81.9z M90.5,85.2 c-0.6-0.9-1.3-1.6-2.2-2.2c0.8-0.5,1.6-1.3,2.2-2.2c0.6,0.9,1.3,1.6,2.2,2.2C91.8,83.6,91,84.4,90.5,85.2z'/%3E %3Cpolyline class='st1' points='47,29.5 47.2,25.5 60.1,25.5 60.4,29.3 '/%3E %3Cpath class='st1' d='M81.6,21.2L78.7,15c0,0,0.6,13-21.5,7.5c0,0,19-5.7,13.9-14.3S55,10.4,53,17.7c-2-7.3-13.1-18.1-18.2-9.5 s13.9,14.3,13.9,14.3C26.7,28,27.3,15,27.3,15l-2.9,6.2l-5.5-2.6c3.6,21.3,30,8.7,30,8.7h8.3c0,0,26.4,12.6,30-8.7L81.6,21.2z M39.3,11.2c2.2-4.5,10.4,4.6,11.2,8.4C50.5,19.6,37.1,15.7,39.3,11.2z M55.5,19.6c0.9-3.8,9-12.9,11.2-8.4 C68.9,15.7,55.5,19.6,55.5,19.6z'/%3E %3Cpath class='st2' d='M72.5,32c-7.7,0-15.4-3.6-15.8-3.8c-0.5-0.2-0.7-0.8-0.5-1.3c0.2-0.5,0.8-0.7,1.3-0.5c0.1,0.1,13.7,6.4,22.2,2 c2.9-1.5,4.9-4.2,6-8.1l-3.6,1.7c-0.2,0.1-0.5,0.1-0.8,0c-0.3-0.1-0.5-0.3-0.6-0.5l-1.6-3.4c-0.5,1.3-1.3,2.7-2.8,3.9 C72.5,25.3,66,25.7,57,23.4c-0.4-0.1-0.7-0.5-0.8-0.9c0-0.4,0.3-0.9,0.7-1c0.1,0,11.7-3.6,13.8-8.9c0.5-1.3,0.4-2.6-0.4-4 c-1.2-2-2.8-2.9-4.8-2.6C60.9,6.6,55.3,13.1,54,17.9c-0.1,0.4-0.5,0.7-1,0.7s-0.8-0.3-1-0.7C50.7,13.1,45.1,6.6,40.4,6 c-2-0.3-3.6,0.6-4.8,2.6c-0.8,1.4-0.9,2.6-0.4,4c1.7,4.4,10.5,7.9,13.8,8.9c0.4,0.1,0.7,0.5,0.7,1c0,0.4-0.3,0.8-0.8,0.9 c-9,2.3-15.5,1.8-19.4-1.3c-1.5-1.2-2.3-2.6-2.8-3.9l-1.6,3.4c-0.1,0.2-0.3,0.4-0.6,0.5c-0.3,0.1-0.5,0.1-0.8,0l-3.6-1.7 c1,3.8,3,6.6,6,8.1c8.5,4.4,22-2,22.2-2.1c0.5-0.2,1.1,0,1.3,0.5c0.2,0.5,0,1.1-0.5,1.3c-0.6,0.3-14.6,6.9-23.9,2 c-4-2.1-6.5-5.9-7.4-11.5c-0.1-0.4,0.1-0.7,0.4-1c0.3-0.2,0.7-0.3,1-0.1l4.6,2.2l2.5-5.3c0.2-0.4,0.7-0.7,1.1-0.5 c0.5,0.1,0.8,0.5,0.8,1c0,0.1-0.1,3.3,2.7,5.5c2.8,2.3,7.7,2.8,14.2,1.6c-3.9-1.6-10.1-4.6-11.7-8.9c-0.7-1.9-0.6-3.8,0.5-5.7 c2-3.5,4.8-3.9,6.7-3.6c4.7,0.6,9.9,5.9,12.3,10.8C55.4,9.9,60.6,4.7,65.3,4c2-0.3,4.7,0.2,6.7,3.6c1.1,1.9,1.3,3.8,0.5,5.7 c-1.7,4.3-7.8,7.3-11.7,8.9c6.5,1.2,11.4,0.6,14.2-1.6c2.8-2.2,2.7-5.4,2.7-5.5c0-0.5,0.3-0.9,0.8-1c0.5-0.1,0.9,0.1,1.1,0.5 l2.5,5.3l4.6-2.2c0.3-0.2,0.7-0.1,1,0.1c0.3,0.2,0.4,0.6,0.4,1c-0.9,5.5-3.4,9.4-7.4,11.5C78.2,31.5,75.3,32,72.5,32z'/%3E %3Cpath class='st2' d='M57.1,28.3c-0.1,0-0.3,0-0.4-0.1l-2.9-1.4c-0.5-0.3-1.1-0.3-1.7,0l-2.9,1.4c-0.5,0.2-1.1,0-1.3-0.5 c-0.2-0.5,0-1.1,0.5-1.3l2.9-1.4c1.1-0.5,2.3-0.5,3.4,0l2.9,1.4c0.5,0.2,0.7,0.8,0.5,1.3C57.9,28.1,57.5,28.3,57.1,28.3z'/%3E %3C/g%3E %3C/svg%3E");
        position: relative;
    }

.icon_github {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 93.1 63.1'%3E%3Cellipse fill='%234e4e4e' cx='1.8' cy='19.5' rx='1.8' ry='1.8'/%3E%3Cellipse fill='%234e4e4e' cx='84.5' cy='57' rx='1.8' ry='1.8'/%3E%3Cpath fill='%234e4e4e' d='M86.9 15.1h-2.4l.1-1.2v-.5c0-2.7-2.2-4.9-4.9-4.9h-.5l-1.2.2V6.3l1.2.1h.5c2.7 0 4.9-2.2 4.9-4.9v-.3L84.5 0h2.3V1.4c0 2.7 2.2 4.9 4.9 4.9h.3l1.2-.1v2.3L92 8.4h-.3c-2.7 0-4.9 2.2-4.9 4.9v.5l.1 1.3zm-3.4-7.7c.9.6 1.6 1.3 2.2 2.2.5-.8 1.3-1.6 2.2-2.2-.9-.6-1.6-1.3-2.2-2.2-.6.9-1.4 1.7-2.2 2.2zm-31 55.7h-23c-12.1 0-21.9-12.2-22.3-22.7-.3-9.2.7-13.6 4.1-18.1-.6-2.8-.9-5.2-.9-7.1 0-1.9.2-3.8.5-5.5l.3-1.2.2-.9 1.7.1c1.3.1 2.5.3 3.6.4 1.6.3 2.9.5 3.8.9 1.6.6 2.6 1.3 3.7 2.3l1.1 1 .6.6c2-.4 8.6-1 13.6-1 5.4 0 13.1.3 14.5.5.2-.2.7-.6 1-.9l.3-.2c.2-.2.4-.3.5-.4.8-.6 1.7-1.2 3.1-1.9.9-.4 2.1-.8 3.8-1 1.1-.2 2.3-.3 3.6-.4H68l.2.8.3 1.2c.4 1.7.5 3.6.5 5.5 0 1.6-.2 3.5-.6 5.7.8.9.9 1.1 1.2 1.4 3.7 4.5 4.8 8.5 4.8 17.4 0 12.8-10 23.5-21.9 23.5zM13.1 9.9v.2c-.3 1.6-.5 3.3-.5 5.1 0 1.8.3 4 .8 6.7l.2 1-.6.7c-3.1 4.1-4 8.1-3.7 16.7.3 9.3 9.4 20.6 20.1 20.6h23c10.7 0 19.8-9.7 19.8-21.3 0-9.2-1.3-12.4-4.3-16-.3-.4-.4-.5-1.2-1.4l-.7-.8.2-1c.4-2.1.6-3.9.6-5.4 0-1.8-.2-3.5-.5-5.1 0-.1 0-.2-.1-.3-1.1.2-2.2.4-3.2.5-1.7.3-2.7.6-3.1.8-1.3.6-2 1.1-2.7 1.6-.2.1-.3.2-.5.4l-.2.2c-.3.3-.8.7-1 .9l-.8.7-1-.2c-1-.2-8.3-.5-14.1-.5-4.7 0-11.2.6-13.1 1l-1 .2-.8-.7c-.2-.2-.5-.4-.7-.6-.3-.2-.5-.4-.6-.6-1.3-1.3-2.1-1.8-3.5-2.3-.7-.3-1.9-.5-3.3-.8-1.2-.1-2.3-.2-3.5-.3z'/%3E%3Cpath fill='%2399eaa8' d='M14.4 41.8c.2-6.8 6.6-12 14.4-11.7l12.7.5 11-.6c7.7-.4 14 5.5 14 10.7 0 0 .1.4 0 0s.1 1.2.1 1.2c.7 7.7-4.9 14.6-12.6 15.3 0 0-9.1 1-12.3.9-4.4-.2-13-.8-13-.8-7.7-.5-14.2-7.3-14.3-15v-.5c0 .1 0 0 0 0z'/%3E%3Cpath fill='%234e4e4e' d='M26.6 51.9c-3.8 0-6.8-3.9-6.8-8.6s3.1-8.7 6.8-8.7 6.8 3.9 6.8 8.7-3 8.6-6.8 8.6zm0-15.1c-2.6 0-4.7 2.9-4.7 6.5s2.1 6.5 4.7 6.5 4.7-2.9 4.7-6.5-2.1-6.5-4.7-6.5zm29.5 15.1c-3.8 0-6.8-3.9-6.8-8.6s3.1-8.7 6.8-8.7 6.8 3.9 6.8 8.7-3.1 8.6-6.8 8.6zm0-15.1c-2.6 0-4.7 2.9-4.7 6.5s2.1 6.5 4.7 6.5 4.7-2.9 4.7-6.5c-.1-3.6-2.2-6.5-4.7-6.5zM40.6 53.3c-1.6 0-2.9-1.3-2.9-2.9s1.3-2.9 2.9-2.9 2.9 1.3 2.9 2.9-1.3 2.9-2.9 2.9zm0-3.6c-.4 0-.7.3-.7.7s.3.7.7.7.7-.3.7-.7-.3-.7-.7-.7z'/%3E%3C/svg%3E");
        position: relative;
        left: 10px;
    }

.icon_new-qa {
        background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 81.2 70.6' style='enable-background:new 0 0 81.2 70.6;' xml:space='preserve'%3E %3Cg%3E %3Cpath fill='%234E4E4E' d='M70.5,50.6c-3.9,0-7.3,3.2-7.3,7.3c0,4.1,3.2,7.3,7.3,7.3s7.3-3.2,7.3-7.3C77.7,53.8,74.4,50.6,70.5,50.6z M70.5,62.4c-2.6,0-4.8-2.1-4.8-4.6c0-2.5,2.1-4.6,4.8-4.6s4.8,2.1,4.8,4.6C75.2,60.2,73.1,62.4,70.5,62.4z'/%3E %3Cpath fill='%233F3F3F' d='M8.6,37.8l4.8-4.8c0.5-0.5,0.5-1.3,0-1.8s-1.3-0.5-1.8,0L6.8,36l-4.6-4.5c-0.5-0.5-1.3-0.5-1.8,0 s-0.5,1.3,0,1.8L5,37.8l-4.6,4.5c-0.5,0.5-0.5,1.3,0,1.8c0.2,0.2,0.6,0.4,1,0.4s0.6-0.1,1-0.4l4.6-4.5l4.8,4.8 c0.2,0.2,0.6,0.4,1,0.4s0.7-0.1,1-0.4c0.5-0.5,0.5-1.3,0-1.8L8.6,37.8L8.6,37.8z'/%3E %3Cellipse fill='%232A2A2A' cx='75.3' cy='2.1' rx='2.1' ry='2.1'/%3E %3Cg%3E %3Cpath fill='%2399EAA8' d='M27.3,49.4c-0.5,0.4-0.9,0.8-1.3,1.4c-0.3,0.4-0.6,1-0.7,1.6c-0.3,1.2,0,2.7,0.6,3.6c0.6,0.8,1.6,0.9,2.3,0.3 c0.7-0.6,1.2-1.9,1.2-3.2c0-0.9-0.1-1.8-0.5-2.4c-0.4-0.7-0.9-1-1.4-0.8'/%3E %3Cpath fill='%2399EAA8' d='M46.3,9.1c0,0-30.7,7.8-30.3,10.1c0.5,2.2,24.7,11.3,27.9,11.8C47.2,31.4,73.6,20,73.6,20L46.3,9.1z'/%3E %3Cpath fill='%23525252' d='M43.9,36.7c-0.1,0-0.2,0-0.3,0C40.4,36.2,9.1,23.6,8.4,19.6c-0.2-1.2-0.5-2.8,19.1-9.3 c9.3-3.1,18.8-5.8,18.9-5.8c0.2-0.1,0.5,0,0.7,0l33.6,15.2c0.4,0.2,0.6,0.5,0.6,0.9c0,0.4-0.2,0.7-0.6,0.9 C75.3,24.1,48.9,36.7,43.9,36.7z M10.4,19.4c2.2,3,29.4,14.7,33.4,15.4c2.5,0.4,21.4-8.1,34-14.2L46.5,6.5 C30,11.2,12.4,17.2,10.4,19.4z'/%3E %3Cpath fill='%23525252' d='M46.6,49.8c-8,0-16.6-3.9-21-6.3c-2.3-1.2-3.8-3.7-3.8-6.3v-9.8c0-0.6,0.4-1,1-1s1,0.4,1,1v9.8 c0,1.9,1,3.6,2.7,4.5c4.2,2.3,12.5,6.1,20.1,6.1c7.6,0,14.2-4.4,17.5-7c1.3-1,2-2.5,2-4.1v-10c0-0.6,0.4-1,1-1s1,0.4,1,1v10 c0,2.2-1,4.3-2.7,5.6C61.9,45.1,54.8,49.8,46.6,49.8z'/%3E %3Cpath fill='%23525252' d='M28.5,49.8c-0.5,0-0.9-0.4-1-0.9c-1.1-10.3,0.7-18.1,5.2-23.3c5.1-5.8,11.7-6,12-6c0,0,0,0,0,0 c0.5,0,1,0.4,1,1c0,0.6-0.4,1-1,1c-0.1,0-6.1,0.3-10.6,5.4c-4.1,4.7-5.7,12.1-4.7,21.7c0.1,0.5-0.3,1-0.9,1.1 C28.6,49.8,28.5,49.8,28.5,49.8z'/%3E %3Cpath fill='%23525252' d='M27.9,70.6c-1.7,0-2.8-0.4-3.5-1.2c-1.8-2.5,1.8-10.4,2.9-12.7c0.2-0.5,0.8-0.7,1.3-0.5 c0.5,0.2,0.7,0.8,0.5,1.3c-2.1,4.3-3.8,9.7-3.1,10.7c0.2,0.3,1.5,0.7,4.8,0.1c0.8-0.1,1.4-0.6,1.8-1.3c0.4-0.7,0.5-1.5,0.2-2.3 L30,57.4c-0.2-0.5,0.1-1.1,0.6-1.3c0.5-0.2,1.1,0.1,1.3,0.6l2.7,7.3c0.5,1.3,0.4,2.7-0.3,3.9c-0.7,1.2-1.8,2-3.2,2.3 C29.9,70.5,28.8,70.6,27.9,70.6z'/%3E %3Cpath fill='%23525252' d='M28.4,57.6c-1,0-1.9-0.3-2.7-0.9c-1.4-1.1-1.9-3.1-1.3-4.7c0.3-0.7,0.8-1.3,1.5-1.9c0.7-0.6,1.5-1.1,2.3-1.5 c0.1,0,0.1-0.1,0.2-0.1c1.4-0.3,2.9,0.8,3.6,1.5c0.7,0.8,1.1,2,1,3.2c-0.1,1.7-1.1,3.3-2.5,4C29.9,57.4,29.2,57.6,28.4,57.6z M29,50.3c-0.6,0.3-1.2,0.7-1.7,1.2c-0.5,0.4-0.8,0.8-1,1.2c-0.3,0.8,0,1.8,0.7,2.4c0.7,0.6,1.8,0.6,2.6,0.2 c0.8-0.4,1.4-1.4,1.5-2.4c0-0.7-0.1-1.3-0.5-1.7C30.1,50.7,29.4,50.3,29,50.3C29,50.3,29,50.3,29,50.3z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    }

.icon--blog {
        position: relative;
        left: 10px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 83 61.1' style='enable-background:new 0 0 83 61.1;' xml:space='preserve'%3E %3Cg%3E %3Cpath fill='%233F3F3F' d='M77.8,38.4l4.7-4.7c0.5-0.5,0.5-1.3,0-1.7c-0.5-0.5-1.3-0.5-1.7,0L76,36.7l-4.5-4.4c-0.5-0.5-1.3-0.5-1.7,0 c-0.5,0.5-0.5,1.3,0,1.7l4.5,4.4l-4.5,4.4c-0.5,0.5-0.5,1.3,0,1.7c0.2,0.2,0.6,0.3,0.9,0.3c0.3,0,0.6-0.1,0.9-0.3l4.5-4.4l4.7,4.7 c0.2,0.2,0.6,0.3,0.9,0.3c0.3,0,0.7-0.1,0.9-0.3c0.5-0.5,0.5-1.3,0-1.7L77.8,38.4L77.8,38.4z'/%3E %3Cellipse fill='%232A2A2A' cx='2.1' cy='34.8' rx='2.1' ry='2.1'/%3E %3Cellipse fill='%232A2A2A' cx='18.7' cy='2.1' rx='2.1' ry='2.1'/%3E %3Cg%3E %3Cpath fill='%2399EAA8' d='M70.2,12.2c-0.5,1-1.4,1.7-2.4,2.3c-1.3,0.8-3,1.1-4.3,0.3c-1.3-0.8-1.6-2.6-1.7-4.1c0-0.6,0-1.3,0.1-1.9 c0.2-0.6,0.5-1.2,0.8-1.7c1.2-2.1,3.9-5.3,6.6-3.3C71.5,5.4,71.4,10.2,70.2,12.2z'/%3E %3Cpath fill='%2399EAA8' d='M53.2,48.7c0.6-0.4,1.2-0.7,1.9-0.9c0.3-0.1,0.5-0.2,0.8-0.2c0.3,0,0.6,0.2,0.8,0.4c3.3,2.5,2.4,8.8-2.3,8.7 C50.4,56.6,50.9,50.5,53.2,48.7z'/%3E %3Cpath fill='%23525252' d='M65.9,15.9c-0.1,0-0.3,0-0.4-0.1c-0.1,0-0.2-0.1-0.3-0.2c-0.2-0.2-0.3-0.4-0.3-0.7c0-0.1,0-0.3,0.1-0.4 c0-0.1,0.1-0.2,0.2-0.3c0,0,0.1-0.1,0.2-0.1c0,0,0.1-0.1,0.2-0.1c0.1,0,0.1,0,0.2-0.1c0.2,0,0.4,0,0.6,0.1c0.1,0,0.2,0.1,0.3,0.2 c0.1,0.1,0.2,0.2,0.2,0.3c0,0.1,0.1,0.3,0.1,0.4c0,0.3-0.1,0.5-0.3,0.7c-0.1,0.1-0.2,0.2-0.3,0.2C66.2,15.8,66.1,15.9,65.9,15.9z'/%3E %3Cpath fill='%23525252' d='M51.4,58.9H27.6c-0.6,0-1-0.4-1-1s0.4-1,1-1h23.8c4.8,0,8.7-3.9,8.7-8.7l1-26.8c0-0.5,0.5-1,1-1c0,0,0,0,0,0 c0.6,0,1,0.5,1,1l-1,26.7C62.2,54.1,57.3,58.9,51.4,58.9z'/%3E %3Cpath fill='%23525252' d='M24.3,38.9C24.3,38.9,24.3,38.9,24.3,38.9c-0.6,0-1-0.5-1-1l0.8-25.4c0-5.9,4.8-10.7,10.7-10.7h32.9 c4.7,0,4.7,4.8,4.7,6.7v1.6c0,3.4-2.7,5.7-6.7,5.7c-0.6,0-1-0.4-1-1s0.4-1,1-1c1.1,0,4.7-0.3,4.7-3.7V8.5c0-3.9-1-4.7-2.7-4.7 H34.9c-4.8,0-8.7,3.9-8.7,8.7L25.3,38C25.3,38.5,24.9,38.9,24.3,38.9z'/%3E %3Cpath fill='%23525252' d='M62.1,22.4c-0.6,0-1-0.4-1-1v-11c0-5.1,2.7-8.6,6.7-8.6c0.6,0,1,0.4,1,1s-0.4,1-1,1c-2.8,0-4.7,2.7-4.7,6.6 v11C63.1,22,62.7,22.4,62.1,22.4z'/%3E %3Cpath fill='%23525252' d='M52.7,58.8c-0.2,0-0.4-0.1-0.6-0.2c-0.2-0.2-2.4-2.1-1.7-7.4c0.5-4.1,4-5.6,6.8-5.6c0.6,0,1,0.4,1,1 s-0.4,1-1,1c-0.7,0-4.4,0.2-4.9,3.8c-0.5,4.2,1,5.6,1,5.6c0.4,0.4,0.5,1,0.1,1.4C53.3,58.7,53,58.8,52.7,58.8z'/%3E %3Cpath fill='%23525252' d='M57.3,47.6C57.2,47.6,57.2,47.6,57.3,47.6c-15.2-1.4-24.2-1.4-29.1-1c-0.5,0-1-0.4-1.1-0.9 c0-0.6,0.4-1,0.9-1.1c7.2-0.5,17.1-0.1,29.4,1c0.5,0.1,1,0.5,0.9,1.1C58.2,47.2,57.8,47.6,57.3,47.6z'/%3E %3Cpolygon fill='%2399EAA8' points='31.5,16.7 54.3,16.7 54.3,19.6 31.5,20.4 '/%3E %3Cpolygon fill='%2399EAA8' points='54.3,25.3 31.5,25.3 31.5,27.2 54.3,28 '/%3E %3Cpolygon fill='%2399EAA8' points='31.5,32.8 54.3,32.8 54.3,35.7 31.5,34.6 '/%3E %3Cpath fill='%23525252' d='M19.7,38.9c-0.3,0-0.6-0.1-0.8-0.4c-0.4,0.1-0.7-0.1-1-0.4l-3.3-4.8l-5-4c-0.2-0.2-0.3-0.4-0.4-0.7 c-0.1-0.8-0.9-3.5-1.8-6c-1.4-4.3-2.3-7.2-2.3-8.4c0-0.4-0.1-1.3-0.3-2.2C4.2,7.7,4,5,5.5,4.3c1.2-0.6,2.4,0.6,2.9,1.1 c3.4,3.5,8.4,20.1,9.8,25.1c0.5,1.9,1.6,4.9,2.4,6.8l0.1,0.2c0.2,0.5-0.1,1.1-0.6,1.3C19.9,38.9,19.8,38.9,19.7,38.9z M11.1,28 l4.8,3.9c0.1,0.1,0.1,0.1,0.2,0.2l0.8,1.1c-0.2-0.7-0.5-1.4-0.6-2C13.5,21.4,9.4,9.3,6.9,6.8C6.7,6.6,6.5,6.4,6.4,6.3 c-0.2,1.1,0.2,4.1,0.4,5.4c0.2,1.1,0.3,2,0.3,2.5c0,1,1.3,4.9,2.2,7.7C10.1,24.5,10.9,26.8,11.1,28z'/%3E %3Cg%3E %3Cpath fill='%23525252' d='M20.8,61.1c-3.1,0-12.5,0-12.5-9c0-4.1,2.8-8.4,6.8-10.3c0.5-0.2,1.1,0,1.3,0.5c0.2,0.5,0,1.1-0.5,1.3 c-3.3,1.6-5.6,5.1-5.6,8.5c0,4.9,3.1,7,10.5,7c5.2,0,8.2-2.6,8.2-7c0-3.9-1.8-7.1-4.8-8.5c-0.5-0.2-0.7-0.8-0.5-1.3 c0.2-0.5,0.8-0.7,1.3-0.5c3.7,1.7,5.9,5.6,5.9,10.3C31,57.6,27.1,61.1,20.8,61.1z'/%3E %3Cpath fill='%23525252' d='M27.5,43.7H12.3c-1.6,0-2.8-1.3-2.8-2.8v-0.6c0-1.6,1.3-2.8,2.8-2.8h15.2c1.6,0,2.8,1.3,2.8,2.8v0.6 C30.3,42.4,29,43.7,27.5,43.7z M12.3,39.4c-0.5,0-0.8,0.4-0.8,0.8v0.6c0,0.5,0.4,0.8,0.8,0.8h15.2c0.5,0,0.8-0.4,0.8-0.8v-0.6 c0-0.5-0.4-0.8-0.8-0.8H12.3z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    }

.icon--telegram {
        position: relative;
        right: 10px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 74.3 67' style='enable-background:new 0 0 74.3 67;' xml:space='preserve'%3E %3Cg%3E %3Cpath fill='%2399EAA8' d='M43,0C25.1,0,9.5,15.6,9.5,33.5C9.5,51.4,25.1,67,43,67s31.3-15.6,31.3-33.5C74.3,15.6,60.8,0,43,0z M42.8,63.3C27.5,63.3,13,48.8,13,33.5C13,18.1,28.5,4.8,43.9,4.8c15.3,0,25.8,13.4,25.8,28.7C69.7,48.8,58.1,63.3,42.8,63.3z'/%3E %3Cpolygon fill='%2399EAA8' points='52.4,25.9 29.6,35.7 33.7,47.6 36,38.1 '/%3E %3Cpath fill='%234E4E4E' d='M6.1,46.7c-3.3,0-6.1,2.7-6.1,6.1c0,3.4,2.7,6.1,6.1,6.1s6.1-2.7,6.1-6.1C12.2,49.4,9.4,46.7,6.1,46.7z M6.1,56.6c-2.2,0-4-1.8-4-3.9c0-2.1,1.8-3.9,4-3.9s4,1.8,4,3.9C10.1,54.8,8.3,56.6,6.1,56.6z'/%3E %3Cpath fill='%234E4E4E' d='M43.2,7.1h-0.3c-2.7,0-4.9-2.2-4.9-4.9V0.8h-2.3L35.8,2v0.3c0,2.7-2.2,4.9-4.9,4.9h-0.5l-1.2-0.1v2.4l1.2-0.2 h0.5c2.7,0,4.9,2.2,4.9,4.9v0.5l-0.1,1.2h2.4L38,14.6v-0.5c0-2.7,2.2-4.9,4.9-4.9h0.3l1.2,0.1V7L43.2,7.1z M36.9,10.4 c-0.6-0.9-1.3-1.6-2.2-2.2c0.8-0.5,1.6-1.3,2.2-2.2c0.6,0.9,1.3,1.6,2.2,2.2C38.2,8.8,37.4,9.6,36.9,10.4z'/%3E %3Cg%3E %3Cpath fill='%23525252' d='M35.2,39.1c-0.3,0-0.6-0.1-0.8-0.4c-0.3-0.5-0.2-1.1,0.2-1.4l9.5-6.7l-14.1,6c-0.5,0.2-1.1,0-1.3-0.5 c-0.2-0.5,0-1.1,0.5-1.3L52,25c0.5-0.2,1,0,1.3,0.4c0.3,0.4,0.1,1-0.3,1.3L35.8,38.9C35.6,39.1,35.4,39.1,35.2,39.1z'/%3E %3Cpath fill='%23525252' d='M50.2,50c-0.6,0-1.3-0.2-1.8-0.6L34.6,38.9c-0.4-0.3-0.5-1-0.2-1.4c0.3-0.4,1-0.5,1.4-0.2l13.9,10.5 c0.4,0.3,0.7,0.2,0.9,0.1c0.1-0.1,0.5-0.2,0.5-0.7l7-26l-37,10.1l-0.3,1l0.4-0.9l8.8,3.3c0.5,0.2,0.8,0.8,0.6,1.3 c-0.2,0.5-0.8,0.8-1.3,0.6l-8.8-3.3c-0.8-0.3-1.3-1.1-1.3-1.9c0-0.9,0.5-1.6,1.3-1.9l37.4-10.2c0.5-0.2,1.2-0.1,1.7,0.3 c0.5,0.4,0.7,1,0.6,1.7l-7.1,26.5c-0.1,0.9-0.8,1.7-1.8,2.1C50.9,49.9,50.6,50,50.2,50z M58.5,21.1L58.5,21.1 C58.5,21.1,58.5,21.1,58.5,21.1z'/%3E %3Cpath fill='%23525252' d='M33.7,48.6c-0.1,0-0.2,0-0.3,0c-0.3-0.1-0.6-0.3-0.7-0.6L28.7,36c-0.2-0.5,0.1-1.1,0.6-1.3 c0.5-0.2,1.1,0.1,1.3,0.6l3.6,10.6l5.7-4.6c0.4-0.3,1.1-0.3,1.4,0.2c0.3,0.4,0.3,1.1-0.2,1.4l-6.8,5.4 C34.1,48.5,33.9,48.6,33.7,48.6z'/%3E %3Cpath fill='%23525252' d='M33.7,48.6c-0.1,0-0.1,0-0.2,0c-0.5-0.1-0.9-0.6-0.8-1.1l1.5-9.5c0.1-0.5,0.6-0.9,1.1-0.8 c0.5,0.1,0.9,0.6,0.8,1.1l-1.5,9.5C34.6,48.2,34.2,48.6,33.7,48.6z'/%3E %3Cpolygon fill='%23525252' points='41.5,42.9 34.4,47 35.2,38.1 '/%3E %3C/g%3E %3Cellipse fill='%232A2A2A' cx='72.3' cy='59.9' rx='1.8' ry='1.8'/%3E %3Cellipse fill='%232A2A2A' cx='60.9' cy='41.3' rx='1.8' ry='1.8'/%3E %3C/g%3E %3C/svg%3E");
    }

.icon--xda {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' height='381' viewBox='0 0 433 381' width='433' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m227 186c0 17.121-5.82 31-13 31s-13-13.879-13-31 5.82-31 13-31 13 13.879 13 31z' fill='%23abe8ae'/%3E%3Cpath clip-rule='evenodd' d='m257.966 135h36v15h-5.96l-17.05 59.071-7.487-2.16 9.399-32.565-.368.654-16.5-32.874 3.993-.418z' fill='%23abe8ae' fill-rule='evenodd'/%3E%3Cpath d='m9.5 329c5.2467 0 9.5-4.253 9.5-9.5s-4.2533-9.5-9.5-9.5-9.5 4.253-9.5 9.5 4.2533 9.5 9.5 9.5z' fill='%232a2a2a'/%3E%3Cpath d='m206.785 33.4662h-1.547c-14.441 0-26.304-11.8419-26.304-26.25809v-7.20811h-12.378l.516 6.17838v1.54459c0 14.41623-11.863 26.25813-26.304 26.25813h-2.579l-6.189-.5149v12.8716l6.189-1.0297h2.579c14.441 0 26.304 11.8419 26.304 26.2581v2.5743l-.516 6.1784h12.894l-.516-6.6932v-2.5743c0-14.4163 11.863-26.2582 26.304-26.2582h1.547l6.189.5149v-12.3567zm-34.04 17.5054c-3.095-4.6338-6.705-8.7527-11.862-11.8419 4.126-2.5743 8.767-6.6932 11.862-11.8419 3.095 4.6338 6.705 8.7527 11.862 11.8419-4.641 3.6041-8.767 7.723-11.862 11.8419zm106.762 265.1554c-17.536 0-32.493 14.416-32.493 32.437 0 18.02 14.442 32.436 32.493 32.436 18.052 0 32.493-14.416 32.493-32.436 0-18.021-14.957-32.437-32.493-32.437zm0 53.031c-11.862 0-21.146-9.782-21.146-20.594 0-11.328 9.799-20.595 21.146-20.595s21.146 9.782 21.146 20.595c0 10.812-9.283 20.594-21.146 20.594z' fill='%234e4e4e'/%3E%3Cpath d='m421 145.81v-10.81c0-1.657-1.343-3-3-3h-10.087c.761 7.027 6.202 12.716 13.087 13.81z' fill='%23abe8ae'/%3E%3Cpath d='m400.729 132c-.705 7.976-7.434 14.308-15.532 14.308h-1.528l-3.669-.308v7.692l3.669-.615h1.528c8.561 0 15.593 7.077 15.593 15.692v1.539l-.306 3.692h7.643l-.305-4v-1.538c0-7.79 5.748-14.322 13.178-15.503v75.041c0 1.657-1.343 3-3 3h-26.016l-28.984-99z' fill='%23abe8ae'/%3E%3Cpath d='m397.121 149.385c3.057 1.846 5.197 4.307 7.032 7.077 1.834-2.462 4.28-4.924 7.032-7.077-3.058-1.847-5.198-4.308-7.032-7.077-1.835 3.077-4.586 5.538-7.032 7.077z' fill='%23abe8ae'/%3E%3Cpath d='m423.118 294.76c5.401 0 9.78-4.378 9.78-9.779 0-5.402-4.379-9.78-9.78-9.78s-9.78 4.378-9.78 9.78c0 5.401 4.379 9.779 9.78 9.779z' fill='%232a2a2a'/%3E%3Cpath clip-rule='evenodd' d='m118.434 186.117 25.14-51.117h7.426 1.5 7.5v97h-7.5-1.5-10.868l-21.698-44.117c-.274-.557-.274-1.209 0-1.766z' fill='%23abe8ae' fill-rule='evenodd'/%3E%3Cpath clip-rule='evenodd' d='m11 136c0-1.657 1.3431-3 3-3h28c1.6569 0 3 1.343 3 3v15.704l17.7311 35.334-17.7311 35.334v5.425c0 1.657-1.3431 3-3 3h-1.2276l-1.2913 2.573v-2.573h-25.4811c-1.6569 0-3-1.343-3-3l.0001-17.589c15.648 0 28.3333-11.522 28.3333-25.736s-12.6853-25.736-28.3334-25.736zm17.0001 48.472c0 8.528-7.6112 15.442-17.0001 15.442l.0001-30.884c9.3888 0 17 6.914 17 15.442z' fill='%23abe8ae' fill-rule='evenodd'/%3E%3Cg fill='%23525252'%3E%3Cpath clip-rule='evenodd' d='m26.204 119.335c-2.5274-4.664.8496-10.335 6.1545-10.335h34.7178c2.5479 0 4.8945 1.384 6.1268 3.614l17.678 31.991 16.8109-31.871c1.212-2.297 3.595-3.734 6.192-3.734h36.712c5.341 0 8.715 5.741 6.115 10.407l-7.77 13.946c-1.344 2.412-4.389 3.278-6.801 1.934s-3.279-4.389-1.935-6.801l5.286-9.486h-29.798l-18.559 35.184c-2.5975 4.924-9.6255 4.993-12.3182.12l-19.5092-35.304h-27.9103l32.1702 59.367c1.1018 2.034 1.1283 4.48.0708 6.536l-4.3358-2.229 4.3358 2.229-32.4441 63.097h28.0778l19.5093-36.198c2.6726-4.959 9.8095-4.89 12.3866.119l18.5611 36.079h29.973l-25.021-47.326c-1.29-2.441-.357-5.467 2.084-6.757 2.441-1.291 5.466-.358 6.757 2.083l27.348 51.728c2.464 4.662-.915 10.272-6.189 10.272h-36.782c-2.623 0-5.025-1.466-6.225-3.798l-16.7924-32.641-17.6565 32.76c-1.2213 2.266-3.5878 3.679-6.162 3.679h-34.7848c-5.2383 0-8.6207-5.542-6.2253-10.201l33.9678-66.06zm90.362 130.293-.003-.006zm-81.6186 2.74-.0022.004-2.6679-1.372 2.6679 1.372c.0008-.002.0015-.003.0022-.004zm113.0286-137.828-.003.004c.001-.002.002-.003.003-.004z' fill-rule='evenodd'/%3E%3Cpath d='m222.472 109h-57.879c-2.756 0-4.593 2.055-4.593 5.138v35.452c0 3.082 1.837 5.138 4.593 5.138 2.757 0 4.594-2.056 4.594-5.138v-30.314h53.285c22.508 0 41.341 24.662 41.341 54.976v18.496c0 30.314-18.374 54.976-41.341 54.976l-45.972.776c-2.756 0-3.638 1.279-3.638 4.362s1.837 5.138 4.593 5.138h45.017c27.561 0 50.528-29.286 50.528-65.252v-18.496c0-35.966-22.508-65.252-50.528-65.252z'/%3E%3Cpath d='m214.178 221h-11.973c-3.123 0-5.205-2.029-5.205-5.071v-60.858c0-3.042 2.082-5.071 5.205-5.071h11.973c11.452 0 20.822 10.143 20.822 23.329v24.85c0 12.171-9.37 22.821-20.822 22.821zm-6.767-10.143h6.767c5.726 0 10.411-6.086 10.411-13.186v-24.85c0-7.1-4.685-13.185-10.411-13.185h-6.767z'/%3E%3Cpath clip-rule='evenodd' d='m170 119h49c2.761 0 5-2.239 5-5s-2.239-5-5-5h-53c-3.314 0-6 2.686-6 6v34.5c0 2.761 2.239 5 5 5s5-2.239 5-5z' fill-rule='evenodd'/%3E%3Cpath clip-rule='evenodd' d='m170 248h42c2.761 0 5 2.239 5 5s-2.239 5-5 5h-46c-3.314 0-6-2.686-6-6v-34c0-2.761 2.239-5 5-5s5 2.239 5 5z' fill-rule='evenodd'/%3E%3C/g%3E%3Cpath d='m327.294 166 8.916 30.883h-17.831z' fill='%23abe8ae'/%3E%3Cpath d='m337.765 205.325h-21.618c-1.544 0-3.088-.515-4.118-2.059-1.029-1.544-1.029-3.088-1.029-4.633l9.78-36.03c.514-2.059 2.573-3.603 4.632-3.603s4.118 1.544 5.147 3.603l11.839 36.03c.515 1.545 0 3.089-.515 4.633-.514 1.544-2.573 2.059-4.118 2.059zm-14.926-10.295h7.72l-4.117-13.382z' fill='%23525252'/%3E%3Cpath clip-rule='evenodd' d='m295.011 112.196c.787-2.497 3.103-4.196 5.722-4.196h53.513c2.679 0 5.033 1.776 5.769 4.352l39.428 138c1.096 3.833-1.782 7.648-5.769 7.648h-45.872c-2.812 0-5.247-1.953-5.857-4.698l-3.956-17.802h-22.207l-2.71 17.422c-.454 2.923-2.971 5.078-5.928 5.078h-37.144c-2.761 0-5-2.239-5-5s2.239-5 5-5h33.718l2.71-17.422c.454-2.923 2.971-5.078 5.928-5.078h28.842c2.812 0 5.247 1.953 5.857 4.698l3.956 17.802h37.36l-37.143-130h-47.562l-13.397 42.503c-.83 2.634-3.638 4.096-6.272 3.266s-4.096-3.638-3.266-6.272z' fill='%23525252' fill-rule='evenodd'/%3E%3C/svg%3E");
    }

.icon--4pda {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg enable-background='new 0 0 89.3 74.1' viewBox='0 0 89.3 74.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2399eaa8'%3E%3Cpath d='m30.8 32.1v4.7h1.4c1.1 0 2-1 2-2.3 0-1.3-.9-2.3-2-2.3h-1.4z'/%3E%3Cpath d='m48.8 32.9v12h1.5c1.1 0 2-1.6 2-3.6v-4.9c0-2-.9-3.6-2-3.6h-1.5z'/%3E%3Cpath d='m69 34.5-2 7h4.2z'/%3E%3Cpath d='m9.3 24.6-9.3 15 .7-15z'/%3E%3Cpath d='m14 32.1v9.4h-6.1z'/%3E%3Cpath d='m14.2 48.9h-13.9l-.3 3.5h14z'/%3E%3C/g%3E%3Cpath d='m30.4 53.4h-8c-.6 0-1-.4-1-1v-26.9c0-.5.4-1 1-1l12.4-.1h.1c2 0 4 .8 5.6 2.4 1.9 1.9 3 4.6 3 7.5v.5c0 5.5-3.8 9.9-8.6 9.9h-3.5v7.7c0 .5-.4 1-1 1zm-7-2h6v-7.7c0-.6.4-1 1-1h4.5c3.6 0 6.6-3.5 6.6-7.9v-.5c0-2.4-.9-4.6-2.4-6.1-1.2-1.2-2.7-1.8-4.2-1.8l-11.4.1v24.9z' fill='%23525252'/%3E%3Cpath d='m32.2 37.8h-1.4c-.6 0-1-.4-1-1v-4.7c0-.6.4-1 1-1h1.4c1.6 0 3 1.5 3 3.3 0 1.9-1.3 3.4-3 3.4zm-.4-2h.4c.5 0 1-.6 1-1.3s-.4-1.3-1-1.3h-.4z' fill='%23525252'/%3E%3Cpath d='m52.6 53.4h-12.6c-.6 0-1-.4-1-1v-6.9c0-.6.4-1 1-1s1 .4 1 1v5.9h11.6c4.9 0 9-4.8 9-10.7v-3.6c0-5.9-4-10.7-9-10.7h-9.8c-.6 0-1-.4-1-1s.4-1 1-1h9.8c6 0 11 5.7 11 12.7v3.6c0 7-4.9 12.7-11 12.7z' fill='%23525252'/%3E%3Cpath d='m51.1 45.9h-2.3c-.6 0-1-.4-1-1v-12c0-.6.4-1 1-1h2.3c2.2 0 4 2 4 4.6v4.9c0 2.4-1.8 4.5-4 4.5zm-1.3-2h1.3c1.1 0 2-1.2 2-2.6v-4.9c0-1.4-.9-2.6-2-2.6h-1.3z' fill='%23525252'/%3E%3Cpath d='m81.9 52.7h-9.6c-.5 0-.9-.4-1-.8l-.5-2.9h-4.1l-.6 3c-.1.5-.5.8-1 .8h-3.4c-.6 0-1-.4-1-1s.4-1 1-1h2.5l.6-3c.1-.5.5-.8 1-.8h5.8c.5 0 .9.4 1 .8l.5 2.9h7.4l-7.4-24.4h-7.6l-.5 1.3c-.2.5-.8.7-1.3.5s-.7-.8-.5-1.3l.8-1.9c.2-.4.5-.6.9-.6h9c.4 0 .8.3 1 .7l8 26.4c.1.3 0 .6-.2.9s-.5.4-.8.4z' fill='%23525252'/%3E%3Cpath d='m71.2 42.5h-4.2c-.3 0-.6-.1-.8-.4s-.2-.6-.2-.9l1.9-7c.1-.4.5-.7.9-.7.4 0 .8.3 1 .7l2.3 7c.1.3 0 .6-.1.9s-.5.4-.8.4zm-2.9-2h1.5l-.8-2.6z' fill='%23525252'/%3E%3Cellipse cx='9.3' cy='62' fill='%232a2a2a' rx='1.9' ry='1.9'/%3E%3Cellipse cx='87.5' cy='55.3' fill='%232a2a2a' rx='1.9' ry='1.9'/%3E%3Cpath d='m47.6 6.5h-.3c-2.8 0-5.1-2.3-5.1-5.1v-1.4h-2.4l.1 1.2v.3c0 2.8-2.3 5.1-5.1 5.1h-.5l-1.2-.1v2.5l1.2-.2h.5c2.8 0 5.1 2.3 5.1 5.1v.5l-.1 1.2h2.5l-.1-1.3v-.5c0-2.8 2.3-5.1 5.1-5.1h.3l1.2.1v-2.4zm-6.6 3.4c-.6-.9-1.3-1.7-2.3-2.3.8-.5 1.7-1.3 2.3-2.3.6.9 1.3 1.7 2.3 2.3-.9.7-1.7 1.5-2.3 2.3z' fill='%234e4e4e'/%3E%3Cpath d='m61.7 61.4c-3.4 0-6.3 2.8-6.3 6.3s2.8 6.3 6.3 6.3 6.3-2.8 6.3-6.3-2.9-6.3-6.3-6.3zm0 10.3c-2.3 0-4.1-1.9-4.1-4 0-2.2 1.9-4 4.1-4s4.1 1.9 4.1 4-1.8 4-4.1 4z' fill='%234e4e4e'/%3E%3C/svg%3E");
    }

.icon--reddit {
        position: relative;
        right: 10px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 93.2 69.6' style='enable-background:new 0 0 93.2 69.6;' xml:space='preserve'%3E %3Cg%3E %3Cellipse fill='%2399EAA8' cx='41.1' cy='40.3' rx='3.6' ry='5'/%3E %3Cellipse fill='%2399EAA8' cx='65.6' cy='40.3' rx='3.6' ry='5'/%3E %3Ccircle fill='%2399EAA8' cx='81' cy='5.6' r='4.3'/%3E %3Cpath fill='%23525252' d='M78,26.1c-0.2,0-0.4-0.1-0.5-0.2c-6.3-4.1-14.4-6.3-23-6.3s-16.7,2.2-23,6.3c-0.5,0.3-1.1,0.2-1.4-0.3 c-0.3-0.5-0.2-1.1,0.3-1.4c6.6-4.3,15.2-6.6,24.1-6.6c8.9,0,17.4,2.4,24.1,6.6c0.5,0.3,0.6,0.9,0.3,1.4 C78.7,25.9,78.4,26.1,78,26.1z'/%3E %3Cpath fill='%23525252' d='M54.5,69.6c-19.9,0-36-11.7-36-26c0-1.5,0.2-3.1,0.6-4.6c0.1-0.5,0.7-0.9,1.2-0.7c0.5,0.1,0.9,0.7,0.7,1.2 c-0.3,1.4-0.5,2.8-0.5,4.1c0,13.2,15.3,24,34,24s34-10.8,34-24c0-1.4-0.2-2.7-0.5-4.1c-0.1-0.5,0.2-1.1,0.7-1.2 c0.5-0.1,1.1,0.2,1.2,0.7c0.4,1.5,0.6,3.1,0.6,4.6C90.5,57.9,74.4,69.6,54.5,69.6z'/%3E %3Cpath fill='%23525252' d='M20.1,40.2c-0.3,0-0.5-0.1-0.7-0.3l-0.1-0.1c-2.1-2.3-3.3-5.1-3.4-8c-0.1-2.9,0.9-5.5,2.9-7.4 c3.3-3,8.6-3.1,12.8-0.2c0.3,0.2,0.4,0.5,0.4,0.8c0,0.3-0.2,0.6-0.5,0.8c-5.5,3.6-9.3,8.4-10.5,13.6c-0.1,0.4-0.4,0.6-0.7,0.7 C20.2,40.2,20.2,40.2,20.1,40.2z M25,24.1c-1.8,0-3.6,0.6-4.9,1.8c-1.6,1.4-2.4,3.5-2.3,5.8c0.1,1.9,0.7,3.8,1.8,5.4 c1.6-4.5,4.9-8.7,9.5-12C27.8,24.5,26.4,24.1,25,24.1z'/%3E %3Cpath fill='%23525252' d='M89,40.2c-0.1,0-0.2,0-0.2,0c-0.3-0.1-0.6-0.3-0.7-0.7c-1.3-5.2-5-10-10.5-13.6c-0.3-0.2-0.5-0.5-0.5-0.8 c0-0.3,0.2-0.7,0.4-0.8c4.2-2.9,9.5-2.8,12.8,0.2c4.1,3.7,3.9,10.6-0.4,15.3l-0.1,0.1C89.6,40.1,89.3,40.2,89,40.2z M79.9,25.1 c4.6,3.3,7.9,7.5,9.5,12c2.6-3.8,2.5-8.6-0.5-11.2C86.7,23.8,83.1,23.6,79.9,25.1z'/%3E %3Cpath fill='%23525252' d='M42.5,46.3c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S45.8,46.3,42.5,46.3z M42.5,36.3c-2.2,0-4,1.8-4,4s1.8,4,4,4 s4-1.8,4-4S44.7,36.3,42.5,36.3z'/%3E %3Cpath fill='%23525252' d='M66.6,46.3c-3.3,0-6-2.7-6-6s2.7-6,6-6c3.3,0,6,2.7,6,6S69.9,46.3,66.6,46.3z M66.6,36.3c-2.2,0-4,1.8-4,4 s1.8,4,4,4s4-1.8,4-4S68.8,36.3,66.6,36.3z'/%3E %3Cpath fill='%23525252' d='M54.5,60.5c-4.8,0-9.6-1.8-13.2-5.3c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0c6.5,6.3,17.1,6.3,23.6,0 c0.4-0.4,1-0.4,1.4,0c0.4,0.4,0.4,1,0,1.4C64.1,58.8,59.3,60.5,54.5,60.5z'/%3E %3Cpath fill='%23525252' d='M82.2,13.3c-3.6,0-6.5-2.9-6.5-6.5s2.9-6.5,6.5-6.5s6.5,2.9,6.5,6.5S85.8,13.3,82.2,13.3z M82.2,2.3 c-2.5,0-4.5,2-4.5,4.5s2,4.5,4.5,4.5s4.5-2,4.5-4.5S84.7,2.3,82.2,2.3z'/%3E %3Cpath fill='%23525252' d='M54.5,19.6c-0.1,0-0.3,0-0.4-0.1c-0.5-0.2-0.7-0.8-0.5-1.3l7.3-17.3c0.2-0.5,0.7-0.7,1.2-0.6L77,4.5 c0.5,0.2,0.8,0.7,0.7,1.2c-0.2,0.5-0.7,0.8-1.2,0.7l-14-4l-7,16.5C55.3,19.4,54.9,19.6,54.5,19.6z'/%3E %3Cpath fill='%234E4E4E' d='M14,7.6h-0.3c-2.7,0-4.9-2.2-4.9-4.9V1.3H6.5l0.1,1.2v0.3c0,2.7-2.2,4.9-4.9,4.9H1.2L0,7.6V10l1.2-0.2h0.5 c2.7,0,4.9,2.2,4.9,4.9v0.5l-0.1,1.2h2.4l-0.1-1.3v-0.5c0-2.7,2.2-4.9,4.9-4.9H14l1.2,0.1V7.5L14,7.6z M7.7,10.8 C7.1,10,6.4,9.3,5.5,8.6c0.8-0.5,1.6-1.3,2.2-2.2C8.3,7.3,9,8.1,9.9,8.6C9,9.3,8.2,10.1,7.7,10.8z'/%3E %3Cellipse fill='%232A2A2A' cx='91.2' cy='65.6' rx='1.8' ry='1.8'/%3E %3Cellipse fill='%232A2A2A' cx='35.5' cy='1.8' rx='1.8' ry='1.8'/%3E %3C/g%3E %3C/svg%3E");
    }

.icon_ad-blocker {
        width: 112px;
        height: 115px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90.2 90.1'%3E%3Cpath fill='%2399eaa8' d='M49.3 70.1h26.9c3.2 0 5.8 2.6 5.8 5.8v2.8c0 3.2-2.6 5.8-5.8 5.8H49.3c-3.2 0-5.8-2.6-5.8-5.8v-2.9c0-3.1 2.6-5.7 5.8-5.7z'/%3E%3Cpath fill='%234e4e4e' d='M39.7 90.1c-2.1 0-3.9-.1-5.9-.4-2.5-.4-4.5-1.1-6-2.1-3.2-2.2-6.6-5.5-10.2-9.6-2.4-2.8-4.8-5.9-7.1-9.2-.8-1.1-1.5-2.1-2.1-3-.2-.3-.4-.6-.5-.9l-.2-.4c-.9-1-1.3-2.4-1.2-3.8.1-1.4.8-2.7 1.9-3.7 2.3-1.9 5.7-1.6 7.7.7l6 6.6c0-.7-.1-13.9-.2-18.3l-.1-18.2c0-3 2.4-5.4 5.4-5.4s5.4 2.4 5.4 5.4v19.7c.5-.3 1.1-.5 1.6-.7V20.5c0-3 2.4-5.4 5.4-5.4s5.4 2.4 5.4 5.4v24.8h1.6V25.7c0-3 2.4-5.4 5.4-5.4s5.4 2.4 5.4 5.4v21.2c.5.2 1 .4 1.4.7v-13c0-3 2.4-5.4 5.4-5.4s5.4 2.4 5.4 5.4l.2 39.2C69.8 84 62.1 90 49.2 90h-8.7c.1.1-.4.1-.8.1zM12 58c-.7 0-1.5.2-2.1.8-.7.6-1.1 1.3-1.2 2.2-.1.8.2 1.7.7 2.3l.4.5c.2.2.3.5.5.8.6.9 1.3 1.9 2 3 2.3 3.3 4.6 6.3 7 9 3.4 4 6.7 7.1 9.8 9.2 1.2.8 2.9 1.4 5 1.8 1.9.3 3.8.4 6.8.4h8.8c11.7 0 18.4-5.1 18.4-14.1l-.2-39.2c0-1.8-1.5-3.2-3.3-3.2s-3.3 1.4-3.3 3.2v16.4l-3.1-1.6c-.4-.2-.8-.4-1.3-.6l-1.3-.6V25.7c0-1.8-1.5-3.2-3.3-3.2S49 24 49 25.7v21.7h-6v-27c0-1.8-1.5-3.2-3.3-3.2s-3.3 1.4-3.3 3.2v27.7l-1.4.5c-.5.2-1 .4-1.5.7l-3.1 1.6V27.8c0-1.8-1.5-3.2-3.3-3.2s-3.3 1.4-3.3 3.2l.2 18.3c.2 14.8.2 18.1.2 18.5l-.4 5-9.4-10.3c-.5-.9-1.5-1.3-2.4-1.3z'/%3E%3Cpath fill='%23fff' d='M74.1 80.3H51.4c-4.4 0-7.9-3.5-7.9-7.9V63c0-4.4 3.5-7.9 7.9-7.9h22.7c4.4 0 7.9 3.5 7.9 7.9v9.4c0 4.4-3.5 7.9-7.9 7.9z'/%3E%3Cpath fill='%234e4e4e' d='M75.1 80.3H50.4c-3.8 0-6.8-3.1-6.8-6.8V61.9c0-3.8 3.1-6.8 6.8-6.8h24.8c3.8 0 6.8 3.1 6.8 6.8v11.6c-.1 3.8-3.1 6.8-6.9 6.8zM50.4 57.2c-2.6 0-4.7 2.1-4.7 4.7v11.6c0 2.6 2.1 4.7 4.7 4.7h24.8c2.6 0 4.7-2.1 4.7-4.7V61.9c0-2.6-2.1-4.7-4.7-4.7H50.4z'/%3E%3Cellipse fill='%232a2a2a' cx='65.6' cy='8.3' rx='1.8' ry='1.8'/%3E%3Cellipse fill='%232a2a2a' cx='1.8' cy='38.3' rx='1.8' ry='1.8'/%3E%3Cpath fill='%233f3f3f' d='M11.7 5.1L15 1.8c.4-.4.4-1.1 0-1.5s-1.1-.4-1.5 0l-3.4 3.3L6.9.4C6.5 0 5.8 0 5.4.4s-.4 1.1 0 1.5l3.2 3.2-3.2 3.1c-.4.5-.4 1.1 0 1.6.2.2.5.3.8.3s.5-.1.8-.3l3.2-3.2 3.4 3.3c.2.2.5.3.8.3s.6-.1.8-.3c.4-.4.4-1.1 0-1.5l-3.5-3.3zm74 20l4-4c.4-.4.4-1.1 0-1.5s-1.1-.4-1.5 0l-4 4-3.9-3.8c-.4-.4-1.1-.4-1.5 0s-.4 1.1 0 1.5l3.9 3.8-3.9 3.8c-.4.4-.4 1.1 0 1.5.2.2.5.3.8.3s.5-.1.8-.3l3.9-3.8 4 4c.2.2.5.3.8.3s.6-.1.8-.3c.4-.4.4-1.1 0-1.5l-4.2-4z'/%3E%3Cpath fill='%234e4e4e' d='M54.5 72.3l3.6-9.3h1.3l3.8 9.3h-1.4l-1.1-2.8h-3.9l-1 2.8h-1.3zm2.7-3.8h3.1l-1-2.6c-.3-.8-.5-1.4-.7-1.9-.1.6-.3 1.2-.5 1.8l-.9 2.7zm6.1 3.8V63h3.2c.7 0 1.3 0 1.7.1.5.1 1 .3 1.4.7.5.4.9.9 1.1 1.6.2.6.4 1.4.4 2.2 0 .7-.1 1.3-.2 1.9-.2.5-.4 1-.6 1.4-.3.4-.5.6-.8.8-.3.2-.7.4-1.1.5s-.9.2-1.5.2l-3.6-.1zm1.3-1.1h2c.6 0 1.1-.1 1.4-.2s.6-.3.8-.5c.3-.3.5-.7.7-1.2s.2-1.1.2-1.8c0-1-.2-1.7-.5-2.2s-.7-.9-1.2-1c-.2-.1-.7-.1-1.4-.1h-2v7z'/%3E%3C/svg%3E");
    }

.icon_secure-web {
        width: 103px;
        height: 124px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 82 98.8'%3E%3Cpath fill='%2399eaa8' d='M24.2 80h37.3c4.4 0 7.9 3.5 7.9 7.9v3c0 4.4-3.5 7.9-7.9 7.9H24.2c-4.4 0-7.9-3.5-7.9-7.9v-3c0-4.3 3.5-7.9 7.9-7.9z'/%3E%3Cpath fill='%234e4e4e' d='M60.5 90.6H25.3c-5 0-9-4-9-9V48.1c0-5 4-9 9-9h35.2c5 0 9 4 9 9v33.5c0 5-4.1 9-9 9zM25.3 41.3c-3.8 0-6.8 3.1-6.8 6.8v33.5c0 3.8 3.1 6.8 6.8 6.8h35.2c3.8 0 6.8-3.1 6.8-6.8V48.1c0-3.8-3.1-6.8-6.8-6.8H25.3z'/%3E%3Cpath fill='%234e4e4e' d='M43.2 76h-.5c-1.5 0-2.8-1.3-2.8-2.8v-3.7c-3-1.2-5.1-4.2-5.1-7.5 0-4.4 3.6-8 8-8s8 3.6 8 8c0 3.3-1.9 6.2-4.9 7.4v3.8c.1 1.5-1.2 2.8-2.7 2.8zm-.3-19.9c-3.2 0-5.8 2.6-5.8 5.9 0 2.6 1.8 5 4.3 5.7l.8.2v5.3c0 .4.3.6.6.6h.5c.3 0 .6-.3.6-.6v-5.3l.8-.2c2.5-.8 4.1-3 4.1-5.6-.1-3.3-2.7-6-5.9-6zm15-22.9h-8.7l-.1-2.1c-.1-3.4-2.8-6.1-6.2-6.1-3.4 0-6.2 2.7-6.3 6.1l-.1 2.1h-8.7V31c.2-8.1 6.9-14.7 14.9-14.7 8.1 0 14.8 6.6 15 14.7l.2 2.2zM51.3 31h4.4c-.1-7-5.9-12.6-12.8-12.6S30.3 24.1 30.1 31h4.4c.1-4.6 3.8-8.2 8.4-8.2s8.3 3.6 8.4 8.2z'/%3E%3Cellipse fill='%232a2a2a' cx='1.8' cy='49.2' rx='1.8' ry='1.8'/%3E%3Cellipse fill='%234e4e4e' cx='80.2' cy='71.7' rx='1.8' ry='1.8'/%3E%3Cpath fill='%234e4e4e' d='M74.7 15.2h-2.4l.1-1.2v-.5c0-2.7-2.2-4.9-4.9-4.9H67l-1.2.1V6.3l1.2.1h.5c2.7 0 4.9-2.2 4.9-4.9v-.3L72.3 0h2.3l-.1 1.2v.3c0 2.7 2.2 4.9 4.9 4.9h.3l1.2-.1v2.3l-1.2-.1h-.3c-2.7 0-4.9 2.2-4.9 4.9v.5l.2 1.3zm-3.4-7.7c.9.6 1.7 1.3 2.2 2.2.6-.9 1.3-1.7 2.2-2.2-.9-.6-1.7-1.3-2.2-2.2-.6.8-1.3 1.6-2.2 2.2z'/%3E%3C/svg%3E");
    }

.icon_invisible-mode {
        width: 111px;
        height: 117px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 88.2 92.9'%3E%3Cpath fill='%2399eaa8' d='M24.2 51.3c0-1.6 1.3-2.9 2.9-2.9h14.6c1.6 0 2.9 1.3 2.9 2.9v4.5c0 4.1-3.3 7.4-7.4 7.4h-5.6c-4.1 0-7.4-3.3-7.4-7.4v-4.5z'/%3E%3Cpath fill='%234e4e4e' d='M17.7 63.9c-5 0-9-4-9-9s4.1-9 9-9c5 0 9 4 9 9s-4 9-9 9zm0-15.8c-3.8 0-6.9 3.1-6.9 6.8s3.1 6.8 6.9 6.8c3.8 0 6.9-3.1 6.9-6.8s-3.1-6.8-6.9-6.8zm56.4 15.8c-5 0-9-4-9-9s4.1-9 9-9c5 0 9 4 9 9s-4 9-9 9zm0-15.8c-3.8 0-6.9 3.1-6.9 6.8s3.1 6.8 6.9 6.8 6.9-3.1 6.9-6.8-3.1-6.8-6.9-6.8z'/%3E%3Cellipse fill='%234e4e4e' cx='3.6' cy='76.8' rx='1.8' ry='1.8'/%3E%3Cpath fill='%23fff' d='M16.4 38.4c-1 2.1-1.6 4.5-1.6 7v24.4c0 9.1 7.3 18 16.2 19.9l16 3.2 13.8-3C69.7 88 77 79 77 69.8V45.4c0-2.5-.6-4.9-1.6-7h-59z'/%3E%3Cpath fill='%234e4e4e' d='M47 92.9l-16-3.2C22 87.9 14.8 79 14.8 69.8V45.4c0-2.2.4-4.3 1.3-6.4l.3-.7h59.1l.3.7c.8 2 1.3 4.2 1.3 6.4v24.4C77 79 69.7 88 60.8 89.9l-13.8 3zM17.8 40.6c-.6 1.6-.8 3.2-.8 4.9v24.4C17 78 23.5 86 31.5 87.6L47 90.7l13.4-2.9c8-1.7 14.5-9.8 14.5-18V45.4c0-1.7-.3-3.3-.8-4.9H17.8z'/%3E%3Cpath fill='%2399eaa8' d='M25.7 52.8c0-1.6 1.3-2.9 2.9-2.9h14.6c1.6 0 2.9 1.3 2.9 2.9v4.5c0 4.1-3.3 7.4-7.4 7.4H33c-4.1 0-7.4-3.3-7.4-7.4v-4.5zm25.2-.8c0-1.6 1.3-2.9 2.9-2.9h14.6c1.6 0 2.9 1.3 2.9 2.9v4.5c0 4.1-3.3 7.4-7.4 7.4h-5.6c-4.1 0-7.4-3.3-7.4-7.4V52z'/%3E%3Cpath fill='%234e4e4e' d='M35.8 60.4h-5.6c-4.1 0-7.4-3.3-7.4-7.4v-4.5c0-1.6 1.3-2.9 2.9-2.9h14.6c1.6 0 2.9 1.3 2.9 2.9V53c-.1 4-3.4 7.4-7.4 7.4zM25.6 47.7c-.4 0-.7.3-.7.7V53c0 2.9 2.3 5.2 5.2 5.2h5.6c2.9 0 5.2-2.3 5.2-5.2v-4.5c0-.4-.3-.7-.7-.7H25.6z'/%3E%3Cpath fill='%234e4e4e' d='M35.8 60.4h-5.6c-4.1 0-7.4-3.3-7.4-7.4v-4.5c0-1.6 1.3-2.9 2.9-2.9h14.6c1.6 0 2.9 1.3 2.9 2.9V53c-.1 4-3.4 7.4-7.4 7.4zM25.6 47.7c-.4 0-.7.3-.7.7V53c0 2.9 2.3 5.2 5.2 5.2h5.6c2.9 0 5.2-2.3 5.2-5.2v-4.5c0-.4-.3-.7-.7-.7H25.6zm34.7 12.7h-5.6c-4.1 0-7.4-3.3-7.4-7.4v-4.5c0-1.6 1.3-2.9 2.9-2.9h14.6c1.6 0 2.9 1.3 2.9 2.9V53c0 4-3.3 7.4-7.4 7.4zM50.2 47.7c-.4 0-.7.3-.7.7V53c0 2.9 2.3 5.2 5.2 5.2h5.6c2.9 0 5.2-2.3 5.2-5.2v-4.5c0-.4-.3-.7-.7-.7H50.2z'/%3E%3Cpath fill='%234e4e4e' d='M60.3 60.4h-5.6c-4.1 0-7.4-3.3-7.4-7.4v-4.5c0-1.6 1.3-2.9 2.9-2.9h14.6c1.6 0 2.9 1.3 2.9 2.9V53c0 4-3.3 7.4-7.4 7.4zM50.2 47.7c-.4 0-.7.3-.7.7V53c0 2.9 2.3 5.2 5.2 5.2h5.6c2.9 0 5.2-2.3 5.2-5.2v-4.5c0-.4-.3-.7-.7-.7H50.2zm30.6-7.2H13.1c-2.4 0-4.4-2-4.4-4.4s2-4.4 4.4-4.4h8.4l6.3-16.4c.6-1.6 1.8-2.8 3.3-3.3 1.5-.5 3.1-.2 4.6.8.1.1 6.3 4.8 10.4 4.8 2.1 0 8-3.2 11.3-5.2 1.5-.9 3.2-1.1 4.7-.5 1.5.5 2.7 1.7 3.4 3.4l6.3 16.4h9.1c2.4 0 4.4 2 4.4 4.4s-2.1 4.4-4.5 4.4zm-67.7-6.7c-1.2 0-2.2 1-2.2 2.3s1 2.3 2.2 2.3h67.8c1.2 0 2.2-1 2.2-2.3s-1-2.3-2.2-2.3H70.3L63.4 16c-.4-1-1.1-1.8-2.1-2.1-.9-.3-1.9-.2-2.9.3-.9.5-8.9 5.5-12.4 5.5-4.8 0-11.4-5-11.6-5.2-.8-.6-1.8-.7-2.7-.5-.9.3-1.6 1-1.9 2L23 33.8h-9.9zm29.7 46.6c-5.4 0-9.7-.7-10.1-.7-.6-.1-1-.6-.9-1.2.1-.6.6-1 1.2-.9.2 0 21.7 3.4 28.6-5 .4-.5 1.1-.5 1.5-.1.5.4.5 1.1.1 1.5-4.3 5.2-13.3 6.4-20.4 6.4z'/%3E%3Cpath d='M42.3 48.4H49.5V50.6H42.3z'/%3E%3Cpath fill='%234e4e4e' d='M82 18.7c-3.4 0-6.1-2.7-6.1-6.1s2.8-6.1 6.1-6.1 6.1 2.7 6.1 6.1-2.7 6.1-6.1 6.1zm0-10.1c-2.2 0-4 1.8-4 3.9s1.8 3.9 4 3.9 4-1.8 4-3.9-1.8-3.9-4-3.9zM9 15.1H6.5l.1-1.2v-.5c0-2.7-2.2-4.9-4.9-4.9h-.5L0 8.6V6.2l1.2.1h.5c2.7 0 4.9-2.2 4.9-4.9V0h2.3l-.1 1.2v.3c0 2.7 2.2 4.9 4.9 4.9h.3l1.2-.1v2.3H13.8c-2.7 0-4.9 2.2-4.9 4.9v.5l.1 1.1zM5.5 7.4c.9.6 1.7 1.3 2.2 2.2C8.3 8.7 9 8 9.9 7.4 9 6.8 8.3 6.1 7.7 5.2c-.5.9-1.3 1.6-2.2 2.2z'/%3E%3C/svg%3E");
    }

.icon_parent-control {
        width: 133px;
        height: 104px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 105.2 83'%3E%3Cpath fill='%234e4e4e' d='M28.1 20.3c-5.6 0-10.1-4.5-10.1-10.1S22.5 0 28.1 0s10.1 4.5 10.1 10.1-4.5 10.2-10.1 10.2zm0-18.1c-4.4 0-7.9 3.6-7.9 8s3.6 8 7.9 8 7.9-3.6 7.9-8c0-4.5-3.5-8-7.9-8zm48.2 18.1c-5.6 0-10.1-4.5-10.1-10.1S70.8 0 76.3 0c5.6 0 10.1 4.5 10.1 10.1s-4.5 10.2-10.1 10.2zm0-18.1c-4.4 0-7.9 3.6-7.9 8s3.6 8 7.9 8 7.9-3.6 7.9-8c.1-4.5-3.5-8-7.9-8zM8.9 29.7H6.5l.1-1.2V28c0-2.7-2.2-4.9-4.9-4.9h-.5l-1.2.1v-2.4l1.2.1h.5c2.7 0 4.9-2.2 4.9-4.9v-.3l-.1-1.2h2.3l-.1 1.2v.3c0 2.7 2.2 4.9 4.9 4.9h.3l1.2-.1v2.3H13.7C11 23 8.8 25.2 8.8 28v.5l.1 1.2zM5.5 22c.9.6 1.7 1.3 2.2 2.2.6-.9 1.3-1.7 2.2-2.2-.9-.6-1.7-1.3-2.2-2.2-.6.8-1.3 1.6-2.2 2.2zM99 29.7h-2.4l.1-1.2V28c0-2.7-2.2-4.9-4.9-4.9h-.5l-1.3.1v-2.4l1.2.1h.5c2.7 0 4.9-2.2 4.9-4.9v-.3l-.1-1.2h2.3l-.1 1.2v.3c0 2.7 2.2 4.9 4.9 4.9h.3l1.2-.1v2.3l-1.2-.1h-.3c-2.7 0-4.9 2.2-4.9 4.9v.5l.3 1.3zM95.5 22c.9.6 1.7 1.3 2.2 2.2.6-.9 1.3-1.7 2.2-2.2-.9-.6-1.7-1.3-2.2-2.2-.5.8-1.3 1.6-2.2 2.2z'/%3E%3Cpath fill='%23fff' d='M54.4 65.6c19.1 0 33.1-7.6 33.1-26.8S72 4 52.9 4 18.4 19.6 18.4 38.8s16.9 26.8 36 26.8z'/%3E%3Cpath fill='%23525252' d='M54.4 66.7c-23.2 0-37.1-10.4-37.1-27.9C17.3 19 33.3 2.9 53 2.9c19.7 0 35.7 16.1 35.7 35.9-.1 17.9-12.3 27.9-34.3 27.9zM52.9 5.1c-18.5 0-33.5 15.1-33.5 33.7 0 16.1 13.1 25.7 34.9 25.7 26.5 0 32.1-14 32.1-25.7 0-18.6-15-33.7-33.5-33.7z'/%3E%3Cpath fill='%234e4e4e' d='M35.3 32.3l-2.2-.1c.2-3.7 3.2-6.6 6.8-6.6 3.7 0 6.7 2.9 6.8 6.6l-2.2.1c-.1-2.5-2.2-4.5-4.7-4.5s-4.4 2-4.5 4.5zm36 0c-.1-2.5-2.2-4.5-4.7-4.5s-4.6 2-4.7 4.5l-2.2-.1c.2-3.7 3.2-6.6 6.8-6.6 3.7 0 6.7 2.9 6.8 6.6l-2 .1zm-18 24.6c-4.2 0-7.6-3.4-7.6-7.6v-4.8h15.1v4.8c.1 4.2-3.3 7.6-7.5 7.6zm-5.4-10.2v2.6c0 3 2.4 5.4 5.4 5.4s5.4-2.4 5.4-5.4v-2.6H47.9z'/%3E%3Cellipse fill='%2399eaa8' cx='30.3' cy='42.7' rx='7.6' ry='7.6'/%3E%3Cellipse fill='%2399eaa8' cx='30.3' cy='42.7' rx='7.6' ry='7.6'/%3E%3Cellipse fill='%2399eaa8' cx='74.9' cy='42.7' rx='7.6' ry='7.6'/%3E%3Cpath fill='%23525252' d='M34.8 83l-.4-1c-.2-.4-.4-.9-.6-1.4-.7-1.9-1-3.9-1-5.9s.3-3.9.9-5.6c.1-.4.3-.8.5-1.2l.4-.9 13.7 4.8-.3 5.6L34.8 83zm1-13.3c-.1 0-.1.1 0 0-.6 1.6-.8 3.3-.8 5 0 1.7.3 3.5.9 5.2 0 .1.1.2.1.2l9.9-4.2.1-2.6-10.2-3.6zm35 13.3l-13.1-5.6-.3-5.6L71.1 67l.4.9c.2.3.3.7.5 1.2.6 1.8.9 3.7.9 5.6 0 2-.4 4-1 5.9-.2.5-.4 1-.6 1.4l-.5 1zm-11.1-7.1l9.9 4.2c0-.1.1-.2.1-.2.6-1.7.9-3.4.9-5.2 0-1.7-.3-3.4-.8-4.9v-.1l-10.2 3.6.1 2.6z'/%3E%3Cellipse fill='%23f4f4f4' cx='52.9' cy='74.7' rx='5.5' ry='5.6'/%3E%3Cpath fill='%234e4e4e' d='M52.9 81.4c-3.6 0-6.6-3-6.6-6.7s3-6.7 6.6-6.7c3.6 0 6.6 3 6.6 6.7s-2.9 6.7-6.6 6.7zm0-11.2c-2.4 0-4.4 2-4.4 4.5s2 4.5 4.4 4.5 4.4-2 4.4-4.5-1.9-4.5-4.4-4.5z'/%3E%3C/svg%3E");
    }

.icon_filtering {
        width: 133px;
        height: 104px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 74.9 86.4'%3E%3Cpath fill='%233f3f3f' d='M7.2 62.7l4-4c.4-.4.4-1.1 0-1.5-.4-.4-1.1-.4-1.5 0l-4 4-3.9-3.8c-.4-.4-1.1-.4-1.5 0-.4.4-.4 1.1 0 1.5l3.9 3.8-3.9 3.8c-.4.4-.4 1.1 0 1.5.2.2.5.3.8.3s.5-.1.8-.3l3.9-3.8 4 4c.2.2.5.3.8.3s.6-.1.8-.3c.4-.4.4-1.1 0-1.5l-4.2-4zM61 68.4l4-4c.4-.4.4-1.1 0-1.5-.4-.4-1.1-.4-1.5 0l-4 4-3.9-3.8c-.4-.4-1.1-.4-1.5 0-.4.4-.4 1.1 0 1.5l3.9 3.8-3.9 3.8c-.4.4-.4 1.1 0 1.5.2.2.5.3.8.3s.5-.1.8-.3l3.9-3.8 4 4c.2.2.5.3.8.3s.6-.1.8-.3c.4-.4.4-1.1 0-1.5l-4.2-4z'/%3E%3Cpath fill='%2399eaa8' d='M6.1 41.2c0-4.1 13.4-7.5 29.9-7.5s29.9 3.4 29.9 7.5-13.4 7.5-29.9 7.5-29.9-3.3-29.9-7.5z'/%3E%3Cpath fill='%23525252' d='M36 41.1c-10.7 0-30.9-1.3-30.9-6.2 0-6.1 29.7-6.2 30.9-6.2s30.9.1 30.9 6.2c0 4.9-20.2 6.2-30.9 6.2zM7.1 35c.5 1.5 10.7 4.2 28.9 4.2s28.5-2.7 28.9-4.2c-.4-1.4-10.7-4.2-28.9-4.2S7.5 33.5 7.1 35z'/%3E%3Cpath fill='%23525252' d='M38.2 86.4c-1.6 0-3.8-.2-5.5-1.2-1.7-1-2.8-2.9-2.8-5V69.4c0-2.1-.9-4-2.4-5.3L7.4 46.6c-1.5-1.3-2.3-3.1-2.3-5.1V35c0-.6.4-1 1-1s1 .4 1 1v6.6c0 1.4.6 2.7 1.6 3.6l20.2 17.5c2 1.7 3.1 4.2 3.1 6.9v10.8c0 1.4.7 2.6 1.8 3.2 1.5.8 3.5 1 4.9.9.7 0 1.3-.7 1.3-1.4V69.4c0-2.6 1.1-5.1 3.1-6.9L63.3 45c1-.9 1.6-2.2 1.6-3.6V35c0-.6.4-1 1-1s1 .4 1 1v6.6c0 1.9-.8 3.8-2.3 5.1L44.4 64.1c-1.5 1.3-2.4 3.3-2.4 5.3V83c0 1.8-1.5 3.4-3.3 3.4h-.5z'/%3E%3Cg%3E%3Cpath fill='%2399eaa8' d='M14.3 27.4l-7-1.8c-1.7-.4-2.6-2.1-2.2-3.8l1.8-7c.4-1.7 2.1-2.6 3.8-2.2l7 1.8c1.7.4 2.6 2.1 2.2 3.8l-1.8 7c-.4 1.7-2.1 2.7-3.8 2.2z'/%3E%3Cpath fill='%234e4e4e' d='M13.7 16.8l.4 2.1 2 .8c.3.1.3.6 0 .7l-1.8 1.1-.2 2.1c0 .3-.4.5-.7.3l-1.6-1.4-2 .5c-.3.1-.6-.3-.5-.6l.9-1.9-1.1-1.8c-.2-.3 0-.7.4-.7l2.1.2 1.4-1.6c.2-.2.6-.1.7.2z'/%3E%3Cpath fill='%2399eaa8' d='M36.4 31.2l-7.1 1.5c-1.7.4-3.3-.7-3.7-2.4l-1.5-7.1c-.4-1.7.7-3.3 2.4-3.7l7.1-1.5c1.7-.4 3.3.7 3.7 2.4l1.5 7.1c.3 1.7-.7 3.3-2.4 3.7z'/%3E%3Cpath fill='%234e4e4e' d='M35.4 27.6l-1.8-.5-3.4.7c-.9.2-1.8-.4-2-1.3l-.4-1.7c-.2-.9.4-1.8 1.3-2l3.4-.7c.9-.2 1.8.4 2 1.3l.9 4.2z'/%3E%3Cg%3E%3Cpath fill='%2399eaa8' d='M65.1 21.5l-6.6 3.2c-1.5.7-3.4.1-4.1-1.4l-3.2-6.6c-.7-1.5-.1-3.4 1.4-4.1l6.6-3.2c1.5-.7 3.4-.1 4.1 1.4l3.2 6.6c.8 1.5.2 3.3-1.4 4.1z'/%3E%3Cpath fill='%234e4e4e' d='M62.3 17.1c-.5 0-1 .1-1.2.4L60 13c0-.1-.1-.2-.2-.1l-4.1 1.4c-.1 0-.2.1-.1.2l1.1 4.9c0 .5.6.9 1.4 1 .8 0 1.5-.3 1.5-.9 0-.5-.6-1-1.4-1-.5 0-1 .1-1.2.4l-.7-3.2 3.7-1.4.8 3.7c0 .5.6.9 1.4 1 .8 0 1.5-.3 1.5-.9 0-.5-.6-.9-1.4-1z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%2399eaa8' d='M48.1 9.3l-4.4 5.8c-1 1.4-3 1.6-4.3.6l-5.8-4.4c-1.4-1-1.6-3-.6-4.3l4.4-5.8c1-1.4 3-1.6 4.3-.6L47.5 5c1.3 1 1.6 2.9.6 4.3z'/%3E%3Cpath fill='%234e4e4e' d='M40.2 5.4c-.8 0-1.5.3-2 1-.7.9-.7 2-.1 2.9l-.1.1c-.6.7-.4 1.7.3 2.3.7.6 1.7.4 2.3-.3l2.7-3.5c.7-.9.5-2.1-.4-2.8-.8-.7-2.1-.5-2.7.3z'/%3E%3C/g%3E%3C/g%3E%3Cellipse transform='rotate(-78.2 12.677 75.936)' fill='%232A2A2A' cx='12.7' cy='75.9' rx='1.8' ry='1.8'/%3E%3Cellipse transform='rotate(-78.2 73.064 62.684)' fill='%232A2A2A' cx='73.1' cy='62.7' rx='1.8' ry='1.8'/%3E%3C/svg%3E");
    }

.icon_save-traffic {
        width: 133px;
        height: 104px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 94 82.6' style='enable-background:new 0 0 94 82.6;' xml:space='preserve'%3E %3Cg%3E %3Cpath fill='%2399EAA8' d='M51.1,25.8h0.3c3.8,0,6.9-3.1,6.9-6.9c0-3.8-3.1-6.9-6.9-6.9c-1.1,0-2.1,0.3-3,0.7C47.3,8.2,43.2,5,38.4,5 c-5.4,0-9.9,4.2-10.3,9.5c-2.2,0.8-3.8,2.9-3.8,5.4c0,3.2,2.6,5.8,5.8,5.8h1.4'/%3E %3Cpath fill='%23525252' d='M59.4,82.6h-5.5c-2.1,0-3.9-1.4-4.3-3.5l-0.3-1.7c-2.8,0.5-5.6,0.7-8.1,0.7c-3.1,0-6.3-0.4-9.6-1.1l-0.4,2 c-0.5,2-2.2,3.5-4.3,3.5h-5.5c-2.1,0-3.9-1.4-4.3-3.5l-2.3-10.6c-4.7-4.5-7.4-9.8-7.8-15.5C2.8,51.7,0,48,0,43.8 c0-1.4,1.3-2.7,2.7-2.7c1.5,0,2.7,1.2,2.7,2.7c0,1.4,0.8,2.8,1.9,3.5c1.3-5.5,4.9-10.6,10.3-14.5c2.1-1.5,4.5-2.8,7-3.9l0,0 c0.8-0.5,2.3-1,3.5-1.4l0,0c0.7-0.2,1.5-0.4,2.4-0.7c2.7-0.7,5.6-1.1,8.4-1.2c2-0.1,3.7-0.1,5.5,0c2.5,0.2,5,0.6,7.5,1.2 c0.9,0.2,1.7,0.4,2.4,0.7c1.1,0.3,2.2,0.7,3.3,1.2c0.9,0.4,1.9,0.8,3,1.4c0.4,0.2,0.8,0.5,1.2,0.7c1-1.9,2.3-3.4,3.7-4.6 c0.8-0.6,1.8-0.8,2.7-0.3c0.9,0.4,1.5,1.3,1.5,2.3V37c1.7,1.9,3.1,4.2,4.2,6.6h2.5c3.3,0,6,2.7,6,6V54c0,3.4-2.8,6.2-6.2,6.2h-2.3 c-1.5,3.9-4.4,7.4-8.2,10.3l-1.9,8.7C63.3,81.2,61.5,82.6,59.4,82.6z M50.1,75.3c0.5,0,0.9,0.3,1,0.8l0.5,2.7 c0.2,1.1,1.2,1.9,2.4,1.9h5.5c1.1,0,2.1-0.8,2.4-1.9l2-9c0.1-0.2,0.2-0.4,0.4-0.6c3.9-2.9,6.6-6.4,8-10.3c0.1-0.4,0.5-0.7,0.9-0.7 h3c2.3,0,4.2-1.9,4.2-4.2v-4.4c0-2.2-1.8-4-4-4h-3.2c-0.4,0-0.8-0.2-0.9-0.6c-1-2.5-2.5-4.9-4.3-6.9c-0.2-0.2-0.3-0.4-0.3-0.7v-9.2 c0-0.3-0.2-0.5-0.3-0.5c-0.1,0-0.4-0.1-0.6,0.1C65.2,29,64,30.5,63,32.6c-0.1,0.3-0.3,0.5-0.6,0.5c-0.3,0.1-0.6,0-0.8-0.1 c-0.1-0.1-0.3-0.2-0.4-0.2c-0.1-0.1-0.2-0.1-0.4-0.2c-0.5-0.3-0.8-0.5-1.2-0.7c-1-0.5-1.9-1-2.8-1.3c-1-0.4-2.1-0.8-3.1-1.1 c-0.7-0.2-1.4-0.4-2.3-0.6c-2.4-0.6-4.8-1-7.1-1.2c-1.6-0.1-3.4-0.1-5.2,0c-2.7,0.1-5.4,0.5-8,1.2c-0.9,0.2-1.6,0.4-2.3,0.6 c-1,0.3-3,1.1-3.3,1.2c0,0,0,0-0.1,0c-2.4,1-4.6,2.3-6.6,3.7c-5.4,3.9-8.8,9-9.7,14.5c0,0.3-0.2,0.5-0.4,0.7 c-0.2,0.2-0.5,0.2-0.8,0.1c-2.5-0.6-4.4-3.1-4.4-5.8c0-0.5-0.4-0.7-0.7-0.7c-0.3,0-0.7,0.4-0.7,0.7c0,3.6,2.5,6.6,6.1,7.4 c0.4,0.1,0.8,0.5,0.8,1c0.2,5.5,2.7,10.7,7.4,15c0.1,0.1,0.3,0.3,0.3,0.5l2.3,10.9c0.2,1.1,1.2,1.9,2.4,1.9h5.5 c1.1,0,2.1-0.8,2.4-1.9l0.7-3c0.1-0.3,0.2-0.5,0.5-0.6s0.5-0.2,0.8-0.1c3.5,0.9,6.9,1.3,10.1,1.3c2.7,0,5.6-0.3,8.7-0.8 C50,75.3,50,75.3,50.1,75.3z M24.9,29.7L24.9,29.7L24.9,29.7z'/%3E %3Cpath fill='%23525252' d='M63.9,47c-2.2,0-3.7-0.4-3.7-2.3s1.8-3.7,3.7-3.7c2.2,0,3.7,1.8,3.7,3.7S65.8,47,63.9,47z'/%3E %3Cpath fill='%2399EAA8' d='M53.6,46.4c-0.3,0-0.5,0-0.8-0.1c-2.4-0.4-4.7-0.7-7-0.9c-2.5-0.2-5.2-0.2-8.1-0.1c-2.7,0.1-5.3,0.4-7.9,0.9 c-2.3,0.4-4.6-1.2-5-3.5c-0.4-2.3,1.2-4.6,3.5-5c2.9-0.5,5.9-0.8,8.9-1c3.3-0.2,6.3-0.1,9.2,0.1c2.6,0.2,5.3,0.5,8,1 c2.3,0.4,3.9,2.7,3.4,5C57.5,45,55.6,46.4,53.6,46.4z'/%3E %3Cpath fill='%23525252' d='M48.9,40.5c-0.2,0-0.4,0-0.7-0.1c-1.4-0.3-2.8-0.4-4.2-0.5c-1.6-0.1-3.2-0.1-4.9,0c-1.6,0.1-3.2,0.2-4.8,0.5 c-1,0.2-1.9-0.1-2.7-0.6c-0.8-0.6-1.3-1.4-1.5-2.4c-0.2-1,0.1-1.9,0.6-2.7s1.4-1.3,2.4-1.5c1.9-0.3,3.8-0.5,5.6-0.6 c2.1-0.1,4-0.1,5.8,0c1.7,0.1,3.4,0.3,5,0.7c1,0.2,1.8,0.7,2.4,1.5s0.8,1.8,0.6,2.7C52.2,39.2,50.7,40.5,48.9,40.5z M41.3,37.8 c1,0,1.9,0,2.8,0.1c1.5,0.1,3,0.3,4.4,0.6c0.9,0.2,1.8-0.4,1.9-1.3c0.1-0.4,0-0.9-0.3-1.2s-0.6-0.6-1.1-0.7 c-1.6-0.3-3.2-0.5-4.8-0.6c-1.7-0.1-3.6-0.1-5.5,0c-1.8,0.1-3.6,0.3-5.4,0.6c-0.4,0.1-0.8,0.3-1.1,0.7S32,36.6,32.1,37 c0.1,0.4,0.3,0.8,0.7,1.1c0.4,0.3,0.8,0.4,1.2,0.3c1.7-0.3,3.3-0.5,5-0.5C39.8,37.8,40.6,37.8,41.3,37.8z'/%3E %3Ccircle fill='%2399EAA8' cx='61.4' cy='58.3' r='6.4'/%3E %3Cellipse fill='%234E4E4E' cx='2.9' cy='31.1' rx='1.9' ry='1.9'/%3E %3Cellipse fill='%234E4E4E' cx='13.6' cy='20.5' rx='1.9' ry='1.9'/%3E %3Cpath fill='%234E4E4E' d='M92.7,20.9h-0.3c-2.9,0-5.2-2.3-5.2-5.2v-1.5h-2.5l0.1,1.3v0.3c0,2.9-2.3,5.2-5.2,5.2h-0.5l-1.3-0.1v2.6 l1.3-0.2h0.5c2.9,0,5.2,2.3,5.2,5.2V29l-0.1,1.3h2.6l-0.1-1.4v-0.5c0-2.9,2.3-5.2,5.2-5.2h0.3l1.3,0.1v-2.5L92.7,20.9z M86,24.4 c-0.6-1-1.4-1.7-2.3-2.3c0.9-0.5,1.7-1.4,2.3-2.3c0.6,1,1.4,1.7,2.3,2.3C87.4,22.7,86.5,23.6,86,24.4z'/%3E %3Cpath fill='%234E4E4E' d='M80.6,67.3c-3.5,0-6.5,2.9-6.5,6.5c0,3.6,2.9,6.5,6.5,6.5c3.6,0,6.5-2.9,6.5-6.5 C87.1,70.2,84.1,67.3,80.6,67.3z M80.6,77.9c-2.3,0-4.3-1.9-4.3-4.2c0-2.2,1.9-4.2,4.3-4.2c2.3,0,4.3,1.9,4.3,4.2 C84.8,76,82.9,77.9,80.6,77.9z'/%3E %3Cpath fill='%234E4E4E' d='M44.9,22.5l-1.5,1.5v-8.1c0-1.1-0.9-2-2-2h0c-1.1,0-2,0.9-2,2v8.1l-1.5-1.5c-0.8-0.8-2.1-0.8-2.9,0l0,0 c-0.8,0.8-0.8,2.1,0,2.9l5.2,5.2c0.6,0.6,1.7,0.6,2.3,0l5.2-5.2c0.8-0.8,0.8-2.1,0-2.9l0,0C46.9,21.7,45.7,21.7,44.9,22.5z'/%3E %3Cpath fill='%23525252' d='M51.4,22.8h-0.3c-0.6,0-1-0.4-1-1s0.4-1,1-1h0.3c3.3,0,5.9-2.6,5.9-5.9S54.7,9,51.4,9c-0.9,0-1.7,0.2-2.6,0.6 c-0.3,0.1-0.6,0.1-0.9,0c-0.3-0.1-0.5-0.4-0.5-0.6c-1.1-4.1-4.8-6.9-9-6.9c-4.8,0-8.9,3.8-9.3,8.6c0,0.4-0.3,0.7-0.6,0.9 c-1.9,0.7-3.1,2.5-3.1,4.5c0,2.6,2.2,4.8,4.8,4.8h1.4c0.6,0,1,0.4,1,1s-0.4,1-1,1h-1.4c-3.8,0-6.8-3.1-6.8-6.8c0-2.6,1.5-5,3.8-6.1 C27.9,4.3,32.8,0,38.4,0c4.7,0,9,3,10.6,7.3C49.8,7.1,50.6,7,51.4,7c4.4,0,7.9,3.5,7.9,7.9S55.8,22.8,51.4,22.8z'/%3E %3C/g%3E %3C/svg%3E");
    }

.icon_apps-management {
        width: 133px;
        height: 104px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 81.5 74.1' style='enable-background:new 0 0 81.5 74.1;' xml:space='preserve'%3E %3Cg%3E %3Cpath fill='%23525252' d='M44.9,49.6l-3,2.2c-2.1-2.8-6-3.4-8.8-1.4l-2.2-3C35.1,44.3,40.6,44.5,44.9,49.6z'/%3E %3Cpath fill='%23525252' d='M30.9,47.4l2.2,3c-2.8,2-3.4,6-1.4,8.8l-3,2.2C24.7,55.9,26.5,50.7,30.9,47.4z'/%3E %3Cpath fill='%23525252' d='M40.5,60.6l2.2,3c-4.5,3.3-10.7,2.3-14-2.2l3-2.2C33.8,62,37.7,62.7,40.5,60.6z'/%3E %3Cpath fill='%23525252' d='M45.5,50.5c3.3,4.5,1.7,9.8-2.8,13.1l-2.2-3c2.8-2,3.4-6,1.4-8.8l3-2.2C45.1,49.9,45.3,50.2,45.5,50.5z'/%3E %3Cpath fill='%233F3F3F' d='M77,60.7l4.2,4c0.4,0.4,0.4,1.1,0,1.5c-0.2,0.2-0.5,0.3-0.8,0.3s-0.6-0.1-0.8-0.3l-4-4L71.7,66 c-0.3,0.2-0.5,0.3-0.8,0.3s-0.6-0.1-0.8-0.3c-0.4-0.4-0.4-1.1,0-1.5l3.9-3.8l-3.9-3.8c-0.4-0.4-0.4-1.1,0-1.5 c0.4-0.4,1.1-0.4,1.5,0l3.9,3.8l4-4c0.4-0.4,1.1-0.4,1.5,0c0.4,0.4,0.4,1.1,0,1.5L77,60.7z'/%3E %3Cpath fill='%232A2A2A' d='M71.1,30.5c1,0,1.8,0.8,1.8,1.8c0,1-0.8,1.8-1.8,1.8c-1,0-1.8-0.8-1.8-1.8C69.3,31.3,70.1,30.5,71.1,30.5z'/%3E %3Cpath fill='%2399EAA8' d='M53.4,21.4c-0.2,1.2-1.3,2-2.5,1.8c-0.2,0-0.4-0.1-0.5-0.2c-0.2-0.4-0.3-0.9-0.2-1.5c0.2-1.4,1.5-2.3,2.9-2.1 c0,0,0,0,0,0C53.6,20,53.5,20.6,53.4,21.4z'/%3E %3Cpath fill='%2399EAA8' d='M50.1,40.3c1.5,0.3,2,1.5,1.8,2.8c-0.2,1.4-1.5,2.3-2.8,2.1c-1.4-0.2-2.3-1.5-2.1-2.9c0.1-0.6,0.4-1.1,0.8-1.5 c0.1,0,0.3,0.1,0.4,0.1C48.9,41.1,49.6,40.8,50.1,40.3z'/%3E %3Cpath fill='%2399EAA8' d='M50.9,23.2c1.2,0.2,2.3-0.6,2.5-1.8c0.1-0.8,0.2-1.5-0.3-1.9c2.5,0.4,2.3,1.5,2.1,2.9 c-0.2,1.4-1.5,2.3-2.9,2.1c-0.9-0.1-1.5-0.7-1.9-1.4C50.5,23.1,50.7,23.2,50.9,23.2z'/%3E %3Cpath fill='%2399EAA8' d='M48.6,31.7c0.3-1.2,1.5-2,2.8-1.8c0.2,0,0.4,0.1,0.6,0.2c0,0.1,0,0.2,0,0.3c-0.2,1.5-1.3,2-2.4,1.8 C49.2,32,48.9,31.9,48.6,31.7z'/%3E %3Cpath fill='%2399EAA8' d='M49.8,40.2c0.1,0,0.2,0,0.3,0.1c-0.5,0.5-1.2,0.8-1.9,0.7c-0.2,0-0.3-0.1-0.4-0.1C48.3,40.4,49,40.1,49.8,40.2 z'/%3E %3Cpath fill='%2399EAA8' d='M53.5,32.7c-0.3,1.8-1.5,2.3-2.9,2.1c-1.4-0.2-2.3-1.5-2.1-2.9c0-0.1,0-0.2,0.1-0.3c0.3,0.2,0.6,0.3,0.9,0.4 c1.2,0.2,2.2-0.3,2.4-1.8c0-0.1,0-0.2,0-0.3C53,30.5,53.7,31.6,53.5,32.7z'/%3E %3Cpath fill='%2399EAA8' d='M42,21.8c-1.2-0.2-2-1.3-1.8-2.4c0-0.4,0.2-0.7,0.4-0.9c0,0,0,0,0,0c0.5-0.4,1.3-0.7,2-0.6s1.4,0.4,1.8,1 c0.1,0.3,0.1,0.7,0.1,1.2C44.3,21.2,43.2,22,42,21.8z'/%3E %3Cpath fill='%2399EAA8' d='M40.7,30.7c-1.3-0.2-1.8-0.9-1.8-1.7c0.5-0.6,1.4-0.9,2.2-0.8c0.8,0.1,1.5,0.6,1.8,1.3 C42.5,30.4,41.6,30.9,40.7,30.7z'/%3E %3Cpath fill='%2399EAA8' d='M39.4,38.6c0.5,0.1,1,0.3,1.3,0.6c-0.4,0.3-0.9,0.4-1.5,0.3c-0.6-0.1-1.1-0.4-1.4-0.9 C38.3,38.6,38.8,38.5,39.4,38.6z'/%3E %3Cpath fill='%2399EAA8' d='M39.9,53.3c1.2,1.7,0.9,4.1-0.8,5.3c-1.7,1.2-4.1,0.9-5.3-0.8c-1.2-1.7-0.9-4,0.8-5.3 C36.3,51.2,38.7,51.6,39.9,53.3z'/%3E %3Cpath fill='%2399EAA8' d='M43.1,31.1c-0.2,1.4-1.5,2.3-2.9,2.1c-1.9-0.3-2.3-1.5-2.1-2.9c0.1-0.5,0.3-1,0.7-1.3c0.1,0.8,0.6,1.5,1.8,1.7 c0.9,0.1,1.8-0.3,2.2-1.1C43.1,30,43.2,30.6,43.1,31.1z'/%3E %3Cpath fill='%2399EAA8' d='M44.7,20.8c-0.2,1.4-1.5,2.3-2.9,2.1c-1.4-0.2-2.3-1.5-2.1-2.9c0.1-0.6,0.4-1.1,0.8-1.5 c-0.2,0.3-0.3,0.6-0.4,0.9c-0.2,1.2,0.6,2.3,1.8,2.4c1.2,0.2,2.3-0.6,2.5-1.8c0.1-0.5,0-0.9-0.1-1.2C44.7,19.3,44.9,19.9,44.7,20.8 z'/%3E %3Cpath fill='%2399EAA8' d='M32.7,16.4c1.2,0.4,1.9,1.5,1.7,2.8c-0.1,0.5-0.2,1-0.4,1.4c-0.2,0-0.5,0-0.8,0c-1.2-0.2-2-1.3-1.8-2.4 C31.5,17.3,32,16.7,32.7,16.4z'/%3E %3Cpath fill='%2399EAA8' d='M33.2,20.5c0.3,0.1,0.6,0.1,0.8,0c-0.4,0.6-1.1,0.9-2.4,0.7c-1.4-0.2-2.3-1.5-2.1-2.9c0.2-1.4,1.5-2.3,2.9-2.1 c0.1,0,0.3,0.1,0.4,0.1c-0.7,0.3-1.2,0.9-1.3,1.6C31.2,19.2,32,20.3,33.2,20.5z'/%3E %3Cpath fill='%2399EAA8' d='M31,38.2c-0.2,0-0.4,0-0.6,0c-0.7-0.1-1.3-0.6-1.6-1.2c0.1,0,0.2,0,0.3,0C30,37.2,30.7,37.5,31,38.2z'/%3E %3Cpath fill='%2399EAA8' d='M30.7,26.7c1.3,0.2,2.3,0.8,2.1,2.6c-0.3,0.1-0.7,0.1-1,0.1c-1.2-0.2-2-1.3-1.8-2.5c0-0.1,0-0.2,0.1-0.3 C30.3,26.6,30.5,26.6,30.7,26.7z'/%3E %3Cpath fill='%2399EAA8' d='M30.4,38.2c0.2,0,0.4,0,0.6,0c0.2,0.4,0.2,0.9,0.1,1.7c-0.2,1.4-1.5,2.3-2.9,2.1c-1.4-0.2-2.3-1.5-2.1-2.9 c0.2-1.3,1.3-2.2,2.6-2.1C29.1,37.6,29.7,38.1,30.4,38.2z'/%3E %3Cpath fill='%2399EAA8' d='M31.8,29.3c0.3,0,0.7,0,1-0.1c0,0.1,0,0.2,0,0.3c-0.2,1.4-1.5,2.3-2.9,2.1c-1.4-0.2-2.3-1.5-2.1-2.9 c0.2-1.2,1.1-2,2.2-2.1c0,0.1,0,0.2-0.1,0.3C29.8,28.1,30.6,29.2,31.8,29.3z'/%3E %3Cpath fill='%232A2A2A' d='M5.8,49.3c1,0,1.8,0.8,1.8,1.8c0,1-0.8,1.8-1.8,1.8c-1,0-1.8-0.8-1.8-1.8C4.1,50.1,4.9,49.3,5.8,49.3z'/%3E %3Cpath fill='%233F3F3F' d='M7.2,6.5l4.2,4c0.4,0.4,0.4,1.1,0,1.5c-0.2,0.2-0.5,0.3-0.8,0.3c-0.3,0-0.6-0.1-0.8-0.3l-4-4l-3.9,3.8 c-0.3,0.2-0.5,0.3-0.8,0.3S0.5,12,0.3,11.8c-0.4-0.4-0.4-1.1,0-1.5l3.9-3.8L0.3,2.7c-0.4-0.4-0.4-1.1,0-1.5s1.1-0.4,1.5,0L5.7,5 l4-4c0.4-0.4,1.1-0.4,1.5,0c0.4,0.4,0.4,1.1,0,1.5L7.2,6.5z'/%3E %3Cpath fill='%23525252' d='M46.8,74.1c-0.4,0-0.8,0-1.2-0.1l-22.9-3.5c-4-0.6-6.8-4.4-6.2-8.4l8.9-57.2c0.2-1.5,1-2.8,2.2-3.7 c1.2-0.9,2.7-1.2,4.2-1l0,0l25.9,4c1.7,0.3,3.1,1.1,4.1,2.5c1,1.3,1.4,3,1.1,4.6l-8.7,56.5C53.6,71.4,50.4,74.1,46.8,74.1z M31,2 c-0.8,0-1.5,0.2-2.1,0.7c-0.8,0.6-1.3,1.4-1.4,2.4l-8.9,57.2c-0.5,2.9,1.6,5.7,4.5,6.1L46,72c3,0.5,5.8-1.6,6.3-4.6L61,10.9 c0.2-1.1-0.1-2.2-0.8-3.2c-0.7-0.9-1.7-1.5-2.8-1.7L31.5,2C31.3,2,31.1,2,31,2z'/%3E %3Cpath fill='%23525252' d='M33.7,21.5c-0.2,0-0.5,0-0.7-0.1c-1.7-0.3-2.9-1.9-2.6-3.6c0.2-1.1,0.9-2,1.9-2.4c0.5-0.2,1.1-0.3,1.7-0.2 c0.8,0.1,1.6,0.6,2.1,1.3c0.5,0.7,0.7,1.5,0.6,2.3c-0.1,0.6-0.4,2.6-2.6,2.7C33.9,21.5,33.8,21.5,33.7,21.5z M33.5,17.2 c-0.1,0-0.3,0-0.4,0.1c0,0,0,0,0,0c-0.4,0.1-0.6,0.5-0.7,0.9c-0.1,0.6,0.3,1.2,1,1.3c0.2,0,0.4,0,0.5,0c0.4,0,0.6,0,0.8-1 c0-0.3,0-0.6-0.2-0.9c-0.2-0.2-0.4-0.4-0.8-0.5C33.6,17.2,33.5,17.2,33.5,17.2z M32.7,16.4L32.7,16.4L32.7,16.4z'/%3E %3Cpath fill='%23525252' d='M42.4,22.9c-0.2,0-0.3,0-0.5,0c-0.8-0.1-1.6-0.6-2.1-1.2c-0.5-0.7-0.7-1.5-0.6-2.3c0.1-0.5,0.3-1,0.6-1.4l0,0 c0,0,0,0,0,0c0.7-0.9,1.8-1.4,3-1.2c1.3,0.2,2.2,0.9,2.5,1.9c0.2,0.5,0.2,1,0.1,1.7C45.2,21.8,43.9,22.9,42.4,22.9z M41.4,19.1 c-0.1,0.1-0.1,0.3-0.2,0.4c0,0.3,0,0.6,0.2,0.9c0.2,0.2,0.4,0.4,0.7,0.5c0.6,0.1,1.2-0.3,1.3-1c0.1-0.4,0-0.6,0-0.7c0,0,0,0,0,0 c-0.1-0.3-0.4-0.5-0.9-0.6C42.1,18.5,41.7,18.7,41.4,19.1C41.4,19.1,41.4,19.1,41.4,19.1z'/%3E %3Cpath fill='%23525252' d='M51.2,24.2c-0.2,0-0.3,0-0.5,0c-0.3-0.1-0.6-0.1-0.9-0.3c-1.2-0.5-2-1.9-1.8-3.3c0.1-0.8,0.6-1.6,1.3-2.1 c0.7-0.5,1.5-0.7,2.3-0.6c0.8,0.1,1.4,0.3,1.8,0.7c0,0,0.1,0,0.1,0.1c1,0.8,0.8,2,0.7,2.8c-0.1,0.9-0.6,1.6-1.3,2.1 C52.6,24,51.9,24.2,51.2,24.2z M51.2,20c-0.2,0-0.5,0.1-0.7,0.2c-0.2,0.2-0.4,0.4-0.5,0.7c-0.1,0.5,0.2,1,0.7,1.2 c0.1,0,0.2,0.1,0.3,0.1c0.3,0,0.6,0,0.9-0.2c0.2-0.2,0.4-0.4,0.5-0.7c0.1-0.6,0.1-0.9,0-1c0,0,0,0,0,0c-0.1,0-0.3-0.2-1-0.3 C51.4,20,51.3,20,51.2,20z'/%3E %3Cpath fill='%23525252' d='M32.1,30.4c-0.2,0-0.3,0-0.5,0c-0.8-0.1-1.6-0.6-2.1-1.3c-0.5-0.7-0.7-1.5-0.6-2.3c0-0.1,0-0.3,0.1-0.4 c0.4-1.5,1.9-2.5,3.5-2.2c0.9,0.1,1.6,0.5,2,1c0.6,0.6,0.8,1.5,0.6,2.6c-0.2,1.2-1,2.1-2.1,2.5C32.8,30.3,32.5,30.4,32.1,30.4z M32.1,26.1c-0.5,0-1,0.3-1.1,0.8c0,0,0,0.1,0,0.1c0,0,0,0,0,0c-0.1,0.3,0,0.6,0.2,0.9c0.2,0.2,0.4,0.4,0.7,0.5c0.2,0,0.4,0,0.5,0 c0.4-0.1,0.7-0.5,0.8-0.9c0.1-0.3,0.1-0.8-0.1-1c-0.1-0.2-0.4-0.3-0.8-0.3C32.2,26.1,32.2,26.1,32.1,26.1z M30.1,26.6L30.1,26.6 L30.1,26.6z'/%3E %3Cpath fill='%23525252' d='M41,31.7c-0.2,0-0.3,0-0.5,0c-1.6-0.3-2.6-1.2-2.7-2.6c0-0.3,0-0.7,0-1c0.1-0.8,0.6-1.6,1.3-2.1 c0.7-0.5,1.5-0.7,2.3-0.6c1.7,0.3,2.9,1.9,2.6,3.6c-0.1,0.4-0.2,0.7-0.3,1C43.2,31.1,42.1,31.7,41,31.7z M41,27.5 c-0.2,0-0.5,0.1-0.7,0.2c-0.2,0.2-0.4,0.4-0.5,0.8c0,0.2,0,0.3,0,0.5l0,0c0,0.2,0.1,0.7,1,0.8c0.5,0.1,1-0.2,1.2-0.6 c0.1-0.1,0.1-0.2,0.1-0.4c0-0.3,0-0.6-0.2-0.8c-0.2-0.2-0.4-0.4-0.7-0.5C41.1,27.5,41,27.5,41,27.5z'/%3E %3Cpath fill='%23525252' d='M50,33.1c-0.2,0-0.4,0-0.6,0c-0.5-0.1-1-0.3-1.4-0.6c-0.9-0.7-1.4-1.9-1.3-3c0.3-1.7,1.9-2.9,3.6-2.6 c1.6,0.2,2.7,1.6,2.7,3.2c0,0.1,0,0.3,0,0.5c-0.2,1.1-0.7,1.7-1.2,2C51.3,32.9,50.7,33.1,50,33.1z M49.9,28.8c-0.6,0-1,0.4-1.1,1 c-0.1,0.4,0.1,0.8,0.5,1.1c0.2,0.1,0.3,0.2,0.5,0.2c0.3,0,0.7,0.1,0.9-0.1c0.2-0.1,0.3-0.4,0.4-0.8c0,0,0-0.1,0-0.2 c0-0.6-0.4-1.1-1-1.2C50,28.8,49.9,28.8,49.9,28.8z'/%3E %3Cpath fill='%23525252' d='M30.8,39.2c-0.2,0-0.3,0-0.5,0c-1.1-0.2-1.9-0.8-2.4-1.8c-0.3-0.6-0.4-1.2-0.3-1.8c0.3-1.7,1.9-2.9,3.6-2.6 c2.6,0.4,2.8,2.2,2.6,3.6c-0.2,1.4-1.3,2.5-2.7,2.6C31.1,39.2,30.9,39.2,30.8,39.2z M30.8,34.9c-0.6,0-1,0.4-1.1,1 c0,0.2,0,0.4,0.1,0.6c0,0,0,0,0,0c0.1,0.3,0.5,0.6,0.8,0.6c0.1,0,0.2,0,0.3,0c0.5-0.1,0.9-0.5,1-1c0.1-1-0.1-1.2-1-1.3 C30.9,35,30.8,34.9,30.8,34.9z'/%3E %3Cpath fill='%23525252' d='M48.5,42c-0.2,0-0.3,0-0.5,0c-0.2,0-0.4-0.1-0.6-0.2c-1.4-0.5-2.2-2-2-3.4c0.3-1.7,1.9-2.9,3.6-2.6 c1.9,0.3,2.9,1.7,2.6,3.6c-0.1,0.6-0.4,1.2-0.8,1.7C50.2,41.6,49.4,42,48.5,42z M48.5,37.7c-0.6,0-1,0.4-1.1,1 c-0.1,0.5,0.2,1.1,0.7,1.3c0,0,0,0,0,0c0.1,0,0.1,0,0.2,0.1c0.4,0.1,0.8-0.1,1-0.3c0.2-0.2,0.3-0.4,0.3-0.6c0.2-1.1-0.7-1.3-1-1.3 C48.6,37.7,48.5,37.7,48.5,37.7z'/%3E %3Cpath fill='%23FFFFFF' d='M41.9,52.8c-0.3,0-0.6-0.1-0.8-0.4c-0.3-0.4-0.2-1.1,0.2-1.4l3-2.2l0.6,0.8l0.6,0.8l0,0l-2.9,2.2 C42.3,52.7,42.1,52.8,41.9,52.8z'/%3E %3Cpath fill='%23FFFFFF' d='M28.7,62.4c-0.3,0-0.6-0.1-0.8-0.4c-0.3-0.4-0.2-1.1,0.2-1.4l3-2.2c0.4-0.3,1.1-0.2,1.4,0.2 c0.3,0.4,0.2,1.1-0.2,1.4l-3,2.2C29.2,62.4,28.9,62.4,28.7,62.4z'/%3E %3Cpath fill='%23FFFFFF' d='M42.7,64.6c-0.3,0-0.6-0.1-0.8-0.4l-2.2-3c-0.3-0.4-0.2-1.1,0.2-1.4c0.4-0.3,1.1-0.2,1.4,0.2l2.2,3 c0.3,0.4,0.2,1.1-0.2,1.4C43.2,64.5,42.9,64.6,42.7,64.6z'/%3E %3Cpath fill='%23FFFFFF' d='M33.1,51.4c-0.3,0-0.6-0.1-0.8-0.4l-2.2-3c-0.3-0.4-0.2-1.1,0.2-1.4c0.4-0.3,1.1-0.2,1.4,0.2l2.2,3 c0.3,0.4,0.2,1.1-0.2,1.4C33.5,51.4,33.3,51.4,33.1,51.4z'/%3E %3Cpath fill='%23525252' d='M42.2,13.2c-0.1,0-0.3,0-0.4,0c0,0,0,0,0,0l-8-1.2c-0.6-0.1-1.1-0.4-1.4-0.9c-0.3-0.5-0.4-1.1-0.3-1.7L32.4,8 c0.3-1.1,1.3-1.8,2.4-1.6l8.6,1.3c0.6,0.1,1.1,0.4,1.4,0.9c0.3,0.5,0.4,1.1,0.3,1.6l-0.2,0.9C44.5,12.4,43.4,13.2,42.2,13.2z M42.1,11.2c0.3,0,0.6-0.2,0.7-0.5l0.2-0.9l0.1-1.1l-0.2,1l-8.6-1.3c-0.1,0-0.1,0-0.1,0.1L34,9.8l0,0.1c0,0,0,0,0.1,0.1L42.1,11.2z '/%3E %3Cpath fill='%23525252' d='M52.7,14.9c-0.1,0-0.2,0-0.3,0l-3.1-0.5c-0.6-0.1-1.1-0.5-1.5-1c-0.3-0.5-0.4-1.1-0.2-1.7l0.4-1.2 c0.3-1.1,1.5-1.8,2.6-1.6l2.6,0.4c0.7,0.1,1.3,0.5,1.6,1.1c0.4,0.6,0.5,1.3,0.2,2l-0.3,1.1C54.4,14.3,53.6,14.9,52.7,14.9z M50.1,10.8c-0.2,0-0.3,0.1-0.3,0.2l-0.4,1.2l-0.1,1.1l0.2-1l3.1,0.5c0,0,0,0,0,0c0,0,0.1,0,0.1-0.1l0.3-1.1c0-0.1,0-0.2,0-0.3 c0-0.1-0.1-0.1-0.2-0.2L50.1,10.8C50.2,10.8,50.2,10.8,50.1,10.8z'/%3E %3Cpath fill='%23FFFFFF' d='M36.8,68.5c-4,0-7.9-1.8-10.5-5.3C24,59.9,23,56.4,23.7,53c0.6-3,2.5-5.8,5.5-7.9c5.9-4.3,13-3.2,18,2.8 c0.3,0.3,0.6,0.7,0.8,1.1c2,2.8,2.7,6,2,9.2c-0.7,3-2.7,5.8-5.5,7.9c0,0,0,0,0,0C42.2,67.6,39.5,68.5,36.8,68.5z M36.8,44.5 c-2.2,0-4.4,0.7-6.4,2.3c-2.6,1.9-4.2,4.2-4.7,6.7c-0.6,2.8,0.2,5.7,2.3,8.5c3.6,4.9,10.4,5.9,15.3,2.4c2.5-1.8,4.1-4.2,4.7-6.7 c0.6-2.6,0.1-5.2-1.6-7.5c-0.2-0.3-0.5-0.7-0.8-1C43.1,46.1,39.9,44.5,36.8,44.5z M43.9,65.2L43.9,65.2L43.9,65.2z'/%3E %3Cpath fill='%2399EAA8' d='M40.8,39.3c0.6,0.5,0.9,1.4,0.8,2.2c-0.2,1.4-1.5,2.3-2.9,2.1c-1.4-0.2-2.3-1.5-2.1-2.9c0.1-0.9,0.5-1.7,1.3-2 c0.3,0.4,0.8,0.8,1.4,0.9C39.8,39.7,40.3,39.6,40.8,39.3z'/%3E %3Cpath fill='%23525252' d='M39.6,40.6c-0.2,0-0.3,0-0.5,0c-0.8-0.1-1.6-0.6-2.1-1.3c-0.5-0.7-0.7-1.5-0.6-2.3c0.2-1,0.5-1.7,1.2-2.2 c0.6-0.5,1.4-0.6,2.4-0.5c1.7,0.3,2.9,1.9,2.6,3.6c-0.1,0.9-0.7,1.7-1.4,2.2C40.8,40.4,40.2,40.6,39.6,40.6z M39.4,36.3 c-0.2,0-0.4,0-0.5,0.1c-0.2,0.2-0.3,0.6-0.4,0.9c0,0.3,0,0.6,0.2,0.8c0,0,0,0,0,0c0.2,0.2,0.4,0.4,0.7,0.5c0.3,0,0.6,0,0.8-0.2 c0.3-0.2,0.5-0.5,0.5-0.8c0.1-0.6-0.3-1.2-1-1.3C39.7,36.3,39.5,36.3,39.4,36.3z'/%3E %3C/g%3E %3C/svg%3E");
    }

.icon_no-root {
        width: 133px;
        height: 104px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 83.9 86.3' style='enable-background:new 0 0 83.9 86.3;' xml:space='preserve'%3E %3Cg%3E %3Ccircle fill='%2399EAA8' cx='22.5' cy='47.9' r='9.3'/%3E %3Cellipse fill='%232A2A2A' cx='1.8' cy='68.2' rx='1.8' ry='1.8'/%3E %3Cellipse fill='%232A2A2A' cx='9.5' cy='82' rx='1.8' ry='1.8'/%3E %3Cellipse fill='%232A2A2A' cx='18.7' cy='1.8' rx='1.8' ry='1.8'/%3E %3Cpath fill='%234E4E4E' d='M17.5,26.9h-0.3c-2.7,0-4.9-2.2-4.9-4.9v-1.4H10l0.1,1.2v0.3c0,2.7-2.2,4.9-4.9,4.9H4.7l-1.2-0.1v2.4l1.2-0.2 h0.5c2.7,0,4.9,2.2,4.9,4.9v0.5L10,35.7h2.4l-0.1-1.3v-0.5c0-2.7,2.2-4.9,4.9-4.9h0.3l1.2,0.1v-2.3L17.5,26.9z M11.2,30.2 C10.6,29.3,9.9,28.6,9,28c0.8-0.5,1.6-1.3,2.2-2.2c0.6,0.9,1.3,1.6,2.2,2.2C12.5,28.6,11.7,29.4,11.2,30.2z'/%3E %3Cpath fill='%234E4E4E' d='M82.7,7.8h-0.3c-2.7,0-4.9-2.2-4.9-4.9V1.5h-2.3l0.1,1.2V3c0,2.7-2.2,4.9-4.9,4.9h-0.5l-1.2-0.1v2.4l1.2-0.2 h0.5c2.7,0,4.9,2.2,4.9,4.9v0.5l-0.1,1.2h2.4l-0.1-1.3v-0.5c0-2.7,2.2-4.9,4.9-4.9h0.3l1.2,0.1V7.7L82.7,7.8z M76.4,11.1 c-0.6-0.9-1.3-1.6-2.2-2.2c0.8-0.5,1.6-1.3,2.2-2.2c0.6,0.9,1.3,1.6,2.2,2.2C77.7,9.5,76.9,10.3,76.4,11.1z'/%3E %3Cpath fill='%234E4E4E' d='M72.3,74.1c-3.3,0-6.1,2.7-6.1,6.1c0,3.4,2.7,6.1,6.1,6.1s6.1-2.7,6.1-6.1C78.4,76.8,75.6,74.1,72.3,74.1z M72.3,84c-2.2,0-4-1.8-4-3.9c0-2.1,1.8-3.9,4-3.9s4,1.8,4,3.9C76.3,82.2,74.5,84,72.3,84z'/%3E %3Cg%3E %3Cpath fill='%23525252' d='M39.5,83.2c-13.3,0-24.2-10.8-24.2-24.1c0-1.1,0-2.1,0-3c0-1.8,0.7-3.5,2-4.8c1.3-1.3,3-2,4.8-2 c2.5,0,4.7,1.4,5.9,3.4l3.8-3.1c1.1-0.9,2.5-1.4,4-1.4c4.9,0,8.9,4,8.9,8.9v3.7c0,4.9-4,8.9-8.9,8.9s-8.9-4-8.9-8.9V56 c0-2.6-2.1-4.8-4.8-4.8c-1.3,0-2.5,0.5-3.4,1.4c-0.9,0.9-1.4,2.1-1.4,3.4c0,0.9,0,2,0,3c0,12.2,9.9,22.1,22.2,22.1 c12.2,0,22.2-9.9,22.2-22.2V22.1c0-1.6-1.3-2.8-2.8-2.8c-0.9,0-1.8,0.4-2.3,1.2c-0.3,0.5-0.9,0.6-1.4,0.2 c-0.5-0.3-0.6-0.9-0.2-1.4c0.9-1.3,2.4-2,4-2c2.7,0,4.8,2.2,4.8,4.8V59C63.6,72.3,52.8,83.2,39.5,83.2z M28.7,54.6 c0.1,0.4,0.1,0.9,0.1,1.4v4.8c0,3.8,3.1,6.9,6.9,6.9c3.8,0,6.9-3.1,6.9-6.9V57c0-3.8-3.1-6.9-6.9-6.9c-1,0-1.9,0.3-2.7,1 L28.7,54.6z'/%3E %3Cpath fill='%23525252' d='M19,52.1c-0.4,0-0.8-0.3-1-0.7c-1-3.2,0.1-6.6,2.8-8.6l9-6.6c0.2-0.1,0.4-0.2,0.6-0.2h14.6c0.6,0,1,0.4,1,1 s-0.4,1-1,1H30.7L22,44.5c-2,1.5-2.8,4-2.1,6.3c0.2,0.5-0.1,1.1-0.6,1.3C19.2,52.1,19.1,52.1,19,52.1z'/%3E %3Cpath fill='%23525252' d='M54.9,37.9c-0.3,0-0.6-0.1-0.8-0.4L36.8,14.7c-0.8-1-1.9-1.7-3.2-1.9c-1.3-0.2-2.6,0.2-3.6,1 c-2.1,1.6-2.5,4.7-0.9,6.8l12,15.7c0.3,0.4,0.3,1.1-0.2,1.4c-0.4,0.3-1.1,0.3-1.4-0.2l-12-15.7c-2.3-3-1.7-7.3,1.2-9.6 c1.5-1.1,3.3-1.6,5.1-1.4c1.8,0.2,3.5,1.2,4.6,2.7l17.3,22.8c0.3,0.4,0.2,1.1-0.2,1.4C55.3,37.9,55.1,37.9,54.9,37.9z'/%3E %3Cpath fill='%23525252' d='M58.9,34.4c-0.4,0-0.8-0.3-1-0.7l-4.8-17.8c-0.3-1.1-1-2-1.9-2.5c-1-0.5-2.1-0.7-3.2-0.3 c-1.1,0.3-1.9,1-2.4,2c-0.5,1-0.6,2.1-0.3,3.1l3.5,9.2c0.2,0.5-0.1,1.1-0.6,1.3c-0.5,0.2-1.1-0.1-1.3-0.6l-3.5-9.3 c-0.5-1.6-0.4-3.3,0.4-4.7c0.8-1.5,2-2.5,3.6-3c1.6-0.5,3.3-0.3,4.7,0.5c1.4,0.8,2.5,2.1,2.9,3.7l4.8,17.8 c0.1,0.5-0.2,1.1-0.7,1.2C59.1,34.4,59,34.4,58.9,34.4z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    }

.icon_customizable {
        width: 133px;
        height: 104px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 83.7 93' style='enable-background:new 0 0 83.7 93;' xml:space='preserve'%3E %3Cg%3E %3Cg%3E %3Cpath fill='%234E4E4E' d='M82.5,48.4h-0.3c-2.7,0-4.9-2.2-4.9-4.9v-1.4H75l0.1,1.2v0.3c0,2.7-2.2,4.9-4.9,4.9h-0.5l-1.2-0.1v2.4 l1.2-0.2h0.5c2.7,0,4.9,2.2,4.9,4.9V56L75,57.2h2.4l-0.1-1.3v-0.5c0-2.7,2.2-4.9,4.9-4.9h0.3l1.2,0.1v-2.3L82.5,48.4z M76.2,51.7 c-0.6-0.9-1.3-1.6-2.2-2.2c0.8-0.5,1.6-1.3,2.2-2.2c0.6,0.9,1.3,1.6,2.2,2.2C77.5,50.1,76.7,50.9,76.2,51.7z'/%3E %3Cpath fill='%234E4E4E' d='M35.4,6.3h-0.3c-2.7,0-4.9-2.2-4.9-4.9V0h-2.3L28,1.2v0.3c0,2.7-2.2,4.9-4.9,4.9h-0.5l-1.2-0.1v2.4l1.2-0.2 h0.5c2.7,0,4.9,2.2,4.9,4.9v0.5l-0.1,1.2h2.4l-0.1-1.3v-0.5c0-2.7,2.2-4.9,4.9-4.9h0.3l1.2,0.1V6.2L35.4,6.3z M29.1,9.6 c-0.6-0.9-1.3-1.6-2.2-2.2c0.8-0.5,1.6-1.3,2.2-2.2c0.6,0.9,1.3,1.6,2.2,2.2C30.4,8,29.6,8.8,29.1,9.6z'/%3E %3Cg%3E %3Cpath fill='%2399EAA8' d='M27.2,50.9L21,57.1c-4.7-1.9-10.2-0.9-14,2.8c-3.9,3.9-4.8,9.6-2.7,14.3l8.1-8.1c1.4,0,2.1,0,3.5,0l3.2,3.2 c0,1.4,0,2.1,0,3.5L11,80.9c4.7,2.1,10.4,1.2,14.3-2.7c3.8-3.8,4.7-9.3,2.8-14l5.3-5.3'/%3E %3Cpath fill='%2399EAA8' d='M46.3,46l5.3-5.3c4.7,1.9,10.2,0.9,14-2.8c3.9-3.9,4.8-9.6,2.7-14.3l-8.1,8.1c-1.4,0-2.1,0-3.5,0l-3.2-3.2 c0-1.4,0-2.1,0-3.5l8.1-8.1c-4.7-2.1-10.4-1.2-14.3,2.7c-3.8,3.8-4.7,9.3-2.8,14l-7,7'/%3E %3Cpath fill='%23525252' d='M14,80.8c-1.9,0-3.8-0.4-5.6-1.2c-0.3-0.1-0.5-0.4-0.6-0.7c-0.1-0.3,0-0.7,0.3-0.9l7.8-7.8v-2.7l-2.6-2.6 h-2.7l-7.8,7.8C2.6,72.9,2.2,73,1.9,73s-0.6-0.3-0.7-0.6C-1.1,67.1,0,61,4.1,57c3.8-3.8,9.4-5.1,14.5-3.3l5.7-5.7 c0.4-0.4,1-0.4,1.4,0s0.4,1,0,1.4l-6.1,6.1c-0.3,0.3-0.7,0.4-1.1,0.2C14,54,8.9,55,5.5,58.4c-3.1,3.1-4.2,7.6-3,11.8l7-7 c0.2-0.2,0.4-0.3,0.7-0.3h3.5c0.3,0,0.5,0.1,0.7,0.3l3.2,3.2c0.2,0.2,0.3,0.4,0.3,0.7v3.5c0,0.3-0.1,0.5-0.3,0.7l-7,7 c4.2,1.2,8.7,0.1,11.8-3c3.4-3.4,4.4-8.5,2.6-12.9c-0.2-0.4-0.1-0.8,0.2-1.1l5.3-5.3c0.4-0.4,1-0.4,1.4,0c0.4,0.4,0.4,1,0,1.4 l-4.8,4.8c1.8,5,0.5,10.7-3.3,14.5C21.1,79.3,17.6,80.8,14,80.8z'/%3E %3Cpath fill='%23525252' d='M44.1,44.8c-0.3,0-0.5-0.1-0.7-0.3c-0.4-0.4-0.4-1,0-1.4l5.3-5.3c0.3-0.3,0.7-0.4,1.1-0.2 c4.5,1.8,9.5,0.8,12.9-2.6c3.1-3.1,4.2-7.6,3-11.8l-7,7c-0.2,0.2-0.4,0.3-0.7,0.3h-3.5c-0.3,0-0.5-0.1-0.7-0.3l-3.2-3.2 c-0.2-0.2-0.3-0.4-0.3-0.7v-3.5c0-0.3,0.1-0.5,0.3-0.7l7-7c-4.2-1.2-8.7-0.1-11.8,3c-3.4,3.4-4.4,8.5-2.6,12.9 c0.2,0.4,0.1,0.8-0.2,1.1l-7,7c-0.4,0.4-1,0.4-1.4,0s-0.4-1,0-1.4l6.6-6.6c-1.8-5-0.5-10.7,3.3-14.5c4.1-4.1,10.1-5.2,15.4-2.9 c0.3,0.1,0.5,0.4,0.6,0.7c0.1,0.3,0,0.7-0.3,0.9l-7.8,7.8v2.7l2.6,2.6h2.7l7.8-7.8c0.2-0.2,0.6-0.3,0.9-0.3 c0.3,0.1,0.6,0.3,0.7,0.6c2.3,5.3,1.2,11.3-2.9,15.4c-3.8,3.8-9.4,5.1-14.5,3.3l-4.8,4.8C44.6,44.7,44.4,44.8,44.1,44.8z'/%3E %3Cg%3E %3Cpath fill='%23525252' d='M58.3,82.3c-1.8,0-3.5-0.7-4.8-2L48,74.9c-3.9-3.9-7-8.3-9.4-13.2l-1.2-2.6l-4.9-4.9 c-1.6-1.6-2.2-3.8-1.9-5.9L14.3,31.9l-1.7,0.1c-0.2,0-0.5-0.1-0.7-0.2l-7.1-5.3c-0.1-0.1-0.2-0.2-0.3-0.3l-4-7.7 c-0.2-0.4-0.1-0.9,0.2-1.2l3.8-3.8c0.3-0.3,0.8-0.4,1.2-0.1l7.3,4.4c0.1,0.1,0.2,0.1,0.2,0.2l5.6,6.8c0.1,0.1,0.2,0.3,0.2,0.5 l0.3,1.7l16,16l0.7,0c1.9-0.1,3.8,0.6,5.2,1.9l5.4,5.4l2,0.9c5.1,2.4,9.8,5.6,13.8,9.6l5.3,5.3c1.3,1.3,2,3,2,4.8 s-0.7,3.5-2,4.8L63,80.4C61.8,81.6,60.1,82.3,58.3,82.3z M14.7,29.9c0.3,0,0.5,0.1,0.7,0.3l17,17c0.3,0.3,0.4,0.6,0.3,1 c-0.4,1.6,0,3.4,1.2,4.6l5.1,5.1c0.1,0.1,0.1,0.2,0.2,0.3l1.3,2.8c2.3,4.7,5.3,9,9,12.7l5.5,5.5c0.9,0.9,2.1,1.4,3.4,1.4 s2.5-0.5,3.4-1.4l4.8-4.8c0.9-0.9,1.4-2.1,1.4-3.4s-0.5-2.5-1.4-3.4l-5.3-5.3c-3.8-3.8-8.3-6.9-13.2-9.2l-2.1-1 c-0.1,0-0.2-0.1-0.3-0.2l-5.6-5.6c-1-1-2.3-1.5-3.6-1.4l-1.2,0.1c-0.3,0-0.6-0.1-0.8-0.3L17.8,28.1c-0.1-0.1-0.2-0.3-0.3-0.5 l-0.3-1.7l-5.3-6.4l-6.5-3.9l-2.7,2.7l3.5,6.9l6.6,5L14.7,29.9C14.7,29.9,14.7,29.9,14.7,29.9z'/%3E %3Cpath fill='%23525252' d='M31.7,48.9c-0.2,0-0.5-0.1-0.6-0.2c-0.4-0.4-0.5-1-0.1-1.4l3.4-3.9c0.4-0.4,1-0.5,1.4-0.1s0.5,1,0.1,1.4 l-3.4,3.9C32.3,48.8,32,48.9,31.7,48.9z'/%3E %3C/g%3E %3C/g%3E %3Cellipse fill='%232A2A2A' cx='36.7' cy='83.1' rx='1.8' ry='1.8'/%3E %3Cellipse fill='%232A2A2A' cx='27.5' cy='91.2' rx='1.8' ry='1.8'/%3E %3C/g%3E %3Cpath fill='%23525252' d='M41.8,57.4c-0.2,0-0.4-0.1-0.6-0.2c-0.4-0.3-0.5-1-0.1-1.4l4.4-5.3c0.3-0.4,1-0.5,1.4-0.1 c0.4,0.3,0.5,1,0.1,1.4L42.6,57C42.4,57.3,42.1,57.4,41.8,57.4z'/%3E %3Cpath fill='%23525252' d='M52.5,72.7c-0.2,0-0.5-0.1-0.7-0.3c-0.4-0.4-0.4-1-0.1-1.4l9.3-10.2c0.4-0.4,1-0.4,1.4-0.1 c0.4,0.4,0.4,1,0.1,1.4l-9.3,10.2C53.1,72.6,52.8,72.7,52.5,72.7z'/%3E %3C/g%3E %3C/svg%3E");
    }

.icon_open-source {
        width: 133px;
        height: 104px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 82.3 87.5' style='enable-background:new 0 0 82.3 87.5;' xml:space='preserve'%3E %3Cg%3E %3Cpath fill='%234E4E4E' d='M71.2,0c-3.3,0-6.1,2.7-6.1,6.1c0,3.4,2.7,6.1,6.1,6.1s6.1-2.7,6.1-6.1C77.3,2.7,74.5,0,71.2,0z M71.2,9.9 c-2.2,0-4-1.8-4-3.9c0-2.1,1.8-3.9,4-3.9s4,1.8,4,3.9C75.2,8.1,73.4,9.9,71.2,9.9z'/%3E %3Cellipse fill='%232A2A2A' cx='25.6' cy='85.7' rx='1.8' ry='1.8'/%3E %3Cellipse fill='%232A2A2A' cx='16' cy='80.1' rx='1.8' ry='1.8'/%3E %3Cellipse fill='%232A2A2A' cx='58.7' cy='2.8' rx='1.8' ry='1.8'/%3E %3Cpath fill='%2399EAA8' d='M41.2,12.8c-17.1,0-31,13.9-31,31c0,17.1,13.9,31,31,31c17.1,0,31-13.9,31-31C72.1,26.7,58.3,12.8,41.2,12.8z M41.2,62.3c-10.2,0-18.5-8.3-18.5-18.5c0-10.2,8.3-18.5,18.5-18.5c10.2,0,18.5,8.3,18.5,18.5C59.7,54,51.4,62.3,41.2,62.3z'/%3E %3Cpath fill='%23525252' d='M41.2,65.9C18.8,65.9,1,45.3,0.2,44.4c-0.3-0.4-0.3-0.9,0-1.3C1,42.2,18.8,21.7,41.2,21.7s40.2,20.6,40.9,21.5 c0.3,0.4,0.3,0.9,0,1.3C81.3,45.3,63.5,65.9,41.2,65.9z M2.3,43.8c3.2,3.5,19.5,20.1,38.8,20.1S76.7,47.3,80,43.8 c-3.2-3.5-19.5-20.1-38.8-20.1S5.6,40.3,2.3,43.8z'/%3E %3Cpath fill='%23525252' d='M41.2,57.5c-7.6,0-13.7-6.2-13.7-13.7S33.6,30,41.2,30s13.7,6.2,13.7,13.7S48.7,57.5,41.2,57.5z M41.2,32 c-6.5,0-11.7,5.3-11.7,11.7c0,6.5,5.3,11.7,11.7,11.7c6.5,0,11.7-5.3,11.7-11.7C52.9,37.3,47.6,32,41.2,32z'/%3E %3C/g%3E %3C/svg%3E");
    }

.icon_manual {
        width: 133px;
        height: 104px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 78.5 86.8' style='enable-background:new 0 0 78.5 86.8;' xml:space='preserve'%3E %3Cg%3E %3Cpolyline fill='%2399EAA8' points='52.6,43.5 43.1,46.8 45,52.8 53.8,49.8 '/%3E %3Cpath fill='%234E4E4E' d='M57.5,20.8c1,3.3,4.3,5.1,7.6,4.1c3.3-1,5.1-4.3,4.1-7.6c-1-3.3-4.4-5-7.6-4.1S56.5,17.5,57.5,20.8z M59.5,20.1c-0.6-2,0.6-4.3,2.7-4.9c2.1-0.6,4.3,0.6,4.9,2.6c0.6,2-0.6,4.3-2.7,4.9C62.3,23.3,60.1,22.1,59.5,20.1z'/%3E %3Cpath fill='%234E4E4E' d='M65,37.7c1,3.3,4.3,5.1,7.6,4.1c3.3-1,5.1-4.3,4.1-7.6c-1-3.3-4.4-5-7.6-4.1S64.1,34.5,65,37.7z M67,37 c-0.6-2,0.6-4.3,2.7-4.9c2.1-0.6,4.3,0.6,4.9,2.6c0.6,2-0.6,4.3-2.7,4.9S67.6,39.1,67,37z'/%3E %3Cg%3E %3Cpath fill='%23525252' d='M25.8,84c-0.2,0-0.5-0.1-0.7-0.2L4.3,65.4c-0.4-0.4-0.5-1-0.1-1.4c0.4-0.4,1-0.5,1.4-0.1l20.9,18.4 c0.4,0.4,0.5,1,0.1,1.4C26.4,83.9,26.1,84,25.8,84z'/%3E %3Cpath fill='%23525252' d='M25.9,84.8c-0.6,0-1.1-0.1-1.7-0.3L6.4,77.7C2.6,76.3,0,72.6,0,68.6l0-5.2c0-1.8,1-3.4,2.6-4.2l10.7-5.2 L1.1,36.4c-0.7-0.9-0.9-2.1-0.6-3.2s1-2,2.1-2.5c1.8-0.9,3.9-0.2,5,1.5L19.3,51l6.9-3.4c2.4-1.2,5.3-0.6,7,1.4l5.1,5.9 c0.4,0.4,0.3,1-0.1,1.4c-0.4,0.4-1,0.3-1.4-0.1l-5.1-5.9c-1.2-1.3-3.1-1.7-4.7-0.9l-7.7,3.7c-0.5,0.2-1,0.1-1.3-0.4L5.9,33.2 c-0.5-0.8-1.6-1.1-2.4-0.7c-0.5,0.2-0.9,0.7-1,1.2c-0.1,0.5,0,1.1,0.3,1.6l13,18.5c0.2,0.2,0.2,0.5,0.2,0.8 c-0.1,0.3-0.3,0.5-0.5,0.6L3.5,60.9C2.6,61.4,2,62.3,2,63.4l0,5.2c0,3.2,2,6.2,5.1,7.3l17.9,6.7c0.8,0.3,1.6,0.2,2.3-0.2l8.9-5.1 c0.5-0.3,1.1-0.1,1.4,0.4c0.3,0.5,0.1,1.1-0.4,1.4l-8.9,5.1C27.5,84.6,26.7,84.8,25.9,84.8z'/%3E %3Cpath fill='%23525252' d='M37.5,66.9c-0.2,0-0.4-0.1-0.6-0.2L29.3,61c-0.3-0.2-0.4-0.5-0.4-0.8l0.1-8c0-0.5,0.5-1,1-1c0,0,0,0,0,0 c0.6,0,1,0.5,1,1l-0.1,7.5l7.2,5.3c0.4,0.3,0.5,1,0.2,1.4C38.2,66.8,37.9,66.9,37.5,66.9z'/%3E %3Cpath fill='%23525252' d='M11,71c-0.4,0-0.7-0.2-0.9-0.5c-0.3-0.5-0.1-1.1,0.4-1.3l18.9-9.8c0.5-0.3,1.1-0.1,1.3,0.4 c0.3,0.5,0.1,1.1-0.4,1.3l-18.9,9.8C11.3,71,11.2,71,11,71z'/%3E %3Cpath fill='%23525252' d='M43.2,86.8c-0.9,0-1.8-0.3-2.6-0.9c-1.1-0.9-1.6-2.1-1.6-3.5l1.7-29.5L39,47.7l-5.2-6.4 c-1-1.2-1.3-2.8-0.8-4.3s1.6-2.6,3.1-3.1L49,30.2c1.5-0.4,3.2-0.1,4.4,1s1.8,2.6,1.5,4.2l-1.3,8.1l1.2,5.9l9.5,12.9 c3.9,5.3,8.5,9.9,13.8,13.8c0.3,0.2,0.5,0.6,0.4,1c-0.1,0.4-0.4,0.7-0.7,0.8L57.1,83c-2.1,0.6-4.3-0.5-5-2.6l-1.6-4.4l-1.1,6.6 c-0.2,1.6-1.3,3-3,3.5l-2,0.6C43.9,86.7,43.5,86.8,43.2,86.8z M50.3,32c-0.2,0-0.5,0-0.7,0.1l-12.8,3.7c-0.9,0.3-1.5,0.9-1.8,1.8 c-0.3,0.9-0.1,1.8,0.5,2.5l5.3,6.6c0.1,0.1,0.1,0.2,0.2,0.3l1.8,5.5c0,0.1,0.1,0.2,0,0.4L41,82.5c0,0.7,0.3,1.4,0.8,1.8 c0.6,0.4,1.3,0.6,1.9,0.4l2-0.6c0.9-0.2,1.5-1,1.5-1.9l1.8-10.4c0.1-0.4,0.4-0.8,0.9-0.8c0.4,0,0.9,0.2,1,0.7l2.9,8 c0.4,1.1,1.5,1.7,2.6,1.4l18.6-4.6c-4.8-3.7-9-8.1-12.6-12.9L53,50.4c-0.1-0.1-0.1-0.3-0.2-0.4l-1.2-6.3c0-0.1,0-0.2,0-0.4 l1.3-8.3c0.1-0.9-0.2-1.8-0.9-2.4C51.6,32.2,50.9,32,50.3,32z'/%3E %3Cpath fill='%23525252' d='M39.9,48.2c-0.4,0-0.8-0.3-1-0.7c-0.2-0.5,0.2-1.1,0.7-1.2l12.6-3.7c0.5-0.2,1.1,0.2,1.2,0.7 c0.2,0.5-0.2,1.1-0.7,1.2l-12.6,3.7C40.1,48.2,40,48.2,39.9,48.2z'/%3E %3Cpath fill='%23525252' d='M41.9,54.2c-0.4,0-0.8-0.3-1-0.7c-0.2-0.5,0.2-1.1,0.7-1.2l11.9-3.5c0.5-0.2,1.1,0.2,1.2,0.7 c0.2,0.5-0.2,1.1-0.7,1.2l-11.9,3.5C42,54.2,42,54.2,41.9,54.2z'/%3E %3Cpath fill='%23525252' d='M44.9,33.4c-0.4,0-0.8-0.3-1-0.7L35.2,1.5c-0.1-0.5,0.2-1.1,0.7-1.2c0.5-0.1,1.1,0.2,1.2,0.7l8.7,31.2 c0.1,0.5-0.2,1.1-0.7,1.2C45.1,33.4,45,33.4,44.9,33.4z'/%3E %3Cpath fill='%23525252' d='M40.5,34.7c-0.4,0-0.8-0.3-1-0.7l-9-32.7c-0.1-0.5,0.2-1.1,0.7-1.2c0.5-0.1,1.1,0.2,1.2,0.7l9,32.7 c0.1,0.5-0.2,1.1-0.7,1.2C40.6,34.7,40.6,34.7,40.5,34.7z'/%3E %3Cpath fill='%23525252' d='M45.1,46.7c-0.3,0-0.6-0.1-0.8-0.4l-4.1-4.9c-0.4-0.4-0.3-1.1,0.1-1.4c0.4-0.4,1.1-0.3,1.4,0.1l4.1,4.9 c0.4,0.4,0.3,1.1-0.1,1.4C45.6,46.6,45.3,46.7,45.1,46.7z'/%3E %3Cpath fill='%23525252' d='M52.7,60.4c-0.3,0-0.6-0.1-0.8-0.4l-5.8-7.6c-0.3-0.4-0.3-1.1,0.2-1.4c0.4-0.3,1.1-0.3,1.4,0.2l5.8,7.6 c0.3,0.4,0.3,1.1-0.2,1.4C53.1,60.3,52.9,60.4,52.7,60.4z'/%3E %3Cpath fill='%23525252' d='M63.2,81.2c-0.3,0-0.6-0.2-0.8-0.4l-5.5-8.1c-0.3-0.5-0.2-1.1,0.3-1.4c0.5-0.3,1.1-0.2,1.4,0.3l5.5,8.1 c0.3,0.5,0.2,1.1-0.3,1.4C63.5,81.1,63.4,81.2,63.2,81.2z'/%3E %3C/g%3E %3Cellipse fill='%232A2A2A' cx='14.4' cy='24.4' rx='1.8' ry='1.8'/%3E %3Cellipse fill='%232A2A2A' cx='19.3' cy='12.8' rx='1.8' ry='1.8'/%3E %3Crect x='24.6' y='68.4' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -42.2424 40.0539)' fill='%2399EAA8' width='5.3' height='5.3'/%3E %3Crect x='30.5' y='72' transform='matrix(0.7071 0.7071 -0.7071 0.7071 62.1889 -1.4442)' fill='%2399EAA8' width='4.7' height='4.7'/%3E %3Crect x='31.2' y='63.3' fill='%2399EAA8' width='5.8' height='5.8'/%3E %3Crect x='21.9' y='60.3' transform='matrix(0.3303 0.9439 -0.9439 0.3303 76.3281 18.9108)' fill='%2399EAA8' width='5.8' height='5.8'/%3E %3Crect x='20.8' y='72.8' fill='%2399EAA8' width='3.4' height='3.4'/%3E %3Crect x='25.9' y='76.9' transform='matrix(0.897 -0.4419 0.4419 0.897 -31.9015 20.2709)' fill='%2399EAA8' width='3.4' height='3.4'/%3E %3Crect x='15.1' y='67.1' transform='matrix(0.7071 0.7071 -0.7071 0.7071 54.0268 8.0706)' fill='%2399EAA8' width='4.2' height='4.2'/%3E %3C/g%3E %3C/svg%3E");
    }

.icon_anti-adblock {
        width: 133px;
        height: 104px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 86 89.1' style='enable-background:new 0 0 86 89.1;' xml:space='preserve'%3E %3Cg%3E %3Cg%3E %3Cellipse fill='%232A2A2A' cx='1.8' cy='68.4' rx='1.8' ry='1.8'/%3E %3Cellipse transform='matrix(0.9588 -0.284 0.284 0.9588 -13.0327 26.3182)' fill='%232A2A2A' cx='84.2' cy='58.1' rx='1.8' ry='1.8'/%3E %3Cellipse transform='matrix(0.9588 -0.284 0.284 0.9588 -16.7154 25.4248)' fill='%232A2A2A' cx='79.3' cy='70.4' rx='1.8' ry='1.8'/%3E %3Cpath fill='%233F3F3F' d='M14,83.3l4-4c0.4-0.4,0.4-1.1,0-1.5s-1.1-0.4-1.5,0l-4,4L8.6,78c-0.4-0.4-1.1-0.4-1.5,0 c-0.4,0.4-0.4,1.1,0,1.5l3.9,3.8l-3.9,3.8c-0.4,0.4-0.4,1.1,0,1.5c0.2,0.2,0.5,0.3,0.8,0.3s0.5-0.1,0.8-0.3l3.9-3.8l4,4 c0.2,0.2,0.5,0.3,0.8,0.3s0.6-0.1,0.8-0.3c0.4-0.4,0.4-1.1,0-1.5L14,83.3L14,83.3z'/%3E %3Cpath fill='%234E4E4E' d='M75,0c-3.3,0-6.1,2.7-6.1,6.1c0,3.4,2.7,6.1,6.1,6.1s6.1-2.7,6.1-6.1C81.1,2.7,78.3,0,75,0z M75,9.9 c-2.2,0-4-1.8-4-3.9c0-2.1,1.8-3.9,4-3.9s4,1.8,4,3.9C79,8.1,77.2,9.9,75,9.9z'/%3E %3Cg%3E %3Cpath fill='%2399EAA8' d='M46.1,14.1c0-2.8-0.8-5.4-2.2-7.9c-5.7-0.4-12.2,1.4-18.8,4.1C11,16.1,8,21,8.1,30c3,0.7,7,0.4,10.3,0.4 C34.3,30.4,46.1,25.4,46.1,14.1z'/%3E %3Cpath fill='%23525252' d='M30.5,46c-12.3,0-16.7-9.1-16.8-9.2c-0.2-0.5,0-1.1,0.5-1.3c0.5-0.2,1.1,0,1.3,0.5l0,0 c0.3,0.6,6.6,13.5,26.8,5.5c0.5-0.2,1.1,0,1.3,0.6c0.2,0.5-0.1,1.1-0.6,1.3C38.2,45.3,34,46,30.5,46z'/%3E %3Cpath fill='%23525252' d='M18.2,47.9c-1.1,0-2-0.3-2.6-0.6c-0.5-0.3-0.7-0.9-0.4-1.4c0.3-0.5,0.9-0.7,1.3-0.4c0.1,0.1,3.2,1.6,6.2-2.3 c0.3-0.4,1-0.5,1.4-0.2c0.4,0.3,0.5,1,0.2,1.4C22.3,47.1,20,47.9,18.2,47.9z'/%3E %3Cpath fill='%23525252' d='M57.3,81.8c-0.4,0-0.7-0.2-0.9-0.5c-0.2-0.5-0.1-1.1,0.4-1.3c0.2-0.1,0.6-0.3,1.1-0.5c0.4-0.2,0.9-0.3,1-0.4 l2.4-1.3c2.5-1.7,4-3.9,4.3-6.4c0.6-5.6-4.5-11.2-4.6-11.2c-0.2-0.2-0.3-0.6-0.2-0.9s0.3-0.6,0.6-0.7c5.5-2.3,9.1-5.8,10.8-10.2 c2.9-7.4-0.1-16-2.2-20.5c-2.8-6.2-12.8-7.1-20-4.1c-2.8,1.2-11.4,5.9-7.1,16.5c3.2,7.8,8.3,8.3,11,7.9c4.2-0.6,8.3-4.2,8.6-7.6 c0.1-0.5,0.5-1,1.1-0.9c0.5,0.1,1,0.5,0.9,1.1c-0.4,4.4-5,8.6-10.3,9.4c-2.7,0.4-9.3,0.3-13.2-9.1c-4-9.8,1.6-16.3,8.1-19.1 c8-3.5,19.3-2.2,22.6,5.1c2.6,5.8,5.2,14.4,2.2,22.1c-1.8,4.6-5.4,8.3-10.7,10.8c1.6,2.1,4.8,6.8,4.2,11.8 c-0.4,3.1-2.1,5.8-5.3,7.9l-2.5,1.3c-0.2,0.1-0.5,0.2-1.2,0.5c-0.4,0.2-0.8,0.3-0.9,0.4C57.6,81.8,57.5,81.8,57.3,81.8z'/%3E %3Cpath fill='none' stroke='%23525252' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M61.9,59.5'/%3E %3Cpath fill='%23525252' d='M51.9,66c-0.4,0-0.9-0.3-1-0.8c-0.1-0.5,0.2-1.1,0.7-1.2c4.5-1.2,7.4-3.3,9.5-5.3c0.4-0.4,1-0.3,1.4,0.1 c0.4,0.4,0.3,1-0.1,1.4c-2.3,2.1-5.4,4.5-10.4,5.8C52.1,66,52,66,51.9,66z'/%3E %3Cpath fill='%23525252' d='M41.4,87.2c-2.1,0-4.2-0.2-6.1-0.7c-0.9-0.2-1.7-0.5-2.3-0.9c-5.2-3.2-4.9-11.1-4.7-13.5 C25.1,70.2,10.8,60.9,8.6,47l-0.2-1.5C6.2,32.6,3.8,18,24.7,9.4c11.2-4.6,19.5-5.4,26-2.6c5.3,2.3,9.3,7,12.1,14.1 c0.2,0.5-0.1,1.1-0.6,1.3c-0.5,0.2-1.1-0.1-1.3-0.6c-2.6-6.7-6.2-10.9-11-13c-6-2.6-13.8-1.8-24.5,2.6C6,19.2,8.1,31.8,10.3,45.2 l0.2,1.5C12.7,60,27.3,69.2,29.5,70.5c9.2-1,13.8-3.7,15.8-5.2c2.9-2.2,6.8-2.1,9.4,0.2c1.1,1,1.9,2.3,2.2,3.7l1.8,7.2 c1,3.9-1.3,7.8-5.2,8.9C50.1,86.3,45.8,87.2,41.4,87.2z M30.2,72.5C30,74.7,30,81.3,34,83.9c0.5,0.3,1.1,0.5,1.7,0.7 c5.7,1.5,12.5,0.2,17.2-1.1c2.8-0.8,4.5-3.6,3.8-6.5L55,69.7c-0.3-1.1-0.8-2-1.6-2.7c-1.8-1.7-4.7-1.7-6.8-0.1 C44.4,68.5,39.5,71.4,30.2,72.5z'/%3E %3Ccircle fill='%2399EAA8' cx='34' cy='59.9' r='6.7'/%3E %3C/g%3E %3C/g%3E %3Cpath fill='%23525252' d='M44.7,80.8c-0.4,0-0.8-0.2-0.9-0.6l-2.2-5.8c-0.2-0.5,0.1-1.1,0.6-1.3s1.1,0.1,1.3,0.6l2.2,5.8 c0.2,0.5-0.1,1.1-0.6,1.3C44.9,80.8,44.8,80.8,44.7,80.8z'/%3E %3Cpath fill='%23525252' d='M49.6,78.9c-0.4,0-0.8-0.2-0.9-0.6l-2.4-5.6c-0.2-0.5,0-1.1,0.5-1.3c0.5-0.2,1.1,0,1.3,0.5l2.4,5.6 c0.2,0.5,0,1.1-0.5,1.3C49.9,78.9,49.8,78.9,49.6,78.9z'/%3E %3C/g%3E %3C/svg%3E");
    }

.icon_integration {
        width: 133px;
        height: 104px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 88.2 84.8' style='enable-background:new 0 0 88.2 84.8;' xml:space='preserve'%3E %3Cg%3E %3Cellipse fill='%232A2A2A' cx='3.8' cy='13.7' rx='1.8' ry='1.8'/%3E %3Cellipse fill='%232A2A2A' cx='13.2' cy='3.2' rx='1.8' ry='1.8'/%3E %3Cpath fill='%234E4E4E' d='M87,6.3h-0.3c-2.7,0-4.9-2.2-4.9-4.9V0h-2.3l0.1,1.2v0.3c0,2.7-2.2,4.9-4.9,4.9h-0.5L73,6.3v2.4l1.2-0.2h0.5 c2.7,0,4.9,2.2,4.9,4.9v0.5l-0.1,1.2h2.4l-0.1-1.3v-0.5c0-2.7,2.2-4.9,4.9-4.9H87l1.2,0.1V6.2L87,6.3z M80.7,9.6 c-0.6-0.9-1.3-1.6-2.2-2.2c0.8-0.5,1.6-1.3,2.2-2.2c0.6,0.9,1.3,1.6,2.2,2.2C82,8,81.2,8.8,80.7,9.6z'/%3E %3Cpath fill='%234E4E4E' d='M14,76h-0.3c-2.7,0-4.9-2.2-4.9-4.9v-1.4H6.5l0.1,1.2v0.3c0,2.7-2.2,4.9-4.9,4.9H1.2L0,76v2.4l1.2-0.2h0.5 c2.7,0,4.9,2.2,4.9,4.9v0.5l-0.1,1.2h2.4l-0.1-1.3V83c0-2.7,2.2-4.9,4.9-4.9H14l1.2,0.1v-2.3L14,76z M7.7,79.3 c-0.6-0.9-1.3-1.6-2.2-2.2c0.8-0.5,1.6-1.3,2.2-2.2c0.6,0.9,1.3,1.6,2.2,2.2C9,77.7,8.2,78.5,7.7,79.3z'/%3E %3Cg%3E %3Cpath fill='%2399EAA8' d='M65,26.2c0.4,4.1-0.7,7.7-3,10.4c-2.9,3.3-7.8,5.1-13.9,5.2c-10.7,0.1-18.9,7.7-18.9,17.6 c0,5.4,1.7,12,6.2,16.2C21,71.2,10.5,57.2,10.6,41.2c0.1-9.2,3.5-17.6,9.6-23.8C26.3,11.4,34.5,8,43.5,8c0.1,0,0.2,0,0.2,0 c2.8,0,5.5,0.4,8.2,1C58.7,11.3,64.3,18.7,65,26.2z M53.4,25.9c0-4.1-3.3-7.4-7.3-7.4c-4,0-7.3,3.3-7.3,7.4c0,4.1,3.3,7.4,7.3,7.4 C50.1,33.3,53.4,30,53.4,25.9z'/%3E %3Cpath fill='%23525252' d='M42.6,76.6c-0.1,0-0.2,0-0.2,0c-1.3,0-2.5-0.1-3.6-0.2C20.3,74.4,6,57.9,6.1,38.8c0.1-9.7,3.7-18.7,10.3-25.2 c6.6-6.5,15.5-10,25.1-10c0.1,0,0.2,0,0.3,0c3,0,5.9,0.4,8.9,1.1c17.2,4.2,29.6,19.2,29.5,35.6C80,60,62.8,76.6,42.6,76.6z M41.5,5.6C32.4,5.6,24,8.9,17.8,15c-6.2,6.1-9.7,14.6-9.8,23.8C8,56.9,21.6,72.5,39,74.4c0,0,0,0,0,0c1,0.1,2.1,0.2,3.4,0.2 C61.6,74.7,78,59,78.1,40.3c0.1-15.5-11.7-29.7-27.9-33.7c-2.8-0.7-5.6-1-8.4-1.1C41.7,5.6,41.6,5.6,41.5,5.6z'/%3E %3Cpath fill='%23525252' d='M31.5,70c-0.4,0-0.7-0.2-0.9-0.5c-1.8-3.3-2.7-7.4-2.7-11.4c0.1-10,8.3-17.6,19.2-17.7 c6.3-0.1,11.2-1.8,14.1-5.2c2.4-2.7,3.5-6.3,3.1-10.4c-0.2-2.3-0.9-4.7-2-6.9c-0.2-0.5,0-1.1,0.4-1.3c0.5-0.2,1.1,0,1.3,0.4 c1.2,2.5,2,5.1,2.2,7.6c0.4,4.7-0.8,8.8-3.6,11.9c-3.4,3.7-8.8,5.8-15.6,5.8C37.3,42.5,30,49.1,30,58c0,3.8,0.8,7.5,2.4,10.5 c0.3,0.5,0.1,1.1-0.4,1.4C31.9,70,31.7,70,31.5,70z'/%3E %3Cpath fill='%2399EAA8' d='M50.5,58.8c0,3.6-2.9,6.4-6.4,6.4c-3.6,0-6.4-2.9-6.4-6.4s2.9-6.4,6.4-6.4C47.7,52.3,50.5,55.2,50.5,58.8z'/%3E %3Cpath fill='%23525252' d='M44.1,66.2c-4.1,0-7.4-3.3-7.4-7.4c0-4.1,3.3-7.4,7.4-7.4c4.1,0,7.4,3.3,7.4,7.4 C51.5,62.8,48.2,66.2,44.1,66.2z M44.1,53.3c-3,0-5.4,2.4-5.4,5.4c0,3,2.4,5.4,5.4,5.4c3,0,5.4-2.4,5.4-5.4 C49.5,55.8,47.1,53.3,44.1,53.3z'/%3E %3Cpath fill='%23525252' d='M44.1,31.1c-4.1,0-7.4-3.3-7.4-7.4c0-4.1,3.3-7.4,7.4-7.4c4.1,0,7.4,3.3,7.4,7.4 C51.5,27.7,48.2,31.1,44.1,31.1z M44.1,18.2c-3,0-5.4,2.4-5.4,5.4c0,3,2.4,5.4,5.4,5.4c3,0,5.4-2.4,5.4-5.4 C49.5,20.6,47.1,18.2,44.1,18.2z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    }

.icon_free {
        width: 133px;
        height: 104px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 82.7 80.8' style='enable-background:new 0 0 82.7 80.8;' xml:space='preserve'%3E %3Cg%3E %3Cg%3E %3Cpath fill='%2399EAA8' d='M54.4,17c0.5,0.4,0.9,0.9,1.2,1.4c1.1,2.3-0.4,5.3-3.3,6.7s-6.2,0.6-7.3-1.7c-1-2.1,0.1-4.7,2.4-6.3'/%3E %3Cpath fill='%2399EAA8' d='M62.2,30.3L22.1,70c-2.1,2.1-5.5,2.1-7.5,0L2.8,58.3l0,0c-2.4,2.4-2.4,6.4,0,8.8L14,78.2 c2.4,2.4,6.4,2.4,8.8,0l39.4-39.1l0-13.8l0,0L62.2,30.3z'/%3E %3Cpath fill='%23525252' d='M18.4,72.2c-1.8,0-3.7-0.7-5.1-2.1L2.1,59.1c-2.8-2.8-2.8-7.4,0-10.2L40.6,10c0.2-0.2,0.4-0.3,0.7-0.3 c0,0,0,0,0,0l5,0c0.6,0,1,0.5,1,1s-0.4,1-1,1c0,0,0,0,0,0l-4.6,0L3.5,50.3c-2,2-2,5.4,0,7.4l11.1,11.1c2,2,5.3,2,7.4,0l39.1-38.8 l0-13l-5.1-5.5c-0.4-0.4-0.3-1,0.1-1.4c0.4-0.4,1-0.3,1.4,0.1l5.3,5.8c0.2,0.2,0.3,0.4,0.3,0.7l0,13.8c0,0.3-0.1,0.5-0.3,0.7 L23.5,70.1C22.1,71.5,20.2,72.2,18.4,72.2z'/%3E %3Cpath fill='%23525252' d='M49.4,26.8c-2.3,0-4.3-1.1-5.2-3c-1.2-2.5,0-5.7,2.8-7.5c0.5-0.3,1.1-0.2,1.4,0.3c0.3,0.5,0.2,1.1-0.3,1.4 c-1.9,1.3-2.8,3.4-2.1,5c0.9,1.8,3.5,2.4,5.9,1.2c2.4-1.1,3.7-3.6,2.8-5.4c-0.2-0.4-0.5-0.8-0.9-1.1c-0.4-0.3-0.5-1-0.2-1.4 c0.3-0.4,1-0.5,1.4-0.2c0.7,0.5,1.2,1.1,1.5,1.8c1.3,2.8-0.3,6.4-3.7,8.1C51.7,26.6,50.5,26.8,49.4,26.8z'/%3E %3Cpath fill='%23525252' d='M76.3,39.4c-1.7,0-3.4-0.8-4.5-2.2c-3.7-4.2-4.1-8.1-2.7-12.6l-2.9,0c-0.6,0-1-0.5-1-1s0.4-1,1-1c0,0,0,0,0,0 l3.7,0c0.4-1,0.9-2,1.5-3.1c1.4-2.8,1.5-6,0.3-8.8c-1.2-2.8-3.6-5-6.6-5.8c-3-0.9-6.2-0.4-8.8,1.4c-2.6,1.8-4.2,4.6-4.4,7.7 L51.3,21c0,0.6-0.5,1-1.1,0.9c-0.6,0-1-0.5-0.9-1.1l0.5-6.9c0.3-3.7,2.2-7.1,5.3-9.2C58.2,2.5,62,1.9,65.6,3c3.5,1,6.4,3.6,7.9,7 c1.5,3.4,1.3,7.2-0.4,10.5c-0.4,0.8-0.7,1.5-1.1,2.2l2.1,0c2.7,0,5.2,1.3,6.9,3.5c1.6,2.2,2.1,5,1.4,7.6l-0.4,1.5 c-0.6,2.1-2.3,3.7-4.5,4.1C77.1,39.4,76.7,39.4,76.3,39.4z M71.2,24.6c-1.5,4.2-1.3,7.6,2.1,11.3c1,1.2,2.4,1.7,3.8,1.4 c1.4-0.3,2.5-1.3,2.9-2.7l0.4-1.5c0.6-2,0.2-4.1-1-5.8c-1.3-1.7-3.2-2.6-5.3-2.7L71.2,24.6z'/%3E %3Cg%3E %3Cpath fill='%23525252' d='M11.5,54.8l4.8-5.1l1.3,1.3l-3.4,3.6l1.4,1.4l3-3.2l1.3,1.3l-3,3.2l2.6,2.5l-1.4,1.5L11.5,54.8z'/%3E %3Cpath fill='%23525252' d='M18.4,47.7l2.9-3c0.8-0.8,1.7-1.3,2.5-1.3c0.7,0,1.4,0.3,2.1,0.9c1.1,1,1.2,2.3,0.7,3.4l3.9,0.6L28.9,50 l-3.5-0.6l-1.1,1.1l2.1,2L25,54L18.4,47.7z M24.4,47.8c0.7-0.7,0.7-1.5,0.1-2c-0.6-0.6-1.4-0.5-2,0.2l-1.4,1.5l1.9,1.8L24.4,47.8 z'/%3E %3Cpath fill='%23525252' d='M25.9,39.8l4.8-5l1.3,1.2l-3.4,3.6l1.3,1.3l3-3.1l1.3,1.2l-3,3.1l1.4,1.3l3.5-3.6l1.3,1.2l-4.8,5.1 L25.9,39.8z'/%3E %3Cpath fill='%23525252' d='M32.9,32.5l4.8-5l1.3,1.2l-3.4,3.6l1.3,1.3l3-3.1l1.3,1.2l-3,3.1l1.4,1.3l3.5-3.6l1.3,1.2l-4.8,5.1 L32.9,32.5z'/%3E %3C/g%3E %3C/g%3E %3Cellipse fill='%232A2A2A' cx='9.8' cy='25' rx='1.8' ry='1.8'/%3E %3Cpath fill='%234E4E4E' d='M22.8,6.3h-0.3c-2.7,0-4.9-2.2-4.9-4.9V0h-2.3l0.1,1.2v0.3c0,2.7-2.2,4.9-4.9,4.9H10L8.8,6.3v2.4L10,8.5h0.5 c2.7,0,4.9,2.2,4.9,4.9v0.5l-0.1,1.2h2.4l-0.1-1.3v-0.5c0-2.7,2.2-4.9,4.9-4.9h0.3L24,8.5V6.2L22.8,6.3z M16.5,9.6 c-0.6-0.9-1.3-1.6-2.2-2.2c0.8-0.5,1.6-1.3,2.2-2.2c0.6,0.9,1.3,1.6,2.2,2.2C17.8,8,17,8.8,16.5,9.6z'/%3E %3Cpath fill='%234E4E4E' d='M55.5,68.8c-3.2-0.9-6.6,1-7.5,4.3c-0.9,3.3,1,6.6,4.3,7.5s6.6-1,7.5-4.3C60.6,73,58.6,69.7,55.5,68.8z M52.8,78.3c-2.1-0.6-3.4-2.8-2.8-4.8c0.6-2,2.8-3.3,4.9-2.7c2.1,0.6,3.4,2.8,2.8,4.8C57.2,77.7,55,78.9,52.8,78.3z'/%3E %3Cpath fill='%234E4E4E' d='M64.6,55.4c-2.6-0.7-5.4,0.8-6.2,3.5c-0.7,2.7,0.8,5.4,3.5,6.2c2.7,0.7,5.4-0.8,6.2-3.5 C68.8,58.8,67.2,56.1,64.6,55.4z M62.4,63.2c-1.7-0.5-2.8-2.3-2.3-4c0.5-1.7,2.3-2.7,4-2.2s2.8,2.3,2.3,4 C66,62.7,64.2,63.7,62.4,63.2z'/%3E %3C/g%3E %3C/svg%3E");
    }

.icon--chrome {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.3 28.3' fill='%23ffffff'%3E%3Cpath d='M27.3 8.8h-9C19.9 10 21 12 21 14.1c0 1.7-.8 3.2-1.8 4.5-1.6 2.2-5.5 9.6-5.5 9.6h.4c7.8 0 14.2-6.3 14.2-14.1 0-1.9-.3-3.7-1-5.3z' fill='%23ffffff'/%3E%3Cpath d='M14.1 7.4c3.1 0 12.4-.1 12.4-.1-2.4-4.4-7-7.3-12.3-7.3-4.4 0-8.4 2-11 5.2l4.3 7.7c.6-3.1 3.3-5.5 6.6-5.5z' fill='%23ffffff'/%3E%3Cpath d='M14.2 20.9c-3 0-5.2-2-6.4-4.5-1.2-2.6-5.6-9.8-5.6-9.8C.8 8.8 0 11.4 0 14.1c0 7.1 5.2 13 12.1 14l4.4-7.6c-.8.3-1.5.4-2.3.4z' fill='%23ffffff'/%3E%3Cellipse cx='14.2' cy='14.2' rx='4.6' ry='4.6' fill='%23ffffff'/%3E%3C/svg%3E");
    }

.icon--firefox {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 28.3' fill='%23ffffff'%3E%3Cpath d='M30 9.5l-.7 1.6s-.3-2.9-.8-4.5S27 4 27 4l.5 2.1s-1.7-2-3.2-2.8c-.3-.1-.6-.2-.8-.3-2.1-1.9-4.8-3-7.8-3-4.3 0-8 2.3-10.1 5.7-.1-.1-.7-.4-1-1.2-.3-.8-.5-1.6-.5-1.6C2.1 4.8 2.6 8 2.6 8s-.8.7-1.6 2-1 3.6-1 3.6l1.3-1.4S1 12.8.7 14c-.2 1.2-.2 3.1-.2 3.1l.7-1.5s0 4.8 4.6 9.1 12.8 5.5 19 .1S30 9.5 30 9.5zM15.6 1.6c2.4 0 4.7.9 6.4 2.3l-2.3.4s2.3.7 4 2.1c.4.3.8.8 1.1 1.2.4.8.7 1.7.8 2.6l-1.1-.9s.4.5.5 1.7c.1 1.3-.3 3.6-.3 3.6l-1-1.2s.2 2-.2 3.7c-.4 1.7-1.3 2.5-1.3 2.5l.2-2.1s-1.2 2.6-4.5 3.6-6.5-1.9-6.5-1.9c2.1.6 3.5-.6 4.6-1.1 1.1-.6 1.7-.6 2.1-.6.5 0 0-1.1-.9-1.6s-1.9-.2-3.9.3c-2.1.6-3.3-1.2-3.2-2.4.1-1.2 2-.5 2-.5l-.1-2.4s3.2-2 2.9-2.5c-.2-.5-1.3-.3-2.3-.6-.9-.3-1.5-1.2-1.5-1.2s-.1-.6.3-1.1c.3-.6 1.4-1.4 1.4-1.4s-.7-.1-1.9.3-2.1 1.2-2.1 1.2-.2-.1-1.2-.2c1.9-2.3 4.8-3.8 8-3.8z' fill='%23ffffff'/%3E%3C/svg%3E");
    }

.icon--safari {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.4 30' fill='%23ffffff'%3E%3Cpath d='M14.2 1.9c-.7 0-1.4.1-2.1.2V2c.4-.3.6-.7.5-1.1-.2-.6-.7-.9-1.4-.9h-.5c-.9.2-1.5.9-1.3 1.5.1.4.4.7.9.8v.1C4.3 4.1 0 9.5 0 15.9 0 23.7 6.4 30 14.2 30c7.8 0 14.2-6.3 14.2-14.1 0-7.7-6.4-14-14.2-14zm-4.4-.5c-.1-.4.4-.8 1-.9h.4c.5 0 .8.2.9.5 0 .2-.1.5-.3.6-.2-.1-.5-.2-.7-.2-.3.1-.5.2-.6.4-.4 0-.6-.2-.7-.4zm12 22.1c-1.3 1.3-2.9 2.2-4.6 2.7l-1.3-2-.3 2.3c-.5.1-1 .1-1.4.1-2.9 0-5.6-1.1-7.6-3.1-1.3-1.3-2.2-2.8-2.7-4.6l2-1.2-2.4-.3c-.1-.5-.1-.9-.1-1.4 0-2.8 1.1-5.5 3.2-7.5 1.3-1.3 2.9-2.2 4.6-2.7l1.3 2 .3-2.3c.5-.1 1-.1 1.4-.1 2.9 0 5.6 1.1 7.6 3.1 1.3 1.3 2.2 2.8 2.7 4.6l-2 1.2 2.4.3c.1.5.1.9.1 1.4-.1 2.8-1.2 5.5-3.2 7.5zm-.3-14.9L15.7 13c-.4-.2-.9-.4-1.4-.4l-1.5-3.1-.1 3.5c-.4.2-.7.5-1 .8l-1.9-.7 1.4 1.4c-.2.4-.3.8-.3 1.3l-3.2 1.5 3.5.1v.1l-4.4 5.8 5.8-4.4c.4.2.9.4 1.4.4l1.5 3.1.1-3.5c.4-.2.7-.5 1-.8l1.9.7-1.4-1.4c.2-.4.3-.8.3-1.3l3.2-1.5-3.5-.1v-.1l4.4-5.8zM14.2 13v.1-.1zm-.6.2c.2 0 .4-.1.6-.1h.4c.3 0 .5.1.7.2l-2.1 1.6-1.6 2.1c-.1-.2-.1-.3-.2-.5-.3-1.5.7-3 2.2-3.3zm2.1 5.1c-.3.2-.6.3-.9.4-.2 0-.4.1-.6.1h-.4c-.3 0-.5-.1-.7-.2l2.1-1.6 1.6-2.1c.1.2.1.3.2.5.2 1.2-.3 2.3-1.3 2.9z' fill='%23ffffff'/%3E%3C/svg%3E");
    }

.icon--ie {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.3 27.5' fill='%23ffffff'%3E%3Cpath d='M21.4 15.9h6.9c.1-.5.1-1 .1-1.5 0-2.3-.6-4.5-1.7-6.4 1.1-3 1.1-5.6-.4-7.1-1.4-1.4-5.3-1.2-9.7.7h-1c-6 0-11 4.1-12.4 9.7C5 8.9 7 7.2 9.6 5.9L7.7 7.8c-7 7-9.2 16.1-6.8 18.5 1.8 1.8 5.1 1.5 8.8-.3 1.7.9 3.7 1.4 5.8 1.4 5.6 0 10.4-3.6 12.1-8.7h-6.9c-1 1.8-2.8 3-5 3s-4-1.2-5-3c-.4-.8-.7-1.7-.7-2.7h11.4v-.1zm-11.3-3.4c.2-2.8 2.5-5.1 5.4-5.1 2.9 0 5.2 2.3 5.4 5.1H10.1zm16-10.1c1 1 1 2.8.1 5.1-1.4-2.2-3.5-3.9-6-4.9 2.7-1.2 4.8-1.3 5.9-.2zM2.7 25.8c-1.2-1.2-.9-3.9.7-7 1 2.8 2.9 5.2 5.5 6.7-2.8 1.2-5 1.4-6.2.3z' fill='%23ffffff'/%3E%3C/svg%3E");
    }

.icon--edge {
        background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23ffffff'%3E %3C!-- Generator: Sketch 63.1 (92452) - https://sketch.com --%3E %3Ctitle fill='%23ffffff'%3Eedge_32x32%3C/title%3E %3Cdesc fill='%23ffffff'%3ECreated with Sketch.%3C/desc%3E %3Cg id='Browser-Assistant' stroke='none' stroke-width='1' fill='%23ffffff' fill-rule='evenodd'%3E %3Cg id='browsers' transform='translate(-112.000000, 0.000000)' fill='%23ffffff' fill-rule='nonzero'%3E %3Cg id='edge_32x32' transform='translate(112.000000, 0.000000)' fill='%23ffffff'%3E %3Cpath d='M28.8933852,23.7248249 C28.4683932,23.9470915 28.0301042,24.1429493 27.5810117,24.311284 C26.1515277,24.8461568 24.6372441,25.1186435 23.1109728,25.115642 C17.2189883,25.115642 12.086537,21.0627237 12.086537,15.8617899 C12.1018964,14.4413409 12.8845751,13.1403697 14.1322957,12.461323 C8.80311284,12.6854475 7.43346304,18.2387549 7.43346304,21.4922957 C7.43346304,30.6913619 15.9115953,31.6239689 17.7382101,31.6239689 C18.7231128,31.6239689 20.2085603,31.3375875 21.1000778,31.0561868 L21.2631907,31.0014008 C24.6938448,29.815397 27.6185002,27.4967513 29.5557977,24.4270817 C29.6778633,24.234762 29.6538982,23.9841384 29.4975979,23.8184366 C29.3412976,23.6527347 29.0924992,23.614188 28.8933852,23.7248249 Z' id='Path' fill='%23ffffff'/%3E %3Cpath d='M28.8933852,23.7248249 C28.4683932,23.9470915 28.0301042,24.1429493 27.5810117,24.311284 C26.1515277,24.8461568 24.6372441,25.1186435 23.1109728,25.115642 C17.2189883,25.115642 12.086537,21.0627237 12.086537,15.8617899 C12.1018964,14.4413409 12.8845751,13.1403697 14.1322957,12.461323 C8.80311284,12.6854475 7.43346304,18.2387549 7.43346304,21.4922957 C7.43346304,30.6913619 15.9115953,31.6239689 17.7382101,31.6239689 C18.7231128,31.6239689 20.2085603,31.3375875 21.1000778,31.0561868 L21.2631907,31.0014008 C24.6938448,29.815397 27.6185002,27.4967513 29.5557977,24.4270817 C29.6778633,24.234762 29.6538982,23.9841384 29.4975979,23.8184366 C29.3412976,23.6527347 29.0924992,23.614188 28.8933852,23.7248249 Z' id='Path' opacity='0.35' fill='%23ffffff'/%3E %3Cpath d='M13.2868482,30.0600778 C12.1762655,29.3707733 11.213798,28.4675606 10.4554086,27.4029572 C8.70568601,25.0057203 8.10491608,21.9577284 8.8141028,19.0758318 C9.52328953,16.1939351 11.4699167,13.7728152 14.1322957,12.461323 C14.5207782,12.2782879 15.1844358,11.9470817 16.0672374,11.9632685 C17.3280631,11.9724485 18.5118487,12.5714836 19.2659922,13.5819455 C19.768807,14.253302 20.0460353,15.0666793 20.0578988,15.9053696 C20.0578988,15.8792218 23.1035019,5.9940856 10.0968093,5.9940856 C4.63066148,5.9940856 0.135719844,11.181323 0.135719844,15.7322957 C0.114158979,18.1397 0.629258622,20.5216636 1.64357977,22.7050584 C5.07488233,30.0262283 13.4445775,33.6180575 21.1150195,31.0611673 C18.4891486,31.8890888 15.6323782,31.5250531 13.2980545,30.0650584 L13.2868482,30.0600778 Z' id='Path' fill='%23ffffff'/%3E %3Cpath d='M13.2868482,30.0600778 C12.1762655,29.3707733 11.213798,28.4675606 10.4554086,27.4029572 C8.70568601,25.0057203 8.10491608,21.9577284 8.8141028,19.0758318 C9.52328953,16.1939351 11.4699167,13.7728152 14.1322957,12.461323 C14.5207782,12.2782879 15.1844358,11.9470817 16.0672374,11.9632685 C17.3280631,11.9724485 18.5118487,12.5714836 19.2659922,13.5819455 C19.768807,14.253302 20.0460353,15.0666793 20.0578988,15.9053696 C20.0578988,15.8792218 23.1035019,5.9940856 10.0968093,5.9940856 C4.63066148,5.9940856 0.135719844,11.181323 0.135719844,15.7322957 C0.114158979,18.1397 0.629258622,20.5216636 1.64357977,22.7050584 C5.07488233,30.0262283 13.4445775,33.6180575 21.1150195,31.0611673 C18.4891486,31.8890888 15.6323782,31.5250531 13.2980545,30.0650584 L13.2868482,30.0600778 Z' id='Path' opacity='0.41' fill='%23ffffff'/%3E %3Cpath d='M19.0891829,18.5350973 C18.9883268,18.6658366 18.6782879,18.8463813 18.6782879,19.2398444 C18.6782879,19.5648249 18.8899611,19.8773541 19.2659922,20.1400778 C21.0564981,21.385214 24.4320623,21.220856 24.4407782,21.220856 C25.767503,21.2176719 27.0690811,20.8586307 28.2098054,20.1811673 C30.5513692,18.8139365 31.9931996,16.3083831 31.9987549,13.5968872 C32.0311284,10.806537 31.0026459,8.95128405 30.5867704,8.12949416 C27.9483268,2.96840467 22.2530739,0 16.0597665,0 C7.3443824,-0.000861792642 0.244583394,6.99909629 0.122023346,15.7136187 C0.181789883,11.1638911 4.70412451,7.48949416 10.0831128,7.48949416 C10.5189105,7.48949416 13.0042023,7.53182879 15.3126848,8.7433463 C17.3472374,9.81167315 18.4130739,11.1016342 19.15393,12.3803891 C19.9234241,13.7089494 20.0603891,15.387393 20.0603891,16.0560311 C20.0603891,16.7246693 19.7192218,17.7157977 19.0891829,18.5350973 Z' id='Path' fill='%23ffffff'/%3E %3Cpath d='M19.0891829,18.5350973 C18.9883268,18.6658366 18.6782879,18.8463813 18.6782879,19.2398444 C18.6782879,19.5648249 18.8899611,19.8773541 19.2659922,20.1400778 C21.0564981,21.385214 24.4320623,21.220856 24.4407782,21.220856 C25.767503,21.2176719 27.0690811,20.8586307 28.2098054,20.1811673 C30.5513692,18.8139365 31.9931996,16.3083831 31.9987549,13.5968872 C32.0311284,10.806537 31.0026459,8.95128405 30.5867704,8.12949416 C27.9483268,2.96840467 22.2530739,0 16.0597665,0 C7.3443824,-0.000861792642 0.244583394,6.99909629 0.122023346,15.7136187 C0.181789883,11.1638911 4.70412451,7.48949416 10.0831128,7.48949416 C10.5189105,7.48949416 13.0042023,7.53182879 15.3126848,8.7433463 C17.3472374,9.81167315 18.4130739,11.1016342 19.15393,12.3803891 C19.9234241,13.7089494 20.0603891,15.387393 20.0603891,16.0560311 C20.0603891,16.7246693 19.7192218,17.7157977 19.0891829,18.5350973 Z' id='Path' fill='%23ffffff'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    }

.icon--opera {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.4 28.3' fill='%23ffffff'%3E%3Cpath d='M22.3 2.2C20.1.8 17.3 0 14.2 0c-2.9 0-5.4.7-7.6 1.9C2.5 4.2 0 8.5 0 14c0 7.5 5.7 14.3 14.2 14.3S28.4 21.5 28.4 14c0-5.2-2.3-9.4-6.1-11.8zm-8.1.4c4.6 0 5.7 5.9 5.7 11.3 0 5-.7 11.7-5.6 11.7-4.9 0-5.7-6.8-5.7-11.7-.1-5.4 1-11.3 5.6-11.3z' fill='%23ffffff'/%3E%3C/svg%3E");
    }

.icon--yandex {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' fill='%23ffffff'%3E%3Cpath d='M128 6.2C60.7 6.2 6.2 60.7 6.2 128S60.7 249.8 128 249.8 249.8 195.3 249.8 128 195.3 6.2 128 6.2zm82.4 69l-68.5 67v83.3c0 1.5-6.5 2.7-13.9 2.8-7.1-.1-13.9-1.3-13.9-2.8v-83.3l-68.5-67c-1.1-1.1 2.4-6.3 7.8-11.7 5.4-5.4 10.7-8.9 11.7-7.8l62.8 61.3 62.8-61.3c1.1-1.1 6.3 2.4 11.7 7.8 5.4 5.4 9 10.6 8 11.7z' fill='%23ffffff'/%3E%3C/svg%3E");
    }

.icon--plus {
        width: 15px;
        height: 15px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 16'%3E%3Cpath d='M15.6 7.2H9.4V1c0-.4-.4-.8-.8-.8s-.8.4-.8.8v6.2H1.6c-.4 0-.8.4-.8.8s.4.8.8.8h6.2V15c0 .4.4.8.8.8s.8-.4.8-.8V8.8h6.2c.4 0 .8-.4.8-.8s-.3-.8-.8-.8z'/%3E%3C/svg%3E");
    }

.icon--android {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 16' fill='%23888888'%3E%3Cpath d='M11.2 5.2H2.8c-.2 0-.3.1-.3.3v6.7c0 .2.2.3.3.3h1.5v2.3c0 .5.4.9 1 .9s1-.4 1-.9v-2.3h1.4v2.3c0 .5.4.9 1 .9s1-.4 1-.9v-2.3h1.5c.2 0 .3-.1.3-.3V5.5c.1-.2-.1-.3-.3-.3zM1 5.2c-.6 0-1 .4-1 .9V10c0 .5.4.9 1 .9s1-.4 1-.9V6.1c0-.5-.4-.9-1-.9zm12 0c-.6 0-1 .4-1 .9V10c0 .5.4.9 1 .9s1-.4 1-.9V6.1c0-.5-.5-.9-1-.9zM2.9 4.7h8.3c.2 0 .4-.2.3-.4-.3-1.2-1.1-2.3-2.2-2.9L10 .3c0-.1 0-.2-.1-.2-.1-.1-.2-.1-.3 0l-.7 1.2C8.3 1 7.7.9 7 .9s-1.3.1-1.9.4L4.4.1C4.3 0 4.2 0 4.1 0c-.1.1-.1.2 0 .3l.7 1.2c-1.1.6-2 1.6-2.2 2.9-.1.1.1.3.3.3zm6.2-2.1c.2 0 .4.2.4.4s-.2.3-.4.3-.4-.2-.4-.4.2-.3.4-.3zm-4.2 0c.2 0 .4.2.4.4s-.2.4-.4.4-.4-.2-.4-.4.2-.4.4-.4z' fill='%23888888'/%3E%3C/svg%3E");
    }

.icon--android-platform {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 16' fill='%23ffffff'%3E%3Cpath d='M11.2 5.2H2.8c-.2 0-.3.1-.3.3v6.7c0 .2.2.3.3.3h1.5v2.3c0 .5.4.9 1 .9s1-.4 1-.9v-2.3h1.4v2.3c0 .5.4.9 1 .9s1-.4 1-.9v-2.3h1.5c.2 0 .3-.1.3-.3V5.5c.1-.2-.1-.3-.3-.3zM1 5.2c-.6 0-1 .4-1 .9V10c0 .5.4.9 1 .9s1-.4 1-.9V6.1c0-.5-.4-.9-1-.9zm12 0c-.6 0-1 .4-1 .9V10c0 .5.4.9 1 .9s1-.4 1-.9V6.1c0-.5-.5-.9-1-.9zM2.9 4.7h8.3c.2 0 .4-.2.3-.4-.3-1.2-1.1-2.3-2.2-2.9L10 .3c0-.1 0-.2-.1-.2-.1-.1-.2-.1-.3 0l-.7 1.2C8.3 1 7.7.9 7 .9s-1.3.1-1.9.4L4.4.1C4.3 0 4.2 0 4.1 0c-.1.1-.1.2 0 .3l.7 1.2c-1.1.6-2 1.6-2.2 2.9-.1.1.1.3.3.3zm6.2-2.1c.2 0 .4.2.4.4s-.2.3-.4.3-.4-.2-.4-.4.2-.3.4-.3zm-4.2 0c.2 0 .4.2.4.4s-.2.4-.4.4-.4-.2-.4-.4.2-.4.4-.4z' fill='%23ffffff'/%3E%3C/svg%3E");
    }

.icon--ios-platform {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512' fill='%23ffffff'%3E%3Cpath d='M395.748 272.046c-.646-64.841 52.88-95.938 55.271-97.483-30.075-44.01-76.925-50.039-93.62-50.736-39.871-4.037-77.798 23.474-98.033 23.474-20.184 0-51.409-22.877-84.476-22.276-43.458.646-83.529 25.269-105.906 64.19-45.152 78.35-11.563 194.42 32.445 257.963 21.504 31.104 47.146 66.038 80.813 64.79 32.421-1.294 44.681-20.979 83.878-20.979 39.196 0 50.215 20.979 84.524 20.335 34.888-.648 56.991-31.699 78.347-62.898 24.694-36.084 34.862-71.019 35.462-72.812-.775-.354-68.031-26.119-68.705-103.568zM331.28 81.761C349.149 60.082 361.21 30.005 357.92 0c-25.739 1.048-56.938 17.145-75.405 38.775-16.57 19.188-31.075 49.813-27.188 79.218 28.734 2.242 58.065-14.602 75.953-36.232z' fill='%23ffffff'/%3E%3C/svg%3E");
        background-size: 100%;
    }

.icon--apple {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512' fill='%23888888'%3E%3Cpath d='M395.748 272.046c-.646-64.841 52.88-95.938 55.271-97.483-30.075-44.01-76.925-50.039-93.62-50.736-39.871-4.037-77.798 23.474-98.033 23.474-20.184 0-51.409-22.877-84.476-22.276-43.458.646-83.529 25.269-105.906 64.19-45.152 78.35-11.563 194.42 32.445 257.963 21.504 31.104 47.146 66.038 80.813 64.79 32.421-1.294 44.681-20.979 83.878-20.979 39.196 0 50.215 20.979 84.524 20.335 34.888-.648 56.991-31.699 78.347-62.898 24.694-36.084 34.862-71.019 35.462-72.812-.775-.354-68.031-26.119-68.705-103.568zM331.28 81.761C349.149 60.082 361.21 30.005 357.92 0c-25.739 1.048-56.938 17.145-75.405 38.775-16.57 19.188-31.075 49.813-27.188 79.218 28.734 2.242 58.065-14.602 75.953-36.232z' fill='%23888888'/%3E%3C/svg%3E");
        background-size: 100%;
    }

.icon--ios {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512' fill='%23888888'%3E%3Cpath d='M395.748 272.046c-.646-64.841 52.88-95.938 55.271-97.483-30.075-44.01-76.925-50.039-93.62-50.736-39.871-4.037-77.798 23.474-98.033 23.474-20.184 0-51.409-22.877-84.476-22.276-43.458.646-83.529 25.269-105.906 64.19-45.152 78.35-11.563 194.42 32.445 257.963 21.504 31.104 47.146 66.038 80.813 64.79 32.421-1.294 44.681-20.979 83.878-20.979 39.196 0 50.215 20.979 84.524 20.335 34.888-.648 56.991-31.699 78.347-62.898 24.694-36.084 34.862-71.019 35.462-72.812-.775-.354-68.031-26.119-68.705-103.568zM331.28 81.761C349.149 60.082 361.21 30.005 357.92 0c-25.739 1.048-56.938 17.145-75.405 38.775-16.57 19.188-31.075 49.813-27.188 79.218 28.734 2.242 58.065-14.602 75.953-36.232z' fill='%23888888'/%3E%3C/svg%3E");
        background-size: 100%;
    }

.icon--mac-os {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='42px' height='42px' viewBox='0 0 42 42' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23888888'%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='%23888888' fill-rule='evenodd'%3E %3Cg id='mac_os' fill='%23888888' fill-rule='nonzero'%3E %3Cpath d='M23.091,14.018 L23.091,13.676 L22.028,13.749 C21.727,13.768 21.501,13.832 21.349,13.94 C21.197,14.049 21.121,14.2 21.121,14.393 C21.121,14.581 21.196,14.731 21.347,14.842 C21.497,14.954 21.699,15.009 21.951,15.009 C22.112,15.009 22.263,14.984 22.402,14.935 C22.541,14.886 22.663,14.817 22.765,14.729 C22.867,14.642 22.947,14.538 23.004,14.417 C23.062,14.296 23.091,14.163 23.091,14.018 Z M21,0.25 C9.421,0.25 0.25,9.421 0.25,21 C0.25,32.58 9.421,41.75 21,41.75 C32.579,41.75 41.75,32.58 41.75,21 C41.75,9.421 32.58,0.25 21,0.25 Z M25.028,12.549 C25.126,12.274 25.264,12.038 25.443,11.842 C25.622,11.646 25.837,11.495 26.089,11.389 C26.341,11.283 26.622,11.23 26.931,11.23 C27.21,11.23 27.462,11.272 27.686,11.355 C27.911,11.438 28.103,11.55 28.264,11.691 C28.425,11.832 28.553,11.996 28.647,12.184 C28.741,12.372 28.797,12.571 28.816,12.78 L27.983,12.78 C27.962,12.665 27.924,12.557 27.87,12.458 C27.816,12.359 27.745,12.273 27.657,12.2 C27.568,12.127 27.464,12.07 27.345,12.029 C27.225,11.987 27.091,11.967 26.94,11.967 C26.763,11.967 26.602,12.003 26.459,12.074 C26.315,12.145 26.192,12.246 26.09,12.376 C25.988,12.506 25.909,12.665 25.853,12.851 C25.796,13.038 25.768,13.245 25.768,13.473 C25.768,13.709 25.796,13.921 25.853,14.107 C25.909,14.294 25.989,14.451 26.093,14.58 C26.196,14.709 26.321,14.808 26.466,14.876 C26.611,14.944 26.771,14.979 26.945,14.979 C27.23,14.979 27.462,14.912 27.642,14.778 C27.822,14.644 27.938,14.448 27.992,14.19 L28.826,14.19 C28.802,14.418 28.739,14.626 28.637,14.814 C28.535,15.002 28.403,15.162 28.241,15.295 C28.078,15.428 27.887,15.531 27.667,15.603 C27.447,15.675 27.205,15.712 26.942,15.712 C26.63,15.712 26.349,15.66 26.096,15.557 C25.844,15.454 25.627,15.305 25.447,15.112 C25.267,14.919 25.128,14.684 25.03,14.407 C24.932,14.13 24.883,13.819 24.883,13.472 C24.881,13.133 24.93,12.825 25.028,12.549 Z M13.175,11.287 L14.009,11.287 L14.009,12.028 L14.025,12.028 C14.076,11.905 14.143,11.794 14.225,11.698 C14.307,11.601 14.401,11.519 14.509,11.45 C14.616,11.381 14.735,11.329 14.863,11.293 C14.992,11.257 15.128,11.239 15.27,11.239 C15.576,11.239 15.835,11.312 16.045,11.458 C16.256,11.604 16.406,11.814 16.494,12.088 L16.515,12.088 C16.571,11.956 16.645,11.838 16.736,11.734 C16.827,11.63 16.932,11.54 17.05,11.466 C17.168,11.392 17.298,11.336 17.439,11.297 C17.58,11.258 17.728,11.239 17.884,11.239 C18.099,11.239 18.294,11.273 18.47,11.342 C18.646,11.411 18.796,11.507 18.921,11.632 C19.046,11.757 19.142,11.909 19.209,12.087 C19.276,12.265 19.31,12.463 19.31,12.681 L19.31,15.662 L18.44,15.662 L18.44,12.89 C18.44,12.603 18.366,12.38 18.218,12.223 C18.071,12.066 17.86,11.987 17.586,11.987 C17.452,11.987 17.329,12.011 17.217,12.058 C17.106,12.105 17.009,12.171 16.929,12.256 C16.848,12.34 16.785,12.442 16.74,12.56 C16.694,12.678 16.671,12.807 16.671,12.947 L16.671,15.662 L15.813,15.662 L15.813,12.818 C15.813,12.692 15.793,12.578 15.754,12.476 C15.715,12.374 15.66,12.287 15.587,12.214 C15.515,12.141 15.426,12.086 15.323,12.047 C15.219,12.008 15.103,11.988 14.974,11.988 C14.84,11.988 14.716,12.013 14.601,12.063 C14.487,12.113 14.389,12.182 14.307,12.27 C14.225,12.359 14.161,12.463 14.116,12.584 C14.072,12.704 14,12.836 14,12.978 L14,15.661 L13.175,15.661 L13.175,11.287 Z M15.068,32.226 C11.243,32.226 8.844,29.568 8.844,25.326 C8.844,21.084 11.243,18.417 15.068,18.417 C18.893,18.417 21.283,21.084 21.283,25.326 C21.283,29.567 18.893,32.226 15.068,32.226 Z M22.15,15.651 C22.009,15.687 21.865,15.705 21.717,15.705 C21.499,15.705 21.3,15.674 21.119,15.612 C20.937,15.55 20.782,15.463 20.652,15.35 C20.522,15.237 20.42,15.101 20.348,14.941 C20.275,14.781 20.239,14.603 20.239,14.407 C20.239,14.023 20.382,13.723 20.668,13.507 C20.954,13.291 21.368,13.165 21.911,13.13 L23.091,13.062 L23.091,12.724 C23.091,12.472 23.011,12.279 22.851,12.148 C22.691,12.017 22.465,11.951 22.172,11.951 C22.054,11.951 21.943,11.966 21.841,11.995 C21.739,12.025 21.649,12.067 21.571,12.122 C21.493,12.177 21.428,12.243 21.378,12.32 C21.327,12.396 21.292,12.482 21.273,12.576 L20.455,12.576 C20.46,12.383 20.508,12.204 20.598,12.04 C20.688,11.876 20.81,11.734 20.965,11.613 C21.12,11.492 21.301,11.398 21.511,11.331 C21.721,11.264 21.949,11.23 22.196,11.23 C22.462,11.23 22.703,11.263 22.919,11.331 C23.135,11.399 23.32,11.494 23.473,11.619 C23.626,11.744 23.744,11.894 23.827,12.07 C23.91,12.246 23.952,12.443 23.952,12.66 L23.952,15.661 L23.119,15.661 L23.119,14.932 L23.098,14.932 C23.036,15.05 22.958,15.157 22.863,15.252 C22.767,15.347 22.66,15.429 22.541,15.496 C22.421,15.563 22.291,15.615 22.15,15.651 Z M27.653,32.226 C24.736,32.226 22.753,30.698 22.615,28.299 L24.514,28.299 C24.662,29.67 25.987,30.578 27.802,30.578 C29.543,30.578 30.794,29.67 30.794,28.429 C30.794,27.355 30.034,26.706 28.275,26.262 L26.561,25.836 C24.097,25.225 22.977,24.104 22.977,22.261 C22.977,19.992 24.959,18.417 27.784,18.417 C30.544,18.417 32.47,20.001 32.544,22.279 L30.664,22.279 C30.534,20.908 29.414,20.065 27.746,20.065 C26.088,20.065 24.94,20.917 24.94,22.149 C24.94,23.121 25.662,23.696 27.422,24.14 L28.867,24.501 C31.618,25.168 32.748,26.252 32.748,28.197 C32.747,30.679 30.784,32.226 27.653,32.226 Z M15.068,20.12 C12.447,20.12 10.808,22.13 10.808,25.325 C10.808,28.511 12.447,30.521 15.068,30.521 C17.68,30.521 19.328,28.511 19.328,25.325 C19.329,22.13 17.68,20.12 15.068,20.12 Z' id='Shape' fill='%23888888'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
        background-size: 100%;
    }

.icon--windows {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23888888'%3E%3Cpath class='st0' d='M0 13.7L6.5 14.6 6.5 8.4 0 8.4z' fill='%23888888'/%3E%3Cpath class='st0' d='M0 7.6L6.5 7.6 6.5 1.3 0 2.2z' fill='%23888888'/%3E%3Cpath class='st0' d='M7.2 14.7L15.9 15.9 15.9 8.4 15.9 8.4 7.2 8.4z' fill='%23888888'/%3E%3Cpath class='st0' d='M7.2 1.2L7.2 7.6 15.9 7.6 15.9 0z' fill='%23888888'/%3E%3C/svg%3E");
    }

.icon--windows-platform {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath class='st0' d='M0 13.7L6.5 14.6 6.5 8.4 0 8.4z' fill='%23ffffff'/%3E%3Cpath class='st0' d='M0 7.6L6.5 7.6 6.5 1.3 0 2.2z' fill='%23ffffff'/%3E%3Cpath class='st0' d='M7.2 14.7L15.9 15.9 15.9 8.4 15.9 8.4 7.2 8.4z' fill='%23ffffff'/%3E%3Cpath class='st0' d='M7.2 1.2L7.2 7.6 15.9 7.6 15.9 0z' fill='%23ffffff'/%3E%3C/svg%3E");
    }

.icon--mac-platform {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='42px' height='42px' viewBox='0 0 42 42' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23ffffff'%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='%23ffffff' fill-rule='evenodd'%3E %3Cg id='mac_os' fill='%23ffffff' fill-rule='nonzero'%3E %3Cpath d='M23.091,14.018 L23.091,13.676 L22.028,13.749 C21.727,13.768 21.501,13.832 21.349,13.94 C21.197,14.049 21.121,14.2 21.121,14.393 C21.121,14.581 21.196,14.731 21.347,14.842 C21.497,14.954 21.699,15.009 21.951,15.009 C22.112,15.009 22.263,14.984 22.402,14.935 C22.541,14.886 22.663,14.817 22.765,14.729 C22.867,14.642 22.947,14.538 23.004,14.417 C23.062,14.296 23.091,14.163 23.091,14.018 Z M21,0.25 C9.421,0.25 0.25,9.421 0.25,21 C0.25,32.58 9.421,41.75 21,41.75 C32.579,41.75 41.75,32.58 41.75,21 C41.75,9.421 32.58,0.25 21,0.25 Z M25.028,12.549 C25.126,12.274 25.264,12.038 25.443,11.842 C25.622,11.646 25.837,11.495 26.089,11.389 C26.341,11.283 26.622,11.23 26.931,11.23 C27.21,11.23 27.462,11.272 27.686,11.355 C27.911,11.438 28.103,11.55 28.264,11.691 C28.425,11.832 28.553,11.996 28.647,12.184 C28.741,12.372 28.797,12.571 28.816,12.78 L27.983,12.78 C27.962,12.665 27.924,12.557 27.87,12.458 C27.816,12.359 27.745,12.273 27.657,12.2 C27.568,12.127 27.464,12.07 27.345,12.029 C27.225,11.987 27.091,11.967 26.94,11.967 C26.763,11.967 26.602,12.003 26.459,12.074 C26.315,12.145 26.192,12.246 26.09,12.376 C25.988,12.506 25.909,12.665 25.853,12.851 C25.796,13.038 25.768,13.245 25.768,13.473 C25.768,13.709 25.796,13.921 25.853,14.107 C25.909,14.294 25.989,14.451 26.093,14.58 C26.196,14.709 26.321,14.808 26.466,14.876 C26.611,14.944 26.771,14.979 26.945,14.979 C27.23,14.979 27.462,14.912 27.642,14.778 C27.822,14.644 27.938,14.448 27.992,14.19 L28.826,14.19 C28.802,14.418 28.739,14.626 28.637,14.814 C28.535,15.002 28.403,15.162 28.241,15.295 C28.078,15.428 27.887,15.531 27.667,15.603 C27.447,15.675 27.205,15.712 26.942,15.712 C26.63,15.712 26.349,15.66 26.096,15.557 C25.844,15.454 25.627,15.305 25.447,15.112 C25.267,14.919 25.128,14.684 25.03,14.407 C24.932,14.13 24.883,13.819 24.883,13.472 C24.881,13.133 24.93,12.825 25.028,12.549 Z M13.175,11.287 L14.009,11.287 L14.009,12.028 L14.025,12.028 C14.076,11.905 14.143,11.794 14.225,11.698 C14.307,11.601 14.401,11.519 14.509,11.45 C14.616,11.381 14.735,11.329 14.863,11.293 C14.992,11.257 15.128,11.239 15.27,11.239 C15.576,11.239 15.835,11.312 16.045,11.458 C16.256,11.604 16.406,11.814 16.494,12.088 L16.515,12.088 C16.571,11.956 16.645,11.838 16.736,11.734 C16.827,11.63 16.932,11.54 17.05,11.466 C17.168,11.392 17.298,11.336 17.439,11.297 C17.58,11.258 17.728,11.239 17.884,11.239 C18.099,11.239 18.294,11.273 18.47,11.342 C18.646,11.411 18.796,11.507 18.921,11.632 C19.046,11.757 19.142,11.909 19.209,12.087 C19.276,12.265 19.31,12.463 19.31,12.681 L19.31,15.662 L18.44,15.662 L18.44,12.89 C18.44,12.603 18.366,12.38 18.218,12.223 C18.071,12.066 17.86,11.987 17.586,11.987 C17.452,11.987 17.329,12.011 17.217,12.058 C17.106,12.105 17.009,12.171 16.929,12.256 C16.848,12.34 16.785,12.442 16.74,12.56 C16.694,12.678 16.671,12.807 16.671,12.947 L16.671,15.662 L15.813,15.662 L15.813,12.818 C15.813,12.692 15.793,12.578 15.754,12.476 C15.715,12.374 15.66,12.287 15.587,12.214 C15.515,12.141 15.426,12.086 15.323,12.047 C15.219,12.008 15.103,11.988 14.974,11.988 C14.84,11.988 14.716,12.013 14.601,12.063 C14.487,12.113 14.389,12.182 14.307,12.27 C14.225,12.359 14.161,12.463 14.116,12.584 C14.072,12.704 14,12.836 14,12.978 L14,15.661 L13.175,15.661 L13.175,11.287 Z M15.068,32.226 C11.243,32.226 8.844,29.568 8.844,25.326 C8.844,21.084 11.243,18.417 15.068,18.417 C18.893,18.417 21.283,21.084 21.283,25.326 C21.283,29.567 18.893,32.226 15.068,32.226 Z M22.15,15.651 C22.009,15.687 21.865,15.705 21.717,15.705 C21.499,15.705 21.3,15.674 21.119,15.612 C20.937,15.55 20.782,15.463 20.652,15.35 C20.522,15.237 20.42,15.101 20.348,14.941 C20.275,14.781 20.239,14.603 20.239,14.407 C20.239,14.023 20.382,13.723 20.668,13.507 C20.954,13.291 21.368,13.165 21.911,13.13 L23.091,13.062 L23.091,12.724 C23.091,12.472 23.011,12.279 22.851,12.148 C22.691,12.017 22.465,11.951 22.172,11.951 C22.054,11.951 21.943,11.966 21.841,11.995 C21.739,12.025 21.649,12.067 21.571,12.122 C21.493,12.177 21.428,12.243 21.378,12.32 C21.327,12.396 21.292,12.482 21.273,12.576 L20.455,12.576 C20.46,12.383 20.508,12.204 20.598,12.04 C20.688,11.876 20.81,11.734 20.965,11.613 C21.12,11.492 21.301,11.398 21.511,11.331 C21.721,11.264 21.949,11.23 22.196,11.23 C22.462,11.23 22.703,11.263 22.919,11.331 C23.135,11.399 23.32,11.494 23.473,11.619 C23.626,11.744 23.744,11.894 23.827,12.07 C23.91,12.246 23.952,12.443 23.952,12.66 L23.952,15.661 L23.119,15.661 L23.119,14.932 L23.098,14.932 C23.036,15.05 22.958,15.157 22.863,15.252 C22.767,15.347 22.66,15.429 22.541,15.496 C22.421,15.563 22.291,15.615 22.15,15.651 Z M27.653,32.226 C24.736,32.226 22.753,30.698 22.615,28.299 L24.514,28.299 C24.662,29.67 25.987,30.578 27.802,30.578 C29.543,30.578 30.794,29.67 30.794,28.429 C30.794,27.355 30.034,26.706 28.275,26.262 L26.561,25.836 C24.097,25.225 22.977,24.104 22.977,22.261 C22.977,19.992 24.959,18.417 27.784,18.417 C30.544,18.417 32.47,20.001 32.544,22.279 L30.664,22.279 C30.534,20.908 29.414,20.065 27.746,20.065 C26.088,20.065 24.94,20.917 24.94,22.149 C24.94,23.121 25.662,23.696 27.422,24.14 L28.867,24.501 C31.618,25.168 32.748,26.252 32.748,28.197 C32.747,30.679 30.784,32.226 27.653,32.226 Z M15.068,20.12 C12.447,20.12 10.808,22.13 10.808,25.325 C10.808,28.511 12.447,30.521 15.068,30.521 C17.68,30.521 19.328,28.511 19.328,25.325 C19.329,22.13 17.68,20.12 15.068,20.12 Z' id='Shape' fill='%23ffffff'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
        background-size: 100%;
    }

.icon--android-green {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 16' fill='%2367b279'%3E%3Cpath d='M11.2 5.2H2.8c-.2 0-.3.1-.3.3v6.7c0 .2.2.3.3.3h1.5v2.3c0 .5.4.9 1 .9s1-.4 1-.9v-2.3h1.4v2.3c0 .5.4.9 1 .9s1-.4 1-.9v-2.3h1.5c.2 0 .3-.1.3-.3V5.5c.1-.2-.1-.3-.3-.3zM1 5.2c-.6 0-1 .4-1 .9V10c0 .5.4.9 1 .9s1-.4 1-.9V6.1c0-.5-.4-.9-1-.9zm12 0c-.6 0-1 .4-1 .9V10c0 .5.4.9 1 .9s1-.4 1-.9V6.1c0-.5-.5-.9-1-.9zM2.9 4.7h8.3c.2 0 .4-.2.3-.4-.3-1.2-1.1-2.3-2.2-2.9L10 .3c0-.1 0-.2-.1-.2-.1-.1-.2-.1-.3 0l-.7 1.2C8.3 1 7.7.9 7 .9s-1.3.1-1.9.4L4.4.1C4.3 0 4.2 0 4.1 0c-.1.1-.1.2 0 .3l.7 1.2c-1.1.6-2 1.6-2.2 2.9-.1.1.1.3.3.3zm6.2-2.1c.2 0 .4.2.4.4s-.2.3-.4.3-.4-.2-.4-.4.2-.3.4-.3zm-4.2 0c.2 0 .4.2.4.4s-.2.4-.4.4-.4-.2-.4-.4.2-.4.4-.4z' fill='%2367b279'/%3E%3C/svg%3E");
        background-size: 100%;
    }

.icon--ios-green {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512' fill='%2367b279'%3E%3Cpath d='M395.748 272.046c-.646-64.841 52.88-95.938 55.271-97.483-30.075-44.01-76.925-50.039-93.62-50.736-39.871-4.037-77.798 23.474-98.033 23.474-20.184 0-51.409-22.877-84.476-22.276-43.458.646-83.529 25.269-105.906 64.19-45.152 78.35-11.563 194.42 32.445 257.963 21.504 31.104 47.146 66.038 80.813 64.79 32.421-1.294 44.681-20.979 83.878-20.979 39.196 0 50.215 20.979 84.524 20.335 34.888-.648 56.991-31.699 78.347-62.898 24.694-36.084 34.862-71.019 35.462-72.812-.775-.354-68.031-26.119-68.705-103.568zM331.28 81.761C349.149 60.082 361.21 30.005 357.92 0c-25.739 1.048-56.938 17.145-75.405 38.775-16.57 19.188-31.075 49.813-27.188 79.218 28.734 2.242 58.065-14.602 75.953-36.232z' fill='%2367b279'/%3E%3C/svg%3E");
        background-size: 100%;
    }

.icon--download {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.6238 11.93C8.88898 11.6118 9.3619 11.5688 9.68011 11.834L12.0284 13.7909L14.3767 11.834C14.6949 11.5688 15.1678 11.6118 15.433 11.93C15.6982 12.2482 15.6552 12.7212 15.337 12.9863L12.5085 15.3434C12.2304 15.5751 11.8264 15.5751 11.5483 15.3434L8.71983 12.9863C8.40162 12.7212 8.35863 12.2482 8.6238 11.93Z'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 3.13623C12.4142 3.13623 12.75 3.47202 12.75 3.88623V13.3862C12.75 13.8004 12.4142 14.1362 12 14.1362C11.5858 14.1362 11.25 13.8004 11.25 13.3862V3.88623C11.25 3.47202 11.5858 3.13623 12 3.13623Z'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.25 6C4.25 5.0335 5.0335 4.25 6 4.25H7.33333C7.74755 4.25 8.08333 4.58579 8.08333 5C8.08333 5.41421 7.74755 5.75 7.33333 5.75H6C5.86193 5.75 5.75 5.86193 5.75 6V18C5.75 18.1381 5.86193 18.25 6 18.25H18C18.1381 18.25 18.25 18.1381 18.25 18V6C18.25 5.86193 18.1381 5.75 18 5.75H16.6667C16.2525 5.75 15.9167 5.41421 15.9167 5C15.9167 4.58579 16.2525 4.25 16.6667 4.25H18C18.9665 4.25 19.75 5.0335 19.75 6V18C19.75 18.9665 18.9665 19.75 18 19.75H6C5.0335 19.75 4.25 18.9665 4.25 18V6Z'/%3E %3C/svg%3E");
    }

.icon--google_play {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='24' height='24' fill='rgba(0,0,0,0.8)'%3E%3Cpath d='M7.125 2l21.656 21.5 5.938-5.938L8.469 2.406A2.873 2.873 0 0 0 7.125 2zM5.312 3A2.466 2.466 0 0 0 5 4.219V46c0 .336.07.637.188.906l22.156-22zm31.22 15.594l-6.344 6.312 6.343 6.282 7.75-4.438c1.102-.637 1.258-1.445 1.25-1.875-.011-.71-.46-1.375-1.218-1.781-.66-.356-5.563-3.211-7.782-4.5zm-7.75 7.718L6.936 47.97a2.46 2.46 0 0 0 1.125-.313l18.157-10.5 8.531-4.906z' fill='rgba(0,0,0,0.8)'/%3E%3C/svg%3E");
    }

.icon--itunes {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='24' height='24' fill='rgba(0,0,0,0.8)'%3E%3Cpath d='M25 2C12.316 2 2 12.316 2 25s10.316 23 23 23 23-10.316 23-23S37.684 2 25 2zm-3.594 13.824a1.13 1.13 0 0 1 1.547-.402l1.004.586c.54.316.723 1.008.406 1.55l-.996 1.704-2.957-1.73zm-11.078 7.5h6.145l-1.957 3.309h-4.188zm1.48 12.75a.23.23 0 0 1-.273.031.221.221 0 0 1-.101-.25l1.43-5.41 2.956 1.73zm1.426-6.27l6.934-11.859 2.957 1.73-6.934 11.86zm6.356-3.171l1.836-3.305h7.086l1.836 3.305zm3.594-13.613a1.13 1.13 0 0 1 .41-1.547l.918-.536a1.135 1.135 0 0 1 1.547.41l7.84 13.497-2.876 1.672zm8.16 14.05l2.875-1.672 1.664 2.864-2.875 1.668zm6.05 8.914c-.066.094-.234.016-.285-.062-.132-.211-.015-.5-.437-1.145-.777-1.183-1.805-.949-2.797-2.617-.176-.293-.77-1.637 0-2.094.41-.246 1.105-.66 1.574-.921.79-.45 1.52.492 1.922 1.082.867 1.265 1.219 4.109.024 5.757zm2.235-9.351h-4.121l-1.801-3.305h5.922z' fill='rgba(0,0,0,0.8)'/%3E%3C/svg%3E");
    }

.icon--trust_pilot {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-31 32.594 256 256.406' enable-background='new -31 32.594 256 256.406' fill='rgba(0,0,0,0.8)'%3E%3Cpath d='M225 32.594H-31v112.412S54.177 185.573 97.424 258.01c0 0 20.542-160.009 127.576-225.416zM113.728 289H225V142.213C163.114 158.981 113.728 289 113.728 289zM-31 237.802V289H83.853S39.786 241.177-31 237.802z' fill='rgba(0,0,0,0.8)'/%3E%3C/svg%3E");
    }

.icon--store_chrome {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.3 28.3' fill='rgba(0,0,0,0.8)'%3E%3Cpath d='M27.3 8.8h-9C19.9 10 21 12 21 14.1c0 1.7-.8 3.2-1.8 4.5-1.6 2.2-5.5 9.6-5.5 9.6h.4c7.8 0 14.2-6.3 14.2-14.1 0-1.9-.3-3.7-1-5.3z' fill='rgba(0,0,0,0.8)'/%3E%3Cpath d='M14.1 7.4c3.1 0 12.4-.1 12.4-.1-2.4-4.4-7-7.3-12.3-7.3-4.4 0-8.4 2-11 5.2l4.3 7.7c.6-3.1 3.3-5.5 6.6-5.5z' fill='rgba(0,0,0,0.8)'/%3E%3Cpath d='M14.2 20.9c-3 0-5.2-2-6.4-4.5-1.2-2.6-5.6-9.8-5.6-9.8C.8 8.8 0 11.4 0 14.1c0 7.1 5.2 13 12.1 14l4.4-7.6c-.8.3-1.5.4-2.3.4z' fill='rgba(0,0,0,0.8)'/%3E%3Cellipse cx='14.2' cy='14.2' rx='4.6' ry='4.6' fill='rgba(0,0,0,0.8)'/%3E%3C/svg%3E");
    }

.icon--store_opera {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.4 28.3' fill='rgba(0,0,0,0.8)'%3E%3Cpath d='M22.3 2.2C20.1.8 17.3 0 14.2 0c-2.9 0-5.4.7-7.6 1.9C2.5 4.2 0 8.5 0 14c0 7.5 5.7 14.3 14.2 14.3S28.4 21.5 28.4 14c0-5.2-2.3-9.4-6.1-11.8zm-8.1.4c4.6 0 5.7 5.9 5.7 11.3 0 5-.7 11.7-5.6 11.7-4.9 0-5.7-6.8-5.7-11.7-.1-5.4 1-11.3 5.6-11.3z' fill='rgba(0,0,0,0.8)'/%3E%3C/svg%3E");
    }

.icon--store_mozilla {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 28.3' fill='rgba(0,0,0,0.8)'%3E%3Cpath d='M30 9.5l-.7 1.6s-.3-2.9-.8-4.5S27 4 27 4l.5 2.1s-1.7-2-3.2-2.8c-.3-.1-.6-.2-.8-.3-2.1-1.9-4.8-3-7.8-3-4.3 0-8 2.3-10.1 5.7-.1-.1-.7-.4-1-1.2-.3-.8-.5-1.6-.5-1.6C2.1 4.8 2.6 8 2.6 8s-.8.7-1.6 2-1 3.6-1 3.6l1.3-1.4S1 12.8.7 14c-.2 1.2-.2 3.1-.2 3.1l.7-1.5s0 4.8 4.6 9.1 12.8 5.5 19 .1S30 9.5 30 9.5zM15.6 1.6c2.4 0 4.7.9 6.4 2.3l-2.3.4s2.3.7 4 2.1c.4.3.8.8 1.1 1.2.4.8.7 1.7.8 2.6l-1.1-.9s.4.5.5 1.7c.1 1.3-.3 3.6-.3 3.6l-1-1.2s.2 2-.2 3.7c-.4 1.7-1.3 2.5-1.3 2.5l.2-2.1s-1.2 2.6-4.5 3.6-6.5-1.9-6.5-1.9c2.1.6 3.5-.6 4.6-1.1 1.1-.6 1.7-.6 2.1-.6.5 0 0-1.1-.9-1.6s-1.9-.2-3.9.3c-2.1.6-3.3-1.2-3.2-2.4.1-1.2 2-.5 2-.5l-.1-2.4s3.2-2 2.9-2.5c-.2-.5-1.3-.3-2.3-.6-.9-.3-1.5-1.2-1.5-1.2s-.1-.6.3-1.1c.3-.6 1.4-1.4 1.4-1.4s-.7-.1-1.9.3-2.1 1.2-2.1 1.2-.2-.1-1.2-.2c1.9-2.3 4.8-3.8 8-3.8z' fill='rgba(0,0,0,0.8)'/%3E%3C/svg%3E");
    }

.icon--ru {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512.001 512.001'%3E%3Cpath d='M512 200.093H0V97.104a8.829 8.829 0 0 1 8.828-8.828h494.345a8.829 8.829 0 0 1 8.828 8.828L512 200.093z' fill='%23F5F5F5'/%3E%3Cpath d='M503.172 423.725H8.828A8.829 8.829 0 0 1 0 414.897V311.909h512v102.988a8.828 8.828 0 0 1-8.828 8.828z' fill='%23FF4B55'/%3E%3Cpath fill='%2341479B' d='M0 200.091h512v111.81H0z'/%3E%3C/svg%3E");
    }

.icon--en {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512.001 512.001'%3E%3Cpath d='M503.172 423.725H8.828A8.829 8.829 0 0 1 0 414.897V97.104a8.829 8.829 0 0 1 8.828-8.828h494.345a8.829 8.829 0 0 1 8.828 8.828v317.793a8.83 8.83 0 0 1-8.829 8.828z' fill='%23F5F5F5'/%3E%3Cpath d='M512 114.081H0V97.104a8.829 8.829 0 0 1 8.828-8.828h494.345a8.829 8.829 0 0 1 8.828 8.828L512 114.081zM0 191.491h512v25.804H0zm0-51.61h512v25.804H0zm512 129.022H8.828A8.829 8.829 0 0 1 0 260.075v-16.977h512v25.805zM0 346.321h512v25.804H0zm503.172 77.404H8.828A8.829 8.829 0 0 1 0 414.897v-16.976h512v16.977a8.828 8.828 0 0 1-8.828 8.827zM0 294.711h512v25.804H0z' fill='%23FF4B55'/%3E%3Cpath d='M229.517 88.277H8.828A8.828 8.828 0 0 0 0 97.104v162.97a8.829 8.829 0 0 0 8.828 8.828h220.69a8.829 8.829 0 0 0 8.828-8.828V97.104a8.83 8.83 0 0 0-8.829-8.827z' fill='%2341479B'/%3E%3Cpath d='M24.789 108.538l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928L24 122.843l-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.252-.76 1.324-.76 1.578-.001zm0 30.654l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928L24 153.497l-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.252-.759 1.324-.759 1.578-.001zm0 30.654l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928L24 184.151l-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.252-.759 1.324-.759 1.578-.001zm0 30.655l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928L24 214.806l-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.252-.76 1.324-.76 1.578-.001zm0 30.654l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928L24 245.46l-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.252-.761 1.324-.761 1.578-.001zm23.793-107.588l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.025-3.592-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.251-.758 1.325-.758 1.578 0zm0 30.655l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.025-3.592-5.025 3.592c-.651.465-1.518-.165-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.251-.759 1.325-.759 1.578 0zm0 30.654l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.025-3.592-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.251-.759 1.325-.759 1.578 0zm0 30.654l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.025-3.592-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.251-.758 1.325-.758 1.578 0zm23.793-106.992l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.025-3.592-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.252-.759 1.325-.759 1.578 0zm0 30.654l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.025-3.592-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.252-.758 1.325-.758 1.578 0zm0 30.654l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.025-3.592-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.252-.758 1.325-.758 1.578 0zm0 30.655l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.025-3.592-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.252-.759 1.325-.759 1.578 0zm0 30.654l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.025-3.592-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.252-.76 1.325-.76 1.578 0zm23.794-107.588l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.025-3.592-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.251-.758 1.325-.758 1.578 0zm0 30.655l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.025-3.592-5.025 3.592c-.651.465-1.518-.165-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.251-.759 1.325-.759 1.578 0zm0 30.654l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.025-3.592-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.251-.759 1.325-.759 1.578 0zm0 30.654l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.025-3.592-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.251-.758 1.325-.758 1.578 0zm23.793-106.992l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.026-3.592-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.253-.759 1.326-.759 1.579 0zm0 30.654l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.026-3.592-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.253-.758 1.326-.758 1.579 0zm0 30.654l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.026-3.592-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.253-.758 1.326-.758 1.579 0zm0 30.655l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.026-3.592-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.253-.759 1.326-.759 1.579 0zm0 30.654l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.026-3.592-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.253-.76 1.326-.76 1.579 0zm23.793-107.588l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.025-3.592-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.253-.758 1.325-.758 1.578 0zm0 30.655l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.025-3.592-5.025 3.592c-.651.465-1.518-.165-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.253-.759 1.325-.759 1.578 0zm0 30.654l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.025-3.592-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.253-.759 1.325-.759 1.578 0zm0 30.654l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.025-3.592-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.253-.758 1.325-.758 1.578 0zm23.794-106.992l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.025-3.592-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.251-.759 1.325-.759 1.578 0zm0 30.654l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.025-3.592-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.251-.758 1.325-.758 1.578 0zm0 30.654l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.025-3.592-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.251-.758 1.325-.758 1.578 0zm0 30.655l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.025-3.592-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.251-.759 1.325-.759 1.578 0zm0 30.654l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.025-3.592-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.251-.76 1.325-.76 1.578 0zm23.793-107.588l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.025-3.592-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.252-.758 1.326-.758 1.578 0zm0 30.655l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.025-3.592-5.025 3.592c-.651.465-1.518-.165-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.252-.759 1.326-.759 1.578 0zm0 30.654l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.025-3.592-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.252-.759 1.326-.759 1.578 0zm0 30.654l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.025-3.592-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.252-.758 1.326-.758 1.578 0zm23.794-106.992l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.025-3.592-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.252-.759 1.324-.759 1.578 0zm0 30.654l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.025-3.592-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.252-.758 1.324-.758 1.578 0zm0 30.654l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.025-3.592-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.252-.758 1.324-.758 1.578 0zm0 30.655l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.025-3.592-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.252-.759 1.324-.759 1.578 0zm0 30.654l1.954 5.86 6.177.047c.8.007 1.131 1.027.488 1.502l-4.969 3.67 1.864 5.889c.242.762-.627 1.394-1.278.928l-5.025-3.592-5.025 3.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047 1.954-5.86c.252-.76 1.324-.76 1.578 0z' fill='%23F5F5F5'/%3E%3C/svg%3E");
    }

.icon--pt_br {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512.001 512.001'%3E%3Cpath d='M503.172 423.725H8.828c-4.875 0-8.828-3.953-8.828-8.828V97.104c0-4.875 3.953-8.828 8.828-8.828h494.345c4.875 0 8.828 3.953 8.828 8.828v317.793c0 4.876-3.953 8.828-8.828 8.828z' fill='%2373AF00'/%3E%3Cpath d='M251.41 135.21L65.354 248.46c-5.65 3.44-5.65 11.64 0 15.08L251.41 376.794c2.82 1.716 6.36 1.716 9.18 0l186.057-113.25c5.65-3.44 5.65-11.642 0-15.082L260.59 135.21c-2.82-1.717-6.36-1.717-9.18 0z' fill='%23FFE15A'/%3E%3Ccircle cx='256' cy='256.001' r='70.62' fill='%2341479B'/%3E%3Cg fill='%23F5F5F5'%3E%3Cpath d='M195.4 219.874c-3.33 5.578-5.904 11.64-7.604 18.077 39.15-2.945 97.062 8.007 133.922 43.774 2.406-6.14 3.994-12.683 4.59-19.522-38.06-32.033-90.68-43.424-130.907-42.328zM258.925 280.1l1.88 5.638 5.943.046c.77.006 1.088.988.47 1.445l-4.78 3.53 1.792 5.666c.232.734-.604 1.34-1.23.893l-4.834-3.457-4.835 3.456c-.625.447-1.46-.16-1.228-.894l1.793-5.666-4.78-3.53c-.62-.458-.3-1.44.468-1.446l5.943-.046 1.88-5.638c.243-.73 1.275-.73 1.52 0zM282.024 294.685l.81 2.426 2.557.02c.332.003.47.426.203.623l-2.058 1.52.77 2.438c.1.317-.258.578-.528.385l-2.08-1.487-2.082 1.487c-.27.193-.63-.068-.53-.384l.772-2.438-2.058-1.52c-.267-.195-.13-.618.2-.62l2.56-.02.808-2.427c.106-.315.55-.315.656 0zM248.938 269.39l.81 2.426 2.557.02c.33.002.47.425.202.622l-2.058 1.52.77 2.438c.1.316-.26.577-.53.384l-2.08-1.487-2.08 1.487c-.27.193-.63-.068-.53-.384l.77-2.44-2.057-1.518c-.266-.196-.13-.62.202-.622l2.558-.02.81-2.426c.105-.314.55-.314.655 0zM204.13 266.448l.81 2.426 2.557.02c.33.002.47.425.202.622l-2.06 1.52.772 2.438c.1.316-.26.577-.53.384l-2.08-1.487-2.08 1.488c-.27.193-.63-.068-.53-.384l.77-2.44-2.057-1.518c-.266-.196-.13-.62.202-.622l2.558-.02.81-2.426c.106-.314.55-.314.655 0zM241.614 293.847l.81 2.426 2.557.02c.332.002.47.425.203.622l-2.058 1.52.77 2.438c.1.316-.258.577-.528.384l-2.08-1.487-2.082 1.487c-.27.193-.63-.068-.53-.384l.772-2.44-2.058-1.518c-.267-.196-.13-.62.2-.622l2.56-.02.808-2.426c.107-.313.552-.313.656 0zM220.99 264.755l.662 1.984 2.092.016c.27.002.383.348.166.51l-1.683 1.24.63 1.995c.083.26-.21.473-.432.315l-1.702-1.216-1.702 1.215c-.22.158-.513-.056-.432-.314l.63-1.993-1.682-1.242c-.217-.16-.106-.507.166-.51l2.092-.016.662-1.985c.085-.257.448-.257.534 0zM283.82 223.794l.827 2.482 2.616.02c.34.002.48.435.206.636l-2.105 1.554.79 2.495c.102.324-.267.59-.542.394l-2.13-1.522-2.128 1.522c-.276.198-.643-.07-.54-.393l.788-2.494-2.104-1.554c-.274-.2-.133-.633.205-.636l2.616-.02.83-2.482c.107-.322.562-.322.67 0zM207.012 252.617l.662 1.984 2.092.018c.27.002.383.348.166.51l-1.683 1.24.63 1.995c.082.258-.212.472-.433.314l-1.702-1.216-1.702 1.217c-.22.158-.514-.056-.433-.314l.63-1.994-1.682-1.243c-.217-.16-.106-.506.166-.51l2.092-.016.662-1.983c.085-.257.448-.257.534 0zM217.112 280.58l1.002 3.007 3.168.024c.41.004.58.527.25.77l-2.55 1.883.957 3.02c.123.39-.322.715-.656.476l-2.578-1.843-2.578 1.842c-.333.237-.78-.086-.655-.477l.956-3.02-2.55-1.882c-.33-.243-.16-.766.25-.77l3.168-.023 1.002-3.006c.133-.387.683-.387.812 0zM294.903 295.315l.63 1.89 1.993.016c.258.003.365.332.158.485l-1.603 1.184.602 1.9c.078.245-.202.448-.413.298l-1.622-1.16-1.622 1.16c-.21.15-.49-.053-.413-.3l.6-1.9-1.602-1.183c-.206-.153-.1-.482.16-.484l1.992-.014.63-1.89c.083-.246.43-.246.51 0zM301.877 280.885l.81 2.426 2.557.02c.33.003.47.426.202.623l-2.058 1.52.77 2.438c.1.317-.258.578-.528.385l-2.08-1.487-2.082 1.487c-.27.193-.63-.068-.53-.384l.772-2.438-2.058-1.52c-.266-.195-.13-.618.202-.62l2.558-.02.81-2.427c.105-.315.55-.315.655 0z'/%3E%3C/g%3E%3C/svg%3E");
    }

.icon--no {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512.001 512.001'%3E%3Cpath d='M503.172 423.725H8.828A8.829 8.829 0 0 1 0 414.897V97.104a8.829 8.829 0 0 1 8.828-8.828h494.345a8.829 8.829 0 0 1 8.828 8.828v317.793a8.83 8.83 0 0 1-8.829 8.828z' fill='%23FF4B55'/%3E%3Cpath fill='%23F5F5F5' d='M512 211.863H229.517V88.277h-88.276v123.586H0v88.276h141.241v123.586h88.276V300.139H512'/%3E%3Cpath fill='%2341479B' d='M512 229.518H211.862V88.277h-52.965v141.241H0v52.966h158.897v141.241h52.965V282.484H512'/%3E%3C/svg%3E");
    }

.icon--sv {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' viewBox='0 0 512.001 512.001' xml:space='preserve' enable-background='new 0 0 512.001 512.001'%3E%3Cpath d='M503.172,423.725H8.828c-4.875,0-8.828-3.953-8.828-8.828V97.104c0-4.875,3.953-8.828,8.828-8.828 h494.345c4.875,0,8.828,3.953,8.828,8.828v317.793C512,419.773,508.047,423.725,503.172,423.725z' fill='%234173CD'/%3E%3Cpolygon points='512,229.518 211.862,229.518 211.862,88.277 158.897,88.277 158.897,229.518 0,229.518 0,282.484 158.897,282.484 158.897,423.725 211.862,423.725 211.862,282.484 512,282.484' fill='%23FFE15A'/%3E%3C/svg%3E");
    }

.icon--bs {
        background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='iso-8859-1'?%3E %3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.001 512.001' style='enable-background:new 0 0 512.001 512.001;' xml:space='preserve'%3E %3Cpath style='fill:%2341479B;' d='M503.172,423.724H8.828c-4.875,0-8.828-3.953-8.828-8.828V97.104c0-4.875,3.953-8.828,8.828-8.828 h494.345c4.875,0,8.828,3.953,8.828,8.828v317.792C512,419.772,508.047,423.724,503.172,423.724z'/%3E %3Cpolygon style='fill:%23FFE15A;' points='441.378,88.276 441.378,423.724 105.931,88.276 '/%3E %3Cg%3E %3Cpath style='fill:%23F5F5F5;' d='M207.353,213.176l5.088,15.254l16.079,0.125c1.246,0.01,1.762,1.599,0.76,2.339l-12.936,9.553 l4.851,15.331c0.376,1.187-0.977,2.17-1.991,1.446l-13.082-9.351l-13.082,9.351c-1.013,0.724-2.366-0.258-1.991-1.446l4.851-15.331 l-12.936-9.553c-1.002-0.74-0.486-2.329,0.76-2.339l16.079-0.125l5.088-15.254C205.287,211.995,206.958,211.995,207.353,213.176z'/%3E %3Cpath style='fill:%23F5F5F5;' d='M170.571,176.395l5.088,15.254l16.079,0.125c1.246,0.01,1.762,1.6,0.76,2.339l-12.936,9.553 l4.851,15.331c0.376,1.187-0.977,2.17-1.991,1.446l-13.082-9.351l-13.082,9.351c-1.013,0.725-2.366-0.258-1.991-1.446l4.851-15.331 l-12.936-9.553c-1.002-0.74-0.486-2.329,0.76-2.339l16.079-0.125l5.088-15.254C168.505,175.213,170.177,175.213,170.571,176.395z'/%3E %3Cpath style='fill:%23F5F5F5;' d='M133.79,139.613l5.088,15.254l16.079,0.125c1.246,0.01,1.762,1.599,0.76,2.339l-12.936,9.553 l4.851,15.331c0.376,1.187-0.977,2.17-1.991,1.446l-13.082-9.351l-13.082,9.351c-1.013,0.725-2.366-0.258-1.991-1.446l4.851-15.331 l-12.936-9.553c-1.002-0.74-0.486-2.329,0.76-2.339l16.079-0.125l5.088-15.254C131.724,138.431,133.396,138.431,133.79,139.613z'/%3E %3Cpath style='fill:%23F5F5F5;' d='M97.008,102.832l5.088,15.254l16.079,0.125c1.246,0.01,1.762,1.599,0.76,2.339L106,130.102 l4.851,15.331c0.376,1.187-0.977,2.17-1.991,1.446l-13.082-9.351l-13.082,9.351c-1.013,0.724-2.366-0.258-1.991-1.446l4.851-15.331 L72.62,120.55c-1.002-0.74-0.486-2.329,0.76-2.339l16.079-0.125l5.088-15.254C94.942,101.65,96.613,101.65,97.008,102.832z'/%3E %3Cpath style='fill:%23F5F5F5;' d='M354.479,360.303l5.088,15.254l16.079,0.125c1.246,0.01,1.762,1.599,0.76,2.339l-12.936,9.553 l4.851,15.331c0.376,1.187-0.977,2.171-1.99,1.446L353.249,395l-13.082,9.351c-1.013,0.725-2.366-0.258-1.991-1.446l4.851-15.331 l-12.936-9.553c-1.002-0.74-0.486-2.329,0.76-2.339l16.079-0.125l5.088-15.254C352.413,359.121,354.085,359.121,354.479,360.303z'/%3E %3Cpath style='fill:%23F5F5F5;' d='M317.698,323.521l5.088,15.254l16.079,0.125c1.246,0.01,1.762,1.599,0.76,2.339l-12.936,9.553 l4.851,15.331c0.376,1.187-0.977,2.171-1.99,1.446l-13.082-9.351l-13.082,9.351c-1.013,0.724-2.366-0.258-1.991-1.446l4.851-15.331 l-12.936-9.553c-1.002-0.74-0.486-2.329,0.76-2.339l16.079-0.125l5.088-15.254C315.632,322.339,317.304,322.339,317.698,323.521z'/%3E %3Cpath style='fill:%23F5F5F5;' d='M280.915,286.74l5.088,15.254l16.079,0.125c1.246,0.01,1.762,1.599,0.76,2.339l-12.936,9.553 l4.851,15.331c0.376,1.187-0.977,2.171-1.991,1.445l-13.082-9.351l-13.082,9.351c-1.013,0.724-2.366-0.258-1.991-1.445 l4.851-15.331l-12.936-9.553c-1.002-0.74-0.486-2.329,0.76-2.339l16.079-0.125l5.088-15.254 C278.85,285.559,280.521,285.559,280.915,286.74z'/%3E %3Cpath style='fill:%23F5F5F5;' d='M244.134,249.958l5.088,15.254l16.079,0.125c1.246,0.01,1.762,1.599,0.76,2.339l-12.936,9.553 l4.851,15.331c0.376,1.187-0.977,2.171-1.991,1.446l-13.082-9.351l-13.082,9.351c-1.013,0.724-2.366-0.258-1.991-1.446 l4.851-15.331l-12.936-9.553c-1.002-0.74-0.486-2.329,0.76-2.339l16.079-0.125l5.088-15.254 C242.068,248.776,243.74,248.776,244.134,249.958z'/%3E %3Cpath style='fill:%23F5F5F5;' d='M41.944,88.276l6.83,5.044l-4.851,15.331c-0.375,1.187,0.977,2.17,1.991,1.447l13.081-9.351 l13.082,9.351c1.013,0.724,2.366-0.258,1.99-1.447l-4.85-15.331l6.833-5.044H41.944z'/%3E %3Cpath style='fill:%23F5F5F5;' d='M412.427,412.464l-16.079-0.125l-5.087-15.254c-0.394-1.182-2.066-1.182-2.46,0l-5.087,15.254 l-16.079,0.125c-1.246,0.01-1.762,1.6-0.76,2.339l12.083,8.921h22.151l12.082-8.921 C414.189,414.063,413.673,412.473,412.427,412.464z'/%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3C/svg%3E");
    }

.icon--gray-chrome {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.3 28.3' fill='%234d4d4d'%3E%3Cpath d='M27.3 8.8h-9C19.9 10 21 12 21 14.1c0 1.7-.8 3.2-1.8 4.5-1.6 2.2-5.5 9.6-5.5 9.6h.4c7.8 0 14.2-6.3 14.2-14.1 0-1.9-.3-3.7-1-5.3z' fill='%234d4d4d'/%3E%3Cpath d='M14.1 7.4c3.1 0 12.4-.1 12.4-.1-2.4-4.4-7-7.3-12.3-7.3-4.4 0-8.4 2-11 5.2l4.3 7.7c.6-3.1 3.3-5.5 6.6-5.5z' fill='%234d4d4d'/%3E%3Cpath d='M14.2 20.9c-3 0-5.2-2-6.4-4.5-1.2-2.6-5.6-9.8-5.6-9.8C.8 8.8 0 11.4 0 14.1c0 7.1 5.2 13 12.1 14l4.4-7.6c-.8.3-1.5.4-2.3.4z' fill='%234d4d4d'/%3E%3Cellipse cx='14.2' cy='14.2' rx='4.6' ry='4.6' fill='%234d4d4d'/%3E%3C/svg%3E");
        }

.icon--gray-firefox {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 28.3' fill='%234d4d4d'%3E%3Cpath d='M30 9.5l-.7 1.6s-.3-2.9-.8-4.5S27 4 27 4l.5 2.1s-1.7-2-3.2-2.8c-.3-.1-.6-.2-.8-.3-2.1-1.9-4.8-3-7.8-3-4.3 0-8 2.3-10.1 5.7-.1-.1-.7-.4-1-1.2-.3-.8-.5-1.6-.5-1.6C2.1 4.8 2.6 8 2.6 8s-.8.7-1.6 2-1 3.6-1 3.6l1.3-1.4S1 12.8.7 14c-.2 1.2-.2 3.1-.2 3.1l.7-1.5s0 4.8 4.6 9.1 12.8 5.5 19 .1S30 9.5 30 9.5zM15.6 1.6c2.4 0 4.7.9 6.4 2.3l-2.3.4s2.3.7 4 2.1c.4.3.8.8 1.1 1.2.4.8.7 1.7.8 2.6l-1.1-.9s.4.5.5 1.7c.1 1.3-.3 3.6-.3 3.6l-1-1.2s.2 2-.2 3.7c-.4 1.7-1.3 2.5-1.3 2.5l.2-2.1s-1.2 2.6-4.5 3.6-6.5-1.9-6.5-1.9c2.1.6 3.5-.6 4.6-1.1 1.1-.6 1.7-.6 2.1-.6.5 0 0-1.1-.9-1.6s-1.9-.2-3.9.3c-2.1.6-3.3-1.2-3.2-2.4.1-1.2 2-.5 2-.5l-.1-2.4s3.2-2 2.9-2.5c-.2-.5-1.3-.3-2.3-.6-.9-.3-1.5-1.2-1.5-1.2s-.1-.6.3-1.1c.3-.6 1.4-1.4 1.4-1.4s-.7-.1-1.9.3-2.1 1.2-2.1 1.2-.2-.1-1.2-.2c1.9-2.3 4.8-3.8 8-3.8z' fill='%234d4d4d'/%3E%3C/svg%3E");
        }

.icon--gray-safari {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.4 30' fill='%234d4d4d'%3E%3Cpath d='M14.2 1.9c-.7 0-1.4.1-2.1.2V2c.4-.3.6-.7.5-1.1-.2-.6-.7-.9-1.4-.9h-.5c-.9.2-1.5.9-1.3 1.5.1.4.4.7.9.8v.1C4.3 4.1 0 9.5 0 15.9 0 23.7 6.4 30 14.2 30c7.8 0 14.2-6.3 14.2-14.1 0-7.7-6.4-14-14.2-14zm-4.4-.5c-.1-.4.4-.8 1-.9h.4c.5 0 .8.2.9.5 0 .2-.1.5-.3.6-.2-.1-.5-.2-.7-.2-.3.1-.5.2-.6.4-.4 0-.6-.2-.7-.4zm12 22.1c-1.3 1.3-2.9 2.2-4.6 2.7l-1.3-2-.3 2.3c-.5.1-1 .1-1.4.1-2.9 0-5.6-1.1-7.6-3.1-1.3-1.3-2.2-2.8-2.7-4.6l2-1.2-2.4-.3c-.1-.5-.1-.9-.1-1.4 0-2.8 1.1-5.5 3.2-7.5 1.3-1.3 2.9-2.2 4.6-2.7l1.3 2 .3-2.3c.5-.1 1-.1 1.4-.1 2.9 0 5.6 1.1 7.6 3.1 1.3 1.3 2.2 2.8 2.7 4.6l-2 1.2 2.4.3c.1.5.1.9.1 1.4-.1 2.8-1.2 5.5-3.2 7.5zm-.3-14.9L15.7 13c-.4-.2-.9-.4-1.4-.4l-1.5-3.1-.1 3.5c-.4.2-.7.5-1 .8l-1.9-.7 1.4 1.4c-.2.4-.3.8-.3 1.3l-3.2 1.5 3.5.1v.1l-4.4 5.8 5.8-4.4c.4.2.9.4 1.4.4l1.5 3.1.1-3.5c.4-.2.7-.5 1-.8l1.9.7-1.4-1.4c.2-.4.3-.8.3-1.3l3.2-1.5-3.5-.1v-.1l4.4-5.8zM14.2 13v.1-.1zm-.6.2c.2 0 .4-.1.6-.1h.4c.3 0 .5.1.7.2l-2.1 1.6-1.6 2.1c-.1-.2-.1-.3-.2-.5-.3-1.5.7-3 2.2-3.3zm2.1 5.1c-.3.2-.6.3-.9.4-.2 0-.4.1-.6.1h-.4c-.3 0-.5-.1-.7-.2l2.1-1.6 1.6-2.1c.1.2.1.3.2.5.2 1.2-.3 2.3-1.3 2.9z' fill='%234d4d4d'/%3E%3C/svg%3E");
        }

.icon--gray-opera {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.4 28.3' fill='%234d4d4d'%3E%3Cpath d='M22.3 2.2C20.1.8 17.3 0 14.2 0c-2.9 0-5.4.7-7.6 1.9C2.5 4.2 0 8.5 0 14c0 7.5 5.7 14.3 14.2 14.3S28.4 21.5 28.4 14c0-5.2-2.3-9.4-6.1-11.8zm-8.1.4c4.6 0 5.7 5.9 5.7 11.3 0 5-.7 11.7-5.6 11.7-4.9 0-5.7-6.8-5.7-11.7-.1-5.4 1-11.3 5.6-11.3z' fill='%234d4d4d'/%3E%3C/svg%3E");
        }

.icon--gray-yandex {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' fill='%234d4d4d'%3E%3Cpath d='M128 6.2C60.7 6.2 6.2 60.7 6.2 128S60.7 249.8 128 249.8 249.8 195.3 249.8 128 195.3 6.2 128 6.2zm82.4 69l-68.5 67v83.3c0 1.5-6.5 2.7-13.9 2.8-7.1-.1-13.9-1.3-13.9-2.8v-83.3l-68.5-67c-1.1-1.1 2.4-6.3 7.8-11.7 5.4-5.4 10.7-8.9 11.7-7.8l62.8 61.3 62.8-61.3c1.1-1.1 6.3 2.4 11.7 7.8 5.4 5.4 9 10.6 8 11.7z' fill='%234d4d4d'/%3E%3C/svg%3E");
        }

.icon--gray-edge {
            background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%234d4d4d'%3E %3C!-- Generator: Sketch 63.1 (92452) - https://sketch.com --%3E %3Ctitle fill='%234d4d4d'%3Eedge_32x32%3C/title%3E %3Cdesc fill='%234d4d4d'%3ECreated with Sketch.%3C/desc%3E %3Cg id='Browser-Assistant' stroke='none' stroke-width='1' fill='%234d4d4d' fill-rule='evenodd'%3E %3Cg id='browsers' transform='translate(-112.000000, 0.000000)' fill='%234d4d4d' fill-rule='nonzero'%3E %3Cg id='edge_32x32' transform='translate(112.000000, 0.000000)' fill='%234d4d4d'%3E %3Cpath d='M28.8933852,23.7248249 C28.4683932,23.9470915 28.0301042,24.1429493 27.5810117,24.311284 C26.1515277,24.8461568 24.6372441,25.1186435 23.1109728,25.115642 C17.2189883,25.115642 12.086537,21.0627237 12.086537,15.8617899 C12.1018964,14.4413409 12.8845751,13.1403697 14.1322957,12.461323 C8.80311284,12.6854475 7.43346304,18.2387549 7.43346304,21.4922957 C7.43346304,30.6913619 15.9115953,31.6239689 17.7382101,31.6239689 C18.7231128,31.6239689 20.2085603,31.3375875 21.1000778,31.0561868 L21.2631907,31.0014008 C24.6938448,29.815397 27.6185002,27.4967513 29.5557977,24.4270817 C29.6778633,24.234762 29.6538982,23.9841384 29.4975979,23.8184366 C29.3412976,23.6527347 29.0924992,23.614188 28.8933852,23.7248249 Z' id='Path' fill='%234d4d4d'/%3E %3Cpath d='M28.8933852,23.7248249 C28.4683932,23.9470915 28.0301042,24.1429493 27.5810117,24.311284 C26.1515277,24.8461568 24.6372441,25.1186435 23.1109728,25.115642 C17.2189883,25.115642 12.086537,21.0627237 12.086537,15.8617899 C12.1018964,14.4413409 12.8845751,13.1403697 14.1322957,12.461323 C8.80311284,12.6854475 7.43346304,18.2387549 7.43346304,21.4922957 C7.43346304,30.6913619 15.9115953,31.6239689 17.7382101,31.6239689 C18.7231128,31.6239689 20.2085603,31.3375875 21.1000778,31.0561868 L21.2631907,31.0014008 C24.6938448,29.815397 27.6185002,27.4967513 29.5557977,24.4270817 C29.6778633,24.234762 29.6538982,23.9841384 29.4975979,23.8184366 C29.3412976,23.6527347 29.0924992,23.614188 28.8933852,23.7248249 Z' id='Path' opacity='0.35' fill='%234d4d4d'/%3E %3Cpath d='M13.2868482,30.0600778 C12.1762655,29.3707733 11.213798,28.4675606 10.4554086,27.4029572 C8.70568601,25.0057203 8.10491608,21.9577284 8.8141028,19.0758318 C9.52328953,16.1939351 11.4699167,13.7728152 14.1322957,12.461323 C14.5207782,12.2782879 15.1844358,11.9470817 16.0672374,11.9632685 C17.3280631,11.9724485 18.5118487,12.5714836 19.2659922,13.5819455 C19.768807,14.253302 20.0460353,15.0666793 20.0578988,15.9053696 C20.0578988,15.8792218 23.1035019,5.9940856 10.0968093,5.9940856 C4.63066148,5.9940856 0.135719844,11.181323 0.135719844,15.7322957 C0.114158979,18.1397 0.629258622,20.5216636 1.64357977,22.7050584 C5.07488233,30.0262283 13.4445775,33.6180575 21.1150195,31.0611673 C18.4891486,31.8890888 15.6323782,31.5250531 13.2980545,30.0650584 L13.2868482,30.0600778 Z' id='Path' fill='%234d4d4d'/%3E %3Cpath d='M13.2868482,30.0600778 C12.1762655,29.3707733 11.213798,28.4675606 10.4554086,27.4029572 C8.70568601,25.0057203 8.10491608,21.9577284 8.8141028,19.0758318 C9.52328953,16.1939351 11.4699167,13.7728152 14.1322957,12.461323 C14.5207782,12.2782879 15.1844358,11.9470817 16.0672374,11.9632685 C17.3280631,11.9724485 18.5118487,12.5714836 19.2659922,13.5819455 C19.768807,14.253302 20.0460353,15.0666793 20.0578988,15.9053696 C20.0578988,15.8792218 23.1035019,5.9940856 10.0968093,5.9940856 C4.63066148,5.9940856 0.135719844,11.181323 0.135719844,15.7322957 C0.114158979,18.1397 0.629258622,20.5216636 1.64357977,22.7050584 C5.07488233,30.0262283 13.4445775,33.6180575 21.1150195,31.0611673 C18.4891486,31.8890888 15.6323782,31.5250531 13.2980545,30.0650584 L13.2868482,30.0600778 Z' id='Path' opacity='0.41' fill='%234d4d4d'/%3E %3Cpath d='M19.0891829,18.5350973 C18.9883268,18.6658366 18.6782879,18.8463813 18.6782879,19.2398444 C18.6782879,19.5648249 18.8899611,19.8773541 19.2659922,20.1400778 C21.0564981,21.385214 24.4320623,21.220856 24.4407782,21.220856 C25.767503,21.2176719 27.0690811,20.8586307 28.2098054,20.1811673 C30.5513692,18.8139365 31.9931996,16.3083831 31.9987549,13.5968872 C32.0311284,10.806537 31.0026459,8.95128405 30.5867704,8.12949416 C27.9483268,2.96840467 22.2530739,0 16.0597665,0 C7.3443824,-0.000861792642 0.244583394,6.99909629 0.122023346,15.7136187 C0.181789883,11.1638911 4.70412451,7.48949416 10.0831128,7.48949416 C10.5189105,7.48949416 13.0042023,7.53182879 15.3126848,8.7433463 C17.3472374,9.81167315 18.4130739,11.1016342 19.15393,12.3803891 C19.9234241,13.7089494 20.0603891,15.387393 20.0603891,16.0560311 C20.0603891,16.7246693 19.7192218,17.7157977 19.0891829,18.5350973 Z' id='Path' fill='%234d4d4d'/%3E %3Cpath d='M19.0891829,18.5350973 C18.9883268,18.6658366 18.6782879,18.8463813 18.6782879,19.2398444 C18.6782879,19.5648249 18.8899611,19.8773541 19.2659922,20.1400778 C21.0564981,21.385214 24.4320623,21.220856 24.4407782,21.220856 C25.767503,21.2176719 27.0690811,20.8586307 28.2098054,20.1811673 C30.5513692,18.8139365 31.9931996,16.3083831 31.9987549,13.5968872 C32.0311284,10.806537 31.0026459,8.95128405 30.5867704,8.12949416 C27.9483268,2.96840467 22.2530739,0 16.0597665,0 C7.3443824,-0.000861792642 0.244583394,6.99909629 0.122023346,15.7136187 C0.181789883,11.1638911 4.70412451,7.48949416 10.0831128,7.48949416 C10.5189105,7.48949416 13.0042023,7.53182879 15.3126848,8.7433463 C17.3472374,9.81167315 18.4130739,11.1016342 19.15393,12.3803891 C19.9234241,13.7089494 20.0603891,15.387393 20.0603891,16.0560311 C20.0603891,16.7246693 19.7192218,17.7157977 19.0891829,18.5350973 Z' id='Path' fill='%234d4d4d'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
        }

.icon--gray-palemoon {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234d4d4d'%3E%3Cpath fill='%234d4d4d' d='M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm0 15c-3.9 0-7-3.1-7-7 0-2.4 1.2-4.6 3.2-5.9C4.1 2.7 4 3.4 4 4c0 4.9 4 8.9 8.9 9-1.3 1.3-3 2-4.9 2z'/%3E%3C/svg%3E");
        }

.icon--browser_extension {
        background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 26 26' version='1.1' width='26px' height='26px' fill='%234d4d4d'%3E %3Cg id='surface1' fill='%234d4d4d'%3E %3Cpath fill='%234d4d4d' d='M 3 0 C 1.34375 0 0 1.34375 0 3 L 0 19 C 0 20.65625 1.34375 22 3 22 L 8 22 L 8 20 L 3 20 C 2.449219 20 2 19.550781 2 19 L 2 7 L 24 7 L 24 19 C 24 19.550781 23.550781 20 23 20 L 17 20 L 17 22 L 23 22 C 24.65625 22 26 20.65625 26 19 L 26 3 C 26 1.34375 24.65625 0 23 0 Z M 2.65625 2.9375 L 3.375 2.9375 C 3.773438 2.9375 4.09375 3.257813 4.09375 3.65625 L 4.09375 4.34375 L 4.0625 4.34375 C 4.0625 4.742188 3.742188 5.0625 3.34375 5.0625 L 2.65625 5.0625 C 2.257813 5.0625 1.9375 4.742188 1.9375 4.34375 L 1.9375 3.65625 C 1.9375 3.257813 2.257813 2.9375 2.65625 2.9375 Z M 5.65625 2.9375 L 6.375 2.9375 C 6.773438 2.9375 7.09375 3.257813 7.09375 3.65625 L 7.09375 4.34375 L 7.0625 4.34375 C 7.0625 4.742188 6.742188 5.0625 6.34375 5.0625 L 5.65625 5.0625 C 5.257813 5.0625 4.9375 4.742188 4.9375 4.34375 L 4.9375 3.65625 C 4.9375 3.257813 5.257813 2.9375 5.65625 2.9375 Z M 8 3 L 24 3 L 24 5 L 8 5 Z M 13.03125 12.0625 C 12.910156 12.0625 12.78125 12.09375 12.6875 12.1875 L 8.1875 17.1875 C 8.097656 17.277344 8.03125 17.410156 8.03125 17.53125 C 8.03125 17.59375 8.039063 17.660156 8.0625 17.71875 C 8.136719 17.894531 8.339844 18 8.53125 18 L 11 18 C 11 22.1875 10.269531 24.460938 5.5 25.84375 C 13.484375 25.84375 15.0625 21.226563 15.0625 18 L 17.5 18 C 17.691406 18 17.832031 17.894531 17.90625 17.71875 C 17.980469 17.542969 17.949219 17.324219 17.8125 17.1875 L 13.34375 12.1875 C 13.25 12.09375 13.152344 12.0625 13.03125 12.0625 Z '/%3E %3C/g%3E %3C/svg%3E");
    }

.icon--hidden {
        display: none;
    }

.icon--attention {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='24' height='24' enable-background='new 0 0 48 48'%3E%3Cpath d='M44 24c0 11.045-8.955 20-20 20S4 35.045 4 24 12.955 4 24 4s20 8.955 20 20z' fill='%23ffca28'/%3E%3Cpath d='M22 21h4v14h-4V21zM26 15a2 2 0 1 1-3.999.001A2 2 0 0 1 26 15z' fill='%2337474f'/%3E%3C/svg%3E");
    }

.icon--adguard {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='77' height='77' viewBox='0 0 77 77' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(2)' fill='none' fill-rule='evenodd'%3E%3Cpath d='M31.193 11C21.443 11 9.683 13.289 0 18.327 0 29.21-.134 56.317 31.193 74.84 62.52 56.317 62.387 29.209 62.387 18.327 52.704 13.29 40.944 11 31.193 11z' stroke='%23525252' stroke-width='3'/%3E%3Cpath d='M31 69.312V16.414h.193c8.097 0 17.863 1.9 25.904 6.084 0 9.036.11 31.547-25.904 46.928a70.304 70.304 0 0 1-.193-.114z' fill='%2399EAA8'/%3E%3Cpath d='M14.45 18.362c-3.271.942-6.479 2.176-9.45 3.723 0 3.976-.021 10.563 2.172 18.003.202-7.14.735-11.994 1.6-14.56.86-2.547 2.752-4.935 5.678-7.166zM30.055 53.596l18.863-25.381c-1.382-1.106-2.595-.325-3.262.279l-.024.002L29.904 44.83l-5.926-7.12c-2.827-3.26-6.67-.773-7.568-.116l13.645 16.002' fill='%23525252'/%3E%3Ccircle fill='%23525252' cx='12' cy='70' r='2'/%3E%3Ccircle fill='%23525252' cx='5.5' cy='64.5' r='1.5'/%3E%3Cpath d='M73.2 7.1h-.3c-2.7 0-4.9-2.2-4.9-4.9V.8h-2.3l.1 1.2v.3c0 2.7-2.2 4.9-4.9 4.9h-.5l-1.2-.1v2.4l1.2-.2h.5c2.7 0 4.9 2.2 4.9 4.9v.5l-.1 1.2h2.4l-.1-1.3v-.5c0-2.7 2.2-4.9 4.9-4.9h.3l1.2.1V7l-1.2.1z' fill='%234E4E4E'/%3E%3Cpath d='M66.9 10.4c-.6-.9-1.3-1.6-2.2-2.2.8-.5 1.6-1.3 2.2-2.2.6.9 1.3 1.6 2.2 2.2-.9.6-1.7 1.4-2.2 2.2z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E");
    }

.icon--github-circle {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E %3Cpath fill-rule='evenodd' d='M28,0 C12.537,0 0,12.537 0,28 C0,41.1203333 9.03466667,52.0986667 21.2146667,55.1366667 C21.084,54.7586667 21,54.32 21,53.7763333 L21,48.9906667 C19.8636667,48.9906667 17.9596667,48.9906667 17.4813333,48.9906667 C15.5656667,48.9906667 13.8623333,48.167 13.0363333,46.6363333 C12.1193333,44.9353333 11.9606667,42.3336667 9.688,40.7423333 C9.01366667,40.2126667 9.527,39.6083333 10.304,39.69 C11.739,40.096 12.929,41.0806667 14.049,42.5413333 C15.1643333,44.0043333 15.6893333,44.3356667 17.773,44.3356667 C18.7833333,44.3356667 20.2953333,44.2773333 21.7186667,44.0533333 C22.484,42.1096667 23.807,40.32 25.424,39.4753333 C16.1,38.5163333 11.6503333,33.8776667 11.6503333,27.58 C11.6503333,24.8686667 12.8053333,22.246 14.7676667,20.0363333 C14.1236667,17.843 13.314,13.37 15.015,11.6666667 C19.2103333,11.6666667 21.7466667,14.3873333 22.3556667,15.1223333 C24.4463333,14.406 26.7423333,14 29.155,14 C31.5723333,14 33.8776667,14.406 35.973,15.127 C36.575,14.3966667 39.1136667,11.6666667 43.3183333,11.6666667 C45.0263333,13.3723333 44.2073333,17.864 43.5563333,20.0526667 C45.507,22.2576667 46.655,24.8733333 46.655,27.58 C46.655,33.873 42.2123333,38.5093333 32.9023333,39.473 C35.4643333,40.81 37.3333333,44.5666667 37.3333333,47.397 L37.3333333,53.7763333 C37.3333333,54.019 37.2796667,54.194 37.2516667,54.4016667 C48.1623333,50.5773333 56,40.2173333 56,28 C56,12.537 43.463,0 28,0 Z'/%3E %3C/svg%3E");
    }

.icon--community {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23000' fill-rule='nonzero' d='M28 0C12.536 0 0 12.536 0 28a27.869 27.869 0 0 0 4.867 15.778L1.189 54.81l11.034-3.678A27.868 27.868 0 0 0 28 56c15.464 0 28-12.536 28-28S43.464 0 28 0z'/%3E%3Ccircle cx='28' cy='28' r='4' fill='%23F3F3F3'/%3E%3Ccircle cx='40' cy='28' r='4' fill='%23F3F3F3'/%3E%3Ccircle cx='16' cy='28' r='4' fill='%23F3F3F3'/%3E%3C/g%3E%3C/svg%3E");
    }

.icon--recent {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56'%3E%3Cpath d='M28 0C12.535 0 0 12.536 0 28c0 15.462 12.536 28 28 28 15.463 0 28-12.537 28-28C56 12.535 43.462 0 28 0zm1.933 31.423c-.002.073-.013.147-.023.22-.007.056-.01.113-.023.167-.012.056-.034.112-.052.169-.022.068-.042.136-.071.2-.005.012-.007.024-.012.035a1.92 1.92 0 0 1-.145.254l-.011.015c-.061.09-.13.17-.204.247a1.854 1.854 0 0 1-.267.228l-.066.049c-.093.06-.19.114-.29.157-.022.01-.045.016-.067.025a1.946 1.946 0 0 1-.357.1c-.114.022-.23.036-.347.036-.024 0-.048-.007-.072-.008a1.948 1.948 0 0 1-.33-.036c-.034-.007-.066-.022-.1-.031a1.965 1.965 0 0 1-.29-.099c-.01-.005-.022-.006-.032-.01l-10.737-5.065a1.937 1.937 0 0 1 1.652-3.503l7.974 3.76V11.62a1.937 1.937 0 0 1 3.873 0v19.768c0 .012-.003.023-.003.035z'/%3E%3C/svg%3E");
    }

.icon--edit {
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%2367b279' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='m4 20.5h15.9828'/%3E%3Cpath clip-rule='evenodd' d='m10.7781 16.4351-4.24266-4.2427 7.07106-7.07105c1.1716-1.17157 3.0711-1.17157 4.2426 0 1.1716 1.17157 1.1716 3.07107 0 4.24264z' fill-rule='evenodd'/%3E%3Cpath clip-rule='evenodd' d='m5.12136 17.8493 1.41421-5.6569 4.24263 4.2426z' fill-rule='evenodd'/%3E%3Cpath d='m16.7886 9.0104-2.8284-2.82843'/%3E%3C/g%3E%3C/svg%3E");
    }

.icon--download-btn {
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }

@media (min-width: 1024px) {

.content-nav {
        margin-top: 8px;
        height: 64px
}
    }

.content-nav--white {
        background-color: #fff;
    }

.content-nav--grey {
        background-color: #f3f3f3;
        background-color: var(--greyf4);
    }

.content-nav--grey-shadow {
        box-shadow: 0 1px 0 0 #f3f3f3;
        box-shadow: 0 1px 0 0 var(--grayF9);
    }

@media (max-width: 1023px) {

    .content-nav--article {
            box-shadow: none;
            padding-top: 35px;
            padding-bottom: 15px
    }
        }

@media (max-width: 1023px) {

    .content-nav--product-safari {
            margin: 25px 0 0 0
    }
        }

.content-nav--last-hidden-desktop .content-nav__btn:last-of-type {
            display: none
        }

@media (max-width: 1023px) {
        .content-nav--last-hidden-desktop .content-nav__btn:last-of-type {
                display: inline-block
        }
            }

.content-nav__in {
        display: flex;
        justify-content: space-between;
        max-width: calc(984px + 16px*2);
        max-width: calc(var(--content-width) + var(--m-padding)*2);
        margin: 0 auto;
        padding: 0 16px;
        padding: 0 var(--m-padding);
    }

.content-nav__buttons,
    .content-nav__other {
        display: none;
        flex-shrink: 0
    }

@media (min-width: 1024px) {

    .content-nav__buttons,
    .content-nav__other {
            display: block
    }
        }

.content-nav__dropdown {
        display: block;
        text-align: center;
        width: 100%
    }

@media (min-width: 1024px) {

    .content-nav__dropdown {
            display: none
    }
        }

.content-nav__btn,
    .content-nav__additional-link {
        color: #4d4d4d;
        color: var(--gray-base);
        text-decoration: none;
        display: inline-block;
        font-size: 1.5rem;
        line-height: 64px;
        padding: 0 15px;
        border: 0;
        outline: none;
        cursor: pointer;
        background-color: transparent;
        font-family: "Akkurat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Arial, sans-serif;
        font-weight: 400;
    }

.content-nav__btn--active, .content-nav__additional-link--active {
            box-shadow: inset 0 -5px 0 -1px #67b279;
            box-shadow: inset 0 -5px 0 -1px var(--brand-primary);
        }

.content-nav__contacts {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-shrink: 0;
        padding: 0 15px
    }

.content-nav__contacts .md__link {
            margin-left: 10px;
            font-family: "Akkurat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Arial, sans-serif;
            font-weight: 700;
        }

@media (max-width: 1023px) {

    .content-nav__contacts {
            display: none
    }
        }

.content-nav__additional-link {
        padding: 0 30px 0 0
    }

@media (max-width: 1023px) {

    .content-nav__additional-link {
            display: none
    }
        }

.worldwide {
    margin-bottom: 50px
}

@media (max-width: 1023px) {

.worldwide {
        margin-bottom: 80px
}
    }

.worldwide--article {
        margin: 55px 0 0
    }

@media (min-width: 768px) {

        .worldwide--article .worldwide__map .swiper {
                width: 475px
        }
            }

@media (min-width: 1024px) {

        .worldwide--article .worldwide__map .swiper {
                width: 500px
        }
            }

.worldwide--article .worldwide__title {
            margin: 0 0 20px;
            line-height: 48px;
        }

.worldwide--article .worldwide__tooltip {
            left: 100px;
        }

.worldwide--article .worldwide__tooltip--wide {
            left: 35px;
        }

.worldwide__in {
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' height='470' viewBox='0 0 953 470' width='953' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-rule='evenodd' fill='%23d8d8d8' fill-opacity='.2' fill-rule='evenodd'%3E%3Cpath d='m450.171 27.5222c-.079.047-.079.047-.161.047h.002c.079 0 .079.047.079.047.082-.047.082-.047.08-.094.08-.0469.162-.0943-.001-.0469 0-.0004.001-.0004.001.0469zm-148.757-10.1849c.08 0 .158.0469.234.0469-.177.1409-.436.2822-.609.3761-1.105.4674-1.836 1.1705-2.569 1.8757-.465.4708-.283.9411.42 1.126.786.1409 1.494.2826 2.199.4708l.004-.0469.169-.047-.094.0943s0 0-.079 0c.064.1409.046.2352.114.3761.132.2318.029.3731-.229.5144-.429.1883-.858.4234-.991.7999-.114.2822-.387.5144-.659.7496-.626.4704-1.335.9379-2.036 1.4082-.351.1887-.773.3296-1.156.1413-1.24-.4238-2.55-.2825-3.932-.2356-.486 0-.98.047-1.417.2826-.689.3257-1.356.4201-2.093.514-1.402.1882-2.893.4238-4.288.5177-1.151.1409-2.042.7023-2.712 1.4082-.473.4675-.7.8909-.193 1.3613.734.5144.783 1.3617 1.525 1.8321h.168c.084-.0503.253-.0973.344-.1409-.023.1409-.188.1409-.344.1409-.005 0-.091.0436-.096.091-.078-.047-.078-.047-.072-.091.185.4201.371.8439.648 1.1701.27.4238.73.6117 1.468.6117.494-.047.941-.3291 1.488-.1409.627.1409 1.211.0469 1.874 0 .165 0 .399.0469.471.1409.149.0943.293.2356.279.3261-.1.1413-.287.33-.454.33-.249.0499-.581.0939-.816 0-1.177-.33-2.389-.3736-3.677.0499-.513.1853-.999.1383-1.478.0913-.643-.0913-1.224 0-1.83.2352-.943.2822-1.485 1.22-.891 1.6405.597.4234.999 1.0347 1.858 1.3177.39.1408.3.1882-.134.376-.348.138-.777.2793-1.127.4205-.185.1409-.389.4235-.331.6084.363.8942 1.082 1.5968 2.154 2.1611.773.3736 1.107.3296 1.768-.2821.38-.4235.463-.4235 1.017-.2822.315.1409.711.2352.919.5174.071.0943.384.1882.472.1408 1.369-.376 2.673.2797 3.982-.2821.088-.047.257-.0943.334-.047 1.185.3291 2.364.7496 3.366 1.267.924.5177 1.767.9852 2.604 1.5025.226.1883.528.4235.744.6553.143.1887.194.4238.085.6117-.125.376-.258.75-.545 1.0791-.653.6087-.385 1.0791.048 1.5964.216.2323.346.5149.393.797.035.3736-.009.753-.62.9848-.266.1413-.278.2356-.043.3295.238.0944.562.1413.884.2352.318.0944.457.3295.265.5144-.096.0944-.279.2386-.458.3765-.371.2822-.49.5614-.037.9408.075.091.131.2825.036.3735-.11.2352-.47.4235-.408.6088-.031.2351.271.5173.319.7994.113.4239-.033.8909.082 1.3148.104.5144-.113.8938-.493 1.2669-.097.1409-.036.2822.033.4234.064.1384.307.1853.376.3291.367.3736.17.6088-.506.6998-.422.0498-.849.0968-1.131.3794-.178.0909-.114.2318.036.3731.069.0939.987.0939.028.4234-.789.2826-.856.8439-.925 1.3617-.083 0-.083 0-.078-.0469-.006.0469-.01.0943-.01.0943-.088.0436-.177.0939-.18.0939-.097.1413-.028.2322.131.2792-.006.0503-.006.0503-.009.0943l.088-.0436c-.241.5614-.644 1.1261-1.284 1.5466-.368.2352-.265.7525.035 1.0317.98.8939 1.983.8939 3.087.1409.274-.1882.464-.3735.655-.5613.361-.2352.78-.2352 1.185-.0944.163.047.322.0944.398.1853-.005 0-.005 0-.009.0499-.166 0-.331-.0499-.503 0-.172.047-.27.1413-.445.2323.159.0469.234.1408.396.1882h.503c-.003 0-.003 0-.008.047.005-.047.088-.047.088-.047-.379.3761-.755.7056-1.136 1.0318-.194.2352-.22.4703.099.6112.237.0948.57.1417.808.2323.313.1916.45.4704.241.7999-.106.1882-.297.3295-.484.5173h.085c-.005 0-.008.0436-.008.0436.836.0503 1.132.3794 1.232.9412-.003 0-.096.0943-.185.1413-.089.0469-.256.0469-.253 0-.294-.3295-.505-.7027-.794-1.0825h-.084s.003-.0436.008-.0436c-.841 0-1.576-.1882-2.393-.376-.486-.1413-.98-.2357-1.477-.2797-.662-.0972-1.305.3262-1.283.7966-.008.091.067.1849.056.2322.056.2357.193.4708.085.6587-.187.1412-.534.2352-.885.3295-.356.1408-.716.3262-.843.6557-.223.4704-.449.8938-.506 1.3612-.113.844.384 1.5969 1.332 2.1109.081.0503.159.0503.239.0948 1.167.1408 2.363.0469 3.428-.3736.614-.1882.949-.8473.653-1.1764-.148-.1849-.377-.3261-.612-.5148-.47-.2821-.589-.6582-.537-1.0787-.082-.0469-.082-.0469-.082-.0469l-.065-.1413.075.0943c.08 0 .075.0469.072.0943 1.289.4708 2.567 1.0787 4.165 1.0787.337 0 .47.33.276.5149-.276.1882-.553.376-.916.6116.005-.0469.005-.0469-.08-.0469.014-.0944.032-.2356.046-.3765.008-.0436.017-.1409-.06-.1882.023-.1849-.141-.2319-.4-.1849-.089 0-.265.0905-.27.1408-.017.1409-.041.3262.039.3731.157.0944.401.1883.645.2357-.003.0469-.009.0943-.009.0943l.089-.047c-.2.2352-.319.5643-.609.8435-.196.2357-.134.3765-.077.6117.118.4675.027.4675-.574.5618-.343.0469-.68.0469-.797.2821-.376.9853-1.194 1.4552-2.615 1.3144-.5-.091-1.026.0469-1.544.1408.005-.0469.005-.0469.005-.0469l-.09.0469h.085c-.056.4205.059.8473.262 1.2674h.17l.071.0943h-.165c.005-.0474.005-.0474-.077-.0943-.251-.047-.504-.047-.753-.0943-.67-.0437-.67-.0437-.978.3295-.192.1882-.309.4704-.5.6112-.473.3736-1.101.6557-1.323 1.0791-.309.3736-.453.844-.842 1.2204-.289.2323-.333.6088-.457.8909-.043.33.009.6088.405.7999.151.1849.391.2792.548.3732h.084c.091 0 .091 0 .18-.047.091-.047.185-.1409.275-.1409h.167c-.091.047-.267.0939-.442.1409-.005.047-.094.047-.185.0943 0 0 .005-.0473-.079-.0473-.466.3295-1.021.6556-1.407.9852-.571.467-.809.9848-.366 1.5021.299.3295.517.6557.377 1.0317-.125.3296-.083.6587.051.9412.375 1.0787.497 2.1109.178 3.237-.02.1882-.039.3295.025.4674-.028.2352.28.5174.548.4235.707-.1409 1.413-.2822 2.12-.4675.007 0 .092 0 .096-.0499.005-.044.091-.044.177-.044.091-.047.271-.1409.364-.1409-.026.1853-.193.1409-.364.1409-.005.044-.095.0939-.095.0939-.091 0-.091 0-.178 0-.321.5148-.961.797-1.596 1.0791-.733.3736-.979.9379-.871 1.4087.155.8439.133 1.6409.733 2.3465l.098-.0504-.02.1409c-.081-.0436-.082-.0436-.079-.0905.151.1848.293.4204.532.5613.483.2822.527.6113.213 1.0318-.109.2351-.317.4703-.081.6586.542.5148.453 1.2204.729 1.7847.209.3735.075.75-.146 1.1261-.105.1848-.131.3735-.054.4205.298.4234.686.7525 1.076 1.1264 1.115.094 1.495.517 1.311 1.314-.004.047.324.188.502.141.7-.047 1.324-.141 1.945-.282.352 0 .714-.138.985-.236.622-.091 1.211.051 1.159.518.003.706.198 1.22.839 1.691.246.14.296.42.451.608.238.191.559.424.738.376.88-.094 1.448.283 2.228.33.523 0 1.16-.235 1.457-.564.8-.891.928-2.017 1.808-2.908.176-.753.68-1.4122 1.439-1.9736.569-.4205.884-.9378 1.12-1.5025.138-.4671.445-.8909.667-1.3613-.086 0-.086 0-.089.047-.083-.047-.079-.047-.075-.0944-.168-.0469-.251-.0939-.418-.1379l-.074-.0973c.107-.1853.28-.1853.349-.0436.079.0939.064.1849.143.2788.087 0 .083.047.169.047h-.005c.547-.1849 1.176-.4205 1.398-.8909.53-.8909 1.286-1.5021 2.383-2.0639 1.097-.5643 1.535-1.4552 1.031-2.3964-.129-.4205.152-.6087.601-.7965.182-.094.36-.1409.54-.2352.279-.1853.39-.4205.328-.6557.015-.1409-.139-.2822-.209-.4704-.283-.5618-.278-.6087.583-.6087.604-.047 1.137-.1883 1.434-.6113.322-.6087.871-.9378 1.806-.8439 1.186.1408 2.357-.4205 3.53-.1413.335.0474.61-.1409.883-.2792.272-.1442.556-.4234.812-.4234 1.721-.047 3.219-.5178 4.496-1.3173.182-.1383.434-.0914.609-.1383.966-.2352 1.943-.6587 2.43-1.3144.686-.9378 1.932-1.5021 2.777-2.393.765-.9412 2.403-1.126 3.329-2.0203.705-.2352 1.448 0 2.22-.0469.433-.0914.785-.2323 1.215-.3266.348-.047.697-.1883.949-.1409.672.1409 1.27.0939 1.888-.1882 1.137-.3761 2.259-.5643 3.458-.753 1.974-.1849 3.792-.6552 5.472-1.5461 2.119-1.1731 4.306-2.1612 6.415-3.3342.174-.047.104-.2323.112-.3736.006-.0943-.162-.1442-.243-.1442-1.165-.3262-2.531-.1379-3.675-.6553-.902-.4238-1.752-.3266-2.786-.0947-.17.0503-.418-.047-.585-.0939-.082 0-.16-.0943-.243-.138-.074-.1408-.059-.3291.114-.376.518-.1409 1.031-.2352 1.547-.3765.689-.1882 1.056-.6083 1.009-1.1261-.054-.4234-.19-.8439-.24-1.3143.01-.1882.451-.4704.702-.4205.169 0 .413.0914.488.2323.363.8439.636 1.7377 1.428 2.4873.47.5652 1.037.8943 2.059.797.425-.0436.845 0 1.267 0 1.182 0 1.356-.091 1.491-.8439.043-.6553.088-1.3613.216-2.0639.215-.7027-.845-1.22-.46-1.9696.094-.1413-.227-.3765-.298-.6117-.529-.8439-1.329-1.4556-2.384-2.0169-.404-.2357-.807-.4708-1.209-.706-.157-.1413-.393-.3732-.465-.5618-.133-.4704-.264-1.0318-.312-1.5495.008-.0939.186-.2822.36-.3291.169-.047.504-.047.498 0 .154.2352.307.4704.291.6586-.055.7965.321 1.4522 1.298 1.8757.567.2821 1.043.7026 1.787.8439.335.0503.759 0 .772-.2318.111-.3765.135-.753.571-1.0351-.226-.4205.129-.7027.4-1.0318.271-.2796.128-.6557-.114-.7965-.73-.3296-1.38-.6591-2.022-1.0322-.163-.0939-.233-.2822-.218-.5178-.084 0-.081-.0469-.165-.0469.003-.047.003-.047-.079-.047-.665-.0469-1.234-.2821-1.799-.6083 0 0 .008-.0939.094-.1409.003 0 .175-.0943.258-.0943.166 0 .417 0 .58.0943.316.2319.633.4671.867.7496h.167c-.002 0-.004.047.077.0939.246.047.491.1887.736.2357.649.2821 1.396.4234 2.088.0469.693-.3765 1.533-.4708 2.375-.5618.254-.0503.517-.2352.696-.4234.182-.2826.285-.6117.469-.8942.104-.3262-.127-.6088-.54-.7027-.829-.0943-1.56-.376-2.207-.7055-.079-.047-.073-.1384-.068-.2357.095-.1848.263-.1848.507-.1379.977.3735 1.88.6087 2.919-.0469.172-.094.588-.047.921-.047 1.086-.0939 1.658-1.3139.936-1.7847-.48-.3262-.796-.6083-.85-1.0791.012-.1883-.226-.4235-.467-.5144-.161-.0973-.319-.1887-.229-.3295.094-.1883.262-.2352.51-.1883.328.047.659.047.913 0 .421-.0943.605-.4234.705-.7056.113-.5144.145-1.0791.254-1.5465.024-.3761-.122-.753-.521-.9848-.639-.3794-.133-.5647.133-.8473.257-.1882.11-.4704-.05-.561-.479-.2825-1.231-.1417-1.619-.5651-.166 0-.327-.0469-.492-.0939-.49-.047-.64-.2792-.621-.6087.014-.2352.192-.4704.533-.6587.237.1883.393.3291.63.5174.083 0 .083 0 .081.0469.002-.0469.003-.0943.006-.1408-.237-.1409-.476-.2822-.629-.4704l-.088.0469c.519-.3735 1.034-.7026 1.552-1.126.255-.1409.915-.1409 1.239 0 .079 0 .16.0469.237.1408.552.4235 1.438.797 1.227 1.6435-.202.6087.008 1.3143.305 1.8756-.003.047.246.047.246.047.011-.1883.188-.4235.201-.6083-.118-.844.006-1.5969.791-2.3465.524-.5643.726-1.2234.682-1.9256.016-.2796-.367-.7969-.775-.8439-.409-.0943-.822-.047-1.228-.1413-.324-.0943-.479-.2356-.719-.3765-.08-.0469-.155-.1408-.072-.1882.09-.0939.179-.2352.344-.2792 1.16-.1409 1.33-.2356.873-.8473-.23-.3291-.543-.6117-.939-.8439-.319-.1409-.55-.4235-.785-.6113-.08-.0469.008-.1383.091-.1853.003 0 .172-.0943.252-.0943.885.3266 1.392.0436 1.671-.5643.379-.8909 8.515-11.6406 8.194-11.6875-.238-.0939-.559-.1883-.8-.2352-.403-.047-.807-.047-1.212-.091-.08 0-.236-.0973-.153-.1413.086-.0939.173-.2352.338-.2821.495-.1887.974-.0474 1.454.0939.798.2318 1.694.1413 2.517-.1887.25-.0939.494-.1408.823-.2352.249-.1413.339-.3261.269-.6083.009-.0973-.069-.2356-.062-.3765.012-.2821.182-.4704.505-.4704.805.0944 1.454.047 1.958-.376.334-.2356.664-.4205.994-.5614 1.566-.7999 1.587-1.2669.42-2.2991-.158-.0943-.233-.1886-.392-.2825-1.165-.9878-2.839-1.3613-4.607-1.4083-.962 0-2.101.2352-3.078.4704-.16 0-.33.1413-.416.2792-.091.1883-.182.3761-.271.6113-.176.2356-.502.3299-1.062.2356-.401 0-.717-.1413-1.029-.3295-.313-.1883-.557-.1413-.729.0939-1.112 1.1734-2.756 1.7381-4.556 2.1109-.9.2825-1.959.3764-2.793.8439-.001 0-.004.0503-.004.0503-.17.1409-.421.2821-.671.4205-.169.1408-.421.2821-.673.4234l-.166.0939.167-.1408c.171-.0939.423-.2822.594-.4235.25-.1408.501-.2821.671-.4238h.081c.095-.2319.105-.4201.275-.514.678-.5651 1.355-1.0791 2.416-1.3147 1.145-.2822 1.982-.8435 2.428-1.5965.091-.1849.263-.4205.354-.5618 1.053-1.6434-.131-2.0169-1.907-1.8757-.16 0-.241 0-.323.0441-.165.0469-.412.1882-.497.2821-.18.3295-.359.6586-.541.9852-.265.3761-.844.6557-1.485.6113-.079 0-.244.044-.322 0-1.028-.2822-2.166-.0944-3.297-.047-.081 0-.155-.0943-.151-.1408.004-.047.092-.1883.092-.1883.573-.1413 1.223-.2352 1.796-.4234.49-.1384.828-.3736 1.01-.75.096-.2352-.122-.6117-.44-.6557-.634-.1409-1.352-.2352-2.067-.3291-3.024-.4235-4.15-.3761-7.178.4704-.409.0909-.739.2322-1.148.3261-.572.1409-1.144.2352-1.794.3761-.083 0-.231-.1409-.304-.2352-.079-.047.009-.1409.092-.1882.334-.1384.667-.3296 1.076-.4205 1.061-.2822 2.2-.4704 3.186-.7999 1.886-.6084 3.818-.7023 5.717-.2793 1.265.2319 2.551.2319 3.918.1883 1.207-.0973 2.422-.2855 3.63-.3325 1.445-.0943 2.52-.6557 3.59-1.1701.575-.2821.616-1.0351.151-1.3143-.704-.376-1.401-.7525-2.101-1.1261-1.246-.5643-2.508-.8468-3.976-.3794-.161.0503-.4.0503-.64.0503-.078-.0503-.156-.0939-.232-.1442.002-.0436.088-.1379.168-.1379.246-.0943.567-.1413.814-.2352.817-.3295 1.01-.8942.562-1.4556-.147-.18824-.692-.42008-.934-.37312-1.943.51398-3.852.42007-5.655-.09433-.547-.14087-1.185-.14087-1.824-.14087-.719.04696-1.366.18824-2.089.28215-.968.13793-1.935.27921-2.963.13793-.709-.09433-1.437.05031-2.095.3291-.244.09433-.565.09433-.884.09433-.082 0-.157-.04695-.234-.09433.003 0 .009-.14086.091-.14086.33-.13793.662-.32617 1.063-.37312.802-.04696 1.671.09055 2.399-.09433 1.539-.37648 3.052-.32952 4.572-.42385 1.198-.04696 2.395-.04696 3.571.23561 1.18.23519 2.236-.04695 3.216-.4708.081 0 .174-.2352.1-.32575-.592-.75296-1.597-1.26736-2.778-1.45853-2.126-.32659-4.156-.89089-6.271-1.31474-.936-.23184-1.967-.27921-2.91-.42007-1.102-.09433-2.168.3291-3.27.23519-.898.3291-1.416.84393-2.01 1.36127-.003 0-.084.04695-.088.09139-.079 0-.079 0-.079 0s-.002 0-.005.04696l.084-.04696c-.087.1438-.099.23813-.107.37606h.078l.071.14128-.155-.09433c.001 0 .006-.04695.006-.04695-.802.04695-1.256-.23226-1.79-.51483-.23-.09391-.391-.05031-.563.09433-.005.04402-.091.13835-.096.18824.064.1853.129.4205.196.56136.065.14128.056.28215-.11.37648-.16 0-.404.09391-.561.04695-.858-.23519-1.634-.47038-2.319-.84686-.532-.28215-1.091-.28215-1.67 0-.577.23561-1.073.47039-1.711.47039-.394-.04696-.569.14128-.667.32952-.12.5144-.159.93783-.201 1.45559-.026.28215-.202.46704-.613.65527-.413.14129-.593.37643-.93.56473-.166.0943-.407.0943-.564.0943-.622-.2352-1.157-.47037-1.874-.47037-.24 0-.737.18827-.752.32907-.019.2319-.116.4201-.055.6088.092.7491.183 1.5491.357 2.2521.318.9379.229 1.926.791 2.8169.146.1878-.113.376-.515.376-.478-.0469-1.049.047-1.163-.4234-.049-.3765-.428-.6087-.898-.75-.238-.047-.072-.0939.179-.1882.509-.2826.619-.6117.155-.8473-.459-.2323-.919-.4675-1.038-.8909-.258-.6553-.68-1.267-1.021-1.9226-.202-.3765-.656-.6591-1.196-.844-.543-.1882-1.112-.0469-1.303.2822-.092.0914-.181.2322-.274.3261-.479.844-.479 1.6908-.559 2.4874-.033.3291-.072.7529-.336.9848-.355.3295-.976.1413-1.454.1413-.08 0-.239 0-.324 0-.166.0939-.337.1882-.504.2356-.246.0943-.47-.0944-.531-.2826-.12-.4201.623-.6553.495-.9852-.334-.6582-.023-1.3613-.036-2.0199-.058-.2318-.119-.4201-.258-.6083.003-.047-.148-.1409-.15-.0943-.16 0-.404.0469-.574.1408-.346.2356-.382.6117-.416.9379-.036.376.088.7525-.102 1.0317-.191.2822-.698.5647-1.044.8469-.085 0-.086.0469-.175.0947 0 0-.002.047.074.0906-.25.0972-.504.2385-.758.3765-.255.0939-.512.2821-.765.4234-.003 0-.088.0474-.091.0943-.008.047-.014.1413-.102.1883-.069-.094.015-.1409.102-.1883.003-.0469.008-.0943.013-.1413.258-.1408.511-.2821.768-.4704.251-.0909.506-.2352.759-.3731-.137-.2356-.273-.4238-.165-.706.286-.4674.65-.8909.858-1.3612.287-.4708.417-.9379.307-1.4523-.06-.1882-.589-.51733-.912-.4704-.488.0906-.97.1409-1.462.2822-.993.3261-1.955.3261-3.004.4704-1.374.1383-2.815.1853-4.264.2796-.482.0469-.913.2821-.955.7056-.024.1849.032.4205.009.6087-.003.047-.175.1409-.253.1409-.082 0-.157-.047-.235-.047-.217-.2352-.343-.5173-.649-.6586-.46-.1413-1.042.0499-1.457.1882-.575.1413-.924.3765-1.124.7056-.101.1882-.125.4239-.231.6557-.126.3761-.098.8473-.378 1.173-.361.3765-.875.6121-1.31.9379-.172.0943-.266.2352-.439.3324-.268.2323-.758.2797-1.055.091-.592-.4234-1.304-.5173-2.202-.3761-1.063.1883-1.97.3761-2.685.9882-.712.5613-1.71.7965-2.765.8909.004 0 .004 0 .089-.047-.084.0034-.245.0034-.325.0034zm-6.401 42.3326c.017-.1379.03-.2319.048-.3731 0 0 0 0 .088-.047.165.047.413.047.576.091 0 0 .085 0 .089-.0436l.093-.0943-.017.1882c-.085 0-.08-.0503-.165-.0503-.184.1408-.448.2385-.634.3794-.084 0-.078-.0503-.078-.0503zm155.288-24.9208c.083.1408.168.2352.17.376.081-.0469.245-.0939.242-.1408.079-.1413-.003-.2352-.169-.3761-.081.0939-.243.1409-.243.1409zm-151.192 27.6907c.019-.1882.036-.3291.049-.4205h.084l-.075-.0499c.158.0499.49.0969.565.1413.048.3291-.366.2821-.543.3291h.005s0 0-.085 0zm139.198-37.8287v-.0436l-.163-.0973.079.1409h.084c.08.0939.163.2351.326.2821.242.0939.403 0 .402-.1882 0 0-.163-.0939-.243-.0939-.163-.0436-.325 0-.485 0zm-315.733 18.8674c-.022.0469-.197.0943-.278.0943-.165 0-.32-.0474-.484-.0474-.01.0474-.01.0474-.01.0474h-.083c.155.3295.31.6083.384.9408.186.5144.218.9848.24 1.4522.095.5174.385.9412.966 1.2234.352.2318.703.42 1.057.6556.218.094.579 0 .742-.2825.357-.6553 1.036-1.0318 1.923-1.22.712-.1883 1.495-.3291 2.248-.3761.423-.0436.804-.1853 1.173-.3261.638-.2356.885-.2356 1.054.044.168.2821.097.5173-.3.7999-.011 0-.103.0469-.196.0939l-.133.1887.113-.1413c.011 0 .011 0 .02-.047 1.044.0943 2.027.1409 2.992-.376.471-.1883 1.088-.3296 1.584-.3296 1.743-.0436 3.409-.3735 5.1-.8439.71-.1882 1.433-.0939 2.045.047.31.0943.419.2821.27.5647-.139.1882-.28.4234-.42.6087-.083 0-.073-.0469-.073-.0469-.082 0-.174.0469-.184.0939-.257.0469-.425.0469-.681.0469-.33 0-.349.0944-.211.1883.071.0469.236.0469.247 0 .268-.047.46-.1883.645-.2352.082 0 .174-.047.257-.047.064.0939.2.1883.346.2352.274.2352.576.3262 1.037.1409.717-.1883 1.455-.4704 2.107-.7526.625-.1882.876-.5144.979-.8908.185-.3761.445-.7496.996-.9379.1-.0943.421-.0469.485.047.108.1882.135.4234.079.6087-.189 1.0318-.553 2.0673-1.145 3.0521-.409.6083-.64 1.173-.634 1.7847.053.0943.174.2821.329.3266.157.0469.415 0 .6-.0944 1.05-.5148 2.018-1.0317 3.059-1.5499.284-.1379.561-.2318.91-.3291.01 0 .157.0503.231.0973.074.0469.138.0943.119.1848-.47.8473-.866 1.7378-1.881 2.4434-.201.1408.055.4205.387.4205s.666 0 .941-.1384c.368-.1413.755-.3295 1.06-.5647.91-.6112 1.757-.7026 2.67-.3761 1.079.3296 1.873.7995 1.804 1.6904-.092 2.9582 11.86 10.6525 12.733 10.5145.342-.0499.789-.1413 1.224-.2352.344 0 .88.1853.996.4235.157.3731.398.7965.547 1.2204.223.467.446.9378.584 1.4082.165.3735.161.7496-.261 1.0791-.223.2323-.452.5148-.057.6087.15.047.614-.0939.819-.2821.287-.1413.508-.3266.559-.5618.351-.7529.778-1.5055 1.285-2.2521.286-.4708.849-.753 1.478-.8943.444-.1408.805-.2352 1.233-.2821.949-.0939 1.677-.3262 2.515-.7027.562-.2352 1.248-.3295 1.875-.5173.093-.047.209-.1853.126-.1853-.06-.0969-.193-.2386-.287-.1882-.693.0909-1.321.2792-1.932.3735-.611.1409-1.281.1409-1.884.1882-.262.047-.378.1883-.646.2352-.286.1413-.604.0944-.821-.0469-.443-.2352-.509-.7027-.274-.9848.36-.4704.872-.8439 1.55-.8943 1.514-.0469 2.969-.1882 4.514-.3731.687-.0469 1.408.467 1.293.9379.034.2351-.024.4703-.074.7055-.348.797.006 1.4087.179 2.1579.093.3265.38.5148.782.6087.891.1413 1.658.4708 1.92 1.173.211.5178.827.7966 1.442 1.0351.304.1409.718.1853 1.237.1409.262-.0503.606-.0973.968-.1916.728-.2792 1.463-.1379 2.086.0503.398.1409.786.2792 1.09.4234.396.091.81.1384 1.27-.0499.36-.0943.416-.3735.465-.5617.054-.2822.255-.4235.546-.6113.377-.1886.761-.3765.983-.6557.35-.4234.77-.4234 1.357-.4234.502 0 1.038-.1413 1.556-.2352 0 0 .008-.047-.067-.047l.152.047c-.388-.9378-1.453-1.4082-2.503-2.017-.144-.0939-.067-.4703.215-.6112.1-.047.116-.1409.206-.1853.184-.047.375-.1409.635-.1882 1.453-.1413 2.596-.7995 3.6-1.5965.313-.2826.783-.5178 1.255-.7999.189-.0906.759 0 .812.1413.144.0939.205.1882.26.3291.289 1.0317 1.218 1.3617 2.738 1.3147h.503c-.188.5173-.293.9848-1.32 1.1261-.776.0943-.7.1413-.791.5647-.104.5144-.132 1.0317-.238 1.5466-.029.1442-.151.3291-.326.3291-.724.2821-1.445.4708-2.162.706-.443.0943-.856.0943-1.252-.047-.404-.0469-.808-.1413-1.213-.1882l.068.0469s.009-.0469-.068-.0469c-.068-.0944-.145-.1417-.214-.1887.069.047.146.0943.214.1887-.065.6552.17 1.173 1.247 1.22.244.0469.335.42.219.5613-.705.5647-1.41 1.0791-2.117 1.6439-.517.4234-.556.6112-.221 1.0317.114.2352.314.5173.512.753.069.0939.145.1379.223.1882.1-.0943.291-.1882.314-.3291.278-.5178.393-1.0322.672-1.5499.401-.7056 1.03-1.3144 2.208-1.3144.933 0 1.752-.3291 2.508-.7026.581-.3761 1.245-.7496 1.826-1.129.381-.1849.442-.5148.418-.7966l.19-.0943-.176.047c-.008 0-.008 0-.014.0469-.244-.0469-.406-.0469-.565-.0943-.468-.1882-.577-.467-.271-.7027.584-.4234 1.091-.8439 1.677-1.2204.188-.1408.539-.1882.882-.2351.175-.047.349-.094.378-.2352.008 0-.061-.094-.137-.1409-.528-.2822-1.046-.6087-1.665-.8439-.146-.0944-.473-.1409-.715-.1883-.115-.2356-.14-.5177-.347-.75-.411-.4234-.473-.9378-.452-1.4556.029-.5173.385-1.0321.974-1.4556.106-.0939.295-.1882.483-.3291.561-.2821.725-.6557.905-1.1261.488-1.173 1.519-2.1108 3.056-2.7229.368-.1883.956-.2352 1.474-.3262-.006.047-.006.047-.006.047-.008.0436-.008.0436.069.0436-.016.0943-.022.1408.075.0469l-.075-.0469c.007 0-.069-.0436.022-.091-.085 0-.085 0-.085 0-.01-.3295-.021-.706.608-.9412.639-.2796 1.282-.6087 1.92-.8909.443-.1408.637-.2821.762-.5144 2.294-3.1933 4.814-9.6706 11.369-8.7327.404.0469.793.1408 1.091.3291.881.5177 1.783.9852 3.004 1.0791.081 0 .233.0503.316.0503.46.1849.584.8439.188 1.2171-.204.1882-.503.4703-.868.6586-1.503.9852-3.176 1.97-4.762 2.9108-.371.2318-.734.3731-1.092.5144-.635.2825-1.227.3764-1.841.1412-.378-.1886-.848-.3295-1.317-.4708-.076-.0469-.352.094-.536.1883-.105.1408-.215.2825-.242.4234-.173.4201-.581.8439-1.131 1.1261-.822.3731-1.659.8439-2.475 1.173-.455.2352-.746.4234-.562.7496.421.7995.072 1.7378.317 2.5813.042.2352-.009.4708-.218.706-1.028 1.4082-1.05 2.7695-.835 4.1781.088.4201-.183.5144-.979.7496-.176 0-.426 0-.614.1379-.671.4235-1.343.8473-1.932 1.2703-.198.1379-.142.2792.005.4205.374.1883.75.4234 1.329.4234.663.047 1.101.3761 1.547.6557.446.2822.286.7056-.338.8939-.365.1408-.867.1408-.871.5647-.067.7462-.549 1.4992-1.032 2.2047-.12.1849.026.3266.286.2822.084 0 .175-.0503.267-.0973.464-.1849.942-.5144 1.183-.8909.391-.6552 1.157-1.173 1.935-1.6903.196-.138.7-.138.839 0 .501.8473.827 1.7847.367 2.8638-.057.2821-.282.5647-.662.7965-1.126.5648-1.538 1.4116-1.543 2.2556.081.4703.074.9378.156 1.3612.047.1883.357.3295.596.4201.318.0973 1.029-.091 1.242-.2821.303-.2793.521-.5145.416-.844-.111-.3261-.054-.6083.088-.8909.366-.6083.683-.9378 1.09-.8439.409.047.435.3736.554.6087-.091.047-.105.1409-.113.1409.093 0 .099-.0469.191-.0939-.085 0-.079-.047-.079-.047.424 0 .873-.1408 1.175-.3731.31-.3299.626-.659.949-1.0351.442-.5148.883-1.0762 1.901-1.1261.475-.2825.86-.5148 1.33-.7965.189-.0943.216-.2352.16-.4239-.198-.7022.507-1.3143.875-1.9226.379-.7056 1.026-1.0347 2.032-1.0347.168 0 .432-.044.606-.0914l-.069-.0939s0 0 .077.0441c.002-.4675-.357-.7966-1.046-.6557-.941.0943-1.461-.2822-1.888-.6557-.1-.3761-.29-.7056-.854-.7999-.328-.047-.579-.047-.908-.047-.489-.091-1.081-.0469-1.347-.4201-.418-.4234-.933-.7965-.824-1.3612-.012-.3765.064-.753.132-1.1265.208-.6113 1.292-1.0821 1.989-.7526.54.1883.994.4235 1.536.6587.077.0469.424-.047.528-.1413.097-.0939.222-.2822.158-.3761-.133-.1882-.35-.376-.578-.4704-.702-.2792-1.502-.4674-2.202-.7026-.784-.2323-1.013-.797-.585-1.2669.936-.9853 1.484-2.1113 2.878-2.9112.365-.1409.507-.4675.728-.7496.211-.2352.507-.5174.803-.753.108-.1379.301-.2792.479-.3262 1.521-.6116 2.305-1.7381 3.593-2.4403.911-.4235 1.746-.9408 2.724-1.3144 2.04-.7969 4.076-1.0791 6.107-.4703.312.0939.599.376.807.5642.071.0944.034.2797-.067.3765-.108.138-.298.2792-.47.3262-1.746.5173-3.291 1.3143-4.627 2.2991-.287.2356-.733.3765-1.02.6117-.459.2352-.772.6087-.759.9852-.033.6112-.296 1.173-.968 1.6434-.288.2323-.511.5144-.724.7965-.012.047-.108.1409-.122.1883-.549.706-.301 2.0673.503 2.676.078.0469.341 0 .514-.047.09-.0469.193-.1413.2-.1882.026-.1413-.031-.2822-.005-.4205-.089-.4234-.258-.8469-.346-1.3143-.088-.4234.215-.706.758-.9412.448-.1849.832-.467 1.425-.5174.428-.0913.382-.2796.339-.5148-.314-1.0317.178-1.8756 1.305-2.6286.383-.2826.995-.4708 1.377-.7496.844-.5647 1.733-.9412 2.884-.8909 1.241 0 2.49-.5177 3.76-.706.508-.0469 1.01-.0943 1.575-.0469.956.2352 1.344.3764 1.201 1.22-.025.1412-.048.2796.01.4238-.367.2352-.574.467-.623.7496-.174 1.0351-.91 1.926-1.407 2.8638-.231.4205-.382.7966-.613 1.1731l-.09.0473c-.097.047-.275.1409-.37.2352.173-.0469.267-.1408.441-.1882.006 0 .012-.047.019-.0943.624-.2352 1.157-.4704 1.852-.1413.698.2825 1.619.2825 2.422-.047.888-.3731 1.85-.6553 2.834-.5643l-.072-.091c-.285-.2825-.771-.3295-1.191-.3295-.67.047-1.27.1409-1.858.1883-1.09.0914-2.205-.7056-1.812-1.5491.334-.4675.494-.9379.247-1.4556-.122-.2356.18-.5614.227-.844.295-.2825.592-.5647.894-.8439.296-.2821.815-.4708 1.123-.2821.92.4201 1.954.6552 3.081.8435 1.131.1413 1.864.7026 2.053 1.5969.203.7965.155 1.5964.107 2.393-.026.1408-.484.4205-.735.4205-.741-.047-1.4-.047-2.136-.138-.006.047-.006.047-.006.047.91.5144 1.823 1.0317 2.736 1.5462.373.2825.571.6116.5 1.035-.045.2822-.503.5149-.3.7966.137.1882.453.2821.596.4205.068.1442.114.3295.013.4704-.29.2352-.582.4704-.866.7056-.191.1383-.291.2356-.141.3764h.327c.596-.0503 1.197-.1412 1.433.4671.193.3295.36.3295 1.063.1408.713-.3291 1.19-.1408 1.637.1887.288.2821.576.5614.776.8909.338.5173.175 1.0317-.155 1.5021 0 0 0 0-.083 0l-.101.1409.18-.0939.004-.047c.23.1409.548.2822.609.4234.088.5144.469.7501 1.122.844 1.468.2796 2.209.8908 2.378 1.97.068.6586.483 1.2669.719 1.926.094.4674-.056.8908-.532 1.2673-.658.4675-.545.7966-.005 1.1261.072.0943.146.1853.135.2322-.033.2352.096.4704-.096.6113-.106.1882-.55.3299-.797.2821-.585-.0469-1.07-.1882-1.56-.2821-.241-.0939-.421 0-.449.1882.135.753-.616 1.2208-1.292 1.7818-.282.1882-.244.4708.089.5178 1.07.1882 1.6.5642 1.736 1.3612.113.3736.407.6591.886.8439.567.1883 1.143.2822 1.713.4235-.083.5647.393.7999.864 1.0317.559.2352.544.33.097 1.0351-.21.2797-.017.7027.404.7027.163.0469.423 0 .594 0 .249.0469.51 0 .668.0943.165.047.229.1849.381.2821l.091-.0503c-.006.0503-.011.0939-.016.1413.005-.0474-.081-.0474-.075-.0914-.282.1853-.304.3266-.072.5148.006-.0469.091-.0469.097-.0943-.007.047-.013.0943-.017.0943h-.08c.211.2822.631.3291 1.051.3761.834.0943 1.188.5618 1.367 1.1261.058.1409-.071.4708-.184.6557-.305.3291-.706.7529-1.155.8938-1.436.467-2.21 1.6874-3.718 2.0639-.354.047-.617.0939-.969.1882-.523.047-.734.3291-.864.6088-.24.4704-.484.9378-.805 1.3612-.016.094-.376.2352-.542.1883-.831-.1413-1.459-.5148-1.988-.9852-.162-.047-.218-.2352-.279-.4235-.041-.2821-.079-.5613-.033-.8908-.06-.7027-.388-1.3144-.899-1.8791-.355-.467-.71-.8875-1.152-1.3579-.141-.1886-.656-.1413-.771.047-.207.2322-.329.4234-.443.6083-.368.7496-.461.7496-1.399.7496-.261.0469-.426 0-.592 0l.008-.047-.157-.0905.065.1379h.084c-.023.1442-.046.2822.021.3761.593.5651.658 1.2673.544 1.9704-.054.3295-.009.5643.297.7995.454.3735.994.7529 1.545 1.0791.553.2821.843.6117.675 1.1261-.219.8942-.094 1.7381.203 2.5816.135.1883.101.4235.151.6557.106.4235-.045.8469-.597 1.0817-.565.3299-.969.7026-1.373 1.0795-.614.6113-.875 1.173-.456 1.7847.149.1882-.061.3735-.232.3735-.18.047-.419-.0469-.488-.1853-.286-.3794-.563-.7995-.841-1.2233-.185-.467-.556-.8439-1.128-1.0317-.823-.2352-1.45-.6113-1.88-1.1261-.589-.6088-1.472-.9848-2.374-1.267.006-.0469.012-.0943.012-.0943-.079-.0469-.079-.0469-.158-.0469l.007-.047c.004-.047-.08-.047-.166-.047.079.047.079.047.159.0944-.006 0 .072.0469.067.0939 0 0-.007.0469.079.0469-.075.4704-.064.8909.314 1.22 1.315.9379 1.983 2.1109 2.562 3.3313.271.4704.114.8938-.215 1.3177-.106.1412-.469.2318-.555.2318-.667-.1409-1.253-.2318-1.734-.4674-.573-.1883-1.029-.5643-1.614-.7056-1.344-.2352-2.184-.8909-2.93-1.55-.446-.42-.892-.8439-1.55-1.0317l-.013.047c.007-.047.007-.047-.079-.047-.888-.3262-1.564-.8909-2.056-1.5495-.212-.2822-.238-.6087-.014-.9378.514-.4675.224-.797-.127-1.267-.495-.6087-.795-1.3617-1.187-2.0639-.199-.3295-.509-.5178-1.094-.5647-1.172-.1849-2.418.0943-3.45-.3761-.16-.044-.415-.044-.594 0-.44.047-.883.1409-1.337.2822-1.634.5173-2.674.0939-3.551-.7027-.28-.3295-.335-.9848.076-1.3612.132-.2822.358-.5647.734-.7496.75-.3765 1.508-.7999 2.114-1.3143.098-.047.454-.1409.611-.047.564.1849 1.042.3761 1.592.6083.959.3765 1.878.5148 3.04.1887 1.069-.2356 2.139-.5178 3.241-.4708.084 0 .307-.3262.326-.4201-.877-1.8321-.174-1.926 1.682-2.8169 1.011-.4704 1.93-.8909 2.724-1.5495.411-.4205 1.041-.6557 1.74-.7496.437-.0943.661-.4238.794-.706.214-.7496.343-1.5465.64-2.2991.194-.6557.285-1.22-.681-1.5025-.162-.047-.216-.2319-.274-.3732-.144-.659-.711-.7999-1.579-.659-.261.047-.443.0943-.695.0943-.169 0-.319-.0943-.474-.1882-.231-.1409-.083-.514.187-.6083.273-.0939.624-.1887.896-.2826.18-.0943.29-.2352.146-.3765.012-.0939-.066-.0939-.228-.1408-.709-.2822-1.628.1408-2.445 0-.169 0-.293-.2822-.282-.3262.123-.2352.329-.4704.523-.6112.272-.0944.616-.1413.965-.1883.355-.1408.482-.376.268-.6087-.574-.5643-.965-1.267-1.09-1.973-.022-.3731-.559-.6552-.503-.9852-.022-.376.376-.7496.606-1.0791.096-.0939.108-.1409.121-.2352-.066-.0943-.118-.2821-.189-.3295-.633-.2323-1.189-.4205-1.823-.6087 0 0 .006-.047.012-.0944-.083 0-.077-.0469-.077-.0469.051-.2822.177-.5144.221-.7966h.007c.084 0 .18-.0939.18-.0939-.143-.1413-.149-.0943-.174.047-.006.0469-.006.0469-.013.0469-.648.3736-.654.4205-.22.7966-.007.0469-.013.0943-.017.1413h.081c-.044.2352-.009.5173-.053.7496-.035.7055-.529 1.126-1.477 1.2703-.523.0909-1.034.1379-1.466.2318l.005-.047c-.136-.1848-.349-.3764-.485-.5613-.083 0-.083 0-.174.0436-.111-.3262-.517-.4205-.936-.4205.006-.047-.077-.047-.071-.047l-.163-.0469.066.0943h.167c.104.3765.517.4205.937.4205.084 0 .084 0 .078 0 .135.1882.356.3761.576.5643-.277.1413-.478.3299-.653.3765-.349.0436-.679 0-.911-.0939-.459-.2356-.91-.5648-1.363-.8473-.148-.091-.304-.1853-.459-.2323-.077-.0469-.148-.0939-.238-.0939-1.458.1883-2.237-.6117-3.476-.7056-.329-.0469-.684.0939-.941.0939-.522-.3261-1.108-.3261-1.765-.4234 0 0 0 0-.008.0499.528.3295 1.004.4674 1.765.4205-.066.3761.034.7056.714.7056.761-.047 1.045.2322.947.7496-.122.7026.226 1.0824 1.021 1.3617.27.3291.539.7022-.044 1.173-.384.2352-.431.5144-.491.8469-.242.8439-.719 1.1734-1.996 1.2174-.345.0503-.746-.0436-1.076-.0943 0 0 0 0 .006-.047l-.163-.0469.073.0943h.084c-.166.4234-.332.8943-.583 1.3143-.255.4704-.414.8943-.158 1.3143.114.2826.147.6117.262.8939.095.3735-.143.75-.458 1.0791-.51.4708-.932.9378-1.805 1.0791-.353.0943-.818.2821-1.106.4708-1.042.6113-2.059 1.0317-3.234 1.4082-1.713.5148-3.213.3736-4.655-.0939-.078 0-.234-.0972-.225-.1413-.253-.8938-1.192-.8439-2.232-.7529-.263.0469-.375.1916-.241.376-.015.0948.055.1413.047.1887.442.7965.434.8439-.526 1.4082-.191.0939-.291.1849-.484.2822l-.008.0436c-.283.1412-.482.2825-.675.4238-.854.4234-1.71.8938-2.557 1.3143-.387.1883-.607.4704-.59.7966-.023.0943-.153.3324-.252.4234-1.848 1.1261-3.782 2.2526-5.634 3.3812-.489.2796-1.079.2356-1.655.1383-.483-.1383-.878-.3295-1.361-.4674-.326-.047-.683 0-.9.2322-.833 1.1286-2.086 1.3613-3.526 1.3139.009-.0469.009-.0469.016-.0939-.086 0-.163-.044-.249-.044-.008.044.07.0914.149.1383h.084c-.078.3765-.064.7056-.142 1.0825-.026.0943-19.743 8.4468-19.386 14.5485.094.329.318.517.831.564.434 0 .867 0 1.284.044.166.047.392.188.365.329.105.329.034.611.042.985-.191.847-.479 1.741-.505 2.676-.087.752-.575 1.411-1.23 1.973-.088 0-.088 0-.174 0l-.026.141.095-.047c.009-.047.009-.047.106-.094.934.141 1.877-.189 2.871-.33.55-.141 1.055-.047 1.536.141.954.424 1.997.844 2.942 1.314 1.028.515 1.846 1.174 2.354 2.112.341.846 1.09 1.455 2.136 1.878 1.135.421 2.055 1.079 2.758 1.923.204.282.618.376 1.058.376 1.854 0 3.409.518 5.142.659.265 0 .439.42.318.609-.169.376-.426.797-.682 1.173-.259.423-.7.847-.686 1.22-.278 1.361-1.213 2.487-2.149 3.566-.332.33-.486.656-.285.985.607.894.738 2.02 1.734 2.77.304.282.294.753.477 1.173.04.235.176.424.215.706.129.235.814.329 1.203.188.592-.282 1.044-.799 1.821-.659.169.047.459-.091.573-.188.445-.467.889-.938 1.245-1.361.225-.236.274-.515.323-.75.138-.706.087-1.315.222-2.02.224-.656.438-1.311.752-1.97.373-1.032.482-2.017.593-3.005.086-.421.422-.797 1.078-.985.84-.235 1.768-.515 2.605-.75 1.87-.564 3.67-1.22 5.276-2.252.404-.283.96-.471 1.452-.706.192-.094.493-.282.421-.373-.243-1.035.805-1.973.734-2.958-.012-.891.073-1.785-.02-2.676-.028-.329-.143-.609-.353-.891-.289-.33-.578-.611-.867-.941-.338-.514-.249-.985.262-1.358 1.107-.801 2.443-1.408 3.243-2.441.123-.188.573-.282.854-.376.746-.282 1.153-.611 1.009-1.2201-.028-.3295-.049-.6586.094-.9852.31-.7056-.426-1.4082.129-2.0673.454-.5609 1.152-1.0791 1.763-1.5461.501-.4239.487-.7999.207-1.129-.246-.5618-.146-1.0791.305-1.6409.602-.9412 2.085-1.5026 3.327-1.2234.501.0503 1.084.1883 1.472.4235.915.659 2.214.6116 3.466.8439.424 0 .862 0 1.313-.1379 1.089-.2822 1.637 0 2.14.5609.29.3299.574.659.687 1.0351.146.6557.576 1.1261 1.008 1.6409.221.2352.093.4704.054.6557-.047.2821.008.4704.327.6582.319.1413.71.3765 1.145.3765 1.037 0 1.52.7022 2.457.7969.342.047.45.4235.245.6113-.717.6557-1.196 1.4053-1.677 2.205-.207.188-.515.471-.462.655.288.895-.534 1.644-.669 2.393-.174.518-.167.989.484 1.268.488.188.879.47.979.894.122.329.337.608.654.796.396.235.888.424 1.438.282.549-.188 1.106-.376 1.575-.564.462-.138.775-.468 1.145-.609 1.733-.47 2.677-1.408 3.545-2.487.774-1.032 1.956-1.879 2.975-2.817.013-.094.193-.141.272-.094.168.047.415.141.484.235.036.329.074.656.017.985-.006 1.129.076 2.299.517 3.334.186.467.2.938.294 1.452.027.377-.13.8-.098 1.173.125.33-.285.706.114.941.488.233.146.75.446 1.08.244.094.457.42.434.564-.373.703-.116 1.311.322 1.876.215.282.076.609-.231.891-.489.329-.882.612-1.366.891-.396.282-.358.611-.056.894.3.329.507.702.903.984.705.562 1.505 1.079 1.633 1.97.064.142.215.282.385.33.991.471 2.196.658 2.869 1.455.076.094.435.047.7.047.63-.094.929.283 1.228.612.218.326.075.703-.302.844-.371.141-.731.188-1.015.282-.182.047-.289.185-.39.232.089 0 .17.047.26.047.347.047.702.047 1.049.095.518.094.913.376.943.799.141.232.105.468.062.75l-.188.094.188-.094c1.176-.141 1.809.376 2.244 1.032.147.188.098.517.064.752-.136.327-.362.656-.583.938-.325.424-.297.847-.178 1.221.348.655-.176 1.22-.852 1.546-1.438.705-2.878 1.408-4.481 1.408-.63.05-1.184.144-1.725.188-.814.095-1.572.376-2.188.942-.636.608-1.509 1.079-2.46 1.452-.286.094-.662.235-1.033.329-.28.094-.651.141-1.003.094-1.313-.141-2.732.33-4.046.188-3.067-.376-6.144-.655-9.351-.702-.799-.051-1.545-.376-2.314-.051-.779.377-1.579.848-2.282 1.318-.194.094-.399.232-.518.421-.478.706-1.334.988-2.264 1.173-1.401.329-2.756.893-3.964 1.644-.501.282-.831.608-.817 1.031-.09 0-.096.047-.096.047-.097.047-.097.047-.105.094-.92.141-1.016.188-1.324.894-.009.044-.105.091-.113.091-.563.141-1.034.282-1.604.424-.202.141-.501.326-.802.471l-.128.235.113-.144c.3-.185.6-.327.9-.518.562-.091 1.041-.279 1.603-.42.008-.047.014-.047.03-.138.412-.283.824-.612 1.325-.894h.18c.006-.047.014-.094.02-.141 2.855-1.409 5.98-1.879 9.036-2.441 1.206-.235 2.314.094 3.125.612.324.188.448.514.668.797.204.376-.073.984-.475 1.219-.796.471-1.66.797-2.51 1.032-.278.047-.463.095-.65.141.081.047.158.141.247.141.262.047.448 0 .711.047.519.094.738.377.501.75-.673.8-.816 1.597-.786 2.488.011 1.034.556 1.502 1.805 1.596-.001.564.207.938 1.012.985.354 0 .617.047.972.094.168.094.417.235.681.282.257.047.458-.047.666-.235.266.047.627.047.974.141.431.094.722 0 1.138-.329.97-.985 2.021-1.876 3.223-2.673.289-.094.803.044.86.28-.013.093.153.14.05.235-.578.8-.027 1.314.615 1.831.16.091-.094.562-.294.703-.194.047-.395.188-.678.282-.285.095-.659.189-.952.28-.783.379-2.001.097-2.423 1.035-.568.141-1.042.279-1.604.376-1.887.467-3.675.888-5.467 1.314-.884-.144-1.561.139-2.199.656-1.073.985-2.446 1.597-3.888 2.064-.189.047-.454 0-.62-.094-.493-.279-.872-.703-.963-1.22-.033-.327.127-.75.367-1.08.584-.752 1.312-1.266 2.282-1.64.475-.141.942-.235 1.332-.376.195-.094.232-.33.343-.424.006-.047-.16-.141-.251-.141-1.21.188-2.318.33-3.356.565-.368.047-.684.329-.902.514-.148.33-.299.659-.857.75-1.486.238-2.94.753-4.465.662-.627 0-1.192.091-1.707.42-.711.471-1.483.703-2.247.938-1.441.424-2.498 1.22-3.317 2.208-.474.609-.767 1.17-1.152 1.782-.171.424.091.985.663 1.314.743.471.794.656-.015 1.079-.305.188-.719.424-.991.424-2-.047-3.97.75-5.937.514-.083-.047-.183 0-.366 0-.091 0-.272 0-.282.047-.132.236-.056.33.308.33.184 0 .448 0 .616.094.083.047.148.188.141.235-.016.094-.124.138-.224.185-.297.145-.604.333-.985.424-.666.094-1.413.188-2.061.235-1.113.094-1.787.236-2.244 1.22-.391 1.035-1.307 1.973-2.479 2.817-.518.282-.946.612-1.587.612-.359-.05-.477.09-.611.282-.053.28-.013.562-.157.797-.161.373-.239.75-.576 1.079-.69.702-1.373 1.361-2.158 2.017-.1.047-.302.14-.292.094-.166-.094-.417-.188-.392-.33.089-.42.369-.937-.113-1.266-.083-.047-.166-.094-.258-.094-.184 0-.284.047-.293.094-.26.847-.602 1.596-.771 2.443-.053.279-.022.562.119.797.412.702.079 1.452-.426 2.111-.473.517-.258.8.033 1.22.13.235-.114.561-.429.706-.423.279-.836.514-1.242.655-.313.189-.692.236-.764.612-.106.514-.548.844-1.224.985-1.333.188-2.555.702-3.64 1.455-.741.467-1.382.844-2.256 1.032-.484.094-.921.42-1.254.702-.54.33-.904.753-1.35 1.079-.551.424-1.195.848-1.884.989-.288.047-.493.138-.783.188-2.04.42-3.418 1.593-4.965 2.719-.338.283-.518.706-.689 1.032-.775 2.303-1.353 4.555-.71 6.76-.009.047.054.188.035.279-.064.753-.232 1.506-.202 2.255.031.706.343 1.456.374 2.205.055.189.016.33-.023.518-.484 1.408-1.232 2.675-2.426 3.802-.601.608-1.768.749-2.216.188-.533-.565-1.074-1.126-1.301-1.832-.424-1.5-1.254-2.865-1.37-4.458-.454-.517-.332-1.079.166-1.644.155-.235.31-.517.465-.796.393-.517.399-.985.116-1.361-.587-.753-1.169-1.503-1.853-2.252-.222-.236-.67-.333-1.251-.236-.499.141-.914.282-1.412.42-.603.189-1.268.236-1.657-.138-1.046-1.126-2.556-1.502-4.447-1.408-1.705.091-3.307-.282-5.042-.047-.489.094-.957.094-1.457.232-.501.097-1.103.282-1.252.941-.221.515-.619 1.032-.933 1.55-.523.235-1.245.514-1.925.609-1.357.188-2.682.235-3.345-.938-.256-.471-.973-.612-1.789-.33-.709.188-1.438.141-2.039-.094-.872-.282-1.858-.47-2.78-.141-1.202.33-2.359.423-3.373 1.129-1.448.888-3.078 1.406-4.932 1.688-1.455.188-2.653 1.173-3.415 2.346-.895 1.267-1.601 2.535-1.765 3.943-.165.985-.577 1.876-1.64 2.676-.353.282-.554.702-.839 1.079-.982 1.97-1.785 3.942-2.509 6.006-.156.612-.219 1.22-.269 1.785-.041.891-.068 1.735-.107 2.676-.025.467.044.938.331 1.314.739.844 1.18 1.738 1.395 2.766.191.754.719 1.314 1.608 1.597.805.236 1.5.517 1.936 1.079.585.706 1.558.659 2.568.471 1.201-.186 2.46-.613 3.681-.891.6-.097 1.297-.188 1.836-.047 1.061.373 2.01.421 2.679-.753 1.776-.985 2.776-2.346 3.595-3.752.208-.47.61-.94.913-1.411.659-.75 1.452-1.268 2.596-1.268 1.158-.046 2.41-.093 3.654-.514 1.458-.514 2.928-.282 4.359-.282.658.047 1.056.796.745 1.314-.161.283-.321.565-.568.8-.501.515-1.088.982-1.666 1.405-.93.703-1.489 1.456-1.612 2.394-.07.706-.513 1.361-.773 2.067-.335.609-.822 1.032-1.699 1.079-.479 0-.741.279-.808.562-.34.658-.572 1.22-.721 1.831-.114 1.315-.942 2.347-2.209 3.237-.227.142-.19.377.091.424.544.141 1.198.235 1.777.235.967 0 1.977-.188 2.932-.141 1.245.047 2.526-.47 3.723-.235 1.018.188 2.059.282 3.207.329s1.918.471 2.562 1.079l-.13.141.203-.047c.013-.047-.084-.047-.074-.094.451.141.914.236 1.256.423.172.092.312.33.279.468-.322 1.032-.463 2.064-.96 3.005-.604.938-1.112 1.923-1.437 2.911-.087.373-.284.844-.643 1.126-.989.938-1.212 1.923-1.447 2.955-.067.282-.046.658.093.894.31.796.708 1.644 1.226 2.346.799 1.267 1.82 2.393 3.845 2.534 1.044.562 2.089.28 3.186-.234.534-.236.957-.377 1.49-.565 1.509-.656 2.977-.656 4.392-.374 1.034.188 2.026.562 2.675 1.22.473.515 1.055 1.033 1.647 1.453.079.097.363.141.548.187 0 0-.01.098-.02.142l-.022.094.042-.236c.182-.372.36-.749.708-1.032.602-.516 1.39-1.031 2.257-1.408.875-.42 1.279-.984 1.637-1.782.271-.846 1.098-1.501 1.903-2.114.589-.467 1.236-.795 2.103-.749.185.094.565.142.683 0 1.124-.703 2.491-.703 3.709-.985 1.112-.188 2.192-.706 3.11-1.408.681-.471 1.529-.847 2.423-.938.399-.047.769.044 1.032.188.36.138.526.796.186 1.032-.575.468-1.245.891-1.82 1.361-.438.233-.301.515-.155.75.215.424.487.517.8.424.625-.189 1.258-.47 1.872-.612.819-.188 1.383-.562 1.526-1.314.135-.189.271-.374.396-.562.262-.329.902-.611 1.292-.611.381.046.625.282.666.564.141.797.65 1.22 1.604 1.315.479.046.948.137 1.417.231.761.098 1.166.519 1.23 1.22-.017.095-.036.189.042.283.113.471.458.706.956.659 1.178-.047 2.262-.094 3.453-.188.984-.047 1.863-.047 2.644.471 1.303.89 3.278.282 4.599-.566.222-.14.291-.565.539-.843.142-.236.443-.283.613-.142.417.374.871.562 1.554.562 1.082-.047 2.278-.188 3.301.094.088.095.277.141.258.236.169.141.038.329-.272.423-.107.047-.31.094-.407.094-.312.095-.808.142-.771.515.055.236.404.47.68.565.811.423 1.631.75 2.452 1.079 1.016.376 1.511.891 1.245 1.879-.058.373.299.561.684.608.58.047 1.175 0 1.739.141.654.188 1.388.471 1.813.891.784.564 1.455 1.267 2.134 1.926.426.374.55.844.666 1.314.065.189.222.42.313.468 1.541.235 2.46 1.22 3.634 1.878.271.188.649.283.937.33 1.381 0 2.751.046 4.14 0 1.478 0 2.751.046 3.948.608.371.142.643.282 1.03.329 2.982.515 4.692 2.299 6.513 3.991.427.47.736 1.078.745 1.687.007 1.314.636 2.397 1.49 3.379.532.422.741 1.034 1.066 1.549.432.471.359.941.186 1.459-.316.795-.734 1.64-1.154 2.483-1.127.189-2.178.565-3.083 1.268.6 0 1.091.046 1.317.564.996-.658 2.001-.706 3.078-.564l-.007.046.192.095-.185-.141c.028-.189.152-.327.181-.565.963.285 1.832.47 2.785.799.57.189 1.098.704.776 1.597-.131.185-.159.42-.288.609-.136.282-.058.423.141.423.1 0 .308-.046.322-.141.725-.891 1.652-1.079 2.745-1.032 1.294.047 2.443.374 3.588.796 1.433.518 2.617 1.408 4.405 1.503.4 0 .741.471.994.844.241.471.272.987.406 1.503.153.376.533.517.848.423.53-.235.965-.471 1.48-.565.315-.141.728-.232 1.117-.141 2.832.659 5.779 1.176 8.904 1.033.91-.045 1.79.19 2.551.516 1.604.894 3.536 1.598 4.465 3.147.599.891 1.979 1.169 2.911 1.828.737.659 1.61.938 2.731.847.61-.05 1.188.233 1.769.42.292.095.666.377.733.704.553 1.41 1.006 2.866 1.353 4.366.308.89-.376 3.475-1.004 4.598-.634 1.177-1.556 2.162-2.572 3.1-1.118.891-2.24 1.781-3.348 2.58-.991.66-1.798 1.457-2.318 2.44-.242.33-.477.613-.617.939-.793 1.549-1.962 2.817-3.893 3.519-.646.283-.922.894-.986 1.412-.152 1.314-.194 2.578-.335 3.754-.215 1.876-.431 3.709-.744 5.536-.279 1.504-.559 3.006-1.857 4.32-.6.703-.705 1.596-.7 2.44.078 1.079-.348 2.065-1.182 2.956-.974 1.176-1.858 2.44-2.841 3.663-.374.514-.547 1.079-.411 1.687.045.518-.218.941-.672 1.22-.681.471-1.646.609-2.135 1.174-1.195 1.22-2.586 1.456-4.064 1.502-.84 0-1.554-.188-2.399-.141-.75.141-1.612.282-2.324.141-.21 0-.652.141-.668.282-.314.797-1.092 1.126-1.791 1.641-.705.612-1.486.941-2.463 1.173-1.753.518-3.334 1.314-4.753 2.444-.831.702-1.665 1.357-2.585 1.97-2.211 1.455-2.897 3.378-2.775 5.538-.033.236-.064.468.009.704.825 1.69-.045 3.378-1.304 4.79-2 2.157-3.503 4.503-4.914 6.897-.394.517-.792 1.079-1.548 1.127-.066-.284-.122-.659-.179-.986-.081-.188-.254-.47-.36-.47-.213 0-.559.141-.692.329-.76.843-1.209 1.734-1.56 2.673-.33.049-.659.096-1.007.282-.917.423-1.092.893-.917 1.878h.108c-.009.048-.017.095-.124.095l.008-.047c-.601 1.173-1.094 2.346-1.598 3.613-.48 1.079-1.063 2.065-2.257 2.865-.961.658-1.328 1.686-2.101 2.534-1.336 1.687-3.068 2.44-5.113 2.393-.868 0-1.624 0-2.481-.095-.432 0-.866 0-1.16-.188-1.679-.984-3.625-.984-5.541-1.173-.099-.094-.099-.094-.09-.141-.097-.047-.097-.047-.197-.095l.011-.094c.008-.044-.1-.044-.09-.093-.01.049.09.093.079.187.1.047.089.094.069.236h.218c.621.844 1.753 1.173 2.505 1.923.653.659.982 1.314.388 2.349-.166.374-.33.75-.387 1.079-.067.421-.015.797.391.985.288.236.704.374 1.002.565.495.28.817.986.515 1.546-.193.565-.378 1.032-.671 1.503-.447.796-1.224 1.597-1.573 2.44-.448 1.456-1.757 2.161-3.038 2.628-.824.377-1.726.566-2.542.895-3.122 1.029-6.116 1.311-9.078.655-.854-.094-1.265.374-1.29 1.22-.052.283.017.562.083.797-.02.141.071.235.049.376-.256.847-.619 1.738-.776 2.675-.123.751-.027 1.5-.163 2.3-.055.985-1.574 2.158-2.815 2.347-1.123.14-2.214.046-3.22-.471-.596-.374-1.324-.656-2.151-.938-.418-.141-1.273.376-1.241.8.069.232.135.515.093.749.091.75.171 1.549.153 2.299.116 1.22 1.345 1.786 2.766 1.22.242-.094.485-.235.726-.372.463-.095.982.093 1.041.372.116.66.231 1.27.227 1.926.094.75-.678 1.409-1.696 1.547-.33 0-.531-.138-.863-.138.122-.095.134-.141.134-.141s-.101-.048-.211-.048c-.178-.282-.245-.516-.424-.752.009-.094-.223 0-.343.047-.363.189-.418.517-.207.565.309.14.642.14.974.14-.01.048.088.095.077.189-.542.561-1.092 1.22-1.733 1.735-1.031.8-1.418 1.784-1.492 2.863-.079.42-.145.797.012 1.22.337 1.267-.841 2.3-1.149 3.426-.035.189-.401.376-.645.517-.959.373-2.017.706-2.987 1.126-.614.326-1.151.844-1.686 1.362-1.364 1.408-1.5 2.816-.36 3.942.584.515 1.177.985 1.758 1.503.483.421 1.101.75 1.773.75 1.447.046 1.741.938 1.876 2.158.043.376-.024.752-.092 1.173-.01.706-.236 1.361-.786 1.973-.945.891-1.904 1.876-2.964 2.817-1.05.843-1.661 1.781-1.753 2.954-.127 1.362-.752 2.347-2.032 3.193-.51.326-.92.75-1.442 1.127-.955.938-1.367 1.97-1.223 3.096.155 1.031.187 2.161.581 3.146.29.938.933 1.829 1.452 2.769.091.141.019.562-.242.75-.14.141-.505.282-.744.329-.113 0-.216-.047-.445-.047-.966-.329-1.428.33-1.901 1.079-.113 0-.228 0-.228 0-.011.048-.024.141-.149.189-1.442.423-2.408 1.36-2.902 2.816-.211.562-.307 1.079-.301 1.688-.012.094.079.235.18.282 0 0 .254-.141.267-.188.138-.142.163-.282.186-.42.331-1.224.558-2.491 2.163-3.146.252-.142.335-.609.407-1.032.114 0 .114 0 .239-.048 0 0 .011-.093.138-.141.458 0 1.04-.094 1.485 0 1.929.048 2.713.797 2.729 2.676.113.703.248 1.22.6 1.829.63 1.032 1.671 1.643 2.311 2.58.08.19.39.378.597.519 1.699.796 3.4 1.643 5.116 2.393.54.188 1.275-.094 1.543.374.092.144.059.332.046.422-1.031.656-2.074 1.408-3.074 1.88-.496.187-1.141-.047-1.705-.142-.333-.046-.576 0-.748.329-.216.609-.515 1.033-1.229 1.174-.843.185-1.695.467-2.42.655.011-.046.011-.046-.105-.046.011-.095.011-.095-.103-.095.034-.187.047-.232-.092-.141 0 0 .103.095.092.141 0 0-.013.095-.024.141h.232c.011 1.268.011 1.268-.9 1.22-.578 0-1.131-.137-1.719-.046-.462 0-.83.094-1.292.094-.555-.094-.981-.329-1.395-.562-.517-.375-.296-.987-.202-1.502.047-.282.107-.612.025-.799-.055-.374-.272-.421-.654-.233-.866.373-1.342 1.079-1.909 1.687-.566-.046-1.244-.141-1.38-.655-.178-.938-.748-1.644-1.736-1.879-.334-.094-.412-.283-.351-.608.537-1.079-.078-1.503-.963-1.691-.332-.094-.55-.142-.755-.283.036-.185.084-.466.223-.611.176-.326.098-.515-.131-.515-.116 0-.369.095-.382.189-.291.325-.454.608-.631.937-.573 0-1.173.141-1.722 0-.755-.279-1.622-.514-1.972-1.126-1.205-1.547-2.826-2.723-4.318-3.939-.216-.05-.141-.471-.09-.754.013-.046.279-.235.381-.188.228 0 .573 0 .775.142.905.658 2.012.89 3.296.75.115 0 .102.05.102.05.104.09.104.09.205.137.066.283.143.471.473.565-.012.044-.025.095.077.185l.102.05-.075-.192-.104-.043c-.065-.283-.269-.424-.473-.565.012-.048-.091-.138-.078-.188 0 0-.114 0-.229 0-.689-.609-1.48-1.311-2.281-1.876-.611-.424-.854-.986-.359-1.781-.407-.895-.65-2.02-2.005-2.068-.444-.091-.76-.235-1.191-.377-.202-.094-.379-.375-.1-.655.152-.188.418-.421.658-.471.253-.141.571 0 .911 0 .57 0 1.001-.467 1.418-.89.569-.612.417-.986.164-1.456-.381-.424-.511-.938-.4-1.502.099-.562-.042-.986-.422-1.406.126-.05.126-.05.139-.141l-.202-.095.077.185c-.014.051-.014.051-.014.051-.526.982-.711 1.969-1.023 3.048-.139.703-.532.985-1.214.985-.683 0-1.062-.423-.833-.985.717-1.408.512-2.722.761-4.037l-.138.142c.012-.047.025-.142.025-.142h.113c.567-.561.592-.702.299-1.55-.113 0-.113 0-.113 0 .013-.09.013-.09.013-.09-.594-.471-1.084-.847-1.688-1.224-.906-.607-.918-.561-.464-1.734.074-.376.15-.8.226-1.174.101.044.101.044.101.044l.137-.091-.238.047c-.088-.141-.288-.282-.376-.376-.363-.467-.136-1.079-.048-1.55.076-.372-.437-.658-.487-.937-.125-.565-.137-1.079-.148-1.597.002-.608.415-.984.941-1.362.679-.608 1.491-.745 2.302-.89-.01.095-.01.095-.023.145h.223c-.037.184.063.279.088.137.013-.046.013-.046-.088-.137 0 0-.1-.05-.087-.145 0 0 0 0-.113 0-.024-1.032.514-2.064.928-3.052.212-.562-.099-1.264-.524-1.405-.761-.097-1.508-.283-2.393-.377-.337 0-.759.468-1.121.608-.236.048-.548-.09-.621-.278-.201-.142-.239-.517-.213-.612.795-1.22 1.776-2.252 2.373-3.613.42-.985 1.549-1.644 2.889-1.644.027.47.15.941.179 1.409.086.141.186.188.286.235.311.141.558 0 .73-.283 1.064-1.502 1.69-3.001.977-4.551-.247-.47-.028-1.032.182-1.549.539-1.644 1.079-3.285 1.308-5.069.316-1.691.975-3.426 1.409-5.069.058-.33-.202-.703-.13-1.08-.104-.608-.191-.749-.678-.517-.722.329-1.422.517-2.049.329.323.613.635 1.315.369 2.114-.281.891-.453 1.782-.637 2.72-.121.659-.676 1.22-1.316 1.69-.383.236-1.344.048-1.257-.423-.085-1.267-.059-2.534-.036-3.801.076-.373.369-.75.441-1.126.548-1.127.901-1.221 2.436-1.174-.357-.42-.615-.796-.864-1.22-.407-.749-.678-1.641-.499-2.581.145-.75.411-1.55.459-2.347.046-.8.289-1.502.873-2.252.996-1.176 1.248-2.487.722-3.707-.733-1.315-.418-2.959-1.135-4.321-.39-.795-.213-1.69.91-2.44.505-.328.698-.749.913-1.314 1.312-2.813 2.621-5.677 3.821-8.541.379-.847.768-1.734 1.246-2.534.451-.659.555-1.22.467-1.879.008-.609.017-1.173.037-1.876.14-.703.62-1.55.532-2.158-.375-1.455.35-2.958-.021-4.366-.332-1.079-.127-2.111.623-3.238.633-1.078.956-2.205.637-3.334-.077-.702.06-1.408.409-2.111.559-1.22 1.104-2.392 1.554-3.612.4-.988.791-1.927.87-2.912.587-3.612 1.81-7.18 1.545-10.746-.049-.283.132-.706.305-1.032 1.08-2.35 1.735-4.648 1.35-6.995-.021-.467-.132-.986.162-1.409.644-1.172.548-2.298.563-3.472-.1-.564.008-1.126.125-1.735-.017-.423-.139-.893-.49-1.223-1.321-1.22-2.753-2.392-4.046-3.752-.838-.987-2.28-1.548-3.619-2.114-.577-.234-1.291-.282-1.627-.658-2.232-1.734-5.074-3.002-6.801-5.112-.576-.707-1.046-1.409-.626-2.444.161-.279.045-.703-.103-.985-.87-1.735-1.621-3.567-2.599-5.255-.882-1.596-1.673-3.192-2.104-4.977-.216-1.408-.985-2.581-1.186-3.987-.009-.424-.336-.8-.584-1.079-.596-.517-.979-1.082-1.223-1.831-.211-.892-.905-1.456-1.725-1.879-.728-.374-1.458-.75-2.085-1.127-.537-.279-.736-.749-.291-1.407.16-.28.241-.656.312-.939.017-.561.045-1.126-.041-1.64-.238-1.223.675-2.161 1.84-2.863.707-.471 1.604-.894 2.397-1.314.683-.378.996-.892 1.12-1.456.035-.142-.02-.377-.086-.519-.134.142-.382.377-.515.519-.113.046-.347.235-.335.14-.825-.329-1.718-.844-1.736-1.69.026-1.032.477-2.158.806-3.19.047-.236.38-.376.526-.565 1.585-1.781 1.585-1.781 2.885-4.504.133-.187.288-.423.511-.565.776-.329 1.442-.656 2.193-.89.763-.33 1.358-.753 1.699-1.408.658-1.22 1.638-2.068 3.137-2.582 1.497-.518 2.405-1.503 3.412-2.534.252-.236.425-.612.191-.892-.467-.608-.327-1.27-.067-2.016.385-1.362.674-2.727.972-4.132.064-.329.05-.752-.114-.894-.736-.703-.624-1.687-1.154-2.44-.475-.514-.633-1.173-.562-1.97.112-.987-.525-1.643-1.507-2.11-.176-.097-.763-.097-.991.044-.835.706-1.595 1.502-2.694 2.02-.337.188-.216.561-.183.844.1.422-.083.843-.529 1.078-1.222.658-1.637.753-2.393.142-.567-.515-1.484-.845-2.02-1.503-.536-.702-1.536-1.032-2.891-.702-.314.093-.817.14-1.1.093-1.145-.14-2.168-.375-2.206-1.502.04-1.032-.828-1.55-1.586-2.064-.247-.235-.638-.235-1.03-.235-.49 0-.944-.141-1.4-.279-1.02-.238-1.566-.848-.948-1.832.453-.659.286-1.224-.087-1.691-.487-.847-1.194-1.597-1.79-2.393-.615-.659-1.341-1.315-1.522-2.205-.017-.329-.276-.471-.664-.471-1.965.094-3.577-.47-5.21-.985-1.459-.376-2.811-.796-4.425-.938-1.152-.05-2.003-.517-2.504-1.266-1.23-1.691-3.289-2.723-4.752-4.226-.712-.612-1.749-.702-2.994-.376-4.376 1.267-4.472 1.267-8.269.235-1.07-.329-2.166-.561-3.088-1.079-.838-.517-1.69-.941-2.698-1.126-1.9921-.47-3.4939-1.361-4.7246-2.488-.3081-.282-.7605-.376-1.2026-.564-.4554-.095-.9238-.141-1.3779-.236-.9925-.235-1.8615-.561-2.311-1.361-.4651-.75-1.1746-1.311-2.1516-1.594-1.0728-.282-1.5625-.938-1.915-1.738-.3135-.937-.4604-1.781.6744-2.816.365-.28.6592-.656.8602-1.032.1737-.282.2645-.608.3428-.891-.165-3.522-.7535-5.163-3.5814-8.262-.2068-.28-.589-.609-.4994-.891.1268-.796-.2289-1.22-.9895-1.546-.666-.286-1.211-.706-1.7535-1.129-.4872-.28-.3168-.891.0846-1.267.2407-.189.3738-.33.5211-.515.36-.282.3583-.611.1302-.8-.3558-.376-.8158-.75-1.2762-1.126-.6878-.561-1.2826-1.079-1.3014-2.017.0125-.377-.2834-.659-.5806-.941-1.0636-1.5-1.8074-3.143-2.1285-4.925-.3131-1.129-.1473-2.35.0222-3.57-.0046-.608-.365-.984-.9519-1.22-.5734-.235-1.0665-.467-1.6521-.702-.252-.094-.4646 0-.6262.235-.8895 1.409-1.0209 2.817-1.2465 4.178-.0787.279.028.562.2423.797.807 1.079 1.0649 2.393 1.7367 3.613.6158 1.123.9129 2.347 1.1009 3.614.0276.89 1.0393 1.314 1.0695 2.158-.0377.8-.2633 1.549-.1926 2.299-.0393.47.1114.938.1675 1.361.0309.565.8811 2.535 1.2226 3.005.4249.518.7409 1.032.73 1.738.0687.421-.365.938-.9347 1.264-.5558.283-1.2214.283-1.3185-.043-.5965-1.879-2.432-3.052-3.722-4.46-.4341-.468-.5844-.938-.2068-1.597.3227-.42.4575-.891.6061-1.409.1469-.514.0921-.937-.2855-1.266-.889-.844-1.6563-1.735-2.9062-2.3-1.0084-.42-1.6358-1.126-1.9418-2.017-.0264-.235.2725-.609.5831-.706.1063-.046.2943-.046.388-.046.4697 0 .9535-.047 1.3579-.421.54-.564.7828-1.079.5839-1.644-.5483-1.032-.9112-2.017-1.8212-2.722-.4416-.374-.7753-.844-.6936-1.409.257-1.781-.2851-3.425-.332-5.116-.0749-.984-.2427-1.97.0691-3.002.3131-1.361-.2378-2.255-1.4156-2.957-1.4278-.797-2.679-1.877-4.6337-2.112-.6342-.047-.8029-.376-.5212-1.031.2817-.612.2461-1.08.1315-1.597-.3479-.938-.5873-1.97-.8284-2.958-.1017-.282-.1909-.561.0611-.797.64-.891.321-1.643.2754-2.346-.1-.282.0862-.611.2595-.847.1742-.279.4249-.467.6003-.75.3181-.423.3039-.376-.2319-.749-.2336-.094-.5463-.283-.5714-.518-.2444-.659-.4608-1.455-.5985-2.158-.0105-.282-.0218-.517.0707-.8.1344-.42.1913-.937.5073-1.361.5827-.985.6953-1.923.442-2.861-.1381-.423.0997-.894.5852-1.267 1.478-1.267 2.1783-2.628 2.5555-4.131.0782-.232.0657-.467.144-.75.3918-1.223 1.0414-2.443 2.3616-3.519 1.3562-1.176 2.4035-2.491 3.2683-3.849.9159-1.503 2.2281-2.82 3.2808-4.225 1.1227-1.314 1.8832-2.629 2.2202-3.99.2507-1.126.6015-2.252 1.0289-3.378.2394-.75.9255-1.268 1.9008-1.55 0 0 0 0-.075-.047l.1641.047c-.2176-.141-.5333-.279-.6366-.518-.7924-1.499-2.1767-2.766-3.0394-4.269-.2947-.47-.7003-.847-.9945-1.361-.2164-.141-.3056-.424-.1411-.659.1628-.514.1222-.985.108-1.503.0502-.137.5902-.467.8426-.42.3412.047.6831.095.9083.189.3818.231.7221.514 1.0913.75.5701.47 1.1649.844 1.9887 1.031 1.1774.189 1.7007.797 1.6977 1.691.0423.424.1097.8.1486 1.22.0406.471.4337.609.9159.797.1603.941.1398 1.879-.2583 2.911-.2256.423-.6689.706-1.2917.706-.3571 0-.6107-.047-.9535-.047.0753 0 .0753 0 .0627.047l-.0627-.047c.5244.608 1.5675.655 2.4855.89.1658.048.5843-.188.8874-.282.2038-.094.429-.282.5684-.423.4044-.468.8958-.891.6107-1.452-.1959-.518-.2879-1.079-.3817-1.644.0218-.376-.3855-.514-.8037-.565-.239-.093-.5073-.093-.8501-.14.0628-.185.0255-.373.072-.515h.0787l.113-.047-.1913.047c-.1252-.188-.3428-.329-.3675-.564-.0176-.515.2176-.985.6291-1.456.2633-.279.0582-.515-.1599-.655-.4692-.189-.8514-.424-1.3323-.565-.6581-.138-1.1026-.42-1.3203-.891-.3193-.376-.7622-.655-1.3181-.847-.6546-1.875 1.4797-5.065 1.2796-5.301-.3918-.424-.7831-.844-1.1732-1.314.0125-.047.0125-.047.0255-.094.175 0 .2754 0 .2126-.095-.1.047-.113.095-.2126.095 0 0 0 0-.0896 0-.0109.047-.0239.094.0641.094-.1378-.094-.3651-.236-.3257-.376.1863-.562.622-1.127 1.3595-1.547.4228-.235.8343-.423 1.1696-.659.113-.047.172-.279.1222-.376.0109-.047-.1394-.138-.2286-.138-.7861 0-1.5726.279-2.321.42-.6639.189-1.154-.232-1.1444-.797-.0264-.188.1612-.235.4462-.329 1.0615-.282 1.1478-.564.6296-1.173-.2759-.235-.1399-.377.3457-.517.2993-.141.7237-.095.8204-.421.3068-.702.9021-1.22 1.671-1.738.3211-.188.221-.423-.1909-.467-.2507-.047-.5985-.047-.8363-.141-.3851-.141-.5621-.423-.5387-.799.0347-.374.2319-.703.8271-.938h-.0125c-.0105.047-.0235.094.0514.141l-.0121.047c-.0255.046-.0611.188-.0862.282.0263.185.1142.185.1741 0 .0356-.142-.0255-.236-.0758-.33.0239-.094.0365-.141.0599-.188-.0858 0-.0984.047-.0984.047-1.19-2.347-1.0711-.471-2.6919 1.361-.1235.094-.4211.235-.5964.235-.1863.047-.4103-.094-.4609-.188-.2629-.565.0469-1.267-.3027-1.832-.1264-.141.1478-.467.2211-.703.1862-.329.3712-.611.6437-.937.3098-.424.2349-.753-.002-1.0796-.0377-.1916.1347-.4234.2963-.6586h.0858c.0142-.047.1252-.1409.1486-.2352.0984 0 .1993-.047.3085-.1409.0122-.044.036-.0947-.0393-.1383-.0235.0436-.1474.1853-.2696.2796-.0109.047-.1222.1409-.2206.1882l-.0138.047c-.1725 0-.3462 0-.5078-.047-.3959-.1408-.6341-.4674-.4742-.7026.7246-.6586.7827-1.3613 1.0866-2.0673.0988-.0469.1239-.1413.1348-.1413.0984-.0469.0984-.0469.1114-.0939.5182 0 .9627-.0469 1.4169-.3735-.0122.047.0879 0 .0757.047.0122-.047.0122-.047.0235-.0969 9.1213.4234 6.4825-5.0191.1327-.1383-.0967.0469-.1206.0943-.1327.1383 0 0 0 0-.0875 0-.0113.0499-.0113.0499-.0113.0499-.5182 0-.9736.047-1.4169.3735 0 0-.0862 0-.1721 0-.0255.094-.0502.1409-.074.2352-.5149.5178-1.0193 1.0351-1.5254 1.5495-.1222.0944-.38.0944-.6529.1409 0 0-.1382-.1409-.1131-.1882.1691-.7966.499-1.5969 1.1009-2.3935.4056-.4704.2788-.8909-.0314-1.2669-.0125.0469-.0251.0939-.0251.0939.0121-.0469.0251-.0939.036-.1409l-.0109.047c.0595-.4704.1314-.9378.1063-1.4082.0724-.5144.4751-.9379.8677-1.3617.404-.4671 1.165-.7022 1.8054-.5647.1616.0469.3089.1442.4437.2352.2239.1412.4073.0943.6279-.091.0234-.047.0481-.1442-.0138-.1912-.3085-.4205-.6422-.7026-.5593-1.2669.0967-.2797-.0623-.6088-.1502-.844-.0122-.2351-.1738-.2796-.3069-.1412-.0983.0469-.1343.1412-.1599.2352.0126.2351.1135.4703.0411.7055.0736.2826-.4525.6088-.8958.6557-.6141 0-.9941-.1413-1.3278-.4234-.5169-.5618-.7505-1.173-.6889-1.8757.0255-.3765.036-.6557.1331-.9852.2423-.4708-.1394-.6117-.581-.8473-.2947-.1379-.4542-.467-.6404-.6557-.5279-.5139-.3839-.9378.4587-1.4551.2064-.0939.0959-.2822-.136-.3761-.0863 0-.1582 0-.2445 0-1.1837.1916-1.9179-.1882-2.4319-.7026-.1223-.1409-.2319-.3291-.3424-.5174l.1109-.0474h-.1846l.0741.0474c-.3056-.0914-.5375-.1886-.7438-.3299-.5969-.514-1.3784-.7496-2.4006-.7496-.4261 0-.8409-.047-1.2432-.0944-.4998-.0436-.7782-.2351-.8518-.5609-.1084-.1886-.1068-.4238-.1176-.659-.2646-.4671-.5417-.9379-1.2466-1.1261-1.1762-.2822-1.4374-1.0318-1.3922-1.9226-.0218-.1883.1382-.4235.2131-.6587l.1348-.1412-.1223.0943s0 0-.0125.0474c-.5107 0-1.0209 0-1.5534.0943-.8878.0943-1.0305-.2356-1.1335-.7027-.08-.2351-.4198-.2351-.7501 0-.7074.3262-1.018.7501-.9146 1.1731.0812.2792.136.6112.4274.7496.4951.2821.2226.6116-.0612.9407-.2549 0-.4244 0-.681 0-.2633-.2351-.578-.2821-1.0197 0-.4436.2797-.8844.6088-1.3746.7966-.2804.047-.6865.2356-.9292.2356-1.1269-.1887-2.2064.1849-3.2708.561-.3789.1412-.8439.2351-1.2947.3295-1.1026.1886-2.216.4708-3.298.8909-.5764.1886-1.1151.2356-1.7116.2356-.1708 0-.4337-.1887-.5387-.3765-.1068-.1883.1816-.561.3914-.6553.6751-.2356 1.3377-.4238 1.9275-.6586.3788-.091.4044-.1882.2152-.3262-.4077-.3295-.1788-.7529.2658-1.0321 1.4173-.8939 2.8802-1.6904 3.8618-2.8198.1612-.2319.5525-.3732.8443-.4675 1.378-.5613 2.6011-.6553 3.6986-.1379.0737.0436.4634-.1442.501-.2386.1583-.2318.2336-.4234.2223-.6556.1754-.5174-.4634-.8909-1.118-.7056-1.9921.6586-4.1063 1.129-5.6827 2.4873-.3571.2826-.8204.4239-1.2604.4239-.6077.0469-1.195.2821-1.4939.6552-.4181.706-1.2888.9882-2.1126 1.4087-.5182.2821-.969.3295-1.5391.2821-.8849-.1408-1.7434.0939-2.5102.5643-.4199.2356-.5982.5148-.4609.844.005.2351.1946.4238.2147.6116.1708.467-.1594.9379-.9472 1.22-.3947.1413-.8631.2821-1.27.4674-.5077.1883-1.1574.3765-1.5207.6587-1.0368.75-2.0389 1.173-3.4027 1.3612-1.7321.3262-3.5169.9848-5.2176 1.6405-.2976.1442-.6216.3291-.8627.5178-.4608.5613-1.1733.8435-1.9439 1.0791-.8409.1882-1.5688.5647-2.3972.7056-.1863.0469-.4558.2796-.6249.5148-.3307 0-.6329-.1413-.9176-.047-.8719.2352-1.7723.6113-2.5868.9412-.7568.8905-2.0029.9852-3.0645 1.311-.673.1882-1.4185.3295-1.9778.706-.4307.1882-.8032.047-1.2197 0-.9192-.047-2.0126.3291-3.0021.4201-.0862 0-.3462.2352-.4901.376-.5166.4708-.5166.4708-.5886.2356-.1423-.3295-.2854-.6116-.4993-.9847h.0858l.1285-.0944-.2005.047-.0138.0469c-.9666.9848-2.19091 1.4519-3.67101 1.5022-1.04897.0469-1.97153.1849-2.8966.7965-.33193.1849-.87902.2822-1.34072.3291-.65005.1384-1.26495-.0469-2.04519.1883-.28798.0469-.648384.0943-.994133.0943-.173712 0-.3884445-.0943-.429047-.2352.0456255-.0943.133109-.3291.17706-.4704.812888-.5177 1.56592-1.1261 2.70279-1.173.61741-.047 1.16491-.0943 1.69609-.1413 1.56718-.047 2.95017-.5178 4.33317-1.1734.84805-.4201 1.68309-.7962 2.58689-1.1731 1.005-.3765 2.0246-.5647 2.9551-.2821.3868.0939.8309.0469 1.2043-.2352.717-.5614 1.4763-.9848 2.4345-1.22 1.4596-.4708 2.8028-1.0791 4.3172-1.4523.8703-.2821 1.7083-.7059 2.5915-.9852 2.627-.8472 4.6178-2.3494 6.3855-3.8985.7844-.75 1.5144-1.3617 2.6291-1.8287.2959-.0943.3508-.2825.2068-.3295-.0725-.047-.229-.0943-.3131-.0943-.3546.0469-.6371.1413-.9912.1413-.3429 0-.6706 0-.8975-.0944-.9271-.2821-.915-.2821-1.6036.1883-.0983.0469-.1272.0943-.2394.1886-.3227.1883-.6656.1883-.6547-.0943.0879-.9374-.9677-1.3143-1.5981-1.8786.0138-.044-.27 0-.2821.0469-.9151.8939-1.7819.7056-2.72.4704-.3152-.0939-.2444-.2821.0235-.5173.2394-.1853.5638-.3736.7329-.6087.3524-.2822.5483-.5643.4027-.8469-.1018-.4201.0372-.7966.6571-1.0791.7317-.3732 1.3077-.7966 1.5379-1.4053.1222-.3295.3412-.706.5622-1.0791h.0845c.0264-.094.041-.094.0674-.1916.2365-.1853.3755-.3262.5295-.5144.1503-.1883.1063-.2822-.1862-.1883 0 0-.0549.1409-.0817.2352-.0544.1413-.1092.2822-.2612.4675-.0138.0503-.0263.0972-.0531.1412-.0846 0-.0988.0504-.0988.0504-.82-.094-1.6363.0436-2.5379.2318-.3541 0-.8208-.0939-1.2168-.1882-.3972-.0436-.653-.2797-.6295-.5614-.0469-.5614.0581-1.0791-.003-1.5965-.0096-.8439.3634-1.6438 1.5517-2.3464.5312-.2822.7518-.6582.7329-1.0318-.0313-.376.0206-.7525-.0108-1.1261.0468-1.0351.6843-1.8316 2.092-2.4403 2.0875-.8909 3.8112-2.1143 6.0163-2.8639.1817-.0469.332-.2352.4538-.3295.8145-1.0791 2.2394-1.5495 3.5939-2.0639.761-.2352 1.2934-.0943 1.671.467.0435.0939.0766.2356.2034.3765.1424.047.3537.1882.5354.1409 1.3056-.1409 2.3675-.5614 3.1787-1.4087.1486-.1882.1942-.5609.5149-.5144.2507 0 .3164.2792.5148.4201.27.1882.5404.3765.81.5614.1427.0503.3805.0972.5337.1408 1.1716 0 3.0397-.7965 3.475-1.5461.4073-.6586.9444-1.2674 1.6597-1.8786.1478-.1409.2495-.4675.229-.6088.0251-.5613.4776-.6586 1.0992-.7496.1783-.0469.4667-.1916.5889-.2821.0825 0 .1202-.0943.1457-.1883-.0582-.0469-.1159-.1408-.1159-.1408-.3194 0-.6141-.1413-.8891-.047-1.2671.2822-2.465.6113-3.591.9379-.7418.2352-1.3123.1882-1.6978-.1409-.8062-.5148-1.8489-.6087-3.1482-.4675-1.4801.138-2.1611-.4703-2.6358-1.2233-.1708-.2318-.1113-.6087.1428-.8875.5056-.706 1.3168-1.3177 1.7505-2.0673.1084-.0469.3696-.0943.6433-.1882.5626-.1409.6832-.2822.5685-.4239-.3194-.467-.6501-.9378-.9678-1.4518-.2164-.2821.1139-.7529.6622-.8942 1.5316-.3732 2.9565-1.0792 4.4926-1.22.5199-.091 1.1369-.1849 1.6329-.1849.6342.0436 1.1306.0436 1.774-.3765.337-.2352.9652-.376 1.4847-.4234.8627-.1409 1.7694-.1409 2.5944-.1409.6467.047 1.0979.6587.5107 1.1261-.3332.2821-.6689.5173-1.0021.753-.3479.2792-.2817.5613.0703.7496.5747.2356 1.0552.5177 1.6425.7529.5061.1849 1.1561.2318 1.8338-.0503.5936-.2792 1.2214-.4201 1.8966-.467.5195-.0474.5479-.3765.7982-.6088h.0813c.0828 0 .0958-.0503.0958-.0503.6593.2352 1.4018.4704 2.2863.5643.0829 0 .3663-.0943.4868-.2352.224-.1408.1674-.4704-.0548-.5609-.7422-.2356-1.6141-.33-2.5006-.1417l.0104-.047-.2235-.0943.1298.1409h.0833c-.1331.1417-.1691.2322-.2181.3735-.0829 0-.0708-.047-.1532-.047-.0126.047-.0126.047-.0239.0973-.2474 0-.5793 0-.8141-.0503-.1532-.047-.3525-.1849-.316-.2821.1958-.5614.4851-1.1701.776-1.7818.1674-.2352.5216-.2822.8644-.3291.0829 0 .2599-.047.2708-.0943.036-.091.1113-.2826-.0439-.3262-.409-.2352-.9239-.4234-1.3328-.6586-.4211-.2356-.4964-.75-.1515-1.0318 1.5328-1.3147 1.8212-2.629 1.55-3.9429-.0787-.5144.0205-1.0318-.1499-1.4556-.1586-.7027.2696-1.2204 1.2541-1.7348.6798-.2822 1.2453-.7526 1.7852-1.1261.9381-.5643 1.5455-.7056 2.36-.4234.0687 0 .2206.0469.2897.0939 2.0493.9378 4.3499.1413 6.578-.6088.2804-.1438.5843-.2821.7928-.4234 1.9213-1.1261 4.1766-1.7847 6.2398-2.5812 1.1214-.4235 2.2583-.6587 3.3997-.4235.769.1409 1.6601-.0943 2.5052-.2352.2566 0 .5559-.1882.7723-.3735.2989-.1409.4571-.3761.6639-.5173.8861-.4704 1.7149-.797 2.704-.5614.5249.1383 1.1311.2323 1.6677.3735.9912.1883 1.9669.1883 3.0209-.3295.6668-.2796 1.45-.4674 2.1419-.6087.4387-.0943.8329-.0456 1.0839.1849.532.3794.706.8468.77 1.4086.011-.0469.011-.0469.011-.0469-.081 0-.174.0469-.174.0469-.405 0-.681.0969-.958.1916-.172.0436-.3457.0906-.4387.1379-.0904 0-.0904 0-.1029.047-.324 0-.7422.0469-1.0775.0469-.0812 0-.2754.1409-.2754.1409.0377.0943-.0172.2822.1252.3291.3545.1887.7002.1413 1.0397-.1882.1143-.0939.157-.2352.188-.3291.0824 0 .0824 0 .1754-.047.0908 0 .1816-.0469.3662-.1379.267-.0503.612-.1417.958-.1916h.163c.527.1409.42.4704.234.7995-.232.4674-.182.6116.287.659.314.0436.638.0436.862.0906.458.0943.914.2352 1.347.3765.224.0939.405.2825.432.4708.099.1848-.128.42-.355.6087-.185.0469-.413.2821-.352.3295.316.561.101 1.267.338 1.7843.183.2323.394.3266.742.2796.514-.0939 1.035-.1882 1.627-.2796.85-.0939 1.428.1383 1.608.6557.177.4708.459.8909.846 1.2204.315.3295.702.6586 1.232.7999 1.145.2792 1.869.8439 2.686 1.4053.542.376 1.207.6112 2.12.5643.412 0 .811.0469 1.221.0469.481.047.758.2319.933.4704.05.0914.174.2323.215.3736.166 1.0791 1.298 1.6907 2.44 2.2991.698.4234 1.594.7529 2.088 1.3143.01-.0474.01-.0474.01-.0474h.083c.113-.0943.227-.1882.411-.2821.093-.0436.32.0503.556.0939-.003.0092-.034.1031-.208.1505zm174.337 20.4638c-.102.1409-.281.1887-.524.1409-.159-.0939-.225-.2352-.039-.376.095-.0436.265-.094.444-.1883.064.1442.136.2822.119.4234zm-125.789 155.6307c-.5.095-1.28.142-1.981.283-.299.047-.446.282-.294.47.783 1.315 2.018 1.829 4.043 1.362.308-.094.712-.188 1.02-.283.417-.141.602-.611.45-.797-.569-.941-1.799-1.035-3.238-1.035zm72.678-193.2712c.498-.0943 1.014-.2356 1.381-.4708.185-.1408.327-.5144.183-.6083-1.08-.7529-4.469-2.5347-5.767-.7529-.205.2352-.113.6112.188.7529 1.027.561 2.349.8435 3.691 1.0791zm-61.781 194.4482c.77 0 1.472-.142 2.229-.098.866 0 1.616.098 2.462.192.741.138.896.844 1.513 1.126.183.044.473.044.673 0 .213-.097.433-.236.557-.376.822-.8 1.657-1.126 2.686-.986.385 0 .77 0 1.077-.094 1.561-.611 2.897-.564 4.273-.235.298-.047.586-.047.796-.141.325-.188.562-.423.798-.656.017-.094-.017-.423-.191-.517-1.22-.659-2.324-1.408-3.419-2.205-.338-.236-.787-.376-1.249-.471-1.566-.329-3.129-.655-4.962-.093-.611.187-1.14-.048-1.658-.327-.165-.144-.337-.235-.511-.332-.44-.185-1.062.05-1.644.565-.248.282-.312.61-.053.752.779.42.629 1.174.69 1.828.031.33-.083.424-.709.189-.528-.235-.803.188-1.303.282-.893.141-1.959.189-2.852.329-.191 0-.354.327-.383.468.085.518.594.844 1.18.8zm-.409-5.072c.498-.091.717-.703.487-.985-.325-.283-.546-.609-.986-.797-2.207-.89-4.38-1.926-6.715-2.629-.714-.235-1.417-.517-2.102-.89-.767-.424-1.45-.8-2.362-.986-.447-.141-.893-.282-1.117-.564-.866-.844-2.147-1.126-3.478-1.126-.952 0-1.862-.188-2.646-.518-.528-.188-1.164-.329-1.66-.235-1.699.376-3.431.47-5.176 1.035-1.648.561-2.665 1.738-3.843 2.72 0 0 .16.141.254.141.382 0 .933.094 1.358-.094 1.883-.75 3.925-.938 5.755-1.876.326-.235 1.047 0 1.175.282.172.517.492.797 1.137.891.827.141 1.559.282 2.385.423.553.095 1.2.186 1.626.421.949.47 2.137.706 3.263.8.656.043 1.063.373 1.251.843.268.985 1.211 1.503 2.433 1.597.182.047.267.094.354.141.267.091.303.376.043.703-.135.188-.356.329-.49.517-.368.377-.274.844.301.844.851.047 1.723 0 3.161 0 1.425.518 3.591-.234 5.592-.658zm38.881-193.9777c-.297.2821-.507.5177-.642.7999-.34.4674-.441.9848-1.01 1.3613-.175.0943-.21.2351-.238.376.024.7027.292 1.3583-.25 2.0643-.095.047.208.1409.349.2319.061.0972.365.2381.271.2855-.307.7026.314.8439 1.111.8909.874.1412 1.76.1412 2.72.2352.074.0469.141.0939.141.0939-.108.1383-.222.2796-.31.3266-.432.1408-.853.2351-1.271.2821-.517.1409-.896.4234-1.051.7966-.135.2351-.271.5173-.332.7994-.048.2797.128.6088.521.6591.78.1849 1.479.3262 2.273.4674.869.1409 1.832-.2356 2.251-.7026.19-.1442.217-.2822.324-.3765.35-.5643.959-.7525 1.778-.7961.248-.4239.577-.8943.9-1.2703.485-.4205 1.042-.797 1.52-1.1735.095-.0469.182-.0939.196-.1379.603-.6112 1.206-1.2233 1.809-1.8321.1-.1412.052-.2821.078-.4234-.117-.2352-.227-.5144-.342-.7496-.076-.0469-5.323-2.1109-5.73.3291-.093.4675-.11.9856-.203 1.4527-.014.0939-.114.1882-.204.2352-.174.0469-.323 0-.371-.1883-.136-.5144-.358-1.0321-.582-1.5495.02-.0914-.29-.1853-.452-.1853-.163 0-.497.0939-.519.1853-.606.6113-1.14 1.2703-1.666 1.8786.073 0 .067.047.067.047l-.169.0469.094-.0943h.008c-.265-.3291-.438-.6553-.026-1.1261.122-.1882.331-.4234.285-.5643-.216-.5617-.107-1.126.001-1.6404.028-.1413.061-.3296.009-.4235-.128-.1882-.168-.3735-.295-.5651-.196-.2314-.842-.2314-1.043-.0461zm199.701 24.8298c.32 1.0791.812 1.3583 2.3 1.4087.414 0 .912-.0504 1.408-.1409 0 0 0 0 .083-.047h.249c.166-.0473.415-.0943.662-.1886.084 0 .248 0 .248.0469.083.0944-.002.1887-.249.1413-.248 0-.495 0-.661 0-.084.047-.166.047-.166.047-.083 0-.165 0-.165 0-.249.1408-.415.2821-.583.42-.332.2352-.335.5648-.005.706.578.2352 1.073.4235 1.569.7056.578.2792 1.157.2792 1.821.1883.746-.1443 1.327-.0499 1.906.3735.661.5643 1.325.5173 2.156 0 .331-.1882.58-.4704 1.074-.4704 1.077.047 1.658-.3262 1.906-1.0791.08-.4234.493-.8435.907-1.173.742-.6587.905-1.4552.819-2.2522-.578-.1882-1.074-.4234-1.652-.4704-1.154-.0943-2.225-.3266-3.296-.6557-.577-.1882-.99 0-1.403.2319-.496.2825-.579.2381-.823-.1849-.083-.1409-.165-.2822-.246-.4234-.165-.1883-.576-.2826-.823-.2356-.166.0943-.332.1886-.415.2825-.082.2352-.083.4201-.166.6586-.002.2323-.002.4675-.169.6088-.248.1882-.495-.0939-.741-.1883-.083-.0469-.165-.0939-.247-.0939-1.073.047-1.813-.3266-2.385-.8909-.163-.0943-.329-.1882-.492-.2351-.329-.1887-.824 0-.91.3291-.002.1412.08.3295.079.4234-.085.1409-.168.3262-.334.3735-.083.047-.329-.0943-.493-.0943-.165-.047-.496-.047-.578 0-.251.2821-.584.6113-.506 1.0317.08.2826.241.5652.321.8469zm-232.738-24.689c1.01.1887 1.528.3765 1.965.5648.445.1882.714.42.974.7026.341.2822.98.2822 1.423.1409.549-.2822 1.014-.5614 1.634-.7966.095-.0469.418-.0469.49-.0469.3.1408.624.1408.904-.047.592-.4674 1.109-.9848 1.685-1.4086.583-.4201 1.317-.7962 1.964-1.1731.175-.0943.344-.0943.504-.0943.331-.0469.272.2352-.038.5178-.587.4704-1.098.9378-1.614 1.4551-.302.2822-.282.5144-.182.7966.021.2821.636.4234.909.2821.265-.0943.618-.2352.817-.4234.509-.4708 1.046-.7026 1.868-.75.33-.047.585-.0939.932-.2352.265-.0939.689-.1882.808-.3765.653-.7492 2.03-1.1261 2.385-2.0194.036-.1854.394-.3736.737-.4675.263-.0943.52-.1413.862-.2352.943-.2796.933-2.1109.271-2.0169-.249.0469-.585.1412-.854.2351-.465.3262-.824.4675-1.108.3262-.769-.5613-1.671-.4201-2.454-.5613-.538-.094-1.203 0-1.745.2821-2.309.9848-4.689 1.9226-7.29 2.393-.586.0943-1.219.3736-1.796.4675-1.072.0939-2.033.4234-3.004.7999-.891.3257-1.171.8435-1.387 1.4082-.025.1392.179.28.34.28zm78.337 114.9419c.119-.188.071-.514-.078-.702-.061-.188-.396-.377-.641-.518-.245-.188-.49-.326-.872-.188-.285.141-.571.282-.949.376-.764.329-1.558.235-2.248.094-.437-.094-.586-.282-.423-.796.012-.047.024-.141.035-.236.164-.47-.145-.8-.76-.89-.262-.048-.534 0-.894 0l-.007.043-.1.094.018-.137h.089c.468-.753 1.185-1.362 2.056-1.785.785-.518 1.149-1.173 1.675-1.691.196-.141.136-.326.153-.467.026-.141-.491-.283-.86-.188-1.188.188-2.135.561-3.041 1.267-1.822 1.408-3.405 3.001-4.909 4.645-.759.891-1.58 1.55-2.887 1.879-.466.141-.417.373-.277.609.307.329.172.658-.226.89-.502.33-.914.659-1.326.989-.207.185-.002.608.261.655.257.094.595.188.874.141 1.181-.047 2.357-.094 3.398.141.874.189 1.773.189 2.692.047 1.013-.188 1.659.33 2.528.561 0 0-.026.142-.032.189-.397.235-.795.514-1.104.753-.108.14-.146.373-.069.467.072.141.331.188.511.188.54 0 .925-.141 1.239-.424.735-.749 1.841-.89 2.633-1.405.007-.047.259.091.253.138-.151.424-.392.847-.459 1.267-.108.141-.057.376.113.471.586.282 1.159.702 1.963.752.445.047 1.01-.094 1.232-.423.348-.517.703-1.126 1.056-1.691.335-.467.106-.75-.204-1.079 0 0 .005-.047-.084-.047l.084.047c-.091 0-.096.047-.186.047-.006 0-.103.047-.108.094.005-.047.011-.094.017-.094h.091c.096-.047.102-.094.102-.094-.312-.329-.748-.42-1.39-.329-.187 0-.337-.189-.223-.374.127-.235.343-.47.551-.706.306-.231.695-.47 1.091-.702.007-.051.113-.141.03-.189-.061-.235-.227-.329-.503-.282-.269 0-.657.236-.884-.047-.144-.279.066-.47.371-.75.209-.186.503-.374.628-.61zm96.994-41.0188c-.353.1409-.874.1887-1.301.0939-1.024-.1882-2.044-.4703-3.066-.7022-.818-.659-1.854-.659-2.982-.6121-.344 0-.687-.0469-1.03-.0469-.602-.0503-.93-.2822-.985-.75.027-.3761.3-.5643.821-.6113.173-.0469.437-.0939.532-.2352.181-.0939.28-.2825.202-.4238-.149-.3258-.381-.7023-.705-1.0318-.16-.1408-.499-.2352-.838-.2792-.509-.1442-1.024-.1916-1.531-.2821-.171-.047-.327-.2356-.317-.3765.008-.1413.112-.3765.286-.3765.696-.1409 1.478-.2318 2.256-.2821.689-.0441.804-.4675 1.084-.7501.186-.2352.192-.3291-.06-.4234-.671-.2322-1.342-.4205-2.134-.1853-.351.1409-.694.1409-.952.1409-.429 0-.822-.5174-.636-.7056.557-.6087 1.115-1.2204 1.753-1.7382.367-.3261.973-.4201 1.49-.467-.002 0-.088 0-.088 0l.166.0943-.079-.0943c1.065-.5178 1.408-.5178 2.145-.047.159.1883.405.3296.654.4671.493.3295.722.706.604 1.2204-.119.4708.028.8938.348 1.2204-.003.0499-.003.0499-.003.0499-.002.044-.091.044-.179.0914.086 0 .174-.047.263-.047 0 0 .002-.044-.081-.0939.26-.044.437-.1384.61-.1384.528-.1882.973-.4234.835-.9411-.067-.2822-.048-.6084.229-.8909.184-.1883.703-.2792.866-.1409.244.1887.316.4234.562.5647.081.0944.514.047.515 0 .554-.6116 1.09-.9412 2.188-.7026.336.1379.861-.0503 1.285 0 1.268.3266 2.312.0436 3.291-.5643.535-.3765 1.139-.4708 1.627 0 .329.2352.757.2352 1.189.1409.261-.047.432-.0001.593.1408.24.3262.48.6557.632 1.0322.152.3731-.215.7965.371 1.0791.333.1882.669.3291 1.09.5144.083.047.164.1413.16.2352-.001 0-.008.1409-.094.1882-.547.5618-.919 1.0792-.527 1.7852.082.0905-.1.2821-.192.42-.36.2822-.807.5647-1.167.8943-.272.2352-.626.4201-1.063.514-1.044.1886-2.1.5647-2.908 1.1734-.269.1409-.538.3291-.8.3761-1.746.3299-3.258 1.0795-4.929 1.5029zm-155.608-66.8807c-.873-.0943-1.737-.2352-2.677-.4234-.079 0-.272-.2352-.184-.2352.701-.6087.19-1.2674.559-1.8287.036-.5647.145-1.0791.167-1.5495.021-.4704-.413-.7027-1.038-.7966-.625-.0943-.617-.1413-.528-.5647.14-.6087-.11-.9378-.822-1.0317-.631-.047-1.334-.1409-1.805.1408-.921.5148-1.994.6117-2.893 1.0322-.361.1408-.657.376-.945.6112-.041.5149-.564.7027-1.168.844-.515.1412-.909.4674-1.377.7026-.184.1413-.142.2822-.001.3765.285.1882.579.3295.953.4708.14.0943.197.1882.012.2821-.087.0436-.177.091-.258.091-.714-.091-1.414-.2323-2.062-.2323-.73 0-1.392.4235-1.757.9379-.257.4234-.074.7026.277.9378.352.2352.713.4235 1.073.6557.853.5174 1.803.9877 3.204.5643.177-.0943.502-.0943.649 0 .665.2822 1.479.2822 2.277.3761.08 0 .148.0469.223.0943-.089.0474-.179.0474-.349.0943-1.334.138-2.664.2822-4.006.4201-.413.0503-.802.3295-.952.659-.232.6084-.021 1.1261.739 1.4083.296.1408.68.2318 1.083.2318.635.0943 1.303.047 1.868.047 1.199.0947 2.298-.047 3.376-.5144.355-.1409.793-.2822 1.208-.2822.912-.0943 1.891-.0943 2.832-.2826.178-.0909.407 0 .564.047.695.1413 1.313.3169 1.86.4238 3.518.6901 3.468-.1882 7.765-2.4403.279-.1883.585-.4704.797-.7501.523-.5643.344-1.2669-.39-1.6434-.149-.0469-.385-.0943-.554-.0469-.502.0469-.862.2352-1.079.5148-.199.1409-.375.2352-.509.0939-.343-.3262-1.134-.4234-.769-.9848-.263-.3295-.449-.5618.108-.9378.285-.1883.512-.4708.568-.7496.054-.6591.431-1.3177.956-1.8791.203-.1882.082-.3764-.124-.5613-.282-.1883-.686-.1883-1.125-.047-.9.4675-1.875.844-2.776 1.3114-.456.2352-.689.5643-.688.9412-.043.1849-.004.3731.033.6083.148.4239-.305.6591-.747.8439-.096.0504-.183.0944-.354.1413-.537.2356-.683.5178-.518.8909-.028.1442.103.2826.075.4234.018.2813-.46.6109-.771.5639zm50.782 9.3847c-.376-.1883-.511-.3731-.711-.6553-.172-.4234-.711-.6557-1.372-.6117-.988.0503-1.894.0973-2.649-.3257-.227-.0943-.644-.047-.89-.047-1.407.091-2.729.1883-4.144.3291-.838.0944-1.616.3262-2.064-.376-.121-.2826-.606-.2826-.997-.4239-1.177-.2352-2.16-.7026-2.234-1.6434-.09-.4238-.473-.5614-1.032-.6557-.315-.0469-.308-.0939.044-.2352.35-.1408.633-.3291.989-.5144l-.156-.0469h.244c-.081 0-.088.0469-.088.0469.559.0906 1.194.1853 1.784.0906.256-.0906.56-.4201.504-.561-.144-.0943-.194-.2821-.346-.3295-.509-.3765-.68-.7965-.414-1.3617.149-.376-.426-.7965-.981-.8909-.481 0-.976 0-1.533-.0469-.401-.047-.79-.1409-.814-.4704-.114-.2352-.142-.5618-.254-.8439-.05-.1413-.083-.4205-.308-.5174-.73-.4205-1.274-1.0317-2.199-1.2644-.765-.2352-1.591-.1882-2.308.1849-.531.2356-.926.6117-.827.9412.261.797.348 1.6409.271 2.4844-.019.0939.2.2385.349.2821.77.2352 1.629.4704 2.481.706.77.2352.762.2793.674.7496-.075.4235-.239.8473-.234 1.2674-.02.5609-.427.9848-1.138 1.3139-.533.2352-1.013.6117-1.403.9378-1.06.8943-1.336 1.926-1.439 2.9108-.129.7026 1.198.6113 1.6 1.0791-.013.0944.058.1409.133.1883.656.4703 1.397.4703 2.274.1412.176-.0469.436-.1412.605-.1882.254 0 .317.0943.28.2822-.12.2351-.322.4205-.278.6116.033.2792.407.5144.806.5614.956.1882 1.981.4238 2.968.4238 2.056 0 3.738.7492 5.725.6553.412 0 .782.2826 1.087.4234.686.2822 1.404.4235 2.327.3296.666-.047 1.236 0 1.907-.047.253-.0503.594-.1409.865-.2821.634-.3296 1.262-.6587 1.954-.8469.435-.1379.647-.4205.614-.75-.03-.3291.168-.5174.459-.7995.968-.888.916-1.594-.131-2.2056zm141.603 4.7428.161.091-.163-.0436-.079-.1413zm.536 6.9447-.247-.0469.249-.091zm-7.65-6.1008c-.107.6587.454 1.1261.932 1.6435.399.3735.964.7026 1.109 1.2673.811.5144 1.282 1.267 2.346 1.5462h.002.163c.343-.3262.767-.6557 1.107-.9848.423-.2822.434-.6088.363-.9852.003-.1409.173-.2792.339-.3291.17-.091.414 0 .493.1408.315.5174.894.4704 1.558.3761.083-.047.163.0469.245.0943 0 .047-.003.1413-.005.1853-.752.2352-1.342.6586-1.934 1.0791-.592.4235-1.341.5643-2.166.4235 0 0-.081 0-.082.0469 0 0 .001-.0469-.082-.0469-.014.4238-.026.8473.042 1.2669-.007.2826.234.4708.644.5647.414.0944.993.0944 1.148.4704h.083.081c.249 0 .498 0 .745.047.332 0 .412.0939.243.2352-.084 0-.249 0-.332 0-.249 0-.497-.0969-.656-.2822h-.083c-.081 0-.081 0-.081 0-.336.0943-.75.0943-1.007.3736-.26.3295-.272.7055-.033 1.0351.881 1.0317 1.937 1.8756 3.672 2.2521.001-.047.001-.047.003-.047l.002-.1408-.005.1882c-.088.1409-.174.2792-.096.4235.235.5613.722 1.0317 1.295 1.4052.245.1883.996.0944 1.17-.0914.086-.1438.257-.2821.26-.4234-.057-.9848.548-1.926.573-2.8638.014-.5643.274-1.0317.784-1.4552.171-.2352.428-.5148.433-.7965.029-1.2204.966-2.3025.829-3.5225.003-.1408.007-.2792.093-.4205.26-.5173.683-.9378 1.429-1.1261.25-.0469.497-.0469.493.1413.076.2826-.181.6557-.018.844.726.7529.874 1.6908 1.438 2.4404.239.376.318.6586.143 1.0791-.09.3295-.262.7055-.353 1.0317-.087.2822.402.6586.736.5647.501-.1413 1.001-.2821 1.419-.4234.583-.1413.583-.1413.822.3761 0 .0943-.002.1408-.002.2352.24.3735.572.4674.909.1853 1.255-.6557 1.934-1.5466 2.279-2.5784.002-.0943-.163-.2352-.325-.3291-.164-.0943-.412-.1882-.576-.1882-1.078 0-1.486-.2826-1.472-1.0791-.073-.6586-.32-.7526-1.563-.5614-.58.091-.58.091-.407-.2821.003-.2356.172-.4239.178-.6591.172-.4205-.07-.7026-.646-.8439-.573-.1409-1.067-.2352-1.471-.7056-.402-.4708-1.222-.7496-1.37-1.4086.002-.091-.244-.1849-.409-.2319-.407-.0943-.903-.0469-1.23-.1882-.817-.2352-1.468-.5178-1.699-1.173-.231-.6117-.549-1.0792-1.362-1.4087-.244-.0939-.402-.2821-.561-.4704-.319-.4238-.72-.6556-1.374-.7965-.407-.1409-.73-.2822-1.054-.4234-.404-.1409-.819 0-.912.3291-.179.467-.357.9852-.535 1.4551h.08c0 .047-.002.0944-.002.0944.24.2356.312.5617.302.8908-.001.047-.003.1409-.088.1883-.167.0943-.249.0469-.242-.1883.009-.2821.018-.5647.028-.8908-.08 0-.08-.047-.08-.047.002-.0469.002-.0469.002-.0469-.165 0-.413.0469-.492-.047-.73-.3295-1.389-.1882-2.054 0-.002.047-.004.0939-.004.0939 0 .047-.081.047-.081.047-.005.0943-.006.1853-.01.2796-.088.1882-.255.2352-.419.2352-.079-.047-.242-.1379-.241-.1379-.16-.1409-.075-.2826.174-.2826.165-.0499.329-.0943.496-.0943 0-.047 0-.047.002-.0944l.083-.0469c.002 0 .005-.0943.005-.1409-.229-.5173-.712-.8003-1.292-.6117-.828.2352-1.572.3296-2.477.3761-.575.047-.913.2822-1.093.6586-.088.2356-.179.4205-.349.6083-.526.844-.307 1.55.659 2.1579.157.1886.483.283.391.5181zm-231.661-2.5816c-.232.5647-.385 1.173-.53 1.7381-.045.1883.295.4671.551.4201 1.153 0 2.296-.2792 3.389-.7022l.01-.047.099-.0469-.109.0939c.26.2821.526.5144 1.111.5144.495 0 1.089-.091 1.561-.3262.293-.1882.674-.3764.982-.6586.5-.3262.842-.7026 1.328-1.0322.695-.4703 1.463-.9378 2.531-.9378.41 0 .971-.2821 1.431-.4704.561-.2821.981-.6557 1.539-.9378.37-.1409.822-.3291 1.159-.3761 1.165-.0469 2.29-.2796 3.411-.5613.427-.047.836-.047 1.256-.0944l-.091.047h.081c-.188.091-.295.1849-.393.2821-1.533.5614-3.092.9379-4.588 1.311-.788.2385-1.505.4704-1.727 1.0351-.06.2826-.413.3735-.686.4674-.461.1879-1.071.3291-1.45.5643-.652.2826-1.399.6557-1.609 1.1735-.087.3731.165.6553.243 1.0317-.019.047.049.1413.03.1883.088.3295.374.5144.778.5647.88.091 1.863.1383 2.834.1853 0 0 .058.0943.041.1882.047.1409-.143.2352-.399.2822-1.007.0469-2.089.0939-3.178.1882-.587 0-1.274.1409-1.838.4234-.282.1413-.5.3262-.551.5614-.152.2822-.141.5647-.218.8909-.11.7529-.005.9848 1.423 1.2669 1.669.2826 3.323.6117 5.163.5647.247 0 .654 0 .877.1409.363.1882.728.4234 1.008.6117.644.4205 1.192.9378 1.538 1.5461.05.1413.1.2822-.083.3765-.091 0-.257 0-.34 0-1.544-.1413-2.945-.5173-4.245-.9852-.539-.1409-1.058-.4234-1.631-.4234-1.476-.0939-2.959-.1409-4.378-.0939-.745 0-1.247.376-1.602.7965-.471.5643-.704 1.1261-.768 1.7377-.187 1.0796.375 1.8321 1.794 2.1583.705.1882 1.345.2821 2.051.4704.149.0943.32.3735.193.5647-.255.3735-.658.6557-.913 1.0317-.138.1853-.358.4205-.328.6088-.021.4708.041.8909.102 1.3143-.036.1413.19.2356.348.2826.325.0469.659.0469.994.0469 1.395.091 3.027-.0939 4.37.2319.785.2385 1.638.1412 2.46-.1409.544-.1849 1.087-.3262 1.54-.4675.728-.2792 1.514-.42 2.249-.3291.884.1409 1.687-.0909 2.439-.467.459-.1413.827-.2826 1.268-.4239.191-.0943.425 0 .476.1409.068.047.133.1413.118.1882.077.4205.535.5618.913.7501.611.2825.23.8473.573 1.173.075 0 .143.0947.218.1413.955.1882 1.895.4704 2.951.6586.971.1413 2.052.1413 3.104-.0469.611-.094 1.076-.3292 1.323-.7056.495-.7027.736-1.4087.036-2.0174h-.082c-.209.1882-.398.2826-.741.3262-.083 0-.251 0-.326-.0436-.142-.1409-.119-.2356.222-.2826h.845s.006-.047.098-.0943c-.008.0469-.008.0469-.016.0943h.083c.207-.1882.422-.4201.62-.5614.282-.1413.716-.1916.927-.0503.331.4235 1.15.4704 1.388.9379.942-.138 1.606-.4675 2.073-1.0792.343-.4703.445-.8908.114-1.3143-.113-.2356-.308-.5144-.603-.6557-.421-.376-.585-.7965-.573-1.2199-.041-.5648-.294-.9379-.881-1.2674-.58-.3761-.524-1.0317-.647-1.5965-.165-.3735-.086-.75.473-1.0321 1.134-.6088 1.643-1.4556 1.851-2.3935.077-.3295.244-.7525.478-1.0317.811-1.0791 1.611-2.1113 2.409-3.146.25-.3731.639-.6552 1.17-.8435 3.668-1.3617 7.59-3.5664 1.69-4.3634-.797-.0943-1.447.2322-2.095.5613-.47.2822-.456.6088-.375.9853.067.4234-.038.9411-.136 1.3612-.007.047.069.0943.061.0943l.06.1409-.15-.0939c.008-.0469.016-.0469.029-.1413-.065-.0469-.125-.1882-.186-.2821-.089-.3295-.357-.6088-.82-.75-.313-.047-.635-.094-.857-.1883-.821-.376-1.464-.0943-1.892.3761-.396.2825-.71.6087-.946.9378-.693.8909-1.233 1.8321-2.083 2.6756-.846.8439-1.15 1.8321-1.844 2.7225-.014.0914-.114.1417-.13.2323-.097.0503-.107.0943-.203.1413-.131.2352-.567.3291-.801.2821-.232-.0939-.499-.3731-.385-.514.506-.7529.935-1.5969 1.514-2.3465.898-1.035 1.142-2.1142.974-3.1933-.045-.1882-.253-.376-.46-.5144-.201-.2356-.88-.1409-1.019.1379-.281.5174-.554.9882-.748 1.4552-.146.2826-.426.4239-.739.3765-.857-.2356-1.853-.1882-2.758-.1882-.323-.0474-.396-.0474-.298-.1413.099-.047.181-.047.271-.091.534-.1916 1.061-.3325 1.521-.5173.36-.1409.537-.5648.427-.8-.201-.5643-.773-.9378-1.26-1.3109-.555-.4708-1.12-.4708-1.939-.1413-.368.1853-.664.3735-1.038.5618-.287.1878-.542.2352-.863.1878-.327 0-.304-.0939.194-.4704.605-.5177 1.211-.9852 1.732-1.4552.4-.3299.273-.8439-.145-1.1265-.148-.0939-.379-.1408-.527-.2318l.097-.0503h-.079c.509-1.1261.609-2.2991.793-3.4252.061-.6087-.322-1.0317-.878-1.4556-.343-.2792-.824-.3295-1.314-.3295-.904.0503-1.579-.1849-2.141-.5614-.351-.2352-.799-.4234-1.052-.7496-.465-.7529-1.392-.9412-2.643-.8472-.919.1408-1.879.0469-2.855.0469-.496.047-.992.0939-1.497.1409-.504.0469-.888.3295-1.037.5647-.261.4201-.452.8435-.554 1.264-.2.4704-.521.7999-1.169 1.129-1.106.5148-2.151 1.0791-3.269 1.6434-.559.2797-1.118.5618-1.166 1.0791-.026.0944-.232.2357-.413.3262-1.893.706-3.536 1.6908-5.313 2.5377-.372.1853-.818.3261-1.043.5613-.343.3761.26.5614.427.8909.216.4251.34.9399.209 1.4573zm19.71-3.3782c.581-.047 1.156-.047 1.82-.0944.499 0 .933-.0939 1.39-.3291.009-.0474.009-.0474.009-.0474-.41 0-.894 0-1.311 0-.664.0474-1.335.1417-1.899.4239-.009.047-.009.047-.009.047zm3.219-.4709h.081s-.081 0-.09.0474c.689-.1413 1.41-.0474 1.98-.4205.009 0 .009 0 .018-.0503-.664.0507-1.327.0507-1.989.4234zm67.406-14.1275c-1.119-.5148-1.629-1.3147-1.289-2.2995.284-.7022.484-1.4082.998-2.0668.545-.7941 1.4-1.1232 2.745-.9823.235.044.471.0943.637.044.172-.0914.276-.1853.379-.3262.017-.0943-.031-.2821-.1-.3764-.218-.1409-.523-.2352-.758-.2822-.636 0-1.171-.1853-1.607-.4205-.429-.3295-.681-.706-.293-1.1294.991-1.0791 1.528-2.3427 2.596-3.4252.188-.1853.6-.2352.823-.1408.526.1882.96.4703 1.52.4703-.006.047-.011.047-.011.047.156.047.234.047.314.047.068.0943.217.1412.396.0469-.081 0-.241 0-.396-.0469-.074-.047-.149-.047-.227-.047 0 0 .004-.047-.076-.047.148-.3764-.197-.706-.545-1.0317-.275-.2356-.463-.5618-.567-.8909-.017-.3765.129-.75294.835-.65903 5.185.47083 1.801-2.2052 5.845-2.58125.482-.04696 1.035 0 1.516-.04696.08 0 .175-.09391.186-.14086.181-.14129.201-.27963-.02-.37606-.304-.09139-.686-.1853-1.067-.27963-.302-.09433-.433-.28215-.402-.47039.127-.28214.482-.5144.885-.56471.72 0 1.44-.04696 1.938.32952.637.47039 1.191.98521.905 1.7847-.151.42343-.39.93784-.542 1.36127-.88 3.0022.074 1.5495 1.378 2.8605.275.3295 1.153.3295 1.068.8472-.051.3291-.183.6557-.476.9848-.313.4704-.147.9412-.221 1.4083.007-.047.087-.047.087-.047.709-.4201 1.337-.8435 2.04-1.2669.442-.2352 1.008-.2822 1.381-.1409.075.047.151.0939.305.0939 1.66.706 2.716 1.6438 2.822 3.0521-.006.0436.058.1379.135.1849.154.0503.245-.047.275-.2319.165-.5643.246-1.0825.41-1.6438.03-.2352.636-.5174.952-.4671.63.0436 1.267.0906 1.813.1849.852.1883 1.809.2352 2.656-.0469 1.084-.3258 5.829-1.0318 6.323-.561l.071.0906c-.061-.1384.015-.0906-.141-.1384-.434-.3291-1.168-.2352-1.705-.4234-.307-.0939-.505-.376-.307-.6557.009-.0469.094-.0939.103-.1438.096-.0914.19-.1853.282-.2796h.08l-.071-.0939c-.003.0469-.009.0939-.009.0939-.404 0-.739.0943-.932.3295-1.011.9378-2.472 1.0791-3.783 1.2674-1.311.1882-2.562 0-3.6-.5647-.301-.1409-.176-.4235-.302-.6557h.081c.18-.1409.014-.0969-.071-.047-.004 0-.004 0-.01.047-.674.2322-1.435.5148-2.221.3735-1.099-.091-2.02-.3735-2.727-.9852-.214-.1409-.253-.4234-.297-.6557.011-.0469.096-.0973.18-.1409-.084.0436-.169.094-.249.094-.006 0-.006 0 .069.0469-.728.091-1.347-.0469-1.849-.4234-.498-.3736-.743-.844-.816-1.40867-.017-.37605.177-.60831.836-.7496.165-.04695.404-.04695.562-.04695.085 0 .25-.04695.336-.09433-.154-.04737-.306-.09433-.373-.14128-.757-.28215-.845-.75254-.386-1.12608.265-.14086.524-.28214.702-.42343.265-.14086.265-.14086.103-.65569-.125-.23519-.083-.47038-.122-.75253l.076.04695c.004-.04695.089-.04695.094-.09432.237 0 .481-.04696.65-.09433.244-.04738.264-.18531.122-.28257-.075 0-.234 0-.318 0-.101.14422-.279.28257-.454.37648-.087.04695-.086.04695-.165.04695h-.005c-.153 0-.313 0-.462-.09433-.52-.23226-.592-.7496-.153-1.03216.263-.14087.526-.32575.781-.42343 1.016-.42343 2.078-.60874 3.213-.7496.492-.14087.957-.04696 1.308.23561.139.14086.377.14086.551.04695.268-.18865.619-.42343.881-.61166.43-.23184.736-.14087 1.015.09432.215.18824.265.37606.482.51776.213.14129.442.2352.774.14129 5.291-2.06727 3.836 2.53094 7.452-1.12608 2.513-.98814 4.862 2.11087 6.402-1.0351-.046-.27963-.168-.51482-.133-.796552.128-.326587.406-.655689.9-.796972.576-.1882385 1.046-.1408645 1.4.141283.427.373542.767.796551 1.571.702644.158 0 .298.141287.444.235197.076 0 .063.14128.055.18823-.026.18824-.053.37355-.003.60874-.017.14086.133.18824.374.18824.084-.04696.166-.09433.256-.14129.137-.46745.281-.93783.341-1.408219.111-.282567.54-.514825.857-.514825.479-.0469551.881-.0939098 1.268-.0469551 1.007.1882381 2.093.3291021 3.096.5173401.235.04402.134.185304.114.373542-.066.517337.23.655687.81.470387.751-.3291 1.472-.37606 2.234-.14087.771.14087 1.558.18824 2.333.32617.393 0 .69.18824.813.47039.117.37647.41.56429.958.60873.78.09727 1.364.51734 2.155.56472.073.04695.148.09391.22.14086.152.04696.302.14087.451.23519.524.23562.434.32953.008.60874-.344.23519-.688.4708-1.029.65904-.082 0-.082 0-.163 0-.083.04696-.086.09391-.091.14087-.236 0-.396 0-.49.09432.076.04696.152.09391.155.04696.162-.04696.249-.09391.335-.14086.005-.04696.085-.04696.164-.04696.004-.04695.087-.09391.09-.09391.243-.04695.486-.09433.73-.14128.579-.18531 1.063-.28257 1.682-.14129.703.09475 1.32.28257 1.938.42385.156.04696.295.18824.281.32953-.05.46745-.105.93783-.235 1.40822-.116.32659.105.46745.491.56136.699.18824.898.51734.851.93784-.043.42343-.167.84728-.367 1.17303-.197.32952-.62.56509-.969.84729-.17.091-.415.1413-.581.1882-1.492.5144-2.986.9815-4.483 1.4992-1.53.0944-2.985.2352-4.508.2352-.565.047-.67.2352-.857.4704l-.097.1409.093-.0969.004-.044c.389.0943.696.1882 1.084.3266.625.0973.848.2352.741.4704-.098.1882-.211.4234-.463.5177-1.43.561-2.861 1.1261-4.374 1.687-1.699.0973-3.069.8-4.638 1.1295-.495.091-1.074.2322-1.435.5613-.543.4235-1.292.6587-2.051.8909-1.438.5643-2.669 1.3613-3.828 2.1612-1.159.797-2.059.9378-3.284.467-.153-.0939-.3-.1882-.451-.2821-.153-.0436-.304-.091-.462-.1413-.099.1413-.193.2352-.213.3765-.216.3764-.567.6116-1.132.6116-.974 0-1.867.047-2.734-.0943-.318 0-.661.0943-.912.1883-.172.0469-.27.1848-.446.2792.076.0503.151.0972.228.1408.388.0948.781.1413 1.086.2826.536.1882.569.5609.436.8938-.14.4205-.572.6087-1.125.5144-.47-.0939-.855-.2352-1.322-.376.007 0 .007 0 .011-.047-.081 0-.156-.044-.238-.044.077.044.072.091.148.091h.079c-.128.376.076.6112.359.8908.353.3795.299.7526-.166 1.1764-.361.2319-.725.5144-1.002.7496-.522.2356-.799.4708-1.168.7999-.575.6088-1.411.7496-2.285.6088 0 0 .006 0-.075 0 .005-.047-.077-.047-.157-.047-.072-.0939-.139-.1882-.403-.0469.164 0 .24.0469.403.0469-.006.047.071.047.152.047h.08c.062.1408.046.2352.113.3731.108.3295-.201.7999-.608.7999-1.055 0-2.056.1409-3.071-.0943-.385-.1413-.742.0469-1.032.376-.005 0-.096.0944-.108.1413-.102.1384-.202.2822-.304.4205-.334.5643-.963.9848-1.738 1.2233-.689.2319-1.371.4671-2.056.6553-.26.0943-.525.2323-.792.3731-.276.2386-.483.5178-.45.7999.044.2352.277.3296.592.3761.845.3735 1.026.75.439 1.4082-.093.047-.104.1384-.19.1384-.817.5173-1.567 1.1764-2.698 1.0351-.565 0-1.011.2318-1.52.3261-.677.1409-1.436.2822-2.188.3761-.338.047-.709-.1882-.741-.4704.013-.091.105-.1409.118-.2318-.005-.4708-.135-.6591-.696-.753-.239-.0469-.386-.1413-.636-.0943-1.254.1882-2.351-.0939-3.329-.6117-.214-.1849-1.597-.2318-1.457-.091.083 0-.285.2352-.298.3296-.39.3735-.968.4205-1.436.2796-.232-.0943-.542-.1853-.769-.2796-1.06-.4704-2.126-.9379-3.376-1.267-1.09-.2821-1.976-.7999-2.856-1.3612-.446-.2352-.326-.9379.084-1.4087.199-.1882.605-.1882 1.053.047.138.1413.254.4238.62.1853.268-.138.535-.2797.803-.4205.088-.047.251-.047.339-.047 1.65-.6112 3.271-1.0791 5.093-.7995 1.906.2822.394-.8908.826-2.4844.033-.1882.155-.4234.344-.6116.105-.0944.285-.2352.451-.2352.769-.2352 1.499-.2352 2.107 0 .302.1408.586.3764.708.6087.091.4234.088.9412.171 1.4116-.006.0469.15.0469.232.0469.081 0 .169 0 .255-.0469.526-.2352.662-.5643.8-.9412.125-.2323.09-.5144.133-.7966.1-.6116-.184-.8439-1.138-.9378-.164 0-.406 0-.562-.047-.4 0-.668-.3764-.545-.6116.245-.4675.486-.9848 1.183-1.267 1.041-.4205 1.777-.9852 2.14-1.7348.74-.0469 1.396-.1408 2.134-.1882.402 0 2.403-.4239 2.754-.5647 0 0 1.24-.2352.927-.797.167 0 .349-.1409.365-.2352.314-.4704.474-.9852.709-1.4556.329-.5614.413-1.0791.175-1.5969-.258-.42-.119-.7496.263-1.1701.284-.2385.165-.5173-.039-.7529-.006.0469-.006.0469-.091.0469h.005c-.672.1887-1.062.6088-1.522.9848-.266.1413-.298.3765-.169.5647.06.1413.204.2352.269.3262.627.6117.517 1.2703.326 1.9729-.165.5149-.846.7501-1.456 1.0792-.961.4708-.953 1.4086-1.897 1.2673-.474-.0943-.67-1.832-2.151-.1886-.195.1886-.395.4708-.589.659-.604.2352-1.364.4201-1.823.75-2.493 1.8757-4.7 1.0787-6.277 1.3143-.326.0005-.782-.1408-1.076-.3291zm-17.04 32.9954-.029.1408.264-.0939zm12.09-2.9079c-.196.1409.085 0 .077 0 .104-.0943.198-.1442.293-.2385-.096.0943-.273.1442-.37.2385zm18.078 11.029c-.083 0-.261.0939-.269.1408.058.1849.112.3731.169.5614-.085 0-.091 0-.091 0l-.107.1413.185-.0944s.006-.0469.012-.0469c.264-.0944.454-.2356.487-.4675.03-.1878-.121-.2821-.386-.2347zm-18.36 20.2752c.874-.1409 1.352-.4235 1.439-.9408.025-.1384-.108-.3735-.161-.5618.01-.0939-.154-.0939-.232-.1408-.152-.1409-.329-.0944-.446.0939-.412.4234-.736.8439-1.15 1.2204-.012.0939-.031.1882.054.1882.159.0939.318.1853.496.1409zm33.734-63.4086-.02.1413-.227-.0944zm-7.702-10.1846.011-.0469-.086.0469c-.085 0-.089.047-.181.0943.087-.0004.173-.0473.256-.0943zm78.384 54.0676-.163-.0944.165.0474.073.1413zm-1.299 3.8012-.073-.1409h.169zm-3.486-58.2926c-.313-.047-.226-.1413-.215-.2822-.077-.0436-.077-.0436-.075-.091-.074-.0469-.149-.0939-.144-.1408.077.0469.15.0939.227.1408-.004 0-.007.047-.008.091.076.0503.152.0973.224.1409.079.0474-.009.1413-.009.1413zm-.974-.74921c.002-.04695-.144-.18866.085-.04695.075.04695.151.09433.225.14126-.077-.04735-.232-.09431-.31-.09431zm-23.273 75.70401c-.083-.0469-.163-.0943-.159-.0943.089-.047.183-.1409.178-.0939.086 0 .167.0469.251.0939-.091.0004-.179.0474-.27.0943zm-77.545 235.0438.024-.141-.224.094zm2.905-39.331c.014-.092.122-.186.152-.377-.071-.184-.235-.467-.301-.7-.084-.144-.17-.238-.271-.238-.317.095-.339.283-.277.518.166.282.331.517.496.797-.007.047.195.047.201 0zm.036-7.322c.202 0 .501 0 .709-.047.1 0 .216-.093.232-.184.007-.05-.179-.188-.179-.188-.208.046-.518.138-.732.232 0 0-.014.093-.03.187zm-3.287-3.566c.23-.188.361-.423.49-.609-.206.048-.321.139-.529.186-.409.05-.692-.047-.739-.421-.077-.141-.055-.282-.031-.423-.231.188-.468.423-.6.658-.145.282-.19.609.078.844.37.189.985.094 1.331-.235zm-12.521-15.065c.281.14.486.046.518-.142.115-.094.024-.141.04-.235-.207.05-.41.094-.625.188.091.047.073.141.067.189zm-35.538 105.929c.118-.094.246-.188.362-.236-.097-.094-.077-.188-.176-.235-.106 0-.319 0-.426 0-.117.047-.244.141-.361.235.203.048.407.096.601.236zm13.568-111.89.188.047-.055-.235zm-41.125 212.516c.013-.094-.102-.094-.218-.094-.09-.141-.054-.329-.145-.468l-.358.095c-.07.373.273.373.503.373.103.095.091.142.08.236.114 0 .114 0 .216.044-.024.145-.06.332.02.565.043.376.236.612.708.517.243-.047.495-.188.736-.282-.011.094.103.094.103.094s.013-.094.026-.142c.24-.09.482-.141.723-.187.37-.138.52-.374.339-.608-.104-.095-.207-.142-.311-.236-.332-.047-.585.094-.644.424-.035.187-.073.42-.107.607 0 0-.013.048-.128.048-.527-.235-1.053-.518-1.465-.8-.101-.045-.09-.139-.078-.186zm3.406-3.052c-.622.282-.933.753-.614.894.103.047.218.047.332.047.265-.188.519-.329.772-.471.011-.047.162-.283.174-.329-.069-.279-.399-.326-.664-.141zm-5.913-2.158c.241-.047.253-.138.163-.283-.139.145-.15.236-.163.283-.114 0-.114 0-.228 0-.013.094-.026.141-.152.188-.254.142-.518.376-.669.564-.014.048-.141.14-.141.14l-.161.281.265-.232c.01-.05.023-.141.037-.189.354-.094.62-.281.669-.564.116 0 .241-.047.241-.047.012-.047.139-.141.139-.141zm-2.763 3.238c.114 0 .23 0 .357-.048-.103-.091-.091-.137-.077-.232-.115 0-.243.095-.357.095.102.046.077.185.077.185zm.095-4.926c.026-.141.177-.329.062-.329-.217-.047-.433-.141-.787-.047-.343 0-.495.188-.328.514-.012.051.192.189.318.142.242-.091.496-.189.735-.28zm-1.503-4.224c.252-.142.252-.142.037-.236-.012.094-.024.142-.037.236h-.115l-.277.234.367-.141c.012-.046.025-.093.025-.093zm17.71-136.062c.104 0 .196.046.299.046-.092-.046-.082-.14-.175-.188h-.103c-.228-.984-1.074-1.407-1.776-2.067-.103 0-.308 0-.32.047-.136.191-.291.472-.208.566.35.847 1.062 1.454 2.304 1.454-.012.048-.012.048-.021.142zm-23.942 120.289c.125-.094.15-.184.163-.279.075-.375-.026-.47-.188-.188-.138.138-.163.283-.075.374zm29.144-191.58c.058-.282.116-.611.254-.796-.023-.38.037-.706-.003-.988.018-.094-.04-.282-.04-.282-.206.046-.499.046-.615.141-1.27.985-1.427 1.267-.898 2.063.069.142.246.236.422.33.177.094.744-.283.88-.468zm-40.901-5.167c.022-.091.143-.185.164-.326-.178-.47-.706-.706-1.301-.658-.098 0-.328.141-.338.188-.246.659.409 1.176 1.236.989.107-.051.129-.145.239-.193zm-4.969-190.878c.01-.047.028-.0939.039-.1409-1.138-.0909-2.184-.1882-3.366.1883-.083 0-.166 0-.332 0-.215.1882-.511.3764-.809.5647 0 0-.092 0-.101.0469-.166 0-.413 0-.547.1883.083 0 .157.0436.239.0436.103-.0944.204-.1409.308-.2319.092-.0469.092-.0469.173-.0469.3-.1442.595-.3295.8-.4708.093-.047.176-.047.268-.0939.991 0 2.067 0 3.051.0469.082 0 .185-.0469.277-.0943zm-7.113 1.456.103-.0469-.178.0469c-.009 0-.029.0943-.132.1413.092 0 .184-.0474.207-.1413zm-4.681 1.0318c.249 0 .361-.091.411-.2793.101-.3295.192-.6586.209-1.0351.01 0-.063-.0436-.063-.0436-.092.0436-.196.091-.206.1384-.122.1409-.162.2821-.284.7056.02-.0944-.039.1408-.1.3735-.02.0495.033.1405.033.1405zm60.432 69.6982-.201.141.272-.051c.017-.091.027-.138.034-.185.212-.141.336-.282.456-.47.105-.047.132-.185.052-.232-.15-.095-.335-.095-.387.185-.042.188-.077.329-.121.517 0 0-.007.047-.105.095zm21.552-42.898c-.261.047-.379.1882-.323.3291.133.6087.359 1.173.955 1.5935.224.1409.465.1883.792.2822 0 0 .184-.0939.278-.0939.014-.0944.114-.1883.036-.1883-.373-.7026-.747-1.3617-1.406-1.8761-.077-.0465-.239-.0935-.332-.0465zm48.123 45.667c-.822.139-1.561.377-1.996.891-.007.047.07.094.222.282.583-.329 1.461-.282 1.92-.985.013-.05-.146-.188-.146-.188z'/%3E%3Cpath d='m611.348 43.0411s-.007-.047-.092-.047l-.009-.047h.081c.013.047.013.047.02.094.087.047.169.047.175.0943-.072.047-.075 0-.175-.0943z'/%3E%3Cpath d='m451.772 106.917c.088 0 .262 0 .348-.094.26-.138.341-.42.165-.608-.091-.235-.442-.329-.619-.47-.174 0-.262 0-.348.094-.258.141-.343.376-.251.61.091.28.444.421.705.468z'/%3E%3Cpath d='m557.225 305.622.113.092c.103 0 .097-.044.097-.044-.082.188-.057.467-.251.612-.68.419-1.488.563-1.494 1.591-.11 1.03-.864 1.828-1.952 2.298-.986.514-1.629 1.403-2.622 1.874-.987.47-2.212.607-3.223.889-.201.047-.305.047-.401.142-1.106.372-2.105.751-3.212 1.124-.253.704-.604 1.453-.961 2.154-.918 1.41-.799 2.86-.05 4.361.244.469.385.888.632 1.358.834 1.265.73 2.577-.118 3.609-.846 1.127-1.37 2.389-2.319 3.564-1.049 1.31-1.444 2.904-.466 4.639.379.842.551 1.637.62 2.483.053.703.112 1.403.278 2.155.038.47.286.936.633 1.313 1.062 1.403 2.707 2.155 4.336 2.718.981.33 1.767-.375 2.588-.654.614-.188 1.24-.282 1.974-.333 1.469-.091 2.356-.795 2.882-2.013.451-.843.792-1.685 1.131-2.625.648-2.108 1.184-4.267 2.042-6.327 1.191-2.95 1.933-6.139 3.105-9.136.335-.846.454-1.782.573-2.672.2-1.171.404-2.299.711-3.424.432-.845.11-2.061 1.513-2.483.266-.42.417-1.031.36-1.591-.203-1.034-.614-2.065-.711-3.048-.122-2.248-1.234-4.215-3.045-5.951-.225-.235-.426-.188-.611.047-.566.516-.924 1.03-.858 1.732-.035.705-.395 1.265-1.084 1.594z'/%3E%3Cpath d='m777.275 119.665c-2.804-2.531-5.464-5.25-8.715-7.593-1.012-.749-1.754-1.497-2.046-2.484-.028-.376-.341-.842-.696-1.171-1.209-1.125-1.951-2.437-3.772-3.326-.601-.282-.852-.799-1.325-1.219-.482-.469-1.162-.704-1.782-.751-.176 0-.389.141-.442.282-.076 0-.044.14-.019.235.119.094.254.235.461.372 1.416.984 1.331.984.736 2.205-.053.141-.084.33-.041.47.27.326.532.655.787.933.927.752 1.44 1.594 1.876 2.534.122.094.006.279-.047.423-.131.138-.627-.05-.805-.375-.323-.517-.545-.987-1.184-1.363-.333-.232-.687-.561-.687-.843-.141-.795-.889-1.265-1.785-1.638-1.489-.61-3.021-1.08-4.452-1.829-.294-.14-.655-.188-1.003-.188-.523 0-1.024.094-1.622.141-.608 0-.915.141-.944.658-.022.561-.04 1.077-.63 1.497.01.05-.263 0-.272-.047-.611-.608-1.234-1.312-1.858-1.967-.106-.047-.304-.141-.304-.141-.153.094-.304.141-.445.282-.272.282-.099.561.076.89.119.094 0 .329-.153.375-.141.141-.336.047-.555-.094-.435-.657-.959-1.265-1.385-1.829-.507-.607-.89-.701-1.707-.517-.326.051-.642.192-.893.239-.335.046-.696 0-1.046 0-.53-.047-1.181-.517-1.103-.89.11-.235.132-.47.241-.705.329-.704.645-1.406.974-2.111.392-.795.777-1.5908.62-2.4804-.194-1.6414.081-3.1413.627-4.5948.316-1.0302.633-2.0612-.044-3.2326-.225-.5165-.191-.9862.044-1.4061.423-.6078.41-1.2655-.141-2.0173-.254-.2818-.166-.6079.015-.8427.339-.6547.906-1.0776 1.974-1.2182 1.147-.188 2.215-.6104 3.415-.9365.467-.1406.99-.0937 1.557.0942.664.2319 1.165.1851 1.303-.2348.257-.6108.958-.7954 1.676-.7016 1.322.141 2.293-.332 3.39-.3755.172 0 .373-.188.426-.2818.06-.3759-.06-.7954 0-1.1717.06-.3755.58-.6576 1.103-.6103 1.469.0942 3.039.1879 4.617.3286.257 0 .643.1879.944.329.106.0473.247.2353.281.3759-.041.1378-.178.2315-.219.3726-.153.3759.009.6108.42.8427.42.2817.987.4701 1.275.2817.962-.5136 2.165-.7485 2.669-1.6376.166-.2822.495-.3295 1.04-.188.461.0942.852 0 1.031-.2821.323-.3287 1.127-.4697.774-1.0776-.354-.6078-1.109-.5634-1.726-.6576-.173 0-.257 0-.354 0-.351-.044-.652-.1851-.89-.4199-.677-.846-1.025-1.6879-.849-2.5306.038-.1406-.016-.329.034-.4198.308-.661.107-1.3124-.115-2.0672-.367-.9331-.477-1.8256-.924-2.7621-.288-.658.062-1.1717.914-1.4065.608-.2349 1.332-.3291 1.927-.6108.586-.2817 1.238-.373 2.052-.185.454.1381.714-.1407 1.09-.2818.279-.1879.649-.0941.718.1407.341.5639.585 1.0775.843 1.6414.159.5137.695.8427 1.356 1.0775.683.2818 1.407.4697 2.115.7954.094.0469.398-.0469.545-.1406.113-.1851.223-.373.238-.5606-.038-.9398.022-1.8293-.182-2.7189-.125-.6577.204-.9838.978-1.1713.385-.1407.266-.5166.269-.7514 0 0 0 0 .097.0468-.012-.0468-.022-.0937.047-.1381h.076s-.026-.0971-.038-.1407c.012.0436-.047.1407-.038.1407-.081 0-.153.044-.153.044s0 0 .009.0468c-.094-.0468-.191-.0908-.276-.0908-1.698-.8456-2.487-2.0169-3.114-3.1886-.025-.0469-.044-.1407.016-.2349.26-.4667 1.196-.7016 2.118-.4194.272.0468.626.3725.504.5136-.37.7016.003 1.3124.708 1.9671.927.7987 1.848 1.5502 2.08 2.5808.034.0913.263.2792.467.373.958.6078.817 1.4999 1.463 2.2015-.079.5639-.564.8929-.846 1.3158-.063.0908-.135.1406-.198.185-.304.3755-.357.7485-.109 1.2651.388 1.2215.955 2.4368.57 3.6549-.088.2353.103.6108.125.9365.37 1.1278.667 2.3464 1.121 3.5177.395.9364.508 1.826-.194 2.5774-.207.188-.197.4668-.323.6079-.112.1879-.322.3252-.529.4697-.692.5643-.764.5643-.11 1.0306.971.6543 1.185 1.3124 1.241 2.014.034.3759-.103.7518-.166 1.1248-.075.5635.094 1.0776.36 1.6913.474.9331 1.353 1.826 1.99 2.7156 2.177 3.0944 5.432 5.6719 8.621 8.3439.849.702 1.783 1.45 2.647 2.249.599.514 1.125 1.03 1.764 1.403 1.034.517 1.673 1.127 2.24 1.782.655.655 1.234 1.359 1.802 2.014.692.799 1.657 1.081 2.662 1.457.088 0 .163-.05.235-.05.574-.42.367-1.031.548-1.548.536-1.265.095-2.621-.98-4.028-1.272-1.453-1.588-1.872.398-2.718.075-.05.15-.095.222-.095.286-.234.32-.375-.031-.654-.379-.329-.83-.658-1.206-.987-.276-.325-.643-.6544-.746-.9361-.237-.7485-.394-1.4534-.532-2.1546-.079-.517.225-.8925.855-1.0771.467-.1445.933-.2822 1.303-.4702.367-.2348.339-.8426-.097-1.0808-.585-.4664-1.243-.8896-1.901-1.3091-1.736-1.0775-2.582-2.3459-2.807-3.796.025-.188.207-.4228.561-.3755.26 0 .457.0937.714.0937.614 0 1.012-.6078.626-.9833-.62-.5639-1.381-1.0302-1.914-1.5912-.516-.5634-.993-.7045-1.741-.6137-.085 0-.464-.1377-.574-.1846-.554-.6576-1.278-1.2655-1.096-2.0169.025-.188-.075-.5141-.15-.7016-.16-.2349-.404-.4668-.623-.6079-.552-.3788-1.285-.5165-1.905-.6103-.185-.0469-.405.0938-.536.188-.122.1406-.147.3286-.257.5165.013.0469.097.0469.11.0909.088 0 .097.0469.097.0469.038.0937.025.0468-.097-.0469-.084 0-.084 0-.169 0-.012-.044.06-.0909.06-.0909-.671-.2348-1.206-.5638-1.61-.9867-.781-.8422-1.147-1.6845-1.341-2.5272-.354-1.3622-.865-2.675-2.353-3.8463-.122-.1377-.182-.3257-.313-.4663-.602-.7958-.232-1.5037.88-1.7356.16 0 .436.0469.689.0469.583-.0469.727-.0942.68-.5141-.047-.3789-.081-.7514.159-1.0332.195-.185.605-.2352.834-.0439.364.3261.737.6982 1.1 1.0277.109.0498.457.0967.629.0967.157-.0469.361-.188.326-.2817.05-.3755.013-.7515-.038-1.1713-.012-.5166.264-.9867.636-1.3593.411-.5639 1.351-.7987 2.241-.8929.638-.0938 1.256.2348 1.932.4697.592.2821 1.197.5639 1.789.7954.207.141.498.2352.68.2821.278.0469.614.0469.965.0942.266.0469.504-.2353.445-.4232-.175-.5137-.928-.9838-.943-1.5439-.019-.5639-.022-1.078-.028-1.5945-.009-.7489-.088-1.5004-.266-2.2489-.214-1.1273-.088-2.2517.507-3.2355.307-.5639.432-1.1713.645-1.7791.169-.9867.793-1.8294 1.633-2.531.329-.2818.779-.4228 1.362-.4228.668 0 1.432.0469 2.196.0937.332 0 .655-.0468.881-.0937.153-.0469.354-.188.316-.3291-.266-.9833-.523-1.9666-2.102-2.6716-.395-.1846-.592-.5137-.928-.7485-.228-.188-.479-.4228-.824-.4697-1.271-.2817-2.346-.9838-3.649-1.1713l.012.0469h-.238l.129-.0938s.012.0469.097.0469c-.264-.2788-.445-.5605-.611-.7954-.429-.5605-1.059-.9398-1.945-.846-.248 0-.427-.0435-.57-.2315-.12-.0942-.179-.2817-.379-.3755-.63-.6581-1.021-.7954-1.977-.705-.946.1411-1.645-.2315-2.378-.6547-.213-.1407-.251-.5166-.025-.5601.388-.0942.767-.188 1.156-.2822 1.087-.1879 1.544-.7949 1.35-1.5941-.213-.8895-.514-1.7356-.811-2.6218-.097-.2851-.37-.6103-.617-.8456-.282-.3291-.784-.6108-1.15-.9834-.42-.517-1.018-.7987-1.874-.9364-.764-.0473-1.453-.3793-2.004-.7987-.22-.188-.455-.3755-.37-.6079.103-.1879.119-.4228.21-.6103.131-.3291.611-.376.867-.0942.421.5166 1.031.8427 1.768 1.0775 2.205.7016 2.355.6543 2.775-.7485.038-.1411.072-.2817.116-.3755.282-.3759.786-.5643 1.322-.7016.466-.0469.877.188 1.18.3755.496.2319.918.5141 1.341.7954.73.4199 1.582.5141 2.134.2315.56-.2818 1.099-.3726 1.848-.3726.586.0469 1.087.0909 1.664.0909.41 0 .78-.0909 1.087-.1847.232 0 .373-.0937.498-.1879.128-.0938.244-.2353.113-.373-.323-.7046-.602-1.4999-2.112-1.5941-.419-.0503-.692-.3291-.951-.6108-.051-.1411-.111-.329-.157-.4697-.16-.7016-.611-1.2651-1.723-1.6381-.467-.1879-.834-.5165-1.257-.7987-.526-.3726-.573-.4663-.25-.7485.673-.3759.799-.9837.899-1.5945.009-.2349-.141-.4199-.364-.6078-1.127-.6577-1.726-1.4531-2.042-2.3426-.095-.2851-.291-.3756-.696-.3756-.244 0-.463.0909-.626.0909-1.125-.2315-2.272-.5141-3.431-.561-.416-.0469-.82-.2817-1.271-.4228-.718-.1846-1.263-.0904-1.632.2349-.498.4232-.883.9867-1.905 1.0775-.15 0-.172.188-.301.2822-.163.2348-.119.6074.191.7983.614.3755 1.216.7489 1.924 1.1244.325.2348.426.5605.276.8427-.048.0937-.188.1406-.327.2348-.153 0-.328 0-.328 0-1.096-1.0775-2.832-1.6883-3.988-2.6716-1.269-.6548-2.619-1.3124-4.161-1.0776-.545.0942-1.265.1378-1.876 0-.958-.2352-1.851-.2352-2.741-.2352-1.146 0-2.294-.0469-3.518-.3291-1.047-.2348-2.121-.2817-3.008-.0468-.733.2348-1.356.0941-2.111-.2349-.664-.3253-1.378-.5136-2.118-.5605-2.318-.188-4.665-.6543-6.886-.5166-.313 0-.639 0-.984-.0469-1.55-.3261-2.832 0-4.003.3755-.887.2817-1.745.6581-2.707.705-1.116.0435-2.087.3257-3.312.2788-.485 0-.952.0942-1.419.141-.244 0-.282.1407-.232.3291.292.7012 1.497 1.2182 1.488 1.9671.041.1406.439.3755.702.4697.862.1406 1.726.3252 2.428.7485.793.4697 1.507.9398 2.231 1.4564.306.1846.35.6078.169.8426-.272.1407-.455.3726-.727.5137-.489.2821-1.059.2821-1.41-.0469-.92-.8896-2.07-1.2182-3.396-1.2651-.244 0-.498-.0435-.683-.0942-.272-.1377-.548-.2348-.833-.3725-.313-.2353-.558-.4701-.789-.705-.213-.1879-.16-.2784-.028-.373.517-.4697.225-.8925-.323-1.3622-.545-.4663-1.297-.5605-2.089-.4663-.405 0-.843.4228-.765.7016.079.5166.329 1.1269.417 1.6879.109.3755-.207.6543-.674.7518-1.021.1377-2.07.1377-2.907.3726-.692.1411-1.394.2348-2.168.0942-.172-.0469-.407 0-.561.0469-1.011.4232-2.114.8427-3.12 1.3123-1.516.7046-3.132 1.0303-5.131.8896-.407 0-.79-.185-1.031-.4667-.019-.0469-.122-.1407-.141-.188-.793-1.4062-2.206-2.3895-4.101-3.0476-.182-.0942-.3-.2315-.56-.2817-2.012-.7954-4.02-1.3095-5.903-.4668-.288.1382-.686.188-1.065.2793-1.51.4228-3.001.9393-4.27 1.6878-.633.3755-1.275.705-2.002 1.0336-.507.2788-1.275.1377-1.629-.2817-.451-.517-1.027-.8461-1.813-1.0336-.524-.1407-.966-.2788-1.498-.4199-.62-.2348-.993-.0937-1.332.1884-.419.2817-.507.2315-.973 0-.452-.1884-.822-.329-1.201-.2353-.309.0469-.636.0469-.914-.0937-.492-.3291-1.16-.3755-1.761-.5166-.254-.0469-.288-.185-.169-.3286.335-.6079.251-.9834-.323-1.3095-.091 0-.187-.0937-.279-.1406-1.252-.4668-2.565-.8461-3.966-.6108-.541.144-1.174.188-1.701.3759-.389.0469-.761.1846-.955.3755-.501.6079-1.215.7016-2.322.4697-1.112-.2378-2.315-.1436-3.443-.1436-1.3 0-2.66.1436-3.931.2349-1.36.0942-2.629.2348-3.992-.0469-.26-.044-.633.0469-.846.188-.075.0468-.115.2348-.166.3725.016.0503.119.144.201.144.52.1411 1.031.2349 1.551.373.178.0938.291.188.485.3286.107.0942-.075.3755-.379.4697-.219.0942-.535.1411-.758.2353-.598.2348-.673.6074-.57 1.0775.088.3726.577.7016 1.156.7485.408 0 .805-.0469 1.215-.0469-.009 0-.009 0-.018-.0468l-.026-.0942.044.141c-.084.3755.079.7046.389.9838.601.4697 1.203.9863 2.011 1.2651.279.1406.326.3755.222.6103-.197.188-.501.2788-.771.188-.736-.3291-1.403-.4228-1.989-.0942-.442.185-.808.3759-1.171.5609-.498.3287-.969.4229-1.639.3756-.589-.0909-1.096-.1411-1.57-.0909-.72.0909-1.409.2788-1.531.8393-.113.5644-.558.7988-1.369.8461-1.535.0942-2.901-.1407-4.208-.8896-.097-.0502-.188-.0938-.269-.0938-.088-.0468-.245 0-.238.0436-.072 0-.141.0937-.126.144.069.7016.527 1.3124 1.075 1.9198.667.7954 1.256 1.5941 1.701 2.4837.047.1883-.081.3759-.498.3294-.667-.0469-1.259-.0942-1.864-.2352-1.983-.4229-3.44-1.4531-5.075-2.1576-.091-.0473-.031-.1411-.128-.2319-.364-.5635-.364-.5635-1.043-.2818-.515.2818-.843.2818-1.319 0-.276-.1406-.401-.3755-.53-.5605-.075.0469-.075.0469-.075.0469l-.088-.0469c-.244 0-.486.0469-.611-.188.081 0 .15-.0469.15-.0469.179.0469.282.1407.461.2349h.163c.307-.0942.614-.2349.906-.3755.156-.0469.194-.2349.163-.3755-.192-.5141-.765-.8929-1.338-1.3128-.385-.2349-.965-.2817-1.538-.2817-.417-.0469-.602-.1407-.496-.4195.023-.2822.126-.5639-.25-.7987-.934-.5606-1.792-1.1244-2.801-1.6414-.736-.4195-3.621-.9834-4.51-.9365-.245 0-.483.0469-.634.0942-.366.2353-.758.2821-1.353.1884-1.278-.2822-2.675-.376-4.022-.1411-.31.0469-.605.2348-.902.3755-.501.3257-.589.7045-.182 1.1244.504.4697 1.009.9867 1.601 1.4999.109.1411.103.5141-.135.561-1.153.3755-2.306.7518-3.475 1.0302-.783.188-1.615.144-2.44-.329-.47-.3257-.538-.2319-.984 0-1.34.7045-2.622.4228-3.157-.7016-.028-.1378-.053-.2818-.079-.4199-.229-.329-.93-.5639-1.406-.5166-1.592.2817-3.186.4697-4.778.705-.554.0942-1.109.2319-1.644.4194-.615.188-1.132.5137-1.739.7988-.696-.2349-1.307-.4702-2.002-.6581-.085-.0436-.16 0-.325 0 .018.0942.043.2348-.013.373-.275.7514-1.46.9867-2.374.473-.279-.1879-.567-.4228-.78-.7049-.201-.2353-.464-.3291-.771-.2353-.464.188-.865.2353-1.444.188-.586-.0469-.953.1879-1.053.5638-.044.188-.085.4195-.05.6548.053.2817.26.5634.692.6543.344.144.761.144 1.096.1913.082 0 .082 0 .076-.0469h.075c-.016-.144-.034-.2349.034-.2817-.018-.0938.217-.188.289-.2349.009.0469.097.0942.109.1411.013.0938-.056.1406-.134.188-.069.0435-.226.0937-.298.1879.006 0 .013.0469.019.0913-.082 0-.088-.044-.169-.044-.047.2319-.006.4668-.144.6079-.524.2788-.862.7045-1.112 1.1713-.592.8426-1.608 1.1713-2.914 1.2181-.485.0469-.667-.0468-.551-.329.263-.3726.279-.7954.285-1.2651-.081-.4667.814-.517.99-.9364.047-.188.254-.4228.141-.6079-.364-.6572-.134-1.265.176-1.8293.115-.2818.231-.5635.097-.8925-.129-.2788-.176-.5606-.06-.8427.379-.6079.758-1.2626.883-1.9671.125-.7016.081-1.4066.291-2.1078.301-.6108.025-1.2186-.482-1.8294-.517-.6547-1.266-1.2181-1.551-1.9198-.103-.144-.213-.3286-.382-.3755-1.194-.329-1.88-1.0302-2.707-1.5945-.263-.1411-.589-.1411-.802.0469-.141.0938-.05.6543-.614.188-.733-.5137-1.513-.7954-2.371-1.1245-.774-.2817-1.607-.4228-2.39-.7485-.699-.329-1.353-.3792-1.952-.0967-1.125.5635-2.447.8925-3.769 1.2216-.232.0435-.351.3286-.244.5136.194.188.382.376.495.5639.301.3726.182.6543-.348.8896-.526.2817-1.206.0469-1.441-.4232-.056-.3726-.113-.7017-.163-1.0303-.141-.3755-.272-.7016-.407-1.0775-.132-.329-.821-.6078-1.294-.5166-.401.0469-.79.1407-1.184.188-.545.1411-1.131 0-1.805-.1407-.423-.1381-.695-.373-.661-.6547.135-.7016-.561-1.0302-1.256-1.4062-1.197.1407-2.234-.3294-3.368-.3759-.244 0-.542.1407-.767.2822-.154.0469-.214.1879-.355.329-.641 1.1244-.861 2.4335-.513 3.7019.194.7954.328 1.7356 1.698 2.2024.682.2348.516.7514.821 1.1713.313.4663.237.5165-.242.5609-.726.0498-1.456.0498-2.07.3286-.31.0942-.449.2349-.332.4697.109.2349.306.4701.25.6079-.263.4697-.611.8925-.955 1.3153-.066.0908-.213.2319-.455.2319-.626.1879-1.256.3759-1.888.517-.157 0-.336-.0938-.283-.2818.044-.2821.167-.5605.21-.8426.041-.2822-.398-.517-.805-.517-.648.0469-1.281.1879-1.378.658-.038.3253-.172.5137-.655.5602-.404 0-.795.141-1.206.141-.727 0-1.093.332-1.46.6577-.513.373-.485.6078.153 1.121.273.1914.307.4233.07.517-.768.3287-1.454.7046-2.234.9834-.702.2817-1.41.5166-1.92.9833-.345.4731-1.131.7515-1.3 1.3158-.104.4697-.467.8426-1.106.9833-.799.188-.546.846-1.084 1.1244-.395.1411-.524.4228-.655.7016-.266.4697.041.9867.185 1.4531.21.3319.476.4701.827.658.795.4228 1.504.7954 2.525 1.0776.933.1879 1.964.5165 2.779 1.0804.097.0909.203.2788.222.4195-.069.0942-.129.2792-.285.329-.473.1884-.508-.0937-.62-.2817-.192-.2349-.379-.4228-.787-.3755-.41.0469-.905.0469-1.134.188-.912.6078-2.12.8426-3.151 1.1713-1.109.4198-2.312.7049-3.44.9364-.401.0942-.805.188-1.206.2817-1.122.3291-1.375.9365-.614 1.7356.203.3257.573.6548.94.9365.548.4228 1.011.7958 1.162 1.3593.119.2821.319.5639.598.7953.276.2349.636.4233.984.6079.787.2851 1.685.1444 2.522.1913.726.4663 1.45.9365 2.255 1.3593.097.1381.345.1381.602.1381.517.1411.952.2817 1.476.4697.432.1407.792.3257.917.6547.376.9863.912 1.8759 1.855 2.6746.197.2315-.025.4668-.26.561-.313.1846-.711.3252-1.027.4663.003.0469.003.0469.093.0469-.078.0502-.153.1411-.147.1411.007.0937.013.141-.063.1913.066-.1445.051-.2382.117-.3789-.097-.1411-.198-.2348-.292-.3257-1.021-.7518-1.378-1.5945-.83-2.531.069-.0941.047-.2817.028-.4228.026-.4228-.623-.9364-1.203-.8895-.579.0468-1.068.0942-1.56.1879-.981.1382-1.911.0469-2.725-.4697-.536-.2788-1.072-.5605-1.68-.7954-.955-.3286-1.992-.6576-3.013-.846-1.022-.1377-2.05-.4228-3.067-.6074-.257-.0469-.662.0469-.812.1846-.463.2851-.752.7045-.695 1.1747.015.1406.203.3286.375.3286.26.1406.592.1406.933.185-.084-.0439-.084-.0439-.09-.0439l.072-.1407.018.185c.186.1411.371.2818.627.3755.348.0942.68.0942.937.188.432.0938.564.5136.429.7954-.141.1879-.464.2851-.799.2851-.344-.0972-.777-.2378-1.122-.332-.347-.1382-.62-.2817-.952-.2817-.426-.0909-.82.0941-1.043.329-.15.1407-.198.4228-.094.6103.595.8427 1.51 1.4975 2.882 1.8294.768.1377 1.454.2788 2.212.2788.332 0 .598.1411.936.1884.088 0 .182.0942.188.1407.1.1377.035.2788-.225.2348-.517-.1407-1.037-.2817-1.532-.2348-.993.0941-1.921 0-2.929 0-.504-.0469-1.024-.188-1.322-.6079-.094-.0971-.194-.2348-.379-.3755-.755-.7518-1.432-1.5476-1.62-2.4841-.169-.7514-.752-1.453-1.485-2.0642-.181-.1411-.448-.2788-.711-.4195-.087 0-.253 0-.251 0-.078.0469-.235.1407-.231.1407.313.6078.71 1.1684 1.027 1.7322.216.4664.182.8896-.107 1.3154-.15.1377-.216.2788-.288.3725-.454.4199-.739.8427-.423 1.4501.304.4697-.129 1.0776.423 1.5473.467.4228 1.172.7518 1.717 1.0775.445.2817.808.5199 1.259.7514.627.3755 1.012.7954 1.078 1.3593.153.6078.222 1.2186.379 1.8294.392 1.2181 1.507 2.1044 2.299 3.1384.21.3256.639.4232 1.141.373.839-.0469 1.585-.1382 2.196-.7017.602-.5609 1.466-.3729 2.262-.0941.087.0468.266.0941.272.1879.006.0469-.153.0942-.235.1407-.783.4667-1.658.9364-2.359 1.4065-.708.4195-.768 1.3593-.031 1.8759.375.2792.827.5136 1.121.8393.561.4701.799 1.0336.605 1.5477-.333.7045-.414 1.453-.317 2.2488.132.3755-.075.7987-.294 1.0809-.504.7485-1.191 1.453-1.344 2.2957.015.0942-.314.2348-.483.2348-1.29-.1406-2.581-.2348-3.872-.3286-.26-.0469-.52-.0942-.617-.1846-.107-.1913-.053-.4701-.078-.7049 0 0 0 0-.085 0-.172 0-.263-.0469-.019-.1445.007.0503.094.0972.104.1445.269.1406.535.2348.886.3256 1.146.3291 1.88.0499 2.218-.6982.687-1.3622.852-2.863 1.021-4.2691.06-.2319-.056-.5141-.163-.7016-.573-.5166-.811-1.1244-.717-1.7356.037-.4195-.345-.795-.793-.9834-.448-.2315-.981-.4697-1.429-.6543-.626-.3294-1.099-.7987-1.412-1.3128-1.044-1.7352-2.165-3.4704-3.117-5.2022-.542-1.0775-1.388-1.9227-2.717-2.5306-.704-.329-1.086-.7987-1.149-1.3592-.169-1.5443-.664-3.0007-1.325-4.4508-.116-.2817-.473-.5635-.902-.6577-1.626-.4232-3.324-.7485-4.944-.329-.404.0942-.918-.0469-1.244.0469-.248.0469-.557.2353-.62.4199-.047.3788-.009.7518.028 1.1273.207 1.2216.41 2.3895.62 3.6081.145.6108.038 1.1747-.583 1.6883-.617.5141-.723 1.1244-.566 1.8729.049.4697.175.8929.792 1.1747.611.2315 1.153.6078 1.282 1.0273.235.658.971 1.3157.626 2.0169-.072.1411-.053.3257.044.4697.482.5609 1.052 1.2152 1.616 1.7322.095.0942.427.0469.505 0 .566-.2348.984-.2788 1.441.0469.917.7016 1.835 1.4066 3.217 1.6883.169 0 .279.2349.298.3726.122.3789.081.7519.122 1.1278.028.2788-.379.4198-.736.2788-.623-.3291-1.25-.6548-1.958-.9365-.442-.1879-.893-.4199-1.413-.5609-.79-.2818-1.651-.4228-2.519-.705-.696-.1411-1.394-.3726-2.093-.6103-.999.1406-1.491-.561-2.275-.7958-1.566-.4697-3.11-.7485-4.777-.5606-.251 0-.417.0469-.67.0469-1.855 0-3.638-.1407-5.154-1.0775-.799-.4228-1.673-.7954-2.459-1.1747-.263-.0942-.755.0469-.824.2353-.082.0498-.16.0942-.154.1879-.279.6544.104 1.2182.902 1.6381.8.4697 2.065.4697 2.804 1.1742.091.0947.345.0947.602.1411.426.0469.78.2315 1.141.4697.639.5141 1.281 1.0775 1.923 1.6385.279.2348.226.6104-.091.8427-.555.3755-1.291.7045-1.488 1.3153.006.0908-.16.0908-.245.0908-.175-.0469-.35-.1406-.447-.2315-.198-.285-.223-.6107-.417-.8929-.291-.3755-.984-.5639-1.394-.4199-.742.1851-1.382.6548-2.318.561-.084 0-.166.0469-.245.1407-.288.5605-.955.7016-1.719.658-.853 0-1.598.1846-2.074.5601-.464.517-1.391.6108-2.043.9838-.159.0971-.592 0-.927.0469-.009-.1407-.022-.2817-.034-.4195.118-.658-.264-1.1713-.806-1.6414-.767-.0469-1.265.0913-1.475.6547-.079.0972-.232.2818-.404.2818-.68-.0469-.812.4232-1.226.5638-.497.1407-1.002.2315-1.5.3287-.758.1377-1.328.4663-1.804.8862-1.116 1.0336-2.234 2.0173-3.8 2.7214-.326.1884-.48.4668-.542.7959-.06.3759-.12.7484-.176 1.1713-.075.0941-.235.2319-.313.3759-.897.6074-2.597.7016-3.318.1406-.448-.3286-.896-.6576-1.428-1.0335-.364-.2788-.395-.749.018-.9838.492-.2788 1.072-.5137 1.567-.7954.329-.1879.301-.6103.028-.8456-.448-.329-.893-.6547-1.344-1.0307-.727-.7484-1.761-1.0302-2.857-.8891-.84.1407-1.688.1407-2.547 0-.085 0-.166.0469-.248.1407-.163.0941-.153.2315.11.3725 1.579.8456 2.074 1.9701 1.902 3.3293-.069.2818-.047.6079-.028.8896.019.3755.209.6577.645.7987.783.2788 1.068.7485 1.106 1.3593.019.2792.041.6078-.025.9365.019.2817-.476.6107-.821.5605-.689-.1407-1.294-.188-1.986-.3286-.953-.1851-1.714-.0942-2.277.5165-.239.3291-.649.6108-1.066.8427-.582.2818-.984.7515-1.387 1.2216-.974.9364-1.557 1.309.231 2.6218.095.0942.273.2817.37.4228.188.329.032.6104-.21.8896-.241.2851-.748.4697-1.099.3286-1.582-.6078-3.315-.8427-4.818-1.685-.179-.1406-.608-.1406-.871-.2348-.345-.0469-.684.0938-.843.3257-.16.2817-.317.5634-.386.8925-.072.3257.032.6078.213.8896.718.5638 1.429 1.0302 2.551 1.0302.172 0 .435.1406.611.1406.351.1884.448.4233.46.6548.022.3755-.564.7518-1.084.7049-1.039-.0942-2.165-.2348-2.891-.9364-.451-.4233-1.056-.517-1.751-.6108-.433-.0938-.79-.3257-.89-.6074-.292-.7519-.58-1.4535-1.209-2.0643-.448-.3729-.383-.8426-.32-1.3596.119-1.1713-.42-1.7788-1.895-2.1547-.608-.1879-1.213-.3726-1.658-.7485-2.215-1.8289-4.103-2.1077 1.172-.6103 2.337.6103 4.755 1.1244 7.168 1.4061 1.895.2349 3.687.0503 5.369-.5166.339-.0937.674-.2319.836-.3729.981-.7984 1.783-1.7352 1.89-2.8592-.016-.3295-.038-.7016-.307-.893-.72-.7484-1.275-1.4974-2.49-1.9198-.436-.1406-.875-.4667-1.231-.7049-.527-.3253-1.047-.5132-1.733-.6074-1.027-.1407-2.065-.4701-2.939-.9834-.789-.514-1.745-.9364-2.697-1.3094-2.678-1.1747-3.449-1.3124-6.412-1.2684-.427 0-.845.0941-1.269.0941-.593 0-1.105-.0468-1.615-.1377-.512-.0469-.266-.2851-.189-.517.077-.1909-.019-.4697-.279-.6103-.345-.1846-.689-.3261-1.117-.4228-.427-.1382-.852-.1382-1.179.0967-.412.373-.911.6078-1.681.4198-.598-.1879-1.274-.1879-1.864-.0937-.253.0469-.597-.0942-.854-.2349-.174-.0912-.263-.2319-.268-.3759-.089-.1846.077-.2788.331-.2788.59-.0469 1.096-.0942 1.511-.3755.414-.2348.744-.517 1.159-.7016.25-.1407.152-.4697-.187-.6108-1.372-.5639-2.903-.8895-4.433-1.2182-.254-.0942-.586.0938-.835.2349-.168.0942-.247.2352-.412.373-.08.1406-.246.2377-.418.0971-.086 0-.089-.1407-.089-.188-.008-.2352-.015-.4701-.021-.658-.011-.4229-.358-.7515-.951-.8427-.426-.1407-.758 0-1.089.2348-.333.185-.581.4199-.656.7489.006.2349-.073.4701-.236.6543-.081.0942-.334.1914-.501.1914.001.0468-.171-.0503-.257-.1407-.094-.3759-.271-.705-.946-.705-.42.0469-.428-.2348-.517-.4697-.182-.514-.86-.6547-1.189-.373-.493.6079-1.675.6544-2.166 1.2655-.843.0942-1.424.6075-2.181.7954-.084 0-.169 0-.254.0469 0 0 0 0 .004.0473l-.168.0942.082-.1411h.082c-.001-.141-.002-.2348-.089-.3725-.086-.0469-.17-.0469-.255-.0469-1.352 0-1.518.0908-1.165.9837.002.1407.088.2349.093.3726h.084l.085.1411-.169-.0909s0 0 0-.0502c-1.355-.0469-2.363.4701-3.456.846-.169 0-.166.232-.165.373.088.2349.26.4697.177.6104-.079.329-.505.185-.759.185-.506.1436-1.014.2817-1.521.3789l.086-.0469c-.086 0-.086 0-.086 0-.085 0-.254 0-.339 0h.339c-.002-.1884.08-.4233-.008-.6108-.002-.2348-.341-.4199-.681-.4199-.168 0-.42.1851-.42.2319.172.2818.344.5635.516.7988-.086 0-.086 0-.086 0l.088.0469c-.935-.0469-1.609.2315-1.942.7949-.087 0 .256.2822-.083.0946-.004-.0473.083-.0473.083-.0946-.341 0-.68 0-.934.0469-.594 0-1.017.1884-1.181.6078-.252.517-.249.8896.348 1.2651.17.0942.341.1884.512.2822.257.1406.174.4228-.164.6074-.34.1406-.677.3788-1.189.2382-.513-.188-1.021-.0971-1.532-.0498-.339.0498-.68-.2319-.512-.4199.167-.3755.336-.7518.504-1.1278 0-.0435-.085-.0904-.169-.1377-.088-.0469-.257-.0469-.257 0-.759.5601-1.523 1.0775-2.201 1.685-.254.1908 0 .3755.173.5634.341.3759.17.6104-.169.8427-.168.0942-.168.2349-.254.329.34 0 .767.0469 1.107 0 .766-.0941 1.532-.2817 2.212-.3725.426-.0503.852.0435 1.278.0908.085 0 .171.0469.257.0942-.086.0502-.17.1407-.255.1407-.34.1879-.763.3286-1.105.4228-.255.0942-.426.0942-.681.0942-.595.0908-.595.3729-.423.7016-.34.1879-.766.2817-.935.5638-.169.2315.004.6104.005.8896-.167.7987-2.643 2.6248-2.727 2.9065-.085.4668-.684.8427-.771 1.2626.002.4726.002.7514-.683.8925-.345.1406-.345.329-.345.6074.173.4701.259.9364 0 1.3597-.256.4697-.256.9862-.428 1.453 0 .1407-4.576 3.5612-5.099 4.545-.088.2348-.176.4697-.35.6576-.26.2349-.607.4199-1.124.4199-.433 0-.865-.0912-1.297-.1381-.087 0-.26.0469-.26.1381-.175.0967-.176.2349-.003.4228.085.0469.17.0938.17.188.171.2348.169.5639-.091.6107-1.039 0-1.566.8427-2.693.7481-.695.3759-1.393.7489-2.091 1.1278 0 .0439-.088.185-.003.2319.081.5601-.355.705-.965.795-.434.05-.869.144-1.219.329-.261.047-.525.282-.614.517-.092.282-.009.611-.102.936-.272.89.237 1.783-.385 2.625 0 .047.083.188.083.235.254.655.943 1.124 1.284 1.688.17.373.515.749.596 1.121.086.188-.005.47-.184.658-.266.282-.617.47-.883.749-.179.188-.009.61.254.658.26.14.521.188.87.281.349.141.522.373.257.561-.267.282-.534.517-.802.798-.263.185-.096.749.165.89 1.13.795 2.44 1.45 3.93 1.829.175.044.439.138.614.044 1.32-.326 2.816-.467 3.7-1.5.354-.467.795-.843 1.322-1.172.877-.466 2.105-.56 2.545-1.45 0-.047.264-.047.264 0 .349.188.786.423.961.655.176.47.174.983.35 1.453.175.564.612 1.125.7 1.642.086.983.701 1.732 1.317 2.53.619.702 1.06 1.498 1.767 2.108.264.235.089.467 0 .749-.088.188-.088.423-.174.611v.184c.265.144.442.282.531.517.801 1.638 1.241 1.218 3.097 1.033.532-.05.707-.328.793-.704.174-.565.702-.846 1.408-.89.352-.047.707-.141.971-.094.969 0 1.853-.141 2.198-.89 1.591.232 1.494-.704 1.75-1.359-.003-.141-.004-.329-.005-.517-.093-.279-.27-.373-.71-.329-.088 0-.175 0-.265 0-.087 0-.177-.14-.178-.235-.009-.793-.105-1.638.238-2.433.172-.376.255-.799.25-1.265-.009-.752.513-1.222 1.297-1.595.522-.281 1.133-.469 1.653-.798.522-.373.952-.843.855-1.548-.006-.278.166-.608.074-.936-.003-.235-.008-.467-.185-.702-.796-.748-1.592-1.594-2.905-1.967-.613-.235-.967-.704-.971-1.221.072-1.309.058-2.625.13-3.937-.002-.232.169-.4669.34-.6548.853-1.1244 1.879-2.1078 3.429-2.86.686-.3253 1.284-.7954 1.967-1.2622 1.196-.846 1.109-.846 1.864-2.1111.252-.4232.244-.7954.15-1.2186-.36-.8925-.122-2.0165.467-2.7185.501-.749 1.176-1.3593 2.467-1.1245 1.628-.1879 3.092 0 4.478.5166.434.188.624.8896.284 1.0302-.425.2349-.849.4229-.838.9365.008.2817-.157.6108-.408.8896-1.008 1.0775-1.931 2.299-3.117 3.3293-.34.2792-.764.6112-.929.9837-.163.5141-.766.7016-1.459.6548-.431-.0469-.688.1406-.596.4228.094.4232.014.7987-.153 1.1713-.082.3294-.074.658.019.9867.092.2792.27.5609.451.8895.37 1.2647.915 2.5307.679 3.8437.005.231.01.514.102.749.094.422.362.748.976.939.351.091.705.326 1.144.467l-.088-.047.172-.094-.084.141c.264.094.529.328.792.281.697-.046 1.223.139 1.585.608.446.517 1.059.564 1.756.423.606-.141 1.213-.329 1.817-.564 1.988-.701 4.068-1.171 6.336-1.171.696-.044 1.479-.141 2.26-.188.174 0 .525.047.615.144.374.748 1.502.561 2.213.886.089.097.178.097.268.144.088.047.092.185.092.185-.341.188-.683.376-1.115.516-.606.188-1.299.326-1.634.752-.669.886-1.631.886-2.778.561-.705-.188-1.495-.282-2.284-.376-.351-.043-.702-.094-.962 0-1.043.235-2.086.47-3.127.749-1.129.329-1.903.893-1.967 1.829.009.423-.421.705-.945.799-.435.138-.872.138-1.309.279-.783.188-.949.657-.32 1.359 0 .047.09.094.179.094.965 0 1.568-.514 2.26-.889.431-.282.606-.282 1.141 0 .355.185.712.423 1.068.607.354.094.624.282.628.564.107.658.124 1.313.055 1.967.009.376-.337.658-.774.705-.261.094-.705 0-.885-.188-.535-.326-.898-.705-1.347-1.124-.537-.376-.804-.471-1.502-.28-.876.185-1.57.511-1.908 1.263-.254.47-.508.892-.674 1.406-.25.608-.415 1.312-.136 1.967.193.799.386 1.642.58 2.484.003.094-.171.329-.346.373-.437.191-.967.332-1.494.47-.618.144-.878.426-.958.892-.162.843-2.199.984-2.741.376-.178-.141-.269-.282-.362-.423-.271-.466-.804-.608-1.423-.56-1.15.044-2.212.325-3.18.748-1.322.608-2.647 1.266-4.061 1.732-.532.188-.794.611-1.236.846-.267.141-.799.188-.976.095-.536-.423-1.161-.799-1.605-1.313-.09-.141-.003-.47-.004-.705-.089-.281-.534-.419-.8-.281-.53.281-.971.61-1.771.657-1.063.047-1.86.564-2.75.937 0 .094-.442.046-.531-.047-.442-.326-.708-.655-1.328-.749-.533-.141-1.153-.188-1.507-.42-.442-.238-.53-.705-.794-1.127.001-.094.089-.279.178-.373 0-.047.179-.097.267-.097.884.329 1.947.376 2.744.939.971.561 1.947.28 2.478-.516.708-1.031 1.148-2.108.881-3.236 0-.043 0-.043-.09-.091 0-.047.09-.047.09-.094-1.238-.047-2.12.423-3.003.984-.267.235-.354.61-.088.936.263.282.529.52.707.846.088.094.088.373 0 .373-.178.05-.444 0-.621 0-.087-.044-.264-.091-.352-.141-.709-.467-.973-1.312-2.033-1.638-.088-.047-.088-.329.002-.423.091-.655.532-1.078 1.327-1.309.266-.098.177-.282.001-.47-.089-.05-.088-.141-.176-.188-1.146-.423-1.409-1.034-.966-1.876.266-.42.354-.796.266-1.219.002-.231-.35-.517-.614-.466-.264.043-.44.043-.615.137-1.323.564-2.207 1.457-3.619 1.783-.177.046-.354.281-.355.422.082.984-.895 1.877-.374 2.904.088.094-.09.329-.182.47-.089.376-.003.658.26.936.265.141.528.329.616.564.259 1.03.783 2.108.866 3.185-.003.611-.986 1.501-1.696 1.313-.976-.188-1.777-.141-2.668.235-.625.282-1.428.516-2.139.655-1.07.143-1.964.566-2.859.892-.807.329-1.347.795-1.626 1.544-1.017 2.299-1.017 2.299-3.364 3.655-.543.329-1.261.52-1.804.799-.27.141-.545.375-.638.607-.185.282-.193.661-.377.987-.192.514-.737.843-1.368 1.031-.359.094-.721.14-.992.235-.631.141-.996.372-1.364.795-.373.611-1.001.611-1.719.564-.626-.094-1.07-.329-1.513-.564-.264-.14-.623-.14-.982-.14-.266-.047-.725.282-.642.47.077.516.241 1.03.409 1.499.078.373-.29.702-.828.702-.812 0-1.531 0-2.331-.279-.356-.097-.894-.144-1.346-.097-.903.141-1.721.376-2.626.564-.272.094-.553.423-.472.61.15.887.21 1.779 1.831 1.826.631.047 1.248.47 1.878.517 1.075.235 1.871.748 2.12 1.5.337.843.953 1.45 1.847 1.873.715.282.884.749.87 1.265-.13 1.453-.258 2.857-.478 4.263-.106.564-.302 1.034-.497 1.547-.286.47-1.117.937-1.75.752-1.172-.376-2.552.138-3.722-.329-.271-.094-.725-.141-1.001-.047-1.194.329-2.279.141-3.365-.047-1.264-.329-2.442-.466-3.723-.281-.365.047-.728.047-1.089-.047-1.35-.373-2.624-.373-3.76.657-.189.188-.643.188-.922.232-.277.097-.461.141-.647.235-.462.188-.756.658-.586.893.597.889.924 1.779.605 2.812-.003.091.082.185.08.279.461 2.017-.173 3.937-1.358 5.813-.298.467-.597.983-.804 1.45-.202.423-.219.799.045 1.078 1.061.94 1.474 2.064 1.234 3.282-.1.144-.017.376.068.561-.009.14.167.379.349.423.824.188 1.731.563 2.664.375.465-.094.931-.138 1.393-.138.645 0 1.194.185 1.547.561.442.516.79 1.077 1.231 1.638.536.516 1.548.658 2.207.375.564-.235 1.035-.419 1.6-.701 1.226-.705 2.529-.987 4.007-.893 1.015.097 2.128-.047 3.144-.094.647 0 1.117-.188 1.499-.655.384-.469.945-.751 1.689-.936.743-.188 1.214-.517 1.413-1.081.389-.795.867-1.547 1.71-2.108.373-.278.569-.701.209-1.03-1.256-1.312-.588-2.343.63-3.326.373-.282.656-.611 1.027-.843.933-.799 1.685-1.735 3.336-1.785 1.567-.56 2.77-1.36 2.794-2.809.009-.517.201-1.031.209-1.595.096-.282.193-.514.287-.795.285-.608 1.297-1.218 2.115-1.078 1.543.232 3.274.188 4.632.984.635.329 1.457.185 1.915-.235.829-.89 1.926-1.5 3.294-1.873.456-.094.82-.376 1.095-.611.823-.748 1.731-.842 2.82-.514.999.326 1.816.749 2.271 1.545.452.657.817 1.265 1.273 1.873 1.457 1.033 2.919 2.017 4.201 3.188.828.843 2.018 1.5 3.394 1.688 1.739.329 2.755 1.265 4.135 1.923.466.702 1.295 1.078 2.125 1.403.277.142.553.33.74.564.377.702.661 1.404.946 2.108.094.141.097.329.006.517-.358.748-.625 1.5-2.005 1.641-2.025.326-4.143.654-6.265.467-.276 0-.644.141-.921.188-.183.094-.367.282-.367.47-.091.188.002.419.096.514.647.328 1.388.654 2.129.983 1.482.564 2.873 1.128 4.357 1.688.279.094.832-.094.922-.376.09-.184.272-.466.269-.701-.005-.423-.193-.749-.196-1.125-.008-.564.542-.983 1.37-.983.832.043 1.384-.141 1.745-.658.542-.799 1.083-1.642 1.623-2.39.36-.563.26-1.078-.114-1.594-.19-.235-.467-.423-.562-.702-.097-.329-.009-.705.075-1.03.177-.611 1.089-.846 1.736-.564.556.329 1.021.701 1.577 1.078.095.047.459-.047.641-.138.449-.47.343-1.266-.118-1.504-1.846-.795-3.422-1.967-5.532-2.434-.644-.093-.83-.472-.837-.939-.092-.141-.279-.373-.371-.42-.457-.094-.915-.191-1.372-.191-1.188-.047-2.013-.467-2.751-1.121-.459-.47-1.1-.94-1.379-1.551-.555-.98-1.651-1.685-2.657-2.433-.365-.282-.912-.47-1.368-.799-.546-.329-.822-.843-.822-1.406-.002-.42.086-.89.084-1.309 0-.285.271-.517.542-.658.544-.144 1.087-.328 1.63-.47.089 0 .454.094.545.235.183.376.186.843.371 1.265.184.329.549.705 1.001.611.816-.188 1.275.423 2.001.325.453-.043.909.235 1.003.564.467 1.219 1.657 1.97 2.846 2.578 1.1.517 2.019 1.265 3.387 1.265.553.329 1.106.702 1.837.796.823.141 1.468.564 2.023.987.65.513 1.298 1.074 1.948 1.591.371.282.47.607.385.986.01.514.113 1.078.032 1.544-.073.937.128 1.829 1.242 2.437.093.05.278.188.188.235-.259.798.482 1.125 1.136 1.5.559.326 1.028.752 1.588 1.124.111.796 1.318 1.266 1.34 2.111.375.232.376.326.013.561.003.141.009.376.107.56.934.517 1.781 1.081 1.99 2.064.099.188.473.42.755.561.933.238 1.772.47 2.785.376.369-.047.735-.188.541-.47-.583-.936.693-1.497.578-2.293-.002-.046.18-.093.272-.093.933.232 1.465-.376 2.2-.517.275-.047.361-.188.263-.423-.301-.705-.691-1.406-1.532-1.782-.375-.232-.932-.373-1.124-.608-.948-.983-1.805-1.967-2.66-3-.095-.138-.101-.326-.106-.514-.003-.094-.006-.188.085-.282.084-.188.36-.188.548-.047.186.094.373.235.561.376 1.029.654 1.942.466 2.368-.47.174-.373.257-.701.429-.984.088-.141.451-.235.636-.188.462.141.832.235 1.282-.047.535-.423 1.269-.372 1.912-.282 1.01.094 1.766.658 1.792 1.454.131 1.077.171 2.158-.249 3.235.008.188.389.561.662.561.368 0 .735-.047 1.105-.047.091 0 .182-.047.275 0 .094.047.279.094.282.188.007.14.107.375.022.513-.441.517-1.275.423-1.815.752-.091.047-.18.093-.271.188-.084.141.012.329.295.469.373.141.839.279 1.215.467.282.141.654.235.937.373.382.329-.53.661-.057.893.658.329 1.222.61 1.61 1.081.298.607.956.842 1.432 1.214.386.282.846.329 1.306.235 1.009-.188 1.852 0 2.529.705.191.188.57.373.855.466.188.094.47.189.654.145 1.195-.145 2.4-.145 3.102-.94.614-.658 1.259-.658 2.102-.517.84.141 1.598.517 2.174.937 1.056.751 2.172.798 3.365.61 1.285-.235 2.368-.701 3.158-1.497.257-.282.805-.423 1.278-.238.94.238 1.858.188 2.785.188l.085-.094-.085.094c-.404.987-.251 1.971.085 2.954.241.936.206 1.873-.02 2.766-.235.748-.472 1.406-.805 2.154-.313.984-.911 1.876-1.039 2.907-.069.501-.276.961-.577 1.397l4.295 10.692c.304.326.605.611.909.937 1.403 1.359 2.446 2.953 3.856 4.265.809.796 1.429 1.595 1.777 2.578.134.561.639 1.031 1.409 1.219 1.548.375 2.553 1.218 3.204 2.389.217.376.43.702.646 1.078.517.61.755 1.265.708 1.97.019.282.135.561.157.889.209 1.591 1.25 2.766 2.847 3.702.602.376 1.385.608 1.986.984 1.003.61 1.823 1.312 2.281 2.299.473 1.168 1.416 2.201 2.444 3.044.924.748 1.751 1.5 2.587 2.343.853 1.031 1.52 2.107 1.335 3.42-.066.376-.131.749.094 1.128.984 1.402 1.297 2.904 1.996 4.356.339.565.573 1.078 1.009 1.642.429.513.933.698 1.613.698.583 0 1.166-.044 1.842-.088.868-.049 1.723-.281 2.162-.893.705-.794 1.757-.983 2.929-.888 1.375.137 2.713-.095 3.819-.705.736-.47 1.5-.609 2.359-.749.67-.094 1.421-.329 1.864-.799.523-.607 1.275-.842 2.123-1.077 1.228-.326 2.46-.608 3.678-.984 1.031-.329 1.955-.799 2.979-1.172.464-.187.724-.469.781-.842.181-1.08.898-1.594 2.029-1.829 1.504-.373 3.005-.796 4.525-1.03 1.043-.141 1.779-.47 1.963-1.36.041-.564.383-.936 1.047-1.03 1.332-.141 2.137-.658 2.49-1.779.138-.47.683-.755 1.241-.893.463-.141.94-.188 1.4-.375.27-.138.43-.42.498-.655-.072-.611-.238-1.218-.21-1.782.038-.517.27-.984.714-1.265 1.708-.937 2.689-2.343 3.371-3.796.549-.984.298-1.498-.852-2.343-.732-.561-1.378-1.171-2.026-1.829-.439-.514-1.05-.843-1.821-.937-.955-.047-2.011-.14-2.982-.325-.485-.097-1.087-.376-1.598-.705-.933-.655-1.688-1.5-1.898-2.484-.285-.889-.473-1.688-.758-2.578-.01-.094-.116-.188-.21-.188-.191 0-.57 0-.652.094-1.194 1.172-2.681 2.299-3.575 3.656-.829 1.124-1.91 1.641-3.439 1.547-1.244-.094-2.381-.047-3.571.375-.461.141-.865-.093-1.273-.375-.51-.373-.833-.702-.977-1.219-.191-.983-.382-1.923-.573-2.903-.113-.141-.225-.332-.429-.47-.107-.141-.313-.329-.599-.329-.194-.047-.463.094-.545.235-.251.326-.41.608-.56.983-.248.423-.627.423-1.043 0-.517-.47-.944-.936-1.097-1.544-.286-.986-1.021-1.785-1.939-2.533-.615-.467-1.225-.937-1.833-1.407-.301-.184-.689-.325-.899-.563-.846-.981-1.597-2.014-2.347-2.998-.213-.282-.147-.61-.172-.889.06-.329.025-.702.088-1.081.081-.138.247-.326.435-.326.743-.094 1.388-.188 2.14-.188.661.047 1.409.047 2.089.282.489.188.821.752 1.231 1.125.955 1.124 2.008 2.249 2.967 3.42.429.517 1.027.846 1.792.987.294.091.673.137 1.062.231.862.141 1.644.423 2.171.984.414.332 1.003.564 1.598.846 1.397.748 2.929.936 4.467 1.218.677.094 1.238.047 1.682-.184.815-.332 1.623-.708 2.532-1.034 1.002-.329 1.977-.047 2.44.748.445.564.896 1.219 1.247 1.829.451.608 1.046.843 1.808.89 3.43.188 6.723.846 10.087 1.266 1.25.14 2.393.187 3.612.094 1.968-.189 3.985-.702 6.028-.282.48.05.933-.091 1.397-.188 1.379-.326 2.798-.326 4.317-.279.473 0 .877.184 1.219.608.232.329.561.61 1.059.795.608.282 1.036.658 1.291 1.127.419.937 1.058 1.454 2.415 1.639.78.141 1.504.563 2.161 1.174 1.003 1.028 2.394 1.451 3.932 1.545.382 0 .668 0 1.056.047-.007-.047-.007-.047-.016-.095l.185-.046-.075.141c-.095 0-.095 0-.095 0-.476.654-1.177 1.077-2.28.704-.198-.05-.463.091-.545.185-.075.144-.035.423.075.517 1.278.936 2.368 1.876 3.637 2.719 2.331 1.544 3.287 1.544 5.486.279.887-.467 1.369-1.078 1.322-2.014l-.119-.141.2.047c-.091.047-.081.094-.081.094.1.046.297.094.306.144.771 1.309 1.539 2.574 1.658 3.981.084.563.091 1.218.457 1.732.887 1.409 1.3 2.86 2.012 4.359.607 1.454 1.964 2.719 2.199 4.266.047.279.379.564.62.889.711.843 1.337 1.736 2.143 2.578 1.127.985 1.795 2.158 2.462 3.327.279.516.661 1.077.946 1.641.583 1.219 1.435 2.298 2.657 3.232.664.518 1.344 1.078 1.748 1.783.915 1.406 2.109 2.765 2.563 4.313.348.936 1.072 1.779 1.879 2.481.351.375.696.658 1.128.889 1.087.661 2.437.516 2.992-.279.147-.282.207-.561.351-.843.213-.469.539-.889 1.199-1.033.743-.233.953-.749 1.041-1.357.256-.798.736-1.406 1.538-1.875.642-.236.654-.752.554-1.313-.184-.516-.366-.983-.557-1.543-.295-.566-.404-1.223-.119-1.784.137-.373.165-.751.392-1.124.234-.889.181-1.782-.461-2.672-.27-.422-.455-.986-.539-1.452-.288-1.079-.479-2.203-.57-3.328-.116-.657.291-1.077 1.031-1.268.379-.044.852-.094 1.015-.279.426-.889 1.34-1.171 2.353-1.453.457-.141.686-.47.801-.936.107-.47.113-.984.637-1.265 1.422-.706 2.161-1.921 3.358-2.766.508-.376.902-.843 1.194-1.359.379-.561.858-1.078 1.243-1.595.307-.42.749-.607 1.285-.843 1.876-.701 3.095-1.876 2.735-3.795 0-.517.416-.843.84-1.125.883-.376 1.82-.469 2.782-.423 2.299.047 4.326-.329 5.927-1.406.679-.42 1.839-.325 2.377-.983.094 0 .505.141.627.282.398.56.698 1.124 1.003 1.685 1.143 1.922 2.716 3.564 5.284 4.453.414.138.727.282 1.141.423.526.232.689.561.63 1.218-.01.89.153 1.218 1.378 1.595.817.235 1.357.514 1.855 1.077.018.095.135.188.251.278.94 1.314 1.698 2.672 1.415 4.079-.103.423.104.983.211 1.5.091.423.98 1.031 1.466 1.031 1.341-.091 2.681-.142 3.69-.843.755-.514 1.62-.984 2.481-1.5.079-.095.451-.141.567-.047.79.563 1.836.936 2.225 1.829.338.702.686 1.404 1.118 2.061 1.04 1.685 1.723 3.515 3.415 5.061.354.282.545.702.824 1.078.178.423.272.842.554 1.218.915 1.547 1.238 3 .993 4.591-.022.33-.012.799.16 1.175.649 1.172.689 2.249.532 3.326-.323 1.219.097 2.249 1.874 2.719.11.094.316.138.339.232 1.807 1.5 3.706 3.001 5.444 4.595.868.796.993 1.829 1.394 2.718.044.188.289.42.433.608.516.564.752 1.171.799 1.829.156.702.579 1.265 1.174 1.685.952.705 1.99 1.363 2.416 2.39.157.238.514.469.855.705.466.281.996.423 1.375.799.802.888 1.889 1.309 3.073 1.732 1.313.469 2.635 1.034 4.057 1.593l-.075.094c.087-.046.087-.046.188-.046l-.113-.047c.153-.187.404-.422.57-.56.429-.286.445-.659.141-1.128-.699-.843-1.219-1.779-2.077-2.487-1.091-.886-1.51-1.823-1.754-2.9-.154-.657-.292-1.222-.442-1.875-.176-.799-.536-1.501-1.256-2.018-1.207-.983-2.5-1.876-3.682-2.715-1.691-.516-2.85-1.736-4.536-2.252-1.065-.326-2.026-1.121-2.268-2.202-.131-.561-.557-1.171-1.146-1.591-.937-.705-1.517-1.547-2.177-2.346-1.122-.188-1.839-.749-2.228-1.639-.241-.657-.369-1.218-.206-1.829.382-2.249.758-4.497.426-6.886.087-.051.056-.189.141-.236.172-.094.338-.236.617-.282.194 0 .495.046.614.138.226.144.464.328.505.516.441 1.125 1.328 1.595 2.581 1.551.392 0 .877 0 1.212.185 1.432.747 3.005 1.218 4.098 2.624 1.225 1.5 3.101 2.437 4.815 3.515.26-.142.68-.421.899-.33.861.33 1.723.705 1.845 1.595.085.799.376 1.641.671 2.484.047.188.78.375.952.282.087-.047.282-.047.357-.138 1.106-1.127 2.309-2.253 3.496-3.427.223-.325.445-.607 1.009-.702 1.773-.325 2.892-1.359 4.108-2.389.623-.655.917-1.454.974-2.434.138-1.409 0-2.769-1.006-4.081-.122-.091-.047-.232-.178-.373-.737-1.828-1.909-3.419-3.368-5.061-.548-.654-1.147-1.172-1.949-1.688-1.413-1.078-3.029-1.783-4.667-2.578-1.078-.517-2.081-1.077-2.51-2.061-.21-.516-.779-.893-1.337-1.221-.439-.232-.89-.514-1.244-.796-.225-.141-.461-.325-.492-.466-.253-1.081-.996-2.202.16-3.001.486-.375.639-.936.689-1.547.007-.373.11-.749.542-.937 1.194-.607 2.469-1.262 3.669-1.829.253-.094.742-.044 1.121-.044.298.044.724.189 1.034.282.893.138 1.629.42 2.024 1.263.244.61.824 1.033 1.585 1.409.665.373 1.563.141 1.595-.517-.069-.281-.138-.563-.313-.892l.119.094.047-.185-.072.091c-.226-.141-.355-.279-.389-.423-.035-.138.194-.373.275-.42 1.673-.14 2.908-.936 4.436-1.312 1.347-.329 2.41-1.03 2.791-2.155.111-.328.395-.328.715-.188.536.235.89.517 1.404.282.855-.375 1.841-.611 2.96-.702.736-.093 1.507-.422 2.209-.657.795-.236 1.362-.611 1.359-1.36.116-.282.473-.375.626-.517 3.575-2.295 4.825-4.732 4.198-8.152-.038-.517-.416-.846.145-1.219 1.008-.47 1.34-1.315 1.262-2.343-.066-.61-.025-1.128.438-1.5.711-.517.731-1.124.515-1.97-.119-.423-.172-.937.016-1.31.435-.798-.116-1.5-.928-2.063-.47-.373-1.009-.611-1.56-.937-.436-.235-.902-.235-1.357-.188l.013.047h-.185l.079-.047h.094c.022-.282-.05-.513.091-.704.275-.373.67-.608.961-.937.301-.282.207-.61-.075-.983-.53-.564-1.36-.89-2.024-1.313-.094 0-.094 0-.094 0l-.21-.094.21.094h.094c.172-.046.361-.046.533-.094.755-.282.692-.889.003-1.359-.467-.373-.937-.702-1.46-.937-1.87-.751-3.581-3.047-4.852-4.356-.53-.611-1.119-1.081-2.021-1.363-.414-.138-.921-.326-1.338-.514-1.118-.375-1.566-1.03-1.676-1.826-.056-.564-.1-1.081.235-1.594.279-.329.555-.705.627-1.128.253-.795.852-1.309 1.657-1.732.793-.47 1.629-.799 2.732-.799.461 0 .482-.278.492-.56.022-.281.043-.517-.026-.795-.128-.47-.805-.937-1.262-.937-.654-.05-1.181 0-1.742 0-.46 0-.931-.05-1.41-.144-.491-.137-.914-.325-1.325-.514-.513-.234-.937-.093-1.362.044-.737.332-1.119.987-1.627 1.504-.137.188-.469.325-.724.372-.529.097-1.215-.047-1.625-.607-.555-.705-1.147-1.219-2.209-1.454-1.071-.235-1.955-.842-2.851-1.5-.679-.514-.489-1.547.392-1.685.354-.046.627-.046.981-.094.814-.05 1.294-.282 1.325-.892.103-1.031.103-2.108 1.428-2.574.332-.144.392-.615.589-.94.15-.47.392-.937.633-1.407.138-.14.458-.325.721-.372.864-.141 1.588.184 2.268.701.645.376.576.796.404 1.172-.137.188-.184.375-.229.513-.31.567-.247 1.174.285 1.782.239.235.317.517.555.752.295.42-.012.608-.21.937-.081.046-.138.14-.129.188.138.188.195.422.307.466.204.094.489.141.661.094.755-.232 1.191-.654 1.501-1.219.827-1.359 2.516-1.872 4.451-2.154.26-.047.649.047 1.038.141.285.047.683.188.98.282 1.551.326 1.551.326 1.761 1.453.241.89.482 1.779.726 2.669.129.47.505.845 1.056 1.174.345.279.767.467 1.282.373.344-.094.595-.188.952-.232.617-.097 1.187 0 1.729.279.539.329 1 .658 1.46.987.467.373.432.56.038 1.168-.326.47-.37.658.172.936 1.554.987 2.246 2.158 2.343 3.518.097.325.113.748.21 1.077.297.752 1.021 1.359 1.651 1.97.025.091.21.091.301.091.636-.047 1.012-.328 1.284-.702.523-.422 1.191-.704 2.124-.657.288.05.645 0 1.028.05.852.093 1.203-.285 1.544-.752.645-.94.639-1.97-.144-3.094-.423-.514-.664-1.078-1.087-1.595-1.341-2.104-1.353-2.154-3.628-3.746-.915-.657-1.81-1.218-2.469-1.97-.548-.607-1.422-1.124-2.256-1.544-.723-.285-1.353-.564-1.983-.892-.732-.329-1.162-1.219-.836-1.688.192-.28.37-.655.686-.796.533-.373.846-.889 1.26-1.359 1.043-1.169 1.253-2.343.103-3.89-.758-1.078-.495-2.061.37-2.856.204-.283.504-.473.796-.705.2-.282.491-.514.692-.749.241-.423.066-1.081.817-1.265.912-.282 1.485.47 2.277.702.884.235 1.63.329 2.357.047.638-.28 1.174-.608 1.572-1.125.58-.795 1.024-1.782 1.197-2.719.27-1.544 1.112-2.95.99-4.591-.004-.329.065-.702.25-.984 1.038-1.359.649-3 .361-4.591-.229-1.407.197-2.672-.301-4.078-.069-.235.022-.517.141-.705.457-.889-.085-1.829-.445-2.719-.674-1.685-1.849-3.279-3.43-4.779-.618-.561-1.056-1.171-1.257-1.873-.508-1.407-.927-2.86-1.425-4.266-.047-.141.094-.282.147-.376.1.047.188.047.298.094.924.799 1.902 1.407 2.992 2.112.993.701 1.134 1.779 1.986 2.574.373.376.742.705 1.125 1.125.88.892 1.604 1.828 2.002 2.859.05.141.096.329.232.47.686 1.125 1.221 2.343 2.572 3.279.567.423 1.04 1.128 1.3 1.689.347.845.946 1.687 1.713 2.436.517.564.865 1.125.962 1.736.072.234.16.513.323.795.36.608.955 1.077 1.833 1.312.103.047.513-.047.501-.093-.113-.376-.213-.702-.31-1.031-.263-.561.056-.705.871-.658.739.097 1.309.517 1.995.705.101.047.291.094.279.047.141-.141.257-.329.132-.47-.279-.607-.746-1.265-1.62-1.5-1.576-.514-2.224-1.779-3.653-2.389-.542-.608-1.184-1.266-1.557-1.92-.514-.796-.855-1.642-1.284-2.484-.16-.235-.232-.47-.317-.752-.595-1.692 4.098.366 1.517-2.02z'/%3E%3Cpath d='m492.663 186.588 7.387 7.906c-.028.065-.025.122-.025.153.096.047.194.094.291.144v-.013l1.554 1.666c-.069.101-.078.229-.028.361.304.325.604.654.72 1.03.783 2.108 2.397 3.843 3.926 5.622.307.376.617.846 1.018 1.171.808.799 1.244 1.688 1.213 2.719-.076.282.041.611.247.893.11.231.317.514.614.701.298.188.68.235.974.376 1.674.795 2.886 1.873 3.371 3.42.493 1.685 1.269 3.279 1.382 4.967.138.611.461 1.125 1.156 1.497.799.47 1.604.987 2.406 1.5.905.565 1.632 1.269 2.081 2.206.35.842.795 1.638 1.052 2.575.608 1.738 2.227 2.718 4.022 3.47 1.094.376 2.097.799 2.917 1.403 1.351 1.175 2.876 2.065 4.044 3.329.533.565 1.153 1.078 1.871 1.497 1.127.708 1.149.987.567 2.159-.173.282-.248.563.159.798.94.749 1.78 1.454 2.723 2.203.307.187.617.375.927.606.505.188 1.003.282 1.479.142.385-.048.667-.185 1.046-.373 1.128-.47 2.359-.94 3.838-.752.297.047.78 0 1.062-.094 2.271-.795 4.705-.842 7.114-1.218 1.73-.236 3.462-.467 4.734-1.406.088-.091.184-.091.275-.142.473-.137 1.501.376 1.542.799.069 1.594.426 3.232.006 4.827-.366 1.265-.736 2.436-1.526 3.376-1.328 1.45-1.942 3.232-2.659 4.92-2.018 4.685-5.33 8.435-9.813 11.573-.19.094-.375.283-.664.377-2.03.657-3.308 2.013-4.799 3.232-2.519 2.111-5.04 4.265-7.039 6.844-.724.983-1.664 1.829-2.926 2.389-.677.329-1.04.846-1.401 1.407-.62 1.124-.817 2.53-1.858 3.466-.952.749-1.181 1.783-1.614 2.813-.61 1.313-.338 2.296 1.044 3.233.739.423.786 1.078.432 1.782-.079.329-.257.654-.134.983.416 1.501.325 3.048.946 4.592.492 1.172 1.08 2.299 2.459 2.954.842.376 1.1 1.078 1.046 1.736-.307 1.312-.41 2.672.1 4.027.16.799.016 1.598.075 2.393.079 1.031-.049 2.108.232 3.139.289 1.077.148 1.923-.294 2.906-.777 2.061-2.099 3.749-4.401 4.826-1 .518-1.89 1.125-3.002 1.548-.908.328-1.92.704-2.713 1.265-2.662 2.108-5.334 4.266-8.126 6.28-.398.325-.564 1.031-.319 1.637.733 1.783 1.365 3.612 2.104 5.391.141.611.279 1.175.21 1.735-.241 1.218-.485 2.344-.413 3.562.063 1.03-.63 1.782-1.541 2.342-1.119.703-2.365 1.031-3.616 1.266-1.249.282-2.168.842-3.076 1.594-.611.47-1.106 1.078-.532 1.873.453.611.482 1.175.304 1.735-.251 1.219-.508 2.343-.765 3.467-.548 1.689-1.322 3.141-2.973 4.172-.83.373-1.435 1.078-1.823 1.874-.893 1.362-2.009 2.534-2.908 3.889-.895 1.313-2.02 2.535-3.361 3.609-1.967 1.641-3.712 3.47-5.915 4.829-1.685.937-3.268 1.779-5.313 1.826-.322 0-.855.141-1.061.376-.928 1.219-2.57.47-3.735 1.171-.319.094-.858.048-1.19-.14-1.418-.561-2.697-.138-4.098-.138-1.296 0-2.369.138-3.542.608-.642.231-1.391.513-2.039.419-1.515-.094-2.905.376-4.292 1.08-.213.138-.86.186-1.187 0-1.418-.657-2.942-1.359-4.36-2.154-.214-.051-.328-.426-.333-.657-.129-1.081-.257-2.203-1.026-3.142-.331-.467-.339-.984.083-1.407.949-.936.717-2.014.268-3.138-.116-.466-.339-.936-.667-1.358-1.1-1.736-1.664-3.613-2.23-5.576-.228-.986-.667-1.876-1.423-2.627-.65-.749-1.299-1.545-1.947-2.34-1.292-1.457-2.265-3.004-2.71-4.83-.335-1.638-.988-3.236-.899-4.917-.008-.611-.224-1.174-.44-1.786-.647-1.45-.979-3.044-.993-4.591.089-1.501-.551-2.716-1.296-4.032-1.06-1.685-2.119-3.511-2.861-5.39-.638-1.779-1.687-3.371-3.254-4.776-.52-.517-.833-1.175-.836-1.924-.007-1.359-.011-2.812.087-4.168-.003-.846.097-1.595.612-2.346.715-1.313 1.224-2.716 1.421-4.173.101-.983.61-1.731 1.324-2.484.714-.607 1.222-1.453 2.037-2.061 1.835-1.265 1.818-3.141 1.288-4.97-.103-.42-.415-.843-.621-1.215-.621-.89-.933-1.876-1.143-2.859-.105-.373-.008-.843.091-1.263-.003-.329.3-.705.198-.987-.418-1.453-.431-3.091-1.452-4.451-.82-1.126-1.434-2.346-1.844-3.61-.205-.515-.409-1.031-.614-1.497-.609-1.079-1.32-1.924-2.227-2.676-.605-.419-1.212-.886-1.716-1.261-3.416-2.673-3.917-3.377-5.615-6.888-.098-.097-.098-.188-.097-.332 0-.185 0-.467.2-.608 1.004-.936 1.204-2.108 1.505-3.236.201-.749-.097-1.5.103-2.202.1-.607.699-1.168.898-1.732.299-.705.597-1.453.597-2.155 0-1.171-.196-2.299-1.584-3.094-.395-.188-.791-.471-1.087-.843-.492-.799-1.284-.752-2.275-.611-1.585.376-3.169.564-4.755.749-.394.05-.791.094-1.187.05-1.385 0-2.471-.423-3.052-1.5-.291-.564-.58-1.172-.869-1.733-.576-1.268-1.751-2.017-3.123-2.533-.393-.094-.788-.094-1.083-.139-1.669-.285-3.258.373-4.838.515-1.086.14-2.179.561-3.27.843-1.093.281-2.086.563-3.087 1.171-.602.375-1.396.563-2.093.752-.797.282-1.693.469-2.49.748-.797.235-1.49.235-2.176.047-.393-.047-.786-.188-1.08-.282-1.462-.608-2.842-.702-4.428-.514-.995.188-1.985.283-2.972.232-1.582 0-2.978.282-4.381.846-.804.325-1.609.654-2.511.89-.301.141-.696.141-1.089.094-1.175-.329-2.246-.752-3.407-1.265-2.221-1.173-4.126-2.625-6.13-3.985-.855-.607-1.716-1.124-2.781-1.497-1.449-.47-2.487-1.312-3.113-2.437-.628-1.08-1.355-2.111-1.38-3.424.019-.375-.348-.795-.625-1.077-.744-.704-1.49-1.359-2.545-1.688-.478-.187-.851-.466-.924-.889-.155-.705-.621-1.078-1.283-1.406-.564-.376-.824-.89-.785-1.547l.11-.185-.203.138.093.047c-.767-.185-1.439-.329-2.103-.608-.761-.329-1.414-.752-1.759-1.453-.332-.893-.664-1.736-.121-2.672.428-.611.173-1.125-.183-1.639-.449-.563-.807-1.033-1.159-1.55-.088-.137-.068-.419.036-.514 1.734-1.406 2.425-3.141 2.924-4.92.108-.188.124-.423.229-.564 1.171-1.782 1.187-3.561.625-5.293-.245-.705-.11-1.316.123-1.97.332-.705.09-1.406-.65-1.826-.925-.473-1.168-1.175-.921-2.017.141-.705.278-1.359.792-1.92 1.326-1.36 2.275-2.859 3.228-4.407.305-.329.518-.702.915-.983 1.488-1.078 2.33-2.487 3.357-3.796.616-.846 1.131-1.548 2.099-1.971.968-.419 1.657-.936 2.075-1.638.21-.375.508-.654.809-.986.596-.608 1.186-.984 2.131-1.078.947-.091 1.813-.419 2.59-.936.584-.376 1.255-.561 1.837-.937.387-.235.774-.469 1.074-.796.587-.516.989-1.08 1.486-1.641.397-.423.605-.846.627-1.312.026-.564-.041-1.175-.016-1.688-.056-.796.163-1.501.846-2.108.3-.423.784-.748.807-1.265.055-1.172 1.203-1.829 2.252-2.39 1.236-.61 2.474-1.218 3.799-1.735 1.419-.608 2.473-1.403 2.898-2.762.113-.517.411-1.034.709-1.595.5-.94 1.435-1.171 2.334-.423.18.142.266.282.449.373.455.235.82.47 1.282.517.926.05 1.855.05 2.785-.047 1.024-.141 1.855 0 2.772.235 1.105.423 2.313.282 3.26-.376.85-.607 1.785-.936 2.813-1.262 1.308-.423 2.522-.94 3.83-1.453.745-.329 1.49-.423 2.323-.47.924-.047 1.85 0 2.777-.235 1.766-.47 3.521-.47 5.276-.282.647.047 1.387.047 2.127-.047.831-.094 1.671-.701 2.685-.326.828.373 1.851-.375 2.678.141.647-.047 1.203 0 1.757-.141.924-.188 1.758-.469 2.684-.657.924-.235 1.848-.235 2.586.469.368.47.922.42 1.569.282.37-.094.74.232.556.47-.277.514-.555 1.027-.833 1.498 0 .187 0 .375.092.516.279.42.742.749 1.023 1.124.37.796.373 1.501-.369 2.155-.466.423-1.022.752-1.393 1.171-.465.329-.186 1.125.277 1.266 1.119.235 2.141.607 2.983 1.356.094.05.186.097.28.097 1.119.373 2.146.799 3.45.702 2.145-.185 4.2.281 6.258.846.657.231 1.22.607 1.413 1.171.192.372.382.701.573 1.03.288.608.855.937 1.697.937 1.682-.044 3.281.469 4.696 1.077.661.282 1.228.564 1.797.893.473.235.852.466 1.231.654.662.329 1.69.188 2.338-.234.276-.235.461-.42.642-.658.367-.279.453-.655.35-1.028-.102-.375-.298-.749-.4-1.077-.493-1.175.501-2.625 1.703-3.048 1.941-.704 3.897-.795 5.958-.423.468.047.941.282 1.228.517.862.655 1.803.936 2.926 1.077 1.22.141 2.533.283 3.673.89.855.376 1.889.47 2.826.56 2.625.239 5.081.799 7.719 1.222.755.141 1.41.094 2.049-.235 1.28-.61 2.665-.985 4.26-.888z'/%3E%3Cpath d='m952.358 322.825c.188-.047.351-.192.642-.235-.229-.051-.376-.141-.504-.188-.251-.141-.414 0-.433.188.022.043.191.235.295.235z'/%3E%3Cpath d='m546.616 304.077c.107.046.114.141.123.235-.104 0-.097.05-.201.05-.004-.05-.116-.144-.123-.238.101-.047.201-.047.201-.047z'/%3E%3Cpath d='m875.255 284.582c.037.094-.048.142-.013.282l.223.044c.082-.044.047-.184.028-.232-.019-.05-.119-.051-.238-.094z'/%3E%3Cpath d='m721.958 277.694c-.112-.046-.191.044-.278.091.012.094.134.188.237.188.11.046.188-.047.279-.094-.113-.094-.238-.185-.238-.185z'/%3E%3Cpath d='m765.799 247.137.287-.05.05.188z'/%3E%3Cpath d='m846.082 232.188c-.197 0-.357.091-.213.232.113.047.21.047.323.094.066-.094.163-.094.241-.141-.126-.094-.254-.185-.351-.185z'/%3E%3Cpath d='m397.335 111.183c-.089.091-.093.141-.18.141-.088 0-.173-.094-.084-.141.095-.236.184-.236.264 0z'/%3E%3Cpath d='m789.404 159.733c-.129-.14-.35-.281-.391-.373-.038-.14.119-.235.262-.379.132.144.26.286.392.424-.053.093-.119.188-.263.328z'/%3E%3Cpath d='m774.824 349.535c-.793.188-.802.611-.035 1.124.135.095.455.095.574.188.016.05.016.05.031.095l.091-.044c.088.326.179.699.373 1.077.523.796 1.05 1.639 1.272 2.484.169 1.545 1.056 2.951 1.945 4.356.918 1.548 1.535 3.138 1.826 4.734.477 1.875.934 3.702 2.04 5.528.213.379.351.939.363 1.406.154 1.033.072 2.017.116 3.047.025 1.36-.336 2.531-1.516 3.421-.793.705-.417 2.251.539 3 .789.561 1.56 1.03 2.146 1.638 1.112.987 2.305 1.406 3.658 1.595 1.009.094 1.989.094 2.967.094.436 0 1.059-.094 1.432-.376 1.503-1.312 4.22-1.312 5.281-3.045.173-.187.467-.328.68-.328 1.893-.235 3.594-.748 5.655-.326 1.726.326 3.443.282 5.072.282.849-.049 1.528-.379 1.923-.892 1.307-1.595 2.466-2.484 4.533-3.608.565-.33 1.022-.609 1.463-.984.696-.611 1.494-.846 2.607-.705 2.57.282 4.844-.094 6.801-1.172 1.595-.842 3.359-1.077 5.301-1.077 1.419.047 2.819.047 4.132.094.755 0 1.473.283 2.061.799 1.003.843 1.955 1.168 3.196 1.309 1.24.191 2.588.752 3.812 1.219.721.235 1.441.842 1.529 1.499.144.843.539 1.454 1.369 2.062.955.658 1.516 1.456 1.895 2.346.379.936.759 1.825 1.009 2.671.216.372.235.795.344 1.125.035.14.198.326.217.373.398.234.814.56 1.178.658.253.14.545 0 .726-.098.742-1.168 1.488-2.292 2.356-3.37.395-.516 1.172-.799 1.551-1.359.576-.611.917-1.269 1.363-1.924.09-.043.288-.094.309-.043.126.043.38.184.417.279.254.515.329 1.076.097 1.406-.79.936-.984 2.107-1.053 3.325.041 1.172-.357 2.018-1.39 2.578-.201.047-.326.376-.254.611s.291.607.511.607c.363.094.764 0 1.2 0 1.196 0 1.923-.516 2.139-1.594.034-.231.088-.419.122-.654.072-.095.163-.188.253-.235.164.188.42.282.583.47.461 1.171.812 2.295.239 3.278-.236.33.134.799.573.799.673.091 1.438.091 2.092.091 0 0-.018-.091-.125-.091l.16-.187-.035.278c.038.094.06.188.094.283 1.526 2.11 2.613 4.218 2.312 6.466-.088.424.323 1.031.677 1.501.41.611.912 1.171 1.435 1.779 1.344 1.876 3.192 2.86 5.331 3.376 1.292.235 2.328.749 3.425 1.404.67.376 1.269.893 1.958 1.315.539.329 1.127.423 1.604.188 1.513-.798 3.151-1.546 3.593-3.282.031-.282.382-.185.683.046.129.047.188.236.207.329.119.376-.035.937.137 1.125 1.351 1.081 2.338 2.436 3.873 3.467.304.235.899.375 1.165.187 1.04-1.264 2.528-2.106 3.581-3.325 1.05-1.171 2.675-1.595 4.53-1.641.661 0 1.344.046 2.093 0 1.061-.142 2.374-1.501 2.023-2.578-.467-1.736-.081-3.233-.2-4.874-.163-1.826.176-3.423 1.162-4.732.692-.89.902-1.877 1.1-2.907.357-1.219.692-2.484.94-3.655.501-2.064 1.168-3.937 3.035-5.155.351-.236.749-.658.714-1.077-.147-1.689 1.382-2.578 1.382-4.169 0-1.551-.693-3.236-.345-4.736.361-1.783.097-3.749.708-5.434.138-.517.126-1.175.032-1.736-.217-1.218-.859-2.486-1.695-3.654-.521-.893-.912-1.688-.877-2.534.008-.561-.107-1.215-.207-1.826-.611-1.735-.753-3.373-.567-4.967.047-.188.053-.471-.025-.702-.06-.188-.336-.33-.498-.517-.088.048-.173.095-.238.233-.955.892-.955.892-2.074-.185-.166-.141-.439-.329-.623-.564-1.078-.984-1.746-2.296-3.315-2.857-1.021-1.456-3.064-2.484-3.145-4.265-.066-.796-.749-1.218-1.711-1.595-.833-.279-1.685-.608-2.503-.843-.229-.046-.536-.328-.596-.516-.369-1.077-.949-2.202-1.892-3.092-.814-.842-1.516-1.687-1.858-2.719-.094-.234-.538-.657-.912-.795-2.324-1.033-4.313-2.577-6.663-3.376-.595-.188-1.04-.608-1.313-1.077-.507-.89-1.134-1.874-1.328-2.763-.238-1.316-.959-2.534-2.161-3.655-1.041-.94-1.563-1.876-1.83-3-.256-.796-.736-1.595-.99-2.343-.273-1.172-1.062-1.97-2.243-2.718-.799-.565-1.488-.753-2.259-.611-.479.093-1.224-.28-1.35-.655-.21-.329-.439-.705-.545-1.034-.373-1.124-1.141-2.201-1.823-3.373-.809-1.497-2.381-2.859-3.202-4.451-.091-.235-.67-.471-1.031-.658-.221-.046-.494.095-.664.187-.169.096-.2.33-.25.471-.195.983-.082 1.967-.279 2.954-.129.839.119 1.967.128 2.95.013 1.594.125 3.233.809 5.015.279.564.351 1.078.323 1.641.022 1.356-.069 2.672-.054 4.031-.022.89-.15 1.779-.297 2.625-.097.654-.599 1.031-1.376 1.219-1.175.184-2.409-.094-3.524-.987-.677-.466-1.269-1.031-1.585-1.685.085-.094.069-.141.053-.191.292-.044.586-.091.759-.232.275-.094.203-.332-.057-.467-.119-.096-.313 0-.275.092-.154.188-.292.375-.427.607 0 0-.088.05-.191.05.016.047.016.047.138.141-.31 0-.536-.094-.746-.094-1.156-.047-2.176-.329-3.151-1.077-1.124-.94-2.609-1.406-3.922-1.971-.828-.328-1.548-.654-2.253-1.264-.445-.423-1.077-.796-1.713-1.175-.652-.417-1.009-.934-.883-1.544.197-1.031.617-1.967.247-3.186-.1-.329.244-.516.501-.705.379-.094.739-.282.877-.466.348-.893.574-1.829.799-2.719.069-.141-.238-.469-.476-.563-.633-.376-1.335-.655-1.88-.421-.636.282-1.115.376-1.864-.046-.375-.236-.717 0-1.096.091-.272.094-.617.332-.958.237-2.15-.658-4.352-.846-6.392-1.828-1.087-.517-2.174-.753-3.179-1.031-.22-.05-.515 0-.802.094-.104 0-.173.095-.261.138.035.096.082.282.098.329.507.328.999.61 1.406.939.508.326.585.889.138 1.122-.708.376-1.614.423-2.538.423-.514 0-1.146-.047-1.492.187-.896.423-1.763.984-2.224 1.826-.692 1.127-1.369 2.346-1.945 3.517-.342.608-.27 1.219.247 1.92.332.423-.16.893-.692.799-.737-.047-1.604-.517-2.35-.235-.573.141-1.03 0-1.45-.373-.808-.661-1.513-1.316-2.306-1.923-.67-.564-1.485-.893-2.215-.564-.748.282-1.732.47-2.33.892-.492.421-1.037.702-1.83.794-.987.19-.561 1.315-1.04 1.831-.235.233-.467.514-.748.608-1.25.325-1.244 1.122-.852 2.155.062.187.125.423.084.658.107.375-.141.607-.554.607-.414 0-.846-.047-1.26-.047-.516 0-.793.47-.548.987.225.466.454.886.683 1.356.031.094-.044.188-.129.282-.147.187-.354.187-.626 0-.552-.514-.987-.984-1.542-1.451-.404-.328-.833-.422-1.084-.187-.498.466-.999.886-1.394 1.356-.323.329-.514.751-.391 1.221.667 1.638.291 2.951-.775 3.982-.222.327-.306.794-.513 1.174-.664 1.406-1.814 2.202-3.662 2.293-1.119.097-2.209.328-3.418.517-1.285 1.03-3.675.701-4.938 1.872-.253.235-.748.329-1.093.235-1.553-.328-2.572.142-3.581.705-1.381.749-2.515 1.642-4.063 2.155-.676.187-1.04.846-1.3 1.453-.379.608-.673-.14-.99-.14-.222-.092-.523 0-.601.094-.214.423-.427.795-.417 1.265-.066.564.078 1.125.238 1.782.244.984.263 1.873-.15 2.763-.432.798-.414 1.688-.169 2.671.344 1.36.78 2.672 1.823 3.89.285.283.476.611.683 1.031.194.329.069.705-.194.94-.182.091-.245.278-.43.372h-.106c.069-.563-.075-1.124-.705-1.544-.15-.188-.589-.236-.68-.188-.198.092-.323.42-.294.514.31.424.623.846.936 1.218h-.106l.015.047c-.103-.002-.103-.002-.194.092z'/%3E%3Cpath d='m775.363 350.847c-.113-.466-.229-.936-.342-1.406h.103l-.012-.047h.743l.015.047.091-.047c-.188.517-.285.987-.492 1.454 0-.001 0-.001-.106-.001z'/%3E%3Cpath d='m888.532 296.953c.326.048.629.048.871.142.103 0 .26.183.279.235.09.281-.076.373-.336.188-.259-.145-.539-.377-.814-.565-.019-.046-.119-.046-.222-.046-.019-.048-.038-.094-.054-.188-.742-.373-1.566-.658-2.383-.658-.101 0-.101 0-.082.05-.103 0-.103 0-.103 0-.003.561.012 1.219 1.228 1.5.564.139.915.561 1.184 1.031.057.188.047.467 0 .607-.166.095-.454.141-.639.235-.084.045-.203 0-.326-.094-2.261-.889-4.31-1.218-6.453-1.218-1.228 0-2.393-.422-3.496-1.265-1.551-1.265-3.064-2.437-4.596-3.655-.702-.61-1.335-.983-2.152-1.313-.903-.234-1.858-.654-2.776-.983-1.003-.282-1.899-.235-2.572.234-.721.561-1.429 1.216-2.118 1.874-.085.047.225.376.275.565.618.933.536 1.311-.175 1.64-.526.232-1.066.467-1.73.326-1.685-.514-3.214-.514-4.777-.611-.833-.044-1.629-.325-2.309-.843-.392-.278-.68-.512-1.071-.795-1.153-1.077-2.441-1.265-3.678-1.03-1.153.232-2.086.514-3.342.373-.727-.047-1.185-.514-1.079-1.169.326-.893.668-1.735 1.94-1.875.385-.047.388-.377.05-.799-.319-.373-.658-.796-.993-1.215-.457-.517-1.012-.987-1.382-1.501-.774-1.504-2.202-2.204-3.9-2.765-.805-.329-1.579-.517-2.353-.749-1.293-.238-2.619-.611-4.028-.939-.752-.142-1.454-.467-2.271-.842-1.081-.565-2.315-.985-3.465-1.407-.467-.235-.69.047-.811.283-.126.278-.349.512-.587.748-.294.328-1.35.188-1.607-.329-.729-1.074-1.6-1.97-2.653-2.763-.263-.235-.241-.47.06-.47 1.526.047 2.349-.892 3.887-.798.101 0 .053-.138.138-.184-.134-.142-.382-.283-.598-.33-.702 0-1.492.047-2.294.047-1.19.047-2.287-.235-3.201-1.265-.455-.517-1.119-.749-1.764-.89-.532-.094-1.097-.328-1.561-.516-.212-.048-.391-.33-.453-.517-.047-.138-.038-.467.147-.513 1.422-.283 2.393-1.032 3.624-1.595.605-.329 1.288-.375 2.168-.094.762.188 1.542.423 2.303.657.733.094 1.431.094 1.892.607.605.655 1.213 1.36 1.266 2.159.025.419.15.843.279 1.262.041.47.369.846.864 1.172.893.61 1.773 1.174 2.77 1.828.381.233 1.168.188 1.39-.046.689-1.36 1.757-2.437 3.355-3.142.085-.043.154-.141.22-.231.554-1.783 2.271-1.406 4.285-.705 2.237.705 4.458 1.359 6.782 1.735 1.489.235 3.096.889 4.671 1.406 1.457.467 2.917.889 4.326 1.215 3.221.611 6.47 1.927 9.321 3.517.492.235 1.118.611 1.243.984.511 1.222 1.495 1.783 2.817 2.065.881.234 1.895.56 2.813.889.339.094.818.282 1.175.466.715.332 1.241 1.268.796 1.736-.232.234-.605.328-.852.47-.32.278-.36.751.188 1.171.586.564 1.275 1.077 1.942 1.544.551.424 1.169.752 1.72 1.175.689.514 1.209 1.171 1.879 1.638.674.469 1.495.799 2.234 1.172.138.096.175.235.313.328.699.846 1.598.799 2.516.799-.015-.051-.015-.051-.035-.094 0 0 .119.043.22.043.065-.137.235-.231.42-.278.827-.283 1.187-.094 1.908.796.018.047.037.094.056.14.1 0 .119.095.119.095z'/%3E%3Cpath d='m742.576 257.821c.159.236-.129.702-.452.611-.306-.047-.542-.188-.676-.375-.26-.236-.16-.655.31-.749.234.137.57.325.818.513z'/%3E%3Cpath d='m540.92 300.938c.171-.376.034-.799-.282-.94-.314-.091-.799.235-.768.61.113.142.235.377.454.565.213.094.511 0 .596-.235z'/%3E%3Cpath d='m772.193 235.933c.009.377-.665.799-.997.658-.206-.046-.285-.375-.423-.513-.122-.423.104-.705.52-.565.32.095.568.283.9.42z'/%3E%3Cpath d='m823.535 290.862c-.056.137.314.372.464.514.1 0 .304 0 .388-.048.446-.231.655-.513.395-1.076-.15-.139-.344-.467-.448-.467-.219-.047-.592.047-.648.235-.122.231-.247.512-.151.842z'/%3E%3Cpath d='m785.523 241.841c-.182.044-.473.044-.67.044l.015.05-.113-.05c.264.564.022 1.127-.106 1.688-.016.332-.467.47-.799.332-.448-.235-.893-.423-1.338-.613-1.143-.608-1.422-.887-.774-1.733.411-.611.082-1.454.17-2.202.012.047-.085.047-.085.047l.069-.094c-.125.232-.351.513-.489.701-.285.376-.811.236-1.328.142-.417-.095-.837-.188-.931-.561-.366-.94-.736-1.923-1.005-2.907-.016-.047.138-.235.153-.14 1.25.281 2.488.513 3.624 1.124.223.097.292.329.345.517.153.184.11.375.163.607l.088-.047-.088.047c.683.329 1.601.469 1.823 1.265.082-.047.082-.047.069-.094l.013.047c.237-.188.379-.42.532-.56.238-.189.436-.189.573-.048.11.048.15.188.179.326.072.235.153.517.138.798-.071.472-.143.892-.228 1.314h.097c.015.044.015.044.015.044.348-.188.687-.372 1.035-.514.253-.141.799.048 1.049.236.276.328.135.842-.31.986-.52.279-.952.091-1.773-.708l-.084.05c-.001 0-.016-.05-.029-.094z'/%3E%3Cpath d='m784.247 240.059c.097 0 .081-.047.081-.047.179.608.345 1.218.524 1.873 0 0 0 0-.097 0-.765-.655-.931-1.265-.508-1.826z'/%3E%3Cpath d='m716.167 272.398c-.214-.047-.402 0-.693.044-.278.094-.232.328-.088.516.414.517.806.94 1.455 1.125.099 0 .312.05.4 0 .066-.142.22-.373.188-.517-.125-.561-.617-.984-1.262-1.168z'/%3E%3Cpath d='m744.994 276.473c-.091.046-.166.14-.241.234-.138.283-.166.565.113.893.413.467.852.609 1.331.514.389-.046.639-.235.818-.376-.05-.184.012-.328 0-.372-.351-.659-1.47-1.128-2.021-.893z'/%3E%3Cpath d='m801.69 131.381c-.091 0-.191-.046-.294-.093-.101 0-.219-.095-.232-.141-.016-.608.182-1.125.673-1.501.079-.047.154-.094.254-.047.091 0 .219.095.319.141.327.749.051 1.266-.72 1.641z'/%3E%3Cpath d='m796.017 136.628c.013.05.232.141.244.188.032.705-.309 1.313-1.074 2.017-.297-.658-.317-1.313-.153-1.923.05-.141.179-.282.332-.373.166-.047.372.047.651.091z'/%3E%3Cpath d='m795.187 138.833c.013.047.026.094.041.141-.091 0-.106-.047-.106-.047.376.326.852.702 1.318 1.03.504.467.52 1.078-.031 1.36-.629.282-1.268.514-1.927.748-.833.189-1.04.705-1.128 1.266-.025.516.054 1.033.029 1.547.065.235-.192.235-.464.235-.836-.047-1.639-.329-2.384-.705-1.403-.748-2.653-.983-3.775-.231-.31.138-.839.188-1.162.325-.088 0-.025.188.075.235.927.376 1.752.749 2.666 1.078.31.094.439.517.204.654-.596.423-1.191.846-1.802 1.222-.169.043-.554-.047-.683-.188-.41-.47-.82-.89-1.243-1.407-.461-.654-1.632-.936-1.792-1.782-.126-.701.394-1.077.485-1.638.053-.14-.1-.328-.15-.516-.179-.561-.179-.561.426-.658.273 0 .451 0 .708-.044.157-.094.388-.188.363-.281-.37-1.219-.827-2.437-1.375-3.656-.125-.375-.52-.798-.82-1.221-.395-.417-.775-.796-.987-1.168-.254-.282-.238-.517-.032-.705.308-.185.552-.235.947-.141 1.096.376 2.139.893 3.145 1.5 1.35.937 2.835 1.688 4.514 2.158 1.194.373 2.296.467 3.102-.097.294-.232.485-.185.898.282.27.282.455.564.875.798 0 0 0 0-.013-.046 0-.001-.013-.048.078-.048z'/%3E%3Cpath d='m832.382 284.907c-.103 0-.184.05-.272.095-.395.705-.555 1.5-.298 2.346.066.232.316.373.567.513.119.048.219.048.423.048.95-.514 1.062-1.451.27-2.716-.167-.236-.402-.33-.69-.286z'/%3E%3Cpath d='m666.149 22.325c.77.2353 1.249.5639 1.469 1.1747.031.1381-.003.3257-.129.5136-.034.188-.423.2818-.683.188-.861-.2348-1.444-.6543-1.653-1.2651-.039-.1406.065-.4228.203-.5166.138-.0946.536-.1385.793-.0946z'/%3E%3Cpath d='m797.643 135.832c.025.05-.232.094-.245.05-.218-.097-.344-.238-.473-.378-.05-.141-.115-.326-.065-.47.125-.467.432-.89.466-1.357.091-.563.661-.748 1.238-.889.316-.141.466-.517 1.018-.47.088 0 .113.094.229.188.037.094.206.373.141.423-.887.886-1.648 1.873-2.309 2.903z'/%3E%3Cpath d='m791.798 76.2694c.131-.0971.579-.0469.899.1378.632.3759.961.8925.745 1.2684-.254.5141-.786.9364-.761 1.5443-.06.0942-.131.1411-.194.1879-.095-.0468-.182-.0468-.194-.0468-.427-.5639-.768-1.0776-1.197-1.5912-.304-.4228-.157-.7515.085-1.0332.206-.1415.41-.3294.617-.4672z'/%3E%3Cpath d='m897.948 284.441c-.022-.047-.203 0-.404 0-.009.235-.097.56.016.889.564.986 1.638 1.735 2.528 2.53.42.33 1.432.33 1.845.048.392-.279.244-.984-.313-1.407-1.131-.889-2.434-1.45-3.672-2.06z'/%3E%3Cpath d='m785.475 296.672c1.312.329 2.519 1.03 3.872 1.499.351.142.73.048 1.137.048.395-.048.63-.702.238-.984-.16-.235-.319-.423-.567-.61-1.162-.89-2.471-1.219-4.1-1.219-.091.05-.499.05-.759.235-.194.047-.222.282-.27.517.045.141.245.514.449.514z'/%3E%3Cpath d='m772.227 232.138c.404-.326 1.125-.188 1.733-.091-.097 0-.11-.047-.11-.047-.235-.141-.577-.329-.896-.423-1.241-.281-1.823-.984-1.974-1.92.085-.046.169-.094.169-.094-.138-.14-.235-.141-.181.047 0 0 0 0 .012.047-1.019-.191-1.673-.799-2.131-1.407-.729-.939-1.29-1.923-1.838-2.906-.038-.141-.02-.42.147-.517.307-.281.423-.561.307-1.03-.201-1.078-.307-2.202-.414-3.279-.1-.376-.122-.846-.019-1.172.198-.705.677-1.406 2.027-1.03.843.278 1.72.325 2.56.235.479 0 .817.184.908.514.025.795.417 1.547 1.109 2.295 1.21 1.265 1.071 2.484.52 3.655-.116.282-.461.423-.589.658-.338.56-.275 1.121-.106 1.732.175.285.423.47.917.516 1.107.185 1.107.185.775 1.078-.186.376-.107.658.112.752.317.094.526.137.733.185.191 0 .276-.048.36-.091.276-.051.458-.094.627-.188.442-.145.952-.047 1.491.137.455.236.934.611 1.363.753 1.147.282 1.933.654 2.312 1.684.144.517.808.796 1.303 1.176.332.137.636.513.702.794.094.655-.119 1.312.285 2.015.012.046-.419.235-.614.235-.307-.047-.736-.188-1.068-.33-1.294-.422-1.473-.748-.596-1.402.31-.286.232-.565-.184-.705-.94-.236-1.463-.702-1.858-1.406-.069-.236-.592-.376-.937-.608 0 0-.012-.05.084-.05l-.303-.044.219.094c-.617.608-1.473.329-2.328 0-.248-.188-.495-.376-.742-.564-.342-.185-.646-.234-.996-.094-.417.235-.85.423-1.269.658l.109.047c.395.419.875.748 1.272 1.124.752.608.95 1.36.542 1.967-.156.517-.924.561-1.419.142-1.003-.796-1.738-1.736-2.387-2.672-.036-.141.092-.376.261-.47z'/%3E%3Cpath d='m766.604 244.983c.043-.235.09-.423.247-.564 1.498-1.36 2.418-3.047 3.437-4.689.341-.56.789-.701 1.698.141.526.47.623.47.285.658-1.181.701-1.936 1.547-2.431 2.624-.435.937-1.316 1.639-2.447 2.203-.085.047-.197 0-.282.047-.11-.047-.319-.091-.344-.188-.113-.047-.151-.189-.163-.232z'/%3E%3Cpath d='m796.042 293.906c.288-.044.639-.231.883-.467.176-.094.217-.328.263-.516.141-.235-.019-.423-.25-.517-.116-.091-.248-.184-.351-.184-1.043.278-1.914.795-3.196.608-1.174-.233-2.428-.33-3.587-.515-.103 0-.219-.046-.423-.046-.927-.047-1.685.187-2.24.748-.06.188-.087.423-.047.612.06.183.332.465.539.465 1.074.188 2.137.376 3.199.517 1.761-.283 3.449-.42 5.21-.705z'/%3E%3Cpath d='m775.222 294.141c.868.188 1.638.42 2.394.561.535.144 1.074.237 1.494.282 2.086-.185 4.038-.515 5.845-.981.291-.097.223-.328-.041-.564-1.199-1.034-2.622-1.406-4.104-1.265-.103 0-.247.232-.41.373-.059.141-.103.375-.163.516-1.507-.657-2.822.142-4.257-.278-.549-.189-.99.091-1.184.514-.119.329.107.795.426.842z'/%3E%3Cpath d='m810.914 279.239c2.249-.561 4.58-.515 7.102.517.217.046.317.046.417.046.335.141.761-.144.724-.611-.148-.137-.257-.513-.52-.705-.276-.278-.74-.467-1.088-.607-2.418-1.03-4.646-1.125-6.851-.748-.673.091-.955.516-.989 1.077-.023.608.528 1.125 1.205 1.031z'/%3E%3Cpath d='m785.723 234.578c.99-.282 1.945 0 2.735.702.542.564.821 1.171 1.087 1.779.432.845.755 1.641-.514 1.97-.084.046-.097.329.057.514.08.328.363.61.544.892.069.282-.112.654-.503.654-.182.047-.501-.047-.627-.141-.642-.56-1.088-1.077-1.616-1.59-.906-.796-1.015-1.501-.543-2.253-.025-.091.057-.137.044-.185.097 0 .11.048.11.048.044.137.085.278.113.373.182.328.276.328.429.14.085-.044.043-.188-.081-.278-.126-.098-.336-.144-.461-.235-.012-.048-.028-.094-.028-.094s.016.046-.081.046c-.336-.516-.749-.939-1.085-1.406-.288-.375-.041-.845.42-.936z'/%3E%3Cpath d='m801.174 298.83c1.222-.38 2.447-.753 3.215-1.689.851-.939 1.982-1.642 3.568-1.781.582-.092 1.102-.421 1.638-.702.36-.141.808-.377.758-.893-.075-.279-.645-.467-1.359-.467-2.121.047-4.158.047-5.658 1.219-.42.329-1.134.329-1.57.563-.539.28-.958.608-1.247 1.031-.492.795-.764 1.639-.469 2.719.407 0 .745.09 1.124 0z'/%3E%3Cpath d='m736.88 215.453c.05.987-.304 1.876-.771 2.722-.535.937-2.246 1.407-3.577 1.077-1.338-.375-2.494-1.594-2.359-2.624-.044-.188.1-.376.163-.514.877-1.128 2.155-1.782 3.982-1.736h.576c.307.091.799.138 1.238.376.322.139.692.464.748.699z'/%3E%3Cpath d='m669.338 26.826c-.088-.0469-.184-.1411-.2-.188.068-.4232.06-.7958.065-.7958.044-.8427.035-1.2655.104-1.6883.012-.2817.501-.6074.986-.6074.486 0 1.053 0 1.551.044.501.0942 1.024.2348 1.535.329 1.096.2348 1.861.705 2.569 1.3124.404.3759.263.7954-.206.8456-1.112.1377-2.215.2315-3.35.2315-1.046.0469-2.002.1411-2.803.517.006.0439-.163 0-.251 0z'/%3E%3Cpath d='m887.963 280.739c-1.162-.141-1.695.047-1.672.983 0 1.172-.771 1.876-1.855 2.203-.533.234-1.36.187-2.065-.42l-.057-.141-.065.094.122.047c-1.141.232-2.206.654-3.556.56-.322-.047-.507 0-.811 0-.201 0-.486.047-.671.094-.166.094-.417.283-.36.423-.047.142.163.47.301.611 2.989 1.638 5.733 1.92 8.502 1.45.185-.047.355-.141.621-.232.93-.563 1.284-1.547 2.349-1.969.185-.047.294-.33.219-.561-.26-.752.316-1.081.414-1.692.185-.608-.573-1.356-1.416-1.45z'/%3E%3Cpath d='m670.249 15.2494c1.544.4668 3.195.6548 4.749.7954.467-.0908.868-.0908 1.253-.1406.852-.1378 1.329-.5137 1.435-1.0776.035-.1846.057-.4194-.14-.5609-.615-.6104-1.429-.9834-2.384-.9365-.718 0-1.294.2319-2.018.2319-.783.0938-1.61 0-2.415-.0469-.16 0-.395.0469-.539.0938-.436.188-.921.188-1.41.1411-.251-.0469-.335.2817-.216.4697.42.4232.921.8431 1.685 1.0306z'/%3E%3Cpath d='m651.756 242.966c2.142 1.594 4.032 3.422 5.398 5.577 1.272 2.155-.119 4.357-2.748 4.545-.877.047-1.839-.376-2.246-1.031-1.04-1.453-1.689-2.905-1.911-4.783.126-.983-.306-2.386.361-3.604.072-.145-.289-.517-.339-.799-.035-.234.135-.375.445-.278.304.044.811.138 1.04.373z'/%3E%3Cpath d='m791.015 241.513c.069-.094.295 0 .473.328.407.702 1.134 1.218 1.961 1.684.712.471 1.063.985 1.344 1.642.492 1.031 1.169 2.014 1.842 2.998.551.845.452 1.55-.163 2.157-.476.376-.376.376-1.125-.14-.144-.188-.41-.424-.607-.424-.21-.044-.448.141-.504.282-.111.658.623 1.172.895 1.783.229.47.245.843.05 1.219-.24.187-.576.375-.873.375-.605-.048-1.241-.188-1.877-.329-1.691-.423-2.932-1.312-3.428-2.718-.125-.471-.137-.844-.247-1.219-.069-.282-1.118-.843-1.388-.749-.983.33-2.08.279-3.176.232-.31.282-.523.612-.849.846-.169.094-.536.188-.648.141-.139-.141-.305-.375-.357-.611-.129-.094-.057-.188-.044-.14-.257-.936-.138-1.548.651-1.874.702-.328 1.394-.658 1.83-1.218.805-.987 1.391-.611 2.469.047.363.282.626.513.936.235.238-.235.477-.423.717-.611.238-.187.364-.423.59-.701.379-.377 1.077-.658 1.331-1.175.153-.467.057-1.169.085-1.733.068-.143.028-.28.112-.327z'/%3E%3Cpath d='m573.161 17.1731c-.303-.4697-.607-.9365-.986-1.3593-.818-.705-.42-1.3124-.026-1.9231.073-.0938.298-.188.458-.188.41.0469.89.0469 1.234.2348.865.4702 1.845.6079 2.845.8427.993.2349 1.861.705 2.841.8461.821.1406 1.351.4697 1.738.9364.208.3291.567.5606.856.9365.103.1406.063.4228.006.5634-.197.3291-.391.6581-.68.8896-.432.3261-.952.6547-1.56.8896-1.958.9867-1.964.9398-3.017 2.0642-.147.0942-.294.1846-.451.2349-.163 0-.485 0-.576-.0972-.777-.3257-1.09-.8895-1.407-1.4032-.426-.7987-.767-1.5003-1.112-2.2492-.028-.2349.026-.4228-.037-.8925.087.0941.056-.1407-.126-.3257z'/%3E%3Cpath d='m896.141 417.16c-1.256.283-2.641.47-3.856.846-1.106.373-2.231 0-3.346-.705-.83-.514-1.66-1.031-2.469-1.454-.394-.235-.862-.282-1.303-.282-.335 0-.692.658-.511 1.222.079.235.051.514.132.749.63 2.389 1.974 4.873 1.688 7.169-.072.094.082.235.323.986.332.702 1.074 2.014 1.732 3.37.699 1.504 1.99 2.065 3.311 2.299.358.094.696.094.881-.046.435-.424.874-.797 1.156-1.313.463-.655 1.075-.843 2.015-.749.583.094 1.04-.235 1.074-.842.019-1.688-.066-3.329.981-4.595.068-.141.078-.47-.004-.702.035-1.312-.043-2.578-.009-3.846-.103-.326-.184-.561-.156-.843-.116-.7-.9-1.402-1.639-1.264z'/%3E%3Cpath d='m763.505 292.922c-.915 0-1.754-.093-2.669-.093-1.757-.141-3.424-.282-5.119-.98-1.707-.753-3.462-.85-5.047-.659-.802.044-1.513.044-2.299-.282-1.018-.422-2.071-.61-3.098-.657-.508 0-1.156-.138-1.46-.561-.786-.751-1.623-.845-2.585-1.077-.329-.097-.632-.517-.504-.846.332-.749.673-1.406.564-2.343 0 0 0 0-.1 0 0 0-.012-.047-.025-.095-1.379-.278-2.644-.046-4.048 0-.504 0-1.012 0-1.4-.373-1.109-.845-2.265-1.499-3.434-2.157-1.519-.89-3.032-1.779-4.298-2.907-1.253-1.124-2.848-1.919-4.198-2.997-.642-.657-1.272-1.218-1.736-1.92-.463-.749-1.015-1.409-1.475-2.111-.858-1.594-2.155-2.953-3.806-4.075-.458-.282-.847-.704-1.125-1.033-.558-.748-.918-1.454-1.46-2.108-.288-.423-.576-.843-1.031-1.081-1.272-.795-2.562-1.684-3.505-2.856-.42-.561-1.2-.984-1.708-1.454-.636-.657-1.428-1.124-2.296-1.497-1.516-.564-2.785-1.453-3.978-2.393-.482-.422-.783-.936-1.087-1.402-.295-.471-.223-1.081.053-1.175.382-.044.745-.185 1.062-.091 1.698.561 3.32.748 4.925.842.798.047 1.557.373 2.171.89 1.669 1.782 3.724 3.047 6.027 4.031.874.375 1.666.843 2.221 1.544.498.423.975.799 1.714.986.952.282 1.948.701 2.87 1.265.708.514 1.726.611 2.309 1.406.144.233.677.373 1.009.514.755.236 1.509.517 2.18.799.419.094.877.376 1.037.607.438 1.078 1.729 1.454 2.607 2.249.272.283.244.611.106.892-.382.515.574 1.172.203 1.733-.087.047.295.423.511.47.536.141 1.059.232 1.485.375.636.138 1 .373 1.307.843.432.564.78 1.219 1.212 1.78.411.469 1.125.516 1.329.096.065-.141.115-.379.282-.516.2-.424.667-.565 1.156-.608.187-.05.501 0 .639.138 1.021.939 2.07 1.967 3.01 2.953.151.188-.031.705-.219.748-.2 0-.288.048-.389.048-.413-.048-.742-.138-1.156-.185 0 0-.012-.046-.025-.096-.251-.232-.614-.467-.962-.655-.125-.141-.141-.188-.25-.236-.026-.094-.05-.187-.185-.375.009.095-.091.095-.179.144.113.044.238.138.364.232.025.094.034.141.159.282.364.236.715.47 1.078.705.32 1.356-.094 2.575.238 3.981.385 1.218.485 2.483.686 3.749h.1c.013.047.025.094.025.094 1.429.047 2.823.376 4.236.376 1.328.047 2.998.279 4.145 1.218 1.127.89 2.079 1.078 3.307 1.125.623.047 1.36.141 1.968.141.507 0 1.102-.047 1.3-.47.485-.89 1.272-.984 2.503-.514.789.329 1.538.467 2.302.702 1.642.47 3.189.561 4.721.611.32.046.981.278 1.125.422.094.373-.398.421-.692.467-.288.094-.592.094-.783.142-.583.094-.821.375-.564.563.285.325.617.42 1.037.467.507 0 1.015 0 1.535.046.304 0 .611 0 .843.142 1.247.889 2.71 1.03 4.147 1.124.304 0 .821.42.89.655-.003.375-.375.939-.783.939-.523-.094-1.046-.141-1.582-.235-.42-.047-.843-.094-1.093.094-.386.467-.971.608-1.66.279-1.589-.655-3.081-.889-4.685-.796z'/%3E%3Cpath d='m384.571 122.85c.29-.561 1.009-.843 1.809-.937.267-.047.446-.093.715-.14.878.14 1.76.235 2.639.328.265.051.523.235.692.42.345.285.511.564.679.846.418.701.483 1.312-.336 1.873-.182.144-.363.235-.456.376-.277.282-.465.564-.48.939.079.235.157.515.237.796.313 1.124-.083 2.202-1.009 3.138-.28.329-.556.564-1.093.611-1.074.094-2.157.419-3.159.89-.546.234-1.181.469-1.814.657-1.173.282-2.33.141-3.287-.375-.782-.47-1.01-1.313-.364-1.733.184-.144.366-.234.553-.378.374-.42.837-.843 1.125-1.265.378-.514.4-.984-.114-1.451-.431-.281-.683-.61-.482-1.077.2-.517.136-1.034.158-1.547.011-.236.375-.424.732-.47.711-.044 1.329 0 2.043-.095.176 0 .449-.093.541-.234.283-.374.388-.749.671-1.172z'/%3E%3Cpath d='m783.803 268.461c-1.072.091-1.676 1.171-1.238 2.061.58 1.031 1.579 1.782 2.795 2.155.213.094.614.094.686-.048.574-.794 1.404-1.076 2.691-1.124 1 0 1.886-.422 2.845-.561.373-.093.987-.047 1.416.047.213.044.57.279.614.424.188.654.364 1.262.436 1.92-.057.14-.314.281-.502.328-.4 0-.786.047-1.215-.047-.545-.141-1.062-.188-1.391.047-.617.326-1.115.702-1.619 1.03-.245.233-.217.702.04.89.546.515 1.103 1.078 1.749 1.595.532.47.877.98.817 1.5.044.514.429.843.918 1.124.36.233.708.373 1.14.467.561.235.862.564 1.093 1.031.446.889.584 1.735.63 2.671.035.47-.801.705-1.481.47-.116-.047-.233-.141-.348-.188-3.12-.655.846-1.313-2.211-1.406-1.229-.047-1.576-.232-2.081-.983-.216-.376-.37-.936-.746-1.219-1.334-.843-1.703-1.829-1.911-2.95-.027-.095-.388-.285-.588-.285-.201 0-.561.144-.52.285.319 1.92.338 3.839.881 5.81.115.466.463.983-.088 1.171-.737.282-1.589.517-2.556-.094-.361-.188-.561-.564-.749-.889-.313-.799-.094-1.504-.091-2.206.01-.748-.348-1.312-1.09-1.829-.361-.184-.79-.325-1.16-.561-.73-.466-1.011-1.124-.974-1.731-.037-.517.225-1.034.301-1.501.207-.752.313-1.453.106-2.249-.238-.846-.147-1.641.361-2.346.228-.279.191-.795.178-1.218-.012-.421-.138-.842-.248-1.263.016-.704.276-1.221.878-1.55.084-.046.172-.138.37-.138 1.184-.047 1.316-1.362 2.524-1.312 1.012.046 2.109.42 3.133.513 1.538.142 3.048.188 4.602.424 1.253.188 1.948-.188 2.588-.749.398-.329.795-.701 1.093-1.03.257-.188.783-.05 1.153.184.373.235.558.565.445.846-.812 2.061-2.463 2.951-5.244 2.622-2.9-.326-5.694-.326-8.432-.138z'/%3E%3Cpath d='m655.793 15.5319.103.0946-.088-.0471c-.173-.047-.271-.0941-.359-.1412.095.0467.186.0937.344.0937z'/%3E%3Cpath d='m661.622 16.8443.095.0912-.167-.0437c-.094-.0471-.103-.0945-.192-.1412.088.0467.176.0937.264.0937z'/%3E%3Cpath d='m650.667 17.8273c-.661-.4198-1.107-1.0302-1.627-1.5911-.119-.1913-.244-.4228-.203-.6104.21-.517.339-1.0336.467-1.5945.031-.2349.551-.4228.883-.3755.836.1879 1.748.329 2.318.7518.755.5137 1.642.5606 2.487.7514.007.0436.007.0436.016.0909.095.0473.264.0942.354.1411-.09-.0469-.187-.1411-.288-.232h-.081c-.088-.3788-.251-.7983-.257-1.1746-.056-.2817.135-.5166.238-.7514.057-.1382.275-.2286.442-.1851.649.0469 1.231.1382 1.811.2349.67.1411 1.187.2792 1.381.8427.254.7954.955 1.4065 1.745 2.0608.094.0947.27.1415.436.1884.006 0 .016.0469.021.0942.088.0469.176.0469.264.0938-.094-.0469-.103-.0938-.197-.188 0 0-.082 0-.088 0-.116-.1884-.232-.329-.276-.5605-.075-.6547-.542-1.3626-1.234-1.9232-.1-.0937-.144-.3286-.079-.3755.211-.1406.43-.2319.655-.2817.072-.0469.232-.0469.32 0 1.319.1411 2.641.329 3.96.5166.824.0938 1.435.3286 1.337.9398.235.3257.545.6547.699.9833.222.2818.288.5639.266.8427-.034.188-.156.3291-.282.5166-.131.1411-.275.185-.413.2817-.21.1382-.439.1851-.379.4668.113.1407-.019.2817-.079.3755-.122.1407-.325.3286-.545.4199-.219.0971-.607.1879-.855.144-1.091-.1913-1.742.1377-2.18.6982-.264.2382-.433.5635-.799.7515-.514.2348-.442.5639-.618.8427-.049.1406-.329.3759-.569.3759-.471.0469-1.056-.0473-1.526 0-.637.0469-1.225-.0473-1.78-.3759-.557-.3291-1.172-.5606-1.923-.7017-.586-.0941-1.2-.329-1.733-.5605-.263-.0938-.626-.332-.736-.4228-.132-.6547-.774-1.0311-1.353-1.5008z'/%3E%3Cpath d='m550.224 12.6251c-.057.188.197.329.607.3789.242.0435.634-.0503.812.0908.674.329 1.329.4199 2.058.5136.079 0 .164.0469.248.0469.172.0942.1.188-.216.2349-.398 0-.796.0469-1.188.0942-.395.0469-.779.1879-.993.4228-.144.1377.044.3725.561.7016.683.329 1.291.7485 1.895 1.1273.169.044.417.0913.573.0913 1.266-.185 1.965-1.0307 1.542-1.8763-.103-.185-.36-.373-.228-.5605-.004-.0469.068-.1407.143-.1407.157-.0468.317-.0468.32 0 .451.3755.974.7519.959 1.2651-.044.329-.013.5639-.06.8427-.075.705-.069.7518.893.7518.727.0469 1.385.188 1.845.6548.642.6576 1.557.8925 2.688.8925 1.77 0 3.468.0937 5.203.4667.245 0 .652.0503.881-.0469.699-.185 1.382-.514 1.805-.9364.219-.1407.237-.6079-.026-.7954-.172-.0938-.272-.2348-.445-.329-.344-.1407-.692-.373-1.03-.5137-.423-.144-.533-.3755-.492-.6576.078-.6548-.846-.9834-1.077-1.5004-.458-1.0775-1.655-1.638-2.999-2.1546-.588-.2353-1.24-.3291-1.685-.0469-.526.2315-.94.1407-1.363-.0469-.758-.3286-1.391-.2817-1.989.0469-.154.0908-.304.1407-.461.1846.003 0 .007.0469.013.0971-.007-.0502-.082 0-.16 0-.364.2818-.809.6079-1.172.8896-.222.1411-.389.0942-.482-.0469-.085 0-.016-.1406-.022-.1406.429-.4199.952-.7519 1.676-.7017.075-.0502.075-.0502.15-.0971h-.003c.084-.6074-.145-1.1683-.99-1.5438-.761-.37597-1.065-.89297-1.134-1.50039-.116-.2788-.464-.51658-.865-.51658-1.359-.09126-2.299-.60783-3.166-1.21525-.352-.28508-.843-.37593-1.339-.56389-.332-.14065-.949.04689-1.002.27881-.179.51699-.357 1.03357-.783 1.50033-.636.70454-.62 1.54681-.054 2.34597.477.653.633 1.3107.552 2.0123z'/%3E%3Cpath d='m389.87 116.197c-.599-.47-.32-.843.738-.889.175 0 .437.046.532-.144.554-.702 1.108-1.45 1.662-2.202.272-.279.545-.514 1.073-.561.878-.05 1.758-.05 2.637-.094.35-.047.781.185.775.376-.005.185-.011.373-.102.467-.452.423-.905.798-1.268 1.218-.09.047-.182.141-.094.191.084.138.253.279.43.279.79.047 1.582 0 2.373 0 .176 0 .437.091.613.141.526.047.952.514.852.889-.288.796-.751 1.595-1.388 2.296-.275.376-.466.799-.653 1.175-.094.184-.009.279.165.373 1.665.423 2.612 1.312 3.021 2.484.332.842.844 1.499 1.986 1.967.525.234.957.657 1.122 1.171.335.799.849 1.594 1.366 2.346.172.188.075.467.072.701 0-.046 0-.046 0-.046l-.094.188.091-.095c.003-.047.003-.047.003-.047.622 0 1.156 0 1.689.047 1.597.188 2.464 1.407 1.727 2.484-.368.561-.913.984-1.37 1.547-.184.188-.099.373.255.608.177.047.354.097.529.235.267.141.347.514.165.705-.91.701-1.992 1.171-3.338 1.215-1.344.097-2.689.191-4.038.423-1.081.188-2.244.238-3.318.141-.448 0-1.078.097-1.262.282-.74.748-1.555.936-2.713.795-.715-.094-1.263.188-1.9.47-.273.094-.63.047-.988.047-.09 0-.176-.047-.262-.14.001-.095-.083-.235.008-.282.744-.702 1.837-1.266 2.492-2.064.559-.702 1.555-1.078 2.626-.937.176 0 .358-.091.538-.141-.086-.043-.174-.091-.261-.138-1.145-.564-2.386-.889-3.81-1.03-.086-.047-.346-.235-.343-.376-.083-.14.014-.375.105-.47.274-.185.548-.282.82-.466.364-.188.728-.423 1.091-.611.274-.185.47-.749.21-.937-.782-.563-.491-1.265-.558-1.919-.083-.188.099-.282.365-.282.177 0 .265.047.352.094 1.863.141 2.226-.047 2.621-1.312.104-.517.025-.846-.498-1.172-.172-.094-.343-.375-.513-.563-.342-.376-.057-.984-.674-1.078-.438-.141-1.064 0-1.595 0-.177 0-.263-.047-.353-.047-.707-.047-1.051-.376-.945-.843.101-.375.294-.798.308-1.171.003-.188-.079-.328-.072-.516-.089.046-.18.14-.271.188-.905.56-.995.56-1.413-.047-.082-.141-.164-.329-.249-.47-.172-.094-.258-.188-.43-.282.184-.232.282-.47.466-.654.276-.326.375-.611-.147-.843-.259-.141-.426-.379-.331-.611.295-.798.144-1.455-.627-2.063z'/%3E%3Cpath d='m789.269 148.862.08-.051-.067.051-.079.047z'/%3E%3Cpath d='m780.808 181.808c-.492.185-2.086-.144-2.387-.563-.749-.984-1.404-1.971-2.137-2.907l-.081.05c-.013-.05-.026-.097-.038-.141 0 0 .012.044.107.044.213-.188.229-.467.125-.843-.115-.376-.523-.516-1.043-.376-.091 0-.172.047-.16.047.013.05.025.094.038.141-.013-.047-.103-.047-.119-.091l.069-.05c-.539-.282-1.012-.655-1.159-1.171-.232-.467-.173-.89.1-1.266.416-.466.833-.936 1.356-1.406.122-.188.138-.467.063-.748-.075-.235-.085-.608.05-.796 1.003-.983 2.083-2.017 2.832-3.282.172-.329.648-.61 1.282-.654 1.077-.048 2.211-.283 3.223-.611.843-.232 1.776-.188 2.71-.141.288.047.445-.047.473-.282-.116-.983-.129-1.967.241-2.903.091-.282-.119-.702-.326-1.078-.099-.329-.479-.658-.306-1.033.118-.185.448-.326.698-.42.235-.094.482.094.702.517.144.184.103.372.244.514.157.234.771.423.94.375 1.363-.329 2.296-.889 2.3-2.064-.013-.326-.05-.795.053-1.03 1.009-1.779.031-3.793-.645-5.716-.054-.141-.223-.423-.429-.517-1.238-.467-1.094-1.172-1.209-1.876-1.207-1.544-.747-2.719.384-3.796.208-.185 1.035-.138 1.291.097.993 1.45 2.766 2.528 4.173 3.843 1.291 1.218 2.118 2.433 2.462 3.84.135.423.279.892.501 1.312.252.517-.006.846-.385 1.125-.351.328-.491.752-.084 1.174 1.034 1.263 1.72 2.622 1.961 3.981.191.893.736 1.782 1.544 2.625 1.062 1.03.643 2.346-.564 2.906-.329.141-.736 0-.912-.235-.263-.281-.357-.607-.532-.842-.013-.047-.131-.141-.235-.188-.078.047-.145.141-.222.188-.602.42-.389 1.124-.398 1.688-.009.279-.445.373-.84.279-.291-.047-.62-.235-.699-.185-.473.279-.789.745-1.525.745-.661-.043-1.188.051-1.726.097-.358.047-.58.232-.687.467-.354.987-.817 1.876-1.268 2.859-.107.235-.805.376-1.134.235-.542-.281-1.175-.563-1.651-.889-.498-.423-1.012-.937-1.35-1.457-.144-.184-.066-.513-.038-.748.119-.235.081-.326-.132-.42-.194-.047-.288-.047-.379-.047-.332.141-.582.232-.82.329-.226.188-.32.514-.057.752.395.416.947.698 1.435 1.121.614.517.41 1.688-.276 1.876-.094 0-.279 0-.373 0-.579-.097-1.199-.329-1.65.043-.373.282-.335.752-.392 1.175-.113.561-1.012.655-1.604.232-.119-.091-.226-.138-.251-.232-.404-.423-.799-.846-1.108-1.265-.42-.47-.029-1.36.66-1.548.173-.047.452-.047.633-.047.834 0 1.087-.375 1.42-.842l.04-.141-.065.094c.012.047.012.047.025.047-1.171-.188-2.136 0-3.008.141-.36.044-.676.232-.704.467-.283.611-.931.611-1.67.611-.185 0-.344.091-.505.141-.081.043-.134.184-.122.231.026.094.063.235.076.282 1.914.188 2.362 1.407 3.186 2.343.25 1.5.588 3 .739 4.454.022.419-.326.796-.489 1.215-.079.05-.16.094-.242.144z'/%3E%3Cpath d='m495.626 58.084c.557-.4697.375-.7485-.496-1.3559-.439-.332-.542-.6606-.31-.9867.307-.4697.614-.8925 1.003-1.3622.229-.373.294-.6983.269-1.0775-.031-.561.263-1.2157.148-1.7323-.194-.4667-.799-.8896-1.156-1.3124-.176-.1381.053-.517.3-.5605.414 0 .824 0 1.056-.2851.314-.3257.546-.6078 1.115-.7485.082-.0469.244-.0942.244-.0942.076-.1377.23-.2788.223-.4194-.188-.3291-.041-.6581.185-.9867.231-.3261.373-.7016.435-1.0273.141-.3759.379-.517.787-.6577.488-.0942.971-.2817 1.111-.6576.079-.0473.157-.0913.154-.1851 1.005-.9866 2.027-1.7351 4.004-1.7351 1.15-.0473 2.105-.517 3.063-.9365.721-.2821 1.263-.705 1.382-1.3128.094-1.0302 1.043-1.5468 2.158-1.9227.718-.2792 1.536-.3261 2.307.0938.256.1406.51.2817.767.4228.426.1406.686.3755.793.6547.018.2348.115.4228.297.6576.476.8427.204 1.5477-.827 2.0609-.557.2349-.943.6108-1.419.7958-1.282.517-2.303 1.2215-3.409 1.8792-.864.6045-1.642 1.2621-2.249 2.014-.689.7954-1.466 1.5472-1.899 2.4334-.369.705-.908 1.3153-1.795 1.6883-.645.2818-.861.7954-.908 1.3593-.085 1.2186-.336 2.4841-.504 3.7492-.066.2817-.129.5639-.364.7987-.307.4199-.702.7485-.673 1.2153.065 1.0335-.207 1.97.103 2.9538.294.6576.507 1.3123.799 1.9671.764 1.4061 2.017 2.5808 3.76 3.423.695.3257 1.381.561 1.992.8427.436.188.627.4697.479.7958-.069.2349-.134.5166-.206.7045-.079.0942-.32.2349-.489.2349-.673.0469-1.265 0-1.942 0l-.004-.0469c-.42 0-.846-.0498-1.265 0-.586.0942-1.015-.0498-1.532-.188-.516-.1879-1.027-.2817-1.541-.3755-.937-.1406-1.548-.4667-1.764-1.2181-.019-.2793-.288-.6079-.554-.7954-.445-.4228-1.05-.6548-1.715-.5141-.419 0-.833.188-1.249.188-.254 0-.595-.0498-.852-.188-.605-.2348-1.046-.6103-1.322-.9867-.276-.4697-.304-.936-.244-1.3592.144-.4195.641-.5606 1.133-.7485.574-.2349.787-.8896.427-1.3593-.182-.1846-.36-.3755-.618-.5141-.442-.3319-.626-.6572-.394-.9862.629-.7523.409-1.6385 1.206-2.2966z'/%3E%3Cpath d='m746.905 268.273c-.627-.936-.467-1.92-.194-2.86.041-.235.276-.466.413-.748.439-.658.897-.796 1.868-.517.858.282 1.816.517 2.675.799.523.091 1.072-.142 1.184-.47.097-.423.195-.799.207-1.172.332-1.03.936-1.829 2.262-2.061 1.34-.188 2.264-.845 2.803-1.875.254-.517.733-.985.99-1.548.395-1.171 1.287-1.919 2.628-2.484.912-.278 1.63-.937 2.375-1.5.329-.232.52-.655.623-.983.251-.561.401-1.124.652-1.685.163-.517.673-.799 1.237-.893.282-.047.761-.094 1.097.047.599.376 1.225.889 1.839 1.359.363.984 1.431 1.309 2.425 1.688.996.42 1.996.843 3.004 1.263 0 0 .041.144.069.281.028.095.053.188-.019.283-.201.376-.667.469-1.137.563-.565.094-.78.42-.658.843.019.469-.081.799-.511 1.081-.442.185-.657.513-.751.889-.37 1.218-.348 2.434 1.237 3.514.476.326.598.796.508 1.172-.079.467.115.795.507 1.172.871.654 1.949.936 2.662 1.779.258.187.295.705.023.798-.286.047-.458.185-.743.232-.285.05-.698 0-1.084.05-.47.094-.915.279-1.005.702-.034.608-.169 1.265-.304 1.876-.188 1.168-.373 2.39-1.216 3.326-.538.655-.723 1.45-.266 2.437.222.467.185 1.076.003 1.547-.413.748-.137 1.403.458 2.107.025.142-.047.236-.022.33.11.419-.314.701-.946.606-.317-.046-.759-.187-1.047-.137-.767.137-1.404.42-2.07.561-.564.141-1.034-.094-1.416-.424-.37-.234-.577-.657-.906-.748-1.112-.419-2.299-.749-3.483-1.03-.216-.046-.504 0-.692.044-.652.191-1.416.329-2.071.567-.655.184-1.184.091-1.73-.474-.432-.513-.908-.843-1.701-.795-.592.094-1.222-.047-1.923-.047-1.031-.09-1.736-.516-2.155-1.356-.317-.893-1.113-1.688-1.229-2.534-.037-.184-.313-.466-.526-.513-1.055-.235-1.632-.937-2.011-1.689-.577-1.124-1.156-2.248-1.933-3.373z'/%3E%3Cpath d='m605.508 34.6064-.257-.094.242-.0469z'/%3E%3Cpath d='m601.141 34.8849c-.767.2817-1.454.6103-2.124 1.0302-.147.0971-.397.0502-.72.0971l.006.0469c-.078 0-.153.0435-.153.0435-.004-.0435.072-.0435.066-.0908h.081c.21-.2353.338-.4701.47-.6577.354-.3759.789-.7016 1.143-1.0306-.007-.0469-.091-.0938-.091-.0938-.661 0-1.325-.0942-1.573-.6547-.094-.0502.047-.188.195-.2817h.25c.172.0942.355.1846.451.2817.279.2319.48.4668.677.6547h.163c-.081 0-.079.0469-.072.0938.251 0 .583.0469.921.1411.088 0 .266.1406.363.2348.085.0004.022.1386-.053.1855z'/%3E%3Cpath d='m597.722 36.5259c-.082 0-.082 0-.082 0-.094.4232-.103.8896-.197 1.3128-.047.2817-.288.2817-.608.3286-.726.0942-.664.4697-.686.8427 0 0 0 0 .004.0469.266.1406.454.2817.72.4228.27.1407.536.2817.718.373l.103.144-.095-.0498c-.265-.1411-.535-.2822-.795-.4199-.275-.1411-.461-.2817-.727-.4228-.006-.0469.073-.0942.073-.0942-.624-.2817-1.366-.3257-1.764-.7485-.379-.3755-.526-.7987-.752-1.1713-.106-.1913-.141-.4228-.166-.5639-.088-.0435-.088-.0435-.088-.0435l-.175-.0502h.253c.004.0502.004.0502.01.0941.266.1411.614.2822.958.373.686.1913 1.357.2851 1.958-.0435.379-.188.768-.329 1.256-.329l-.003-.0436c.076-.0502.069-.0502.151-.0502-.076-.0017-.073.049-.066.0925z'/%3E%3Cpath d='m588.932 24.2952.065-.0944.166.0436z'/%3E%3Cpath d='m585.574 31.2328c.263.1377.53.2315.792.3726l.016.1411-.091-.0942c-.266-.1407-.522-.2349-.789-.3755-.004-.0436-.097-.0942-.101-.1378.085.0436.173.0938.173.0938z'/%3E%3Cpath d='m576.545 61.7864c-.217.2817-.461.329-.567.141-.088 0-.097-.0942-.107-.141.135-.2818.37-.3755.63-.3287.088.0469.1.1407.188.1407-.075.0975-.066.188-.144.188z'/%3E%3Cpath d='m571.704 73.1288c-.088-.0471-.265-.0946-.271-.1412-.022-.1854.063-.1854.337 0-.079 0-.073.0941-.066.1412z'/%3E%3Cpath d='m570.53 71.2045c-.082.0503-.16.0942-.248.0942-.78-.8427-1.795-1.5439-2.738-2.3426-.091-.0469-.107-.1879-.025-.1879.159-.0909.31-.2349.482-.188.429.0469.864.188 1.144.329.541.3287.927.705 1.393 1.0303.371.2817.368.8925-.008 1.265z'/%3E%3Cpath d='m550.782 65.3004-.179-.0943h.251z'/%3E%3Cpath d='m526.759 119.43.072-.189.095.098z'/%3E%3Cpath d='m482.771 162.734c-.175.231-.535.329-.808.423-.182.043-.457 0-.733 0-.182 0-.46-.05-.551-.05-.458 0-.824 0-1.1 0-.46-.044-.833-.185-.751-.42.175-.235.347-.517.525-.658.991-.423 2.002-.329 3.011-.235.736.05.843.423.407.94z'/%3E%3Cpath d='m475.896 103.073c-.091-.137-.186-.328-.104-.469.064-.608.48-1.078 1.161-1.357.088-.047.173-.047.345-.094.179.094.438.141.532.235.799.373 1.423.796 2.137 1.216.175.097.354.188.535.332 1.523 1.027 1.31 2.107-.488 2.856-.084.047-.172.141-.254.188-.516.188-.783.141-1.14-.094-1.077-.842-1.817-1.876-2.724-2.813z'/%3E%3Cpath d='m483.573 94.0311c.179.0469.439.0469.527.1407.091.0912.184.2792.191.4232 0 0-.081.0435-.169.0435-.176-.0435-.439-.1406-.529-.2348-.004-.0934-.01-.2315-.02-.3726z'/%3E%3Cpath d='m489.378 138.552c-.088 0-.176.047-.268 0-.091 0-.097-.142-.188-.189.088 0 .267-.047.267-.047.091.047.094.138.189.236z'/%3E%3Cpath d='m485.551 99.3245c.432-.0469.861-.0942 1.199-.3261.082-.1406.16-.2377.329-.3755.007.0942.095.188.1.2349.302.8895 1.034 1.6382 1.767 2.4372.185.231.289.56.48.889-.251.235-.326.47-.489.654-.081.098-.335.235-.511.235-.256.094-.438-.09-.445-.235-.037-.751-.585-1.262-1.378-1.543-.796-.235-1.25-.705-1.45-1.268-.191-.3734-.116-.6053.398-.7025z'/%3E%3Cpath d='m495.979 142.77c.004.047.007.094.007.094-.088.047-.179 0-.273 0-.003-.047-.006-.141.085-.141s.181.047.181.047z'/%3E%3Cpath d='m493.42 105.276h.26c.269.188.275.281.019.332-.088 0-.27-.098-.27-.098-.088-.046-.009-.187-.009-.234z'/%3E%3Cpath d='m495.754 109.683c.007.046.091.046.091.046h.263c.003 0 .006.047.006.094.549.376 1.097.796 1.557 1.172.27.14.204.513-.14.607-.517.188-1.053 0-1.42-.279-.275-.188-.373-.423-.213-.658-.003-.09.079-.185.073-.234.078-.232.068-.42.143-.608 0-.047-.087-.047-.087-.047-.091-.047-.091-.047-.182-.047-.175 0-.26 0-.354-.094-.179-.093-.006-.14.263.048z'/%3E%3Cpath d='m498.524 193.005c.003 0 .097 0 .1.051.095 0 .095 0 .097.047.007.138.003.091-.097-.047-.094 0-.097-.051-.191-.051z'/%3E%3Cpath d='m403.431 248.353c.002-.044-.093-.138-.092-.232.102-.235.302-.329.495-.235.097.047.094.235.093.279-.005.238-.204.332-.496.188z'/%3E%3Cpath d='m401.523 246.155c-.098-.047-.194-.188-.29-.286.097.097.194.192.39.192l-.005.184z'/%3E%3Cpath d='m400.75 245.591.101-.095c-.003.141.091.236.188.33-.097-.094-.194-.141-.289-.235z'/%3E%3Cpath d='m471.99 113.338-.095-.141.181.047.182.189z'/%3E%3Cpath d='m470.87 111.37c-.084.095-.172.139-.258.188-.261.044-.44-.049-.534-.234-.094-.235-.103-.47.154-.658 0-.047.175 0 .263 0 .443.094.626.423.375.704z'/%3E%3Cpath d='m463.735 76.1723c.081-.1846.332-.3257.497-.4663 0-.0469-.086-.0947-.088-.0947l.254-.0937-.166.1411v.0468c.09.188.266.3726.271.5635.003.0435-.164.2315-.331.2788-.083.0473-.255.0473-.255.0473-.088-.1415-.263-.3257-.182-.4228z'/%3E%3Cpath d='m463.932 101.433.081-.139z'/%3E%3Cpath d='m457.662 70.4559c0 .0473 0 .0942-.084.0942.002.0469.004.0942-.081.1407.007.2817.014.6074.022.8925 0 .044-.083.1381-.167.1381 0 0-.086-.0941-.088-.1381-.092-.3286.072-.6104.233-.8925-.001-.0938-.003-.1407-.004-.188.085.0004.169-.0469.169-.0469.082-.0468.081-.0941.079-.0941.172.0473.089.0941-.079.0941z'/%3E%3Cpath d='m453.203 71.5335c-.083 0-.083 0-.083 0-.083.188-.079.3759-.417.3759l-.003-.1879c.083-.0469.252-.0942.42-.188 0 0-.002 0-.002-.0469l.082-.0946z'/%3E%3Cpath d='m449.845 72.987c-.084.0938-.338.0938-.507.1407-.083 0-.254 0-.254-.0469-.086-.0938-.258-.2349-.258-.3286.083-.0913.335-.188.506-.188.338 0 .679.3286.513.4228z'/%3E%3Cpath d='m445.247 108.981c0-.05.174-.05.263-.05.263.05.437.093.614.093 0 .098.002.235.002.235-.263 0-.437 0-.613 0-.349 0-.438-.184-.266-.278z'/%3E%3Cpath d='m439.849 112.636v.094c-.086.091-.176.138-.176.185s-.085.094-.084.188c.084-.188.084-.282.172-.419 0-.048 0-.048.088-.048-.002-.188-.089-.329.174-.423.086.047.086.138.086.188-.086.047-.174.141-.26.235z'/%3E%3Cpath d='m437.648 111.324c-.084.466-.435.795-.96.795-.527.094-1.053.047-1.58.094l.003.047c0 .047-.09.091-.09.141 0-.05 0-.141 0-.188h.087c-.088-.561-.002-1.078.874-1.313.263-.047.35-.42.524-.61.262-.326.524-.42.701-.279.261.188.351.42.44.608.087.235.001.47.001.705z'/%3E%3Cpath d='m610.643 27.8095c.013.0471.097.0946.189.1412-.092-.0471-.17-.0471-.258-.0941l-.185-.0946z'/%3E%3Cpath d='m722.169 233.826c.111.05.132.142.243.189-.173.091-.283.047-.425-.139.085-.05.085-.05.182-.05z'/%3E%3Cpath d='m677.457 36.9927c.408 0 .834.0502 1.178.144.081 0 .107.0908.194.0908-.056.144-.097.2818-.253.332-.451.1846-.975.0435-1.3-.332-.113-.0904-.066-.2348.181-.2348z'/%3E%3Cpath d='m685.998 29.3097c.163 0 .423.0435.683.1381-.157 0-.219.0967-.21.1407-.203.1436-.335.2817-.545.4228-.075.0469-.147.0469-.229.0469-.235.0469-.422-.0469-.457-.188-.176-.4224.028-.5605.758-.5605z'/%3E%3Cpath d='m709.684 127.911c-.09 0-.187-.044-.197-.091-.031-.141.019-.282.079-.423.009.047.197.095.197.095-.05.187-.019.278-.079.419z'/%3E%3Cpath d='m688.886 30.4809-.122-.1879.188.1406c.009 0 .015.0469.015.0469.514.0938.825.373.825.7016-.013.2818-.198.517-.301.7519.006.0469-.157.0469-.248 0-.079 0-.188-.0942-.195-.1411-.027-.4232-.053-.8896-.081-1.3124-.081.0004-.081.0004-.081.0004z'/%3E%3Cpath d='m722.219 106.823c.075-.047.163-.047.251-.047.078-.047.144-.141.222-.141.097 0 .106.05.115.094-.084 0-.25.047-.338.047-.075.047-.075.047-.153.094l-.069.047z'/%3E%3Cpath d='m731.792 34.2775c.013.0469.013.0469.023.0938.235-.0469.47-.0938.62.188.009 0-.216.0941-.226.0468-.1-.0468-.213-.1913-.394-.2348h-.082c-.091-.0469-.103-.0938-.194-.0938z'/%3E%3Cpath d='m788.598 47.1627c.392-.0908.7-.1381 1.088-.2319.081 0 .178.0439.285.0938.009.0473.035.1381.081.2821-.285.1407-.485.2788-.852.4195-.141.0469-.52-.0909-.755-.2788-.129-.1403-.082-.2847.153-.2847z'/%3E%3Cpath d='m757.779 136.722c.267 0 .774.188.821.376.16.235.232.469.404.748-.122.235-.05.47-.172.705-.066.047-.514.047-.526.047-.373-.376-.749-.752-1.034-1.124-.173-.329.069-.752.507-.752z'/%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        max-width: calc(984px + 16px*2);
        max-width: calc(var(--content-width) + var(--m-padding)*2);
        margin: 0 auto;
        padding: 0 16px;
        padding: 0 var(--m-padding);
    }

.worldwide__title {
        padding: 0 30px;
        text-align: center;
        margin-bottom: 15px;
        font-size: 2.54rem;
        line-height: 33px
    }

@media (min-width: 1024px) {

    .worldwide__title {
            font-size: 3.63rem;
            line-height: 46px
    }
        }

.worldwide__label {
        font-size: 1.5rem;
        text-align: center;
        margin: 0 auto 35px auto;
        max-width: 770px;
    }

.worldwide__server-link {
        width: 100%;
        margin-bottom: 20px;
        text-align: center
    }

@media (min-width: 1024px) {

    .worldwide__server-link {
            margin-top: 0;
            text-align: center
    }
        }

.worldwide__link {
        color: #74a352;
        color: var(--vpngreen400)
    }

.worldwide__link:hover {
            text-decoration: none;
        }

.worldwide__location {
        position: relative;
        display: flex;
        margin-bottom: 16px;
        padding-left: 75px
    }

@media (min-width: 1024px) {

    .worldwide__location {
            padding-left: 55px
    }
        }

.worldwide__location:last-child {
            margin-bottom: 0;
        }

@media (min-width: 1024px) {

        .worldwide__location:hover .worldwide__tooltip {
                opacity: 1;
                visibility: visible
        }
            }

.worldwide__tooltip {
        position: absolute;
        top: 20px;
        left: 118px;
        display: block;
        padding: 12px 12px 12px 20px;
        z-index: 10;
        background-color: #ffffff;
        background-color: var(--white);
        box-shadow: 8px 0 16px rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        opacity: 0;
        transition: 0.2s;
        visibility: hidden;
    }

.worldwide__tooltip--wide {
            top: 16px;
            left: 68px;
            padding: 12px 12px 5px 20px;
            display: flex;
            flex-wrap: wrap;
            width: 182px;
            font-size: 1rem
        }

.worldwide__tooltip--wide:last-child {
                margin-right: 0;
            }

.worldwide__tooltip--wide .worldwide__tooltip-item {
                margin-right: 22px;
                margin-bottom: 4px
            }

.worldwide__tooltip--wide .worldwide__tooltip-item:last-child {
                    margin-right: 0;
                    margin-bottom: 4px;
                }

.worldwide__tooltip-item {
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 8px
    }

.worldwide__tooltip-item:last-child {
            margin-bottom: 0;
        }

.worldwide__tooltip-item:before {
            content: "";
            position: absolute;
            left: -10px;
            width: 6px;
            height: 6px;
            border-radius: 3px;
            background-color: #74a352;
            background-color: var(--vpngreen400);
        }

.worldwide__flag {
        margin-right: 16px;
    }

.worldwide__swiper-bottom {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        margin-left: auto;
        margin-top: 30px
    }

@media (min-width: 1024px) {

    .worldwide__swiper-bottom {
            flex-wrap: wrap;
            justify-content: center
    }
        }

.worldwide__swiper-buttons {
        display: flex;
        justify-content: space-between;
        width: 72px;
    }

.worldwide .swiper {
        width: 300px;
        height: 380px
    }

@media (min-width: 768px) {

.worldwide .swiper {
            width: 500px
    }
        }

@media (min-width: 1024px) {

.worldwide .swiper {
            width: 850px;
            height: 350px
    }
        }

.worldwide .swiper-slide {
        position: relative;
        width: 30%;
    }

.worldwide .swiper-button-prev {
        transform: rotate(180deg);
    }

.worldwide .swiper-button-prev, .worldwide .swiper-button-next {
        position: static;
        margin-top: 0;
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12.3334 19L19 12L5 12' stroke='%23888888' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M12.3334 5L19 12' stroke='%23888888' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
        background-size: cover;
        z-index: 0;
    }

.button-wrap {
    min-width: 240px;
    position: relative;
    z-index: 2
}

.button-wrap .button-rounded {
        width: 100%;
    }

.button-rounded {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0;
    border: none;
    border-radius: 89px;
    border-radius: var(--big-border-radius);
    padding: 21px 16px;
    font-size: 1.6rem;
    line-height: 1.125;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
    font-weight: 500
}

@media (min-width: 768px) {

.button-rounded {
        padding: 21px 24px;
        font-size: 1.8rem;
        line-height: 1.23
}
    }

.button-rounded:hover + .baloon-license {
        opacity: 1;
        visibility: visible;
    }

.button-rounded:active {
        transform: translateY(2px);
    }

.button-rounded--small {
        padding: 8px 16px;
        font-size: 1.6rem;
    }

.button-rounded--primary {
        background-color: #74a352;
        background-color: var(--vpngreen400);
        color: #ffffff;
        color: var(--white);
        transition: 0.3s ease background-color;
        transition: var(--t3) background-color
    }

.button-rounded--primary:hover {
            background-color: #568040;
            background-color: var(--vpngreen700);
        }

.button-rounded--primary:disabled {
            cursor: default;
            opacity: 0.5
        }

.button-rounded--primary:disabled:hover {
                background-color: #74a352;
                background-color: var(--vpngreen400);
            }

.button-rounded--transparent {
        border: 1px solid #a4a4a4;
        border: 1px solid var(--gray400);
        padding: 21px 16px;
        background-color: #ffffff;
        background-color: var(--white);
        color: #4d4d4d;
        color: var(--gray900);
        transition: 0.3s ease background-color;
        transition: var(--t3) background-color
    }

.button-rounded--transparent:hover {
            background-color: #f3f3f3;
            background-color: var(--gray100);
        }

.button-rounded__icon {
        width: 24px;
        height: 24px;
        margin-right: 8px;
        background-repeat: no-repeat;
        background-position: center;
    }

.button-rounded__icon--chrome {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.98493 10.441C8.80465 8.46637 10.6599 7.48351 12.0608 7.48153C12.036 7.4845 12.2063 7.50632 20.9915 7.50632C17.8978 1.55562 12.0687 2.00787 12.0687 2.00787C6.17323 2.23995 3.86455 6.54727 3.86455 6.54727L7.93147 10.5442L7.98493 10.441ZM7.81069 13.3291C6.63853 11.2949 4.47043 7.60153 3.86455 6.54727C-0.0954385 12.1627 3.48341 17.083 3.48341 17.083C6.52864 21.915 11.0995 21.9913 11.3955 21.9913L12.7151 16.5147C10.4876 16.844 8.40271 15.4505 7.81069 13.3291ZM20.9915 7.50632L15.5455 9.20822C16.4177 10.3468 17.1612 12.9968 15.406 15.03C14.2526 17.0314 12.0152 20.9172 11.3955 21.9913C18.0126 22.2432 20.7133 16.9253 20.7133 16.9253C23.3507 11.8979 21.141 7.81278 20.9915 7.50632ZM15.7426 12.138C15.7426 14.1711 14.0972 15.8224 12.0647 15.8224C10.0352 15.8224 8.38687 14.1711 8.38687 12.138C8.38687 10.1048 10.0322 8.45348 12.0647 8.45348C14.0942 8.45348 15.7426 10.1018 15.7426 12.138Z' fill='%23ffffff'/%3E %3C/svg%3E");
        }

.button-rounded__icon--firefox {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 11.6127C22 11.167 21.8889 10.4985 21.7778 10.0528C21.4444 8.15849 20.4444 6.48708 19.2222 5.14995C19 4.81567 18.5556 4.48139 18.1111 4.14711C16.8889 3.14426 15.4444 2.4757 13.7778 2.14142C10.4444 1.58428 7.11111 2.69856 4.88889 5.03853V4.9271C4.77778 4.70425 4.77778 4.70425 4.66667 4.70425C4.55556 4.48139 4.55556 4.36996 4.44444 4.25854C4.44444 4.03568 4.33333 3.81283 4.33333 3.58997C4 3.7014 4 4.03568 3.88889 4.25854C3.66667 4.48139 3.44444 4.81567 3.44444 5.14995C3.33333 5.37281 3.11111 6.37565 3.33333 6.48708C3.33333 6.48708 3.33333 6.48708 3.44444 6.48708C3.44444 6.59851 3.44444 6.70994 3.44444 6.82136C3.22222 7.04422 3.11111 7.15564 3.11111 7.26707C2.77778 7.93564 2.44444 8.49277 2.33333 9.16133C2.33333 9.38419 2.33333 9.49562 2.33333 9.60704V9.49562C2.11111 9.71847 2.11111 10.0528 2 10.2756C2.11111 10.2756 2.11111 10.1642 2.22222 10.1642C1.66667 13.0613 2.44444 16.0698 4.22222 18.2984C6.88889 21.5298 11.4444 22.8669 15.4444 21.4183C19.3333 19.9698 22 16.1812 22 11.947C22 11.8356 22 11.7242 22 11.6127ZM13.6667 3.14426C15.3333 3.47855 16.8889 4.25854 18.1111 5.37281C18.2222 5.48424 18.3333 5.70709 18.3333 5.70709C18 5.37281 17.2222 4.81567 16.7778 5.03853C16.8889 5.37281 18.2222 7.04422 18.3333 7.15564C18.3333 7.15564 18.6667 8.6042 18.7778 8.71563C18.7778 8.93848 18 11.8356 18 12.2813C18 12.3927 17 14.3984 17.1111 14.3984C16.7778 15.1784 16.4444 15.1784 16.3333 15.2898C16.2222 15.2898 15.5556 15.5127 14.7778 15.7355C14.1111 15.847 13.3333 16.0698 12.7778 15.9584C12.4444 15.9584 12 15.9584 11.6667 15.7355C11.5556 15.6241 10.6667 15.1784 10.4444 15.067C10.1111 14.9555 9.88889 14.7327 9.66667 14.5098C10 14.5098 10.6667 14.5098 10.8889 14.5098C11.5556 14.3984 14.4444 13.3956 14.3333 12.9499C14.3333 12.6156 13.7778 12.3927 13.5556 12.1699C13.2222 12.0584 11.8889 12.2813 11.3333 12.5042C11.3333 12.5042 9.22222 11.947 8.66667 11.5013C8.66667 11.3899 8.55556 10.7213 8.55556 10.6099C8.44444 10.4985 8.88889 10.1642 8.88889 10.1642C8.88889 10.1642 10 9.04991 10 8.93848C10.2222 8.93848 10.4444 8.71563 10.5556 8.6042C10.4444 8.6042 10.6667 8.49277 11 8.26992C11.3333 8.04706 11.5556 8.04706 11.5556 7.71278C11.5556 7.71278 12.1111 6.70994 11.4444 6.82136C11.4444 6.82136 10.4444 6.70994 10.1111 6.70994C9.77778 6.93279 9.66667 6.82136 9.33333 6.70994C9.33333 6.70994 9.11111 6.48708 9.11111 6.37565C9.22222 6.1528 10 4.48139 10.3333 4.36996C10.1111 3.92426 9 4.25854 8.77778 4.59282C8.77778 4.59282 7.88889 5.26138 7.44444 5.37281C7.44444 5.26138 6.88889 5.14995 6.33333 5.14995C8.33333 3.47855 11 2.69856 13.6667 3.14426Z' fill='%23ffffff'/%3E %3C/svg%3E");
        }

.button-rounded__icon--edge {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8402 13.691C13.8644 13.6679 13.8856 13.6476 13.9 13.6289C14.2953 13.1149 14.5094 12.493 14.5094 12.0735C14.5094 12.0447 14.509 12.0129 14.5081 11.9784L14.5079 11.9789C14.5079 11.9745 14.5078 11.9701 14.5077 11.9657C14.5067 11.931 14.5052 11.8937 14.503 11.854C14.472 11.3723 14.3015 10.9089 14.0111 10.5211C13.7777 10.2084 13.475 9.95397 13.1268 9.77778C12.7787 9.60159 12.3944 9.50842 12.0042 9.50558C11.4716 9.49581 11.0661 9.68757 10.8191 9.80442L10.7902 9.81806L10.7899 9.81819L10.7902 9.81818C10.4058 10.0274 10.0842 10.3354 9.85854 10.7105C9.63291 11.0855 9.51146 11.514 9.50673 11.9517C9.50673 15.2148 12.7268 17.7576 16.4234 17.7576C17.381 17.7595 18.3311 17.5885 19.2279 17.2529C19.5097 17.1473 19.7847 17.0244 20.0513 16.885C20.112 16.8512 20.1823 16.8387 20.2509 16.8493C20.3196 16.86 20.3827 16.8932 20.4304 16.9437C20.4781 16.9943 20.5075 17.0592 20.5141 17.1284C20.5208 17.1975 20.5041 17.2669 20.4669 17.3256C19.2514 19.2515 17.4165 20.7063 15.2641 21.4504L15.1618 21.4847C14.971 21.545 14.7369 21.6055 14.4866 21.6592C14.7175 21.6158 14.9461 21.5586 15.1712 21.4876C12.8462 22.2626 10.3177 22.1569 8.06559 21.1904C5.81351 20.2239 3.99478 18.4641 2.95474 16.245C2.31836 14.8751 1.99518 13.3807 2.00871 11.8703C2.00871 11.6558 2.02463 11.439 2.05552 11.2215C2.02242 11.4257 2.00367 11.6335 2.00021 11.8444C2.04084 9.22205 3.11014 6.72039 4.978 4.8788C6.84926 3.03386 9.37156 1.99968 11.9994 1.99994C15.8851 1.99994 19.4583 3.86232 21.1136 7.1004C21.1272 7.12712 21.1417 7.15559 21.1572 7.18579C21.4397 7.73823 22.0188 8.87072 21.9995 10.5307C21.9978 11.3667 21.7775 12.1878 21.3605 12.9124C20.9435 13.6371 20.3443 14.2401 19.6223 14.6616C18.9066 15.0867 18.09 15.3119 17.2576 15.3139C17.2576 15.3139 17.2569 15.314 17.2557 15.314C17.1829 15.3171 15.1159 15.4042 14.011 14.6359C13.775 14.471 13.6422 14.275 13.6422 14.0711C13.6422 13.8804 13.7582 13.7695 13.8402 13.691ZM2 11.8587C2.00006 11.8539 2.00013 11.8492 2.00021 11.8444Z' fill='%23ffffff'/%3E %3C/svg%3E");
        }

.button-rounded__icon--android {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.6 17.25C6.6 17.7313 7.005 18.125 7.5 18.125H8.4V21.1875C8.4 21.9137 9.003 22.5 9.75 22.5C10.497 22.5 11.1 21.9137 11.1 21.1875V18.125H12.9V21.1875C12.9 21.9137 13.503 22.5 14.25 22.5C14.997 22.5 15.6 21.9137 15.6 21.1875V18.125H16.5C16.995 18.125 17.4 17.7313 17.4 17.25V8.5H6.6V17.25ZM4.35 8.5C3.603 8.5 3 9.08625 3 9.8125V15.9375C3 16.6637 3.603 17.25 4.35 17.25C5.097 17.25 5.7 16.6637 5.7 15.9375V9.8125C5.7 9.08625 5.097 8.5 4.35 8.5ZM19.65 8.5C18.903 8.5 18.3 9.08625 18.3 9.8125V15.9375C18.3 16.6637 18.903 17.25 19.65 17.25C20.397 17.25 21 16.6637 21 15.9375V9.8125C21 9.08625 20.397 8.5 19.65 8.5ZM15.177 3.39L16.347 2.2525C16.527 2.0775 16.527 1.80625 16.347 1.63125C16.167 1.45625 15.888 1.45625 15.708 1.63125L14.376 2.92625C13.665 2.57625 12.855 2.375 12 2.375C11.136 2.375 10.326 2.57625 9.606 2.92625L8.265 1.63125C8.085 1.45625 7.806 1.45625 7.626 1.63125C7.446 1.80625 7.446 2.0775 7.626 2.2525L8.805 3.39875C7.473 4.3525 6.6 5.88375 6.6 7.625H17.4C17.4 5.88375 16.527 4.34375 15.177 3.39ZM10.2 5.875H9.3V5H10.2V5.875ZM14.7 5.875H13.8V5H14.7V5.875Z' fill='%23ffffff'/%3E %3C/svg%3E");
        }

.button-rounded__icon--ios {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.89 3.533c.686-.802 1.149-1.92 1.022-3.033-.99.038-2.185.637-2.894 1.44-.636.71-1.192 1.848-1.043 2.938 1.103.083 2.229-.541 2.915-1.345zm2.474 7.06c.027 2.876 2.607 3.833 2.636 3.845-.02.068-.412 1.363-1.36 2.703-.82 1.157-1.67 2.31-3.007 2.334-1.316.024-1.74-.754-3.244-.754-1.504 0-1.974.73-3.22.778-1.291.046-2.276-1.252-3.101-2.406C4.38 14.735 3.09 10.427 4.822 7.52c.86-1.443 2.397-2.357 4.067-2.38 1.268-.024 2.467.825 3.242.825.776 0 2.232-1.021 3.762-.87.64.025 2.44.249 3.594 1.884-.093.056-2.146 1.211-2.123 3.615v-.001z' fill='%23ffffff'/%3E%3C/svg%3E");
        }

.button-rounded__icon--mac {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.9957 8.67524V8.51238L12.4895 8.54714C12.3462 8.55619 12.2385 8.58667 12.1662 8.6381C12.0938 8.69 12.0576 8.76191 12.0576 8.85381C12.0576 8.94334 12.0933 9.01476 12.1652 9.06762C12.2366 9.12095 12.3328 9.14714 12.4528 9.14714C12.5295 9.14714 12.6014 9.13524 12.6676 9.11191C12.7338 9.08857 12.7919 9.05572 12.8404 9.01381C12.889 8.97238 12.9271 8.92286 12.9543 8.86524C12.9819 8.80762 12.9957 8.74429 12.9957 8.67524ZM12 2.11905C6.48616 2.11905 2.11902 6.48619 2.11902 12C2.11902 17.5143 6.48616 21.881 12 21.881C17.5138 21.881 21.8809 17.5143 21.8809 12C21.8809 6.48619 17.5143 2.11905 12 2.11905ZM13.9181 7.97572C13.9647 7.84476 14.0304 7.73238 14.1157 7.63905C14.2009 7.54572 14.3033 7.47381 14.4233 7.42333C14.5433 7.37286 14.6771 7.34762 14.8243 7.34762C14.9571 7.34762 15.0771 7.36762 15.1838 7.40714C15.2909 7.44667 15.3824 7.5 15.459 7.56714C15.5357 7.63429 15.5966 7.71238 15.6414 7.80191C15.6862 7.89143 15.7128 7.98619 15.7219 8.08572H15.3252C15.3152 8.03095 15.2971 7.97953 15.2714 7.93238C15.2457 7.88524 15.2119 7.84429 15.17 7.80953C15.1276 7.77476 15.0781 7.74762 15.0214 7.7281C14.9643 7.7081 14.9004 7.69857 14.8285 7.69857C14.7443 7.69857 14.6676 7.71572 14.5995 7.74953C14.5309 7.78333 14.4724 7.83143 14.4238 7.89333C14.3752 7.95524 14.3376 8.03095 14.3109 8.11953C14.2838 8.20857 14.2704 8.30714 14.2704 8.41572C14.2704 8.5281 14.2838 8.62905 14.3109 8.71762C14.3376 8.80667 14.3757 8.88143 14.4252 8.94286C14.4743 9.00429 14.5338 9.05143 14.6028 9.08381C14.6719 9.11619 14.7481 9.13286 14.8309 9.13286C14.9666 9.13286 15.0771 9.10095 15.1628 9.03714C15.2485 8.97333 15.3038 8.88 15.3295 8.75714H15.7266C15.7152 8.86572 15.6852 8.96476 15.6366 9.05429C15.5881 9.14381 15.5252 9.22 15.4481 9.28333C15.3704 9.34667 15.2795 9.39572 15.1747 9.43C15.07 9.46429 14.9547 9.48191 14.8295 9.48191C14.6809 9.48191 14.5471 9.45714 14.4266 9.4081C14.3066 9.35905 14.2033 9.2881 14.1176 9.19619C14.0319 9.10429 13.9657 8.99238 13.919 8.86048C13.8724 8.72857 13.849 8.58048 13.849 8.41524C13.8481 8.25381 13.8714 8.10714 13.9181 7.97572ZM8.27378 7.37476H8.67092V7.72762H8.67854C8.70283 7.66905 8.73473 7.61619 8.77378 7.57048C8.81283 7.52429 8.85759 7.48524 8.90902 7.45238C8.95997 7.41953 9.01664 7.39476 9.07759 7.37762C9.13902 7.36048 9.20378 7.35191 9.2714 7.35191C9.41711 7.35191 9.54045 7.38667 9.64045 7.45619C9.74092 7.52572 9.81235 7.62572 9.85426 7.75619H9.86426C9.89092 7.69334 9.92616 7.63714 9.96949 7.58762C10.0128 7.5381 10.0628 7.49524 10.119 7.46C10.1752 7.42476 10.2371 7.3981 10.3043 7.37953C10.3714 7.36095 10.4419 7.35191 10.5162 7.35191C10.6185 7.35191 10.7114 7.3681 10.7952 7.40095C10.879 7.43381 10.9504 7.47953 11.01 7.53905C11.0695 7.59857 11.1152 7.67095 11.1471 7.75572C11.179 7.84048 11.1952 7.93476 11.1952 8.03857V9.4581H10.7809V8.1381C10.7809 8.00143 10.7457 7.89524 10.6752 7.82048C10.6052 7.74572 10.5047 7.7081 10.3743 7.7081C10.3104 7.7081 10.2519 7.71953 10.1985 7.74191C10.1457 7.76429 10.0995 7.79572 10.0614 7.83619C10.0228 7.87619 9.99283 7.92476 9.9714 7.98095C9.94949 8.03714 9.93854 8.09857 9.93854 8.16524V9.4581H9.52997V8.10381C9.52997 8.04381 9.52045 7.98953 9.50188 7.94095C9.4833 7.89238 9.45711 7.85095 9.42235 7.81619C9.38807 7.78143 9.34569 7.75524 9.29664 7.73667C9.24711 7.7181 9.19188 7.70857 9.13045 7.70857C9.06664 7.70857 9.00759 7.72048 8.95283 7.74429C8.89854 7.7681 8.85188 7.80095 8.81283 7.84286C8.77378 7.88524 8.7433 7.93476 8.72188 7.99238C8.70092 8.04953 8.66664 8.11238 8.66664 8.18V9.45762H8.27378V7.37476ZM9.17521 17.3457C7.35378 17.3457 6.2114 16.08 6.2114 14.06C6.2114 12.04 7.35378 10.77 9.17521 10.77C10.9966 10.77 12.1347 12.04 12.1347 14.06C12.1347 16.0795 10.9966 17.3457 9.17521 17.3457ZM12.5476 9.45286C12.4804 9.47 12.4119 9.47857 12.3414 9.47857C12.2376 9.47857 12.1428 9.46381 12.0566 9.43429C11.97 9.40476 11.8962 9.36333 11.8343 9.30953C11.7724 9.25572 11.7238 9.19095 11.6895 9.11476C11.6547 9.03857 11.6376 8.95381 11.6376 8.86048C11.6376 8.67762 11.7057 8.53476 11.8419 8.43191C11.9781 8.32905 12.1752 8.26905 12.4338 8.25238L12.9957 8.22V8.05905C12.9957 7.93905 12.9576 7.84714 12.8814 7.78476C12.8052 7.72238 12.6976 7.69095 12.5581 7.69095C12.5019 7.69095 12.449 7.6981 12.4004 7.71191C12.3519 7.72619 12.309 7.74619 12.2719 7.77238C12.2347 7.79857 12.2038 7.83 12.18 7.86667C12.1557 7.90286 12.139 7.94381 12.13 7.98857H11.7404C11.7428 7.89667 11.7657 7.81143 11.8085 7.73333C11.8514 7.65524 11.9095 7.58762 11.9833 7.53C12.0571 7.47238 12.1433 7.42762 12.2433 7.39572C12.3433 7.36381 12.4519 7.34762 12.5695 7.34762C12.6962 7.34762 12.8109 7.36333 12.9138 7.39572C13.0166 7.4281 13.1047 7.47333 13.1776 7.53286C13.2504 7.59238 13.3066 7.66381 13.3462 7.74762C13.3857 7.83143 13.4057 7.92524 13.4057 8.02857V9.45762H13.009V9.11048H12.999C12.9695 9.16667 12.9324 9.21762 12.8871 9.26286C12.8414 9.3081 12.7904 9.34714 12.7338 9.37905C12.6766 9.41095 12.6147 9.43572 12.5476 9.45286ZM15.1681 17.3457C13.779 17.3457 12.8347 16.6181 12.769 15.4757H13.6733C13.7438 16.1286 14.3747 16.561 15.239 16.561C16.0681 16.561 16.6638 16.1286 16.6638 15.5376C16.6638 15.0262 16.3019 14.7171 15.4643 14.5057L14.6481 14.3029C13.4747 14.0119 12.9414 13.4781 12.9414 12.6005C12.9414 11.52 13.8852 10.77 15.2304 10.77C16.5447 10.77 17.4619 11.5243 17.4971 12.609H16.6019C16.54 11.9562 16.0066 11.5548 15.2124 11.5548C14.4228 11.5548 13.8762 11.9605 13.8762 12.5471C13.8762 13.01 14.22 13.2838 15.0581 13.4952L15.7462 13.6671C17.0562 13.9848 17.5943 14.501 17.5943 15.4271C17.5938 16.609 16.659 17.3457 15.1681 17.3457ZM9.17521 11.581C7.92711 11.581 7.14664 12.5381 7.14664 14.0595C7.14664 15.5767 7.92711 16.5338 9.17521 16.5338C10.419 16.5338 11.2038 15.5767 11.2038 14.0595C11.2043 12.5381 10.419 11.581 9.17521 11.581Z' fill='%23ffffff'/%3E %3C/svg%3E");
        }

.button-rounded__icon--windows {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff'%3E %3Cpath d='M11.4799 2H2V11.4799H11.4799V2Z' fill='%23ffffff'/%3E %3Cpath d='M22 2H12.5201V11.4799H22V2Z' fill='%23ffffff'/%3E %3Cpath d='M11.4799 12.5209H2V22.0008H11.4799V12.5209Z' fill='%23ffffff'/%3E %3Cpath d='M22 12.5209H12.5201V22.0008H22V12.5209Z' fill='%23ffffff'/%3E %3C/svg%3E");
        }

.button-square {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0;
    border: none;
    border-radius: 8px;
    border-radius: var(--small-border-radius);
    padding: 16px 24px;
    font-size: 1.6rem;
    line-height: 1.125;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
    font-weight: 500
}

@media (min-width: 768px) {

.button-square {
        padding: 14px 24px;
        font-size: 1.8rem;
        line-height: 1.23
}
    }

.button-square:active {
        transform: translateY(2px);
    }

.button-square--primary {
        background-color: #74a352;
        background-color: var(--vpngreen400);
        color: #ffffff;
        color: var(--white);
        transition: 0.3s ease background-color;
        transition: var(--t3) background-color
    }

.button-square--primary:hover {
            background-color: #568040;
            background-color: var(--vpngreen700);
        }

.button-square--primary:disabled {
            opacity: 0.5;
            cursor: default
        }

.button-square--primary:disabled:hover {
                background-color: #74a352;
                background-color: var(--vpngreen400);
            }

.button-square--transparent {
        border: 1px solid #888888;
        border: 1px solid var(--gray700);
        background-color: #ffffff;
        background-color: var(--white);
        color: #888888;
        color: var(--gray700);
        transition: 0.3s ease border-color, color;
        transition: var(--t3) border-color, color
    }

.button-square--transparent:hover {
            border-color: #4d4d4d;
            border-color: var(--gray900);
            color: #4d4d4d;
            color: var(--gray900);
        }

.button-square--transparent:disabled {
            opacity: 0.5;
            cursor: default
        }

.button-square--transparent:disabled:hover {
                border-color: #888888;
                border-color: var(--gray700);
                color: #888888;
                color: var(--gray700);
            }

.input {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.input--white .input__field {
            background-color: #ffffff;
            background-color: var(--white);
        }

.input__label {
        margin-bottom: 4px;
        font-size: 1.4rem;
        line-height: 1.15;
        color: #888888;
        color: var(--gray700);
    }

.input__label--disabled {
            opacity: 0.5;
        }

.input__field-in {
        position: relative;
    }

.input__field {
        width: 100%;
        position: relative;
        border: 1px solid #f3f3f3;
        border: 1px solid var(--gray100);
        border-radius: 8px;
        padding: 16px 56px 16px 16px;
        font-size: 1.6rem;
        line-height: 1.375;
        background-color: #f3f3f3;
        background-color: var(--gray100);
        color: #4d4d4d;
        color: var(--gray900);
        outline: none;
        transition: 0.3s ease border-color;
        transition: var(--t3) border-color;
        z-index: 1;
    }

.input__field--textarea {
            min-height: 100px;
            max-height: 144px;
            resize: vertical;
        }

.input__field::-moz-placeholder {
            color: #a4a4a4;
            color: var(--gray400);
        }

.input__field:-ms-input-placeholder {
            color: #a4a4a4;
            color: var(--gray400);
        }

&__field::-moz-placeholder {
            color: #a4a4a4;
            color: var(--gray400);
        }

&__field:-ms-input-placeholder {
            color: #a4a4a4;
            color: var(--gray400);
        }

.input__field::placeholder {
            color: #a4a4a4;
            color: var(--gray400);
        }

.input__field:focus {
            border-color: #d8d8d8;
            border-color: var(--gray300);
        }

.input__field:disabled {
            opacity: 0.5
        }

.input__field:disabled + .input__btn {
                display: none;
            }

.input__field--error {
            border-color: #c23814;
            border-color: var(--red400);
        }

.input__btn {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%);
        border: none;
        padding: 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        outline: none;
        cursor: pointer;
        z-index: 2;
    }

.input__btn--clear {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.5 20.5' fill='%23a4a4a4'%3E%3Cpath class='st0' d='M11.3 10.3l9-9c.3-.3.3-.8 0-1.1s-.8-.3-1.1 0l-9 9-9-9C1-.1.5-.1.2.2s-.3.8 0 1.1l9 9-9 9c-.3.3-.3.8 0 1.1.1.1.3.2.5.2s.4-.1.5-.2l9-9 9 9c.1.1.3.2.5.2s.4-.1.5-.2c.3-.3.3-.8 0-1.1l-8.9-9z' fill='%23a4a4a4'/%3E%3C/svg%3E");
            background-size: 13px
        }

.input__btn--clear:hover {
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.5 20.5' fill='%23888888'%3E%3Cpath class='st0' d='M11.3 10.3l9-9c.3-.3.3-.8 0-1.1s-.8-.3-1.1 0l-9 9-9-9C1-.1.5-.1.2.2s-.3.8 0 1.1l9 9-9 9c-.3.3-.3.8 0 1.1.1.1.3.2.5.2s.4-.1.5-.2l9-9 9 9c.1.1.3.2.5.2s.4-.1.5-.2c.3-.3.3-.8 0-1.1l-8.9-9z' fill='%23888888'/%3E%3C/svg%3E");
            }

.input__letters-counter {
        text-align: right;
        color: #74a352;
        color: var(--vpngreen400);
    }

.input__error {
        margin-top: 4px;
        font-size: 1.4rem;
        line-height: 1.15;
        color: #c23814;
        color: var(--red400);
    }

.platforms {
    width: 100%;
    max-width: 280px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto -12px
}

@media (min-width: 768px) {

.platforms {
        max-width: none;
        max-width: initial
}
    }

.platforms__item {
        width: 24px;
        height: 24px;
        position: relative;
        margin: 0 12px 12px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer;
    }

.platforms__item--chrome {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M13.9644 0.00247939C13.9644 0.00247939 22.2166 -0.366517 26.5917 7.89856H13.2622C13.2622 7.89856 10.7467 7.81778 8.59781 10.8586C7.98054 12.1349 7.31703 13.4497 8.06162 16.0407C6.989 14.23 2.36713 6.211 2.36713 6.211C2.36713 6.211 5.62715 0.329227 13.9643 0.00247939H13.9644Z' fill='%23EF3F36'/%3E %3Cpath d='M26.1633 20.9842C26.1633 20.9842 22.3554 28.2921 12.9881 27.9308C14.1455 25.9356 19.6548 16.4288 19.6548 16.4288C19.6548 16.4288 20.9858 14.2991 19.4156 10.9238C18.6169 9.75133 17.8028 8.52501 15.1794 7.87141C17.2898 7.8523 26.5685 7.87141 26.5685 7.87141C26.5685 7.87141 30.0445 13.6263 26.1633 20.9842Z' fill='%23FCD900'/%3E %3Cpath d='M1.82319 21.0419C1.82319 21.0419 -2.62514 14.103 2.37483 6.19928C3.52841 8.19448 9.03763 17.7013 9.03763 17.7013C9.03763 17.7013 10.2259 19.9156 13.9412 20.246C15.3572 20.1423 16.8309 20.0539 18.7137 18.1203C17.6757 19.9502 13.019 27.9462 13.019 27.9462C13.019 27.9462 6.27524 28.0692 1.82308 21.0419H1.82319Z' fill='%2361BC5B'/%3E %3Cpath d='M12.9847 28L14.8597 20.2039C14.8597 20.2039 16.9199 20.0423 18.6483 18.1549C17.5757 20.0348 12.9847 28 12.9847 28Z' fill='%235AB055'/%3E %3Cpath d='M7.68353 14.0877C7.68353 10.651 10.4807 7.86389 13.9297 7.86389C17.3787 7.86389 20.1758 10.651 20.1758 14.0877C20.1758 17.5245 17.3787 20.3115 13.9297 20.3115C10.4807 20.3077 7.68353 17.5245 7.68353 14.0877Z' fill='white'/%3E %3Cpath d='M8.72876 14.0878C8.72876 11.2277 11.0552 8.90576 13.9295 8.90576C16.7998 8.90576 19.1301 11.2239 19.1301 14.0878C19.1301 16.9479 16.8038 19.2699 13.9295 19.2699C11.059 19.2699 8.72876 16.9479 8.72876 14.0878Z' fill='url(%23paint0_linear)'/%3E %3Cpath d='M26.5648 7.8755L18.8448 10.132C18.8448 10.132 17.6797 8.42899 15.1759 7.8755C17.348 7.86393 26.5648 7.8755 26.5648 7.8755Z' fill='%23EACA05'/%3E %3Cpath d='M7.91119 15.7557C6.82696 13.8836 2.36713 6.21057 2.36713 6.21057L8.08473 11.8461C8.08473 11.8461 7.49825 13.0494 7.71825 14.7716L7.91108 15.7557H7.91119Z' fill='%23DF3A32'/%3E %3Cdefs%3E %3ClinearGradient id='paint0_linear' x1='13.9292' y1='8.97893' x2='13.9292' y2='18.9579' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%2386BBE5'/%3E %3Cstop offset='1' stop-color='%231072BA'/%3E %3C/linearGradient%3E %3C/defs%3E %3C/svg%3E");
        }

.platforms__item--edge {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M25.2708 20.8381C24.8976 21.0334 24.5126 21.2054 24.1182 21.3532C22.8626 21.823 21.5326 22.0624 20.192 22.0597C15.017 22.0597 10.5091 18.4999 10.5091 13.9318C10.5157 13.3191 10.6857 12.7193 11.0016 12.1942C11.3174 11.6692 11.7677 11.2379 12.3059 10.945C7.62517 11.1419 6.42218 16.0195 6.42218 18.8772C6.42218 26.9571 13.8687 27.7762 15.473 27.7762C16.3381 27.7762 17.6428 27.5247 18.4258 27.2775L18.5691 27.2294C21.5823 26.1877 24.1511 24.1511 25.8526 21.455C25.9048 21.3728 25.928 21.2757 25.9188 21.1789C25.9095 21.0821 25.8683 20.9911 25.8015 20.9204C25.7348 20.8496 25.6464 20.8031 25.5503 20.7882C25.4542 20.7733 25.3558 20.7909 25.2708 20.8381Z' fill='url(%23paint0_linear)'/%3E %3Cpath opacity='0.35' d='M25.2708 20.8381C24.8976 21.0334 24.5126 21.2054 24.1182 21.3532C22.8626 21.823 21.5326 22.0624 20.192 22.0597C15.017 22.0597 10.5091 18.4999 10.5091 13.9318C10.5157 13.3191 10.6857 12.7193 11.0016 12.1942C11.3174 11.6692 11.7677 11.2379 12.3059 10.945C7.62517 11.1419 6.42218 16.0195 6.42218 18.8772C6.42218 26.9571 13.8687 27.7762 15.473 27.7762C16.3381 27.7762 17.6428 27.5247 18.4258 27.2775L18.5691 27.2294C21.5823 26.1877 24.1511 24.1511 25.8526 21.455C25.9048 21.3728 25.928 21.2757 25.9188 21.1789C25.9095 21.0821 25.8683 20.9911 25.8015 20.9204C25.7348 20.8496 25.6464 20.8031 25.5503 20.7882C25.4542 20.7733 25.3558 20.7909 25.2708 20.8381Z' fill='url(%23paint1_radial)'/%3E %3Cpath d='M11.5633 26.4023C10.5878 25.7969 9.74244 25.0036 9.07633 24.0685C8.31712 23.0283 7.79467 21.8346 7.54564 20.5712C7.2966 19.3077 7.32701 18.0051 7.63473 16.7546C7.94245 15.5041 8.52003 14.3361 9.32695 13.3325C10.1339 12.3289 11.1506 11.514 12.3058 10.9449C12.647 10.7841 13.23 10.4932 14.0053 10.5074C14.5516 10.5114 15.0896 10.6418 15.577 10.8885C16.0644 11.1352 16.4881 11.4914 16.8149 11.9292C17.2565 12.5188 17.5 13.2332 17.5104 13.9699C17.5104 13.9469 20.1855 5.26456 8.76136 5.26456C3.96031 5.26456 0.0122896 9.82064 0.0122896 13.8179C-0.00664781 15.9324 0.445777 18.0245 1.33668 19.9422C2.79267 23.0488 5.33879 25.5125 8.49155 26.8655C11.6443 28.2185 15.1842 28.3666 18.4389 27.2816C17.2993 27.6409 16.0953 27.7488 14.91 27.5977C13.7247 27.4467 12.5862 27.0403 11.5731 26.4067L11.5633 26.4023Z' fill='url(%23paint2_linear)'/%3E %3Cpath opacity='0.41' d='M11.5633 26.4023C10.5878 25.7969 9.74244 25.0036 9.07633 24.0685C8.31712 23.0283 7.79467 21.8346 7.54564 20.5712C7.2966 19.3077 7.32701 18.0051 7.63473 16.7546C7.94245 15.5041 8.52003 14.3361 9.32695 13.3325C10.1339 12.3289 11.1506 11.514 12.3058 10.9449C12.647 10.7841 13.23 10.4932 14.0053 10.5074C14.5516 10.5114 15.0896 10.6418 15.577 10.8885C16.0644 11.1352 16.4881 11.4914 16.8149 11.9292C17.2565 12.5188 17.5 13.2332 17.5104 13.9699C17.5104 13.9469 20.1855 5.26456 8.76136 5.26456C3.96031 5.26456 0.0122896 9.82064 0.0122896 13.8179C-0.00664781 15.9324 0.445777 18.0245 1.33668 19.9422C2.79267 23.0488 5.33879 25.5125 8.49155 26.8655C11.6443 28.2185 15.1842 28.3666 18.4389 27.2816C17.2993 27.6409 16.0953 27.7488 14.91 27.5977C13.7247 27.4467 12.5862 27.0403 11.5731 26.4067L11.5633 26.4023Z' fill='url(%23paint3_radial)'/%3E %3Cpath d='M16.6593 16.2798C16.5707 16.3947 16.2984 16.5532 16.2984 16.8988C16.2984 17.1843 16.4844 17.4588 16.8146 17.6895C18.3873 18.7832 21.3521 18.6388 21.3598 18.6388C22.5251 18.636 23.6683 18.3207 24.6702 17.7256C25.6809 17.1355 26.5198 16.2913 27.1036 15.2768C27.6874 14.2624 27.9957 13.1129 27.9981 11.9425C28.0266 9.49165 27.1232 7.86214 26.758 7.14034C24.4405 2.60722 19.4383 6.85318e-08 13.9985 6.85318e-08C10.3197 -0.000363696 6.78867 1.44742 4.16903 4.03023C1.54938 6.61304 0.0517329 10.1232 0 13.8017C0.0524945 9.80552 4.02457 6.57821 8.74908 6.57821C9.13185 6.57821 11.3147 6.61539 13.3423 7.6795C15.1293 8.61784 16.0655 9.75084 16.7162 10.874C17.3921 12.0409 17.5124 13.5151 17.5124 14.1024C17.5124 14.6897 17.2127 15.5602 16.6593 16.2798Z' fill='url(%23paint4_radial)'/%3E %3Cpath d='M16.6593 16.2798C16.5707 16.3947 16.2984 16.5532 16.2984 16.8988C16.2984 17.1843 16.4844 17.4588 16.8146 17.6895C18.3873 18.7832 21.3521 18.6388 21.3598 18.6388C22.5251 18.636 23.6683 18.3207 24.6702 17.7256C25.6809 17.1355 26.5198 16.2913 27.1036 15.2768C27.6874 14.2624 27.9957 13.1129 27.9981 11.9425C28.0266 9.49165 27.1232 7.86214 26.758 7.14034C24.4405 2.60722 19.4383 6.85318e-08 13.9985 6.85318e-08C10.3197 -0.000363696 6.78867 1.44742 4.16903 4.03023C1.54938 6.61304 0.0517329 10.1232 0 13.8017C0.0524945 9.80552 4.02457 6.57821 8.74908 6.57821C9.13185 6.57821 11.3147 6.61539 13.3423 7.6795C15.1293 8.61784 16.0655 9.75084 16.7162 10.874C17.3921 12.0409 17.5124 13.5151 17.5124 14.1024C17.5124 14.6897 17.2127 15.5602 16.6593 16.2798Z' fill='url(%23paint5_radial)'/%3E %3Cdefs%3E %3ClinearGradient id='paint0_linear' x1='6.42218' y1='19.3628' x2='25.9259' y2='19.3628' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%230C59A4'/%3E %3Cstop offset='1' stop-color='%23114A8B'/%3E %3C/linearGradient%3E %3CradialGradient id='paint1_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(17.1944 19.5165) scale(10.431 9.90961)'%3E %3Cstop offset='0.72' stop-opacity='0'/%3E %3Cstop offset='0.95' stop-opacity='0.53'/%3E %3Cstop offset='1'/%3E %3C/radialGradient%3E %3ClinearGradient id='paint2_linear' x1='16.7044' y1='10.9022' x2='4.52244' y2='24.1713' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%231B9DE2'/%3E %3Cstop offset='0.16' stop-color='%231595DF'/%3E %3Cstop offset='0.67' stop-color='%230680D7'/%3E %3Cstop offset='1' stop-color='%230078D4'/%3E %3C/linearGradient%3E %3CradialGradient id='paint3_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(7.72072 21.764) rotate(-81.3844) scale(15.6856 12.6724)'%3E %3Cstop offset='0.76' stop-opacity='0'/%3E %3Cstop offset='0.95' stop-opacity='0.5'/%3E %3Cstop offset='1'/%3E %3C/radialGradient%3E %3CradialGradient id='paint4_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(2.82841 5.18129) rotate(92.2906) scale(22.1561 47.188)'%3E %3Cstop stop-color='%2335C1F1'/%3E %3Cstop offset='0.11' stop-color='%2334C1ED'/%3E %3Cstop offset='0.23' stop-color='%232FC2DF'/%3E %3Cstop offset='0.31' stop-color='%232BC3D2'/%3E %3Cstop offset='0.67' stop-color='%2336C752'/%3E %3C/radialGradient%3E %3CradialGradient id='paint5_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(26.2551 8.4654) rotate(73.7398) scale(10.6454 8.65687)'%3E %3Cstop stop-color='%2366EB6E'/%3E %3Cstop offset='1' stop-color='%2366EB6E' stop-opacity='0'/%3E %3C/radialGradient%3E %3C/defs%3E %3C/svg%3E");
        }

.platforms__item--firefox {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M26.6727 9.61404C26.13 8.25147 25.0446 6.78487 24.189 6.32509C24.7982 7.56364 25.2214 8.89384 25.4436 10.2685V10.292C24.0486 6.62378 21.6767 5.14711 19.739 1.92528C19.6368 1.76419 19.5411 1.59974 19.4453 1.42858C19.391 1.3279 19.3495 1.24064 19.308 1.16009C19.2273 0.996003 19.1652 0.822543 19.1229 0.643257C19.123 0.635406 19.1206 0.627748 19.1159 0.621615C19.1112 0.615483 19.1047 0.611266 19.0973 0.609697C19.0871 0.605565 19.0757 0.605565 19.0654 0.609697V0.616409C19.0654 0.623121 19.0558 0.616409 19.0558 0.616409V0.609697C15.9529 2.52266 14.8963 6.06667 14.8005 7.83532C13.5587 7.92588 12.3717 8.40772 11.3943 9.21802C11.2924 9.127 11.1858 9.04186 11.0751 8.96296C10.7926 7.92246 10.7816 6.82121 11.0432 5.77469C9.90033 6.35644 8.88498 7.18159 8.06157 8.19777C7.56677 7.5467 7.60188 5.3921 7.63061 4.94238C7.48499 5.0028 7.34588 5.0793 7.21561 5.1706C6.78136 5.49573 6.37541 5.86074 6.00254 6.26132C5.58145 6.71344 5.19704 7.20177 4.85331 7.72121C4.05796 8.90645 3.49378 10.2456 3.19332 11.6612L3.17098 11.7519C3.14863 11.8626 3.06244 12.4365 3.04967 12.5573V12.5909C2.94238 13.1824 2.87623 13.7814 2.85175 14.383L2.85175 14.4501C2.85674 17.7052 4.02238 20.84 6.11853 23.2357C8.21468 25.6314 11.089 27.1138 14.174 27.3903C17.2591 27.6668 20.3306 26.7172 22.7823 24.7292C25.2339 22.7411 26.8874 19.8589 27.4165 16.6517C27.4388 16.4839 27.4548 16.3161 27.4739 16.1483C27.7302 13.9343 27.4558 11.6881 26.6758 9.61404H26.6727ZM12.4127 19.793C12.4701 19.8266 12.5244 19.8601 12.5819 19.8836L12.5914 19.8903C12.534 19.859 12.4755 19.8254 12.4159 19.7896L12.4127 19.793ZM25.4468 10.2886V10.2785V10.292V10.2886Z' fill='url(%23paint0_linear)'/%3E %3Cpath d='M26.6727 9.61393C26.13 8.25137 25.0446 6.78476 24.189 6.32498C24.7982 7.56354 25.2214 8.89374 25.4436 10.2684V10.2952C26.398 13.1641 26.2608 16.3097 25.0605 19.0747C23.6432 22.273 20.2083 25.5519 14.8356 25.3908C9.03203 25.223 3.91797 20.6923 2.96028 14.7588C2.7879 13.8191 2.96028 13.3492 3.04967 12.5874C2.93084 13.177 2.86457 13.777 2.85175 14.3796V14.4467C2.85674 17.7017 4.02238 20.8366 6.11853 23.2322C8.21468 25.6279 11.089 27.1103 14.174 27.3868C17.2591 27.6633 20.3306 26.7138 22.7823 24.7257C25.2339 22.7376 26.8874 19.8555 27.4165 16.6483C27.4388 16.4805 27.4548 16.3127 27.4739 16.1448C27.7302 13.9309 27.4558 11.6847 26.6758 9.61058L26.6727 9.61393Z' fill='url(%23paint1_radial)'/%3E %3Cpath d='M26.6727 9.61393C26.13 8.25137 25.0446 6.78476 24.189 6.32498C24.7982 7.56354 25.2214 8.89374 25.4436 10.2684V10.2952C26.398 13.1641 26.2608 16.3097 25.0605 19.0747C23.6432 22.273 20.2083 25.5519 14.8356 25.3908C9.03203 25.223 3.91797 20.6923 2.96028 14.7588C2.7879 13.8191 2.96028 13.3492 3.04967 12.5874C2.93084 13.177 2.86457 13.777 2.85175 14.3796V14.4467C2.85674 17.7017 4.02238 20.8366 6.11853 23.2322C8.21468 25.6279 11.089 27.1103 14.174 27.3868C17.2591 27.6633 20.3306 26.7138 22.7823 24.7257C25.2339 22.7376 26.8874 19.8555 27.4165 16.6483C27.4388 16.4805 27.4548 16.3127 27.4739 16.1448C27.7302 13.9309 27.4558 11.6847 26.6758 9.61058L26.6727 9.61393Z' fill='url(%23paint2_radial)'/%3E %3Cpath d='M20.6583 11.141C20.6902 11.1612 20.7094 11.1813 20.7349 11.2014C20.4243 10.6215 20.0374 10.0905 19.5857 9.62409C15.7422 5.58338 18.5802 0.858029 19.059 0.619748V0.60968C15.9561 2.52264 14.8995 6.06665 14.8037 7.8353C14.9474 7.82523 15.091 7.81517 15.2379 7.81517C16.3399 7.81683 17.4219 8.1251 18.3739 8.70865C19.3259 9.2922 20.1141 10.1303 20.6583 11.1377V11.141Z' fill='url(%23paint3_radial)'/%3E %3Cpath d='M15.2474 11.9531C15.2251 12.2719 14.1397 13.3895 13.7566 13.3895C10.2387 13.3895 9.6705 15.6246 9.6705 15.6246C9.82373 17.5107 11.0751 19.0612 12.5819 19.8868L12.7926 19.9875C12.9139 20.0434 13.0352 20.096 13.1565 20.1452C13.6742 20.3387 14.2165 20.4496 14.7654 20.4741C20.9329 20.7762 22.1268 12.7216 17.6768 10.3824C18.7265 10.2403 19.789 10.513 20.6584 11.1476C20.1141 10.1402 19.326 9.30217 18.3739 8.71862C17.4219 8.13507 16.3399 7.8268 15.2379 7.82513C15.091 7.82513 14.9506 7.83185 14.8037 7.84191C13.5619 7.93247 12.375 8.41432 11.3975 9.22461C11.5891 9.39241 11.7998 9.61391 12.2499 10.0804C13.0895 10.953 15.2411 11.849 15.2506 11.9598L15.2474 11.9531Z' fill='url(%23paint4_radial)'/%3E %3Cpath d='M15.2474 11.9531C15.2251 12.2719 14.1397 13.3895 13.7566 13.3895C10.2387 13.3895 9.6705 15.6246 9.6705 15.6246C9.82373 17.5107 11.0751 19.0612 12.5819 19.8868L12.7926 19.9875C12.9139 20.0434 13.0352 20.096 13.1565 20.1452C13.6742 20.3387 14.2165 20.4496 14.7654 20.4741C20.9329 20.7762 22.1268 12.7216 17.6768 10.3824C18.7265 10.2403 19.789 10.513 20.6584 11.1476C20.1141 10.1402 19.326 9.30217 18.3739 8.71862C17.4219 8.13507 16.3399 7.8268 15.2379 7.82513C15.091 7.82513 14.9506 7.83185 14.8037 7.84191C13.5619 7.93247 12.375 8.41432 11.3975 9.22461C11.5891 9.39241 11.7998 9.61391 12.2499 10.0804C13.0895 10.953 15.2411 11.849 15.2506 11.9598L15.2474 11.9531Z' fill='url(%23paint5_radial)'/%3E %3Cpath d='M10.8229 8.78493C10.9187 8.85205 11.0049 8.90911 11.0783 8.9628C10.7958 7.9223 10.7848 6.82106 11.0464 5.77454C9.90353 6.35629 8.88819 7.18144 8.06479 8.19762C8.12863 8.19762 9.9163 8.16406 10.8229 8.78158V8.78493Z' fill='url(%23paint6_radial)'/%3E %3Cpath d='M2.96351 14.7588C3.9212 20.689 9.02884 25.2197 14.8388 25.3908C20.2114 25.5519 23.6431 22.2697 25.0605 19.0747C26.2607 16.3097 26.3979 13.1641 25.4435 10.2952V10.2818V10.2684L25.4499 10.2919C25.8841 13.3056 24.4284 16.222 22.1491 18.1954L22.1395 18.2122C17.7023 22.0146 13.4565 20.5078 12.5946 19.8902C12.5308 19.8611 12.4701 19.8298 12.4127 19.7963C9.82691 18.4975 8.75431 16.0173 8.98415 13.8896C8.36987 13.8993 7.76609 13.7216 7.24596 13.3779C6.72582 13.0342 6.31166 12.5393 6.05364 11.9531C6.73327 11.5156 7.50815 11.2683 8.30445 11.2348C9.10075 11.2013 9.89194 11.3828 10.6026 11.7618C12.0668 12.4598 13.7325 12.5285 15.2442 11.9531C15.2378 11.8457 13.0862 10.9463 12.2435 10.0737C11.7965 9.61059 11.5859 9.38909 11.3943 9.22128C11.2924 9.13026 11.1858 9.04512 11.0751 8.96622C11.0017 8.91253 10.9219 8.85547 10.8197 8.78835C9.91949 8.17083 8.12543 8.20439 8.06477 8.20439H8.05839C7.56997 7.55332 7.60189 5.39872 7.63062 4.94901C7.485 5.00942 7.34589 5.08592 7.21563 5.17722C6.78125 5.50342 6.3753 5.86955 6.00256 6.2713C5.5783 6.72195 5.19068 7.20916 4.84376 7.72783C4.04842 8.91307 3.48424 10.2522 3.18378 11.6679C3.17739 11.6947 2.73686 13.7151 2.95393 14.7622L2.96351 14.7588Z' fill='url(%23paint7_radial)'/%3E %3Cpath d='M19.589 9.62411C20.0407 10.0905 20.4275 10.6215 20.7382 11.2015C20.802 11.2585 20.8659 11.3122 20.9234 11.3625C23.7326 14.081 22.2641 17.9237 22.1524 18.1989C24.4285 16.2255 25.8874 13.3091 25.4501 10.2953C24.0454 6.62713 21.6767 5.15046 19.7358 1.92863C19.64 1.76754 19.5443 1.60309 19.4485 1.43193C19.3942 1.33125 19.3527 1.24399 19.3112 1.16345C19.2292 0.998446 19.166 0.823841 19.1229 0.643257C19.123 0.635406 19.1206 0.627748 19.1159 0.621615C19.1112 0.615483 19.1047 0.611266 19.0973 0.609697C19.0871 0.605565 19.0757 0.605565 19.0654 0.609697V0.616409C19.0654 0.623121 19.0558 0.616409 19.0558 0.616409C18.577 0.858046 15.7358 5.5834 19.5858 9.62411H19.589Z' fill='url(%23paint8_radial)'/%3E %3Cpath d='M20.9201 11.3624C20.8659 11.3087 20.802 11.255 20.735 11.2014L20.6584 11.1409C19.7877 10.5067 18.7239 10.2352 17.6736 10.3791C22.1236 12.7217 20.9297 20.783 14.7622 20.4742C14.2145 20.4504 13.6733 20.3407 13.1565 20.1487C13.0352 20.1039 12.9139 20.0525 12.7926 19.9943C12.7224 19.9608 12.6553 19.9272 12.5851 19.8936H12.5947C13.4566 20.5112 17.7023 22.0214 22.146 18.2156L22.1523 18.2022C22.2641 17.9337 23.7325 14.0842 20.9265 11.3692L20.9201 11.3624Z' fill='url(%23paint9_radial)'/%3E %3Cpath d='M9.66732 15.6246C9.66732 15.6246 10.2419 13.3895 13.7535 13.3895C14.1365 13.3895 15.2219 12.2719 15.2474 11.9463C13.7343 12.5246 12.0659 12.4571 10.5995 11.7584C9.88876 11.3793 9.09757 11.1979 8.30126 11.2314C7.50496 11.2649 6.73008 11.5122 6.05045 11.9497C6.30937 12.5363 6.72474 13.0312 7.24609 13.3744C7.76744 13.7175 8.37235 13.8942 8.98736 13.8828C8.75432 16.0106 9.82374 18.4907 12.4127 19.7895C12.4702 19.8231 12.5244 19.8499 12.5819 19.8802C11.0719 19.0579 9.82374 17.5074 9.66732 15.6179V15.6246Z' fill='url(%23paint10_radial)'/%3E %3Cpath d='M26.6727 9.61404C26.13 8.25147 25.0446 6.78487 24.1891 6.32509C24.7982 7.56364 25.2214 8.89384 25.4436 10.2685V10.292C24.0486 6.62378 21.6767 5.14711 19.739 1.92528C19.6368 1.76419 19.5411 1.59974 19.4453 1.42858C19.391 1.3279 19.3495 1.24064 19.308 1.16009C19.2273 0.996003 19.1652 0.822543 19.1229 0.643257C19.123 0.635406 19.1206 0.627748 19.1159 0.621615C19.1112 0.615483 19.1047 0.611266 19.0973 0.609697C19.0871 0.605565 19.0757 0.605565 19.0654 0.609697V0.616409C19.0654 0.623121 19.0558 0.616409 19.0558 0.616409V0.609697C15.9529 2.52266 14.8963 6.06667 14.8005 7.83532C14.9442 7.82525 15.0878 7.81518 15.2347 7.81518C16.3367 7.81685 17.4187 8.12512 18.3707 8.70867C19.3228 9.29222 20.1109 10.1303 20.6552 11.1377C19.7849 10.5054 18.7225 10.2352 17.6736 10.3792C22.1236 12.7218 20.9297 20.783 14.7622 20.4743C14.2134 20.4508 13.6711 20.3411 13.1533 20.1487C13.032 20.104 12.9107 20.0525 12.7894 19.9944L12.5787 19.8937H12.5883C12.5308 19.8646 12.4723 19.8333 12.4127 19.7997C12.4701 19.8333 12.5244 19.8668 12.5819 19.8903C11.0719 19.0681 9.82373 17.5176 9.6673 15.6281C9.6673 15.6281 10.2419 13.3963 13.7534 13.3963C14.1365 13.3963 15.2219 12.2788 15.2474 11.9532C15.2411 11.8525 13.0894 10.9464 12.2467 10.0805C11.7998 9.61068 11.5859 9.39254 11.3975 9.22473C11.2956 9.13371 11.189 9.04857 11.0783 8.96967C10.7958 7.92917 10.7848 6.82793 11.0464 5.7814C9.90353 6.36316 8.88818 7.1883 8.06477 8.20449C7.56996 7.55341 7.60508 5.39881 7.63381 4.9491C7.48819 5.00952 7.34907 5.08602 7.21881 5.17731C6.78456 5.50245 6.37861 5.86745 6.00574 6.26803C5.58465 6.72016 5.20023 7.20849 4.85651 7.72792C4.06116 8.91316 3.49698 10.2523 3.19652 11.668L3.17098 11.7519C3.14864 11.8626 3.04329 12.4466 3.02733 12.5707C2.93211 13.1704 2.87134 13.7756 2.84537 14.383V14.4501C2.85036 17.7052 4.016 20.84 6.11215 23.2357C8.20831 25.6314 11.0826 27.1138 14.1677 27.3903C17.2527 27.6668 20.3242 26.7172 22.7759 24.7292C25.2275 22.7411 26.8811 19.8589 27.4101 16.6517C27.4324 16.4839 27.4484 16.3161 27.4675 16.1483C27.7238 13.9343 27.4495 11.6881 26.6695 9.61404H26.6727ZM25.4436 10.2853V10.2953V10.2853Z' fill='url(%23paint11_linear)'/%3E %3Cdefs%3E %3ClinearGradient id='paint0_linear' x1='25.0461' y1='4.76536' x2='2.92414' y2='23.7716' gradientUnits='userSpaceOnUse'%3E %3Cstop offset='0.048' stop-color='%23FFF44F'/%3E %3Cstop offset='0.111' stop-color='%23FFE847'/%3E %3Cstop offset='0.225' stop-color='%23FFC830'/%3E %3Cstop offset='0.368' stop-color='%23FF980E'/%3E %3Cstop offset='0.401' stop-color='%23FF8B16'/%3E %3Cstop offset='0.462' stop-color='%23FF672A'/%3E %3Cstop offset='0.534' stop-color='%23FF3647'/%3E %3Cstop offset='0.705' stop-color='%23E31587'/%3E %3C/linearGradient%3E %3CradialGradient id='paint1_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(24.4997 3.58945) scale(25.7928 27.1161)'%3E %3Cstop offset='0.129' stop-color='%23FFBD4F'/%3E %3Cstop offset='0.186' stop-color='%23FFAC31'/%3E %3Cstop offset='0.247' stop-color='%23FF9D17'/%3E %3Cstop offset='0.283' stop-color='%23FF980E'/%3E %3Cstop offset='0.403' stop-color='%23FF563B'/%3E %3Cstop offset='0.467' stop-color='%23FF3750'/%3E %3Cstop offset='0.71' stop-color='%23F5156C'/%3E %3Cstop offset='0.782' stop-color='%23EB0878'/%3E %3Cstop offset='0.86' stop-color='%23E50080'/%3E %3C/radialGradient%3E %3CradialGradient id='paint2_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(15.0747 14.6752) scale(25.7928 27.1161)'%3E %3Cstop offset='0.3' stop-color='%23960E18'/%3E %3Cstop offset='0.351' stop-color='%23B11927' stop-opacity='0.74'/%3E %3Cstop offset='0.435' stop-color='%23DB293D' stop-opacity='0.343'/%3E %3Cstop offset='0.497' stop-color='%23F5334B' stop-opacity='0.094'/%3E %3Cstop offset='0.53' stop-color='%23FF3750' stop-opacity='0'/%3E %3C/radialGradient%3E %3CradialGradient id='paint3_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(18.1843 -2.56416) scale(18.6856 19.6444)'%3E %3Cstop offset='0.132' stop-color='%23FFF44F'/%3E %3Cstop offset='0.252' stop-color='%23FFDC3E'/%3E %3Cstop offset='0.506' stop-color='%23FF9D12'/%3E %3Cstop offset='0.526' stop-color='%23FF980E'/%3E %3C/radialGradient%3E %3CradialGradient id='paint4_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(12.2218 21.7581) scale(12.2811 12.9111)'%3E %3Cstop offset='0.353' stop-color='%233A8EE6'/%3E %3Cstop offset='0.472' stop-color='%235C79F0'/%3E %3Cstop offset='0.669' stop-color='%239059FF'/%3E %3Cstop offset='1' stop-color='%23C139E6'/%3E %3C/radialGradient%3E %3CradialGradient id='paint5_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(16.4842 12.4529) rotate(-14.261) scale(6.53025 7.99104)'%3E %3Cstop offset='0.206' stop-color='%239059FF' stop-opacity='0'/%3E %3Cstop offset='0.278' stop-color='%238C4FF3' stop-opacity='0.064'/%3E %3Cstop offset='0.747' stop-color='%237716A8' stop-opacity='0.45'/%3E %3Cstop offset='0.975' stop-color='%236E008B' stop-opacity='0.6'/%3E %3C/radialGradient%3E %3CradialGradient id='paint6_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(14.7491 2.47988) scale(8.83491 9.28826)'%3E %3Cstop stop-color='%23FFE226'/%3E %3Cstop offset='0.121' stop-color='%23FFDB27'/%3E %3Cstop offset='0.295' stop-color='%23FFC82A'/%3E %3Cstop offset='0.502' stop-color='%23FFA930'/%3E %3Cstop offset='0.732' stop-color='%23FF7E37'/%3E %3Cstop offset='0.792' stop-color='%23FF7139'/%3E %3C/radialGradient%3E %3CradialGradient id='paint7_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(21.6936 -3.41131) scale(37.6948 39.6288)'%3E %3Cstop offset='0.113' stop-color='%23FFF44F'/%3E %3Cstop offset='0.456' stop-color='%23FF980E'/%3E %3Cstop offset='0.622' stop-color='%23FF5634'/%3E %3Cstop offset='0.716' stop-color='%23FF3647'/%3E %3Cstop offset='0.904' stop-color='%23E31587'/%3E %3C/radialGradient%3E %3CradialGradient id='paint8_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(18.5165 -1.20777) rotate(84.2679) scale(29.0297 18.1413)'%3E %3Cstop stop-color='%23FFF44F'/%3E %3Cstop offset='0.06' stop-color='%23FFE847'/%3E %3Cstop offset='0.168' stop-color='%23FFC830'/%3E %3Cstop offset='0.304' stop-color='%23FF980E'/%3E %3Cstop offset='0.356' stop-color='%23FF8B16'/%3E %3Cstop offset='0.455' stop-color='%23FF672A'/%3E %3Cstop offset='0.57' stop-color='%23FF3647'/%3E %3Cstop offset='0.737' stop-color='%23E31587'/%3E %3C/radialGradient%3E %3CradialGradient id='paint9_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(14.541 5.92021) scale(23.5335 24.7411)'%3E %3Cstop offset='0.137' stop-color='%23FFF44F'/%3E %3Cstop offset='0.48' stop-color='%23FF980E'/%3E %3Cstop offset='0.592' stop-color='%23FF5634'/%3E %3Cstop offset='0.655' stop-color='%23FF3647'/%3E %3Cstop offset='0.904' stop-color='%23E31587'/%3E %3C/radialGradient%3E %3CradialGradient id='paint10_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(20.7532 7.3683) scale(25.7574 27.079)'%3E %3Cstop offset='0.094' stop-color='%23FFF44F'/%3E %3Cstop offset='0.231' stop-color='%23FFE141'/%3E %3Cstop offset='0.509' stop-color='%23FFAF1E'/%3E %3Cstop offset='0.626' stop-color='%23FF980E'/%3E %3C/radialGradient%3E %3ClinearGradient id='paint11_linear' x1='24.7926' y1='4.65804' x2='5.91365' y2='21.459' gradientUnits='userSpaceOnUse'%3E %3Cstop offset='0.167' stop-color='%23FFF44F' stop-opacity='0.8'/%3E %3Cstop offset='0.266' stop-color='%23FFF44F' stop-opacity='0.634'/%3E %3Cstop offset='0.489' stop-color='%23FFF44F' stop-opacity='0.217'/%3E %3Cstop offset='0.6' stop-color='%23FFF44F' stop-opacity='0'/%3E %3C/linearGradient%3E %3C/defs%3E %3C/svg%3E");
        }

.platforms__item--android {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.02269 37.1336C5.98938 37.1336 5.29406 37.9446 5.29406 38.9874C5.29406 40.0302 5.98938 40.8412 7.02269 40.8412C8.05601 40.8412 8.75133 40.0302 8.75133 38.9874C8.74167 37.9446 8.04635 37.1336 7.02269 37.1336V37.1336ZM6.79092 35.9846C7.62144 35.9846 8.31675 36.4094 8.6451 36.8729V36.1004H9.91984V41.884H8.93481C8.85805 41.8838 8.78449 41.8532 8.73021 41.7989C8.67592 41.7446 8.64533 41.6711 8.6451 41.5943V41.1116C8.31675 41.575 7.6311 41.9999 6.79092 41.9999C5.20715 41.9999 4 40.6481 4 38.9971C4 37.346 5.19749 35.9846 6.79092 35.9846V35.9846ZM11.3684 36.1004H12.6432V36.8825C12.9908 36.3032 13.6475 35.9846 14.4008 35.9846C15.7431 35.9846 16.6123 36.9308 16.6123 38.3984V41.884H15.6369C15.5601 41.8838 15.4866 41.8532 15.4323 41.7989C15.378 41.7446 15.3474 41.6711 15.3472 41.5943V38.6108C15.3472 37.6936 14.8836 37.1432 14.14 37.1432C13.2999 37.1432 12.6432 37.7998 12.6432 39.0357V41.884H11.6678C11.591 41.8838 11.5175 41.8532 11.4632 41.7989C11.4089 41.7446 11.3783 41.6711 11.3781 41.5943L11.3684 36.1004ZM20.6296 37.1336C19.5963 37.1336 18.901 37.9446 18.901 38.9874C18.901 40.0302 19.5963 40.8412 20.6296 40.8412C21.663 40.8412 22.3583 40.0302 22.3583 38.9874C22.3583 37.9446 21.663 37.1336 20.6296 37.1336ZM20.3979 35.9846C21.2284 35.9846 21.9237 36.4094 22.2521 36.8729V33.2038H23.5268V41.884H22.5514C22.4747 41.8838 22.4011 41.8532 22.3468 41.7989C22.2925 41.7446 22.2619 41.6711 22.2617 41.5943V41.1116C21.9334 41.575 21.2477 41.9999 20.4075 41.9999C18.8238 41.9999 17.6166 40.6481 17.6166 38.9971C17.6166 37.346 18.8141 35.9846 20.3979 35.9846V35.9846ZM24.9754 36.1004H26.2501V37.1336C26.3621 36.8174 26.5685 36.5431 26.8413 36.348C27.1142 36.1529 27.4405 36.0462 27.776 36.0425C27.9414 36.0394 28.1067 36.0556 28.2685 36.0908V37.3943C28.063 37.3254 27.8478 37.2896 27.6311 37.288C26.9068 37.288 26.2405 37.906 26.2405 39.055V41.8744H25.2651C25.1883 41.8741 25.1148 41.8435 25.0605 41.7893C25.0062 41.735 24.9756 41.6614 24.9754 41.5847V36.1004ZM31.6968 40.8123C32.7108 40.8123 33.4351 40.0109 33.4351 38.9874C33.4351 37.9543 32.7204 37.1625 31.6968 37.1625C30.6634 37.1625 29.9488 37.9639 29.9488 38.9874C29.9585 40.0205 30.6634 40.8123 31.6968 40.8123ZM31.6968 41.9999C31.1026 41.9951 30.5232 41.8146 30.0315 41.481C29.5399 41.1474 29.1581 40.6757 28.9342 40.1254C28.7103 39.5752 28.6545 38.9709 28.7736 38.3889C28.8928 37.8069 29.1817 37.2733 29.6039 36.8552C30.026 36.4372 30.5625 36.1535 31.1457 36.0399C31.7289 35.9264 32.3327 35.988 32.8809 36.2171C33.4291 36.4462 33.8972 36.8325 34.2261 37.3272C34.5551 37.822 34.7301 38.403 34.7291 38.9971C34.7311 39.3944 34.6538 39.7881 34.5018 40.1553C34.3497 40.5224 34.126 40.8555 33.8436 41.1351C33.5612 41.4147 33.2259 41.6352 32.8573 41.7837C32.4887 41.9322 32.0941 42.0057 31.6968 41.9999V41.9999ZM35.7624 36.1004H37.0372V41.884H36.0618C35.985 41.8838 35.9115 41.8532 35.8572 41.7989C35.8029 41.7446 35.7723 41.6711 35.7721 41.5943L35.7624 36.1004ZM36.3998 34.8356C36.1725 34.8334 35.9551 34.7422 35.7944 34.5815C35.6337 34.4208 35.5425 34.2035 35.5403 33.9763C35.5449 33.7515 35.6375 33.5376 35.7982 33.3805C35.959 33.2234 36.175 33.1357 36.3998 33.1362C36.6252 33.1362 36.8414 33.2258 37.0007 33.3851C37.1601 33.5444 37.2496 33.7606 37.2496 33.9859C37.2496 34.2113 37.1601 34.4274 37.0007 34.5867C36.8414 34.7461 36.6252 34.8356 36.3998 34.8356V34.8356ZM41.1028 37.1336C40.0695 37.1336 39.3742 37.9446 39.3742 38.9874C39.3742 40.0302 40.0695 40.8412 41.1028 40.8412C42.1362 40.8412 42.8315 40.0302 42.8315 38.9874C42.8122 37.9446 42.1362 37.1336 41.1028 37.1336ZM40.8711 35.9846C41.7016 35.9846 42.3969 36.4094 42.7253 36.8729V33.2038H44V41.884H43.0246C42.9479 41.8838 42.8743 41.8532 42.82 41.7989C42.7657 41.7446 42.7351 41.6711 42.7349 41.5943V41.1116C42.4066 41.575 41.7209 41.9999 40.8807 41.9999C39.297 41.9999 38.0898 40.6481 38.0898 38.9971C38.0898 37.346 39.2873 35.9846 40.8711 35.9846' fill='black'/%3E %3Cpath d='M33.802 13.7963L37.1338 8.03201C37.2231 7.8734 37.2464 7.686 37.1985 7.51037C37.1507 7.33473 37.0356 7.18501 36.8781 7.09361C36.7207 7.0022 36.5336 6.97648 36.3573 7.022C36.181 7.06752 36.0297 7.18062 35.9363 7.33682L32.5659 13.1687C29.8756 11.9594 26.9594 11.3342 24.0097 11.3342C21.0599 11.3342 18.1437 11.9594 15.4534 13.1687L12.0831 7.33682C11.9896 7.18062 11.8383 7.06752 11.662 7.022C11.4858 6.97648 11.2986 7.0022 11.1412 7.09361C10.9837 7.18501 10.8686 7.33473 10.8208 7.51037C10.773 7.686 10.7962 7.8734 10.8856 8.03201L14.2173 13.7963C8.47127 16.9053 4.56977 22.6889 4 29.5152H43.9807C43.4109 22.6889 39.4998 16.9053 33.802 13.7963ZM14.7967 23.8186C14.4682 23.8186 14.1471 23.7212 13.8739 23.5387C13.6007 23.3562 13.3878 23.0968 13.2621 22.7934C13.1364 22.4899 13.1035 22.156 13.1676 21.8338C13.2317 21.5117 13.3899 21.2158 13.6222 20.9835C13.8545 20.7513 14.1505 20.5931 14.4727 20.529C14.7949 20.4649 15.1289 20.4978 15.4324 20.6235C15.7359 20.7492 15.9953 20.9621 16.1778 21.2352C16.3603 21.5083 16.4577 21.8294 16.4577 22.1578C16.4577 22.5983 16.2827 23.0207 15.9712 23.3321C15.6597 23.6436 15.2372 23.8186 14.7967 23.8186V23.8186ZM33.2033 23.8186C32.8748 23.8186 32.5536 23.7212 32.2805 23.5387C32.0073 23.3562 31.7944 23.0968 31.6687 22.7934C31.543 22.4899 31.5101 22.156 31.5742 21.8338C31.6383 21.5117 31.7965 21.2158 32.0288 20.9835C32.2611 20.7513 32.557 20.5931 32.8792 20.529C33.2014 20.4649 33.5354 20.4978 33.8389 20.6235C34.1424 20.7492 34.4019 20.9621 34.5844 21.2352C34.7669 21.5083 34.8643 21.8294 34.8643 22.1578C34.8643 22.5983 34.6893 23.0207 34.3778 23.3321C34.0663 23.6436 33.6438 23.8186 33.2033 23.8186V23.8186Z' fill='%233DDC84'/%3E %3C/svg%3E");
        }

.platforms__item--ios {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M35.4362 25.2507C35.4929 31.3041 40.7923 33.3185 40.851 33.3441C40.8062 33.4861 40.0043 36.2147 38.059 39.0332C36.3774 41.4699 34.6322 43.8976 31.8829 43.9479C29.1815 43.9973 28.3128 42.3597 25.2243 42.3597C22.1367 42.3597 21.1716 43.8977 18.6144 43.9974C15.9606 44.097 13.9397 41.3624 12.2443 38.9346C8.77961 33.9685 6.1319 24.9015 9.6871 18.7812C11.4532 15.7418 14.6095 13.8172 18.0353 13.7678C20.6412 13.7185 23.1008 15.506 24.6939 15.506C26.286 15.506 29.275 13.3564 32.4173 13.6721C33.7327 13.7264 37.4253 14.1989 39.7963 17.6399C39.6052 17.7573 35.3904 20.19 35.4362 25.2507V25.2507ZM30.3591 10.3866C31.768 8.69578 32.7163 6.342 32.4576 4C30.4268 4.08092 27.9711 5.3417 26.5144 7.0316C25.209 8.52807 24.0657 10.9233 24.3741 13.2189C26.6377 13.3926 28.9502 12.0785 30.3591 10.3866Z' fill='%23131313'/%3E %3C/svg%3E");
        }

.platforms__item--windows {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M22.9599 4H4V22.9599H22.9599V4Z' fill='%2347A7FF'/%3E %3Cpath d='M44 4H25.04V22.9599H44V4Z' fill='%2347A7FF'/%3E %3Cpath d='M22.9599 25.042H4V44.0019H22.9599V25.042Z' fill='%2347A7FF'/%3E %3Cpath d='M44 25.042H25.04V44.0019H44V25.042Z' fill='%2347A7FF'/%3E %3C/svg%3E");
        }

.platforms__item--mac {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.0154 17.2703V16.9407L24.9908 17.011C24.7007 17.0293 24.4828 17.091 24.3363 17.1951C24.1898 17.3002 24.1166 17.4457 24.1166 17.6318C24.1166 17.813 24.1889 17.9575 24.3344 18.0645C24.479 18.1725 24.6737 18.2255 24.9166 18.2255C25.0718 18.2255 25.2173 18.2014 25.3513 18.1542C25.4853 18.1069 25.6028 18.0404 25.7012 17.9556C25.7995 17.8718 25.8766 17.7715 25.9315 17.6549C25.9874 17.5383 26.0154 17.4101 26.0154 17.2703ZM24 4C12.8395 4 4 12.8395 4 24C4 35.1614 12.8395 44 24 44C35.1605 44 44 35.1614 44 24C44 12.8395 35.1614 4 24 4ZM27.8823 15.8544C27.9767 15.5894 28.1098 15.3619 28.2823 15.173C28.4548 14.9841 28.662 14.8385 28.9049 14.7363C29.1478 14.6342 29.4187 14.5831 29.7165 14.5831C29.9854 14.5831 30.2283 14.6236 30.4442 14.7036C30.6611 14.7836 30.8461 14.8915 31.0013 15.0274C31.1565 15.1633 31.2799 15.3214 31.3705 15.5026C31.4611 15.6838 31.5151 15.8756 31.5334 16.0771H30.7305C30.7102 15.9662 30.6736 15.8621 30.6216 15.7667C30.5695 15.6713 30.5011 15.5884 30.4163 15.518C30.3305 15.4477 30.2302 15.3927 30.1155 15.3532C29.9999 15.3127 29.8707 15.2935 29.7252 15.2935C29.5546 15.2935 29.3994 15.3281 29.2616 15.3966C29.1228 15.465 29.0042 15.5624 28.9059 15.6877C28.8076 15.813 28.7314 15.9662 28.6775 16.1455C28.6225 16.3257 28.5955 16.5253 28.5955 16.745C28.5955 16.9725 28.6225 17.1768 28.6775 17.3561C28.7314 17.5363 28.8086 17.6877 28.9088 17.812C29.0081 17.9363 29.1286 18.0318 29.2683 18.0973C29.4081 18.1628 29.5623 18.1966 29.73 18.1966C30.0047 18.1966 30.2283 18.132 30.4018 18.0028C30.5753 17.8737 30.6871 17.6848 30.7392 17.4361H31.543C31.5199 17.6559 31.4592 17.8563 31.3608 18.0375C31.2625 18.2188 31.1353 18.373 30.9792 18.5012C30.822 18.6294 30.6379 18.7286 30.4259 18.798C30.2139 18.8674 29.9806 18.9031 29.7271 18.9031C29.4264 18.9031 29.1555 18.853 28.9117 18.7537C28.6688 18.6544 28.4596 18.5108 28.2861 18.3248C28.1126 18.1388 27.9787 17.9122 27.8842 17.6453C27.7898 17.3783 27.7425 17.0785 27.7425 16.7441C27.7406 16.4173 27.7878 16.1204 27.8823 15.8544V15.8544ZM16.4579 14.6379H17.2617V15.3521H17.2772C17.3263 15.2336 17.3909 15.1266 17.4699 15.034C17.549 14.9405 17.6396 14.8615 17.7437 14.795C17.8468 14.7285 17.9615 14.6784 18.0849 14.6437C18.2092 14.609 18.3403 14.5916 18.4772 14.5916C18.7721 14.5916 19.0217 14.662 19.2242 14.8027C19.4275 14.9434 19.5721 15.1459 19.6569 15.4099H19.6772C19.7311 15.2827 19.8025 15.169 19.8902 15.0687C19.9779 14.9685 20.0791 14.8818 20.1928 14.8104C20.3066 14.7391 20.4319 14.6851 20.5678 14.6475C20.7037 14.6099 20.8463 14.5916 20.9967 14.5916C21.2039 14.5916 21.3919 14.6244 21.5615 14.6909C21.7311 14.7574 21.8757 14.8499 21.9962 14.9704C22.1167 15.0909 22.2092 15.2374 22.2738 15.409C22.3384 15.5805 22.3711 15.7714 22.3711 15.9815V18.8548H21.5326V16.183C21.5326 15.9063 21.4613 15.6914 21.3186 15.5401C21.1769 15.3887 20.9735 15.3126 20.7095 15.3126C20.5803 15.3126 20.4617 15.3357 20.3538 15.381C20.2468 15.4263 20.1533 15.4899 20.0762 15.5719C19.9981 15.6528 19.9374 15.7512 19.894 15.8649C19.8497 15.9786 19.8275 16.103 19.8275 16.2379V18.8548H19.0005V16.1136C19.0005 15.9921 18.9813 15.8822 18.9437 15.7839C18.9061 15.6856 18.8531 15.6018 18.7827 15.5314C18.7133 15.461 18.6275 15.408 18.5282 15.3704C18.428 15.3328 18.3162 15.3136 18.1919 15.3136C18.0627 15.3136 17.9432 15.3377 17.8323 15.3859C17.7225 15.434 17.628 15.5005 17.549 15.5854C17.4699 15.6712 17.4082 15.7714 17.3649 15.888C17.3225 16.0037 17.2531 16.1309 17.2531 16.2678V18.8538H16.4579V14.6379V14.6379ZM18.2823 34.82C14.5956 34.82 12.2833 32.2581 12.2833 28.1694C12.2833 24.0808 14.5956 21.5102 18.2823 21.5102C21.9691 21.5102 24.2727 24.0808 24.2727 28.1694C24.2727 32.2572 21.9691 34.82 18.2823 34.82ZM25.1085 18.8443C24.9726 18.879 24.8338 18.8963 24.6911 18.8963C24.481 18.8963 24.2892 18.8665 24.1148 18.8067C23.9393 18.7469 23.7899 18.6631 23.6646 18.5542C23.5393 18.4453 23.441 18.3142 23.3716 18.16C23.3013 18.0057 23.2666 17.8342 23.2666 17.6453C23.2666 17.2751 23.4044 16.986 23.6801 16.7778C23.9557 16.5696 24.3548 16.4481 24.8781 16.4144L26.0155 16.3489V16.0231C26.0155 15.7802 25.9384 15.5942 25.7842 15.4679C25.6299 15.3416 25.4121 15.278 25.1297 15.278C25.016 15.278 24.909 15.2925 24.8107 15.3204C24.7123 15.3494 24.6256 15.3898 24.5504 15.4428C24.4752 15.4959 24.4126 15.5595 24.3644 15.6337C24.3152 15.7069 24.2815 15.7898 24.2632 15.8804H23.4748C23.4796 15.6944 23.5258 15.5219 23.6126 15.3638C23.6993 15.2057 23.8169 15.0689 23.9663 14.9522C24.1157 14.8356 24.2902 14.745 24.4926 14.6804C24.695 14.6159 24.9148 14.5831 25.1528 14.5831C25.4092 14.5831 25.6415 14.6149 25.8497 14.6804C26.0579 14.746 26.2362 14.8375 26.3837 14.958C26.5311 15.0785 26.6449 15.2231 26.7249 15.3927C26.8049 15.5624 26.8454 15.7522 26.8454 15.9614V18.8539H26.0425V18.1513H26.0222C25.9625 18.265 25.8873 18.3681 25.7957 18.4597C25.7032 18.5513 25.6001 18.6303 25.4854 18.6949C25.3697 18.7595 25.2444 18.8096 25.1085 18.8443V18.8443ZM30.4125 34.82C27.6009 34.82 25.6896 33.3473 25.5566 31.035H27.387C27.5296 32.3564 28.8067 33.2316 30.5561 33.2316C32.2342 33.2316 33.44 32.3564 33.44 31.1603C33.44 30.1251 32.7074 29.4996 31.012 29.0716L29.36 28.661C26.985 28.0721 25.9055 26.9916 25.9055 25.2152C25.9055 23.0282 27.8159 21.5102 30.5388 21.5102C33.199 21.5102 35.0554 23.0369 35.1267 25.2326H33.3147C33.1894 23.9111 32.1099 23.0986 30.5021 23.0986C28.9041 23.0986 27.7976 23.9198 27.7976 25.1073C27.7976 26.0441 28.4935 26.5984 30.1899 27.0263L31.5826 27.3743C34.2342 28.0172 35.3233 29.062 35.3233 30.9367C35.3224 33.329 33.4303 34.82 30.4125 34.82V34.82ZM18.2824 23.1516C15.7562 23.1516 14.1764 25.089 14.1764 28.1685C14.1764 31.2393 15.7562 33.1767 18.2824 33.1767C20.8 33.1767 22.3884 31.2393 22.3884 28.1685C22.3894 25.089 20.8 23.1516 18.2824 23.1516V23.1516Z' fill='%234D4D4D'/%3E %3C/svg%3E");
        }

.platforms__item:hover .platforms__baloon {
                opacity: 1;
                visibility: visible;
            }

.platforms__baloon {
        min-width: 136px;
        min-height: 80px;
        display: none;
        position: absolute;
        top: calc(100% + 8px);
        left: 100%;
        border-radius: 4px;
        box-shadow: 0 17px 40px rgba(44, 43, 55, 0.1);
        box-shadow: 0 17px 40px var(--gray400shadow);
        padding: 16px;
        background-color: #ffffff;
        background-color: var(--white);
        color: #4d4d4d;
        color: var(--gray900);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s ease opacity, visibility;
        transition: var(--t3) opacity, visibility
    }

@media (min-width: 1024px) {

    .platforms__baloon {
            display: flex;
            flex-direction: column;
            justify-content: center
    }
        }

*, *:before, *:after {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html {
    height: 100%;
    font-size: 10px;
}

body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #888888;
    color: var(--gray700);
    background-color: #ffffff;
    background-color: var(--white);
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
    font-weight: 900;
}

button, input, textarea, select {
    font-family: inherit;
}

img {
    max-width: 100%;
}

[v-cloak] {
    display: none !important;
}

.sprite--hidden {
    display: none;
}

.page {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.wrapper {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

.main {
    flex: 1 0 auto;
}

.md__link {
    color: #74a352;
    color: var(--vpngreen400);
    transition: 0.3s ease color;
    transition: var(--t3) color;
    text-decoration: none
}

.md__link:hover {
        color: #568040;
        color: var(--vpngreen700);
        text-decoration: underline;
    }

@-webkit-keyframes clockwise {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes clockwise {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.footer {
    flex: 0 0 auto;
    background-color: #323147;
    background-color: var(--vpndarkblue400);
}

.footer__in {
        max-width: calc(984px + 16px*2);
        max-width: calc(var(--content-width) + var(--m-padding)*2);
        margin: 0 auto;
        padding: 0 16px;
        padding: 0 var(--m-padding);
    }

.footer__top {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 32px 0
    }

@media (min-width: 768px) {

    .footer__top {
            flex-direction: row;
            justify-content: space-between;
            padding: 40px 0
    }
        }

.footer__copyright {
        color: #ffffff;
        color: var(--white);
        margin-top: 32px;
        order: 1;
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 700
    }

@media (min-width: 768px) {

    .footer__copyright {
            margin-top: 0;
            order: unset
    }
        }

.footer__main {
        max-height: 0;
        transition: 0.4s ease-in-out max-height;
        transition: var(--t4) max-height;
        overflow: hidden;
    }

.footer__main--open {
            max-height: 1600px
        }

@media (min-width: 768px) {

        .footer__main--open {
                max-height: 800px
        }
            }

.footer__column-wrap {
        display: flex;
        flex-direction: column;
        position: relative;
        padding: 32px 0 16px
    }

@media (min-width: 768px) {

    .footer__column-wrap {
            flex-direction: row;
            flex-wrap: wrap;
            padding: 40px 0
    }
        }

.footer__column-wrap::before {
            content: "";
            width: 100%;
            height: 1px;
            position: absolute;
            top: 0;
            left: 0;
            background-color: #f3f3f3;
            background-color: var(--gray100);
            opacity: 0.1;
        }

.footer__column {
        display: flex;
        flex-direction: column;
        position: relative;
        overflow: hidden
    }

@media (min-width: 768px) {

        .footer__column:last-child {
                margin-top: 56px
        }
            }

@media (min-width: 1024px) {

        .footer__column:last-child {
                margin-top: 0
        }
            }

.footer__column:last-child .footer__link:last-child {
                margin-bottom: 16px
            }

@media (min-width: 768px) {

            .footer__column:last-child .footer__link:last-child {
                    margin-bottom: 0
            }
                }

.footer__column--active .footer__links {
                max-height: 500px;
            }

@media (min-width: 768px) {

    .footer__column {
            width: 33.33333%
    }
        }

@media (min-width: 1024px) {

    .footer__column {
            width: 25%
    }
        }

.footer__column-scroll-point {
        width: 0;
        height: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        visibility: hidden;
        opacity: 0;
    }

.footer__toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        margin-bottom: 16px;
        border: none;
        padding: 0;
        font-size: 1.6rem;
        line-height: 1.375;
        background-color: transparent;
        color: #ffffff;
        color: var(--white);
        outline: none;
        cursor: pointer;
        transition: 0.3s ease opacity;
        transition: var(--t3) opacity;
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 700
    }

@media (min-width: 768px) {

    .footer__toggle {
            pointer-events: none
    }
        }

.footer__toggle--sitemap {
            margin: 0 0 32px;
            opacity: 0.5;
            font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
            font-weight: 400
        }

@media (min-width: 768px) {

        .footer__toggle--sitemap {
                margin: 0;
                pointer-events: auto
        }
            }

.footer__toggle--sitemap .footer__toggle-icon {
                display: block;
                margin-left: 8px;
            }

.footer__toggle--sitemap:hover {
                opacity: 1
            }

.footer__toggle--sitemap:hover .footer__toggle-icon {
                    opacity: 1;
                }

.footer__toggle-icon {
        width: 24px;
        height: 24px;
        position: relative;
        fill: #ffffff;
        fill: var(--white);
        transition: 0.4s ease-in-out transform;
        transition: var(--t4) transform
    }

@media (min-width: 768px) {

    .footer__toggle-icon {
            display: none
    }
        }

.footer__toggle-icon--active {
            transform: rotate(180deg);
        }

.footer__links {
        max-height: 0;
        display: flex;
        flex-direction: column;
        transition: 0.4s ease-in-out max-height;
        transition: var(--t4) max-height
    }

@media (min-width: 768px) {

    .footer__links {
            max-height: unset
    }
        }

.footer__link {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-bottom: 16px;
        font-size: 1.4rem;
        line-height: 1.42;
        text-decoration: none;
        color: #ffffff;
        color: var(--white);
        opacity: 0.5;
        transition: 0.3s ease opacity;
        transition: var(--t3) opacity
    }

.footer__link:hover {
            opacity: 1;
        }

.footer__link:last-child {
            margin-bottom: 32px
        }

@media (min-width: 768px) {

        .footer__link:last-child {
                margin-bottom: 0
        }
            }

.overlay-download {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.95);
    background-color: var(--blackshadow095);
    overflow: auto;
    transition: 0.3s ease opacity, 0.3s ease visibility;
    transition: var(--t3) opacity, var(--t3) visibility;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
}

@media (min-width: 1024px) {

    .overlay-download--active {
            opacity: 1;
            visibility: visible
    }

            .overlay-download--active .overlay-download__svg {
                -webkit-animation-name: drawArrow;
                        animation-name: drawArrow;
            }
        }

.overlay-download--chrome .overlay-download__svg--top {
            display: none;
        }

.overlay-download--firefox .overlay-download__svg--top,
        .overlay-download--firefox .overlay-download__svg--bottom,
        .overlay-download--firefox .overlay-download__desc,
        .overlay-download--default .overlay-download__svg--top,
        .overlay-download--default .overlay-download__svg--bottom,
        .overlay-download--default .overlay-download__desc {
            display: none;
        }

.overlay-download--edge .overlay-download__svg--top {
            bottom: calc(100% - 400px);
        }

.overlay-download--edge .overlay-download__svg--bottom {
            display: none;
        }

.overlay-download--safari .overlay-download__svg--bottom {
            display: none;
        }

.overlay-download--yandex .overlay-download__svg--top {
            right: 32px;
            bottom: calc(100% - 360px);
        }

.overlay-download--yandex .overlay-download__svg--bottom {
            display: none;
        }

.overlay-download--opera .overlay-download__svg--top {
            bottom: calc(100% - 420px);
        }

.overlay-download--opera .overlay-download__svg--bottom {
            display: none;
        }

.overlay-download__close {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 24px;
        right: 24px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.5 20.5' fill='%23ffffff'%3E%3Cpath class='st0' d='M11.3 10.3l9-9c.3-.3.3-.8 0-1.1s-.8-.3-1.1 0l-9 9-9-9C1-.1.5-.1.2.2s-.3.8 0 1.1l9 9-9 9c-.3.3-.3.8 0 1.1.1.1.3.2.5.2s.4-.1.5-.2l9-9 9 9c.1.1.3.2.5.2s.4-.1.5-.2c.3-.3.3-.8 0-1.1l-8.9-9z' fill='%23ffffff'/%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 12px 12px;
        cursor: pointer;
        opacity: 0.66;
        transition: 0.3s ease opacity;
        transition: var(--t3) opacity;
        z-index: 101
    }

.overlay-download__close:hover {
            opacity: 1;
        }

.overlay-download__in {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

.overlay-download__content {
        width: 100%;
        max-width: 420px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        color: var(--white);
        text-align: center;
    }

.overlay-download__img {
        width: 205px;
        height: 205px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 24px
    }

.overlay-download__img svg {
            width: 205px;
            height: 205px;
        }

.overlay-download__title {
        position: relative;
        margin-bottom: 16px;
        font-size: 4.0rem;
        line-height: 1.15;
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 900;
    }

.overlay-download__desc {
        font-size: 2.0rem;
        line-height: 1.4;
    }

.overlay-download__arrows {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

.overlay-download__svg {
        max-height: 0;
        position: absolute;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
        -webkit-animation-duration: 0.5s;
                animation-duration: 0.5s;
        -webkit-animation-delay: 0.7s;
                animation-delay: 0.7s;
    }

.overlay-download__svg--top {
            bottom: calc(100% - 314px);
            right: 100px;
            transform: rotate(180deg);
        }

.overlay-download__svg--bottom {
            top: calc(100% - 314px);
            left: 24px;
        }

@-webkit-keyframes drawArrow {
    from {
        max-height: 0;
    }

    to {
        max-height: 290px;
    }
}

@keyframes drawArrow {
    from {
        max-height: 0;
    }

    to {
        max-height: 290px;
    }
}

.article {
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #4d4d4d;
    color: var(--gray900);
}

.article--single {
        display: block;
        margin: 98px 0 48px
    }

@media (min-width: 768px) {

    .article--single {
            margin: 88px 0
    }
        }

.article--silo {
        max-width: 792px;
        margin: 0 auto;
        padding: 0 16px
    }

@media (min-width: 768px) {

    .article--silo {
            max-width: 808px;
            padding: 0 24px
    }
        }

.article--versions {
        min-height: 100vh;
        position: relative;
        padding: 90px 0 16px
    }

@media (min-width: 768px) {

    .article--versions {
            padding: 90px 0 56px
    }
        }

.article--versions .article__title {
            margin: 0 0 40px;
        }

@media (min-width: 768px) {

        .article--versions .article__content {
                max-width: calc(100% - 240px)
        }
            }

.article__title {
        margin: 0 0 24px;
        font-size: 3.2rem;
        line-height: 1.125
    }

@media (min-width: 768px) {

    .article__title {
            font-size: 4.8rem
    }
        }

.article__title--new-row {
            display: block;
        }

.article__in {
        width: 100%;
        max-width: calc(984px + 16px*2);
        max-width: calc(var(--content-width) + var(--m-padding)*2);
        margin: 0 auto;
        padding: 0 16px;
        padding: 0 var(--m-padding);
    }

.article__dropdowns {
        margin-bottom: 40px;
        display: flex;
        flex-direction: column
    }

@media (min-width: 768px) {

    .article__dropdowns {
            flex-direction: row;
            align-items: center
    }
        }

.article__two-cols {
        display: flex;
        flex-direction: column
    }

@media (min-width: 768px) {

    .article__two-cols {
            flex-direction: row;
            align-items: flex-start
    }
        }

@media (min-width: 768px) {


    .article__content {
            font-size: 2.4rem
    }
        }

.article__content blockquote,
        .article__content .md__quote {
            position: relative;
            margin: 40px 0;
            padding-left: 16px
        }

@media (min-width: 768px) {

        .article__content blockquote,
        .article__content .md__quote {
                margin: 56px 0;
                padding-left: 24px
        }
            }

.article__content blockquote::before, .article__content .md__quote::before {
                content: "";
                width: 4px;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                background-color: #d58500;
                background-color: var(--vpnorange700);
            }

.article__content a {
            text-decoration: none;
            color: #74a352;
            color: var(--vpngreen400);
            transition: 0.3s ease color;
            transition: var(--t3) color
        }

.article__content a:hover {
                text-decoration: underline;
                color: #568040;
                color: var(--vpngreen700);
            }

.article__content p,
        .article__content .md__paragraph {
            margin: 24px 0
        }

@media (min-width: 768px) {

        .article__content p,
        .article__content .md__paragraph {
                margin: 32px 0
        }
            }

.article__content p + ul,
        .article__content p + ol {
            margin: 24px 0 40px;
        }

.article__content ul, .article__content ol, .article__content .md__list {
            margin: 40px 0;
            padding-left: 24px
        }

@media (min-width: 768px) {

        .article__content ul, .article__content ol, .article__content .md__list {
                padding-left: 32px
        }
            }

.article__content li,
        .article__content .md__list-elem {
            display: list-item;
            list-style-type: disc;
            margin: 24px 0
        }

@media (min-width: 768px) {

        .article__content li,
        .article__content .md__list-elem {
                margin: 32px 0
        }
            }

.article__content h1 {
            margin: 0 0 56px;
            font-size: 3.6rem;
            line-height: 1.15
        }

@media (min-width: 768px) {

        .article__content h1 {
                margin: 0 0 56px;
                font-size: 4.8rem;
                line-height: 1.125
        }
            }

.article__content h2 {
            margin: 40px 0 16px;
            font-size: 2.4rem;
            font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
            font-weight: 700
        }

@media (min-width: 768px) {

        .article__content h2 {
                margin: 56px 0 16px;
                font-size: 3.2rem;
                line-height: 1.125;
                font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
                font-weight: 900
        }
            }

.article__content h2 + p,
        .article__content h2 + .md__paragraph {
            margin: 16px 0 24px
        }

@media (min-width: 768px) {

        .article__content h2 + p,
        .article__content h2 + .md__paragraph {
                margin: 16px 0 32px
        }
            }

.article__content h2 + h4 {
            margin: 16px 0 16px;
        }

.article__content h3 {
            font-size: 1.6rem;
            font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
            font-weight: 700
        }

@media (min-width: 768px) {

        .article__content h3 {
                font-size: 2.4rem
        }
            }

.article__content h3 + p,
        .article__content h3 + .md__paragraph {
            margin: 16px 0 24px
        }

@media (min-width: 768px) {

        .article__content h3 + p,
        .article__content h3 + .md__paragraph {
                margin: 16px 0 32px
        }
            }

.article__content h4 {
            font-size: 1.6rem;
            font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
            font-weight: 700
        }

@media (min-width: 768px) {

        .article__content h4 {
                font-size: 2.4rem
        }
            }

.article__content h4 + p,
        .article__content h4 + .md__paragraph {
            margin: 16px 0 24px
        }

@media (min-width: 768px) {

        .article__content h4 + p,
        .article__content h4 + .md__paragraph {
                margin: 16px 0 32px
        }
            }

.article__content img {
            width: 100%;
            display: block;
            margin-top: 24px;
            border: none !important;
            padding: 0 !important;
            cursor: pointer;
        }

.article__content img + p {
            text-align: left;
            font-size: 1.4rem;
            margin: 8px 0 24px
        }

@media (min-width: 768px) {

        .article__content img + p {
                font-size: 1.6rem;
                margin: 16px 0 24px
        }
            }

.article__content img + h2,
        .article__content img + h3,
        .article__content img + h4 {
            margin: 24px 0 16px;
        }

.article__content br + p {
            margin: 0 0 24px
        }

@media (min-width: 768px) {

        .article__content br + p {
                margin: 0 0 32px
        }
            }

.article__content em,
        .article__content .md__em {
            font-style: italic;
        }

.article__content strong,
        .article__content .md__strong {
            font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
            font-weight: 700;
        }

.article__content table,
        .article__content .md__table {
            display: block;
            width: 100%;
            margin-bottom: 24px;
            border-collapse: collapse;
            border-spacing: 0;
            overflow: auto;
        }

.article__content tr,
        .article__content .md__tr {
            background-color: #fff;
            border-top: 1px solid #d8d8d8;
            border-top: 1px solid var(--gray300)
        }

.article__content tr:nth-child(2n), .article__content .md__tr:nth-child(2n) {
                background-color: #f3f3f3;
                background-color: var(--gray100);
            }

.article__content th,
        .article__content td,
        .article__content .md__th,
        .article__content .md__td {
            padding: 12px 15px;
            border-top: 1px solid #d8d8d8;
            border-top: 1px solid var(--gray300);
        }

.article__content th,
        .article__content .md__th {
            text-align: left;
            border-bottom: 2px solid #d8d8d8;
            border-bottom: 2px solid var(--gray300);
            font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
            font-weight: 500;
        }

.article__content code,
        .article__content .md__code {
            padding: 3px 0;
            font-size: 1.6rem;
            word-wrap: break-word;
            background-color: #f3f3f3;
            background-color: var(--gray100);
        }

.article__content>*:last-child {
            margin-bottom: 0;
        }

.reviews {
    margin-bottom: 80px
}

@media (min-width: 768px) {

.reviews {
        margin-bottom: 112px
}
    }

@media (min-width: 1024px) {

.reviews {
        margin-bottom: 156px
}
    }

.reviews--small {
        margin: 0;
        padding-top: 48px
    }

@media (min-width: 768px) {

    .reviews--small {
            padding-top: 64px
    }
        }

.reviews--small .reviews__in {
            padding: 0;
        }

.reviews__in {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: calc(984px + 16px*2);
        max-width: calc(var(--content-width) + var(--m-padding)*2);
        margin: 0 auto;
        padding: 0 16px;
        padding: 0 var(--m-padding);
    }

.reviews__header {
        margin-bottom: 32px;
    }

.reviews__header-title {
        margin-bottom: 16px;
        text-align: center;
        color: #4d4d4d;
        color: var(--gray900);
        font-size: 3.2rem;
        line-height: 1.125;
        color: #4d4d4d;
        color: var(--gray900);
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 900;
    }

@media (min-width: 768px) {

.reviews__header-title {
        font-size: 4.0rem;
        line-height: 1.15
    }
    }

@media (min-width: 1024px) {

.reviews__header-title {
        font-size: 6.4rem;
        line-height: 1.09
    }
    }

@media (min-width: 1024px) {

    .reviews__header-title {
            margin-bottom: 32px
    }
        }

.reviews__header-title-rating {
        color: #74a352;
        color: var(--vpngreen400);
    }

.reviews__header-desc {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center
    }

@media (min-width: 768px) {

    .reviews__header-desc {
            font-size: 2.4rem
    }
        }

.reviews__list {
        width: 100%;
        max-width: 432px;
        -moz-column-count: 0;
             column-count: 0;
        margin: -8px -16px -24px
    }

@media (min-width: 768px) {

    .reviews__list {
            width: calc(100% + 32px);
            max-width: none;
            max-width: initial;
            -moz-column-count: 2;
                 column-count: 2;
            grid-column-gap: 0;
            -moz-column-gap: 0;
                 column-gap: 0;
            margin: -8px -16px -24px
    }
        }

.reviews__card-wrap {
        position: relative;
        padding: 8px 16px 24px;
        page-break-inside: avoid;
        page-break-inside: avoid;
        -moz-column-break-inside: avoid;
             break-inside: avoid;
        border-radius: 8px;
        border-radius: var(--small-border-radius);
        overflow: hidden
    }

.reviews__card-wrap:nth-child(even) {
            z-index: 2;
        }

.reviews__card-wrap:nth-child(odd) {
            z-index: 1;
        }

.reviews__card-wrap:not(:first-child) {
            display: none
        }

@media(min-width: 768px) {

        .reviews__card-wrap:not(:first-child) {
                display: block
        }
            }

.reviews__card {
        display: flex;
        flex-direction: column;
        position: relative;
        margin: 0;
        border-radius: 8px;
        border-radius: var(--small-border-radius);
        box-shadow: 0 8px 24px rgba(44, 43, 55, 0.1);
        box-shadow: 0 8px 24px var(--gray400shadow);
        padding: 24px;
        color: #4d4d4d;
        color: var(--gray900);
        background-color: #ffffff;
        background-color: var(--white);
    }

.reviews__card-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 8px;
    }

.reviews__title {
        display: flex;
        flex-direction: column;
    }

.reviews__name {
        margin-bottom: 8px;
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 700
    }

@media (min-width: 768px) {

    .reviews__name {
            font-size: 2.4rem;
            font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
            font-weight: 400
    }
        }

.reviews__card-link {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative
    }

.reviews__card-link:hover .reviews__card-baloon {
                stroke: #74a352;
                stroke: var(--vpngreen400);
            }

.reviews__card-link:hover .reviews__card-baloon-icon--store_chrome {
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%2374a352'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.98493 10.441C8.80465 8.46637 10.6599 7.48351 12.0608 7.48153C12.036 7.4845 12.2063 7.50632 20.9915 7.50632C17.8978 1.55562 12.0687 2.00787 12.0687 2.00787C6.17323 2.23995 3.86455 6.54727 3.86455 6.54727L7.93147 10.5442L7.98493 10.441ZM7.81069 13.3291C6.63853 11.2949 4.47043 7.60153 3.86455 6.54727C-0.0954385 12.1627 3.48341 17.083 3.48341 17.083C6.52864 21.915 11.0995 21.9913 11.3955 21.9913L12.7151 16.5147C10.4876 16.844 8.40271 15.4505 7.81069 13.3291ZM20.9915 7.50632L15.5455 9.20822C16.4177 10.3468 17.1612 12.9968 15.406 15.03C14.2526 17.0314 12.0152 20.9172 11.3955 21.9913C18.0126 22.2432 20.7133 16.9253 20.7133 16.9253C23.3507 11.8979 21.141 7.81278 20.9915 7.50632ZM15.7426 12.138C15.7426 14.1711 14.0972 15.8224 12.0647 15.8224C10.0352 15.8224 8.38687 14.1711 8.38687 12.138C8.38687 10.1048 10.0322 8.45348 12.0647 8.45348C14.0942 8.45348 15.7426 10.1018 15.7426 12.138Z' fill='%2374a352'/%3E %3C/svg%3E");
            }

.reviews__card-link:hover .reviews__card-baloon-icon--store_opera {
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill='%2374a352'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.659 17.52c1.423 1.848 3.54 3.02 5.904 3.02a7.16 7.16 0 003.977-1.215 9.888 9.888 0 01-7.087 2.515C6.19 21.593 2 17.249 2 11.926 2 6.444 6.444 2 11.926 2h.037c2.527.01 4.83.963 6.578 2.527a7.16 7.16 0 00-3.978-1.216c-2.364 0-4.48 1.172-5.904 3.021-1.098 1.296-1.809 3.21-1.857 5.36v.467c.048 2.15.76 4.065 1.857 5.36zM9 6.805C10.403 5.089 12.489 4 14.818 4c1.433 0 2.774.412 3.92 1.129C20.74 6.817 22 9.269 22 11.999c0 2.732-1.26 5.184-3.262 6.872A7.366 7.366 0 0114.818 20C12.49 20 10.403 18.911 9 17.194c.898.998 2.057 1.6 3.323 1.6 2.847 0 5.155-3.042 5.155-6.794 0-3.753-2.308-6.795-5.155-6.795-1.266 0-2.426.602-3.323 1.6z' fill='%2374a352'/%3E%3C/svg%3E");
            }

.reviews__card-link:hover .reviews__card-baloon-icon--store_mozilla {
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%2374a352'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 11.6127C22 11.167 21.8889 10.4985 21.7778 10.0528C21.4444 8.15849 20.4444 6.48708 19.2222 5.14995C19 4.81567 18.5556 4.48139 18.1111 4.14711C16.8889 3.14426 15.4444 2.4757 13.7778 2.14142C10.4444 1.58428 7.11111 2.69856 4.88889 5.03853V4.9271C4.77778 4.70425 4.77778 4.70425 4.66667 4.70425C4.55556 4.48139 4.55556 4.36996 4.44444 4.25854C4.44444 4.03568 4.33333 3.81283 4.33333 3.58997C4 3.7014 4 4.03568 3.88889 4.25854C3.66667 4.48139 3.44444 4.81567 3.44444 5.14995C3.33333 5.37281 3.11111 6.37565 3.33333 6.48708C3.33333 6.48708 3.33333 6.48708 3.44444 6.48708C3.44444 6.59851 3.44444 6.70994 3.44444 6.82136C3.22222 7.04422 3.11111 7.15564 3.11111 7.26707C2.77778 7.93564 2.44444 8.49277 2.33333 9.16133C2.33333 9.38419 2.33333 9.49562 2.33333 9.60704V9.49562C2.11111 9.71847 2.11111 10.0528 2 10.2756C2.11111 10.2756 2.11111 10.1642 2.22222 10.1642C1.66667 13.0613 2.44444 16.0698 4.22222 18.2984C6.88889 21.5298 11.4444 22.8669 15.4444 21.4183C19.3333 19.9698 22 16.1812 22 11.947C22 11.8356 22 11.7242 22 11.6127ZM13.6667 3.14426C15.3333 3.47855 16.8889 4.25854 18.1111 5.37281C18.2222 5.48424 18.3333 5.70709 18.3333 5.70709C18 5.37281 17.2222 4.81567 16.7778 5.03853C16.8889 5.37281 18.2222 7.04422 18.3333 7.15564C18.3333 7.15564 18.6667 8.6042 18.7778 8.71563C18.7778 8.93848 18 11.8356 18 12.2813C18 12.3927 17 14.3984 17.1111 14.3984C16.7778 15.1784 16.4444 15.1784 16.3333 15.2898C16.2222 15.2898 15.5556 15.5127 14.7778 15.7355C14.1111 15.847 13.3333 16.0698 12.7778 15.9584C12.4444 15.9584 12 15.9584 11.6667 15.7355C11.5556 15.6241 10.6667 15.1784 10.4444 15.067C10.1111 14.9555 9.88889 14.7327 9.66667 14.5098C10 14.5098 10.6667 14.5098 10.8889 14.5098C11.5556 14.3984 14.4444 13.3956 14.3333 12.9499C14.3333 12.6156 13.7778 12.3927 13.5556 12.1699C13.2222 12.0584 11.8889 12.2813 11.3333 12.5042C11.3333 12.5042 9.22222 11.947 8.66667 11.5013C8.66667 11.3899 8.55556 10.7213 8.55556 10.6099C8.44444 10.4985 8.88889 10.1642 8.88889 10.1642C8.88889 10.1642 10 9.04991 10 8.93848C10.2222 8.93848 10.4444 8.71563 10.5556 8.6042C10.4444 8.6042 10.6667 8.49277 11 8.26992C11.3333 8.04706 11.5556 8.04706 11.5556 7.71278C11.5556 7.71278 12.1111 6.70994 11.4444 6.82136C11.4444 6.82136 10.4444 6.70994 10.1111 6.70994C9.77778 6.93279 9.66667 6.82136 9.33333 6.70994C9.33333 6.70994 9.11111 6.48708 9.11111 6.37565C9.22222 6.1528 10 4.48139 10.3333 4.36996C10.1111 3.92426 9 4.25854 8.77778 4.59282C8.77778 4.59282 7.88889 5.26138 7.44444 5.37281C7.44444 5.26138 6.88889 5.14995 6.33333 5.14995C8.33333 3.47855 11 2.69856 13.6667 3.14426Z' fill='%2374a352'/%3E %3C/svg%3E");
            }

.reviews__card-link:hover .reviews__card-baloon-icon--itunes {
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill='%2374a352'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 6a4 4 0 00-4-4H6a4 4 0 00-4 4v12a4 4 0 004 4h12a4 4 0 004-4V6zM8.527 16.558v-.001c-.001 0-.002 0-.001-.001a.618.618 0 00.087-.198.456.456 0 00-.027-.274c-.192-.373-.914-.475-1.008-.486a.475.475 0 00-.02-.003c-.414-.035-.621.174-.706.295l-.048.083-.497.861a.892.892 0 001.545.892l.675-1.168zm7.464-2.986h2.104a.892.892 0 010 1.784h-1.062c-.16 0-.135.089-.12.122l.783 1.355a.892.892 0 01-1.545.892l-3.128-5.419c-.165-.326-.632-1.394-.246-2.348l.038-.09c.077-.173.363-.774.554-.483l.134.193h.005l2.251 3.9a.03.03 0 00.004.005c.026.03.089.08.228.089zm-2.305 1.784c.356 0 .345-.383.33-.522a1.552 1.552 0 00-.016-.1c-.188-1.063-1.292-1.136-1.408-1.14-.005-.001-.01-.006-.01-.012a.01.01 0 00-.01-.01h-2.16c-.12-.011-.114-.071-.098-.11l3.632-6.29a.892.892 0 00-1.545-.893.461.461 0 01-.799 0 .892.892 0 10-1.545.891l.862 1.493a.2.2 0 010 .183l-2.61 4.52-.001.001h-.001c-.006.014-.09.187-.4.205h-2a.892.892 0 000 1.784h7.779z' fill='%2374a352'/%3E%3C/svg%3E");
            }

.reviews__card-link:hover .reviews__card-baloon-icon--google_play {
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill='%2374a352'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 21.928V22l8.5-5 3.096-1.815-2.464-2.48L4 21.928zM16.452 9.334L13.802 12l2.65 2.667L21 12l-4.548-2.666zm-.885-.518L12.5 7 4 2v.072l9.132 9.224 2.435-2.48zm-3.098 3.151L4 20.517V3.423l8.47 8.544z' fill='%2374a352'/%3E%3C/svg%3E");
            }

.reviews__card-link:hover .reviews__card-baloon-icon--trust_pilot {
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill='%2374a352'%3E %3Cpath d='M22.022 9.643h-7.646L12.015 2l-2.37 7.643L2 9.636l6.192 4.728L5.822 22l6.193-4.72L18.199 22l-2.362-7.636 6.185-4.72z' fill='%2374a352'/%3E %3C/svg%3E");
            }

.reviews__card-baloon {
        width: 42px;
        height: 42px;
        fill: none;
        stroke: #a4a4a4;
        stroke: var(--gray400);
    }

.reviews__card-baloon-icon {
        width: 26px;
        height: 26px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-size: cover;
    }

.reviews__card-baloon-icon--store_chrome {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%23d8d8d8'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.98493 10.441C8.80465 8.46637 10.6599 7.48351 12.0608 7.48153C12.036 7.4845 12.2063 7.50632 20.9915 7.50632C17.8978 1.55562 12.0687 2.00787 12.0687 2.00787C6.17323 2.23995 3.86455 6.54727 3.86455 6.54727L7.93147 10.5442L7.98493 10.441ZM7.81069 13.3291C6.63853 11.2949 4.47043 7.60153 3.86455 6.54727C-0.0954385 12.1627 3.48341 17.083 3.48341 17.083C6.52864 21.915 11.0995 21.9913 11.3955 21.9913L12.7151 16.5147C10.4876 16.844 8.40271 15.4505 7.81069 13.3291ZM20.9915 7.50632L15.5455 9.20822C16.4177 10.3468 17.1612 12.9968 15.406 15.03C14.2526 17.0314 12.0152 20.9172 11.3955 21.9913C18.0126 22.2432 20.7133 16.9253 20.7133 16.9253C23.3507 11.8979 21.141 7.81278 20.9915 7.50632ZM15.7426 12.138C15.7426 14.1711 14.0972 15.8224 12.0647 15.8224C10.0352 15.8224 8.38687 14.1711 8.38687 12.138C8.38687 10.1048 10.0322 8.45348 12.0647 8.45348C14.0942 8.45348 15.7426 10.1018 15.7426 12.138Z' fill='%23d8d8d8'/%3E %3C/svg%3E");
        }

.reviews__card-baloon-icon--store_opera {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill='%23d8d8d8'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.659 17.52c1.423 1.848 3.54 3.02 5.904 3.02a7.16 7.16 0 003.977-1.215 9.888 9.888 0 01-7.087 2.515C6.19 21.593 2 17.249 2 11.926 2 6.444 6.444 2 11.926 2h.037c2.527.01 4.83.963 6.578 2.527a7.16 7.16 0 00-3.978-1.216c-2.364 0-4.48 1.172-5.904 3.021-1.098 1.296-1.809 3.21-1.857 5.36v.467c.048 2.15.76 4.065 1.857 5.36zM9 6.805C10.403 5.089 12.489 4 14.818 4c1.433 0 2.774.412 3.92 1.129C20.74 6.817 22 9.269 22 11.999c0 2.732-1.26 5.184-3.262 6.872A7.366 7.366 0 0114.818 20C12.49 20 10.403 18.911 9 17.194c.898.998 2.057 1.6 3.323 1.6 2.847 0 5.155-3.042 5.155-6.794 0-3.753-2.308-6.795-5.155-6.795-1.266 0-2.426.602-3.323 1.6z' fill='%23d8d8d8'/%3E%3C/svg%3E");
        }

.reviews__card-baloon-icon--store_mozilla {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%23d8d8d8'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 11.6127C22 11.167 21.8889 10.4985 21.7778 10.0528C21.4444 8.15849 20.4444 6.48708 19.2222 5.14995C19 4.81567 18.5556 4.48139 18.1111 4.14711C16.8889 3.14426 15.4444 2.4757 13.7778 2.14142C10.4444 1.58428 7.11111 2.69856 4.88889 5.03853V4.9271C4.77778 4.70425 4.77778 4.70425 4.66667 4.70425C4.55556 4.48139 4.55556 4.36996 4.44444 4.25854C4.44444 4.03568 4.33333 3.81283 4.33333 3.58997C4 3.7014 4 4.03568 3.88889 4.25854C3.66667 4.48139 3.44444 4.81567 3.44444 5.14995C3.33333 5.37281 3.11111 6.37565 3.33333 6.48708C3.33333 6.48708 3.33333 6.48708 3.44444 6.48708C3.44444 6.59851 3.44444 6.70994 3.44444 6.82136C3.22222 7.04422 3.11111 7.15564 3.11111 7.26707C2.77778 7.93564 2.44444 8.49277 2.33333 9.16133C2.33333 9.38419 2.33333 9.49562 2.33333 9.60704V9.49562C2.11111 9.71847 2.11111 10.0528 2 10.2756C2.11111 10.2756 2.11111 10.1642 2.22222 10.1642C1.66667 13.0613 2.44444 16.0698 4.22222 18.2984C6.88889 21.5298 11.4444 22.8669 15.4444 21.4183C19.3333 19.9698 22 16.1812 22 11.947C22 11.8356 22 11.7242 22 11.6127ZM13.6667 3.14426C15.3333 3.47855 16.8889 4.25854 18.1111 5.37281C18.2222 5.48424 18.3333 5.70709 18.3333 5.70709C18 5.37281 17.2222 4.81567 16.7778 5.03853C16.8889 5.37281 18.2222 7.04422 18.3333 7.15564C18.3333 7.15564 18.6667 8.6042 18.7778 8.71563C18.7778 8.93848 18 11.8356 18 12.2813C18 12.3927 17 14.3984 17.1111 14.3984C16.7778 15.1784 16.4444 15.1784 16.3333 15.2898C16.2222 15.2898 15.5556 15.5127 14.7778 15.7355C14.1111 15.847 13.3333 16.0698 12.7778 15.9584C12.4444 15.9584 12 15.9584 11.6667 15.7355C11.5556 15.6241 10.6667 15.1784 10.4444 15.067C10.1111 14.9555 9.88889 14.7327 9.66667 14.5098C10 14.5098 10.6667 14.5098 10.8889 14.5098C11.5556 14.3984 14.4444 13.3956 14.3333 12.9499C14.3333 12.6156 13.7778 12.3927 13.5556 12.1699C13.2222 12.0584 11.8889 12.2813 11.3333 12.5042C11.3333 12.5042 9.22222 11.947 8.66667 11.5013C8.66667 11.3899 8.55556 10.7213 8.55556 10.6099C8.44444 10.4985 8.88889 10.1642 8.88889 10.1642C8.88889 10.1642 10 9.04991 10 8.93848C10.2222 8.93848 10.4444 8.71563 10.5556 8.6042C10.4444 8.6042 10.6667 8.49277 11 8.26992C11.3333 8.04706 11.5556 8.04706 11.5556 7.71278C11.5556 7.71278 12.1111 6.70994 11.4444 6.82136C11.4444 6.82136 10.4444 6.70994 10.1111 6.70994C9.77778 6.93279 9.66667 6.82136 9.33333 6.70994C9.33333 6.70994 9.11111 6.48708 9.11111 6.37565C9.22222 6.1528 10 4.48139 10.3333 4.36996C10.1111 3.92426 9 4.25854 8.77778 4.59282C8.77778 4.59282 7.88889 5.26138 7.44444 5.37281C7.44444 5.26138 6.88889 5.14995 6.33333 5.14995C8.33333 3.47855 11 2.69856 13.6667 3.14426Z' fill='%23d8d8d8'/%3E %3C/svg%3E");
        }

.reviews__card-baloon-icon--itunes {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill='%23d8d8d8'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 6a4 4 0 00-4-4H6a4 4 0 00-4 4v12a4 4 0 004 4h12a4 4 0 004-4V6zM8.527 16.558v-.001c-.001 0-.002 0-.001-.001a.618.618 0 00.087-.198.456.456 0 00-.027-.274c-.192-.373-.914-.475-1.008-.486a.475.475 0 00-.02-.003c-.414-.035-.621.174-.706.295l-.048.083-.497.861a.892.892 0 001.545.892l.675-1.168zm7.464-2.986h2.104a.892.892 0 010 1.784h-1.062c-.16 0-.135.089-.12.122l.783 1.355a.892.892 0 01-1.545.892l-3.128-5.419c-.165-.326-.632-1.394-.246-2.348l.038-.09c.077-.173.363-.774.554-.483l.134.193h.005l2.251 3.9a.03.03 0 00.004.005c.026.03.089.08.228.089zm-2.305 1.784c.356 0 .345-.383.33-.522a1.552 1.552 0 00-.016-.1c-.188-1.063-1.292-1.136-1.408-1.14-.005-.001-.01-.006-.01-.012a.01.01 0 00-.01-.01h-2.16c-.12-.011-.114-.071-.098-.11l3.632-6.29a.892.892 0 00-1.545-.893.461.461 0 01-.799 0 .892.892 0 10-1.545.891l.862 1.493a.2.2 0 010 .183l-2.61 4.52-.001.001h-.001c-.006.014-.09.187-.4.205h-2a.892.892 0 000 1.784h7.779z' fill='%23d8d8d8'/%3E%3C/svg%3E");
        }

.reviews__card-baloon-icon--google_play {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill='%23d8d8d8'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 21.928V22l8.5-5 3.096-1.815-2.464-2.48L4 21.928zM16.452 9.334L13.802 12l2.65 2.667L21 12l-4.548-2.666zm-.885-.518L12.5 7 4 2v.072l9.132 9.224 2.435-2.48zm-3.098 3.151L4 20.517V3.423l8.47 8.544z' fill='%23d8d8d8'/%3E%3C/svg%3E");
        }

.reviews__card-baloon-icon--trust_pilot {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill='%23d8d8d8'%3E %3Cpath d='M22.022 9.643h-7.646L12.015 2l-2.37 7.643L2 9.636l6.192 4.728L5.822 22l6.193-4.72L18.199 22l-2.362-7.636 6.185-4.72z' fill='%23d8d8d8'/%3E %3C/svg%3E");
        }

.reviews__add-btn {
        width: 100%;
        max-width: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: 16px auto 0;
        border: none;
        border-radius: 8px;
        border-radius: var(--small-border-radius);
        box-shadow: 0 17px 40px rgba(44, 43, 55, 0.1);
        box-shadow: 0 17px 40px var(--gray400shadow);
        padding: 12px;
        font-size: 1.6rem;
        text-decoration: none;
        text-align: center;
        background-color: #ffffff;
        background-color: var(--white);
        color: #74a352;
        color: var(--vpngreen400);
        white-space: nowrap;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        cursor: pointer;
        transition: 0.3s ease color;
        transition: var(--t3) color;
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 500
    }

.reviews__add-btn:hover {
            color: #568040;
            color: var(--vpngreen700)
        }

.reviews__add-btn:hover::before,
            .reviews__add-btn:hover::after {
                background-color: #568040;
                background-color: var(--vpngreen700);
            }

@media (min-width: 768px) {

    .reviews__add-btn {
            max-width: 248px;
            margin: 40px auto 0 0
    }
        }

.reviews__add-btn-cross {
        width: 24px;
        height: 24px;
        margin-right: 8px;
        position: relative
    }

.reviews__add-btn-cross::before,
        .reviews__add-btn-cross::after {
            content: "";
            width: 18px;
            height: 2px;
            position: absolute;
            left: 50%;
            top: 50%;
            border-radius: 1px;
            background-color: #74a352;
            background-color: var(--vpngreen400);
            transition: 0.3s ease background-color;
            transition: var(--t3) background-color;
        }

.reviews__add-btn-cross::before {
            transform: translate(-50%, -50%);
        }

.reviews__add-btn-cross::after {
            transform: translate(-50%, -50%) rotate(90deg);
        }

.reviews-rating--only-desktop {
    display: none
}

@media (min-width: 768px) {
    .reviews-rating--only-desktop {
        display: flex
    }
}

.reviews-rating__text {
    font-size: 1.27rem;
    color: #4d4d4d;
    color: var(--gray900);
}

.reviews-rating__text--bold {
    margin: 0 0 10px;
    font-size: 1.45rem;
    font-family: "Akkurat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Arial, sans-serif;
    font-weight: 700
}

@media (min-width: 768px) {
    .reviews-rating__text--bold {
        margin: 0
    }
}

.reviews-rating__in {
    display: flex;
}

.reviews-rating__stars {
    width: 100px;
    height: 19px;
    margin-right: 8px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.0213L4.12215 18.0902L6.17547 11.2427L0.489435 6.90983L7.63631 6.74666L10 0L12.3637 6.74666L19.5106 6.90983L13.8245 11.2427L15.8779 18.0902L10 14.0213Z' fill='%2374A352'/%3E %3C/svg%3E")
}
.support {
    padding-top: 80px
}

@media (min-width: 768px) {

.support {
        padding-top: 40px
}
    }

.support__in {
        display: flex;
        flex-direction: column;
        max-width: calc(984px + 16px*2);
        max-width: calc(var(--content-width) + var(--m-padding)*2);
        margin: 0 auto;
        padding: 0 16px;
        padding: 0 var(--m-padding);
    }

.support__header {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px
    }

@media (min-width: 768px) {

    .support__header {
            align-items: flex-start
    }
        }

.support__title {
        max-width: 700px;
        text-align: center;
        font-size: 3.2rem;
        line-height: 1.125;
        color: #4d4d4d;
        color: var(--gray900);
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 900;
    }

@media (min-width: 768px) {

.support__title {
        font-size: 4.0rem;
        line-height: 1.15
    }
    }

@media (min-width: 1024px) {

.support__title {
        font-size: 6.4rem;
        line-height: 1.09
    }
    }

@media (min-width: 768px) {

    .support__title {
            text-align: left
    }
        }

@media (min-width: 1024px) {

    .support__title {
            font-size: 4.8rem;
            line-height: 1.125
    }
        }

.support__title--center {
            display: flex;
            justify-content: center;
        }

.support__subtitle {
        max-width: 400px;
        margin-top: 40px;
        text-align: center;
        color: #4d4d4d;
        color: var(--gray900)
    }

@media (min-width: 768px) {

    .support__subtitle {
            max-width: unset;
            text-align: left;
            font-size: 2.4rem
    }
        }

.support__list {
        display: flex;
        flex-direction: column;
        align-items: center
    }

@media (min-width: 768px) {

    .support__list {
            flex-direction: row;
            align-items: stretch;
            flex-wrap: wrap;
            margin: 0 -12px
    }
        }

.support__list--inner {
            flex-direction: column;
            margin: 0 0 24px;
        }

.support__list--inner .support__link {
                width: 100%;
                max-width: 456px;
                margin: 0;
                border-radius: 4px;
                padding: 16px 32px 16px 0;
                box-shadow: none;
                transition: 0.3s ease;
                transition: var(--t3);
                position: relative;
                font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
                font-weight: 400
            }

@media (min-width: 768px) {

            .support__list--inner .support__link {
                    margin: 0 16px
            }
                }

.support__list--inner .support__link::before {
                    content: "";
                    width: 24px;
                    height: 24px;
                    position: absolute;
                    top: 16px;
                    right: 0;
                    background-repeat: no-repeat;
                    background-position: center;
                    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='15' xmlns='http://www.w3.org/2000/svg' fill='%23a4a4a4'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.484.478a.816.816 0 011.132 0l6.4 6.222a.763.763 0 010 1.1l-6.4 6.222a.816.816 0 01-1.132 0 .763.763 0 010-1.1L6.32 7.25.484 1.578a.763.763 0 010-1.1z' fill='%23a4a4a4'/%3E%3C/svg%3E");
                }

.support__list--inner .support__link:hover {
                    background: #f3f3f3;
                    background: var(--gray100);
                    box-shadow: 16px 0 0 0 #f3f3f3, -16px 0 0 0 #f3f3f3;
                    box-shadow: 16px 0 0 0 var(--gray100), -16px 0 0 0 var(--gray100);
                }

.support__list--inner .support__link-title {
                    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
                    font-weight: 400;
                }

.support__list--modal-btns {
            margin-top: 32px;
            margin-bottom: 0
        }

.support__list--modal-btns .support__link {
                color: #4d4d4d;
                color: var(--gray900);
            }

.support__link {
        width: 100%;
        max-width: 400px;
        display: flex;
        flex-direction: column;
        margin-bottom: 24px;
        border-radius: 8px;
        padding: 24px;
        box-shadow: 0 17px 40px rgba(44, 43, 55, 0.1);
        box-shadow: 0 17px 40px var(--gray400shadow);
        background-color: #ffffff;
        background-color: var(--white);
        text-decoration: none;
        color: #888888;
        color: var(--gray700);
        cursor: pointer
    }

@media (min-width: 768px) {

    .support__link {
            max-width: calc(50% - 24px);
            margin: 0 12px 24px
    }
        }

@media (min-width: 1024px) {

    .support__link {
            max-width: calc(25% - 24px)
    }
                .support__link:hover .support__link-icon {
                    filter: grayscale(0);
                }

                    .support__link:hover .support__link-icon--mac,
                    .support__link:hover .support__link-icon--ios {
                        filter: unset;
                        opacity: 1;
                    }
        }

.support__link-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 24px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

.support__link-icon--faq {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cellipse cx='19.4703' cy='28.4892' rx='19.4703' ry='19.5108' fill='url(%23paint0_linear)'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.8526 20.6948C22.9904 20.9095 27.0954 21.4204 30.7596 23.7043C32.9543 25.0723 34.2571 27.0413 34.2959 29.6737C34.3568 33.8025 31.4207 35.9223 27.5742 35.4591C25.9566 35.2141 24.3565 34.8644 22.784 34.4123C20.0007 33.7013 17.2494 33.9068 14.4989 34.5724C13.1795 34.8917 11.892 35.3607 10.533 35.495C7.98053 35.7473 5.30785 34.8444 4.37643 32.3224C3.15047 29.1561 4.33268 25.5631 7.19755 23.7485C10.7298 21.4435 14.7283 20.8997 18.8526 20.6948Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.4061 27.6739C30.4273 29.1729 29.4007 30.4496 28.1574 30.4703C27.0538 30.4887 25.961 29.2139 25.9435 27.8877C25.9242 26.4342 26.9147 25.2168 28.1574 25.1666C29.4009 25.1164 30.3853 26.214 30.4061 27.6739Z' fill='%23464558'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.037 27.6739C15.0583 29.1729 14.0316 30.4496 12.7883 30.4703C11.6848 30.4887 10.592 29.2139 10.5744 27.8877C10.5552 26.4342 11.5457 25.2168 12.7883 25.1666C14.0319 25.1164 15.0163 26.214 15.037 27.6739Z' fill='%23464558'/%3E %3Cpath d='M37.0001 2.09917C37.3334 1.80801 37.6938 1.53563 38.0811 1.28204C38.4775 1.02845 38.901 0.807734 39.3514 0.619889C39.8019 0.422652 40.2838 0.272375 40.7974 0.16906C41.3199 0.0563537 41.8829 0 42.4865 0C43.3334 0 44.0947 0.117403 44.7703 0.352209C45.455 0.587015 46.0361 0.925137 46.5136 1.36657C46.991 1.79862 47.3559 2.32458 47.6082 2.94447C47.8694 3.55497 48.0001 4.23591 48.0001 4.98729C48.0001 5.71049 47.9055 6.33038 47.7163 6.84695C47.5271 7.36352 47.2838 7.81435 46.9865 8.19944C46.6983 8.58452 46.3784 8.91794 46.0271 9.19971C45.6847 9.47208 45.3559 9.73037 45.0406 9.97457C44.7343 10.2188 44.464 10.4583 44.2298 10.6931C44.0046 10.9279 43.8649 11.1909 43.8109 11.482L43.4325 13.4544H40.5676L40.2703 11.1862C40.2613 11.1298 40.2523 11.0735 40.2433 11.0171C40.2433 10.9608 40.2433 10.9044 40.2433 10.8481C40.2433 10.4348 40.3379 10.0732 40.5271 9.76325C40.7163 9.4533 40.955 9.17153 41.2433 8.91794C41.5316 8.65496 41.8424 8.40606 42.1757 8.17126C42.5091 7.92706 42.8199 7.66877 43.1082 7.3964C43.3965 7.11463 43.6352 6.80469 43.8244 6.46657C44.0136 6.11905 44.1082 5.71049 44.1082 5.24088C44.1082 4.67734 43.928 4.23121 43.5676 3.90248C43.2163 3.56436 42.7298 3.3953 42.1082 3.3953C41.6307 3.3953 41.2298 3.44696 40.9055 3.55027C40.5901 3.65359 40.3154 3.77099 40.0811 3.90248C39.8559 4.02458 39.6577 4.13729 39.4865 4.2406C39.3154 4.34392 39.1442 4.39557 38.973 4.39557C38.5856 4.39557 38.2974 4.22182 38.1082 3.8743L37.0001 2.09917ZM39.4865 18.5403C39.4865 18.2022 39.5451 17.8875 39.6622 17.5964C39.7883 17.3052 39.955 17.0516 40.1622 16.8356C40.3784 16.6196 40.6307 16.4505 40.919 16.3284C41.2073 16.1969 41.5226 16.1312 41.8649 16.1312C42.1983 16.1312 42.5091 16.1969 42.7974 16.3284C43.0856 16.4505 43.3379 16.6196 43.5541 16.8356C43.7703 17.0516 43.937 17.3052 44.0541 17.5964C44.1802 17.8875 44.2433 18.2022 44.2433 18.5403C44.2433 18.8784 44.1802 19.1978 44.0541 19.4983C43.937 19.7895 43.7703 20.0431 43.5541 20.2591C43.3379 20.4751 43.0856 20.6442 42.7974 20.7663C42.5091 20.8884 42.1983 20.9494 41.8649 20.9494C41.5226 20.9494 41.2073 20.8884 40.919 20.7663C40.6307 20.6442 40.3784 20.4751 40.1622 20.2591C39.955 20.0431 39.7883 19.7895 39.6622 19.4983C39.5451 19.1978 39.4865 18.8784 39.4865 18.5403Z' fill='%2374A352'/%3E %3Cdefs%3E %3ClinearGradient id='paint0_linear' x1='19.4703' y1='8.97833' x2='19.4703' y2='48' gradientUnits='userSpaceOnUse'%3E %3Cstop offset='0.00513595' stop-color='%23828498'/%3E %3Cstop offset='1' stop-color='%23464558'/%3E %3C/linearGradient%3E %3C/defs%3E %3C/svg%3E");
        }

.support__link-icon--knowledge {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cellipse cx='24.4286' cy='16.8409' rx='16.7143' ry='16.8409' fill='url(%23paint0_linear)'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.8986 12.7041C27.4507 12.8894 30.9746 13.3304 34.1201 15.3018C36.0042 16.4826 37.1226 18.1821 37.1559 20.4543C37.2081 24.0181 34.6877 25.8478 31.3857 25.448C29.997 25.2365 28.6234 24.9347 27.2735 24.5444C24.8842 23.9307 22.5223 24.1081 20.1612 24.6826C19.0285 24.9582 17.9233 25.3631 16.7567 25.479C14.5655 25.6968 12.2711 24.9174 11.4715 22.7405C10.4191 20.0075 11.434 16.9062 13.8933 15.3399C16.9256 13.3503 20.3581 12.881 23.8986 12.7041Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.958 20.4528C32.9763 21.7467 32.095 22.8487 31.0277 22.8666C30.0803 22.8824 29.1422 21.7821 29.1271 20.6374C29.1106 19.3828 29.9609 18.332 31.0277 18.2887C32.0952 18.2453 32.9403 19.1927 32.958 20.4528Z' fill='%23464558'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.906 20.4528C18.9243 21.7466 18.043 22.8487 16.9756 22.8665C16.0283 22.8824 15.0902 21.782 15.0751 20.6373C15.0586 19.3828 15.9089 18.332 16.9756 18.2886C18.0432 18.2453 18.8883 19.1927 18.906 20.4528Z' fill='%23464558'/%3E %3Cpath d='M24 39.7251L0 29.2727L1.71429 38.8541L24 48V39.7251Z' fill='%23568040'/%3E %3Cpath d='M24 39.7251L48 29.2727L46.2857 38.8541L24 48V39.7251Z' fill='%2374A352'/%3E %3Cpath d='M48 29.2727L24 39.7273C24 39.7273 27.5188 36 33.4737 33.7273C39.4286 31.4545 48 29.2727 48 29.2727Z' fill='%23D8D8D8'/%3E %3Cpath d='M0 29.2727L24 39.7273C24 39.7273 20.4812 36 14.5263 33.7273C8.57143 31.4545 0 29.2727 0 29.2727Z' fill='%23A4A4A4'/%3E %3Cdefs%3E %3ClinearGradient id='paint0_linear' x1='24.4286' y1='0' x2='24.4286' y2='33.6818' gradientUnits='userSpaceOnUse'%3E %3Cstop offset='0.00513595' stop-color='%23828498'/%3E %3Cstop offset='1' stop-color='%23464558'/%3E %3C/linearGradient%3E %3C/defs%3E %3C/svg%3E");
        }

.support__link-icon--discuss {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cellipse cx='18.4748' cy='29.4868' rx='18.4748' ry='18.5132' fill='url(%23paint0_linear)'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.8888 22.091C21.815 22.2947 25.7101 22.7795 29.1869 24.9466C31.2695 26.2447 32.5056 28.113 32.5425 30.6108C32.6002 34.5285 29.8143 36.5399 26.1644 36.1004C24.6295 35.8679 23.1112 35.5361 21.6191 35.1071C18.9782 34.4324 16.3675 34.6275 13.7577 35.259C12.5057 35.5619 11.2841 36.007 9.99458 36.1345C7.57257 36.3739 5.03655 35.5172 4.15275 33.124C2.98947 30.1196 4.11124 26.7104 6.82963 24.9885C10.1813 22.8014 13.9753 22.2854 17.8888 22.091Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.9024 29.6598C27.9225 31.0822 26.9484 32.2937 25.7686 32.3133C24.7215 32.3307 23.6846 31.1211 23.6679 29.8627C23.6497 28.4836 24.5895 27.3284 25.7686 27.2808C26.9486 27.2331 27.8827 28.2746 27.9024 29.6598Z' fill='%23464558'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3704 29.6598C12.3906 31.0821 11.4164 32.2936 10.2367 32.3132C9.18961 32.3307 8.15267 31.121 8.136 29.8627C8.11773 28.4835 9.05757 27.3284 10.2367 27.2807C11.4167 27.2331 12.3508 28.2746 12.3704 29.6598Z' fill='%23464558'/%3E %3Cpath d='M45.9038 11.8642C45.3344 12.425 44.6591 12.8662 43.9175 13.1619C43.1758 13.4575 42.3828 13.6017 41.5849 13.5859C41.1408 13.5859 40.6943 13.5859 40.2502 13.5859C40.1766 13.5811 40.1029 13.5933 40.0348 13.6214C39.9666 13.6496 39.9058 13.693 39.8569 13.7483C38.8553 14.8064 37.8444 15.8576 36.8496 16.911C36.7567 17.021 36.6412 17.1096 36.5111 17.1709C36.381 17.2321 36.2392 17.2646 36.0955 17.266C35.9753 17.2657 35.8563 17.2414 35.7455 17.1943C35.6348 17.1472 35.5346 17.0785 35.4508 16.992C35.3669 16.9055 35.3012 16.8031 35.2573 16.6908C35.2135 16.5784 35.1926 16.4584 35.1956 16.3379C35.1956 15.4608 35.1956 14.5844 35.1956 13.7089C35.1956 13.5418 35.1494 13.4769 34.9805 13.4444C32.5145 12.8086 31.0109 11.1959 30.2799 8.80366C30.163 8.35173 30.0695 7.894 30 7.43233V6.16077C30.0446 5.75603 30.122 5.35561 30.2313 4.96347C30.8351 2.76377 32.1352 1.16968 34.3004 0.34131C34.9228 0.109872 35.5821 -0.00571809 36.2459 0.000217514C37.9878 0.000217514 39.732 0.000217514 41.4762 0.000217514C43.9098 -0.0113843 45.7303 1.07454 46.9795 3.1095C47.801 4.47957 48.1414 6.08612 47.9464 7.67287C47.7515 9.25963 47.0324 10.7352 45.9038 11.8642Z' fill='%23176FD7'/%3E %3Cellipse cx='35.3206' cy='6.72905' rx='0.925315' ry='0.928144' fill='white'/%3E %3Cellipse cx='39.0219' cy='6.72909' rx='0.925315' ry='0.928144' fill='white'/%3E %3Cellipse cx='42.7232' cy='6.72909' rx='0.925315' ry='0.928144' fill='white'/%3E %3Cdefs%3E %3ClinearGradient id='paint0_linear' x1='18.4748' y1='10.9735' x2='18.4748' y2='48' gradientUnits='userSpaceOnUse'%3E %3Cstop offset='0.00513595' stop-color='%23828498'/%3E %3Cstop offset='1' stop-color='%23464558'/%3E %3C/linearGradient%3E %3C/defs%3E %3C/svg%3E");
        }

.support__link-icon--report {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cellipse cx='18.4748' cy='29.4868' rx='18.4748' ry='18.5132' fill='url(%23paint0_linear)'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.8888 22.091C21.815 22.2948 25.7101 22.7795 29.1869 24.9467C31.2695 26.2447 32.5056 28.113 32.5425 30.6108C32.6002 34.5285 29.8143 36.54 26.1644 36.1004C24.6295 35.8679 23.1112 35.5361 21.6191 35.1071C18.9782 34.4325 16.3675 34.6275 13.7577 35.259C12.5057 35.562 11.2841 36.0071 9.99458 36.1345C7.57257 36.3739 5.03655 35.5172 4.15275 33.1241C2.98947 30.1197 4.11124 26.7104 6.82963 24.9886C10.1813 22.8014 13.9753 22.2855 17.8888 22.091Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.9025 29.6598C27.9227 31.0822 26.9485 32.2936 25.7688 32.3133C24.7217 32.3307 23.6847 31.1211 23.668 29.8627C23.6498 28.4836 24.5896 27.3284 25.7688 27.2808C26.9487 27.2331 27.8828 28.2746 27.9025 29.6598Z' fill='%23464558'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3704 29.6598C12.3906 31.0822 11.4164 32.2936 10.2367 32.3133C9.18961 32.3307 8.15267 31.1211 8.136 29.8627C8.11773 28.4836 9.05757 27.3284 10.2367 27.2808C11.4167 27.2331 12.3508 28.2746 12.3704 29.6598Z' fill='%23464558'/%3E %3Cpath d='M45.9038 11.8642C45.3344 12.425 44.6591 12.8662 43.9175 13.1619C43.1758 13.4575 42.3828 13.6017 41.5849 13.5859C41.1408 13.5859 40.6943 13.5859 40.2502 13.5859C40.1766 13.5811 40.1029 13.5933 40.0348 13.6214C39.9666 13.6496 39.9058 13.693 39.8569 13.7483C38.8553 14.8064 37.8444 15.8576 36.8496 16.911C36.7567 17.021 36.6412 17.1096 36.5111 17.1709C36.381 17.2321 36.2392 17.2646 36.0955 17.266C35.9753 17.2657 35.8563 17.2414 35.7455 17.1943C35.6348 17.1472 35.5346 17.0785 35.4508 16.992C35.3669 16.9055 35.3012 16.8031 35.2573 16.6908C35.2135 16.5784 35.1926 16.4584 35.1956 16.3379C35.1956 15.4608 35.1956 14.5844 35.1956 13.7089C35.1956 13.5418 35.1494 13.4769 34.9805 13.4444C32.5145 12.8086 31.0109 11.1959 30.2799 8.80366C30.163 8.35173 30.0695 7.894 30 7.43233V6.16077C30.0446 5.75603 30.122 5.35561 30.2313 4.96347C30.8351 2.76377 32.1352 1.16968 34.3004 0.34131C34.9228 0.109872 35.5821 -0.00571809 36.2459 0.000217514C37.9878 0.000217514 39.732 0.000217514 41.4762 0.000217514C43.9098 -0.0113843 45.7303 1.07454 46.9795 3.1095C47.801 4.47957 48.1414 6.08612 47.9464 7.67287C47.7515 9.25963 47.0324 10.7352 45.9038 11.8642Z' fill='%23BF4829'/%3E %3Cpath d='M39.8238 8.56639H38.2965L38.0559 3H40.0643L39.8238 8.56639ZM38 10.3006C38 10.0247 38.0988 9.79902 38.2965 9.62373C38.4979 9.44471 38.7478 9.3552 39.0461 9.3552C39.3445 9.3552 39.5925 9.44471 39.7902 9.62373C39.9916 9.79902 40.0923 10.0247 40.0923 10.3006C40.0923 10.5766 39.9916 10.8041 39.7902 10.9832C39.5925 11.1584 39.3445 11.2461 39.0461 11.2461C38.7478 11.2461 38.4979 11.1584 38.2965 10.9832C38.0988 10.8041 38 10.5766 38 10.3006Z' fill='white'/%3E %3Cdefs%3E %3ClinearGradient id='paint0_linear' x1='18.4748' y1='10.9735' x2='18.4748' y2='48' gradientUnits='userSpaceOnUse'%3E %3Cstop offset='0.00513595' stop-color='%23828498'/%3E %3Cstop offset='1' stop-color='%23464558'/%3E %3C/linearGradient%3E %3C/defs%3E %3C/svg%3E");
        }

.support__link-icon--windows {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M22.9599 4H4V22.9599H22.9599V4Z' fill='%2347A7FF'/%3E %3Cpath d='M44 4H25.04V22.9599H44V4Z' fill='%2347A7FF'/%3E %3Cpath d='M22.9599 25.042H4V44.0019H22.9599V25.042Z' fill='%2347A7FF'/%3E %3Cpath d='M44 25.042H25.04V44.0019H44V25.042Z' fill='%2347A7FF'/%3E %3C/svg%3E");
        }

.support__link-icon--mac {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.0154 17.2703V16.9407L24.9908 17.011C24.7007 17.0293 24.4828 17.091 24.3363 17.1951C24.1898 17.3002 24.1166 17.4457 24.1166 17.6318C24.1166 17.813 24.1889 17.9575 24.3344 18.0645C24.479 18.1725 24.6737 18.2255 24.9166 18.2255C25.0718 18.2255 25.2173 18.2014 25.3513 18.1542C25.4853 18.1069 25.6028 18.0404 25.7012 17.9556C25.7995 17.8718 25.8766 17.7715 25.9315 17.6549C25.9874 17.5383 26.0154 17.4101 26.0154 17.2703ZM24 4C12.8395 4 4 12.8395 4 24C4 35.1614 12.8395 44 24 44C35.1605 44 44 35.1614 44 24C44 12.8395 35.1614 4 24 4ZM27.8823 15.8544C27.9767 15.5894 28.1098 15.3619 28.2823 15.173C28.4548 14.9841 28.662 14.8385 28.9049 14.7363C29.1478 14.6342 29.4187 14.5831 29.7165 14.5831C29.9854 14.5831 30.2283 14.6236 30.4442 14.7036C30.6611 14.7836 30.8461 14.8915 31.0013 15.0274C31.1565 15.1633 31.2799 15.3214 31.3705 15.5026C31.4611 15.6838 31.5151 15.8756 31.5334 16.0771H30.7305C30.7102 15.9662 30.6736 15.8621 30.6216 15.7667C30.5695 15.6713 30.5011 15.5884 30.4163 15.518C30.3305 15.4477 30.2302 15.3927 30.1155 15.3532C29.9999 15.3127 29.8707 15.2935 29.7252 15.2935C29.5546 15.2935 29.3994 15.3281 29.2616 15.3966C29.1228 15.465 29.0042 15.5624 28.9059 15.6877C28.8076 15.813 28.7314 15.9662 28.6775 16.1455C28.6225 16.3257 28.5955 16.5253 28.5955 16.745C28.5955 16.9725 28.6225 17.1768 28.6775 17.3561C28.7314 17.5363 28.8086 17.6877 28.9088 17.812C29.0081 17.9363 29.1286 18.0318 29.2683 18.0973C29.4081 18.1628 29.5623 18.1966 29.73 18.1966C30.0047 18.1966 30.2283 18.132 30.4018 18.0028C30.5753 17.8737 30.6871 17.6848 30.7392 17.4361H31.543C31.5199 17.6559 31.4592 17.8563 31.3608 18.0375C31.2625 18.2188 31.1353 18.373 30.9792 18.5012C30.822 18.6294 30.6379 18.7286 30.4259 18.798C30.2139 18.8674 29.9806 18.9031 29.7271 18.9031C29.4264 18.9031 29.1555 18.853 28.9117 18.7537C28.6688 18.6544 28.4596 18.5108 28.2861 18.3248C28.1126 18.1388 27.9787 17.9122 27.8842 17.6453C27.7898 17.3783 27.7425 17.0785 27.7425 16.7441C27.7406 16.4173 27.7878 16.1204 27.8823 15.8544V15.8544ZM16.4579 14.6379H17.2617V15.3521H17.2772C17.3263 15.2336 17.3909 15.1266 17.4699 15.034C17.549 14.9405 17.6396 14.8615 17.7437 14.795C17.8468 14.7285 17.9615 14.6784 18.0849 14.6437C18.2092 14.609 18.3403 14.5916 18.4772 14.5916C18.7721 14.5916 19.0217 14.662 19.2242 14.8027C19.4275 14.9434 19.5721 15.1459 19.6569 15.4099H19.6772C19.7311 15.2827 19.8025 15.169 19.8902 15.0687C19.9779 14.9685 20.0791 14.8818 20.1928 14.8104C20.3066 14.7391 20.4319 14.6851 20.5678 14.6475C20.7037 14.6099 20.8463 14.5916 20.9967 14.5916C21.2039 14.5916 21.3919 14.6244 21.5615 14.6909C21.7311 14.7574 21.8757 14.8499 21.9962 14.9704C22.1167 15.0909 22.2092 15.2374 22.2738 15.409C22.3384 15.5805 22.3711 15.7714 22.3711 15.9815V18.8548H21.5326V16.183C21.5326 15.9063 21.4613 15.6914 21.3186 15.5401C21.1769 15.3887 20.9735 15.3126 20.7095 15.3126C20.5803 15.3126 20.4617 15.3357 20.3538 15.381C20.2468 15.4263 20.1533 15.4899 20.0762 15.5719C19.9981 15.6528 19.9374 15.7512 19.894 15.8649C19.8497 15.9786 19.8275 16.103 19.8275 16.2379V18.8548H19.0005V16.1136C19.0005 15.9921 18.9813 15.8822 18.9437 15.7839C18.9061 15.6856 18.8531 15.6018 18.7827 15.5314C18.7133 15.461 18.6275 15.408 18.5282 15.3704C18.428 15.3328 18.3162 15.3136 18.1919 15.3136C18.0627 15.3136 17.9432 15.3377 17.8323 15.3859C17.7225 15.434 17.628 15.5005 17.549 15.5854C17.4699 15.6712 17.4082 15.7714 17.3649 15.888C17.3225 16.0037 17.2531 16.1309 17.2531 16.2678V18.8538H16.4579V14.6379V14.6379ZM18.2823 34.82C14.5956 34.82 12.2833 32.2581 12.2833 28.1694C12.2833 24.0808 14.5956 21.5102 18.2823 21.5102C21.9691 21.5102 24.2727 24.0808 24.2727 28.1694C24.2727 32.2572 21.9691 34.82 18.2823 34.82ZM25.1085 18.8443C24.9726 18.879 24.8338 18.8963 24.6911 18.8963C24.481 18.8963 24.2892 18.8665 24.1148 18.8067C23.9393 18.7469 23.7899 18.6631 23.6646 18.5542C23.5393 18.4453 23.441 18.3142 23.3716 18.16C23.3013 18.0057 23.2666 17.8342 23.2666 17.6453C23.2666 17.2751 23.4044 16.986 23.6801 16.7778C23.9557 16.5696 24.3548 16.4481 24.8781 16.4144L26.0155 16.3489V16.0231C26.0155 15.7802 25.9384 15.5942 25.7842 15.4679C25.6299 15.3416 25.4121 15.278 25.1297 15.278C25.016 15.278 24.909 15.2925 24.8107 15.3204C24.7123 15.3494 24.6256 15.3898 24.5504 15.4428C24.4752 15.4959 24.4126 15.5595 24.3644 15.6337C24.3152 15.7069 24.2815 15.7898 24.2632 15.8804H23.4748C23.4796 15.6944 23.5258 15.5219 23.6126 15.3638C23.6993 15.2057 23.8169 15.0689 23.9663 14.9522C24.1157 14.8356 24.2902 14.745 24.4926 14.6804C24.695 14.6159 24.9148 14.5831 25.1528 14.5831C25.4092 14.5831 25.6415 14.6149 25.8497 14.6804C26.0579 14.746 26.2362 14.8375 26.3837 14.958C26.5311 15.0785 26.6449 15.2231 26.7249 15.3927C26.8049 15.5624 26.8454 15.7522 26.8454 15.9614V18.8539H26.0425V18.1513H26.0222C25.9625 18.265 25.8873 18.3681 25.7957 18.4597C25.7032 18.5513 25.6001 18.6303 25.4854 18.6949C25.3697 18.7595 25.2444 18.8096 25.1085 18.8443V18.8443ZM30.4125 34.82C27.6009 34.82 25.6896 33.3473 25.5566 31.035H27.387C27.5296 32.3564 28.8067 33.2316 30.5561 33.2316C32.2342 33.2316 33.44 32.3564 33.44 31.1603C33.44 30.1251 32.7074 29.4996 31.012 29.0716L29.36 28.661C26.985 28.0721 25.9055 26.9916 25.9055 25.2152C25.9055 23.0282 27.8159 21.5102 30.5388 21.5102C33.199 21.5102 35.0554 23.0369 35.1267 25.2326H33.3147C33.1894 23.9111 32.1099 23.0986 30.5021 23.0986C28.9041 23.0986 27.7976 23.9198 27.7976 25.1073C27.7976 26.0441 28.4935 26.5984 30.1899 27.0263L31.5826 27.3743C34.2342 28.0172 35.3233 29.062 35.3233 30.9367C35.3224 33.329 33.4303 34.82 30.4125 34.82V34.82ZM18.2824 23.1516C15.7562 23.1516 14.1764 25.089 14.1764 28.1685C14.1764 31.2393 15.7562 33.1767 18.2824 33.1767C20.8 33.1767 22.3884 31.2393 22.3884 28.1685C22.3894 25.089 20.8 23.1516 18.2824 23.1516V23.1516Z' fill='%234D4D4D'/%3E %3C/svg%3E");
        }

.support__link-icon--ios {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M35.4362 25.2507C35.4929 31.3041 40.7923 33.3185 40.851 33.3441C40.8062 33.4861 40.0043 36.2147 38.059 39.0332C36.3774 41.4699 34.6322 43.8976 31.8829 43.9479C29.1815 43.9973 28.3128 42.3597 25.2243 42.3597C22.1367 42.3597 21.1716 43.8977 18.6144 43.9974C15.9606 44.097 13.9397 41.3624 12.2443 38.9346C8.77961 33.9685 6.1319 24.9015 9.6871 18.7812C11.4532 15.7418 14.6095 13.8172 18.0353 13.7678C20.6412 13.7185 23.1008 15.506 24.6939 15.506C26.286 15.506 29.275 13.3564 32.4173 13.6721C33.7327 13.7264 37.4253 14.1989 39.7963 17.6399C39.6052 17.7573 35.3904 20.19 35.4362 25.2507V25.2507ZM30.3591 10.3866C31.768 8.69578 32.7163 6.342 32.4576 4C30.4268 4.08092 27.9711 5.3417 26.5144 7.0316C25.209 8.52807 24.0657 10.9233 24.3741 13.2189C26.6377 13.3926 28.9502 12.0785 30.3591 10.3866Z' fill='%23131313'/%3E %3C/svg%3E");
        }

.support__link-icon--android {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.02269 37.1336C5.98938 37.1336 5.29406 37.9446 5.29406 38.9874C5.29406 40.0302 5.98938 40.8412 7.02269 40.8412C8.05601 40.8412 8.75133 40.0302 8.75133 38.9874C8.74167 37.9446 8.04635 37.1336 7.02269 37.1336V37.1336ZM6.79092 35.9846C7.62144 35.9846 8.31675 36.4094 8.6451 36.8729V36.1004H9.91984V41.884H8.93481C8.85805 41.8838 8.78449 41.8532 8.73021 41.7989C8.67592 41.7446 8.64533 41.6711 8.6451 41.5943V41.1116C8.31675 41.575 7.6311 41.9999 6.79092 41.9999C5.20715 41.9999 4 40.6481 4 38.9971C4 37.346 5.19749 35.9846 6.79092 35.9846V35.9846ZM11.3684 36.1004H12.6432V36.8825C12.9908 36.3032 13.6475 35.9846 14.4008 35.9846C15.7431 35.9846 16.6123 36.9308 16.6123 38.3984V41.884H15.6369C15.5601 41.8838 15.4866 41.8532 15.4323 41.7989C15.378 41.7446 15.3474 41.6711 15.3472 41.5943V38.6108C15.3472 37.6936 14.8836 37.1432 14.14 37.1432C13.2999 37.1432 12.6432 37.7998 12.6432 39.0357V41.884H11.6678C11.591 41.8838 11.5175 41.8532 11.4632 41.7989C11.4089 41.7446 11.3783 41.6711 11.3781 41.5943L11.3684 36.1004ZM20.6296 37.1336C19.5963 37.1336 18.901 37.9446 18.901 38.9874C18.901 40.0302 19.5963 40.8412 20.6296 40.8412C21.663 40.8412 22.3583 40.0302 22.3583 38.9874C22.3583 37.9446 21.663 37.1336 20.6296 37.1336ZM20.3979 35.9846C21.2284 35.9846 21.9237 36.4094 22.2521 36.8729V33.2038H23.5268V41.884H22.5514C22.4747 41.8838 22.4011 41.8532 22.3468 41.7989C22.2925 41.7446 22.2619 41.6711 22.2617 41.5943V41.1116C21.9334 41.575 21.2477 41.9999 20.4075 41.9999C18.8238 41.9999 17.6166 40.6481 17.6166 38.9971C17.6166 37.346 18.8141 35.9846 20.3979 35.9846V35.9846ZM24.9754 36.1004H26.2501V37.1336C26.3621 36.8174 26.5685 36.5431 26.8413 36.348C27.1142 36.1529 27.4405 36.0462 27.776 36.0425C27.9414 36.0394 28.1067 36.0556 28.2685 36.0908V37.3943C28.063 37.3254 27.8478 37.2896 27.6311 37.288C26.9068 37.288 26.2405 37.906 26.2405 39.055V41.8744H25.2651C25.1883 41.8741 25.1148 41.8435 25.0605 41.7893C25.0062 41.735 24.9756 41.6614 24.9754 41.5847V36.1004ZM31.6968 40.8123C32.7108 40.8123 33.4351 40.0109 33.4351 38.9874C33.4351 37.9543 32.7204 37.1625 31.6968 37.1625C30.6634 37.1625 29.9488 37.9639 29.9488 38.9874C29.9585 40.0205 30.6634 40.8123 31.6968 40.8123ZM31.6968 41.9999C31.1026 41.9951 30.5232 41.8146 30.0315 41.481C29.5399 41.1474 29.1581 40.6757 28.9342 40.1254C28.7103 39.5752 28.6545 38.9709 28.7736 38.3889C28.8928 37.8069 29.1817 37.2733 29.6039 36.8552C30.026 36.4372 30.5625 36.1535 31.1457 36.0399C31.7289 35.9264 32.3327 35.988 32.8809 36.2171C33.4291 36.4462 33.8972 36.8325 34.2261 37.3272C34.5551 37.822 34.7301 38.403 34.7291 38.9971C34.7311 39.3944 34.6538 39.7881 34.5018 40.1553C34.3497 40.5224 34.126 40.8555 33.8436 41.1351C33.5612 41.4147 33.2259 41.6352 32.8573 41.7837C32.4887 41.9322 32.0941 42.0057 31.6968 41.9999V41.9999ZM35.7624 36.1004H37.0372V41.884H36.0618C35.985 41.8838 35.9115 41.8532 35.8572 41.7989C35.8029 41.7446 35.7723 41.6711 35.7721 41.5943L35.7624 36.1004ZM36.3998 34.8356C36.1725 34.8334 35.9551 34.7422 35.7944 34.5815C35.6337 34.4208 35.5425 34.2035 35.5403 33.9763C35.5449 33.7515 35.6375 33.5376 35.7982 33.3805C35.959 33.2234 36.175 33.1357 36.3998 33.1362C36.6252 33.1362 36.8414 33.2258 37.0007 33.3851C37.1601 33.5444 37.2496 33.7606 37.2496 33.9859C37.2496 34.2113 37.1601 34.4274 37.0007 34.5867C36.8414 34.7461 36.6252 34.8356 36.3998 34.8356V34.8356ZM41.1028 37.1336C40.0695 37.1336 39.3742 37.9446 39.3742 38.9874C39.3742 40.0302 40.0695 40.8412 41.1028 40.8412C42.1362 40.8412 42.8315 40.0302 42.8315 38.9874C42.8122 37.9446 42.1362 37.1336 41.1028 37.1336ZM40.8711 35.9846C41.7016 35.9846 42.3969 36.4094 42.7253 36.8729V33.2038H44V41.884H43.0246C42.9479 41.8838 42.8743 41.8532 42.82 41.7989C42.7657 41.7446 42.7351 41.6711 42.7349 41.5943V41.1116C42.4066 41.575 41.7209 41.9999 40.8807 41.9999C39.297 41.9999 38.0898 40.6481 38.0898 38.9971C38.0898 37.346 39.2873 35.9846 40.8711 35.9846' fill='black'/%3E %3Cpath d='M33.802 13.7963L37.1338 8.03201C37.2231 7.8734 37.2464 7.686 37.1985 7.51037C37.1507 7.33473 37.0356 7.18501 36.8781 7.09361C36.7207 7.0022 36.5336 6.97648 36.3573 7.022C36.181 7.06752 36.0297 7.18062 35.9363 7.33682L32.5659 13.1687C29.8756 11.9594 26.9594 11.3342 24.0097 11.3342C21.0599 11.3342 18.1437 11.9594 15.4534 13.1687L12.0831 7.33682C11.9896 7.18062 11.8383 7.06752 11.662 7.022C11.4858 6.97648 11.2986 7.0022 11.1412 7.09361C10.9837 7.18501 10.8686 7.33473 10.8208 7.51037C10.773 7.686 10.7962 7.8734 10.8856 8.03201L14.2173 13.7963C8.47127 16.9053 4.56977 22.6889 4 29.5152H43.9807C43.4109 22.6889 39.4998 16.9053 33.802 13.7963ZM14.7967 23.8186C14.4682 23.8186 14.1471 23.7212 13.8739 23.5387C13.6007 23.3562 13.3878 23.0968 13.2621 22.7934C13.1364 22.4899 13.1035 22.156 13.1676 21.8338C13.2317 21.5117 13.3899 21.2158 13.6222 20.9835C13.8545 20.7513 14.1505 20.5931 14.4727 20.529C14.7949 20.4649 15.1289 20.4978 15.4324 20.6235C15.7359 20.7492 15.9953 20.9621 16.1778 21.2352C16.3603 21.5083 16.4577 21.8294 16.4577 22.1578C16.4577 22.5983 16.2827 23.0207 15.9712 23.3321C15.6597 23.6436 15.2372 23.8186 14.7967 23.8186V23.8186ZM33.2033 23.8186C32.8748 23.8186 32.5536 23.7212 32.2805 23.5387C32.0073 23.3562 31.7944 23.0968 31.6687 22.7934C31.543 22.4899 31.5101 22.156 31.5742 21.8338C31.6383 21.5117 31.7965 21.2158 32.0288 20.9835C32.2611 20.7513 32.557 20.5931 32.8792 20.529C33.2014 20.4649 33.5354 20.4978 33.8389 20.6235C34.1424 20.7492 34.4019 20.9621 34.5844 21.2352C34.7669 21.5083 34.8643 21.8294 34.8643 22.1578C34.8643 22.5983 34.6893 23.0207 34.3778 23.3321C34.0663 23.6436 33.6438 23.8186 33.2033 23.8186V23.8186Z' fill='%233DDC84'/%3E %3C/svg%3E");
        }

.support__link-icon--chrome {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M13.9644 0.00247939C13.9644 0.00247939 22.2166 -0.366517 26.5917 7.89856H13.2622C13.2622 7.89856 10.7467 7.81778 8.59781 10.8586C7.98054 12.1349 7.31703 13.4497 8.06162 16.0407C6.989 14.23 2.36713 6.211 2.36713 6.211C2.36713 6.211 5.62715 0.329227 13.9643 0.00247939H13.9644Z' fill='%23EF3F36'/%3E %3Cpath d='M26.1633 20.9842C26.1633 20.9842 22.3554 28.2921 12.9881 27.9308C14.1455 25.9356 19.6548 16.4288 19.6548 16.4288C19.6548 16.4288 20.9858 14.2991 19.4156 10.9238C18.6169 9.75133 17.8028 8.52501 15.1794 7.87141C17.2898 7.8523 26.5685 7.87141 26.5685 7.87141C26.5685 7.87141 30.0445 13.6263 26.1633 20.9842Z' fill='%23FCD900'/%3E %3Cpath d='M1.82319 21.0419C1.82319 21.0419 -2.62514 14.103 2.37483 6.19928C3.52841 8.19448 9.03763 17.7013 9.03763 17.7013C9.03763 17.7013 10.2259 19.9156 13.9412 20.246C15.3572 20.1423 16.8309 20.0539 18.7137 18.1203C17.6757 19.9502 13.019 27.9462 13.019 27.9462C13.019 27.9462 6.27524 28.0692 1.82308 21.0419H1.82319Z' fill='%2361BC5B'/%3E %3Cpath d='M12.9847 28L14.8597 20.2039C14.8597 20.2039 16.9199 20.0423 18.6483 18.1549C17.5757 20.0348 12.9847 28 12.9847 28Z' fill='%235AB055'/%3E %3Cpath d='M7.68353 14.0877C7.68353 10.651 10.4807 7.86389 13.9297 7.86389C17.3787 7.86389 20.1758 10.651 20.1758 14.0877C20.1758 17.5245 17.3787 20.3115 13.9297 20.3115C10.4807 20.3077 7.68353 17.5245 7.68353 14.0877Z' fill='white'/%3E %3Cpath d='M8.72876 14.0878C8.72876 11.2277 11.0552 8.90576 13.9295 8.90576C16.7998 8.90576 19.1301 11.2239 19.1301 14.0878C19.1301 16.9479 16.8038 19.2699 13.9295 19.2699C11.059 19.2699 8.72876 16.9479 8.72876 14.0878Z' fill='url(%23paint0_linear)'/%3E %3Cpath d='M26.5648 7.8755L18.8448 10.132C18.8448 10.132 17.6797 8.42899 15.1759 7.8755C17.348 7.86393 26.5648 7.8755 26.5648 7.8755Z' fill='%23EACA05'/%3E %3Cpath d='M7.91119 15.7557C6.82696 13.8836 2.36713 6.21057 2.36713 6.21057L8.08473 11.8461C8.08473 11.8461 7.49825 13.0494 7.71825 14.7716L7.91108 15.7557H7.91119Z' fill='%23DF3A32'/%3E %3Cdefs%3E %3ClinearGradient id='paint0_linear' x1='13.9292' y1='8.97893' x2='13.9292' y2='18.9579' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%2386BBE5'/%3E %3Cstop offset='1' stop-color='%231072BA'/%3E %3C/linearGradient%3E %3C/defs%3E %3C/svg%3E");
        }

.support__link-icon--edge {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M25.2708 20.8381C24.8976 21.0334 24.5126 21.2054 24.1182 21.3532C22.8626 21.823 21.5326 22.0624 20.192 22.0597C15.017 22.0597 10.5091 18.4999 10.5091 13.9318C10.5157 13.3191 10.6857 12.7193 11.0016 12.1942C11.3174 11.6692 11.7677 11.2379 12.3059 10.945C7.62517 11.1419 6.42218 16.0195 6.42218 18.8772C6.42218 26.9571 13.8687 27.7762 15.473 27.7762C16.3381 27.7762 17.6428 27.5247 18.4258 27.2775L18.5691 27.2294C21.5823 26.1877 24.1511 24.1511 25.8526 21.455C25.9048 21.3728 25.928 21.2757 25.9188 21.1789C25.9095 21.0821 25.8683 20.9911 25.8015 20.9204C25.7348 20.8496 25.6464 20.8031 25.5503 20.7882C25.4542 20.7733 25.3558 20.7909 25.2708 20.8381Z' fill='url(%23paint0_linear)'/%3E %3Cpath opacity='0.35' d='M25.2708 20.8381C24.8976 21.0334 24.5126 21.2054 24.1182 21.3532C22.8626 21.823 21.5326 22.0624 20.192 22.0597C15.017 22.0597 10.5091 18.4999 10.5091 13.9318C10.5157 13.3191 10.6857 12.7193 11.0016 12.1942C11.3174 11.6692 11.7677 11.2379 12.3059 10.945C7.62517 11.1419 6.42218 16.0195 6.42218 18.8772C6.42218 26.9571 13.8687 27.7762 15.473 27.7762C16.3381 27.7762 17.6428 27.5247 18.4258 27.2775L18.5691 27.2294C21.5823 26.1877 24.1511 24.1511 25.8526 21.455C25.9048 21.3728 25.928 21.2757 25.9188 21.1789C25.9095 21.0821 25.8683 20.9911 25.8015 20.9204C25.7348 20.8496 25.6464 20.8031 25.5503 20.7882C25.4542 20.7733 25.3558 20.7909 25.2708 20.8381Z' fill='url(%23paint1_radial)'/%3E %3Cpath d='M11.5633 26.4023C10.5878 25.7969 9.74244 25.0036 9.07633 24.0685C8.31712 23.0283 7.79467 21.8346 7.54564 20.5712C7.2966 19.3077 7.32701 18.0051 7.63473 16.7546C7.94245 15.5041 8.52003 14.3361 9.32695 13.3325C10.1339 12.3289 11.1506 11.514 12.3058 10.9449C12.647 10.7841 13.23 10.4932 14.0053 10.5074C14.5516 10.5114 15.0896 10.6418 15.577 10.8885C16.0644 11.1352 16.4881 11.4914 16.8149 11.9292C17.2565 12.5188 17.5 13.2332 17.5104 13.9699C17.5104 13.9469 20.1855 5.26456 8.76136 5.26456C3.96031 5.26456 0.0122896 9.82064 0.0122896 13.8179C-0.00664781 15.9324 0.445777 18.0245 1.33668 19.9422C2.79267 23.0488 5.33879 25.5125 8.49155 26.8655C11.6443 28.2185 15.1842 28.3666 18.4389 27.2816C17.2993 27.6409 16.0953 27.7488 14.91 27.5977C13.7247 27.4467 12.5862 27.0403 11.5731 26.4067L11.5633 26.4023Z' fill='url(%23paint2_linear)'/%3E %3Cpath opacity='0.41' d='M11.5633 26.4023C10.5878 25.7969 9.74244 25.0036 9.07633 24.0685C8.31712 23.0283 7.79467 21.8346 7.54564 20.5712C7.2966 19.3077 7.32701 18.0051 7.63473 16.7546C7.94245 15.5041 8.52003 14.3361 9.32695 13.3325C10.1339 12.3289 11.1506 11.514 12.3058 10.9449C12.647 10.7841 13.23 10.4932 14.0053 10.5074C14.5516 10.5114 15.0896 10.6418 15.577 10.8885C16.0644 11.1352 16.4881 11.4914 16.8149 11.9292C17.2565 12.5188 17.5 13.2332 17.5104 13.9699C17.5104 13.9469 20.1855 5.26456 8.76136 5.26456C3.96031 5.26456 0.0122896 9.82064 0.0122896 13.8179C-0.00664781 15.9324 0.445777 18.0245 1.33668 19.9422C2.79267 23.0488 5.33879 25.5125 8.49155 26.8655C11.6443 28.2185 15.1842 28.3666 18.4389 27.2816C17.2993 27.6409 16.0953 27.7488 14.91 27.5977C13.7247 27.4467 12.5862 27.0403 11.5731 26.4067L11.5633 26.4023Z' fill='url(%23paint3_radial)'/%3E %3Cpath d='M16.6593 16.2798C16.5707 16.3947 16.2984 16.5532 16.2984 16.8988C16.2984 17.1843 16.4844 17.4588 16.8146 17.6895C18.3873 18.7832 21.3521 18.6388 21.3598 18.6388C22.5251 18.636 23.6683 18.3207 24.6702 17.7256C25.6809 17.1355 26.5198 16.2913 27.1036 15.2768C27.6874 14.2624 27.9957 13.1129 27.9981 11.9425C28.0266 9.49165 27.1232 7.86214 26.758 7.14034C24.4405 2.60722 19.4383 6.85318e-08 13.9985 6.85318e-08C10.3197 -0.000363696 6.78867 1.44742 4.16903 4.03023C1.54938 6.61304 0.0517329 10.1232 0 13.8017C0.0524945 9.80552 4.02457 6.57821 8.74908 6.57821C9.13185 6.57821 11.3147 6.61539 13.3423 7.6795C15.1293 8.61784 16.0655 9.75084 16.7162 10.874C17.3921 12.0409 17.5124 13.5151 17.5124 14.1024C17.5124 14.6897 17.2127 15.5602 16.6593 16.2798Z' fill='url(%23paint4_radial)'/%3E %3Cpath d='M16.6593 16.2798C16.5707 16.3947 16.2984 16.5532 16.2984 16.8988C16.2984 17.1843 16.4844 17.4588 16.8146 17.6895C18.3873 18.7832 21.3521 18.6388 21.3598 18.6388C22.5251 18.636 23.6683 18.3207 24.6702 17.7256C25.6809 17.1355 26.5198 16.2913 27.1036 15.2768C27.6874 14.2624 27.9957 13.1129 27.9981 11.9425C28.0266 9.49165 27.1232 7.86214 26.758 7.14034C24.4405 2.60722 19.4383 6.85318e-08 13.9985 6.85318e-08C10.3197 -0.000363696 6.78867 1.44742 4.16903 4.03023C1.54938 6.61304 0.0517329 10.1232 0 13.8017C0.0524945 9.80552 4.02457 6.57821 8.74908 6.57821C9.13185 6.57821 11.3147 6.61539 13.3423 7.6795C15.1293 8.61784 16.0655 9.75084 16.7162 10.874C17.3921 12.0409 17.5124 13.5151 17.5124 14.1024C17.5124 14.6897 17.2127 15.5602 16.6593 16.2798Z' fill='url(%23paint5_radial)'/%3E %3Cdefs%3E %3ClinearGradient id='paint0_linear' x1='6.42218' y1='19.3628' x2='25.9259' y2='19.3628' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%230C59A4'/%3E %3Cstop offset='1' stop-color='%23114A8B'/%3E %3C/linearGradient%3E %3CradialGradient id='paint1_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(17.1944 19.5165) scale(10.431 9.90961)'%3E %3Cstop offset='0.72' stop-opacity='0'/%3E %3Cstop offset='0.95' stop-opacity='0.53'/%3E %3Cstop offset='1'/%3E %3C/radialGradient%3E %3ClinearGradient id='paint2_linear' x1='16.7044' y1='10.9022' x2='4.52244' y2='24.1713' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%231B9DE2'/%3E %3Cstop offset='0.16' stop-color='%231595DF'/%3E %3Cstop offset='0.67' stop-color='%230680D7'/%3E %3Cstop offset='1' stop-color='%230078D4'/%3E %3C/linearGradient%3E %3CradialGradient id='paint3_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(7.72072 21.764) rotate(-81.3844) scale(15.6856 12.6724)'%3E %3Cstop offset='0.76' stop-opacity='0'/%3E %3Cstop offset='0.95' stop-opacity='0.5'/%3E %3Cstop offset='1'/%3E %3C/radialGradient%3E %3CradialGradient id='paint4_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(2.82841 5.18129) rotate(92.2906) scale(22.1561 47.188)'%3E %3Cstop stop-color='%2335C1F1'/%3E %3Cstop offset='0.11' stop-color='%2334C1ED'/%3E %3Cstop offset='0.23' stop-color='%232FC2DF'/%3E %3Cstop offset='0.31' stop-color='%232BC3D2'/%3E %3Cstop offset='0.67' stop-color='%2336C752'/%3E %3C/radialGradient%3E %3CradialGradient id='paint5_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(26.2551 8.4654) rotate(73.7398) scale(10.6454 8.65687)'%3E %3Cstop stop-color='%2366EB6E'/%3E %3Cstop offset='1' stop-color='%2366EB6E' stop-opacity='0'/%3E %3C/radialGradient%3E %3C/defs%3E %3C/svg%3E");
        }

.support__link-icon--firefox {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M26.6727 9.61404C26.13 8.25147 25.0446 6.78487 24.189 6.32509C24.7982 7.56364 25.2214 8.89384 25.4436 10.2685V10.292C24.0486 6.62378 21.6767 5.14711 19.739 1.92528C19.6368 1.76419 19.5411 1.59974 19.4453 1.42858C19.391 1.3279 19.3495 1.24064 19.308 1.16009C19.2273 0.996003 19.1652 0.822543 19.1229 0.643257C19.123 0.635406 19.1206 0.627748 19.1159 0.621615C19.1112 0.615483 19.1047 0.611266 19.0973 0.609697C19.0871 0.605565 19.0757 0.605565 19.0654 0.609697V0.616409C19.0654 0.623121 19.0558 0.616409 19.0558 0.616409V0.609697C15.9529 2.52266 14.8963 6.06667 14.8005 7.83532C13.5587 7.92588 12.3717 8.40772 11.3943 9.21802C11.2924 9.127 11.1858 9.04186 11.0751 8.96296C10.7926 7.92246 10.7816 6.82121 11.0432 5.77469C9.90033 6.35644 8.88498 7.18159 8.06157 8.19777C7.56677 7.5467 7.60188 5.3921 7.63061 4.94238C7.48499 5.0028 7.34588 5.0793 7.21561 5.1706C6.78136 5.49573 6.37541 5.86074 6.00254 6.26132C5.58145 6.71344 5.19704 7.20177 4.85331 7.72121C4.05796 8.90645 3.49378 10.2456 3.19332 11.6612L3.17098 11.7519C3.14863 11.8626 3.06244 12.4365 3.04967 12.5573V12.5909C2.94238 13.1824 2.87623 13.7814 2.85175 14.383L2.85175 14.4501C2.85674 17.7052 4.02238 20.84 6.11853 23.2357C8.21468 25.6314 11.089 27.1138 14.174 27.3903C17.2591 27.6668 20.3306 26.7172 22.7823 24.7292C25.2339 22.7411 26.8874 19.8589 27.4165 16.6517C27.4388 16.4839 27.4548 16.3161 27.4739 16.1483C27.7302 13.9343 27.4558 11.6881 26.6758 9.61404H26.6727ZM12.4127 19.793C12.4701 19.8266 12.5244 19.8601 12.5819 19.8836L12.5914 19.8903C12.534 19.859 12.4755 19.8254 12.4159 19.7896L12.4127 19.793ZM25.4468 10.2886V10.2785V10.292V10.2886Z' fill='url(%23paint0_linear)'/%3E %3Cpath d='M26.6727 9.61393C26.13 8.25137 25.0446 6.78476 24.189 6.32498C24.7982 7.56354 25.2214 8.89374 25.4436 10.2684V10.2952C26.398 13.1641 26.2608 16.3097 25.0605 19.0747C23.6432 22.273 20.2083 25.5519 14.8356 25.3908C9.03203 25.223 3.91797 20.6923 2.96028 14.7588C2.7879 13.8191 2.96028 13.3492 3.04967 12.5874C2.93084 13.177 2.86457 13.777 2.85175 14.3796V14.4467C2.85674 17.7017 4.02238 20.8366 6.11853 23.2322C8.21468 25.6279 11.089 27.1103 14.174 27.3868C17.2591 27.6633 20.3306 26.7138 22.7823 24.7257C25.2339 22.7376 26.8874 19.8555 27.4165 16.6483C27.4388 16.4805 27.4548 16.3127 27.4739 16.1448C27.7302 13.9309 27.4558 11.6847 26.6758 9.61058L26.6727 9.61393Z' fill='url(%23paint1_radial)'/%3E %3Cpath d='M26.6727 9.61393C26.13 8.25137 25.0446 6.78476 24.189 6.32498C24.7982 7.56354 25.2214 8.89374 25.4436 10.2684V10.2952C26.398 13.1641 26.2608 16.3097 25.0605 19.0747C23.6432 22.273 20.2083 25.5519 14.8356 25.3908C9.03203 25.223 3.91797 20.6923 2.96028 14.7588C2.7879 13.8191 2.96028 13.3492 3.04967 12.5874C2.93084 13.177 2.86457 13.777 2.85175 14.3796V14.4467C2.85674 17.7017 4.02238 20.8366 6.11853 23.2322C8.21468 25.6279 11.089 27.1103 14.174 27.3868C17.2591 27.6633 20.3306 26.7138 22.7823 24.7257C25.2339 22.7376 26.8874 19.8555 27.4165 16.6483C27.4388 16.4805 27.4548 16.3127 27.4739 16.1448C27.7302 13.9309 27.4558 11.6847 26.6758 9.61058L26.6727 9.61393Z' fill='url(%23paint2_radial)'/%3E %3Cpath d='M20.6583 11.141C20.6902 11.1612 20.7094 11.1813 20.7349 11.2014C20.4243 10.6215 20.0374 10.0905 19.5857 9.62409C15.7422 5.58338 18.5802 0.858029 19.059 0.619748V0.60968C15.9561 2.52264 14.8995 6.06665 14.8037 7.8353C14.9474 7.82523 15.091 7.81517 15.2379 7.81517C16.3399 7.81683 17.4219 8.1251 18.3739 8.70865C19.3259 9.2922 20.1141 10.1303 20.6583 11.1377V11.141Z' fill='url(%23paint3_radial)'/%3E %3Cpath d='M15.2474 11.9531C15.2251 12.2719 14.1397 13.3895 13.7566 13.3895C10.2387 13.3895 9.6705 15.6246 9.6705 15.6246C9.82373 17.5107 11.0751 19.0612 12.5819 19.8868L12.7926 19.9875C12.9139 20.0434 13.0352 20.096 13.1565 20.1452C13.6742 20.3387 14.2165 20.4496 14.7654 20.4741C20.9329 20.7762 22.1268 12.7216 17.6768 10.3824C18.7265 10.2403 19.789 10.513 20.6584 11.1476C20.1141 10.1402 19.326 9.30217 18.3739 8.71862C17.4219 8.13507 16.3399 7.8268 15.2379 7.82513C15.091 7.82513 14.9506 7.83185 14.8037 7.84191C13.5619 7.93247 12.375 8.41432 11.3975 9.22461C11.5891 9.39241 11.7998 9.61391 12.2499 10.0804C13.0895 10.953 15.2411 11.849 15.2506 11.9598L15.2474 11.9531Z' fill='url(%23paint4_radial)'/%3E %3Cpath d='M15.2474 11.9531C15.2251 12.2719 14.1397 13.3895 13.7566 13.3895C10.2387 13.3895 9.6705 15.6246 9.6705 15.6246C9.82373 17.5107 11.0751 19.0612 12.5819 19.8868L12.7926 19.9875C12.9139 20.0434 13.0352 20.096 13.1565 20.1452C13.6742 20.3387 14.2165 20.4496 14.7654 20.4741C20.9329 20.7762 22.1268 12.7216 17.6768 10.3824C18.7265 10.2403 19.789 10.513 20.6584 11.1476C20.1141 10.1402 19.326 9.30217 18.3739 8.71862C17.4219 8.13507 16.3399 7.8268 15.2379 7.82513C15.091 7.82513 14.9506 7.83185 14.8037 7.84191C13.5619 7.93247 12.375 8.41432 11.3975 9.22461C11.5891 9.39241 11.7998 9.61391 12.2499 10.0804C13.0895 10.953 15.2411 11.849 15.2506 11.9598L15.2474 11.9531Z' fill='url(%23paint5_radial)'/%3E %3Cpath d='M10.8229 8.78493C10.9187 8.85205 11.0049 8.90911 11.0783 8.9628C10.7958 7.9223 10.7848 6.82106 11.0464 5.77454C9.90353 6.35629 8.88819 7.18144 8.06479 8.19762C8.12863 8.19762 9.9163 8.16406 10.8229 8.78158V8.78493Z' fill='url(%23paint6_radial)'/%3E %3Cpath d='M2.96351 14.7588C3.9212 20.689 9.02884 25.2197 14.8388 25.3908C20.2114 25.5519 23.6431 22.2697 25.0605 19.0747C26.2607 16.3097 26.3979 13.1641 25.4435 10.2952V10.2818V10.2684L25.4499 10.2919C25.8841 13.3056 24.4284 16.222 22.1491 18.1954L22.1395 18.2122C17.7023 22.0146 13.4565 20.5078 12.5946 19.8902C12.5308 19.8611 12.4701 19.8298 12.4127 19.7963C9.82691 18.4975 8.75431 16.0173 8.98415 13.8896C8.36987 13.8993 7.76609 13.7216 7.24596 13.3779C6.72582 13.0342 6.31166 12.5393 6.05364 11.9531C6.73327 11.5156 7.50815 11.2683 8.30445 11.2348C9.10075 11.2013 9.89194 11.3828 10.6026 11.7618C12.0668 12.4598 13.7325 12.5285 15.2442 11.9531C15.2378 11.8457 13.0862 10.9463 12.2435 10.0737C11.7965 9.61059 11.5859 9.38909 11.3943 9.22128C11.2924 9.13026 11.1858 9.04512 11.0751 8.96622C11.0017 8.91253 10.9219 8.85547 10.8197 8.78835C9.91949 8.17083 8.12543 8.20439 8.06477 8.20439H8.05839C7.56997 7.55332 7.60189 5.39872 7.63062 4.94901C7.485 5.00942 7.34589 5.08592 7.21563 5.17722C6.78125 5.50342 6.3753 5.86955 6.00256 6.2713C5.5783 6.72195 5.19068 7.20916 4.84376 7.72783C4.04842 8.91307 3.48424 10.2522 3.18378 11.6679C3.17739 11.6947 2.73686 13.7151 2.95393 14.7622L2.96351 14.7588Z' fill='url(%23paint7_radial)'/%3E %3Cpath d='M19.589 9.62411C20.0407 10.0905 20.4275 10.6215 20.7382 11.2015C20.802 11.2585 20.8659 11.3122 20.9234 11.3625C23.7326 14.081 22.2641 17.9237 22.1524 18.1989C24.4285 16.2255 25.8874 13.3091 25.4501 10.2953C24.0454 6.62713 21.6767 5.15046 19.7358 1.92863C19.64 1.76754 19.5443 1.60309 19.4485 1.43193C19.3942 1.33125 19.3527 1.24399 19.3112 1.16345C19.2292 0.998446 19.166 0.823841 19.1229 0.643257C19.123 0.635406 19.1206 0.627748 19.1159 0.621615C19.1112 0.615483 19.1047 0.611266 19.0973 0.609697C19.0871 0.605565 19.0757 0.605565 19.0654 0.609697V0.616409C19.0654 0.623121 19.0558 0.616409 19.0558 0.616409C18.577 0.858046 15.7358 5.5834 19.5858 9.62411H19.589Z' fill='url(%23paint8_radial)'/%3E %3Cpath d='M20.9201 11.3624C20.8659 11.3087 20.802 11.255 20.735 11.2014L20.6584 11.1409C19.7877 10.5067 18.7239 10.2352 17.6736 10.3791C22.1236 12.7217 20.9297 20.783 14.7622 20.4742C14.2145 20.4504 13.6733 20.3407 13.1565 20.1487C13.0352 20.1039 12.9139 20.0525 12.7926 19.9943C12.7224 19.9608 12.6553 19.9272 12.5851 19.8936H12.5947C13.4566 20.5112 17.7023 22.0214 22.146 18.2156L22.1523 18.2022C22.2641 17.9337 23.7325 14.0842 20.9265 11.3692L20.9201 11.3624Z' fill='url(%23paint9_radial)'/%3E %3Cpath d='M9.66732 15.6246C9.66732 15.6246 10.2419 13.3895 13.7535 13.3895C14.1365 13.3895 15.2219 12.2719 15.2474 11.9463C13.7343 12.5246 12.0659 12.4571 10.5995 11.7584C9.88876 11.3793 9.09757 11.1979 8.30126 11.2314C7.50496 11.2649 6.73008 11.5122 6.05045 11.9497C6.30937 12.5363 6.72474 13.0312 7.24609 13.3744C7.76744 13.7175 8.37235 13.8942 8.98736 13.8828C8.75432 16.0106 9.82374 18.4907 12.4127 19.7895C12.4702 19.8231 12.5244 19.8499 12.5819 19.8802C11.0719 19.0579 9.82374 17.5074 9.66732 15.6179V15.6246Z' fill='url(%23paint10_radial)'/%3E %3Cpath d='M26.6727 9.61404C26.13 8.25147 25.0446 6.78487 24.1891 6.32509C24.7982 7.56364 25.2214 8.89384 25.4436 10.2685V10.292C24.0486 6.62378 21.6767 5.14711 19.739 1.92528C19.6368 1.76419 19.5411 1.59974 19.4453 1.42858C19.391 1.3279 19.3495 1.24064 19.308 1.16009C19.2273 0.996003 19.1652 0.822543 19.1229 0.643257C19.123 0.635406 19.1206 0.627748 19.1159 0.621615C19.1112 0.615483 19.1047 0.611266 19.0973 0.609697C19.0871 0.605565 19.0757 0.605565 19.0654 0.609697V0.616409C19.0654 0.623121 19.0558 0.616409 19.0558 0.616409V0.609697C15.9529 2.52266 14.8963 6.06667 14.8005 7.83532C14.9442 7.82525 15.0878 7.81518 15.2347 7.81518C16.3367 7.81685 17.4187 8.12512 18.3707 8.70867C19.3228 9.29222 20.1109 10.1303 20.6552 11.1377C19.7849 10.5054 18.7225 10.2352 17.6736 10.3792C22.1236 12.7218 20.9297 20.783 14.7622 20.4743C14.2134 20.4508 13.6711 20.3411 13.1533 20.1487C13.032 20.104 12.9107 20.0525 12.7894 19.9944L12.5787 19.8937H12.5883C12.5308 19.8646 12.4723 19.8333 12.4127 19.7997C12.4701 19.8333 12.5244 19.8668 12.5819 19.8903C11.0719 19.0681 9.82373 17.5176 9.6673 15.6281C9.6673 15.6281 10.2419 13.3963 13.7534 13.3963C14.1365 13.3963 15.2219 12.2788 15.2474 11.9532C15.2411 11.8525 13.0894 10.9464 12.2467 10.0805C11.7998 9.61068 11.5859 9.39254 11.3975 9.22473C11.2956 9.13371 11.189 9.04857 11.0783 8.96967C10.7958 7.92917 10.7848 6.82793 11.0464 5.7814C9.90353 6.36316 8.88818 7.1883 8.06477 8.20449C7.56996 7.55341 7.60508 5.39881 7.63381 4.9491C7.48819 5.00952 7.34907 5.08602 7.21881 5.17731C6.78456 5.50245 6.37861 5.86745 6.00574 6.26803C5.58465 6.72016 5.20023 7.20849 4.85651 7.72792C4.06116 8.91316 3.49698 10.2523 3.19652 11.668L3.17098 11.7519C3.14864 11.8626 3.04329 12.4466 3.02733 12.5707C2.93211 13.1704 2.87134 13.7756 2.84537 14.383V14.4501C2.85036 17.7052 4.016 20.84 6.11215 23.2357C8.20831 25.6314 11.0826 27.1138 14.1677 27.3903C17.2527 27.6668 20.3242 26.7172 22.7759 24.7292C25.2275 22.7411 26.8811 19.8589 27.4101 16.6517C27.4324 16.4839 27.4484 16.3161 27.4675 16.1483C27.7238 13.9343 27.4495 11.6881 26.6695 9.61404H26.6727ZM25.4436 10.2853V10.2953V10.2853Z' fill='url(%23paint11_linear)'/%3E %3Cdefs%3E %3ClinearGradient id='paint0_linear' x1='25.0461' y1='4.76536' x2='2.92414' y2='23.7716' gradientUnits='userSpaceOnUse'%3E %3Cstop offset='0.048' stop-color='%23FFF44F'/%3E %3Cstop offset='0.111' stop-color='%23FFE847'/%3E %3Cstop offset='0.225' stop-color='%23FFC830'/%3E %3Cstop offset='0.368' stop-color='%23FF980E'/%3E %3Cstop offset='0.401' stop-color='%23FF8B16'/%3E %3Cstop offset='0.462' stop-color='%23FF672A'/%3E %3Cstop offset='0.534' stop-color='%23FF3647'/%3E %3Cstop offset='0.705' stop-color='%23E31587'/%3E %3C/linearGradient%3E %3CradialGradient id='paint1_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(24.4997 3.58945) scale(25.7928 27.1161)'%3E %3Cstop offset='0.129' stop-color='%23FFBD4F'/%3E %3Cstop offset='0.186' stop-color='%23FFAC31'/%3E %3Cstop offset='0.247' stop-color='%23FF9D17'/%3E %3Cstop offset='0.283' stop-color='%23FF980E'/%3E %3Cstop offset='0.403' stop-color='%23FF563B'/%3E %3Cstop offset='0.467' stop-color='%23FF3750'/%3E %3Cstop offset='0.71' stop-color='%23F5156C'/%3E %3Cstop offset='0.782' stop-color='%23EB0878'/%3E %3Cstop offset='0.86' stop-color='%23E50080'/%3E %3C/radialGradient%3E %3CradialGradient id='paint2_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(15.0747 14.6752) scale(25.7928 27.1161)'%3E %3Cstop offset='0.3' stop-color='%23960E18'/%3E %3Cstop offset='0.351' stop-color='%23B11927' stop-opacity='0.74'/%3E %3Cstop offset='0.435' stop-color='%23DB293D' stop-opacity='0.343'/%3E %3Cstop offset='0.497' stop-color='%23F5334B' stop-opacity='0.094'/%3E %3Cstop offset='0.53' stop-color='%23FF3750' stop-opacity='0'/%3E %3C/radialGradient%3E %3CradialGradient id='paint3_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(18.1843 -2.56416) scale(18.6856 19.6444)'%3E %3Cstop offset='0.132' stop-color='%23FFF44F'/%3E %3Cstop offset='0.252' stop-color='%23FFDC3E'/%3E %3Cstop offset='0.506' stop-color='%23FF9D12'/%3E %3Cstop offset='0.526' stop-color='%23FF980E'/%3E %3C/radialGradient%3E %3CradialGradient id='paint4_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(12.2218 21.7581) scale(12.2811 12.9111)'%3E %3Cstop offset='0.353' stop-color='%233A8EE6'/%3E %3Cstop offset='0.472' stop-color='%235C79F0'/%3E %3Cstop offset='0.669' stop-color='%239059FF'/%3E %3Cstop offset='1' stop-color='%23C139E6'/%3E %3C/radialGradient%3E %3CradialGradient id='paint5_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(16.4842 12.4529) rotate(-14.261) scale(6.53025 7.99104)'%3E %3Cstop offset='0.206' stop-color='%239059FF' stop-opacity='0'/%3E %3Cstop offset='0.278' stop-color='%238C4FF3' stop-opacity='0.064'/%3E %3Cstop offset='0.747' stop-color='%237716A8' stop-opacity='0.45'/%3E %3Cstop offset='0.975' stop-color='%236E008B' stop-opacity='0.6'/%3E %3C/radialGradient%3E %3CradialGradient id='paint6_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(14.7491 2.47988) scale(8.83491 9.28826)'%3E %3Cstop stop-color='%23FFE226'/%3E %3Cstop offset='0.121' stop-color='%23FFDB27'/%3E %3Cstop offset='0.295' stop-color='%23FFC82A'/%3E %3Cstop offset='0.502' stop-color='%23FFA930'/%3E %3Cstop offset='0.732' stop-color='%23FF7E37'/%3E %3Cstop offset='0.792' stop-color='%23FF7139'/%3E %3C/radialGradient%3E %3CradialGradient id='paint7_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(21.6936 -3.41131) scale(37.6948 39.6288)'%3E %3Cstop offset='0.113' stop-color='%23FFF44F'/%3E %3Cstop offset='0.456' stop-color='%23FF980E'/%3E %3Cstop offset='0.622' stop-color='%23FF5634'/%3E %3Cstop offset='0.716' stop-color='%23FF3647'/%3E %3Cstop offset='0.904' stop-color='%23E31587'/%3E %3C/radialGradient%3E %3CradialGradient id='paint8_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(18.5165 -1.20777) rotate(84.2679) scale(29.0297 18.1413)'%3E %3Cstop stop-color='%23FFF44F'/%3E %3Cstop offset='0.06' stop-color='%23FFE847'/%3E %3Cstop offset='0.168' stop-color='%23FFC830'/%3E %3Cstop offset='0.304' stop-color='%23FF980E'/%3E %3Cstop offset='0.356' stop-color='%23FF8B16'/%3E %3Cstop offset='0.455' stop-color='%23FF672A'/%3E %3Cstop offset='0.57' stop-color='%23FF3647'/%3E %3Cstop offset='0.737' stop-color='%23E31587'/%3E %3C/radialGradient%3E %3CradialGradient id='paint9_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(14.541 5.92021) scale(23.5335 24.7411)'%3E %3Cstop offset='0.137' stop-color='%23FFF44F'/%3E %3Cstop offset='0.48' stop-color='%23FF980E'/%3E %3Cstop offset='0.592' stop-color='%23FF5634'/%3E %3Cstop offset='0.655' stop-color='%23FF3647'/%3E %3Cstop offset='0.904' stop-color='%23E31587'/%3E %3C/radialGradient%3E %3CradialGradient id='paint10_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(20.7532 7.3683) scale(25.7574 27.079)'%3E %3Cstop offset='0.094' stop-color='%23FFF44F'/%3E %3Cstop offset='0.231' stop-color='%23FFE141'/%3E %3Cstop offset='0.509' stop-color='%23FFAF1E'/%3E %3Cstop offset='0.626' stop-color='%23FF980E'/%3E %3C/radialGradient%3E %3ClinearGradient id='paint11_linear' x1='24.7926' y1='4.65804' x2='5.91365' y2='21.459' gradientUnits='userSpaceOnUse'%3E %3Cstop offset='0.167' stop-color='%23FFF44F' stop-opacity='0.8'/%3E %3Cstop offset='0.266' stop-color='%23FFF44F' stop-opacity='0.634'/%3E %3Cstop offset='0.489' stop-color='%23FFF44F' stop-opacity='0.217'/%3E %3Cstop offset='0.6' stop-color='%23FFF44F' stop-opacity='0'/%3E %3C/linearGradient%3E %3C/defs%3E %3C/svg%3E");
        }

@media (min-width: 1024px) {

    .support__link-icon {
            filter: grayscale(100);
            transition: 0.3s ease filter;
            transition: var(--t3) filter;
    }

            .support__link-icon--mac,
            .support__link-icon--ios {
                filter: unset;
                opacity: 0.6;
                transition: 0.3s ease opacity;
                transition: var(--t3) opacity;
            }
        }

.support__link-title {
        font-size: inherit;
        line-height: inherit;
        color: #4d4d4d;
        color: var(--gray900);
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 700;
    }

.support__link-desc {
        margin-top: 8px;
    }

.support__text {
        max-width: 700px;
        color: #4d4d4d;
        color: var(--gray900)
    }

.support__text .md__paragraph {
            margin: 26px 0;
        }

.support__text .md__strong {
            font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
            font-weight: 700;
        }

.support__text .md__list {
            padding-left: 24px;
        }

.support__text .md__list-elem {
            display: list-item;
            list-style-type: disc;
            margin-bottom: 26px
        }

.support__text .md__list-elem:last-child {
                margin-bottom: 0;
            }

.support__text .md__list_ordered > .md__list-elem {
                list-style-type: decimal;
            }

.support__text *:first-child {
            margin-top: 0;
        }

.support__text *:last-child {
            margin-bottom: 0;
        }

.support__text .md__code {
            color: #74a352;
            color: var(--vpngreen400);
        }

.support__text .md__table {
            width: 100%;
            border: none;
            border-collapse: collapse
        }

.support__text .md__table .md__th {
                padding: 10px;
                border: 1px solid #d8d8d8;
                border: 1px solid var(--gray300);
                border-top: none
            }

.support__text .md__table .md__th:first-child {
                    border-left: none;
                }

.support__text .md__table .md__th:last-child {
                    border-right: none;
                }

.support__text .md__table .md__td {
                padding: 5px 10px;
                border: 1px solid #d8d8d8;
                border: 1px solid var(--gray300)
            }

.support__text .md__table .md__td:first-child {
                    border-left: none;
                }

.support__text .md__table .md__td:last-child {
                    border-right: none;
                }

.support__text .md__table .md__tbody .md__tr:last-child .md__td {
                        border-bottom: none;
                    }

.support__contacts {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 16px 0 40px
    }

@media (min-width: 768px) {

    .support__contacts {
            flex-direction: row;
            flex-wrap: wrap;
            margin: 16px -12px 40px
    }
        }

.support__contact {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 24px
    }

@media (min-width: 768px) {

    .support__contact {
            width: calc(50% - 24px);
            margin: 0 12px;
            padding: 32px 24px
    }
        }

@media (min-width: 1024px) {

    .support__contact {
            width: calc(25% - 24px)
    }
        }

.support__contact-title {
        color: #4d4d4d;
        color: var(--gray900);
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 400
    }

@media (min-width: 768px) {

    .support__contact-title {
            margin-bottom: 4px
    }
        }

.support__contact-link {
        font-size: 1.4rem;
        line-height: 1.145;
        text-decoration: none;
        color: #74a352;
        color: var(--vpngreen400);
        transition: 0.3s ease color;
        transition: var(--t3) color
    }

.support__contact-link:hover {
            text-decoration: underline;
            color: #568040;
            color: var(--vpngreen700);
        }

.support__modal-title {
        margin: 0 0 28px;
        font-size: 1.45rem;
        text-align: center;
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 400;
    }

.support__button {
        margin-top: 13px;
        text-align: center
    }

@media (min-width: 768px) {

    .support__button {
            margin-top: 25px
    }
        }

.breadcrumbs {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 40px
}

@media (min-width: 768px) {

.breadcrumbs {
        max-width: 700px;
        margin: 0 0 40px
}
    }

.breadcrumbs--article {
        max-width: 100%;
    }

.breadcrumbs__item {
        width: auto;
        display: inline-flex;
        flex: none;
        position: relative;
        font-size: 14px;
        text-decoration: none;
        color: #888888;
        color: var(--gray700);
        transition: 0.3s ease color;
        transition: var(--t3) color
    }

.breadcrumbs__item:hover {
            color: #74a352;
            color: var(--vpngreen400)
        }

.breadcrumbs__item:hover::after {
                color: #888888;
                color: var(--gray700);
            }

.breadcrumbs__item::after {
            content: "/";
            width: auto;
            display: inline-flex;
            flex: none;
            margin: 0 4px;
        }

.breadcrumbs span.breadcrumbs__item {
        cursor: default
    }

.breadcrumbs span.breadcrumbs__item:hover {
            color: #888888;
            color: var(--gray700);
        }

.breadcrumbs span.breadcrumbs__item::after {
            display: none;
        }

.modal {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0 16px;
    background-color: rgba(0, 0, 0, 0.5);
    background-color: var(--blackshadow05);
    z-index: 21;
}

.modal--open {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

.modal__in {
        width: 100%;
        max-width: 600px;
        position: relative;
        border-radius: 8px;
        padding: 40px 24px 24px;
        background-color: #ffffff;
        background-color: var(--white);
        overflow-y: auto;
        z-index: 1
    }

@media (min-width: 768px) {

    .modal__in {
            padding: 48px
    }
        }

.modal__close {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 12px;
        right: 12px;
        margin: 0;
        border: none;
        padding: 0;
        background-color: transparent;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.5 20.5' fill='%23888888'%3E%3Cpath class='st0' d='M11.3 10.3l9-9c.3-.3.3-.8 0-1.1s-.8-.3-1.1 0l-9 9-9-9C1-.1.5-.1.2.2s-.3.8 0 1.1l9 9-9 9c-.3.3-.3.8 0 1.1.1.1.3.2.5.2s.4-.1.5-.2l9-9 9 9c.1.1.3.2.5.2s.4-.1.5-.2c.3-.3.3-.8 0-1.1l-8.9-9z' fill='%23888888'/%3E%3C/svg%3E");
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: center center;
        outline: none;
        z-index: 2;
        cursor: pointer
    }

@media (min-width: 768px) {

    .modal__close {
            top: 16px;
            right: 16px
    }
        }

.modal__close:hover {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.5 20.5' fill='%234d4d4d'%3E%3Cpath class='st0' d='M11.3 10.3l9-9c.3-.3.3-.8 0-1.1s-.8-.3-1.1 0l-9 9-9-9C1-.1.5-.1.2.2s-.3.8 0 1.1l9 9-9 9c-.3.3-.3.8 0 1.1.1.1.3.2.5.2s.4-.1.5-.2l9-9 9 9c.1.1.3.2.5.2s.4-.1.5-.2c.3-.3.3-.8 0-1.1l-8.9-9z' fill='%234d4d4d'/%3E%3C/svg%3E");
        }

.baloon-license {
    display: none;
    min-width: 176px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    padding-bottom: 16px;
    font-size: 1.2rem;
    text-align: left;
    color: #ffffff;
    color: var(--white);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease opacity, visibility;
    transition: var(--t3) opacity, visibility
}

.baloon-license:hover {
        opacity: 1;
        visibility: visible;
    }

@media (min-width: 1024px) {

.baloon-license {
        display: block
}
    }

.baloon-license__content {
        position: relative;
        border-radius: 8px;
        padding: 8px;
        background-color: #4d4d4d;
        background-color: var(--gray900)
    }

.baloon-license__content::before {
            content: "";
            width: 14px;
            height: 8px;
            position: absolute;
            left: 50%;
            bottom: -7px;
            transform: translateX(-50%);
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M10.5 6C8.94444 8.66667 5.05555 8.66667 3.5 6L0 0L14 1.21137e-06L10.5 6Z' fill='%234D4D4D'/%3E %3C/svg%3E");
            background-repeat: no-repeat;
            background-position: center;
        }

.baloon-license .md__link {
        color: #74a352;
        color: var(--vpngreen400);
        text-decoration: none
    }

.baloon-license .md__link:hover {
            text-decoration: underline;
        }

.header {
    position: relative;
    z-index: 10;
    height: 80px;
    height: var(--header-height);
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    font-family: "Akkurat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Arial, sans-serif;
    font-weight: 400
}

@media (max-width: 767px) {

.header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 50px;
        height: var(--header-height-mob)
}
    }

.header__substrate {
        visibility: hidden;
        opacity: 0;
        position: fixed;
        z-index: 10;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        transition: 0.3s ease opacity;
        transition: var(--t3) opacity;
    }

.header__menu-back {
        width: calc(100% - 60px);
        height: 60px;
        padding-left: 60px;
        font-size: 1.45rem;
        line-height: 60px;
        color: #4d4d4d;
        color: var(--grey4D);
        transition: left 0.2s ease;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 20;
        background-color: #fff;
        cursor: pointer;
        font-family: "Akkurat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Arial, sans-serif;
        font-weight: 700
    }

.header__menu-back:after {
            content: "";
            position: absolute;
            top: 20px;
            left: 30px;
            width: 19px;
            height: 19px;
            opacity: 0.49;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' fill='%234d4d4d'%3E%3Cpath d='M22.7 11.5H5.1l3.8-3.8c.4-.4.4-1 0-1.4s-1-.4-1.4 0L2 11.8l-.7.7L7 18.7c.1.2.4.3.7.3.2 0 .5-.1.7-.3.4-.4.4-1 .1-1.4L5 13.5h17.7c.6 0 1-.4 1-1s-.5-1-1-1z' fill='%234d4d4d'/%3E%3C/svg%3E");
        }

.header__menu-back:hover {
            background-color: #67b279;
            background-color: var(--green86);
            color: #fff
        }

.header__menu-back:hover:after {
                opacity: 1;
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' fill='%23ffffff'%3E%3Cpath d='M22.7 11.5H5.1l3.8-3.8c.4-.4.4-1 0-1.4s-1-.4-1.4 0L2 11.8l-.7.7L7 18.7c.1.2.4.3.7.3.2 0 .5-.1.7-.3.4-.4.4-1 .1-1.4L5 13.5h17.7c.6 0 1-.4 1-1s-.5-1-1-1z' fill='%23ffffff'/%3E%3C/svg%3E");
            }

.header__in {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
        max-width: calc(984px + 16px*2);
        max-width: calc(var(--content-width) + var(--m-padding)*2);
        margin: 0 auto;
        padding: 0 16px;
        padding: 0 var(--m-padding)
    }

@media (max-width: 1023px) {

    .header__in {
            width: 100%
    }
        }

.header__left {
        display: flex;
        align-items: center;
    }

.header__sandwich {
        display: none;
        width: 27px;
        height: 18px;
        margin-right: 15px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.7 12' fill='%23a8a8a8'%3E%3Cpath d='M16.7 2H1c-.6 0-1-.4-1-1s.4-1 1-1h15.7c.6 0 1 .4 1 1s-.5 1-1 1zm0 5H1c-.6 0-1-.4-1-1s.4-1 1-1h15.7c.6 0 1 .4 1 1s-.5 1-1 1zm0 5H1c-.6 0-1-.4-1-1s.4-1 1-1h15.7c.6 0 1 .4 1 1s-.5 1-1 1z'/%3E%3C/svg%3E");
        cursor: pointer;
        background-repeat: no-repeat
    }

@media (max-width: 1023px) {

    .header__sandwich {
            display: block
    }
        }

@media (max-width: 767px) {

    .header__sandwich {
            width: 18px;
            height: 14px;
            margin-right: 22px
    }
        }

.header__label {
        display: none;
        font-size: 1.6rem;
        color: #ffffff;
        color: var(--white-color);
        font-family: "Akkurat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Arial, sans-serif;
        font-weight: 600;
    }

.header__logo {
        display: block;
        width: 118px;
        height: 26px;
        margin-right: 25px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 118 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23232323' d='M92.535 18.314l-.897-2.259h-4.47l-.849 2.259h-3.034L88.13 6.809h2.708l4.796 11.505h-3.1zm-3.1-8.434l-1.468 3.949h2.904L89.435 9.88zm-6.607 4.095c0 .693-.117 1.324-.35 1.893a4.115 4.115 0 0 1-1.004 1.463 4.63 4.63 0 0 1-1.574.95c-.614.228-1.297.341-2.047.341-.761 0-1.447-.113-2.056-.34a4.468 4.468 0 0 1-1.55-.951 4.126 4.126 0 0 1-.978-1.463 5.038 5.038 0 0 1-.343-1.893V6.809H75.7v6.939c0 .314.041.612.123.893.081.282.206.534.375.756.169.222.392.398.669.528s.612.195 1.003.195c.392 0 .726-.065 1.003-.195a1.83 1.83 0 0 0 .677-.528 2.1 2.1 0 0 0 .376-.756c.076-.281.114-.58.114-.893v-6.94h2.79v7.167zm-11.446 3.64a8.898 8.898 0 0 1-1.982.715 10.43 10.43 0 0 1-2.472.276c-.924 0-1.775-.146-2.553-.439a5.895 5.895 0 0 1-2.006-1.235 5.63 5.63 0 0 1-1.314-1.909c-.315-.742-.473-1.568-.473-2.478 0-.92.16-1.755.482-2.502a5.567 5.567 0 0 1 1.33-1.91 5.893 5.893 0 0 1 1.99-1.21 7.044 7.044 0 0 1 2.463-.423c.913 0 1.762.138 2.545.414.783.277 1.419.648 1.908 1.114l-1.762 1.998a3.05 3.05 0 0 0-1.076-.772c-.446-.2-.952-.3-1.517-.3-.49 0-.941.09-1.354.268a3.256 3.256 0 0 0-1.077.747 3.39 3.39 0 0 0-.71 1.138 3.977 3.977 0 0 0-.253 1.438c0 .53.077 1.018.229 1.463.152.444.378.826.677 1.145.299.32.669.569 1.11.748.44.178.943.268 1.508.268.326 0 .636-.025.93-.073.294-.05.566-.128.816-.236v-2.096h-2.203V11.52h4.764v6.094zm46.107-5.086c0 1.007-.188 1.877-.563 2.608a5.262 5.262 0 0 1-1.484 1.804 6.199 6.199 0 0 1-2.08 1.04 8.459 8.459 0 0 1-2.35.333h-4.306V6.809h4.176c.816 0 1.62.095 2.414.284.794.19 1.501.504 2.121.943.62.438 1.12 1.026 1.5 1.763.382.736.572 1.646.572 2.73zm-2.904 0c0-.65-.106-1.19-.318-1.617a2.724 2.724 0 0 0-.848-1.024 3.4 3.4 0 0 0-1.208-.544 5.955 5.955 0 0 0-1.394-.163h-1.387v6.728h1.321c.5 0 .982-.057 1.444-.17.462-.115.87-.301 1.224-.562a2.78 2.78 0 0 0 .848-1.04c.212-.433.318-.97.318-1.608zm-55.226 0c0 1.007-.188 1.877-.563 2.608a5.262 5.262 0 0 1-1.484 1.804 6.199 6.199 0 0 1-2.08 1.04 8.459 8.459 0 0 1-2.35.333h-4.306V6.809h4.176c.816 0 1.62.095 2.414.284.794.19 1.501.504 2.121.943.62.438 1.12 1.026 1.5 1.763.382.736.572 1.646.572 2.73zm-2.904 0c0-.65-.106-1.19-.318-1.617a2.724 2.724 0 0 0-.848-1.024 3.4 3.4 0 0 0-1.207-.544 5.955 5.955 0 0 0-1.395-.163H51.3v6.728h1.321c.5 0 .982-.057 1.444-.17.462-.115.87-.301 1.224-.562a2.78 2.78 0 0 0 .848-1.04c.212-.433.318-.97.318-1.608zm-11.86 5.785l-.897-2.259h-4.47l-.848 2.259h-3.034L40.19 6.809h2.708l4.796 11.505h-3.1zm-3.1-8.434l-1.467 3.949h2.903L41.496 9.88zm61.203 8.434l-2.496-4.566h-.946v4.566h-2.74V6.809h4.404c.555 0 1.096.057 1.623.17.528.114 1 .306 1.42.577.418.271.752.629 1.003 1.073.25.444.375.996.375 1.657 0 .78-.212 1.436-.636 1.966-.425.531-1.012.91-1.762 1.138l3.018 4.924h-3.263zm-.114-7.979c0-.27-.057-.49-.171-.658a1.172 1.172 0 0 0-.44-.39 1.919 1.919 0 0 0-.604-.187 4.469 4.469 0 0 0-.645-.049H99.24v2.681h1.321c.228 0 .462-.018.701-.056.24-.038.457-.106.653-.204.196-.097.356-.238.481-.422s.188-.422.188-.715z'/%3E%3Cpath fill='%2368bc71' d='M12.651 0C8.697 0 3.927.93 0 2.977c0 4.42-.054 15.433 12.651 22.958C25.357 18.41 25.303 7.397 25.303 2.977 21.376.93 16.606 0 12.651 0z'/%3E%3Cpath fill='%2367b279' d='M12.638 25.927C-.054 18.403 0 7.396 0 2.977 3.923.932 8.687.002 12.638 0v25.927z'/%3E%3Cpath fill='%23fff' d='M12.19 17.305l7.65-10.311c-.56-.45-1.052-.133-1.323.113h-.01l-6.379 6.636-2.403-2.892c-1.147-1.325-2.705-.314-3.07-.047l5.535 6.5'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
    }

.header__logo--hidden {
            display: none;
        }

@media (max-width: 1200px) {

    .header__logo {
            width: 100px;
            height: 20px;
            margin-right: 5px
    }
        }

@media (max-width: 1023px) {

    .header__logo {
            width: 118px;
            height: 26px;
            margin-right: 0
    }
        }

@media (max-width: 767px) {

    .header__logo {
            width: 93px;
            height: 20px
    }
        }

.header__nav {
        transition: 0.3s ease transform;
        transition: var(--t3) transform;
    }

.header__nav-in {
            display: flex
        }

@media (max-width: 1023px) {

        .header__nav-in {
                flex-direction: column;
                min-height: 100vh;
                padding-top: 60px;
                z-index: 15;
                background-color: #fff
        }
            }

@media (max-width: 1023px) {

    .header__nav {
            width: calc(100% - 60px);
            height: 100vh;
            overflow-y: auto;
            position: fixed;
            z-index: 10;
            top: 0;
            left: -100%;
            transition: left 0.2s ease
    }
        }

@media (max-width: 1023px) {
            .header__nav .header__item--dropdown:after {
                position: absolute;
                right: 20px;
                top: calc(50% - 3.5px);
                margin: 0;
            }
        }

.header__badge {
        display: inline-block;
        margin-left: 10px;
        width: 56px;
        height: 24px;
        border-radius: 4px;
        background: #c23814;
        background: var(--red400);
        color: #ffffff;
        color: var(--white);
        text-align: center;
        line-height: 24px;
    }

.header__badge--beta {
            margin-left: 9px;
            background: #a1b5eb;
            background: var(--slateblue300);
        }

.header__item-wr {
        position: relative;
        cursor: pointer;
    }

@media (max-width: 1023px) {

        .header__item-wr--right {
                display: none;
                margin-right: 0
        }
            }

@media (max-width: 1023px) {

        .header__item-wr--right-lang {
                display: block;
                margin-right: 0
        }
            }

.header__item-wr--last {
            margin-right: 0;
        }

@media (max-width: 1023px) {

        .header__item-wr--purchase {
                order: 1
        }
            }

@media (max-width: 1023px) {

        .header__item-wr--products {
                order: 3
        }
            }

@media (max-width: 1023px) {

        .header__item-wr--faq {
                order: 4
        }
            }

@media (max-width: 1023px) {

        .header__item-wr--support {
                order: 5
        }
            }

@media (max-width: 1023px) {

        .header__item-wr--report {
                order: 5
        }
            }

@media (max-width: 1023px) {

        .header__item-wr--discuss {
                order: 6
        }
            }

@media (max-width: 1023px) {

        .header__item-wr--blog {
                order: 7
        }
            }

@media (max-width: 1023px) {

        .header__item-wr--auth {
                order: 8
        }
            }

.header__item {
        display: block;
        position: relative;
        max-width: 140px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-left: 16px;
        padding-right: 16px;
        font-size: 1.45rem;
        text-align: center;
        line-height: 80px;
        text-decoration: none;
        color: #4d4d4d;
        color: var(--grey4D);
    }

.header__item:hover, .header__item--active {
            box-shadow: inset 0 -2px 0 0 #67b279;
            box-shadow: inset 0 -2px 0 0 var(--green86);
        }

.header__item:focus {
            outline: 0;
        }

.header__item.header__item-active:hover {
                box-shadow: none;
            }

.header__item--mobile {
            display: none
        }

@media (max-width: 1023px) {

        .header__item--mobile {
                display: block
        }
            }

.header__item--dropdown {
            padding-right: 38px;
            max-width: 150px
        }

.header__item--dropdown:after {
                content: "";
                position: absolute;
                top: 38px;
                right: 15px;
                width: 11px;
                height: 7px;
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 7' fill='none' stroke='%23888888' stroke-width='1.215' stroke-linecap='round'%3E%3Cpath d='M1 1L5.4 6 10 1' stroke='%23888888'/%3E%3C/svg%3E")
            }

@media (max-width: 1023px) {

            .header__item--dropdown:after {
                    position: static;
                    display: inline-block;
                    margin-left: 10px;
                    margin-bottom: 2px
            }
                }

.header__item--dropdown-disabled {
            cursor: default
        }

.header__item--dropdown-disabled:after {
                display: none;
            }

.header__item--phone {
            font-family: "Akkurat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Arial, sans-serif;
            font-weight: 700
        }

@media (max-width: 1023px) {
                .header__item--phone:before {
                    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 17 20' xmlns='http://www.w3.org/2000/svg' stroke='%234d4d4d'%3E%3Cg fill='none' fill-rule='evenodd' transform='' stroke='%234d4d4d'%3E%3Crect height='18.5' rx='3' stroke='%234d4d4d' stroke-width='1.5' width='15.5' x='.75' y='.75'/%3E%3Cpath d='m1.29276316 13.5542903h14.41447364' fill='%23d8d8d8' stroke='%234d4d4d' stroke-linecap='square' stroke-width='1.5'/%3E%3Ccircle cx='8.5' cy='16.80429' fill='%23898d96' r='1' stroke='%234d4d4d'/%3E%3C/g%3E%3C/svg%3E");
                    background-repeat: no-repeat;
                    content: "";
                    position: absolute;
                    top: 20px;
                    left: 30px;
                    width: 19px;
                    height: 19px;
                    opacity: 0.49;
                    background-color: transparent;
                }
            }

.header__item--account {
            padding-left: 10px;
            border: 0;
            background-color: transparent;
            cursor: pointer;
            max-width: 170px;
            font-family: "Akkurat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Arial, sans-serif;
            font-weight: 400
        }

.header__item--account:before {
                content: "";
                position: absolute;
                left: -12px;
                top: 33px;
                width: 1px;
                height: 18px;
                background-color: #d8d8d8;
                background-color: var(--greyE3);
            }

@media (max-width: 1023px) {
                .header__item--account:before {
                    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 21 21' xmlns='http://www.w3.org/2000/svg' stroke='%234d4d4d'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%234d4d4d' stroke-width='1.5' transform=''%3E%3Crect height='18.5' rx='4' width='18.5' x='1.644167' y='1.17929' stroke='%234d4d4d'/%3E%3Ccircle cx='11.023218' cy='10.54693' r='3.60651' stroke='%234d4d4d'/%3E%3Cpath d='m16.6583494 18.6615785c-.5221217-2.5721636-2.7961997-4.508138-5.5224487-4.508138-2.72624902 0-5.00032699 1.9359744-5.52244864 4.508138' stroke-linecap='round' stroke='%234d4d4d'/%3E%3C/g%3E%3C/svg%3E");
                    content: "";
                    position: absolute;
                    top: 20px;
                    left: 30px;
                    width: 19px;
                    height: 19px;
                    opacity: 0.49;
                    background-color: transparent;
                }
            }

@media (max-width: 1200px) {

        .header__item--account {
                max-width: 160px
        }
            }

.header__item--account-desktop {
                max-width: 250px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

.header__item--button {
            padding-top: 0;
            padding-bottom: 0;
        }

@media (max-width: 1023px) {
                .header__item--reg:before {
                    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 21 21' xmlns='http://www.w3.org/2000/svg' fill='%234d4d4d'%3E%3Cg fill='%234d4d4d' fill-rule='evenodd' stroke='%23898d96' stroke-width='1.5' transform=''%3E%3Crect height='18.5' rx='4' width='18.5' x='1.644167' y='1.17929' fill='%234d4d4d'/%3E%3Ccircle cx='11.023218' cy='10.54693' r='3.60651' fill='%234d4d4d'/%3E%3Cpath d='m16.6583494 18.6615785c-.5221217-2.5721636-2.7961997-4.508138-5.5224487-4.508138-2.72624902 0-5.00032699 1.9359744-5.52244864 4.508138' stroke-linecap='round' fill='%234d4d4d'/%3E%3C/g%3E%3C/svg%3E");
                    content: "";
                    position: absolute;
                    top: 20px;
                    left: 30px;
                    width: 19px;
                    height: 19px;
                    opacity: 0.49;
                    background-color: transparent;
                }
                    .header__item--reg:hover:before {
                        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 21 21' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff'%3E%3Cg fill='%23ffffff' fill-rule='evenodd' stroke='%23898d96' stroke-width='1.5' transform=''%3E%3Crect height='18.5' rx='4' width='18.5' x='1.644167' y='1.17929' fill='%23ffffff'/%3E%3Ccircle cx='11.023218' cy='10.54693' r='3.60651' fill='%23ffffff'/%3E%3Cpath d='m16.6583494 18.6615785c-.5221217-2.5721636-2.7961997-4.508138-5.5224487-4.508138-2.72624902 0-5.00032699 1.9359744-5.52244864 4.508138' stroke-linecap='round' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E");
                    }
            }

@media (max-width: 1023px) {
                .header__item--logout:before {
                    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 21' xmlns='http://www.w3.org/2000/svg' fill='%234d4d4d'%3E%3Cg fill='%234d4d4d' fill-rule='evenodd' stroke-width='1.5' transform='translate(.140625 .335938)'%3E%3Cpath d='m12.641762 17.6559315v-15.0482812c0-.94428908-.8172552-1.75804688-1.7580469-1.75804688h-8.36015622c-.94079164 0-1.75804687.8137578-1.75804687 1.75804688v15.0482812c0 .9442891.81725523 1.7580469 1.75804687 1.7580469h8.36015622c.9407917 0 1.7580469-.8137578 1.7580469-1.7580469z' stroke='%23888d96' fill='%234d4d4d'/%3E%3Cg stroke='%23898d96' stroke-linecap='square' fill='%234d4d4d'%3E%3Cpath d='m8.79367607 9.7056189h8.40185303' fill='%234d4d4d'/%3E%3Cpath d='m15.5438491 6.96489189 2.4876956 2.74889122-2.4546305 2.73256279' fill='%234d4d4d'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
                    content: "";
                    position: absolute;
                    top: 20px;
                    left: 30px;
                    width: 19px;
                    height: 19px;
                    opacity: 0.49;
                    background-color: transparent;
                }
                    .header__item--logout:hover:before {
                        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 21' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff'%3E%3Cg fill='%23ffffff' fill-rule='evenodd' stroke-width='1.5' transform='translate(.140625 .335938)'%3E%3Cpath d='m12.641762 17.6559315v-15.0482812c0-.94428908-.8172552-1.75804688-1.7580469-1.75804688h-8.36015622c-.94079164 0-1.75804687.8137578-1.75804687 1.75804688v15.0482812c0 .9442891.81725523 1.7580469 1.75804687 1.7580469h8.36015622c.9407917 0 1.7580469-.8137578 1.7580469-1.7580469z' stroke='%23888d96' fill='%23ffffff'/%3E%3Cg stroke='%23898d96' stroke-linecap='square' fill='%23ffffff'%3E%3Cpath d='m8.79367607 9.7056189h8.40185303' fill='%23ffffff'/%3E%3Cpath d='m15.5438491 6.96489189 2.4876956 2.74889122-2.4546305 2.73256279' fill='%23ffffff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
                    }
            }

.header__item--home {
            display: none
        }

@media (max-width: 1023px) {

        .header__item--home {
                display: block;
                order: 2
        }

                .header__item--home:before {
                    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' fill='%234d4d4d'%3E%3Cpath d='M23.1 11.4L13 2.3h-1L1.9 11.4c-.4.4-.4 1-.1 1.4.2.2.5.3.7.3s.5-.1.7-.3l1.2-1.1v7.7c0 1.8 1.5 3.2 3.4 3.2H17c1.9 0 3.4-1.4 3.4-3.2v-7.7l1.2 1.1c.2.2.4.3.7.3s.5-.1.7-.3c.5-.4.5-1 .1-1.4zm-6 9.3H7.9c-.8 0-1.4-.5-1.4-1.2V9.9l6-5.3 6.1 5.3v9.6c0 .7-.7 1.2-1.5 1.2z' fill='%234d4d4d'/%3E%3C/svg%3E");
                    content: "";
                    position: absolute;
                    top: 20px;
                    left: 30px;
                    width: 19px;
                    height: 19px;
                    opacity: 0.49;
                    background-color: transparent;
                }
            }

@media (max-width: 1023px) {
                .header__item--products:before {
                    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' fill='%234d4d4d'%3E%3Cpath d='M18.5 19.1h-12c-2.8 0-5-2.2-5-5V6.5c0-2.8 2.2-5 5-5h12c2.8 0 5 2.2 5 5v7.6c0 2.8-2.2 5-5 5zM6.5 3.5c-1.7 0-3 1.3-3 3v7.6c0 1.7 1.3 3 3 3h12c1.7 0 3-1.3 3-3V6.5c0-1.7-1.3-3-3-3h-12z' fill='%234d4d4d'/%3E%3Cpath d='M8.6 18.7H10.6V23H8.6z' fill='%234d4d4d'/%3E%3Cpath d='M14.4 18.7H16.4V23H14.4z' fill='%234d4d4d'/%3E%3Cpath d='M21.8 23.5H3.2c-.6 0-1-.4-1-1s.4-1 1-1h18.5c.6 0 1 .4 1 1s-.4 1-.9 1z' fill='%234d4d4d'/%3E%3C/svg%3E");
                    content: "";
                    position: absolute;
                    top: 20px;
                    left: 30px;
                    width: 19px;
                    height: 19px;
                    opacity: 0.49;
                    background-color: transparent;
                }
            }

@media (max-width: 1023px) {
                .header__item--faq:before {
                    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' fill='%234d4d4d'%3E%3Cpath class='st0' d='M12.5 23.5c-6.1 0-11-4.9-11-11s4.9-11 11-11 11 4.9 11 11-4.9 11-11 11zm0-20c-5 0-9 4-9 9s4 9 9 9 9-4 9-9-4-9-9-9z' fill='%234d4d4d'/%3E%3Cpath class='st0' d='M8.9 8.9c1-1.2 2.3-1.8 3.9-1.8 1.1 0 2 .3 2.7.9s1 1.4 1 2.4c0 .5-.1.9-.2 1.3s-.4.7-.7 1-.6.5-1 .6-.8.3-1.3.4l-.2 1.3h-1.3l-.3-2.6.1-.1c2-.1 3-.7 3-1.8 0-.5-.2-.8-.5-1.1s-.8-.4-1.3-.4c-.9 0-1.8.4-2.6 1.3L8.9 8.9zm2.5 9.6v-2.2h2.1v2.2h-2.1z' fill='%234d4d4d'/%3E%3C/svg%3E");
                    content: "";
                    position: absolute;
                    top: 20px;
                    left: 30px;
                    width: 19px;
                    height: 19px;
                    opacity: 0.49;
                    background-color: transparent;
                }
            }

@media (max-width: 1023px) {
                .header__item--blog:before {
                    background-image: url("data:image/svg+xml;charset=utf-8,%26%23xFEFF;%3Csvg xmlns='http://www.w3.org/2000/svg' width='19px' height='19px' viewBox='0 0 19 19' fill='%234d4d4d'%3E %3Cpath d='M0,1 L0,18 C6.76353751e-17,18.5522847 0.44771525,19 1,19 L18,19 C18.5522847,19 19,18.5522847 19,18 L19,1 C19,0.44771525 18.5522847,-1.01453063e-16 18,0 L1,0 C0.44771525,1.01453063e-16 -6.76353751e-17,0.44771525 0,1 Z M1.72727273,1.72727273 L17.2727273,1.72727273 L17.2727273,17.2727273 L1.72727273,17.2727273 L1.72727273,1.72727273 Z M4.31818182,5.18181818 C4.31818182,5.65879137 4.70484499,6.04545455 5.18181818,6.04545455 L13.8181818,6.04545455 C14.295155,6.04545455 14.6818182,5.65879137 14.6818182,5.18181818 C14.6818182,4.70484499 14.295155,4.31818182 13.8181818,4.31818182 L5.18181818,4.31818182 C4.70484499,4.31818182 4.31818182,4.70484499 4.31818182,5.18181818 Z M4.31818182,9.5 C4.31818182,9.97697319 4.70484499,10.3636364 5.18181818,10.3636364 L13.8181818,10.3636364 C14.295155,10.3636364 14.6818182,9.97697319 14.6818182,9.5 C14.6818182,9.02302681 14.295155,8.63636364 13.8181818,8.63636364 L5.18181818,8.63636364 C4.70484499,8.63636364 4.31818182,9.02302681 4.31818182,9.5 Z M4.31818182,13.8181818 C4.31818182,14.295155 4.70484499,14.6818182 5.18181818,14.6818182 L13.8181818,14.6818182 C14.295155,14.6818182 14.6818182,14.295155 14.6818182,13.8181818 C14.6818182,13.3412086 14.295155,12.9545455 13.8181818,12.9545455 L5.18181818,12.9545455 C4.70484499,12.9545455 4.31818182,13.3412086 4.31818182,13.8181818 Z' fill='%234d4d4d'/%3E%3C/svg%3E");
                    content: "";
                    position: absolute;
                    top: 20px;
                    left: 30px;
                    width: 19px;
                    height: 19px;
                    opacity: 0.49;
                    background-color: transparent;
                }
            }

@media (max-width: 1023px) {
                .header__item--discuss:before {
                    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' fill='%234d4d4d'%3E%3Cpath class='st0' d='M5.5 23.5v-4.1c-2.3-.5-4-2.5-4-4.9v-8c0-2.8 2.2-5 5-5h12c2.8 0 5 2.2 5 5v8c0 2.8-2.2 5-5 5h-5.4l-7.6 4zm1-20c-1.6 0-3 1.3-3 3v8c0 1.4 1 2.7 2.4 2.9l1.6.3v2.4l5.1-2.7h5.9c1.6 0 3-1.3 3-3v-8c0-1.6-1.3-3-3-3h-12z' fill='%234d4d4d'/%3E%3C/svg%3E");
                    content: "";
                    position: absolute;
                    top: 20px;
                    left: 30px;
                    width: 19px;
                    height: 19px;
                    opacity: 0.49;
                    background-color: transparent;
                }
            }

.header__item--report {
            display: none
        }

@media (max-width: 1023px) {

        .header__item--report {
                display: block
        }

                .header__item--report:before {
                    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23' fill='%234d4d4d'%3E%3Cg fill='%234d4d4d' fill-rule='evenodd'%3E%3Cpath fill='%234d4d4d' fill-rule='nonzero' d='M11.5 22.5c-6.1 0-11-4.9-11-11s4.9-11 11-11 11 4.9 11 11-4.9 11-11 11zm0-20c-5 0-9 4-9 9s4 9 9 9 9-4 9-9-4-9-9-9z'/%3E%3Cpath fill='%234d4d4d' d='M11.036 13.43l-.705-6.63v-.3h2.67v.3l-.705 6.63h-1.26zM10.451 17v-2.4h2.43V17h-2.43z'/%3E%3C/g%3E%3C/svg%3E");
                    background-size: 100%;
                    content: "";
                    position: absolute;
                    top: 20px;
                    left: 30px;
                    width: 19px;
                    height: 19px;
                    opacity: 0.49;
                    background-color: transparent;
                }
                    .header__item--report:hover:before {
                        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23' fill='%23ffffff'%3E%3Cg fill='%23ffffff' fill-rule='evenodd'%3E%3Cpath fill='%23ffffff' fill-rule='nonzero' d='M11.5 22.5c-6.1 0-11-4.9-11-11s4.9-11 11-11 11 4.9 11 11-4.9 11-11 11zm0-20c-5 0-9 4-9 9s4 9 9 9 9-4 9-9-4-9-9-9z'/%3E%3Cpath fill='%23ffffff' d='M11.036 13.43l-.705-6.63v-.3h2.67v.3l-.705 6.63h-1.26zM10.451 17v-2.4h2.43V17h-2.43z'/%3E%3C/g%3E%3C/svg%3E");
                    }
            }

.header__item--support {
            padding-left: 40px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 80px;
            min-width: 140px;
            max-width: 185px
        }

.header__item--support:before {
                content: "";
                position: absolute;
                left: -12px;
                top: 33px;
                width: 1px;
                height: 18px;
                background-color: #d8d8d8;
                background-color: var(--greyE3);
            }

.header__item--support:after {
                content: "";
                position: absolute;
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.8 4.21992H19.2C20.1941 4.21992 21 4.99688 21 5.9553V15.4998C21 16.4583 20.1941 17.2352 19.2 17.2352H9.96832L7.3817 19.9403C7.0448 20.2927 6.47542 20.315 6.10996 19.9902C5.92512 19.8259 5.81998 19.5946 5.81998 19.3522V17.2352H4.8C3.80589 17.2352 3 16.4583 3 15.4998V5.9553C3 4.99688 3.80589 4.21992 4.8 4.21992Z' stroke='%2367B279' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M6 8H12' stroke='%2367B279' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M15 8H17' stroke='%2367B279' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M6 12H12' stroke='%2367B279' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M15 12H17' stroke='%2367B279' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
                left: 10px;
                top: 28px;
                width: 23px;
                height: 23px;
            }

.header__item--support-shield:after {
                background-repeat: no-repeat;
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.3 30.3'%3E %3Cg transform='translate(2,0)'%3E %3Cpath fill='%23ccc' d='M13.7,2c4,0,8.7,0.9,12.7,3c0,4.4,0.1,15.4-12.7,23C0.9,20.4,1,9.4,1,5C4.9,2.9,9.7,2,13.7,2 M13.7,0C8.9,0,4,1.2,0.1,3.2L-1,3.8V5V5c0,4.5,0,16.5,13.6,24.6l1,0.6l1-0.6C28.3,21.6,28.3,9.6,28.3,5V5V3.8l-1.1-0.6C23.3,1.2,18.4,0,13.7,0L13.7,0z'/%3E %3Cpath fill='%23ccc' d='M13.2,19.3L20.8,9c-0.6-0.4-1.1-0.1-1.3,0.1h0l-6.4,6.6l-2.4-2.9c-1.1-1.3-2.7-0.3-3.1,0L13.2,19.3'/%3E %3C/g%3E %3C/svg%3E");
            }

@media (max-width: 1023px) {
                .header__item--shield:before {
                    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.3 30.3' fill='%234d4d4d'%3E %3Cg transform='translate(2,0)' fill='%234d4d4d'%3E %3Cpath fill='%234d4d4d' d='M13.7,2c4,0,8.7,0.9,12.7,3c0,4.4,0.1,15.4-12.7,23C0.9,20.4,1,9.4,1,5C4.9,2.9,9.7,2,13.7,2 M13.7,0C8.9,0,4,1.2,0.1,3.2L-1,3.8V5V5c0,4.5,0,16.5,13.6,24.6l1,0.6l1-0.6C28.3,21.6,28.3,9.6,28.3,5V5V3.8l-1.1-0.6C23.3,1.2,18.4,0,13.7,0L13.7,0z'/%3E %3Cpath fill='%234d4d4d' d='M13.2,19.3L20.8,9c-0.6-0.4-1.1-0.1-1.3,0.1h0l-6.4,6.6l-2.4-2.9c-1.1-1.3-2.7-0.3-3.1,0L13.2,19.3'/%3E %3C/g%3E %3C/svg%3E");
                    background-repeat: no-repeat;
                    content: "";
                    position: absolute;
                    top: 20px;
                    left: 30px;
                    width: 19px;
                    height: 19px;
                    opacity: 0.49;
                    background-color: transparent;
                }
                    .header__item--shield:hover:before {
                        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.3 30.3' fill='%23ffffff'%3E %3Cg transform='translate(2,0)' fill='%23ffffff'%3E %3Cpath fill='%23ffffff' d='M13.7,2c4,0,8.7,0.9,12.7,3c0,4.4,0.1,15.4-12.7,23C0.9,20.4,1,9.4,1,5C4.9,2.9,9.7,2,13.7,2 M13.7,0C8.9,0,4,1.2,0.1,3.2L-1,3.8V5V5c0,4.5,0,16.5,13.6,24.6l1,0.6l1-0.6C28.3,21.6,28.3,9.6,28.3,5V5V3.8l-1.1-0.6C23.3,1.2,18.4,0,13.7,0L13.7,0z'/%3E %3Cpath fill='%23ffffff' d='M13.2,19.3L20.8,9c-0.6-0.4-1.1-0.1-1.3,0.1h0l-6.4,6.6l-2.4-2.9c-1.1-1.3-2.7-0.3-3.1,0L13.2,19.3'/%3E %3C/g%3E %3C/svg%3E");
                    }
            }

@media (max-width: 1023px) {

    .header__item {
            max-width: none;
            max-width: initial;
            width: 100%;
            height: 60px;
            padding-left: 60px;
            line-height: 60px;
            text-align: left;
    }

            .header__item--active,
            .header__item:hover {
                background-color: #f3f3f3;
                background-color: var(--greyf5);
                box-shadow: none;
            }
        }

.header__item--lang {
            padding-left: 26px;
            padding-right: 41px;
            color: #888888;
            color: var(--grey81)
        }

.header__item--lang:before {
                content: "";
                position: absolute;
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23818181' fill='none' fill-rule='evenodd'%3E%3Ccircle cx='8' cy='8' r='7.5'/%3E%3Cellipse cx='8' cy='8' rx='3.5' ry='7.5'/%3E%3Cpath d='M1.5 4.889h13M1.5 10.889h13' stroke-linecap='square'/%3E%3C/g%3E%3C/svg%3E");
                left: 0;
                top: calc(50% - 8px);
                width: 16px;
                height: 16px;
                background-size: 100%;
            }

@media(max-width: 1023px) {

        .header__item--lang {
                padding-right: 0;
                line-height: 80px;
                height: auto;
                white-space: nowrap;
                transition: 0.3s ease box-shadow, 0.3s ease background-color, 0.3s ease color;
                transition: var(--t3) box-shadow, var(--t3) background-color, var(--t3) color
        }

                .header__item--lang:hover {
                    box-shadow: inset 0 -2px 0 0 #67b279;
                    box-shadow: inset 0 -2px 0 0 var(--green86);
                    background-color: transparent;
                    color: #4d4d4d;
                    color: var(--grey4D)
                }

                    .header__item--lang:hover:after {
                        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 7' fill='none' stroke='%23888888' stroke-width='1.215' stroke-linecap='round'%3E%3Cpath d='M1 1L5.4 6 10 1' stroke='%23888888'/%3E%3C/svg%3E");
                    }

                .header__item--lang:before {
                    display: block;
                }
            }

@media (max-width: 767px) {

        .header__item--lang {
                line-height: 50px
        }
            }

.header__item--landing {
            max-width: none;
            max-width: initial
        }

@media (max-width: 1200px) {

        .header__item--landing {
                padding-left: 30px
        }
            }

.header__item--dashboard {
            max-width: none;
            max-width: initial;
        }

.header__item--error {
            max-width: 100%;
        }

@media (max-width: 1023px) {

        .header__item--purchase {
                color: #fff;
                background-color: #67b279;
                background-color: var(--green86);
                box-shadow: none
        }

                .header__item--purchase:before {
                    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' fill='%23ffffff'%3E%3Cpath class='st0' d='M17.4 22.5H6.8c-2 0-3.8-2.6-4.2-5.8L1.5 7.3h7.9v2H3.7l.8 7.2c.3 2.4 1.6 4 2.2 4h10.6c.6 0 1.9-1.6 2.2-4l.8-7.2h-4v-2h6.2l-1.1 9.4c-.1 3.2-2 5.8-4 5.8z' fill='%23ffffff'/%3E%3Cpath class='st0' d='M12.5 9.5c-.2 0-.3 0-.5-.1-.5-.3-.6-.9-.4-1.4l4.1-7c.3-.5.9-.6 1.4-.4.5.3.6.9.4 1.4l-4.1 7c-.2.3-.6.5-.9.5z' fill='%23ffffff'/%3E%3C/svg%3E");
                    content: "";
                    position: absolute;
                    top: 20px;
                    left: 30px;
                    width: 19px;
                    height: 19px;
                    opacity: 0.49;
                    background-color: transparent;

                    opacity: 1;
                }

                .header__item--purchase:hover {
                    background-color: #67b279;
                    background-color: var(--green86);
                }
            }

.header__dropdown {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1);
        transition: 0.3s ease opacity;
        transition: var(--t3) opacity;
    }

.header__dropdown--right {
            left: auto;
            left: initial;
            right: 0;
        }

.header__dropdown--open {
            display: block;
        }

.header__dropdown--lang {
            background-color: #ffffff;
            background-color: var(--white-color);
            left: auto;
            left: initial;
            right: 0;
            grid-column-gap: 0;
            -moz-column-gap: 0;
                 column-gap: 0;
            -moz-column-count: 3;
                 column-count: 3;
            padding: 12px
        }

.header__dropdown--lang .header__dropdown-item {
                display: inline-block;
                vertical-align: top;
                width: 160px;
                height: 36px;
                padding: 7px 10px 7px 15px;
                font-size: 1.4rem;
                text-overflow: ellipsis;
                overflow: hidden;
            }

@media (max-width: 1023px) {

        .header__dropdown--lang {
                max-width: 320px;
                -moz-column-count: 2;
                     column-count: 2;
                padding: 10px 0
        }

                .header__dropdown--lang .header__dropdown-item {
                    height: 32px;
                    padding: 6px 10px 7px 15px;
                    font-size: 1.3rem;
                }
            }

.header__dropdown--products {
            min-width: 252px;
        }

.header__dropdown--discuss {
            min-width: 150px;
        }

.header__dropdown--account {
            width: 250px;
        }

@media (max-width: 1023px) {

    .header__dropdown {
            position: static;
            box-shadow: none;
    }

            .header__dropdown--lang {
                position: absolute;
                left: auto;
                left: initial;
                right: -15px;
                box-shadow: 0 0 4px rgba(23, 23, 23, 0.1);
            }
        }

.header__dropdown-item {
        display: block;
        height: 60px;
        padding: 18px 20px;
        white-space: nowrap;
        text-decoration: none;
        font-size: 1.45rem;
        color: #4d4d4d;
        color: var(--grey4D);
        background-color: #fff
    }

.header__dropdown-item:hover {
            background-color: #f3f3f3;
            background-color: var(--greyf5);
        }

.header__dropdown-item--mark {
            font-family: "Akkurat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Arial, sans-serif;
            font-weight: 700;
        }

.header__dropdown-item--sub {
            position: relative
        }

.header__dropdown-item--sub:after {
                content: "";
                position: absolute;
                right: 20px;
                top: calc(50% - 3.5px);
                width: 11px;
                height: 7px;
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 7' fill='none' stroke='%23888888' stroke-width='1.215' stroke-linecap='round'%3E%3Cpath d='M1 1L5.4 6 10 1' stroke='%23888888'/%3E%3C/svg%3E");
                background-repeat: no-repeat
            }

@media (min-width: 1024px) {

            .header__dropdown-item--sub:after {
                    transform: rotate(-90deg)
            }
                }

@media (max-width: 1023px) {

    .header__dropdown-item {
            width: 100%;
            padding-left: 30px
    }
        }

.header__dropdown-item--area {
            position: relative
        }

.header__dropdown-item--area:before {
                content: "";
                display: inline-block;
                vertical-align: middle;
                width: 21px;
                height: 21px;
                margin-bottom: 3px;
                margin-right: 15px;
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 21 21' xmlns='http://www.w3.org/2000/svg' stroke='%234d4d4d'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%234d4d4d' stroke-width='1.5' transform=''%3E%3Crect height='18.5' rx='4' width='18.5' x='1.644167' y='1.17929' stroke='%234d4d4d'/%3E%3Ccircle cx='11.023218' cy='10.54693' r='3.60651' stroke='%234d4d4d'/%3E%3Cpath d='m16.6583494 18.6615785c-.5221217-2.5721636-2.7961997-4.508138-5.5224487-4.508138-2.72624902 0-5.00032699 1.9359744-5.52244864 4.508138' stroke-linecap='round' stroke='%234d4d4d'/%3E%3C/g%3E%3C/svg%3E");
                background-repeat: no-repeat;
            }

.header__dropdown-item--exit {
            position: relative;
            background-color: #fff
        }

.header__dropdown-item--exit:hover {
                background-color: #f3f3f3;
                background-color: var(--greyf5);
            }

.header__dropdown-item--exit:before {
                content: "";
                position: absolute;
                top: 21px;
                left: 24px;
                width: 19px;
                height: 21px;
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 21' xmlns='http://www.w3.org/2000/svg' stroke='%234d4d4d'%3E%3Cg fill='none' fill-rule='evenodd' stroke-width='1.5' transform='translate(.140625 .335938)' stroke='%234d4d4d'%3E%3Cpath d='m12.641762 17.6559315v-15.0482812c0-.94428908-.8172552-1.75804688-1.7580469-1.75804688h-8.36015622c-.94079164 0-1.75804687.8137578-1.75804687 1.75804688v15.0482812c0 .9442891.81725523 1.7580469 1.75804687 1.7580469h8.36015622c.9407917 0 1.7580469-.8137578 1.7580469-1.7580469z' stroke='%234d4d4d'/%3E%3Cg stroke='%234d4d4d' stroke-linecap='square'%3E%3Cpath d='m8.79367607 9.7056189h8.40185303' stroke='%234d4d4d'/%3E%3Cpath d='m15.5438491 6.96489189 2.4876956 2.74889122-2.4546305 2.73256279' stroke='%234d4d4d'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
                background-repeat: no-repeat;
            }

@media (max-width: 1023px) {
                .header__dropdown-item--exit:before {
                    content: "";
                    position: absolute;
                    top: 20px;
                    left: 30px;
                    width: 19px;
                    height: 19px;
                    opacity: 0.49;
                    background-color: transparent;

                    left: 33px;
                }
            }

.header__dropdown-item--medium {
            font-family: "Akkurat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Arial, sans-serif;
            font-weight: 600;
        }

.header__logout-submit {
        position: relative;
        z-index: 1;
        display: inline-block;
        border: 0;
        padding: 20px 20px 20px 60px;
        color: inherit;
        font-size: 1.45rem;
        cursor: pointer;
        text-align: left;
        width: 100%;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        border-radius: 0;
        background-color: transparent;
        font-family: "Akkurat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Arial, sans-serif;
        font-weight: 400
    }

.header__logout-submit:hover {
            background-color: transparent;
        }

@media (max-width: 1023px) {

    .header__logout-submit {
            padding: 0;
            padding-left: 60px;
            padding-right: 14px
    }
        }

.header__dropdown-sub {
        display: none
    }

@media (min-width: 1024px) {

    .header__dropdown-sub {
            position: absolute;
            left: 100%;
            bottom: 0;
            box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1)
    }
        }

.header__dropdown-sub--open {
            display: block;
        }

.header__dropdown-sub-item {
        display: block;
        white-space: nowrap;
        height: 48px;
        background-color: #fff;
        padding: 12px 35px;
        color: #4d4d4d;
        color: var(--grey4D);
        font-size: 1.45rem;
        text-decoration: none
    }

@media (max-width: 1023px) {

    .header__dropdown-sub-item {
            width: 100%
    }
        }

.header__dropdown-sub-item:hover {
            background-color: #f3f3f3;
            background-color: var(--greyf5);
        }

.header__right {
        position: relative;
        display: flex;
        align-items: center;
    }

.header__support-label {
        font-size: 1.3rem;
        line-height: 19px;
        text-align: left;
    }

.header__support-phone {
        line-height: 20px;
    }

.header--fixed {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
    }

.header--transparent .header__item--support:after, .header--presentation .header__item--support:after {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.8 4.21992H19.2C20.1941 4.21992 21 4.99688 21 5.9553V15.4998C21 16.4583 20.1941 17.2352 19.2 17.2352H9.96832L7.3817 19.9403C7.0448 20.2927 6.47542 20.315 6.10996 19.9902C5.92512 19.8259 5.81998 19.5946 5.81998 19.3522V17.2352H4.8C3.80589 17.2352 3 16.4583 3 15.4998V5.9553C3 4.99688 3.80589 4.21992 4.8 4.21992Z' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M6 8H12' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M15 8H17' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M6 12H12' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M15 12H17' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
        }

@media (min-width: 768px) {

    .header--transparent,
    .header--presentation {
            background-color: transparent;
            box-shadow: none
    }

            .header--transparent .header__sandwich, .header--presentation .header__sandwich {
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.7 12' fill='%23ffffff'%3E%3Cpath d='M16.7 2H1c-.6 0-1-.4-1-1s.4-1 1-1h15.7c.6 0 1 .4 1 1s-.5 1-1 1zm0 5H1c-.6 0-1-.4-1-1s.4-1 1-1h15.7c.6 0 1 .4 1 1s-.5 1-1 1zm0 5H1c-.6 0-1-.4-1-1s.4-1 1-1h15.7c.6 0 1 .4 1 1s-.5 1-1 1z' fill='%23ffffff'/%3E%3C/svg%3E");
            }
                .header--transparent .header__item--lang, .header--presentation .header__item--lang {
                    max-width: 150px;
                    color: #ffffff;
                    color: var(--white-color);
                }
        }

@media(min-width: 768px) and (min-width: 1024px) {

            .header--transparent .header__item, .header--presentation .header__item {
                    color: #ffffff;
                    color: var(--white-color)
            }
                }

@media (min-width: 768px) {

            .header--transparent .header__logo, .header--presentation .header__logo {
                display: none;
            }

            .header--transparent .header__item--lang:before, .header--presentation .header__item--lang:before {
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff'%3E%3Cg stroke='%23ffffff' fill='none' fill-rule='evenodd'%3E%3Ccircle cx='8' cy='8' r='7.5' stroke='%23ffffff'/%3E%3Cellipse cx='8' cy='8' rx='3.5' ry='7.5' stroke='%23ffffff'/%3E%3Cpath d='M1.5 4.889h13M1.5 10.889h13' stroke-linecap='square' stroke='%23ffffff'/%3E%3C/g%3E%3C/svg%3E");
            }
        }

@media (min-width: 768px) {
            .header--presentation .header__logo {
                display: block;
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 118 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M92.535 18.314l-.897-2.259h-4.47l-.849 2.259h-3.034L88.13 6.809h2.708l4.796 11.505h-3.1zm-3.1-8.434l-1.468 3.949h2.904L89.435 9.88zm-6.607 4.095c0 .693-.117 1.324-.35 1.893a4.115 4.115 0 0 1-1.004 1.463 4.63 4.63 0 0 1-1.574.95c-.614.228-1.297.341-2.047.341-.761 0-1.447-.113-2.056-.34a4.468 4.468 0 0 1-1.55-.951 4.126 4.126 0 0 1-.978-1.463 5.038 5.038 0 0 1-.343-1.893V6.809H75.7v6.939c0 .314.041.612.123.893.081.282.206.534.375.756.169.222.392.398.669.528s.612.195 1.003.195c.392 0 .726-.065 1.003-.195a1.83 1.83 0 0 0 .677-.528 2.1 2.1 0 0 0 .376-.756c.076-.281.114-.58.114-.893v-6.94h2.79v7.167zm-11.446 3.64a8.898 8.898 0 0 1-1.982.715 10.43 10.43 0 0 1-2.472.276c-.924 0-1.775-.146-2.553-.439a5.895 5.895 0 0 1-2.006-1.235 5.63 5.63 0 0 1-1.314-1.909c-.315-.742-.473-1.568-.473-2.478 0-.92.16-1.755.482-2.502a5.567 5.567 0 0 1 1.33-1.91 5.893 5.893 0 0 1 1.99-1.21 7.044 7.044 0 0 1 2.463-.423c.913 0 1.762.138 2.545.414.783.277 1.419.648 1.908 1.114l-1.762 1.998a3.05 3.05 0 0 0-1.076-.772c-.446-.2-.952-.3-1.517-.3-.49 0-.941.09-1.354.268a3.256 3.256 0 0 0-1.077.747 3.39 3.39 0 0 0-.71 1.138 3.977 3.977 0 0 0-.253 1.438c0 .53.077 1.018.229 1.463.152.444.378.826.677 1.145.299.32.669.569 1.11.748.44.178.943.268 1.508.268.326 0 .636-.025.93-.073.294-.05.566-.128.816-.236v-2.096h-2.203V11.52h4.764v6.094zm46.107-5.086c0 1.007-.188 1.877-.563 2.608a5.262 5.262 0 0 1-1.484 1.804 6.199 6.199 0 0 1-2.08 1.04 8.459 8.459 0 0 1-2.35.333h-4.306V6.809h4.176c.816 0 1.62.095 2.414.284.794.19 1.501.504 2.121.943.62.438 1.12 1.026 1.5 1.763.382.736.572 1.646.572 2.73zm-2.904 0c0-.65-.106-1.19-.318-1.617a2.724 2.724 0 0 0-.848-1.024 3.4 3.4 0 0 0-1.208-.544 5.955 5.955 0 0 0-1.394-.163h-1.387v6.728h1.321c.5 0 .982-.057 1.444-.17.462-.115.87-.301 1.224-.562a2.78 2.78 0 0 0 .848-1.04c.212-.433.318-.97.318-1.608zm-55.226 0c0 1.007-.188 1.877-.563 2.608a5.262 5.262 0 0 1-1.484 1.804 6.199 6.199 0 0 1-2.08 1.04 8.459 8.459 0 0 1-2.35.333h-4.306V6.809h4.176c.816 0 1.62.095 2.414.284.794.19 1.501.504 2.121.943.62.438 1.12 1.026 1.5 1.763.382.736.572 1.646.572 2.73zm-2.904 0c0-.65-.106-1.19-.318-1.617a2.724 2.724 0 0 0-.848-1.024 3.4 3.4 0 0 0-1.207-.544 5.955 5.955 0 0 0-1.395-.163H51.3v6.728h1.321c.5 0 .982-.057 1.444-.17.462-.115.87-.301 1.224-.562a2.78 2.78 0 0 0 .848-1.04c.212-.433.318-.97.318-1.608zm-11.86 5.785l-.897-2.259h-4.47l-.848 2.259h-3.034L40.19 6.809h2.708l4.796 11.505h-3.1zm-3.1-8.434l-1.467 3.949h2.903L41.496 9.88zm61.203 8.434l-2.496-4.566h-.946v4.566h-2.74V6.809h4.404c.555 0 1.096.057 1.623.17.528.114 1 .306 1.42.577.418.271.752.629 1.003 1.073.25.444.375.996.375 1.657 0 .78-.212 1.436-.636 1.966-.425.531-1.012.91-1.762 1.138l3.018 4.924h-3.263zm-.114-7.979c0-.27-.057-.49-.171-.658a1.172 1.172 0 0 0-.44-.39 1.919 1.919 0 0 0-.604-.187 4.469 4.469 0 0 0-.645-.049H99.24v2.681h1.321c.228 0 .462-.018.701-.056.24-.038.457-.106.653-.204.196-.097.356-.238.481-.422s.188-.422.188-.715z'/%3E%3Cpath fill='%2368bc71' d='M12.651 0C8.697 0 3.927.93 0 2.977c0 4.42-.054 15.433 12.651 22.958C25.357 18.41 25.303 7.397 25.303 2.977 21.376.93 16.606 0 12.651 0z'/%3E%3Cpath fill='%2367b279' d='M12.638 25.927C-.054 18.403 0 7.396 0 2.977 3.923.932 8.687.002 12.638 0v25.927z'/%3E%3Cpath fill='%23fff' d='M12.19 17.305l7.65-10.311c-.56-.45-1.052-.133-1.323.113h-.01l-6.379 6.636-2.403-2.892c-1.147-1.325-2.705-.314-3.07-.047l5.535 6.5'/%3E%3C/svg%3E");
            }
        }

.header--reports .header__dropdown--lang {
            left: auto;
            left: initial;
            right: 0
        }

@media (max-width: 1023px) {
        .header--reports .header__dropdown--lang {
                right: -15px
        }
            }

@supports (display: grid) {
                .header--reports .header__dropdown--lang.header__dropdown--open {
                    grid-template-rows: repeat(11, 1fr)
                }

                    @media (max-width: 1023px) {
                .header--reports .header__dropdown--lang.header__dropdown--open {
                        grid-template-rows: repeat(15, 1fr)
                }
                    }
            }

@media (max-width: 767px) {

    .header--mobile-relative {
            position: relative
    }

            .header--mobile-relative + div {
                padding-top: 0;
            }
        }

.header--account .header__logo {
            width: 93px;
            height: 26px;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='118' height='33'%3E%3Cg fill='none'%3E%3Cpath d='M93.971 17.05l-.875-2.191h-4.36l-.828 2.191h-2.96l4.727-11.16h2.641l4.68 11.16H93.97zm-3.023-8.18l-1.433 3.83h2.833l-1.4-3.83zm-6.309 3.978c0 .673-.113 1.286-.339 1.838a3.995 3.995 0 0 1-.97 1.42c-.42.394-.928.702-1.523.923a5.645 5.645 0 0 1-1.98.331c-.736 0-1.398-.11-1.987-.331a4.318 4.318 0 0 1-1.499-.923 4.007 4.007 0 0 1-.946-1.42 4.909 4.909 0 0 1-.332-1.838V5.89h2.682v6.737c0 .305.04.594.118.868.08.273.2.518.363.733.163.216.379.387.647.513s.592.19.97.19c.379 0 .702-.064.97-.19a1.77 1.77 0 0 0 .655-.513c.169-.215.29-.46.363-.733.074-.274.11-.563.11-.868V5.89h2.698v6.958zm-11.43 3.547a8.238 8.238 0 0 1-1.87.696 9.563 9.563 0 0 1-2.333.269 6.61 6.61 0 0 1-2.41-.427 5.54 5.54 0 0 1-1.894-1.202 5.486 5.486 0 0 1-1.24-1.858c-.297-.722-.446-1.525-.446-2.41 0-.897.152-1.709.454-2.436a5.421 5.421 0 0 1 1.255-1.858 5.535 5.535 0 0 1 1.879-1.178 6.47 6.47 0 0 1 2.325-.411c.862 0 1.663.134 2.402.403.74.269 1.34.63 1.802 1.083L71.47 9.011a2.883 2.883 0 0 0-1.016-.75 3.368 3.368 0 0 0-1.432-.293c-.462 0-.888.087-1.279.26-.39.174-.728.417-1.016.728-.287.31-.51.68-.67 1.107-.159.427-.238.893-.238 1.4 0 .516.072.99.215 1.422.144.432.357.804.64 1.115.282.31.63.553 1.046.727.416.174.89.261 1.425.261.308 0 .6-.024.877-.071.278-.047.534-.124.77-.23v-2.039h-2.078v-2.182h4.496v5.93zM118 11.438c0 .978-.177 1.821-.532 2.53a5.078 5.078 0 0 1-1.403 1.75 5.803 5.803 0 0 1-1.966 1.009c-.73.215-1.47.323-2.221.323h-4.071V5.89h3.948c.77 0 1.532.092 2.282.276.75.184 1.419.488 2.005.914.586.426 1.059.996 1.419 1.71.36.715.54 1.598.54 2.648zm-2.745 0c0-.63-.1-1.153-.3-1.568a2.628 2.628 0 0 0-.802-.993 3.175 3.175 0 0 0-1.141-.528 5.493 5.493 0 0 0-1.319-.158h-1.31v6.526h1.248c.473 0 .928-.055 1.365-.165.437-.11.823-.292 1.157-.544.334-.252.601-.589.802-1.009.2-.42.3-.94.3-1.56zm-53.474 0c0 .978-.178 1.821-.533 2.53a5.078 5.078 0 0 1-1.403 1.75 5.803 5.803 0 0 1-1.966 1.009c-.73.215-1.47.323-2.22.323h-4.072V5.89h3.948c.77 0 1.532.092 2.282.276.75.184 1.419.488 2.005.914.586.426 1.059.996 1.419 1.71.36.715.54 1.598.54 2.648zm-2.746 0c0-.63-.1-1.153-.3-1.568a2.628 2.628 0 0 0-.802-.993 3.175 3.175 0 0 0-1.141-.528 5.493 5.493 0 0 0-1.319-.158h-1.31v6.526h1.248c.473 0 .928-.055 1.365-.165.437-.11.823-.292 1.157-.544.334-.252.601-.589.802-1.009.2-.42.3-.94.3-1.56zM47.636 17.05l-.875-2.191h-4.36l-.828 2.191h-2.96L43.34 5.89h2.641l4.68 11.16h-3.025zm-3.023-8.18L43.18 12.7h2.833l-1.4-3.83zm58.864 8.18l-2.367-4.43h-.898v4.43h-2.599V5.89h4.177c.526 0 1.04.055 1.54.166.5.11.949.296 1.346.56.397.262.714.609.951 1.04.238.43.356.966.356 1.607 0 .757-.2 1.393-.603 1.908-.402.514-.96.882-1.671 1.103l2.862 4.776h-3.094zm-.109-7.74c0-.262-.054-.475-.162-.638a1.12 1.12 0 0 0-.418-.378 1.79 1.79 0 0 0-.572-.181 4.145 4.145 0 0 0-.611-.048h-1.408v2.601h1.253c.217 0 .438-.018.665-.055.227-.037.433-.103.62-.197.185-.095.337-.231.456-.41.118-.179.177-.41.177-.693z' fill='%23242424'/%3E%3Cpath fill='%2368BC71' d='M15.225 0C10.465 0 4.725 1.109 0 3.55c0 5.27-.065 18.4 15.225 27.372C30.515 21.951 30.45 8.82 30.45 3.55 25.724 1.11 19.984 0 15.225 0z'/%3E%3Cpath fill='%2367B279' d='M15.21 30.913C-.066 21.942 0 8.818 0 3.55 4.72 1.111 10.453.002 15.21 0v30.913z'/%3E%3Cpath fill='%23FFF' d='M14.67 20.632l9.206-12.294c-.675-.535-1.266-.157-1.592.136h-.012l-7.677 7.912-2.892-3.448c-1.38-1.58-3.255-.375-3.694-.056l6.66 7.75'/%3E%3Cpath fill='%234D4D4D' d='M40.176 32l.684-2.016h3.696L45.252 32h1.104l-3.012-8.508h-1.248l-3 8.508h1.08zm4.032-3.024h-3.012l1.5-4.416 1.512 4.416zm6.472 3.192c.924 0 1.764-.396 2.28-.912a2.964 2.964 0 0 0 .84-1.968h-1.104a1.949 1.949 0 0 1-.468 1.224c-.336.372-.9.648-1.548.648a2.16 2.16 0 0 1-1.548-.648c-.65-.672-.714-1.72-.72-2.58v-.18c0-.888.024-2.04.72-2.76a2.16 2.16 0 0 1 1.548-.648c.648 0 1.2.252 1.536.624.276.312.456.72.468 1.188h1.104a2.903 2.903 0 0 0-.84-1.944c-.516-.516-1.344-.876-2.268-.876-.852 0-1.692.312-2.304.912-.924.9-1.068 2.148-1.068 3.504 0 1.356.144 2.604 1.068 3.504.612.6 1.452.912 2.304.912zm8.008 0c.924 0 1.764-.396 2.28-.912a2.964 2.964 0 0 0 .84-1.968h-1.104a1.949 1.949 0 0 1-.468 1.224c-.336.372-.9.648-1.548.648a2.16 2.16 0 0 1-1.548-.648c-.65-.672-.714-1.72-.72-2.58v-.18c0-.888.024-2.04.72-2.76a2.16 2.16 0 0 1 1.548-.648c.648 0 1.2.252 1.536.624.276.312.456.72.468 1.188h1.104a2.903 2.903 0 0 0-.84-1.944c-.516-.516-1.344-.876-2.268-.876-.852 0-1.692.312-2.304.912-.924.9-1.068 2.148-1.068 3.504 0 1.356.144 2.604 1.068 3.504.612.6 1.452.912 2.304.912zm8.02 0A3.26 3.26 0 0 0 69 31.256c.924-.9 1.092-2.148 1.092-3.504 0-1.356-.168-2.604-1.092-3.504a3.26 3.26 0 0 0-2.292-.912 3.26 3.26 0 0 0-2.292.912c-.924.9-1.092 2.148-1.092 3.504 0 1.356.168 2.604 1.092 3.504.612.6 1.44.912 2.292.912zm0-1.02c-.576 0-1.14-.216-1.548-.636-.65-.672-.724-1.72-.731-2.58l-.001-.18c0-.888.036-2.04.732-2.76.408-.42.972-.636 1.548-.636.576 0 1.14.216 1.548.636.696.72.732 1.872.732 2.76 0 .888-.036 2.04-.732 2.76-.408.42-.972.636-1.548.636zm8.488 1.008c1.908 0 3.108-1.152 3.108-3.276v-5.388h-1.068v5.412c0 1.356-.564 2.256-2.04 2.256s-2.04-.9-2.04-2.256v-5.412h-1.068v5.388c0 2.124 1.2 3.276 3.108 3.276zm6.7-.156v-6.84L86.072 32h1.2v-8.508H86.24v6.864l-4.176-6.864h-1.2V32h1.032zm10.744 0v-7.512h2.532v-.996h-6.144v.996h2.532V32h1.08z'/%3E%3C/g%3E%3C/svg%3E");
            background-size: 100%
        }

@media (min-width: 768px) {
        .header--account .header__logo {
                width: 119px;
                height: 33px
        }
            }

@media(max-width: 1023px) {
            .header.menu-active .header__menu-back {
                left: 0;
            }

            .header.menu-active .header__nav {
                left: 0
            }

                .header.menu-active .header__nav .header__item-active {
                    font-family: "Akkurat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Arial, sans-serif;
                    font-weight: 700
                }

                    .header.menu-active .header__nav .header__item-active:after {
                        transform: rotate(180deg);
                    }

                .header.menu-active .header__nav .header__dropdown-item--sub-open {
                    font-family: "Akkurat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Arial, sans-serif;
                    font-weight: 700
                }

                    .header.menu-active .header__nav .header__dropdown-item--sub-open:after {
                        transform: rotate(180deg);
                    }

            .header.menu-active .header__substrate {
                opacity: 0.4;
                visibility: visible;
            }
    }

.header__download-button {
        text-transform: none;
        padding: 6px 20px 6px 30px;
        font-size: 1.3rem;
        font-family: "Akkurat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Arial, sans-serif;
        font-weight: 600
    }

.header__download-button .icon--download {
            width: 16px;
            height: 16px;
            margin: 0 8px -3px -12px;
        }

@media (min-width: 768px) {

    .header__download-button {
            padding: 10px 34px 10px 43px;
            font-size: 1.5rem
    }

            .header__download-button .icon--download {
                width: 20px;
                height: 20px;
                margin: 0 8px -4px -10px;
            }
        }

.header__button {
        padding-left: 18px;
        padding-right: 18px;
        line-height: 80px
    }

@media (max-width: 1023px) {

    .header__button {
            display: none
    }
        }

.translated-ltr .header--fixed,
.translated-rtl .header--fixed {
    top: 40px;
}

.header {
    flex: 0 0 auto;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
    font-weight: 400
}

@media (min-width: 768px) {

.header {
        box-shadow: none
}
    }

.header .button {
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 700;
    }

.header__logo {
        display: block;
        width: 146px;
        height: 28px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 248 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='17.86' cy='17.742' rx='17.68' ry='17.742' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.3 10.654c3.757.195 7.484.66 10.811 2.737 1.993 1.244 3.176 3.034 3.211 5.428.056 3.754-2.61 5.682-6.103 5.26a34.312 34.312 0 01-4.35-.951c-2.527-.647-5.025-.46-7.523.145-1.198.29-2.367.717-3.6.84-2.319.229-4.745-.592-5.591-2.886a6.471 6.471 0 012.561-7.796c3.208-2.096 6.839-2.59 10.583-2.777z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.882 17.907c.02 1.363-.913 2.524-2.042 2.543-1.002.017-1.994-1.142-2.01-2.348-.017-1.322.882-2.429 2.01-2.475 1.13-.045 2.023.953 2.042 2.28zM12.019 17.907c.019 1.363-.913 2.524-2.042 2.543-1.002.017-1.995-1.142-2.01-2.348-.018-1.322.881-2.429 2.01-2.475 1.129-.045 2.023.953 2.042 2.28z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.939 47.687c-5.832-3.52-9.659-7.564-12.17-11.598-.811-1.303.724-2.767 2.002-1.922a19.758 19.758 0 0021.809-.031c1.276-.85 2.816.612 2.007 1.916-2.512 4.047-6.345 8.104-12.193 11.635a1.416 1.416 0 01-1.455 0z' fill='%2374A352'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M49.26 34.684l7.935-19.036h3.755l7.935 19.036h-4.258l-1.693-4.24h-7.829l-1.692 4.24H49.26zm7.3-7.912h4.92l-2.46-6.13-2.46 6.13zm14.45 7.912V15.783h7.221c2.892 0 5.255.895 7.088 2.686 1.834 1.791 2.751 4.046 2.751 6.764 0 2.7-.921 4.95-2.764 6.75-1.842 1.8-4.2 2.7-7.075 2.7h-7.22zm4.074-3.754h3.147c1.675 0 3.024-.526 4.047-1.58 1.022-1.052 1.534-2.425 1.534-4.117 0-1.674-.516-3.042-1.547-4.104-1.032-1.062-2.376-1.593-4.034-1.593h-3.147V30.93zm24.792 4.078c-2.874 0-5.215-.919-7.022-2.755-1.808-1.836-2.711-4.176-2.711-7.02 0-2.718.925-5.027 2.777-6.926 1.851-1.899 4.161-2.848 6.93-2.848 1.604 0 2.962.211 4.073.634 1.11.423 2.177 1.076 3.2 1.958l-2.566 3.159c-.776-.666-1.525-1.152-2.248-1.458-.723-.306-1.587-.46-2.592-.46-1.48 0-2.737.581-3.769 1.742-1.031 1.161-1.547 2.561-1.547 4.2 0 1.727.525 3.158 1.574 4.292s2.393 1.701 4.033 1.701c1.517 0 2.795-.378 3.835-1.134v-2.7h-4.1v-3.591h8.041v8.208c-2.31 1.998-4.946 2.998-7.908 2.998zm19.545-.028c-2.521 0-4.487-.715-5.898-2.146-1.41-1.431-2.116-3.515-2.116-6.25V15.782h4.074v10.692c0 1.512.348 2.669 1.044 3.47.697.8 1.68 1.201 2.949 1.201 1.27 0 2.253-.387 2.949-1.16.697-.775 1.045-1.9 1.045-3.376V15.783h4.073v10.665c0 2.808-.718 4.932-2.155 6.372-1.438 1.44-3.426 2.16-5.965 2.16zm9.224-.296l7.935-19.036h3.755l7.935 19.036h-4.258l-1.693-4.24h-7.829l-1.693 4.24h-4.152zm7.3-7.912h4.919l-2.459-6.13-2.46 6.13zm14.45 7.912V15.783h8.464c2.345 0 4.144.639 5.396 1.917 1.057 1.08 1.586 2.538 1.586 4.374 0 2.898-1.322 4.851-3.967 5.86l4.523 6.75h-4.761l-4.02-6.049h-3.147v6.049h-4.074zm4.074-9.721h4.126c.987 0 1.754-.248 2.301-.742.546-.495.819-1.157.819-1.985 0-.882-.282-1.553-.846-2.012-.564-.459-1.349-.688-2.354-.688h-4.046v5.427zm14.318 9.72v-18.9h7.22c2.892 0 5.255.895 7.089 2.686 1.833 1.791 2.75 4.046 2.75 6.764 0 2.7-.921 4.95-2.764 6.75-1.842 1.8-4.2 2.7-7.075 2.7h-7.22zm4.073-3.753h3.147c1.676 0 3.024-.526 4.047-1.58 1.023-1.052 1.534-2.425 1.534-4.117 0-1.674-.516-3.042-1.547-4.104-1.032-1.062-2.376-1.593-4.034-1.593h-3.147V30.93zM203.097 34.414l7.669-18.128H208.6l-6.37 15.505-6.344-15.505h-2.242l7.669 18.128h1.784zm13.198-.128v-6.352h4.332c2.004 0 3.673-.514 5.006-1.543 1.334-1.028 2-2.477 2-4.345 0-1.783-.603-3.189-1.809-4.217-1.206-1.029-2.828-1.543-4.866-1.543h-6.676v18h2.013zm4.408-8.203h-4.408v-7.92h4.51c1.478 0 2.646.338 3.503 1.016.858.677 1.287 1.641 1.287 2.893 0 1.217-.446 2.19-1.338 2.918-.891.729-2.076 1.093-3.554 1.093zm12.561 8.203v-14.76l11.517 14.76h1.605v-18h-1.962V30.71l-11.236-14.425h-1.886v18h1.962z' fill='%23131313'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
    }

@media (min-width: 1024px) {

    .header__item--mobile {
            display: none
    }
        }

@media (max-width: 1023px) {
            .header__item--mobile::before {
                display: none;
            }

            .header__item--mobile::after {
                display: none;
            }
        }

@media (max-width: 1023px) {
            .header__item--dropdown::before {
                display: none;
            }
        }

.header__item--dropdown::after {
            top: 35px;
        }

.header__dropdown-item {
        height: unset;
        padding: 20px;
    }

.header__dropdown-item--mark {
            font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
            font-weight: 700;
        }

.header__item--desktop {
        display: flex;
        align-items: center
    }

@media (max-width: 1023px) {

    .header__item--desktop {
            display: none
    }
        }

@media (max-width: 1023px) {
            .header__item--support:after {
                top: 20px;
                left: 28px;
            }
        }

@media (max-width: 1023px) {
            .header__item--account:before {
                left: 28px;
            }
        }

.header__item-wr--purchase {
        margin-left: 15px
    }

@media (max-width: 1023px) {

    .header__item-wr--purchase {
            margin-left: 0
    }
        }

@media (max-width: 1023px) {

    .header__item--purchase {
            background-color: #74a352;
            background-color: var(--vpngreen400)
    }
        }

.header__menu-back:hover {
            background-color: #74a352;
            background-color: var(--vpngreen400);
        }

.feed {
    word-wrap: break-word;
}

.feed__item {
        margin-bottom: 25px;
    }

.feed__version-desc div, .feed__version-desc span, .feed__version-desc h1, .feed__version-desc h2, .feed__version-desc h3, .feed__version-desc h4, .feed__version-desc h5, .feed__version-desc h6, .feed__version-desc p, .feed__version-desc blockquote, .feed__version-desc pre, .feed__version-desc a, .feed__version-desc abbr, .feed__version-desc acronym, .feed__version-desc big, .feed__version-desc cite, .feed__version-desc code, .feed__version-desc del, .feed__version-desc dfn, .feed__version-desc em, .feed__version-desc img, .feed__version-desc ins, .feed__version-desc kbd, .feed__version-desc q, .feed__version-desc s, .feed__version-desc samp, .feed__version-desc small, .feed__version-desc strike, .feed__version-desc strong, .feed__version-desc sub, .feed__version-desc sup, .feed__version-desc tt, .feed__version-desc var, .feed__version-desc b, .feed__version-desc u, .feed__version-desc i, .feed__version-desc center, .feed__version-desc dl, .feed__version-desc dt, .feed__version-desc dd, .feed__version-desc ol, .feed__version-desc ul, .feed__version-desc li, .feed__version-desc article, .feed__version-desc aside, .feed__version-desc details, .feed__version-desc embed, .feed__version-desc section, .feed__version-desc summary, .feed__version-desc time, .feed__version-desc time {
            margin: 0;
            padding: 0;
            border: 0;
            font-size: 1.8rem;
            line-height: 34px;
            font-family: inherit;
            font-weight: inherit;
            vertical-align: baseline;
        }

.feed__version-desc article, .feed__version-desc aside, .feed__version-desc details, .feed__version-desc section {
            display: block;
        }

.feed__version-desc ol, .feed__version-desc ul {
            list-style: none;
        }

.feed__version-desc blockquote, .feed__version-desc q {
            quotes: none;
        }

.feed__version-desc blockquote:before, .feed__version-desc blockquote:after, .feed__version-desc q:before, .feed__version-desc q:after {
            content: none;
        }

.feed__version-desc h1, .feed__version-desc h2, .feed__version-desc h3, .feed__version-desc h4 {
            margin-bottom: 15px;
            font-size: 1.7rem;
            font-family: "Akkurat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Arial, sans-serif;
            font-weight: 600;
        }

.feed__version-desc p, .feed__version-desc div {
            margin-bottom: 10px;
        }

.feed__version-desc ul {
            list-style: disc;
            margin-bottom: 15px;
            padding-left: 15px;
        }

.feed__version-desc a {
            color: #67b279;
            color: var(--green400);
            transition: 0.3s ease color;
            transition: var(--t3) color;
            text-decoration: none;
        }

.feed__version-desc a:hover {
        text-decoration: underline;
    }

.feed__version-desc a:hover {
                color: #67b279;
                color: var(--green400);
            }

.feed__version-desc strong, .feed__version-desc strong p {
            font-size: 1.4rem;
            font-family: "Akkurat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Arial, sans-serif;
            font-weight: 600;
        }

.feed__version-desc img {
            max-width: 100%;
        }

.feed__version-desc blockquote {
            padding: 10px;
            border: 1px solid rgb(169, 68, 66);
            background-color: rgb(242, 222, 222);
            margin-bottom: 10px;
            border-radius: 6px;
        }

.feed__header {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 15px;
        text-decoration: none;
        font-family: "Akkurat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Arial, sans-serif;
        font-weight: 600;
    }

.feed__title {
        display: block;
        margin: 0 0 3px;
        font-size: 2.7rem;
        color: #4d4d4d;
        color: var(--gray900);
        font-style: normal;
        font-family: "Akkurat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Arial, sans-serif;
        font-weight: 700;
    }

.feed__link {
        color: #4d4d4d;
        color: var(--gray900);
        font-size: 1.6rem;
        font-family: "Akkurat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Arial, sans-serif;
        font-weight: 600;
        text-decoration: none;
    }

.feed__link:hover {
        text-decoration: underline;
    }

.feed__link .md__em {
            font-style: normal;
        }

.feed__redirect {
        min-height: calc(100vh - 147px);
        position: relative;
        padding: 100px 0
    }

@media (min-width: 768px) {

    .feed__redirect {
            min-height: calc(100vh - 227px);
            padding-top: 0
    }
        }

.feed__redirect:after {
            content: "";
            position: absolute;
            z-index: 1001;
            left: 50%;
            top: 80px;
            width: 60px;
            height: 60px;
            margin-left: -30px;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.6 47.6'%3E%3Cpath opacity='.235' fill='%23979797' d='M44.4 11.9l-5.2 3c1.5 2.6 2.4 5.6 2.4 8.9 0 9.8-8 17.8-17.8 17.8-6.6 0-12.3-3.6-15.4-8.9l-5.2 3C7.3 42.8 15 47.6 23.8 47.6c13.1 0 23.8-10.7 23.8-23.8 0-4.3-1.2-8.4-3.2-11.9z'/%3E%3Cpath fill='%2366b574' d='M3.2 35.7C0 30.2-.8 23.8.8 17.6 2.5 11.5 6.4 6.4 11.9 3.2 17.4 0 23.8-.8 30 .8c6.1 1.6 11.3 5.6 14.4 11.1l-5.2 3c-2.4-4.1-6.2-7.1-10.8-8.3C23.8 5.4 19 6 14.9 8.4s-7.1 6.2-8.3 10.8c-1.2 4.6-.6 9.4 1.8 13.5l-5.2 3z'/%3E%3C/svg%3E");
            will-change: transform;
            -webkit-animation: clockwise 2s linear infinite;
                    animation: clockwise 2s linear infinite;
        }

.accordion--open .accordion__title {
            color: #4d4d4d;
            color: var(--gray-base);
            font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
            font-weight: 400
        }

.accordion--open .accordion__title:before {
                transform: rotate(180deg);
            }

.accordion--open .accordion__title-inner {
            border-bottom-color: transparent;
        }

.accordion--open .accordion__text {
            display: block;
        }

.accordion--product {
        margin-bottom: 30px
    }

@media (min-width: 1024px) {

    .accordion--product {
            width: 500px
    }
        }

.accordion--product:last-child {
            margin-bottom: 30px
        }

@media (min-width: 1024px) {

        .accordion--product:last-child {
                margin-bottom: 0
        }
            }

.accordion--product.accordion--open .accordion__text {
                font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
                font-weight: 400;
            }

.accordion--product.accordion--open .accordion__title {
                font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
                font-weight: 700
            }

.accordion--product.accordion--open .accordion__title:before {
                    transform: rotate(45deg);
                    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 16' fill='%23d8d8d8'%3E%3Cpath d='M15.6 7.2H9.4V1c0-.4-.4-.8-.8-.8s-.8.4-.8.8v6.2H1.6c-.4 0-.8.4-.8.8s.4.8.8.8h6.2V15c0 .4.4.8.8.8s.8-.4.8-.8V8.8h6.2c.4 0 .8-.4.8-.8s-.3-.8-.8-.8z' fill='%23d8d8d8'/%3E%3C/svg%3E");
                }

.accordion__title {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-left: 35px;
        cursor: pointer;
        padding-bottom: 1px;
        font-size: 1.5rem
    }

@media (min-width: 768px) {

    .accordion__title {
            font-size: 1.6rem
    }
        }

.accordion__title:before {
            content: "";
            position: absolute;
            top: 6px;
            left: -24px;
            width: 12px;
            height: 8px;
            background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 7' fill='none' stroke='%23b9b9b9' stroke-width='1.215' stroke-linecap='round'%3E%3Cpath d='M1 1L5.4 6 10 1'/%3E%3C/svg%3E") no-repeat;
            transition: transform 0.3s ease;
            transition: transform var(--t3);
        }

.accordion__title--def {
            color: #67b279;
            color: var(--brand-primary);
            font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
            font-weight: 400;
        }

.accordion__title--color-gray {
            color: #4d4d4d;
            color: var(--gray-base);
        }

.accordion__title--weight-regular {
            font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
            font-weight: 400;
        }

.accordion__title--product {
            font-size: 1.45rem;
            line-height: 22px;
            font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
            font-weight: 400
        }

.accordion__title--product:before {
                top: 1px;
                width: 20px;
                height: 20px;
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 16' fill='%2367b279'%3E%3Cpath d='M15.6 7.2H9.4V1c0-.4-.4-.8-.8-.8s-.8.4-.8.8v6.2H1.6c-.4 0-.8.4-.8.8s.4.8.8.8h6.2V15c0 .4.4.8.8.8s.8-.4.8-.8V8.8h6.2c.4 0 .8-.4.8-.8s-.3-.8-.8-.8z' fill='%2367b279'/%3E%3C/svg%3E");
            }

@media (min-width: 768px) {

        .accordion__title--product {
                font-size: 1.8rem;
                line-height: 28px
        }

                .accordion__title--product:before {
                    top: 5px;
                }
            }

.accordion__title-inner {
        display: inline;
        border-bottom: 1px dashed #67b279;
        border-bottom: 1px dashed var(--brand-primary)
    }

.accordion__title-inner:hover,
        .accordion__title-inner:focus {
            border-bottom-color: transparent;
        }

.accordion__title-inner--border-none {
            border: none;
        }

.accordion__text {
        display: none;
        text-align: left;
        margin: 15px 0 0 35px;
        font-size: 1.3rem;
        line-height: 1.6
    }

.accordion__text .md__paragraph,
        .accordion__text .md__list {
            margin-bottom: 15px
        }

@media (min-width: 768px) {

        .accordion__text .md__paragraph,
        .accordion__text .md__list {
                margin-bottom: 20px
        }
            }

.accordion__text .md__link {
            text-decoration: none;
        }

.accordion__text .md__link:hover {
        text-decoration: underline;
    }

.accordion__text .md__strong {
            font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
            font-weight: 700;
        }

@media (min-width: 768px) {

    .accordion__text {
            margin: 20px 0 0 35px;
            font-size: 1.55rem
    }
        }

.accordion__text--product {
            margin-top: 12px;
            font-size: 1.45rem;
            line-height: 22px
        }

.accordion__text--product .md__paragraph {
                margin-bottom: 10px;
            }

.accordion__link {
        color: #67b279;
        color: var(--brand-primary);
        cursor: pointer;
        text-decoration: none;
    }

.accordion__link:hover {
        text-decoration: underline;
    }

.accordion__link:hover,
        .accordion__link:focus {
            color: #67b279;
            color: var(--green73);
        }

.accordion__notice {
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2367b279'%3E%3Cpath d='M10.3 6.3c-.8 0-1.4.2-1.9.6s-.8 1-.9 1.8l1.1.1c.1-.6.3-1 .6-1.3s.7-.4 1.1-.4c.5 0 .9.2 1.2.5s.5.7.5 1.1c0 .2-.1.4-.2.6s-.3.4-.7.8-.6.6-.8.7c-.2.2-.3.5-.4.7-.1.3-.2.7-.2 1.1v.3h1c0-.4 0-.7.1-.9s.1-.4.2-.5.3-.4.7-.7c.5-.5.9-.8 1-1.2s.3-.7.3-1c0-.6-.2-1.2-.8-1.7s-1-.6-1.9-.6z' fill='%2367b279'/%3E%3Cpath d='M9.7 13.8H10.899999999999999V15H9.7z' fill='%2367b279'/%3E%3Cpath d='M10 .5C4.8.5.5 4.8.5 10s4.3 9.5 9.5 9.5 9.5-4.3 9.5-9.5S15.2.5 10 .5zm0 18c-4.7 0-8.5-3.8-8.5-8.5S5.3 1.5 10 1.5s8.5 3.8 8.5 8.5-3.8 8.5-8.5 8.5z' fill='%2367b279'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        cursor: pointer;
    }

.promo-banner {
    position: relative;
    margin-bottom: 80px;
    padding: 88px 0 184px;
    background-color: linear-gradient(180deg, #e2f5ff -15.07%, rgba(255, 255, 255, 0) 100%);
    background-color: var(--bluegradient180)
}

@media (min-width: 768px) {

.promo-banner {
        margin-bottom: 112px;
        padding: 128px 0 160px
}
    }

@media (min-width: 1024px) {

.promo-banner {
        margin-bottom: 156px;
        padding: 168px 0 188px
}
    }

.promo-banner--parallax {
        min-height: 516px;
        margin: 0;
        padding: 72px 0 0;
        background-color: transparent;
        background-image: url(../img/welcome/welcome-banner-mobile.svg);
        background-position: center 20px;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden
    }

@media (min-width: 768px) {

    .promo-banner--parallax {
            padding: 128px 0 0;
            background-image: url(../img/welcome/welcome-banner-tablet.svg);
            background-position: center
    }
        }

@media (min-width: 1024px) {

    .promo-banner--parallax {
            min-height: 800px;
            padding: 224px 0 0
    }
        }

@media (min-width: 1024px) and (max-height: 1079px) {

    .promo-banner--parallax {
            min-height: 668px;
            padding: 184px 0 0
    }
        }

@media (min-width: 1200px) {

    .promo-banner--parallax {
            background-image: none
    }
        }

.promo-banner--parallax .promo-banner__title {
            font-size: 4rem;
            margin-bottom: 8px
        }

@media (min-width: 1024px) {

        .promo-banner--parallax .promo-banner__title {
                margin-bottom: 32px;
                font-size: 6.4rem
        }
            }

.promo-banner--parallax .promo-banner__subtitle {
            margin-bottom: 250px
        }

@media (min-width: 768px) {

        .promo-banner--parallax .promo-banner__subtitle {
                max-width: 320px;
                margin-bottom: 32px
        }
            }

@media (min-width: 1024px) {

        .promo-banner--parallax .promo-banner__subtitle {
                max-width: 420px
        }
            }

@media (min-width: 1200px) {

        .promo-banner--parallax .promo-banner__subtitle {
                max-width: unset
        }
            }

.promo-banner__in {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        position: relative;
        z-index: 2;
        max-width: calc(984px + 16px*2);
        max-width: calc(var(--content-width) + var(--m-padding)*2);
        margin: 0 auto;
        padding: 0 16px;
        padding: 0 var(--m-padding);
    }

.promo-banner__title {
        margin-bottom: 32px;
        font-size: 3.2rem;
        line-height: 1.125;
        color: #4d4d4d;
        color: var(--gray900);
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 900;
    }

@media (min-width: 768px) {

.promo-banner__title {
        font-size: 4.0rem;
        line-height: 1.15
    }
    }

@media (min-width: 1024px) {

.promo-banner__title {
        font-size: 6.4rem;
        line-height: 1.09
    }
    }

@media (min-width: 1024px) {

    .promo-banner__title {
            font-size: 6.4rem
    }
        }

.promo-banner__subtitle {
        margin-bottom: 32px;
        font-size: 1.6rem
    }

@media (min-width: 768px) {

    .promo-banner__subtitle {
            margin-bottom: 32px;
            font-size: 2.4rem
    }
        }

@media (min-width: 1024px) {

    .promo-banner__subtitle {
            font-size: 3.2rem;
            line-height: 1.125
    }
        }

.promo-banner__bg {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        position: absolute;
        left: 0;
        bottom: 0
    }

@media (min-width: 768px) {

    .promo-banner__bg {
            justify-content: space-between
    }
        }

.promo-banner__mountain {
        width: 440px;
        height: 100%;
        position: relative;
        z-index: 1
    }

@media (min-width: 768px) {

    .promo-banner__mountain {
            width: 848px
    }
        }

.promo-banner__mountain--left {
            display: none
        }

@media (min-width: 768px) {

        .promo-banner__mountain--left {
                display: block;
                margin-right: 20px
        }
            }

.promo-banner__mountain--right {
            flex-shrink: 0;
            right: 0
        }

@media (min-width: 768px) {

        .promo-banner__mountain--right {
                flex-shrink: unset;
                margin-left: 20px
        }
            }

.promo-banner__parallax-wrap {
        width: 100%;
        max-width: 2560px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        overflow: hidden;
    }

.promo-banner__parallax-in {
        width: 100%;
        max-width: 2560px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

.promo-banner__parallax-layer {
        width: 100%;
        height: 100%;
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        transform: translateZ(0);
        background-repeat: no-repeat;
        background-position: center
    }

@media (min-width: 1200px) {

    .promo-banner__parallax-layer {
            display: block;
    }

            .promo-banner__parallax-layer--first {
                background-image: url(../img/welcome/parallax-layer-1-large.svg);
            }

            .promo-banner__parallax-layer--second {
                background-image: url(../img/welcome/parallax-layer-2-large.svg);
            }

            .promo-banner__parallax-layer--third {
                background-image: url(../img/welcome/parallax-layer-3-large.svg);
            }
        }

.promo-banner__main-btn {
        width: 100%;
        max-width: 280px;
    }

.promo-banner__ninja {
        display: none
    }

@media (min-width: 1200px) {

    .promo-banner__ninja {
            width: 1640px;
            height: 380px;
            display: block;
            position: absolute;
            top: -200px;
            left: 50%;
            transform: translateX(-50%);
            background-image: url(../img/welcome/ninja-desktop.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain
    }
        }

.products-tabs {
    position: relative;
    margin-bottom: 80px;
    z-index: 5
}

@media (min-width: 768px) {

.products-tabs {
        margin-top: -56px;
        padding: 0 32px;
        margin-bottom: 112px
}
    }

@media (min-width: 1024px) {

.products-tabs {
        margin-top: -96px;
        margin-bottom: 156px
}
    }

.products-tabs--silo {
        margin: 50px 0 64px
    }

@media (min-width: 768px) {

    .products-tabs--silo {
            margin: 48px 0 80px
    }
        }

@media (min-width: 1024px) {

    .products-tabs--silo {
            margin: 48px 0 96px
    }
        }

.products-tabs--beta {
        margin: 0
    }

.products-tabs--beta .products-tabs__in {
            max-width: 1040px;
            box-shadow: none;
            border-radius: 0;
            padding: 0;
        }

.products-tabs--beta .products-tabs__dropdown {
            margin: 0;
        }

@media (min-width: 1024px) {
            .products-tabs--beta .products-tabs__tab {
                min-height: 560px;
            }
        }

.products-tabs--versions {
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0
    }

.products-tabs--versions .products-tabs__dropdown {
            margin: 0
        }

.products-tabs--versions .products-tabs__dropdown .dropdown__value-wrapper {
                position: relative;
                background-color: #ffffff;
                background-color: var(--white);
                z-index: 4;
                font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
                font-weight: 500
            }

@media (min-width: 768px) {

            .products-tabs--versions .products-tabs__dropdown .dropdown__value-wrapper {
                    display: block;
                    font-size: 2.4rem;
                    text-align: left;
                    padding: 8px 16px
            }
                }

.products-tabs--versions .products-tabs__dropdown .products-tabs__dropdown-value {
                justify-content: space-between
            }

@media (min-width: 768px) {

            .products-tabs--versions .products-tabs__dropdown .products-tabs__dropdown-value {
                    justify-content: flex-end
            }
                }

.products-tabs--versions .products-tabs__dropdown .products-tabs__dropdown-value span {
                    max-width: 160px;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                }

.products-tabs--versions .products-tabs__dropdown .products-tabs__dropdown-menu {
                width: calc(100% - 16px);
                flex-direction: column;
                left: 50%;
                transform: translateX(-50%);
                padding: 8px 0;
                opacity: 0;
                visibility: hidden
            }

.products-tabs--versions .products-tabs__dropdown .products-tabs__dropdown-menu.dropdown__menu--open {
                    opacity: 1;
                    visibility: visible;
                }

@media (min-width: 768px) {

            .products-tabs--versions .products-tabs__dropdown .products-tabs__dropdown-menu {
                    width: 100%;
                    min-width: 320px;
                    position: absolute;
                    left: 100%;
                    top: 100%;
                    transform: translateX(-100%);
                    box-shadow: 0 17px 40px rgba(44, 43, 55, 0.1);
                    box-shadow: 0 17px 40px var(--gray400shadow)
            }
                }

@media (min-width: 768px) {

            .products-tabs--versions .products-tabs__dropdown .products-tabs__dropdown-link {
                    font-size: 2.4rem;
                    color: #4d4d4d;
                    color: var(--gray900)
            }

                    .products-tabs--versions .products-tabs__dropdown .products-tabs__dropdown-link:hover {
                        background-color: #f3f3f3;
                        background-color: var(--gray100);
                        color: #4d4d4d;
                        color: var(--gray900);
                    }
                }

.products-tabs--versions .products-tabs__dropdown .products-tabs__dropdown-link--active {
                font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
                font-weight: 500
            }

.products-tabs--versions .products-tabs__dropdown .products-tabs__dropdown-link--active::before {
                    display: none;
                }

.products-tabs--versions .products-tabs__tabs {
            margin: 0;
            background-color: #f3f3f3;
            background-color: var(--gray100)
        }

@media (min-width: 768px) {

        .products-tabs--versions .products-tabs__tabs {
                position: absolute;
                top: 100%;
                right: 0;
                border-radius: 8px;
                background-color: #ffffff;
                background-color: var(--white)
        }
            }

.products-tabs--versions .products-tabs__tab {
            margin: 0;
            flex-direction: row;
            align-items: center;
        }

.products-tabs--versions .products-tabs__tab--active {
                display: flex;
            }

@media (min-width: 768px) {

        .products-tabs--versions .products-tabs__tab {
                flex-direction: column;
                align-items: flex-end
        }
            }

@media (min-width: 768px) {

        .products-tabs--versions .products-tabs__tab-link {
                margin-right: 16px;
                text-align: left
        }
            }

.products-tabs--page-end {
        width: 100%;
        margin: 0;
        padding: 0
    }

.products-tabs--page-end .products-tabs__in {
            box-shadow: none;
            background-color: transparent;
        }

.products-tabs--page-end .products-tabs__dropdown {
            margin: 0 -16px
        }

@media (min-width: 768px) {

        .products-tabs--page-end .products-tabs__dropdown {
                margin: 0
        }
            }

@media (min-width: 1024px) {

        .products-tabs--page-end .products-tabs__dropdown {
                margin-left: -20px
        }
            }

.products-tabs--page-end .products-tabs__dropdown-menu {
            width: 100%;
        }

.products-tabs__in {
        max-width: 984px;
        max-width: var(--content-width);
        margin: 0 auto;
        position: relative;
        background-color: #ffffff;
        background-color: var(--white)
    }

@media (min-width: 768px) {

    .products-tabs__in {
            border-radius: 16px;
            box-shadow: 0 17px 40px rgba(44, 43, 55, 0.1);
            box-shadow: 0 17px 40px var(--gray400shadow);
            padding: 24px 32px 56px
    }
        }

@media (min-width: 1024px) {

    .products-tabs__in {
            align-items: stretch;
            padding: 40px 56px 56px
    }
        }

@media (min-width: 768px) {

    .products-tabs__dropdown {
            margin: 0 -16px
    }
        }

.products-tabs__dropdown .dropdown__value-wrapper {
            padding: 16px 24px;
            text-align: center;
            color: #4d4d4d;
            color: var(--gray900);
            background-color: #f3f3f3;
            background-color: var(--gray100);
            cursor: pointer;
            font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
            font-weight: 700;
        }

.products-tabs__dropdown .dropdown__value-wrapper--open .products-tabs__dropdown-icon {
                    transform: rotate(180deg);
                }

@media (min-width: 768px) {

        .products-tabs__dropdown .dropdown__value-wrapper {
                display: none
        }
            }

.products-tabs__dropdown-value {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.products-tabs__dropdown-icon {
        width: 24px;
        height: 24px;
        position: relative;
        margin-left: 16px;
        fill: #888888;
        fill: var(--gray700);
        order: 1;
        transition: 0.3s ease transform;
        transition: var(--t3) transform;
    }

.products-tabs__dropdown-menu {
        width: calc(100% - 16px);
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 56px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 8px;
        background-color: #ffffff;
        background-color: var(--white);
        box-shadow: 0 17px 40px rgba(44, 43, 55, 0.1);
        box-shadow: 0 17px 40px var(--gray400shadow);
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        transition: 0.3s ease;
        transition: var(--t3);
        z-index: 3
    }

@media (min-width: 768px) {

    .products-tabs__dropdown-menu {
            width: 100%;
            flex-direction: row;
            justify-content: center;
            position: relative;
            top: 0;
            left: 0;
            transform: none;
            box-shadow: none;
            visibility: visible;
            opacity: 1
    }
        }

@media (min-width: 1024px) {

    .products-tabs__dropdown-menu {
            justify-content: flex-start;
            z-index: auto;
            z-index: initial
    }
        }

.products-tabs__dropdown-menu.dropdown__menu--open {
            visibility: visible;
            opacity: 1;
        }

.products-tabs__dropdown-link {
        position: relative;
        padding: 16px;
        color: #4d4d4d;
        color: var(--gray900);
        cursor: pointer;
        text-decoration: none
    }

@media (min-width: 768px) {

    .products-tabs__dropdown-link {
            padding: 16px 20px;
            color: #888888;
            color: var(--gray700);
            transition: 0.3s ease color;
            transition: var(--t3) color
    }

            .products-tabs__dropdown-link:hover {
                color: #4d4d4d;
                color: var(--gray900);
            }

            .products-tabs__dropdown-link::before {
                content: "";
                width: calc(100% - 40px);
                height: 3px;
                border-radius: 1.5px;
                position: absolute;
                bottom: 11px;
                left: 50%;
                transform: translateX(-50%);
                background-color: #74a352;
                background-color: var(--vpngreen400);
                opacity: 0;
                visibility: hidden;
                transition: 0.3s ease opacity, visibility;
                transition: var(--t3) opacity, visibility;
            }
        }

.products-tabs__dropdown-link--active {
            font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
            font-weight: 700
        }

@media (min-width: 768px) {

        .products-tabs__dropdown-link--active {
                color: #4d4d4d;
                color: var(--gray900);
                font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
                font-weight: 400
        }

                .products-tabs__dropdown-link--active::before {
                    opacity: 1;
                    visibility: visible;
                }
            }

.products-tabs__tabs {
        margin-top: 56px
    }

@media (min-width: 1024px) {

    .products-tabs__tabs {
            margin-top: 0
    }
        }

.products-tabs__tab {
        display: flex;
        flex-direction: column;
    }

.products-tabs__tab-link {
        padding: 16px;
        text-decoration: none;
        color: #888888;
        color: var(--gray700)
    }

.products-tabs__tab-link:not(:first-child) {
            margin-left: 8px;
        }

@media (min-width: 768px) {

    .products-tabs__tab-link {
            width: 100%;
            border-radius: 8px;
            padding: 8px 16px;
            font-size: 2.4rem;
            text-align: right;
            color: #4d4d4d;
            color: var(--gray900)
    }

            .products-tabs__tab-link:not(:first-child) {
                margin-left: 0;
            }

            .products-tabs__tab-link:hover {
                background-color: #f3f3f3;
                background-color: var(--gray100);
            }
        }

.products-tabs__tab-link--active {
            color: #4d4d4d;
            color: var(--gray900);
            font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
            font-weight: 500
        }

@media (min-width: 768px) {

        .products-tabs__tab-link--active {
                background-color: #f3f3f3;
                background-color: var(--gray100);
                font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
                font-weight: 400
        }
            }

.products-tabs__btns {
        margin: 32px auto 0;
        min-width: 280px
    }

@media (min-width: 768px) {

    .products-tabs__btns {
            min-width: 240px
    }
        }

@media (min-width: 1024px) {

    .products-tabs__btns {
            margin: auto 0 0
    }
        }

.social {
    display: flex;
    align-items: center;
}

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

.social__link:hover .social__icon {
                opacity: 1;
            }

.social__link:not(:first-child) {
            margin-left: 24px;
        }

.social__icon {
        width: 24px;
        height: 24px;
        fill: #ffffff;
        fill: var(--white);
        opacity: 0.5;
        transition: 0.3s ease opacity;
        transition: var(--t3) opacity;
    }

.subscribe {
    padding: 40px 0;
    background-color: #f3f3f3;
    background-color: var(--gray100);
    color: #4d4d4d;
    color: var(--gray900)
}

@media (min-width: 768px) {

.subscribe {
        padding: 80px 0
}
    }

.subscribe--silo {
        padding: 0 0 80px
    }

@media (min-width: 768px) {

    .subscribe--silo {
            padding: 0 0 112px
    }
        }

@media (min-width: 1024px) {

    .subscribe--silo {
            padding: 0 0 156px
    }
        }

.subscribe--light {
        background-color: #ffffff;
        background-color: var(--white);
    }

.subscribe__in {
        display: flex;
        justify-content: center;
        max-width: calc(984px + 16px*2);
        max-width: calc(var(--content-width) + var(--m-padding)*2);
        margin: 0 auto;
        padding: 0 16px;
        padding: 0 var(--m-padding)
    }

@media (min-width: 768px) {

    .subscribe__in {
            justify-content: space-between
    }
        }

.subscribe__content {
        width: 100%;
        max-width: 380px;
        display: flex;
        flex-direction: column
    }

@media (min-width: 768px) {

    .subscribe__content {
            max-width: calc(50% - 12px)
    }
        }

.subscribe__title {
        margin-bottom: 16px;
        font-size: 32px;
        line-height: 1.125;
        text-align: center
    }

@media (min-width: 768px) {

    .subscribe__title {
            text-align: left
    }
        }

.subscribe__desc {
        max-width: 380px;
        text-align: center
    }

@media (min-width: 768px) {

    .subscribe__desc {
            text-align: left
    }
        }

.subscribe__form {
        max-width: 380px;
    }

.subscribe__input {
        margin: 32px 0 16px;
    }

.subscribe__input--white .input__field {
                background-color: #ffffff;
                background-color: var(--white);
            }

.subscribe__submit-btn {
        width: 100%;
    }

.subscribe__notify {
        max-width: 380px;
        margin-top: 32px;
        font-size: 1.4rem;
        text-align: center
    }

@media (min-width: 768px) {

    .subscribe__notify {
            text-align: left
    }
        }

.subscribe__picture {
        width: 100%;
        max-width: calc(50% - 12px);
        display: none;
        justify-content: center;
        align-items: center
    }

@media (min-width: 768px) {

    .subscribe__picture {
            display: flex
    }
        }

.companies__in {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: calc(984px + 16px*2);
        max-width: calc(var(--content-width) + var(--m-padding)*2);
        margin: 0 auto;
        padding: 0 16px;
        padding: 0 var(--m-padding);
    }

.companies__title {
        max-width: 240px;
        margin-bottom: 16px;
        text-align: center;
        font-size: 3.2rem;
        line-height: 1.125;
        color: #4d4d4d;
        color: var(--gray900);
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 900;
    }

@media (min-width: 768px) {

.companies__title {
        font-size: 4.0rem;
        line-height: 1.15
    }
    }

@media (min-width: 1024px) {

.companies__title {
        font-size: 6.4rem;
        line-height: 1.09
    }
    }

@media (min-width: 768px) {

    .companies__title {
            max-width: 100%
    }
        }

@media (min-width: 1024px) {

    .companies__title {
            margin-bottom: 24px
    }
        }

.companies__subtitle {
        text-align: center
    }

@media (min-width: 768px) {

    .companies__subtitle {
            font-size: 2.4rem;
            line-height: 1.33
    }
        }

.companies__list {
        display: flex;
        flex-wrap: wrap;
        max-width: 240px;
        justify-content: center;
        align-items: flex-end;
        margin: 0 -32px
    }

@media (min-width: 768px) {

    .companies__list {
            max-width: 768px
    }
        }

@media (min-width: 1024px) {

    .companies__list {
            max-width: 928px;
            margin: 16px -52px 0
    }
        }

.companies__list svg {
            margin: 32px 28px 0
        }

@media (min-width: 1024px) {

        .companies__list svg {
                margin: 32px 52px 0
        }
            }

.content-complete {
    display: flex;
    position: relative;
    padding: 80px 0 40px;
    overflow: hidden
}

@media (min-width: 768px) {

.content-complete {
        padding: 112px 0 24px
}
    }

@media (min-width: 1024px) {

.content-complete {
        padding: 156px 0 32px
}
    }

.content-complete__in {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        z-index: 2;
        max-width: calc(984px + 16px*2);
        max-width: calc(var(--content-width) + var(--m-padding)*2);
        margin: 0 auto;
        padding: 0 16px;
        padding: 0 var(--m-padding);
    }

.content-complete__title {
        max-width: 288px;
        margin-bottom: 32px;
        text-align: center;
        font-size: 3.2rem;
        line-height: 1.125;
        color: #4d4d4d;
        color: var(--gray900);
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 900;
    }

@media (min-width: 768px) {

.content-complete__title {
        font-size: 4.0rem;
        line-height: 1.15
    }
    }

@media (min-width: 1024px) {

.content-complete__title {
        font-size: 6.4rem;
        line-height: 1.09
    }
    }

@media (min-width: 768px) {

    .content-complete__title {
            max-width: 100%;
            margin-bottom: 0
    }
        }

.content-complete__title--product {
            max-width: none;
            max-width: initial;
        }

.content-complete__bg {
        width: 2560px;
        height: 544px;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        background: linear-gradient(0deg, #e2f5ff -15.07%, rgba(255, 255, 255, 0) 100%);
        background: var(--bluegradient)
    }

@media (min-width: 2560px) {

    .content-complete__bg {
            width: 100%
    }
        }

.content-complete__forest {
        width: 304px;
        height: 100%;
        position: absolute;
        z-index: 1
    }

@media (min-width: 768px) {

    .content-complete__forest {
            width: 840px
    }
        }

.content-complete__forest--left {
            display: none;
            left: 0
        }

@media (min-width: 768px) {

        .content-complete__forest--left {
                display: block
        }
            }

.content-complete__forest--right {
            display: none;
            right: 0
        }

@media (min-width: 768px) {

        .content-complete__forest--right {
                display: block
        }
            }

.beta {
    padding: 90px 0;
}

.beta__title {
        max-width: 1040px;
        margin: 0 auto 40px;
        padding: 0 16px;
        text-align: center;
        font-size: 3.2rem;
        line-height: 1.125;
        color: #4d4d4d;
        color: var(--gray900);
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 900;
    }

@media (min-width: 768px) {

.beta__title {
        font-size: 4.0rem;
        line-height: 1.15
    }
    }

@media (min-width: 1024px) {

.beta__title {
        font-size: 6.4rem;
        line-height: 1.09
    }
    }

@media (min-width: 1024px) {

    .beta__title {
            padding: 0 20px;
            font-size: 4.8rem;
            line-height: 1.125;
            text-align: left
    }
        }

.rating {
    position: relative;
    width: 128px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' xmlns='http://www.w3.org/2000/svg' fill='%2374a352'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 24l-9.405 4.944 1.797-10.472-7.609-7.416 10.515-1.528L16 0l4.702 9.528 10.515 1.528-7.608 7.416 1.796 10.472L16 24z' fill='%2374a352'/%3E%3C/svg%3E");
    background-position: center;
    background-size: 24px;
    background-repeat: space;
}

.rating--4star {
        width: 104px;
    }

.rating--3star {
        width: 80px;
    }

.rating--2star {
        width: 56px;
    }

.rating--1star {
        width: 32px;
    }

.rating--clickable {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        background: none;
    }

.rating__stars-wrap {
        display: flex;
        flex-direction: row-reverse;
    }

.rating__star {
        flex-shrink: 0;
        width: 28px;
        height: 28px;
        margin-right: 4px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' xmlns='http://www.w3.org/2000/svg' fill='%23d8d8d8'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 24l-9.405 4.944 1.797-10.472-7.609-7.416 10.515-1.528L16 0l4.702 9.528 10.515 1.528-7.608 7.416 1.796 10.472L16 24z' fill='%23d8d8d8'/%3E%3C/svg%3E");
        cursor: pointer
    }

.rating__star:hover,
        .rating__star:hover ~ .rating__star {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' xmlns='http://www.w3.org/2000/svg' fill='%23d58500'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 24l-9.405 4.944 1.797-10.472-7.609-7.416 10.515-1.528L16 0l4.702 9.528 10.515 1.528-7.608 7.416 1.796 10.472L16 24z' fill='%23d58500'/%3E%3C/svg%3E");
        }

.rating__star:hover ~ .rating__input:checked ~ .rating__star {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' xmlns='http://www.w3.org/2000/svg' fill='%23d58500'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 24l-9.405 4.944 1.797-10.472-7.609-7.416 10.515-1.528L16 0l4.702 9.528 10.515 1.528-7.608 7.416 1.796 10.472L16 24z' fill='%23d58500'/%3E%3C/svg%3E");
        }

.rating__input {
        display: none;
    }

.rating__input:checked ~ .rating__star {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' xmlns='http://www.w3.org/2000/svg' fill='%23d58500'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 24l-9.405 4.944 1.797-10.472-7.609-7.416 10.515-1.528L16 0l4.702 9.528 10.515 1.528-7.608 7.416 1.796 10.472L16 24z' fill='%23d58500'/%3E%3C/svg%3E");
        }

.rating__input:checked + .rating__star:hover,
        .rating__input:checked ~ .rating__star:hover,
        .rating__input:checked ~ .rating__star:hover ~ .rating__star {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' xmlns='http://www.w3.org/2000/svg' fill='%23d58500'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 24l-9.405 4.944 1.797-10.472-7.609-7.416 10.515-1.528L16 0l4.702 9.528 10.515 1.528-7.608 7.416 1.796 10.472L16 24z' fill='%23d58500'/%3E%3C/svg%3E");
        }

.rating__score-text {
        margin-left: 8px
    }

@media (min-width: 768px) {

    .rating__score-text {
            margin-left: 16px
    }
        }

.form--modal {
        max-width: 420px;
        min-height: 200px;
        margin: 0 auto;
    }

.form--email {
        background-color: #fff;
        z-index: 2;
        position: relative;
    }

.form__title {
        margin: 0 0 40px 0;
        font-size: 2.7rem;
        line-height: 1;
    }

.form__title--no-margin {
            margin-bottom: 0;
        }

.form__title {

        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;

        font-weight: 400;
}

@media (max-width: 766px) and (max-height: 570px) {

    .form__title {
            font-size: 3.1rem
    }
        }

@media (min-width: 768px) {

    .form__title {
            font-size: 3.6rem
    }
        }

.form__actions-btn {
        background: #74a352;
        background: var(--vpngreen400);
    }

.form__group {
        position: relative;
        display: block;
        margin-bottom: 35px;
    }

.form__group--error .form__input {
                border-color: #c23814;
                border-color: var(--red400);
            }

.form__group--error .form__input:focus + .form__label,
            .form__group--error .form__input:valid + .form__label {
                color: #eb9300;
                color: var(--orange400);
            }

.form__group--notifications .checkbox__label-text {
                min-width: 200px;
                font-size: 1.3rem
            }

@media (min-width: 768px) {
            .form__group--notifications .checkbox__label-text {
                    min-width: 250px;
                    font-size: 1.5rem
            }
                }

.form__group--notifications .checkbox__label {
                justify-content: left;
            }

.form__group--language .select__text {
                display: block;
                margin-bottom: 20px;
                font-size: 1.8rem;
                font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
                font-weight: 700
            }

@media (min-width: 768px) {
            .form__group--language .select__text {
                    margin-bottom: 30px;
                    font-size: 1.6rem;
                    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
                    font-weight: 400
            }
                }

.form__group--language .select__input {
                width: 100%;
            }

.form__group--modal {
            margin-bottom: 48px
        }

.form__group--modal textarea {
                min-height: 96px;
                resize: none;
            }

.form__group--rating {
            margin-bottom: 45px;
        }

.form__label {
        color: #888888;
        color: var(--gray700);
        font-size: 1.4rem;
        margin-bottom: 5px;
        display: block;
    }

.form__input {
        width: 100%;
        height: 40px;
        padding: 10px 20px;
        font-size: 1.4rem;
        outline: 0;
        border: 1px solid #d8d8d8;
        border: 1px solid var(--gray300);
        border-radius: 5px;
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 400;
    }

.form__submit {
        display: block;
        margin: 45px auto 0 auto
    }

.form__submit:disabled {
            opacity: 0.6;
            cursor: default;
        }

.form__item {
        position: relative;
        margin-bottom: 15px;
    }

.form__error {
        position: absolute;
        color: #c23814;
        color: var(--brand-danger);
        right: 0;
        top: 0;
        font-size: 1.2rem;
    }

.form__checkbox-label {
        font-size: 1.4rem;
        position: relative;
        padding-left: 30px
    }

.form__checkbox-label:after {
            content: "";
            cursor: pointer;
            position: absolute;
            left: 0;
            top: -1px;
            width: 20px;
            height: 20px;
            border-radius: 3px;
            border: 1px solid #3fd2c8;
        }

.form__checkbox {
        display: none
    }

.form__checkbox:checked + .form__checkbox-label:after {
            background-size: 11px;
            background-repeat: no-repeat;
            background-position: 50% 6px;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='10' viewBox='0 0 13 10' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9771 0.433806C12.3051 0.707901 12.3427 1.18895 12.0612 1.50827L5.23576 9.25L0.473812 4.5217C0.171201 4.22122 0.176068 3.7388 0.484683 3.44417C0.793297 3.14954 1.28879 3.15428 1.5914 3.45475L5.15911 6.99725L10.8735 0.515683C11.1551 0.196369 11.6492 0.159711 11.9771 0.433806Z'/%3E %3C/svg%3E");
        }

.features {
    max-width: calc(984px + 16px*2);
    max-width: calc(var(--content-width) + var(--m-padding)*2);
    margin: 0 auto;
    padding: 0 16px;
    padding: 0 var(--m-padding);
}

.features--last .features__in {
            margin: 0 auto;
        }

.features__in {
        max-width: 420px;
        -moz-column-count: 0;
             column-count: 0;
        margin: 0 auto 80px
    }

@media (min-width: 768px) {

    .features__in {
            max-width: unset;
            -moz-column-count: 2;
                 column-count: 2;
            grid-column-gap: 24px;
            -moz-column-gap: 24px;
                 column-gap: 24px;
            margin: 0 auto 112px
    }
        }

@media (min-width: 1024px) {

    .features__in {
            margin: 0 auto 156px
    }
        }

.features__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 64px;
        text-align: center;
        page-break-inside: avoid;
        -moz-column-break-inside: avoid;
             break-inside: avoid
    }

@media (min-width: 768px) {

    .features__item {
            align-items: flex-start;
            margin-bottom: 0;
            padding: 104px 16px 0;
            text-align: left
    }

            .features__item:first-child {
                padding: 0 16px;
            }
        }

@media (min-width: 1024px) {

    .features__item {
            padding: 104px 32px 0
    }

            .features__item:first-child {
                padding: 0 32px;
            }
        }

.features__icon {
        width: 96px;
        height: 96px;
        margin-bottom: 32px;
    }

.features__icon--3gb {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M69.8806 82.8267C67.6953 82.8267 65.8262 82.4204 64.2735 81.608C62.7207 80.7955 61.5322 79.6378 60.7079 78.1348C59.9028 76.6115 59.5002 74.8139 59.5002 72.7422C59.5002 70.2642 59.989 68.1823 60.9667 66.4965C61.9635 64.8107 63.2479 63.5616 64.8198 62.7491C66.3917 61.9367 68.0403 61.5305 69.7656 61.5305C71.2992 61.5305 72.6507 61.7742 73.82 62.2617C74.9894 62.7491 75.8904 63.3889 76.523 64.1811C77.1556 64.9732 77.4719 65.8059 77.4719 66.6793C77.4719 67.9386 77.1651 68.8425 76.5517 69.3909C75.9383 69.9189 75.1811 70.183 74.2801 70.183C73.8584 70.183 73.4845 70.1424 73.1587 70.0611C72.8519 69.9799 72.5261 69.8682 72.181 69.726C71.7976 69.5838 71.4525 69.4823 71.1458 69.4213C70.8583 69.3401 70.4941 69.2995 70.0532 69.2995C68.7879 69.2995 67.7911 69.7057 67.0627 70.5181C66.3342 71.3103 65.97 72.4375 65.97 73.8999C65.97 75.1389 66.3246 76.0935 67.0339 76.7638C67.7432 77.4341 68.625 77.7692 69.6793 77.7692C70.2736 77.7692 70.7912 77.6879 71.2321 77.5255C71.673 77.363 72.0085 77.1802 72.2385 76.9771C72.4685 76.7739 72.5836 76.6115 72.5836 76.4896C71.1842 76.4896 70.1202 76.3169 69.3918 75.9717C68.6633 75.6264 68.2991 75.0272 68.2991 74.1741C68.2991 73.3211 68.5771 72.6609 69.133 72.1938C69.6889 71.7063 70.6282 71.4626 71.951 71.4626C73.312 71.4626 74.3759 71.6352 75.1427 71.9805C75.9095 72.3055 76.4559 72.8234 76.7817 73.5343C77.1076 74.2249 77.2706 75.1491 77.2706 76.3068C77.2706 77.4848 76.9351 78.5715 76.2642 79.5667C75.6124 80.562 74.7114 81.3541 73.5612 81.9431C72.4302 82.5322 71.2033 82.8267 69.8806 82.8267Z' fill='%23464558'/%3E %3Cpath d='M87.1566 82.8571C83.6677 82.8571 81.4152 81.7299 80.3992 79.4753C79.4024 77.2005 78.904 74.8952 78.904 72.5594C78.904 70.8329 79.0478 69.1268 79.3353 67.441C79.642 65.7552 80.1308 64.3435 80.8018 63.2061C81.4727 62.0687 82.345 61.5 83.4185 61.5C84.0894 61.5 84.6645 61.7234 85.1437 62.1703C85.623 62.6171 85.8626 63.2671 85.8626 64.1201C85.8626 64.5467 85.8243 64.9732 85.7476 65.3997C85.6709 65.8263 85.5559 66.3543 85.4025 66.984C85.3642 67.1059 85.2875 67.4105 85.1725 67.898C85.0767 68.3855 85.0096 68.8425 84.9712 69.269C85.8147 68.7815 86.7732 68.5378 87.8467 68.5378C88.9202 68.5378 89.917 68.7917 90.8372 69.2995C91.7765 69.8072 92.5337 70.5892 93.1088 71.6454C93.7031 72.6813 94.0002 73.9507 94.0002 75.4537C94.0002 76.7333 93.7222 77.9418 93.1663 79.0793C92.6104 80.1964 91.8052 81.1104 90.7509 81.8213C89.7157 82.5118 88.5176 82.8571 87.1566 82.8571ZM86.984 78.0434C87.5016 78.0434 87.9521 77.8403 88.3355 77.4341C88.7381 77.0075 88.9394 76.5099 88.9394 75.9412C88.9394 75.3725 88.7381 74.8749 88.3355 74.4483C87.9521 74.0218 87.5016 73.8085 86.984 73.8085C86.4665 73.8085 86.016 74.0218 85.6326 74.4483C85.2492 74.8749 85.0575 75.3725 85.0575 75.9412C85.0575 76.5099 85.2492 77.0075 85.6326 77.4341C86.016 77.8403 86.4665 78.0434 86.984 78.0434Z' fill='%23464558'/%3E %3Cpath d='M31.2332 82.8572C26.6429 82.8572 22.0928 82.3088 17.583 81.2119C13.0732 80.1151 9.32843 78.4308 6.34874 76.1588C3.44958 73.8085 2 70.9882 2 67.6977C2 65.2691 2.84559 63.3889 4.53676 62.057C6.22794 60.6469 8.44258 59.9418 11.1807 59.9418C12.3887 59.9418 13.3953 60.0984 14.2006 60.4118C15.0865 60.7252 15.8918 61.0777 16.6166 61.4695C17.3414 61.7828 17.8246 62.0179 18.0662 62.1745C19.2742 62.958 20.4016 63.5847 21.4485 64.0548C22.576 64.4465 23.9048 64.6424 25.4349 64.6424C31.0721 64.6424 33.8908 62.5663 33.8908 58.4141C33.8908 56.5338 33.1257 55.0453 31.5956 53.9485C30.0655 52.7734 27.8106 52.1858 24.8309 52.1858C22.1733 52.1858 19.7976 51.5982 17.7038 50.4231C15.6099 49.1696 14.563 47.1718 14.563 44.4298C14.563 41.6878 15.5697 39.7684 17.583 38.6716C19.6768 37.5748 22.1733 37.0264 25.0725 37.0264C27.4079 37.0264 29.4615 36.5171 31.2332 35.4987C33.0049 34.4019 33.8908 32.9134 33.8908 31.0331C33.8908 29.2312 33.166 27.7035 31.7164 26.45C30.2668 25.1966 28.3743 24.5698 26.0389 24.5698C24.1061 24.5698 22.576 24.7657 21.4485 25.1574C20.3211 25.4708 19.1131 25.98 17.8246 26.6851C16.8582 27.2335 15.8918 27.6644 14.9254 27.9777C14.0396 28.2911 12.8718 28.4478 11.4223 28.4478C8.44258 28.4478 6.14741 27.6644 4.53676 26.0975C3.00665 24.4523 2.2416 22.0237 2.2416 18.8116C2.2416 15.9912 3.36905 13.21 5.62395 10.468C7.95938 7.64767 11.2612 5.33654 15.5294 3.53465C19.8782 1.65441 24.8711 0.714294 30.5084 0.714294C35.9846 0.714294 40.9373 1.88944 45.3666 4.23974C49.7959 6.59004 53.2587 9.68459 55.7552 13.5234C58.2517 17.2839 59.5 21.201 59.5 25.2749C59.5 28.4086 58.8155 31.6599 57.4464 35.0286C56.0774 38.3974 54.0238 41.2569 51.2857 43.6072C53.7822 45.6441 55.7552 47.9161 57.2048 50.4231C58.6544 52.8517 59.3792 56.2988 59.3792 60.7644C59.3792 64.6815 58.1309 68.3637 55.6344 71.8108C53.2185 75.1795 49.8361 77.8824 45.4874 79.9193C41.2192 81.8779 36.4678 82.8572 31.2332 82.8572Z' fill='%23568040'/%3E %3Cellipse cx='48' cy='92.7143' rx='46' ry='3.28571' fill='%23D8D8D8'/%3E %3Cpath d='M6.25795 76.0848C3.41925 73.7492 2 70.9537 2 67.6976C2 65.269 2.84549 63.3887 4.53668 62.0571C6.22787 60.6469 8.44248 59.9418 11.1807 59.9418C12.3886 59.9418 13.3953 60.0986 14.2007 60.4119C15.0865 60.7251 15.8919 61.0777 16.6167 61.4695C17.3414 61.7828 17.8245 62.0178 18.0662 62.1746C19.2741 62.958 20.4015 63.5849 21.4486 64.0549C22.576 64.4464 23.9048 64.6425 25.4348 64.6425C31.0721 64.6425 33.8907 62.5661 33.8907 58.414C33.8907 56.5337 33.1256 55.0453 31.5955 53.9483C30.0655 52.7735 27.8106 52.1859 24.8309 52.1859C22.1733 52.1859 19.7977 51.5983 17.7038 50.4232C15.6099 49.1698 14.5631 47.1719 14.5631 44.4297C14.5631 41.6879 15.5696 39.7682 17.5831 38.6717C19.6768 37.5747 22.1733 37.0264 25.0724 37.0264C27.4079 37.0264 29.4615 36.517 31.2331 35.4987C33.0049 34.4017 33.8907 32.9133 33.8907 31.033C33.8907 29.2313 33.166 27.7035 31.7164 26.4501C30.2669 25.1967 28.3744 24.5698 26.0388 24.5698C24.1062 24.5698 22.576 24.7655 21.4486 25.1574C20.3211 25.4707 19.113 25.98 17.8245 26.6852C16.8581 27.2334 15.8919 27.6642 14.9255 27.9779C14.0397 28.2911 12.8719 28.4479 11.4224 28.4479C8.44248 28.4479 6.14745 27.6642 4.53668 26.0976C3.00673 24.4523 2.24166 22.0237 2.24166 18.8114C2.24166 15.9913 3.36911 13.2102 5.62403 10.468C7.95937 7.6475 11.2611 5.33643 15.5295 3.53475C19.8781 1.65445 24.871 0.714294 30.5083 0.714294C35.9846 0.714294 40.9372 1.88948 45.3667 4.23986C49.7959 6.59024 53.2587 9.68463 55.7552 13.5234C58.2518 17.284 59.5 21.2011 59.5 25.2749C59.5 28.4086 58.8155 31.6599 57.4464 35.0286C56.0773 38.3973 54.0237 41.2571 51.2857 43.6071C52.5363 44.6274 53.6555 45.7072 54.6434 46.8455C44.2829 63.195 26.6296 74.466 6.25795 76.0848Z' fill='%2374A352'/%3E %3Cpath d='M33.6863 29.4523C40.433 23.7267 44.7144 15.1848 44.7144 5.64287C44.7144 5.05126 44.698 4.46327 44.6655 3.87968C40.4163 1.76956 35.6975 0.714294 30.5085 0.714294C24.8712 0.714294 19.8782 1.65445 15.5296 3.53475C11.2612 5.33643 7.95948 7.6475 5.62415 10.468C3.36923 13.2102 2.24177 15.9913 2.24177 18.8114C2.24177 22.0237 3.00685 24.4523 4.5368 26.0976C6.14757 27.6642 8.44259 28.4479 11.4225 28.4479C12.872 28.4479 14.0398 28.2911 14.9256 27.9779C15.892 27.6642 16.8582 27.2334 17.8246 26.6852C19.1131 25.98 20.3212 25.4707 21.4487 25.1574C22.5761 24.7655 24.1063 24.5698 26.0389 24.5698C28.3745 24.5698 30.267 25.1967 31.7165 26.4501C32.7215 27.3189 33.378 28.3196 33.6863 29.4523Z' fill='%2393B977'/%3E %3C/svg%3E");
        }

.features__icon--arrows {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cellipse cx='46.5' cy='94' rx='46.5' ry='2' fill='%23D8D8D8'/%3E %3Cpath d='M3.89883 57.1039C2.70039 58.2799 2.70039 60.2105 3.89883 61.3865L18.4098 75.6257C20.3077 77.4881 23.511 76.1435 23.511 73.4844V71.7381C23.511 70.0812 24.8541 68.7381 26.511 68.7381H67.1523C68.8092 68.7381 70.1523 67.395 70.1523 65.7381V52.7523C70.1523 51.0955 68.8092 49.7523 67.1523 49.7523H26.511C24.8541 49.7523 23.511 48.4092 23.511 46.7523V45.006C23.511 42.3469 20.3077 41.0023 18.4098 42.8647L3.89883 57.1039Z' fill='%23568040'/%3E %3Cpath d='M47.9245 68.7381H26.511C24.8541 68.7381 23.511 70.0812 23.511 71.7381V73.4844C23.511 76.1435 20.3077 77.4881 18.4098 75.6257L3.89883 61.3865C2.70039 60.2105 2.70039 58.2799 3.89883 57.1039L18.4098 42.8647C20.3077 41.0023 23.511 42.3469 23.511 45.006V46.7523C23.511 48.4092 24.8541 49.7523 26.511 49.7523H57.0125C55.6696 56.9104 52.4666 63.4127 47.9245 68.7381Z' fill='%2374A352'/%3E %3Cpath d='M7.28311 64.7074L3.89883 61.3865C2.70039 60.2105 2.70039 58.2799 3.89883 57.1039L18.4098 42.8647C20.3077 41.0023 23.511 42.3469 23.511 45.006V46.7523C23.511 48.4092 24.8541 49.7523 26.511 49.7523H36.8782C34.217 59.2116 25.5267 66.146 15.2167 66.146C12.4241 66.146 9.75039 65.6373 7.28311 64.7074Z' fill='%2393B977'/%3E %3Cpath d='M92.2535 32.3865C93.452 31.2105 93.452 29.28 92.2535 28.104L77.7425 13.8648C75.8446 12.0024 72.6414 13.347 72.6414 16.006L72.6414 17.7524C72.6414 19.4092 71.2982 20.7524 69.6414 20.7524L29 20.7524C27.3432 20.7524 26 22.0955 26 23.7524L26 36.7381C26 38.395 27.3432 39.7381 29 39.7381L69.6414 39.7381C71.2982 39.7381 72.6414 41.0813 72.6414 42.7381L72.6414 44.4845C72.6414 47.1435 75.8446 48.4881 77.7425 46.6258L92.2535 32.3865Z' fill='%2393B977'/%3E %3Cpath d='M48.088 20.7523L69.5015 20.7523C71.1583 20.7523 72.5015 19.4092 72.5015 17.7523V16.006C72.5015 13.3469 75.7047 12.0023 77.6026 13.8647L92.1136 28.1039C93.3121 29.2799 93.3121 31.2105 92.1136 32.3865L77.6026 46.6257C75.7047 48.4881 72.5015 47.1435 72.5015 44.4844V42.7381C72.5015 41.0812 71.1583 39.7381 69.5015 39.7381L39 39.7381C40.3428 32.58 43.5459 26.0777 48.088 20.7523Z' fill='%2374A352'/%3E %3Cpath d='M88.8692 24.7831L92.2535 28.104C93.4519 29.28 93.4519 31.2105 92.2535 32.3865L77.7425 46.6258C75.8446 48.4881 72.6413 47.1435 72.6413 44.4845V42.7381C72.6413 41.0813 71.2982 39.7381 69.6413 39.7381H59.2741C61.9353 30.2789 70.6257 23.3445 80.9357 23.3445C83.7282 23.3445 86.4019 23.8532 88.8692 24.7831Z' fill='%23568040'/%3E %3C/svg%3E");
        }

.features__icon--checkboxes {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7 7.54093C7 4.44118 9.51284 1.92834 12.6126 1.92834H36.8353C39.9351 1.92834 42.4479 4.44119 42.4479 7.54093V31.7637C42.4479 34.8634 39.9351 37.3763 36.8353 37.3763H12.6126C9.51284 37.3763 7 34.8634 7 31.7637V7.54093Z' fill='%2374A352' fill-opacity='0.15'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M84.3874 6.13778H60.1647C59.3897 6.13778 58.7615 6.766 58.7615 7.54093V31.7637C58.7615 32.5386 59.3897 33.1668 60.1647 33.1668H84.3874C85.1624 33.1668 85.7906 32.5386 85.7906 31.7637V7.54093C85.7906 6.76599 85.1623 6.13778 84.3874 6.13778ZM60.1647 1.92834C57.0649 1.92834 54.5521 4.44118 54.5521 7.54093V31.7637C54.5521 34.8634 57.0649 37.3763 60.1647 37.3763H84.3874C87.4872 37.3763 90 34.8634 90 31.7637V7.54093C90 4.44119 87.4872 1.92834 84.3874 1.92834H60.1647Z' fill='%23D8D8D8'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M33.4014 12.2365C34.0546 12.8016 34.1237 13.7868 33.5558 14.4369L22.6554 26.9145C22.3655 27.2463 21.9483 27.441 21.5065 27.4505C21.0648 27.46 20.6395 27.2834 20.3355 26.9643L14.5195 20.8603C13.924 20.2352 13.9503 19.248 14.5784 18.6553C15.2064 18.0626 16.1983 18.0888 16.7939 18.7138L21.4224 23.5716L31.1905 12.3901C31.7584 11.7401 32.7483 11.6713 33.4014 12.2365Z' fill='%2374A352'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.1338 11.4671C31.2104 10.2347 33.083 10.1055 34.3196 11.1755L33.6098 11.9957L34.3196 11.1755C35.56 12.2489 35.6926 14.1238 34.6126 15.3601L33.8044 14.6541L34.6126 15.3601L23.7121 27.8377C23.1618 28.4676 22.3716 28.8354 21.5367 28.8534C20.7018 28.8713 19.8965 28.5378 19.3197 27.9323L13.5037 21.8282C12.3715 20.64 12.422 18.7611 13.6153 17.6349C14.8048 16.5123 16.6812 16.5615 17.8097 17.746L21.3774 21.4904L30.1338 11.4671ZM32.4833 13.2976C32.4135 13.2372 32.3064 13.2456 32.2472 13.3133L22.4791 24.4948C22.2196 24.7919 21.847 24.966 21.4527 24.9745C21.0583 24.983 20.6786 24.8252 20.4065 24.5396L15.778 19.6818C15.7155 19.6162 15.608 19.613 15.5414 19.6758C15.4786 19.7351 15.4764 19.8305 15.5354 19.8924L21.3514 25.9965C21.3826 26.0293 21.4278 26.0488 21.4764 26.0477C21.5249 26.0467 21.5691 26.0253 21.5987 25.9914L32.4991 13.5138C32.5549 13.45 32.5492 13.3546 32.4833 13.2976Z' fill='%2374A352'/%3E %3Cpath d='M7 55.0929C7 51.9932 9.51284 49.4803 12.6126 49.4803H36.8353C39.9351 49.4803 42.4479 51.9932 42.4479 55.0929V79.3157C42.4479 82.4154 39.9351 84.9283 36.8353 84.9283H12.6126C9.51284 84.9283 7 82.4154 7 79.3157V55.0929Z' fill='%2374A352' fill-opacity='0.15'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M33.4014 59.7886C34.0546 60.3538 34.1237 61.3389 33.5558 61.989L22.6554 74.4666C22.3655 74.7985 21.9483 74.9931 21.5065 75.0026C21.0648 75.0121 20.6395 74.8356 20.3355 74.5165L14.5195 68.4124C13.924 67.7873 13.9503 66.8001 14.5784 66.2074C15.2064 65.6147 16.1983 65.6409 16.7939 66.266L21.4224 71.1237L31.1905 59.9423C31.7584 59.2922 32.7483 59.2234 33.4014 59.7886Z' fill='%2374A352'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.1338 59.0191C31.2104 57.7867 33.083 57.6575 34.3196 58.7275L33.6098 59.5477L34.3196 58.7275C35.56 59.8009 35.6926 61.6758 34.6126 62.9121L33.8044 62.2061L34.6126 62.9121L23.7121 75.3897C23.1618 76.0196 22.3716 76.3874 21.5367 76.4054C20.7018 76.4233 19.8965 76.0898 19.3197 75.4843L13.5037 69.3803C12.3715 68.192 12.422 66.3131 13.6153 65.1869C14.8048 64.0643 16.6812 64.1135 17.8097 65.298L21.3774 69.0424L30.1338 59.0191ZM32.4833 60.8496C32.4135 60.7892 32.3064 60.7976 32.2472 60.8654L22.4791 72.0468C22.2196 72.3439 21.847 72.518 21.4527 72.5265C21.0583 72.535 20.6786 72.3772 20.4065 72.0916L15.778 67.2338C15.7155 67.1682 15.608 67.165 15.5414 67.2278C15.4786 67.2871 15.4764 67.3825 15.5354 67.4444L21.3514 73.5485C21.3826 73.5813 21.4278 73.6008 21.4764 73.5997C21.5249 73.5987 21.5691 73.5773 21.5987 73.5434L32.4991 61.0658C32.5549 61.002 32.5492 60.9066 32.4833 60.8496Z' fill='%2374A352'/%3E %3Cpath d='M54.5521 55.0929C54.5521 51.9932 57.0649 49.4803 60.1647 49.4803H84.3874C87.4872 49.4803 90 51.9932 90 55.0929V79.3157C90 82.4154 87.4872 84.9283 84.3874 84.9283H60.1647C57.0649 84.9283 54.5521 82.4154 54.5521 79.3157V55.0929Z' fill='%2374A352' fill-opacity='0.15'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M80.9535 59.7886C81.6067 60.3538 81.6758 61.3389 81.1079 61.989L70.2074 74.4666C69.9175 74.7985 69.5003 74.9931 69.0586 75.0026C68.6169 75.0121 68.1916 74.8356 67.8876 74.5165L62.0716 68.4124C61.476 67.7873 61.5024 66.8001 62.1304 66.2074C62.7585 65.6147 63.7504 65.6409 64.346 66.266L68.9745 71.1237L78.7426 59.9423C79.3105 59.2922 80.3003 59.2234 80.9535 59.7886Z' fill='%2374A352'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M77.6859 59.0191C78.7625 57.7867 80.6351 57.6575 81.8717 58.7275L81.1619 59.5477L81.8717 58.7275C83.1121 59.8009 83.2446 61.6758 82.1646 62.9121L81.3565 62.2061L82.1646 62.9121L71.2642 75.3897C70.7139 76.0196 69.9237 76.3874 69.0888 76.4054C68.2539 76.4233 67.4486 76.0898 66.8717 75.4843L61.0557 69.3803C59.9236 68.192 59.9741 66.3131 61.1674 65.1869C62.3569 64.0643 64.2333 64.1135 65.3618 65.298L68.9295 69.0424L77.6859 59.0191ZM80.0354 60.8496C79.9656 60.7892 79.8585 60.7976 79.7993 60.8654L70.0312 72.0468C69.7717 72.3439 69.3991 72.518 69.0048 72.5265C68.6104 72.535 68.2307 72.3772 67.9586 72.0916L63.3301 67.2338C63.2675 67.1682 63.1601 67.165 63.0935 67.2278C63.0307 67.2871 63.0285 67.3825 63.0875 67.4444L68.9035 73.5485C68.9347 73.5813 68.9799 73.6008 69.0285 73.5997C69.077 73.5987 69.1212 73.5773 69.1507 73.5434L80.0512 61.0658C80.107 61.002 80.1013 60.9066 80.0354 60.8496Z' fill='%2374A352'/%3E %3Cellipse cx='48.5' cy='94.1505' rx='41.5' ry='1.78495' fill='%23D8D8D8'/%3E %3C/svg%3E");
        }

.features__icon--document {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cellipse cx='48' cy='94' rx='32' ry='2' fill='%23D8D8D8'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.609 0H16V84H80V27.391L52.609 0Z' fill='%233FAEE1'/%3E %3Cpath d='M16 81V0H52.609L80 27.391V33.8845C71.5292 61.1784 46.0794 81 16 81Z' fill='%2387CBEA'/%3E %3Cpath d='M16 44.9961C33.1664 44.729 47 30.73 47 13.5C47 8.66882 45.9124 4.09167 43.9687 0H16V44.9961Z' fill='%23CCECFA'/%3E %3Cpath d='M46.8949 64.2816C47.2863 64.6771 47.9252 64.6771 48.3166 64.2816L59.9203 52.5545C60.5451 51.9231 60.0978 50.8512 59.2094 50.8512H54.82C54.2678 50.8512 53.82 50.4035 53.82 49.8512V37C53.82 36.4477 53.3723 36 52.82 36L42.3914 36C41.8391 36 41.3914 36.4477 41.3914 37L41.3914 49.8512C41.3914 50.4035 40.9437 50.8512 40.3914 50.8512H36.002C35.1136 50.8512 34.6663 51.9231 35.2912 52.5545L46.8949 64.2816Z' fill='white'/%3E %3Cpath d='M46.8949 64.2816C47.2863 64.6771 47.9252 64.6771 48.3166 64.2816L59.9203 52.5545C60.5451 51.9231 60.0978 50.8512 59.2094 50.8512H54.82C54.2678 50.8512 53.82 50.4035 53.82 49.8512V37C53.82 36.4477 53.3723 36 52.82 36L42.3914 36C41.8391 36 41.3914 36.4477 41.3914 37L41.3914 49.8512C41.3914 50.4035 40.9437 50.8512 40.3914 50.8512H36.002C35.1136 50.8512 34.6663 51.9231 35.2912 52.5545L46.8949 64.2816Z' fill='white'/%3E %3Cpath d='M53 0L80.391 27.391L53 27.391L53 0Z' fill='%23EDF9FF'/%3E %3C/svg%3E");
        }

.features__icon--double {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M57.0733 82C53.2287 82 50.1604 81.8053 47.8684 81.416C45.5764 80.9487 43.802 80.0532 42.5451 78.7293C41.2882 77.3276 40.6598 75.264 40.6598 72.5385C40.6598 69.6572 41.2882 67.3599 42.5451 65.6467C43.802 63.9335 45.9461 61.8699 48.9774 59.4558L53.6353 55.6011C58.9586 50.773 63.0251 46.7236 65.8346 43.453C68.6441 40.1045 70.0489 36.7949 70.0489 33.5242C70.0489 31.4995 69.4574 29.7863 68.2744 28.3846C67.1654 26.9829 65.7237 26.2821 63.9492 26.2821C62.0269 26.2821 60.6222 26.7493 59.735 27.6838C58.9217 28.6182 58.2563 29.7085 57.7387 30.9544C57.2951 32.1225 56.9624 32.9791 56.7406 33.5242C55.9273 35.471 54.6704 36.8727 52.9699 37.7293C51.2694 38.5859 49.458 39.0142 47.5357 39.0142C44.5783 39.0142 42.0645 37.8851 39.9944 35.6268C37.9981 33.3685 37 30.0589 37 25.698C37 20.8699 38.3678 16.509 41.1034 12.6154C43.839 8.64388 47.4248 5.56791 51.8609 3.38747C56.3709 1.12916 61.1397 0 66.1673 0C71.047 0 75.6679 1.12916 80.0301 3.38747C84.4662 5.56791 88.052 8.83856 90.7876 13.1994C93.5232 17.4824 94.891 22.5831 94.891 28.5014C94.891 34.0304 93.2644 39.6372 90.0113 45.3219C86.8321 50.9288 82.8026 55.2896 77.9229 58.4046C83.9117 58.4046 88.4217 59.2612 91.453 60.9744C94.4843 62.6876 96 65.5688 96 69.6182C96 73.0446 95.0388 75.6144 93.1165 77.3276C91.1942 79.0408 88.2738 80.2089 84.3553 80.8319C80.4367 81.4549 74.9286 81.8053 67.8308 81.8832L57.0733 82Z' fill='%2393B977'/%3E %3Cpath d='M35 42.35C35 43.8167 34.4613 45.3833 33.3838 47.05C32.3401 48.6833 30.4882 50.9333 27.8283 53.8C32.0034 58.7333 34.0909 62.4667 34.0909 65C34.0909 66.6333 33.6364 68.0333 32.7273 69.2C31.8519 70.3333 30.4714 70.9 28.5859 70.9C27.2727 70.9 25.6229 70.3 23.6364 69.1C21.6498 67.9 19.5118 66.3333 17.2222 64.4C12.1717 68.8 8.40067 71 5.90909 71C4.12458 71 2.76094 70.45 1.81818 69.35C0.875421 68.2167 0.40404 66.8 0.40404 65.1C0.40404 62.5333 2.50842 58.7667 6.71717 53.8C4.19192 50.9667 2.44108 48.7333 1.46465 47.1C0.488216 45.4333 0 43.85 0 42.35C0 40.35 0.656566 38.8 1.9697 37.7C3.3165 36.5667 4.89899 36 6.71717 36C7.89562 36 8.92256 36.1667 9.79798 36.5C10.6734 36.8333 11.6498 37.45 12.7273 38.35C13.8384 39.25 15.3704 40.6833 17.3232 42.65C19.2761 40.75 20.8418 39.35 22.0202 38.45C23.2323 37.5167 24.2929 36.8833 25.202 36.55C26.1111 36.1833 27.1212 36 28.2323 36C29.4108 36 30.505 36.25 31.5152 36.75C32.5589 37.25 33.4007 37.9833 34.0404 38.95C34.6801 39.9167 35 41.05 35 42.35Z' fill='%23464558'/%3E %3Cellipse cx='48' cy='94' rx='48' ry='2' fill='%23D8D8D8'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M69.9381 32.0624C76.1809 25.3645 80.0004 16.3783 80.0004 6.5C80.0004 5.42311 79.955 4.35681 79.866 3.30293C79.9209 3.33093 79.9757 3.35911 80.0305 3.38747C84.4665 5.56791 88.0524 8.83856 90.788 13.1994C93.5236 17.4824 94.8914 22.5831 94.8914 28.5014C94.8914 34.0304 93.2648 39.6372 90.0117 45.3219C86.8325 50.9288 82.803 55.2896 77.9233 58.4046C83.912 58.4046 88.4221 59.2612 91.4534 60.9744C94.4847 62.6876 96.0004 65.5688 96.0004 69.6182C96.0004 73.0446 95.0392 75.6144 93.1169 77.3276C91.1946 79.0408 88.2742 80.2089 84.3556 80.8319C80.4371 81.4549 74.929 81.8053 67.8312 81.8832L57.0737 82C53.2291 82 50.1608 81.8053 47.8688 81.416C45.5768 80.9487 43.8024 80.0532 42.5455 78.7293C41.2886 77.3276 40.6602 75.264 40.6602 72.5385C40.6602 69.6572 41.2886 67.3599 42.5455 65.6467C43.8024 63.9335 45.9465 61.8699 48.9778 59.4558L53.6357 55.6011C58.959 50.773 63.0254 46.7236 65.835 43.453C68.6445 40.1045 70.0493 36.7949 70.0493 33.5242C70.0493 33.0174 70.0122 32.5301 69.9381 32.0624Z' fill='%2374A352'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M86.6164 59.2157C81.1217 68.4484 73.4709 76.2483 64.3584 81.9209L67.8306 81.8832C74.9283 81.8053 80.4365 81.4549 84.355 80.8319C88.2736 80.2089 91.194 79.0408 93.1163 77.3276C95.0386 75.6144 95.9998 73.0446 95.9998 69.6182C95.9998 65.5688 94.4841 62.6876 91.4528 60.9744C90.1245 60.2237 88.5124 59.6375 86.6164 59.2157Z' fill='%23568040'/%3E %3C/svg%3E");
        }

.features__icon--hearts {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M84.7114 4.43632C83.9644 2.74305 82.9434 1.12448 81.2253 0.576659C78.6605 -0.245075 72.9332 2.22012 75.9463 11.1845C77.2909 15.1687 79.4324 18.8789 82.2213 22.0164C82.4703 22.2904 82.7442 22.5643 83.1178 22.5892C83.9644 22.6141 88.9197 18.4805 89.5671 17.9327C91.6588 16.1398 93.6509 14.1726 94.871 11.7074C96.0912 9.24221 96.4398 6.20429 95.1948 3.76399C93.0533 -0.469187 88.0731 1.5229 84.7114 4.43632Z' fill='%23DE5153'/%3E %3Cpath d='M90.6878 4.13822C89.0692 4.91016 86.5293 5.23387 85.3092 3.93902C85.11 4.11333 84.8859 4.28763 84.6867 4.43704C84.1637 3.24179 83.4914 2.07143 82.5203 1.2995C81.8728 3.6153 80.4784 5.70699 78.4614 6.67813C77.7891 7.00185 76.4693 7.54966 75.1496 7.82357C75.2741 8.81962 75.5231 9.94016 75.9215 11.1852C77.2661 15.1694 79.4076 18.8796 82.1966 22.0172C82.4456 22.2911 82.7195 22.565 83.093 22.5899C83.9396 22.6148 88.8949 18.4812 89.5424 17.9334C91.634 16.1405 93.6261 14.1733 94.8463 11.7081C96.0664 9.24293 96.415 6.20501 95.17 3.76471C94.6471 2.74377 93.9498 2.07144 93.153 1.69793C92.6052 2.74377 91.7337 3.6402 90.6878 4.13822Z' fill='%23D7283A'/%3E %3Cpath opacity='0.32' d='M84.3876 11.1849C81.8726 12.2557 78.76 12.7786 76.2201 11.5336C76.1703 11.5087 76.0956 11.4837 76.0458 11.4588C77.3904 15.3434 79.507 18.979 82.2461 22.0418C82.4952 22.3157 82.7691 22.5896 83.1426 22.6145C83.9892 22.6394 88.9445 18.5059 89.592 17.958C91.6836 16.1652 93.6757 14.198 94.8959 11.7328C96.116 9.26757 96.4646 6.22963 95.2196 3.78933C94.7465 2.86799 94.1488 2.24546 93.4516 1.87195C91.858 5.93082 88.1477 9.59128 84.3876 11.1849Z' fill='%23982431'/%3E %3Cpath d='M83.4418 2.22079C83.392 2.49471 83.3422 2.79352 83.2675 3.09233C83.1181 3.61525 81.9229 6.30457 82.7944 6.55358C83.3422 6.70299 84.2138 5.30853 84.413 4.93501C84.5126 4.73581 84.6122 4.53659 84.662 4.33738C84.3134 3.59035 83.9149 2.84332 83.4418 2.22079Z' fill='%23982431'/%3E %3Cpath d='M95.0207 6.05465C94.0744 8.66926 92.4061 10.9103 90.5634 12.9522C88.1729 15.6415 84.2883 18.9285 80.329 19.6506C80.9267 20.4723 81.5741 21.2692 82.2464 22.0411C82.4954 22.315 82.7694 22.5889 83.1429 22.6138C83.9895 22.6387 88.9448 18.5052 89.5922 17.9573C91.6839 16.1645 93.676 14.1973 94.8962 11.7321C96.0167 9.49099 96.3902 6.80167 95.5187 4.48587C95.3693 4.98389 95.2199 5.53173 95.0207 6.05465Z' fill='%23982431'/%3E %3Cpath d='M7.39952 12.0446C6.82488 10.7421 6.03954 9.49704 4.71787 9.07564C2.74494 8.44353 -1.66063 10.3398 0.657086 17.2355C1.69144 20.3003 3.33873 23.1543 5.48405 25.5678C5.6756 25.7785 5.8863 25.9892 6.17362 26.0083C6.82488 26.0275 10.6367 22.8478 11.1347 22.4264C12.7437 21.0473 14.276 19.5341 15.2146 17.6378C16.1532 15.7414 16.4214 13.4046 15.4636 11.5274C13.8163 8.27114 9.98539 9.80351 7.39952 12.0446Z' fill='%23DE5153'/%3E %3Cpath d='M11.9967 11.8153C10.7516 12.4091 8.79784 12.6581 7.85926 11.6621C7.70602 11.7962 7.53363 11.9302 7.38039 12.0452C6.97815 11.1258 6.46097 10.2255 5.71394 9.63168C5.21592 11.4131 4.14326 13.0221 2.59173 13.7691C2.07456 14.0181 1.05936 14.4395 0.0441656 14.6502C0.139939 15.4164 0.331486 16.2783 0.637961 17.2361C1.67231 20.3008 3.31961 23.1549 5.46493 25.5683C5.65647 25.779 5.86718 25.9897 6.1545 26.0089C6.80575 26.0281 10.6175 22.8484 11.1155 22.427C12.7245 21.0478 14.2569 19.5346 15.1955 17.6383C16.1341 15.742 16.4022 13.4052 15.4445 11.528C15.0423 10.7427 14.5059 10.2255 13.893 9.93816C13.4716 10.7427 12.8012 11.4322 11.9967 11.8153Z' fill='%23D7283A'/%3E %3Cpath opacity='0.32' d='M7.15054 17.2358C5.21592 18.0595 2.82159 18.4617 0.867817 17.504C0.829508 17.4848 0.772047 17.4657 0.733738 17.4465C1.76809 20.4347 3.39623 23.2312 5.50324 25.5873C5.69479 25.798 5.90549 26.0087 6.19281 26.0278C6.84407 26.047 10.6558 22.8673 11.1539 22.4459C12.7629 21.0668 14.2952 19.5535 15.2338 17.6572C16.1724 15.7609 16.4405 13.4241 15.4828 11.5469C15.1189 10.8382 14.6592 10.3593 14.1228 10.072C12.8969 13.1942 10.0429 16.0099 7.15054 17.2358Z' fill='%23982431'/%3E %3Cpath d='M6.42261 10.3404C6.3843 10.5511 6.346 10.7809 6.28853 11.0108C6.17361 11.4131 5.25418 13.4818 5.9246 13.6733C6.346 13.7882 7.01641 12.7156 7.16965 12.4283C7.24627 12.275 7.32289 12.1218 7.36119 11.9685C7.09303 11.3939 6.78655 10.8193 6.42261 10.3404Z' fill='%23982431'/%3E %3Cpath d='M15.3295 13.2895C14.6016 15.3007 13.3183 17.0246 11.9008 18.5953C10.062 20.664 7.07385 23.1924 4.02826 23.7479C4.48798 24.38 4.986 24.9929 5.50317 25.5867C5.69472 25.7974 5.90542 26.0081 6.19274 26.0273C6.844 26.0464 10.6558 22.8668 11.1538 22.4454C12.7628 21.0662 14.2952 19.553 15.2337 17.6567C16.0957 15.9328 16.383 13.8641 15.7126 12.0827C15.5977 12.4658 15.4827 12.8872 15.3295 13.2895Z' fill='%23982431'/%3E %3Cpath d='M42.4375 33.2921C39.4962 28.7575 35.7377 24.5905 30.5494 23.8551C22.7466 22.7521 7.38596 32.5568 20.418 57.0275C26.219 67.8943 34.1853 77.5355 43.7448 85.2567C44.5619 85.9103 45.5423 86.6048 46.5637 86.4823C49.0148 86.1554 61.3932 71.857 62.9456 69.9778C68.093 63.809 72.9545 57.1092 75.2831 49.4289C77.6117 41.7486 77.1623 32.8019 72.3826 26.3472C64.1303 15.1127 50.7715 23.2015 42.4375 33.2921Z' fill='%23DE5153'/%3E %3Cpath d='M59.5548 29.5328C55.2653 32.5559 48.0752 34.7211 43.949 31.5346C43.418 32.1065 42.8869 32.7193 42.3967 33.2912C40.2723 30.0639 37.7803 27.0408 34.6755 25.2841C33.8993 32.2699 30.8762 39.0106 25.5653 42.769C23.7678 44.0355 20.2137 46.2415 16.5369 47.7122C17.354 50.531 18.5796 53.6358 20.3771 57.0266C26.1782 67.8934 34.1444 77.5347 43.7039 85.2558C44.521 85.9095 45.5015 86.604 46.5228 86.4814C48.9739 86.1546 61.3523 71.8561 62.9047 69.9769C68.0521 63.8082 72.9136 57.1083 75.2422 49.428C77.5708 41.7477 77.1214 32.801 72.3416 26.3463C70.3399 23.6091 68.0113 22.0567 65.5601 21.3622C64.4162 24.6305 62.3328 27.5718 59.5548 29.5328Z' fill='%23D7283A'/%3E %3Cpath opacity='0.32' d='M44.7248 52.8594C37.9433 57.1489 29.2417 60.172 21.2754 57.8026C21.112 57.7617 20.9078 57.68 20.7443 57.6391C26.5046 68.22 34.3483 77.657 43.7444 85.2555C44.5614 85.9092 45.5419 86.6037 46.5632 86.4811C49.0144 86.1543 61.3927 71.8559 62.9451 69.9766C68.0925 63.8079 72.954 57.1081 75.2826 49.4278C77.6112 41.7475 77.1619 32.8007 72.3821 26.346C70.5846 23.9357 68.5419 22.4241 66.3767 21.6071C63.7622 34.1897 54.8154 46.4864 44.7248 52.8594Z' fill='%23982431'/%3E %3Cpath d='M37.6978 27.4903C37.7387 28.3482 37.6978 29.2061 37.5753 30.1048C37.4118 31.6572 35.2467 40.032 37.9021 40.318C39.5771 40.4814 41.3746 36.0285 41.8239 34.8437C42.0691 34.231 42.1916 33.6182 42.2733 33.0054C40.8843 31.0036 39.3728 29.0835 37.6978 27.4903Z' fill='%23982431'/%3E %3Cpath d='M73.0365 33.0054C71.5658 40.9717 67.7665 48.2434 63.4769 55.0658C57.8393 63.9717 48.2389 75.3696 37.127 79.3323C39.2513 81.4158 41.4574 83.4176 43.786 85.2968C44.603 85.9504 45.5835 86.6449 46.6048 86.5224C49.0559 86.1955 61.4343 71.8971 62.9867 70.0179C68.1342 63.8491 72.9956 57.1493 75.3242 49.469C77.4486 42.4832 77.2443 34.4761 73.6084 28.2256C73.4859 29.778 73.3224 31.3713 73.0365 33.0054Z' fill='%23982431'/%3E %3Cellipse cx='46.0792' cy='94.2934' rx='30.7195' ry='1.70664' fill='%23D8D8D8'/%3E %3C/svg%3E");
        }

.features__icon--level {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cellipse cx='48' cy='94' rx='48' ry='2' fill='%23D8D8D8'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M45.5167 1.12436C46.8805 -0.374786 49.1195 -0.374786 50.4833 1.12436L66.9971 19.276C69.157 21.65 67.5977 25.657 64.5138 25.657H62.4885C60.567 25.657 59.0093 27.337 59.0093 29.4095V80.2473C59.0093 82.3198 57.4516 84 55.5301 84H40.4699C38.5484 84 36.9907 82.3198 36.9907 80.2473V29.4095C36.9907 27.337 35.433 25.657 33.5115 25.657H31.4862C28.4023 25.657 26.843 21.65 29.0028 19.276L45.5167 1.12436ZM16.9279 29.6157C16.1437 28.7948 14.8563 28.7948 14.0721 29.6157L4.57663 39.5559C3.33472 40.8559 4.23135 43.0501 6.00455 43.0501H7.1691C8.27399 43.0501 9.16965 43.9703 9.16965 45.1052V72.9449C9.16965 74.0799 10.0653 75 11.1702 75H19.8298C20.9347 75 21.8304 74.0799 21.8304 72.9449V45.1052C21.8304 43.9703 22.726 43.0501 23.8309 43.0501H24.9955C26.7686 43.0501 27.6653 40.8559 26.4234 39.5559L16.9279 29.6157ZM81.9279 29.6157C81.1437 28.7948 79.8563 28.7948 79.0721 29.6157L69.5766 39.5559C68.3347 40.8559 69.2314 43.0501 71.0045 43.0501H72.1691C73.274 43.0501 74.1696 43.9703 74.1696 45.1052V72.9449C74.1696 74.0799 75.0653 75 76.1702 75H84.8298C85.9347 75 86.8304 74.0799 86.8304 72.9449V45.1052C86.8304 43.9703 87.726 43.0501 88.8309 43.0501H89.9955C91.7686 43.0501 92.6653 40.8559 91.4234 39.5559L81.9279 29.6157Z' fill='%2393B977'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M36.991 44.1402C47.223 37.558 54.0003 26.0705 54.0003 13.0001C54.0003 9.78516 53.5902 6.66608 52.8196 3.69214L66.9974 19.276C69.1573 21.6501 67.5979 25.657 64.5141 25.657H62.4888C60.5672 25.657 59.0096 27.3371 59.0096 29.4097V80.2474C59.0096 82.3199 57.4518 84.0001 55.5303 84.0001H40.4702C38.5487 84.0001 36.991 82.3199 36.991 80.2474V44.1402ZM9.16992 49.1699V72.945C9.16992 74.08 10.0656 75.0001 11.1705 75.0001H19.83C20.9349 75.0001 21.8306 74.08 21.8306 72.945V49.6876C20.2497 49.8937 18.6374 50.0001 17.0003 50.0001C14.3136 50.0001 11.6939 49.7137 9.16992 49.1699ZM79.0723 29.6158C79.8566 28.7948 81.144 28.7948 81.9282 29.6158L91.4236 39.556C92.6655 40.856 91.7689 43.0502 89.9957 43.0502H88.8312C87.7263 43.0502 86.8306 43.9704 86.8306 45.1053V72.945C86.8306 74.08 85.9349 75.0001 84.8301 75.0001H76.1705C75.0656 75.0001 74.1699 74.08 74.1699 72.945V45.1053C74.1699 43.9704 73.2742 43.0502 72.1694 43.0502H71.0048C69.2316 43.0502 68.335 40.856 69.5769 39.556L79.0723 29.6158Z' fill='%2374A352'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.1699 71.8225C79.7799 62.3542 83.0002 51.3033 83.0002 39.5001C83.0002 36.2711 82.7592 33.0984 82.2942 29.999L91.4236 39.556C92.6655 40.8561 91.7689 43.0503 89.9957 43.0503H88.8311C87.7263 43.0503 86.8306 43.9705 86.8306 45.1053V72.9451C86.8306 74.0801 85.9349 75.0001 84.83 75.0001H76.1705C75.0656 75.0001 74.1699 74.0801 74.1699 72.9451V71.8225Z' fill='%23568040'/%3E %3C/svg%3E");
        }

.features__icon--locations {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M69.4503 36.1071C70.8692 25.3372 61.5042 13 47.8419 13C34.0579 13 24.8551 25.4979 26.2335 36.1071C26.6794 41.9341 34.9093 55.3563 37.3417 59.2946C49.423 78.7447 46.0986 79.1064 58.9096 58.2899C59.842 56.803 68.9638 42.1351 69.4503 36.1071Z' fill='%23D7283A'/%3E %3Cpath d='M30.8551 31.0035C34.9498 30.9633 39.1255 28.9138 41.9228 25.9802C45.085 22.6447 46.0986 17.7018 45.3688 13.1206C35.3146 14.2458 28.1389 22.1223 26.5172 30.3605C27.9767 30.8427 29.5983 31.0437 30.8551 31.0035Z' fill='%23DE5153'/%3E %3Cpath opacity='0.32' d='M63.6123 19.7511C63.734 20.5146 63.8556 21.3183 63.8961 22.1622C64.5448 29.6369 63.3286 37.7545 58.3825 43.6619C53.2744 49.73 43.8283 55.1953 35.0309 55.4365C36.0038 57.0439 36.8147 58.4102 37.3822 59.2542C49.4635 78.7043 46.1391 79.066 58.9501 58.2495C59.842 56.8028 68.9638 42.1348 69.4503 36.1069C70.18 30.4004 67.9502 24.2921 63.6123 19.7511Z' fill='%23982431'/%3E %3Cpath d='M47.842 43.5816C52.9246 43.5816 57.0448 39.4975 57.0448 34.4594C57.0448 29.4213 52.9246 25.3371 47.842 25.3371C42.7594 25.3371 38.6392 29.4213 38.6392 34.4594C38.6392 39.4975 42.7594 43.5816 47.842 43.5816Z' fill='%23F3F3F3'/%3E %3Cpath d='M52.3419 26.5026C53.4366 28.0296 54.1258 29.8782 54.1258 31.8875C54.1258 36.9108 49.9906 41.0098 44.9229 41.0098C43.3013 41.0098 41.7607 40.5678 40.4229 39.8444C42.085 42.0949 44.8013 43.5817 47.8419 43.5817C52.9095 43.5817 57.0447 39.4827 57.0447 34.4595C57.0447 31.0436 55.1393 28.0698 52.3419 26.5026Z' fill='%23BFBECB'/%3E %3Cpath d='M95.928 44.2914C96.6476 38.8295 91.8982 32.5728 84.9695 32.5728C77.979 32.5728 73.3119 38.9111 74.0109 44.2914C74.2371 47.2465 78.4108 54.0535 79.6444 56.0508C85.7713 65.9148 84.0854 66.0982 90.5824 55.5413C91.0553 54.7872 95.6813 47.3485 95.928 44.2914Z' fill='%23D7283A'/%3E %3Cpath d='M76.3551 41.703C78.4316 41.6827 80.5493 40.6433 81.968 39.1555C83.5717 37.464 84.0857 34.9572 83.7156 32.6339C78.6167 33.2045 74.9775 37.199 74.1551 41.377C74.8953 41.6215 75.7177 41.7234 76.3551 41.703Z' fill='%23DE5153'/%3E %3Cpath opacity='0.32' d='M92.9674 35.9965C93.0291 36.3837 93.0907 36.7913 93.1113 37.2193C93.4403 41.01 92.8234 45.1268 90.3151 48.1227C87.7245 51.2001 82.934 53.9718 78.4725 54.0941C78.9659 54.9093 79.3771 55.6022 79.665 56.0302C85.7919 65.8942 84.106 66.0776 90.603 55.5207C91.0553 54.787 95.6813 47.3482 95.928 44.2912C96.2981 41.3972 95.1673 38.2994 92.9674 35.9965Z' fill='%23982431'/%3E %3Cpath d='M84.9697 48.082C87.5473 48.082 89.6369 46.0107 89.6369 43.4557C89.6369 40.9006 87.5473 38.8294 84.9697 38.8294C82.3921 38.8294 80.3026 40.9006 80.3026 43.4557C80.3026 46.0107 82.3921 48.082 84.9697 48.082Z' fill='%23F3F3F3'/%3E %3Cpath d='M87.2517 39.4205C87.8068 40.1949 88.1563 41.1324 88.1563 42.1514C88.1563 44.6989 86.0592 46.7777 83.4892 46.7777C82.6668 46.7777 81.8855 46.5535 81.207 46.1867C82.05 47.328 83.4275 48.082 84.9695 48.082C87.5395 48.082 89.6367 46.0033 89.6367 43.4557C89.6367 41.7234 88.6703 40.2153 87.2517 39.4205Z' fill='%23BFBECB'/%3E %3Cpath d='M21.9863 44.2914C22.7059 38.8295 17.9565 32.5728 11.0277 32.5728C4.03727 32.5728 -0.629882 38.9111 0.0691625 44.2914C0.295324 47.2465 4.46903 54.0535 5.70264 56.0508C11.8296 65.9148 10.1436 66.0982 16.6406 55.5413C17.1135 54.7872 21.7395 47.3485 21.9863 44.2914Z' fill='%23D7283A'/%3E %3Cpath d='M2.41322 41.703C4.4898 41.6827 6.60749 40.6433 8.02614 39.1555C9.62983 37.464 10.1438 34.9572 9.77375 32.6339C4.67484 33.2045 1.03569 37.199 0.213287 41.377C0.953452 41.6215 1.77586 41.7234 2.41322 41.703Z' fill='%23DE5153'/%3E %3Cpath opacity='0.32' d='M19.0255 35.9965C19.0872 36.3837 19.1489 36.7913 19.1695 37.2193C19.4984 41.01 18.8816 45.1268 16.3733 48.1227C13.7827 51.2001 8.99219 53.9718 4.53064 54.0941C5.02408 54.9093 5.43528 55.6022 5.72313 56.0302C11.85 65.8942 10.1641 66.0776 16.6611 55.5207C17.1134 54.787 21.7395 47.3482 21.9862 44.2912C22.3563 41.3972 21.2255 38.2994 19.0255 35.9965Z' fill='%23982431'/%3E %3Cpath d='M11.0279 48.082C13.6055 48.082 15.6951 46.0107 15.6951 43.4557C15.6951 40.9006 13.6055 38.8294 11.0279 38.8294C8.4503 38.8294 6.36075 40.9006 6.36075 43.4557C6.36075 46.0107 8.4503 48.082 11.0279 48.082Z' fill='%23F3F3F3'/%3E %3Cpath d='M13.3099 39.4205C13.865 40.1949 14.2145 41.1324 14.2145 42.1514C14.2145 44.6989 12.1174 46.7777 9.54734 46.7777C8.72494 46.7777 7.94365 46.5535 7.26517 46.1867C8.10813 47.328 9.48566 48.082 11.0277 48.082C13.5977 48.082 15.6948 46.0033 15.6948 43.4557C15.6948 41.7234 14.7285 40.2153 13.3099 39.4205Z' fill='%23BFBECB'/%3E %3Cellipse cx='47.8447' cy='80.4175' rx='21.7476' ry='2.17476' fill='%23D8D8D8'/%3E %3Cellipse cx='84.8155' cy='69.5437' rx='10.8738' ry='1.08738' fill='%23D8D8D8'/%3E %3Cellipse cx='10.8738' cy='69.5437' rx='10.8738' ry='1.08738' fill='%23D8D8D8'/%3E %3C/svg%3E");
        }

.features__icon--lock {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cellipse cx='48' cy='94.2222' rx='32' ry='1.77778' fill='%23D8D8D8'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M64.6075 31.9492L67.3996 33.9337V19.5319C67.3996 8.76196 58.669 0 47.9376 0C37.2062 0 28.4756 8.76196 28.4756 19.5319V33.9337L31.2678 31.9492C33.6072 30.2862 36.1696 28.9909 38.8805 28.0996L47.9342 25.1241L56.9931 28.0996C59.7057 28.9909 62.2663 30.2862 64.6075 31.9492ZM56.784 24.6368H46.4517H39.0913V19.5319C39.0913 14.6368 43.06 10.6538 47.9376 10.6538C52.8152 10.6538 56.784 14.6368 56.784 19.5319V24.6368Z' fill='%23626574'/%3E %3Cpath d='M16 54.269C16 71.3978 30.3279 85.3334 47.9376 85.3334C65.5473 85.3334 79.8752 71.3978 79.8752 54.269C79.8752 37.1403 65.5473 23.2047 47.9376 23.2047C30.3279 23.2047 16 37.1403 16 54.269Z' fill='%23626574'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M72.9937 35.0272C67.1393 27.8303 58.0831 23.2047 47.9376 23.2047C30.3279 23.2047 16 37.1403 16 54.269C16 65.4899 22.1487 75.3405 31.3408 80.8007C54.4469 77.4135 72.3205 58.276 72.9937 35.0272Z' fill='%23797C8C'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.6593 23.4823C28.3176 25.4889 16.392 38.1317 16.0095 53.507C18.5175 54.4704 21.2486 55 24.1044 55C36.2923 55 46.2088 45.355 46.2088 33.5C46.2088 29.885 45.2867 26.4755 43.6593 23.4823Z' fill='%23A3A6B7'/%3E %3Cpath d='M44.4942 58.8256C44.4942 60.7844 46.088 62.3781 48.0467 62.3781C50.0054 62.3781 51.5992 60.7844 51.5992 58.8256V56.1364C53.0478 55.0589 53.8946 53.4148 53.8946 51.6198C53.8946 48.4715 51.2716 45.9103 48.0467 45.9103C44.8218 45.9103 42.1989 48.4715 42.1989 51.6198C42.1989 53.4148 43.0456 55.0589 44.4942 56.1364V58.8256Z' fill='white'/%3E %3C/svg%3E");
        }

.features__icon--moon {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cellipse cx='48' cy='94' rx='48' ry='2' fill='%23D8D8D8'/%3E %3Ccircle cx='48' cy='42' r='42' fill='%23FFEAA0'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 40.0001C36.2254 40.0001 51 25.2255 51 7.00005C51 4.61952 50.7479 2.29786 50.269 0.0603027C72.4099 1.23901 90 19.5653 90 42.0001C90 65.196 71.196 84.0001 48 84.0001C24.804 84.0001 6 65.196 6 42.0001C6 40.5926 6.06923 39.2014 6.20447 37.8295C9.86735 39.2318 13.844 40.0001 18 40.0001Z' fill='%23FFE382'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M79.3441 69.9136C76.3391 70.5963 73.2116 70.9568 70 70.9568C46.804 70.9568 28 52.1528 28 28.9568C28 18.2207 32.0283 8.4254 38.6559 1C19.9574 5.24811 6 21.9725 6 41.9568C6 65.1528 24.804 83.9568 48 83.9568C60.4598 83.9568 71.6524 78.5312 79.3441 69.9136Z' fill='%23575770'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.9717 79.945C58.9239 78.6525 81.9996 54.7711 81.9996 25.5C81.9996 22.3674 81.7353 19.2965 81.2278 16.3085C86.7269 23.4103 89.9996 32.323 89.9996 42C89.9996 65.196 71.1956 84 47.9996 84C41.547 84 35.4343 82.5449 29.9717 79.945Z' fill='%23FBDC6D'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.0028 38.1213C25.5614 39.338 21.858 40 18 40C13.8424 40 9.86439 39.2312 6.20038 37.8279C6.06784 39.1863 6 40.5636 6 41.9568C6 65.1528 24.804 83.9568 48 83.9568C60.4598 83.9568 71.6524 78.5312 79.3441 69.9137C76.3391 70.5964 73.2116 70.9568 70 70.9568C49.9517 70.9568 33.1843 56.9099 29.0028 38.1213Z' fill='%23464558'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M59.4869 69.6304C51.1471 75.6858 41.0242 79.4349 30.0547 79.9412C35.4962 82.5164 41.5797 83.9568 47.9996 83.9568C60.4594 83.9568 71.652 78.5312 79.3437 69.9136C76.3387 70.5964 73.2112 70.9568 69.9996 70.9568C66.3693 70.9568 62.8467 70.4963 59.4869 69.6304Z' fill='%23323147'/%3E %3C/svg%3E");
        }

.features__icon--select {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect x='8' y='2' width='21.579' height='21.579' rx='3.34535' fill='%2374A352' fill-opacity='0.15'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.1623 34.7731H11.4167C10.9449 34.7731 10.5625 35.1555 10.5625 35.6272V50.3729C10.5625 50.8446 10.9449 51.227 11.4167 51.227H26.1623C26.634 51.227 27.0165 50.8446 27.0165 50.3729V35.6272C27.0165 35.1555 26.634 34.7731 26.1623 34.7731ZM11.4167 32.2106C9.52969 32.2106 8 33.7403 8 35.6272V50.3729C8 52.2598 9.52969 53.7895 11.4167 53.7895H26.1623C28.0493 53.7895 29.579 52.2598 29.579 50.3729V35.6272C29.579 33.7403 28.0493 32.2106 26.1623 32.2106H11.4167Z' fill='%23D8D8D8'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.0719 8.27508C24.4695 8.61914 24.5116 9.21885 24.1659 9.61457L17.5302 17.2104C17.3537 17.4124 17.0998 17.5309 16.8309 17.5366C16.562 17.5424 16.3031 17.4349 16.118 17.2407L12.5775 13.5248C12.215 13.1443 12.231 12.5434 12.6133 12.1825C12.9957 11.8217 13.5995 11.8377 13.962 12.2182L16.7796 15.1754L22.726 8.36863C23.0717 7.9729 23.6743 7.93102 24.0719 8.27508Z' fill='%2374A352'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.0828 7.80671C22.7382 7.05651 23.8781 6.97785 24.6309 7.62921C25.386 8.28262 25.4667 9.424 24.8092 10.1766L18.1735 17.7724C17.8386 18.1558 17.3575 18.3797 16.8493 18.3906C16.341 18.4016 15.8508 18.1985 15.4997 17.83L11.9592 14.1141C11.27 13.3908 11.3007 12.2469 12.0271 11.5614C12.7512 10.878 13.8935 10.908 14.5805 11.629L16.7523 13.9084L22.0828 7.80671ZM23.513 8.92105C23.4706 8.88429 23.4053 8.8894 23.3693 8.93064L17.423 15.7374C17.265 15.9182 17.0382 16.0242 16.7981 16.0294C16.5581 16.0346 16.3269 15.9385 16.1613 15.7646L13.3437 12.8075C13.3056 12.7675 13.2402 12.7655 13.1996 12.8038C13.1614 12.8399 13.1601 12.898 13.196 12.9357L16.7365 16.6515C16.7555 16.6715 16.783 16.6833 16.8126 16.6827C16.8421 16.6821 16.869 16.669 16.887 16.6484L23.5227 9.05266C23.5566 9.0138 23.5531 8.95575 23.513 8.92105Z' fill='%2374A352'/%3E %3Crect x='8' y='62.4211' width='21.579' height='21.579' rx='3.34535' fill='%2374A352' fill-opacity='0.15'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.0719 68.6961C24.4695 69.0402 24.5116 69.6399 24.1659 70.0356L17.5302 77.6314C17.3537 77.8334 17.0998 77.9519 16.8309 77.9577C16.562 77.9634 16.3031 77.856 16.118 77.6617L12.5775 73.9458C12.215 73.5653 12.231 72.9644 12.6133 72.6036C12.9957 72.2427 13.5995 72.2587 13.962 72.6392L16.7796 75.5964L22.726 68.7896C23.0717 68.3939 23.6743 68.352 24.0719 68.6961Z' fill='%2374A352'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.0828 68.2277C22.7382 67.4775 23.8781 67.3989 24.6309 68.0502C25.386 68.7036 25.4667 69.845 24.8092 70.5976L18.1735 78.1934C17.8386 78.5768 17.3575 78.8007 16.8493 78.8117C16.341 78.8226 15.8508 78.6195 15.4997 78.251L11.9592 74.5351C11.27 73.8118 11.3007 72.668 12.0271 71.9824C12.7512 71.299 13.8935 71.329 14.5805 72.05L16.7523 74.3294L22.0828 68.2277ZM23.513 69.3421C23.4706 69.3053 23.4053 69.3104 23.3693 69.3517L17.423 76.1584C17.265 76.3392 17.0382 76.4452 16.7981 76.4504C16.5581 76.4556 16.3269 76.3595 16.1613 76.1856L13.3437 73.2285C13.3056 73.1885 13.2402 73.1866 13.1996 73.2248C13.1614 73.2609 13.1601 73.319 13.196 73.3567L16.7365 77.0726C16.7555 77.0925 16.783 77.1044 16.8126 77.1037C16.8421 77.1031 16.869 77.0901 16.887 77.0695L23.5227 69.4737C23.5566 69.4348 23.5531 69.3768 23.513 69.3421Z' fill='%2374A352'/%3E %3Crect x='36.1875' y='10.5416' width='48.6875' height='5.125' rx='2.5625' fill='%23D8D8D8'/%3E %3Crect x='36.1875' y='40.4375' width='48.6875' height='5.125' rx='2.5625' fill='%23D8D8D8'/%3E %3Cpath d='M69.5153 29.7671C68.8295 29.5693 68.1098 29.5168 67.4025 29.6131C66.6952 29.7094 66.0158 29.9523 65.4078 30.3262C62.3872 32.0702 62.6613 35.3353 62.9291 37.1945C62.9525 37.5837 63.0631 38.124 63.0864 38.5133C62.761 38.2984 62.1973 38.0197 61.8719 37.8049C60.1576 36.5795 57.0543 34.3436 53.8421 36.8023C51.2979 38.6739 51.863 43.4179 52.6073 45.4047C51.8459 44.4347 49.1205 41.1668 48.2719 40.0458C42.1805 32.2855 33.5816 21.0517 28.2726 24.6134C25.0193 26.796 27.3672 32.156 28.5621 34.796C31.4699 40.6541 34.7532 46.3182 38.3915 51.7529C39.5054 53.5507 40.7233 55.2818 41.8263 57.0865C42.3674 57.9721 42.8825 58.8746 43.3395 59.8068C43.6445 60.4288 44.4029 61.5868 44.2693 62.3085C44.1614 62.8918 43.5162 63.1814 42.9581 63.3826C39.194 64.7392 34.483 66.6452 32.91 70.6835C32.5785 71.4838 32.4199 72.3452 32.4449 73.2111C32.4698 74.077 32.6776 74.9278 33.0547 75.7077C34.2332 77.9496 36.4293 78.2765 38.7221 78.1132C40.5723 77.9814 42.4145 77.6714 44.2453 77.3826C46.6447 77.0042 50.816 76.2069 51.7051 76.7005C52.0929 76.9648 52.4987 77.2015 52.9197 77.4089C56.7376 79.8363 65.5881 85.3994 78.879 77.7259C88.8471 71.9708 90.9582 60.2804 84.2439 48.6509L83.0231 46.5364C78.7037 38.3572 74.2799 31.0438 69.5153 29.7671Z' fill='%23D47000'/%3E %3Cpath d='M54.0474 78.1134C66.4104 70.3265 74.625 56.5548 74.625 40.8646C74.625 38.0117 74.3535 35.2222 73.8347 32.5206C72.4227 31.1294 70.9853 30.161 69.5153 29.7671C68.8295 29.5693 68.1098 29.5168 67.4025 29.6131C66.6952 29.7094 66.0158 29.9523 65.4078 30.3262C62.3872 32.0702 62.6613 35.3353 62.9291 37.1945C62.9408 37.3891 62.9743 37.6215 63.0078 37.8539C63.0413 38.0863 63.0747 38.3187 63.0864 38.5133C62.9237 38.4059 62.7014 38.2825 62.4792 38.1591C62.2569 38.0357 62.0346 37.9123 61.8719 37.8049L61.8529 37.7912C60.1346 36.563 57.0424 34.3527 53.8421 36.8023C51.2979 38.6739 51.863 43.4179 52.6073 45.4047C52.2963 45.0085 51.6578 44.2292 50.9534 43.3693C49.9329 42.1236 48.774 40.709 48.2719 40.0458C48.1173 39.8487 47.961 39.6494 47.8032 39.4482C41.746 31.7246 33.4468 21.1421 28.2726 24.6134C25.0193 26.796 27.3672 32.156 28.5621 34.796C31.4699 40.6541 34.7532 46.3182 38.3915 51.7529C38.9208 52.6072 39.4737 53.4465 40.0265 54.2858C40.637 55.2126 41.2474 56.1395 41.8263 57.0865C42.3674 57.9721 42.8825 58.8746 43.3395 59.8068C43.4002 59.9305 43.4788 60.0755 43.5648 60.234C43.9109 60.8722 44.3763 61.7304 44.2693 62.3085C44.1614 62.8918 43.5162 63.1814 42.9581 63.3826C39.194 64.7392 34.483 66.6452 32.91 70.6835C32.5785 71.4838 32.4199 72.3452 32.4449 73.2111C32.4698 74.077 32.6776 74.9278 33.0547 75.7077C34.2332 77.9496 36.4293 78.2765 38.7221 78.1132C40.3912 77.9943 42.0539 77.7303 43.7075 77.4678C43.8869 77.4393 44.0661 77.4109 44.2453 77.3826C44.5911 77.3281 44.9737 77.2649 45.378 77.198C47.7789 76.8012 50.9442 76.278 51.7051 76.7005C52.0929 76.9648 52.4987 77.2015 52.9197 77.4089C53.2565 77.6231 53.6326 77.8616 54.0474 78.1134Z' fill='%23EA8C24'/%3E %3Cpath d='M41.57 56.6716C41.0686 55.868 40.5475 55.0769 40.0265 54.2858C39.4737 53.4465 38.9208 52.6072 38.3915 51.7529C34.7532 46.3182 31.4699 40.6541 28.5621 34.796C27.3672 32.156 25.0193 26.796 28.2726 24.6134C33.4468 21.1421 41.746 31.7246 47.8032 39.4482C47.961 39.6494 48.1173 39.8487 48.2719 40.0458C48.5912 40.4675 49.1761 41.1931 49.822 41.9859C49.4718 48.0735 46.2882 53.4016 41.57 56.6716Z' fill='%23FFA643'/%3E %3Cellipse cx='48' cy='93.9524' rx='41' ry='1.95238' fill='%23D8D8D8'/%3E %3C/svg%3E");
        }

.features__icon--servers {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cellipse cx='46.5455' cy='94' rx='46.5455' ry='2' fill='%23D8D8D8'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 4C0 1.79086 1.79086 0 4 0H72.6061C74.8152 0 76.6061 1.79086 76.6061 4V20C76.6061 22.2091 74.8152 24 72.6061 24H4.00001C1.79087 24 0 22.2091 0 20V4ZM0 32C0 29.7909 1.79086 28 4 28H72.6061C74.8152 28 76.6061 29.7909 76.6061 32V48C76.6061 50.2091 74.8152 52 72.6061 52H4.00001C1.79087 52 0 50.2091 0 48V32ZM4 56C1.79086 56 0 57.7909 0 60V76C0 78.2091 1.79087 80 4.00001 80H72.6061C74.8152 80 76.6061 78.2091 76.6061 76V60C76.6061 57.7909 74.8152 56 72.6061 56H4Z' fill='%23A3A6B7'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.718 24C39.3974 21.1148 39.7576 18.1008 39.7576 15C39.7576 9.67289 38.6946 4.60181 36.7755 0H72.6061C74.8152 0 76.6061 1.79086 76.6061 4V20C76.6061 22.2091 74.8152 24 72.6061 24H38.718ZM11.3432 52C23.4967 49.0652 33.3346 39.9267 37.5449 28H72.6061C74.8152 28 76.6061 29.7909 76.6061 32V48C76.6061 50.2091 74.8152 52 72.6061 52H11.3432ZM0 60C0 57.7909 1.79086 56 4 56H72.6061C74.8152 56 76.6061 57.7909 76.6061 60V76C76.6061 78.2091 74.8152 80 72.6061 80H4.00001C1.79087 80 0 78.2091 0 76V60Z' fill='%23797C8C'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M66.8802 24C66.8993 23.3358 66.909 22.669 66.909 22C66.909 14.286 65.6257 6.88114 63.2673 0H72.6059C74.8151 0 76.606 1.79086 76.606 4V20C76.606 22.2091 74.8151 24 72.606 24H66.8802ZM59.9305 52C63.5569 44.6844 65.8984 36.5789 66.6481 28H72.6059C74.8151 28 76.606 29.7909 76.606 32V48C76.606 50.2091 74.8151 52 72.606 52H59.9305ZM33.4761 80C43.4988 74.3707 51.9005 66.059 57.7745 56H72.6059C74.8151 56 76.606 57.7909 76.606 60V76C76.606 78.2091 74.8151 80 72.606 80H33.4761Z' fill='%23626574'/%3E %3Cellipse cx='11.6366' cy='12' rx='3.87879' ry='4' fill='white'/%3E %3Cellipse cx='11.6366' cy='40' rx='3.87879' ry='4' fill='white'/%3E %3Cellipse cx='11.6366' cy='68' rx='3.87879' ry='4' fill='white'/%3E %3Cpath d='M93.0907 67C93.0907 76.9411 85.2761 85 75.6362 85C65.9963 85 58.1816 76.9411 58.1816 67C58.1816 57.0589 65.9963 49 75.6362 49C85.2761 49 93.0907 57.0589 93.0907 67Z' fill='%23EAF1E5'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M96.0002 67C96.0002 78.598 86.8831 88 75.6366 88C64.3901 88 55.2729 78.598 55.2729 67C55.2729 55.402 64.3901 46 75.6366 46C86.8831 46 96.0002 55.402 96.0002 67ZM75.6366 85C85.2765 85 93.0911 76.9411 93.0911 67C93.0911 57.0589 85.2765 49 75.6366 49C65.9967 49 58.182 57.0589 58.182 67C58.182 76.9411 65.9967 85 75.6366 85Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M85.9474 58.7248C84.7483 57.6548 82.9324 57.784 81.8884 59.0164L73.3974 69.0397L69.9378 65.2953C68.8435 64.1109 67.0239 64.0616 65.8705 65.1842C64.7134 66.3104 64.6644 68.1893 65.7622 69.3776L71.402 75.4817C71.9614 76.0871 72.7422 76.4206 73.5518 76.4027C74.3615 76.3848 75.1277 76.0169 75.6613 75.387L86.2315 62.9094L85.4478 62.2034L86.2315 62.9094C87.2788 61.6731 87.1502 59.7982 85.9474 58.7248L85.2591 59.545L85.9474 58.7248Z' fill='%2374A352'/%3E %3C/svg%3E");
        }

.features__icon--shield {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cellipse cx='48' cy='93' rx='42' ry='3' fill='%23D8D8D8'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.9991 0C35.2378 0 19.918 2.8461 7.09793 9.09459C6.42137 9.42435 5.99941 10.1086 6.00048 10.8612C6.02159 25.7737 6.95615 59.7247 46.9867 83.4081C47.6021 83.7722 48.396 83.7722 49.0114 83.4081C89.0429 59.7247 89.9784 25.7738 89.9995 10.8612C90.0006 10.1086 89.5786 9.42435 88.902 9.0946C76.081 2.8461 60.7612 0 47.9991 0Z' fill='%23323147'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.6272 71.3798C57.4405 67.3543 78 44.221 78 16.2857C78 12.1858 77.5572 8.18926 76.7167 4.3414C67.0436 1.38425 56.8994 1.52588e-05 47.9991 1.52588e-05C35.2378 1.52588e-05 19.9181 2.84611 7.09794 9.09461C6.42138 9.42436 5.99942 10.1086 6.00049 10.8612C6.01823 23.3893 6.68065 49.3542 30.6272 71.3798Z' fill='%23464558'/%3E %3Cpath d='M55.7143 33.0084C55.7143 29.0084 52.2857 25.7143 47.8775 25.7143C43.7143 25.7143 40.2857 29.0084 40.2857 33.0084C40.2857 35.8319 41.7551 38.4202 44.449 39.5966V46.1849C44.449 48.0672 45.9184 49.7143 47.8775 49.7143C50.0816 49.7143 51.551 48.0672 51.551 46.1849V39.5966C54 38.4202 55.7143 35.8319 55.7143 33.0084Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.1429 37.7143C32.7646 37.7143 45.4286 25.0503 45.4286 9.42857C45.4286 6.15878 44.8738 3.01857 43.8531 0.0969543C32.0123 0.642841 18.5567 3.50964 7.09794 9.09459C6.42138 9.42435 5.99942 10.1086 6.00049 10.8612C6.00908 16.9277 6.16884 26.1448 9.05028 36.5397C11.6142 37.3039 14.3306 37.7143 17.1429 37.7143Z' fill='%23575770'/%3E %3C/svg%3E");
        }

.features__icon--wifi {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cellipse cx='48' cy='94' rx='48' ry='2' fill='%23D8D8D8'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.5371 29.7387C18.5816 17.4798 30.0218 11.4014 45.6056 11.4014C57.0479 11.4014 65.8038 15.9626 71.8025 20.6458C74.8029 22.9883 77.0703 25.3309 78.574 27.0703C79.3234 27.9373 79.8761 28.6463 80.2286 29.1192C80.4047 29.3554 80.5302 29.5318 80.6047 29.6385L80.6479 29.7009L80.6779 29.7449L80.6784 29.7454L80.6814 29.7499L80.6823 29.7513L80.6825 29.7516L80.6846 29.7547C82.4188 32.3786 85.9626 33.1152 88.6095 31.3984C91.2618 29.6781 92.0092 26.1459 90.2789 23.5091L85.6542 26.5086C90.2789 23.509 90.2775 23.5069 90.2761 23.5048L90.2729 23.5L90.2656 23.4889L90.2472 23.4611C90.2331 23.44 90.2156 23.4139 90.1946 23.3829C90.1527 23.3208 90.0968 23.2392 90.0271 23.1393C89.8877 22.9396 89.6927 22.6665 89.4423 22.3305C88.9418 21.6592 88.2176 20.7336 87.2714 19.639C85.3838 17.4554 82.585 14.5672 78.8852 11.6788C71.4837 5.90035 60.3042 0 45.6056 0C26.3348 0 11.1945 7.87039 0.932292 23.5091C-0.798052 26.1459 -0.0506547 29.6781 2.60165 31.3984C5.25395 33.1187 8.80679 32.3756 10.5371 29.7387ZM45.6058 38.3256C37.2299 38.3256 30.6517 41.853 25.4587 49.6037C23.7031 52.224 20.1433 52.9332 17.5077 51.1878C14.872 49.4424 14.1586 45.9033 15.9142 43.283C23.0657 32.6091 33.1004 26.9242 45.6058 26.9242C55.1993 26.9242 62.6707 31.1609 67.5564 35.1116C70.0172 37.1014 71.9087 39.0854 73.1944 40.5824C73.84 41.3341 74.3407 41.972 74.6914 42.4391C74.867 42.673 75.0057 42.8648 75.1067 43.0076C75.1573 43.079 75.1985 43.1382 75.2302 43.1844L75.2709 43.2438L75.2859 43.2659L75.292 43.2751L75.2948 43.2792C75.2961 43.2811 75.2973 43.283 70.5251 46.4433L75.2973 43.283C77.0529 45.9033 76.3395 49.4424 73.7039 51.1878C71.0747 52.929 67.5257 52.2274 65.7656 49.6227C65.7613 49.6164 65.7486 49.5981 65.7278 49.5687C65.6856 49.5091 65.6101 49.404 65.5019 49.26C65.2852 48.9714 64.9402 48.5298 64.4731 47.986C63.5335 46.892 62.1316 45.4214 60.3201 43.9566C56.6614 40.9981 51.6731 38.3256 45.6058 38.3256ZM45.606 62.4689C43.4342 62.4689 41.8667 63.2454 40.4375 65.4184C38.7045 68.0535 35.1509 68.7929 32.5003 67.0699C29.8498 65.347 29.1061 61.814 30.8391 59.1789C34.2597 53.978 39.3373 51.0675 45.606 51.0675C50.5262 51.0675 54.2622 53.2248 56.5937 55.1204C57.7736 56.0796 58.6741 57.0336 59.2895 57.7589C59.5999 58.1248 59.8455 58.4416 60.0251 58.6844C60.1151 58.8061 60.1891 58.9101 60.247 58.9933C60.276 59.0349 60.301 59.0714 60.3219 59.1025L60.3504 59.1449L60.3625 59.163L60.3679 59.1712L60.3705 59.1751C60.3717 59.177 60.3729 59.1789 55.7302 62.1969L60.373 59.1789C62.106 61.814 61.3623 65.347 58.7117 67.0699C56.0796 68.7809 52.557 68.0637 50.811 65.4731C50.806 65.4662 50.7974 65.4542 50.7851 65.4376C50.7411 65.378 50.653 65.2627 50.5235 65.1101C50.2591 64.7985 49.8547 64.3698 49.3339 63.9464C48.2642 63.0768 47.0163 62.4689 45.606 62.4689Z' fill='%2393B977'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M33.2194 12.8993C37.0201 11.8999 41.1431 11.4014 45.6059 11.4014C57.0482 11.4014 65.8041 15.9626 71.8028 20.6458C74.8032 22.9883 77.0707 25.3309 78.5743 27.0703C79.3238 27.9373 79.8765 28.6463 80.229 29.1192C80.405 29.3554 80.5305 29.5318 80.605 29.6385L80.6482 29.7009L80.6783 29.7449L80.6787 29.7454L80.6817 29.7499L80.6826 29.7513L80.6828 29.7516L80.6849 29.7547C82.4191 32.3786 85.9629 33.1152 88.6099 31.3984C91.2622 29.6781 92.0096 26.1459 90.2792 23.5091L85.6546 26.5086C90.2792 23.509 90.2778 23.5069 90.2764 23.5048L90.2732 23.5L90.266 23.4889L90.2475 23.4611C90.2334 23.44 90.2159 23.4139 90.1949 23.3829C90.153 23.3208 90.0971 23.2392 90.0274 23.1393C89.8881 22.9396 89.693 22.6665 89.4426 22.3305C88.9421 21.6592 88.2179 20.7336 87.2718 19.639C85.3841 17.4554 82.5853 14.5672 78.8856 11.6788C71.484 5.90035 60.3045 0 45.6059 0C40.0957 0 34.9232 0.643483 30.1059 1.92806C31.9091 5.214 33.0136 8.93774 33.2194 12.8993ZM25.4591 49.6037C30.6521 41.853 37.2303 38.3256 45.6061 38.3256C51.6735 38.3256 56.6617 40.9981 60.3205 43.9566C62.1319 45.4214 63.5338 46.892 64.4735 47.986C64.9405 48.5298 65.2855 48.9714 65.5022 49.26C65.6104 49.404 65.686 49.5091 65.7282 49.5687C65.749 49.5981 65.7616 49.6164 65.766 49.6227C67.5261 52.2274 71.075 52.929 73.7042 51.1878C76.3399 49.4424 77.0533 45.9033 75.2977 43.283L70.5254 46.4433C75.2977 43.283 75.2964 43.2811 75.2951 43.2792L75.2924 43.2751L75.2862 43.2659L75.2712 43.2438L75.2306 43.1844C75.1988 43.1382 75.1576 43.079 75.1071 43.0076C75.006 42.8648 74.8674 42.673 74.6918 42.4391C74.341 41.972 73.8403 41.3341 73.1947 40.5824C71.909 39.0854 70.0175 37.1014 67.5567 35.1116C62.6711 31.1609 55.1997 26.9242 45.6061 26.9242C33.1008 26.9242 23.0661 32.6091 15.9146 43.283C14.1589 45.9033 14.8723 49.4424 17.508 51.1878C20.1436 52.9332 23.7035 52.224 25.4591 49.6037ZM40.4379 65.4184C41.867 63.2454 43.4345 62.4689 45.6064 62.4689C47.0166 62.4689 48.2646 63.0768 49.3343 63.9464C49.855 64.3698 50.2594 64.7985 50.5239 65.1101C50.6534 65.2627 50.7414 65.378 50.7855 65.4376C50.7977 65.4542 50.8064 65.4662 50.8113 65.4731C52.5573 68.0637 56.08 68.7809 58.7121 67.0699C61.3626 65.347 62.1064 61.814 60.3733 59.1789L55.7306 62.1969C60.3733 59.1789 60.3721 59.177 60.3708 59.1751L60.3682 59.1712L60.3628 59.163L60.3508 59.1449L60.3223 59.1025C60.3013 59.0714 60.2763 59.0349 60.2473 58.9933C60.1895 58.9101 60.1154 58.8061 60.0254 58.6844C59.8459 58.4416 59.6003 58.1248 59.2898 57.7589C58.6745 57.0336 57.7739 56.0796 56.5941 55.1204C54.2625 53.2248 50.5266 51.0675 45.6064 51.0675C39.3377 51.0675 34.26 53.978 30.8395 59.1789C29.1064 61.814 29.8501 65.347 32.5007 67.0699C35.1512 68.7929 38.7048 68.0535 40.4379 65.4184Z' fill='%2374A352'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M50.2979 64.8549C50.3817 64.9461 50.457 65.0319 50.5235 65.1102C50.653 65.2628 50.741 65.3781 50.7851 65.4377C50.7973 65.4543 50.806 65.4662 50.8109 65.4731C52.5569 68.0637 56.0796 68.781 58.7117 67.07C61.3622 65.347 62.106 61.8141 60.3729 59.179L55.7302 62.197C60.3729 59.1789 60.3716 59.1771 60.3704 59.1752L60.3678 59.1713L60.3624 59.1631L60.3504 59.145L60.3219 59.1025C60.3009 59.0715 60.2759 59.035 60.2469 58.9934C60.189 58.9102 60.115 58.8062 60.025 58.6845C59.8454 58.4416 59.5999 58.1248 59.2894 57.759C59.1482 57.5924 58.9919 57.4139 58.8206 57.226C56.3061 60.1031 53.4433 62.668 50.2979 64.8549ZM69.2437 36.5496C68.3273 40.7603 66.8412 44.7582 64.8702 48.4586C65.1407 48.7877 65.352 49.0605 65.5018 49.2601C65.61 49.4041 65.6856 49.5092 65.7278 49.5688C65.7486 49.5982 65.7612 49.6164 65.7656 49.6228C67.5257 52.2275 71.0746 52.9291 73.7038 51.1879C76.3395 49.4425 77.0529 45.9034 75.2973 43.2831L70.525 46.4434C75.2973 43.2831 75.296 43.2812 75.2947 43.2793L75.292 43.2752L75.2858 43.266L75.2708 43.2439L75.2302 43.1845C75.1984 43.1383 75.1572 43.079 75.1066 43.0076C75.0056 42.8649 74.8669 42.673 74.6913 42.4392C74.3406 41.9721 73.8399 41.3341 73.1943 40.5824C72.22 39.4481 70.8978 38.034 69.2437 36.5496ZM64.0803 3.32556C66.8482 8.11046 68.7889 13.4337 69.707 19.0998C70.4393 19.6096 71.1378 20.127 71.8024 20.6459C74.8028 22.9883 77.0703 25.3309 78.5739 27.0703C79.3234 27.9373 79.8761 28.6464 80.2286 29.1193C80.4046 29.3554 80.5301 29.5318 80.6046 29.6386L80.6478 29.701L80.6779 29.745L80.6783 29.7455L80.6813 29.75L80.6822 29.7513L80.6824 29.7517L80.6845 29.7548C82.4187 32.3787 85.9625 33.1153 88.6095 31.3985C91.2618 29.6782 92.0092 26.146 90.2788 23.5091L85.6541 26.5087C90.2788 23.5091 90.2774 23.507 90.276 23.5048L90.2728 23.5L90.2656 23.489L90.2471 23.4612C90.233 23.4401 90.2155 23.414 90.1945 23.3829C90.1526 23.3209 90.0967 23.2393 90.027 23.1394C89.8876 22.9397 89.6926 22.6666 89.4422 22.3306C88.9417 21.6592 88.2175 20.7337 87.2714 19.6391C85.3837 17.4554 82.5849 14.5672 78.8852 11.6788C74.986 8.63478 70.0385 5.55687 64.0803 3.32556Z' fill='%23568040'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M88.3139 58.6298L89.7105 59.6225V52.4185C89.7105 47.0313 85.3434 42.6484 79.9754 42.6484C74.6074 42.6484 70.2402 47.0313 70.2402 52.4185V59.6225L71.6369 58.6298C72.8071 57.798 74.0888 57.1501 75.4449 56.7042L79.9736 55.2158L84.505 56.7042C85.8619 57.1501 87.1428 57.798 88.3139 58.6298ZM84.4004 54.9721H79.2321H75.5503V52.4185C75.5503 49.9699 77.5355 47.9776 79.9754 47.9776C82.4152 47.9776 84.4004 49.9699 84.4004 52.4185V54.9721Z' fill='%23323147'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.4885 84.3889C68.3744 82.2072 64 76.4883 64 69.7945C64 61.2265 71.167 54.2557 79.9756 54.2557C81.7843 54.2557 83.5237 54.5496 85.1461 55.0909C91.4253 57.1856 95.9514 62.9857 95.9514 69.7946C95.9514 78.3626 88.7844 85.3334 79.9758 85.3334C78.3241 85.3334 76.7302 85.0883 75.2303 84.6335C74.9804 84.5577 74.733 84.4761 74.4885 84.3889Z' fill='%23575770'/%3E %3Cpath d='M78.2532 72.0738C78.2532 73.0536 79.0504 73.8508 80.0302 73.8508C81.0099 73.8508 81.8071 73.0536 81.8071 72.0738V70.7286C82.5318 70.1897 82.9553 69.3672 82.9553 68.4694C82.9553 66.8945 81.6433 65.6134 80.0302 65.6134C78.417 65.6134 77.105 66.8945 77.105 68.4694C77.105 69.3672 77.5285 70.1897 78.2532 70.7286V72.0738Z' fill='white'/%3E %3C/svg%3E");
        }

.features__icon--youtube {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M26.6605 2H69.3395C74.2864 2.00738 79.0284 3.97574 82.5264 7.47369C86.0242 10.9716 87.9926 15.7137 88 20.6605V63.3395C87.9926 68.2863 86.0242 73.0284 82.5264 76.5263C79.0284 80.0243 74.2864 81.9926 69.3395 82H26.6605C21.7136 81.9926 16.9716 80.0243 13.4736 76.5263C9.9758 73.0284 8.00732 68.2863 8 63.3395V20.6605C8.00732 15.7137 9.9758 10.9716 13.4736 7.47369C16.9716 3.97574 21.7136 2.00738 26.6605 2Z' fill='%23323147'/%3E %3Cellipse cx='48' cy='92' rx='42' ry='2' fill='%23D8D8D8'/%3E %3Cpath d='M21 75C52.4802 75 78 49.4802 78 18C78 12.9055 77.3317 7.96716 76.0779 3.26782C73.9493 2.44104 71.6671 2.00342 69.3395 2H26.6605C21.7136 2.00732 16.9716 3.97571 13.4736 7.47363C9.9758 10.9716 8.00732 15.7136 8 20.6605V63.3395C8.00581 67.2665 9.24751 71.0645 11.5091 74.2134C14.5957 74.7307 17.7664 75 21 75Z' fill='%23464558'/%3E %3Cpath d='M21 45C35.9117 45 48 32.9117 48 18C48 12.0112 46.0502 6.47778 42.7508 2H26.6605C21.7136 2.00732 16.9716 3.97571 13.4736 7.47363C9.9758 10.9716 8.00732 15.7136 8 20.6605V41.67C11.8563 43.7925 16.2872 45 21 45Z' fill='%23575770'/%3E %3Cpath d='M55.5238 38.5781L42.3878 30.3701C39.7158 28.6981 37.5238 29.9141 37.5238 33.0661V50.1701C37.5238 53.3221 39.7158 54.5381 42.3878 52.8661L55.5238 44.6581C58.1958 42.9861 58.1958 40.2501 55.5238 38.5781Z' fill='%23BFBECB'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M54.931 38.2076L42.3878 30.3701C39.7158 28.6981 37.5238 29.9141 37.5238 33.0661V50.1701C37.5238 50.4848 37.5457 50.7803 37.5877 51.0555L52.4955 41.4271C53.8879 40.5265 54.6997 39.3869 54.931 38.2076Z' fill='white'/%3E %3C/svg%3E");
        }

.features__title {
        font-size: 3.2rem;
        line-height: 1.125;
        margin-bottom: 16px;
        color: #4d4d4d;
        color: var(--gray900)
    }

@media (min-width: 768px) {

    .features__title {
            font-size: 4.0rem;
            margin-bottom: 24px
    }
        }

.coupon__btn {
        margin: 0;
        border: none;
        padding: 0;
        font-size: 1.6rem;
        line-height: 1.375;
        text-decoration: none;
        background-color: transparent;
        color: #74a352;
        color: var(--vpngreen400);
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        cursor: pointer;
        transition: 0.3s ease color;
        transition: var(--t3) color;
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 400
    }

.coupon__btn:hover {
            color: #568040;
            color: var(--vpngreen700);
            text-decoration: underline;
        }

.purchase {
    margin: calc(50px + 32px) 0 64px;
    margin: calc(var(--header-mob-height) + 32px) 0 64px
}

@media (min-width: 768px) {

.purchase {
        margin: 32px 0 88px
}
    }

@media (min-width: 1024px) {

.purchase {
        margin: 48px 0 88px
}
    }

.purchase--thankyou {
        margin: 0
    }

@media (min-width: 768px) {

        .purchase--thankyou .payment-form__top {
                display: block
        }
            }

.purchase--thankyou .payment-form__advantages {
            max-width: 100%;
        }

@media (min-width: 768px) {

        .purchase--thankyou .payment-form__tabs {
                width: unset;
                max-width: unset;
                flex-wrap: nowrap;
                margin: 0 -8px
        }
            }

@media (min-width: 1024px) {

        .purchase--thankyou .payment-form__tabs {
                margin: 0 -12px
        }
            }

@media (min-width: 768px) {

        .purchase--thankyou .payment-form__tariff {
                margin: 0 8px
        }
            }

@media (min-width: 1024px) {

        .purchase--thankyou .payment-form__tariff {
                margin: 0 12px
        }
            }

.purchase__in {
        align-items: center;
        display: flex;
        flex-direction: column;
        max-width: calc(984px + 16px*2);
        max-width: calc(var(--content-width) + var(--m-padding)*2);
        margin: 0 auto;
        padding: 0 16px;
        padding: 0 var(--m-padding);
    }

.purchase__header {
        max-width: 320px;
        max-width: var(--content-width-mobile);
        align-items: center;
        margin-bottom: 40px;
        display: flex;
        flex-direction: column
    }

@media (min-width: 768px) {

    .purchase__header {
            max-width: none;
            max-width: initial
    }
        }

@media (min-width: 1024px) {

    .purchase__header {
            margin-bottom: 64px
    }
        }

.purchase__title {
        margin: 32px 0 16px;
        text-align: center;
        font-size: 4.0rem;
        font-size: var(--l-font);
        line-height: 1.15;
        color: #4d4d4d;
        color: var(--gray900);
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 900;
    }

@media (min-width: 1024px) {

.purchase__title {
        font-size: 6.4rem;
        font-size: var(--xxl-font);
        line-height: 1.09
    }
    }

@media (min-width: 1024px) {

    .purchase__title {
            margin: 40px 0 16px
    }
        }

.purchase__title--thanks {
            margin: 0 0 24px
        }

@media (min-width: 768px) {

        .purchase__title--thanks {
                margin: 0 -72px 24px
        }
            }

@media (min-width: 1024px) {

        .purchase__title--thanks {
                font-size: 4.8rem;
                line-height: 1.125
        }
            }

.purchase__subtitle {
        text-align: center;
        font-size: 2.0rem;
        font-size: var(--s-font);
        line-height: 1.4;
        color: #4d4d4d;
        color: var(--gray900)
    }

.purchase__subtitle .md__strong {
            font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
            font-weight: 500;
        }

.purchase__success-in {
        width: 100%;
        max-width: 544px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        padding: 0 16px;
        color: #4d4d4d;
        color: var(--gray900)
    }

@media (min-width: 768px) {

    .purchase__success-in {
            max-width: 560px;
            padding: 0 24px
    }
        }

.purchase__success-img {
        width: 100%;
        max-width: 336px;
        margin-left: 20px;
        margin-bottom: 24px
    }

@media (min-width: 768px) {

    .purchase__success-img {
            margin-bottom: 40px
    }
        }

.purchase__success-buy {
        margin-bottom: 24px;
        text-align: center;
    }

.purchase__success-desc {
        margin-bottom: 40px;
        text-align: center
    }

.purchase__success-desc .md__paragraph:not(:last-child) {
            margin-bottom: 24px;
        }

.purchase__rate-btn {
        width: 100%;
        max-width: 280px;
        margin-bottom: 40px;
    }

.advantages {
    margin-bottom: 16px
}

@media (min-width: 768px) {

.advantages {
        margin-bottom: 0
}
    }

.advantages--silo {
        margin: 80px 0;
        padding: 40px 0;
        background-color: #f3f3f3;
        background-color: var(--gray100)
    }

@media (min-width: 768px) {

    .advantages--silo {
            margin: 112px 0;
            padding: 64px 0
    }
        }

@media (min-width: 1024px) {

    .advantages--silo {
            margin: 156px 0
    }
        }

.advantages--silo .advantages__item {
            margin: 0;
        }

.advantages--silo .advantages__btn:hover {
                background-color: #ffffff;
                background-color: var(--white);
            }

.advantages--silo .advantages__btn::before {
                display: none;
            }

.advantages__in {
        display: flex;
        flex-direction: column;
        max-width: calc(984px + 16px*2);
        max-width: calc(var(--content-width) + var(--m-padding)*2);
        margin: 0 auto;
        padding: 0 16px;
        padding: 0 var(--m-padding);
    }

.advantages__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 80px
    }

@media (min-width: 768px) {

    .advantages__item {
            margin-bottom: 112px
    }
        }

@media (min-width: 1024px) {

    .advantages__item {
            flex-direction: row;
            justify-content: space-between;
            flex-wrap: wrap;
            margin-bottom: 156px
    }

            .advantages__item:nth-child(even) {
                flex-direction: row-reverse;
            }
        }

.advantages__item-content {
        width: 100%;
    }

.advantages__item-content--reviews,
        .advantages__item-content--locations {
            max-height: 0;
            opacity: 0;
            visibility: hidden;
            transition: 0.4s ease-in-out;
            transition: var(--t4);
        }

.advantages__item-content--open {
            max-height: 1000px;
            opacity: 1;
            visibility: visible;
        }

.advantages__img {
        width: 250px;
        height: auto;
        margin-bottom: 32px
    }

.advantages__img svg {
            width: 100%;
            height: 100%;
        }

@media (min-width: 1024px) {

    .advantages__img {
            width: 100%;
            max-width: calc(50% - 12px);
            margin-bottom: 0
    }
        }

.advantages__text {
        width: 100%;
        max-width: 420px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center
    }

@media (min-width: 1024px) {

    .advantages__text {
            max-width: calc(50% - 12px);
            display: block;
            padding: 0 34px;
            text-align: left
    }
        }

.advantages__title {
        margin-bottom: 16px;
        font-size: 3.2rem;
        line-height: 1.125;
        color: #4d4d4d;
        color: var(--gray900);
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 900;
    }

@media (min-width: 768px) {

.advantages__title {
        font-size: 4.0rem;
        line-height: 1.15
    }
    }

@media (min-width: 1024px) {

.advantages__title {
        font-size: 6.4rem;
        line-height: 1.09
    }
    }

@media (min-width: 1024px) {

    .advantages__title {
            margin-bottom: 32px
    }
        }

.advantages__btns {
        width: 100%;
        max-width: 280px;
        margin-top: 32px;
    }

.advantages__btn {
        width: 100%;
    }

.advantages__worldwide {
        margin-top: 48px;
        margin-bottom: 0
    }

@media (min-width: 1024px) {

    .advantages__worldwide {
            margin-top: 64px
    }
        }

.advantages__worldwide .worldwide__in {
            padding: 0;
            background-image: none;
        }

@media (max-width: 767px) {

        .advantages__worldwide .swiper {
                width: 288px
        }
            }

@media (min-width: 1024px) {

        .advantages__worldwide .swiper {
                height: auto;
                height: initial;
                min-height: 360px
        }
            }

.products {
    display: flex;
    flex-direction: column;
    max-width: calc(984px + 16px*2);
    max-width: calc(var(--content-width) + var(--m-padding)*2);
    margin: 0 auto;
    padding: 0 16px;
    padding: 0 var(--m-padding);
}

.products--windows .product-card--windows {
            order: -1;
        }

@media (min-width: 1024px) {
            .products--windows .product-card--android,
            .products--windows .product-card--ios {
                flex-direction: row-reverse;
            }
        }

.products--android .product-card--android {
            order: -1;
        }

@media (min-width: 1024px) {
            .products--android .product-card--windows,
            .products--android .product-card--ios {
                flex-direction: row-reverse;
            }
        }

.products--mac .product-card--mac {
            order: -2;
        }

.products--mac .product-card--ios {
            order: -1;
        }

@media (min-width: 1024px) {
            .products--mac .product-card--ios,
            .products--mac .product-card--android {
                flex-direction: row-reverse;
            }
        }

.products--ios .product-card--ios {
            order: -2;
        }

.products--ios .product-card--mac {
            order: -1;
        }

@media (min-width: 1024px) {
            .products--ios .product-card--android,
            .products--ios .product-card--mac {
                flex-direction: row-reverse;
            }
        }

.products--browser_extension .product-card--browser_extension {
            order: -1;
        }

@media (min-width: 1024px) {
            .products--browser_extension .product-card--windows,
            .products--browser_extension .product-card--mac {
                flex-direction: row-reverse;
            }
        }

.products__card-btns {
        margin-top: 32px;
    }

.product-card {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (min-width: 1024px) {

.product-card {
        flex-direction: row;
        justify-content: space-between
}
    }

.product-card__content {
        width: 100%;
        max-width: 420px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center
    }

@media (min-width: 1024px) {

    .product-card__content {
            max-width: calc(50% - 12px);
            align-items: flex-start;
            padding: 0 34px;
            text-align: left
    }
        }

.product-card__content .button-wrap {
            margin-top: 40px;
        }

.product-card__content .button-wrap + .button-wrap {
            margin-top: 24px;
        }

.product-card__title {
        margin-bottom: 16px;
        font-size: 3.2rem;
        line-height: 1.125;
        color: #4d4d4d;
        color: var(--gray900)
    }

@media (min-width: 768px) {

    .product-card__title {
            font-size: 4.8rem
    }
        }

@media (min-width: 1024px) {

    .product-card__title {
            margin-bottom: 32px
    }
        }

.product-card__desc {
        max-width: 360px;
    }

.product-card__img {
        width: 100%;
        max-width: 355px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin-bottom: 32px;
        order: -1;
        z-index: 2
    }

.product-card__img::before,
        .product-card__img::after {
            content: "";
            width: 112px;
            height: 112px;
            position: absolute;
            filter: blur(40px);
            z-index: -1
        }

@media (min-width: 768px) {

        .product-card__img::before,
        .product-card__img::after {
                width: 236px;
                height: 236px
        }
            }

.product-card__img::before {
            top: calc(50% - 56px);
            left: 56px;
            background: rgba(2, 150, 183, 0.14)
        }

@media (min-width: 768px) {

        .product-card__img::before {
                top: calc(50% - 72px);
                left: 72px;
                background: rgba(2, 150, 183, 0.14)
        }
            }

.product-card__img::after {
            bottom: calc(50% - 56px);
            right: 56px;
            background: rgba(116, 163, 82, 0.2)
        }

@media (min-width: 768px) {

        .product-card__img::after {
                bottom: calc(50% - 72px);
                right: 72px;
                background: rgba(116, 163, 82, 0.2)
        }
            }

@media (min-width: 768px) {

    .product-card__img {
            max-width: 420px;
            margin-bottom: 48px
    }
        }

@media (min-width: 1024px) {

    .product-card__img {
            max-width: calc(50% - 12px);
            margin-bottom: 0;
            order: unset
    }
        }

.product-card__img-in {
        position: relative
    }

.product-card__img-in::before {
            content: "";
            width: 90%;
            height: 90%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            box-shadow: 0 17px 70px rgba(0, 0, 0, 0.15);
            box-shadow: 0 17px 70px var(--blackshadow015);
            z-index: -1;
        }

.product-card__img-in img {
            display: block;
            max-height: 240px;
            -o-object-fit: contain;
               object-fit: contain
        }

@media (min-width: 768px) {

        .product-card__img-in img {
                max-height: 360px
        }
            }

.product-card__browser-tab {
        display: flex;
        flex-direction: column;
        align-items: center
    }

@media (min-width: 1024px) {

    .product-card__browser-tab {
            align-items: flex-start
    }
        }

.product-card__browser-dropdown {
        position: relative;
    }

.product-card__browser-dropdown-toggle {
        text-decoration: underline;
        cursor: pointer;
    }

.product-card__browser-dropdown-list {
        min-width: 288px;
        display: flex;
        flex-direction: column;
        position: absolute;
        left: 50%;
        top: calc(100% + 16px);
        transform: translateX(-50%);
        border-radius: 8px;
        box-shadow: 0 17px 40px rgba(44, 43, 55, 0.1);
        box-shadow: 0 17px 40px var(--gray400shadow);
        padding: 8px 0;
        background-color: #ffffff;
        background-color: var(--white);
        visibility: hidden;
        opacity: 0;
        transition: 0.3s ease opacity;
        transition: var(--t3) opacity;
        z-index: 3
    }

@media (min-width: 1024px) {

    .product-card__browser-dropdown-list {
            min-width: 320px;
            left: calc(100% + 16px);
            top: -8px;
            transform: none
    }
        }

.product-card__browser-dropdown-list--open {
            visibility: visible;
            opacity: 1;
        }

.product-card__browser-dropdown-item {
        padding: 12px 24px;
        text-align: left;
        text-decoration: none;
        color: #888888;
        color: var(--gray700);
        cursor: pointer;
        transition: 0.3s ease background-color;
        transition: var(--t3) background-color
    }

.product-card__browser-dropdown-item:hover {
            background-color: #f3f3f3;
            background-color: var(--gray100);
        }

.product-card__browser-dropdown-item--active {
            background-color: #f3f3f3;
            background-color: var(--gray100);
        }

.product-card__browser-toggles {
        display: flex;
        justify-content: center;
        margin: 24px -8px 0
    }

@media (min-width: 1024px) {

    .product-card__browser-toggles {
            justify-content: flex-start
    }
        }

.product-card__browser-toggle {
        width: 38px;
        height: 38px;
        margin: 0 8px;
        border: none;
        border-radius: 4px;
        padding: 0;
        position: relative;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        transition: 0.3s ease background-color;
        transition: var(--t3) background-color;
        cursor: pointer
    }

.product-card__browser-toggle:hover {
            background-color: #f3f3f3;
            background-color: var(--gray100);
        }

.product-card__browser-toggle--active {
            background-color: #f3f3f3;
            background-color: var(--gray100);
        }

.product-card__browser-toggle--chrome {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M13.9644 0.00247939C13.9644 0.00247939 22.2166 -0.366517 26.5917 7.89856H13.2622C13.2622 7.89856 10.7467 7.81778 8.59781 10.8586C7.98054 12.1349 7.31703 13.4497 8.06162 16.0407C6.989 14.23 2.36713 6.211 2.36713 6.211C2.36713 6.211 5.62715 0.329227 13.9643 0.00247939H13.9644Z' fill='%23EF3F36'/%3E %3Cpath d='M26.1633 20.9842C26.1633 20.9842 22.3554 28.2921 12.9881 27.9308C14.1455 25.9356 19.6548 16.4288 19.6548 16.4288C19.6548 16.4288 20.9858 14.2991 19.4156 10.9238C18.6169 9.75133 17.8028 8.52501 15.1794 7.87141C17.2898 7.8523 26.5685 7.87141 26.5685 7.87141C26.5685 7.87141 30.0445 13.6263 26.1633 20.9842Z' fill='%23FCD900'/%3E %3Cpath d='M1.82319 21.0419C1.82319 21.0419 -2.62514 14.103 2.37483 6.19928C3.52841 8.19448 9.03763 17.7013 9.03763 17.7013C9.03763 17.7013 10.2259 19.9156 13.9412 20.246C15.3572 20.1423 16.8309 20.0539 18.7137 18.1203C17.6757 19.9502 13.019 27.9462 13.019 27.9462C13.019 27.9462 6.27524 28.0692 1.82308 21.0419H1.82319Z' fill='%2361BC5B'/%3E %3Cpath d='M12.9847 28L14.8597 20.2039C14.8597 20.2039 16.9199 20.0423 18.6483 18.1549C17.5757 20.0348 12.9847 28 12.9847 28Z' fill='%235AB055'/%3E %3Cpath d='M7.68353 14.0877C7.68353 10.651 10.4807 7.86389 13.9297 7.86389C17.3787 7.86389 20.1758 10.651 20.1758 14.0877C20.1758 17.5245 17.3787 20.3115 13.9297 20.3115C10.4807 20.3077 7.68353 17.5245 7.68353 14.0877Z' fill='white'/%3E %3Cpath d='M8.72876 14.0878C8.72876 11.2277 11.0552 8.90576 13.9295 8.90576C16.7998 8.90576 19.1301 11.2239 19.1301 14.0878C19.1301 16.9479 16.8038 19.2699 13.9295 19.2699C11.059 19.2699 8.72876 16.9479 8.72876 14.0878Z' fill='url(%23paint0_linear)'/%3E %3Cpath d='M26.5648 7.8755L18.8448 10.132C18.8448 10.132 17.6797 8.42899 15.1759 7.8755C17.348 7.86393 26.5648 7.8755 26.5648 7.8755Z' fill='%23EACA05'/%3E %3Cpath d='M7.91119 15.7557C6.82696 13.8836 2.36713 6.21057 2.36713 6.21057L8.08473 11.8461C8.08473 11.8461 7.49825 13.0494 7.71825 14.7716L7.91108 15.7557H7.91119Z' fill='%23DF3A32'/%3E %3Cdefs%3E %3ClinearGradient id='paint0_linear' x1='13.9292' y1='8.97893' x2='13.9292' y2='18.9579' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%2386BBE5'/%3E %3Cstop offset='1' stop-color='%231072BA'/%3E %3C/linearGradient%3E %3C/defs%3E %3C/svg%3E");
        }

.product-card__browser-toggle--edge {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M25.2708 20.8381C24.8976 21.0334 24.5126 21.2054 24.1182 21.3532C22.8626 21.823 21.5326 22.0624 20.192 22.0597C15.017 22.0597 10.5091 18.4999 10.5091 13.9318C10.5157 13.3191 10.6857 12.7193 11.0016 12.1942C11.3174 11.6692 11.7677 11.2379 12.3059 10.945C7.62517 11.1419 6.42218 16.0195 6.42218 18.8772C6.42218 26.9571 13.8687 27.7762 15.473 27.7762C16.3381 27.7762 17.6428 27.5247 18.4258 27.2775L18.5691 27.2294C21.5823 26.1877 24.1511 24.1511 25.8526 21.455C25.9048 21.3728 25.928 21.2757 25.9188 21.1789C25.9095 21.0821 25.8683 20.9911 25.8015 20.9204C25.7348 20.8496 25.6464 20.8031 25.5503 20.7882C25.4542 20.7733 25.3558 20.7909 25.2708 20.8381Z' fill='url(%23paint0_linear)'/%3E %3Cpath opacity='0.35' d='M25.2708 20.8381C24.8976 21.0334 24.5126 21.2054 24.1182 21.3532C22.8626 21.823 21.5326 22.0624 20.192 22.0597C15.017 22.0597 10.5091 18.4999 10.5091 13.9318C10.5157 13.3191 10.6857 12.7193 11.0016 12.1942C11.3174 11.6692 11.7677 11.2379 12.3059 10.945C7.62517 11.1419 6.42218 16.0195 6.42218 18.8772C6.42218 26.9571 13.8687 27.7762 15.473 27.7762C16.3381 27.7762 17.6428 27.5247 18.4258 27.2775L18.5691 27.2294C21.5823 26.1877 24.1511 24.1511 25.8526 21.455C25.9048 21.3728 25.928 21.2757 25.9188 21.1789C25.9095 21.0821 25.8683 20.9911 25.8015 20.9204C25.7348 20.8496 25.6464 20.8031 25.5503 20.7882C25.4542 20.7733 25.3558 20.7909 25.2708 20.8381Z' fill='url(%23paint1_radial)'/%3E %3Cpath d='M11.5633 26.4023C10.5878 25.7969 9.74244 25.0036 9.07633 24.0685C8.31712 23.0283 7.79467 21.8346 7.54564 20.5712C7.2966 19.3077 7.32701 18.0051 7.63473 16.7546C7.94245 15.5041 8.52003 14.3361 9.32695 13.3325C10.1339 12.3289 11.1506 11.514 12.3058 10.9449C12.647 10.7841 13.23 10.4932 14.0053 10.5074C14.5516 10.5114 15.0896 10.6418 15.577 10.8885C16.0644 11.1352 16.4881 11.4914 16.8149 11.9292C17.2565 12.5188 17.5 13.2332 17.5104 13.9699C17.5104 13.9469 20.1855 5.26456 8.76136 5.26456C3.96031 5.26456 0.0122896 9.82064 0.0122896 13.8179C-0.00664781 15.9324 0.445777 18.0245 1.33668 19.9422C2.79267 23.0488 5.33879 25.5125 8.49155 26.8655C11.6443 28.2185 15.1842 28.3666 18.4389 27.2816C17.2993 27.6409 16.0953 27.7488 14.91 27.5977C13.7247 27.4467 12.5862 27.0403 11.5731 26.4067L11.5633 26.4023Z' fill='url(%23paint2_linear)'/%3E %3Cpath opacity='0.41' d='M11.5633 26.4023C10.5878 25.7969 9.74244 25.0036 9.07633 24.0685C8.31712 23.0283 7.79467 21.8346 7.54564 20.5712C7.2966 19.3077 7.32701 18.0051 7.63473 16.7546C7.94245 15.5041 8.52003 14.3361 9.32695 13.3325C10.1339 12.3289 11.1506 11.514 12.3058 10.9449C12.647 10.7841 13.23 10.4932 14.0053 10.5074C14.5516 10.5114 15.0896 10.6418 15.577 10.8885C16.0644 11.1352 16.4881 11.4914 16.8149 11.9292C17.2565 12.5188 17.5 13.2332 17.5104 13.9699C17.5104 13.9469 20.1855 5.26456 8.76136 5.26456C3.96031 5.26456 0.0122896 9.82064 0.0122896 13.8179C-0.00664781 15.9324 0.445777 18.0245 1.33668 19.9422C2.79267 23.0488 5.33879 25.5125 8.49155 26.8655C11.6443 28.2185 15.1842 28.3666 18.4389 27.2816C17.2993 27.6409 16.0953 27.7488 14.91 27.5977C13.7247 27.4467 12.5862 27.0403 11.5731 26.4067L11.5633 26.4023Z' fill='url(%23paint3_radial)'/%3E %3Cpath d='M16.6593 16.2798C16.5707 16.3947 16.2984 16.5532 16.2984 16.8988C16.2984 17.1843 16.4844 17.4588 16.8146 17.6895C18.3873 18.7832 21.3521 18.6388 21.3598 18.6388C22.5251 18.636 23.6683 18.3207 24.6702 17.7256C25.6809 17.1355 26.5198 16.2913 27.1036 15.2768C27.6874 14.2624 27.9957 13.1129 27.9981 11.9425C28.0266 9.49165 27.1232 7.86214 26.758 7.14034C24.4405 2.60722 19.4383 6.85318e-08 13.9985 6.85318e-08C10.3197 -0.000363696 6.78867 1.44742 4.16903 4.03023C1.54938 6.61304 0.0517329 10.1232 0 13.8017C0.0524945 9.80552 4.02457 6.57821 8.74908 6.57821C9.13185 6.57821 11.3147 6.61539 13.3423 7.6795C15.1293 8.61784 16.0655 9.75084 16.7162 10.874C17.3921 12.0409 17.5124 13.5151 17.5124 14.1024C17.5124 14.6897 17.2127 15.5602 16.6593 16.2798Z' fill='url(%23paint4_radial)'/%3E %3Cpath d='M16.6593 16.2798C16.5707 16.3947 16.2984 16.5532 16.2984 16.8988C16.2984 17.1843 16.4844 17.4588 16.8146 17.6895C18.3873 18.7832 21.3521 18.6388 21.3598 18.6388C22.5251 18.636 23.6683 18.3207 24.6702 17.7256C25.6809 17.1355 26.5198 16.2913 27.1036 15.2768C27.6874 14.2624 27.9957 13.1129 27.9981 11.9425C28.0266 9.49165 27.1232 7.86214 26.758 7.14034C24.4405 2.60722 19.4383 6.85318e-08 13.9985 6.85318e-08C10.3197 -0.000363696 6.78867 1.44742 4.16903 4.03023C1.54938 6.61304 0.0517329 10.1232 0 13.8017C0.0524945 9.80552 4.02457 6.57821 8.74908 6.57821C9.13185 6.57821 11.3147 6.61539 13.3423 7.6795C15.1293 8.61784 16.0655 9.75084 16.7162 10.874C17.3921 12.0409 17.5124 13.5151 17.5124 14.1024C17.5124 14.6897 17.2127 15.5602 16.6593 16.2798Z' fill='url(%23paint5_radial)'/%3E %3Cdefs%3E %3ClinearGradient id='paint0_linear' x1='6.42218' y1='19.3628' x2='25.9259' y2='19.3628' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%230C59A4'/%3E %3Cstop offset='1' stop-color='%23114A8B'/%3E %3C/linearGradient%3E %3CradialGradient id='paint1_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(17.1944 19.5165) scale(10.431 9.90961)'%3E %3Cstop offset='0.72' stop-opacity='0'/%3E %3Cstop offset='0.95' stop-opacity='0.53'/%3E %3Cstop offset='1'/%3E %3C/radialGradient%3E %3ClinearGradient id='paint2_linear' x1='16.7044' y1='10.9022' x2='4.52244' y2='24.1713' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%231B9DE2'/%3E %3Cstop offset='0.16' stop-color='%231595DF'/%3E %3Cstop offset='0.67' stop-color='%230680D7'/%3E %3Cstop offset='1' stop-color='%230078D4'/%3E %3C/linearGradient%3E %3CradialGradient id='paint3_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(7.72072 21.764) rotate(-81.3844) scale(15.6856 12.6724)'%3E %3Cstop offset='0.76' stop-opacity='0'/%3E %3Cstop offset='0.95' stop-opacity='0.5'/%3E %3Cstop offset='1'/%3E %3C/radialGradient%3E %3CradialGradient id='paint4_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(2.82841 5.18129) rotate(92.2906) scale(22.1561 47.188)'%3E %3Cstop stop-color='%2335C1F1'/%3E %3Cstop offset='0.11' stop-color='%2334C1ED'/%3E %3Cstop offset='0.23' stop-color='%232FC2DF'/%3E %3Cstop offset='0.31' stop-color='%232BC3D2'/%3E %3Cstop offset='0.67' stop-color='%2336C752'/%3E %3C/radialGradient%3E %3CradialGradient id='paint5_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(26.2551 8.4654) rotate(73.7398) scale(10.6454 8.65687)'%3E %3Cstop stop-color='%2366EB6E'/%3E %3Cstop offset='1' stop-color='%2366EB6E' stop-opacity='0'/%3E %3C/radialGradient%3E %3C/defs%3E %3C/svg%3E");
        }

.product-card__browser-toggle--firefox {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M26.6727 9.61404C26.13 8.25147 25.0446 6.78487 24.189 6.32509C24.7982 7.56364 25.2214 8.89384 25.4436 10.2685V10.292C24.0486 6.62378 21.6767 5.14711 19.739 1.92528C19.6368 1.76419 19.5411 1.59974 19.4453 1.42858C19.391 1.3279 19.3495 1.24064 19.308 1.16009C19.2273 0.996003 19.1652 0.822543 19.1229 0.643257C19.123 0.635406 19.1206 0.627748 19.1159 0.621615C19.1112 0.615483 19.1047 0.611266 19.0973 0.609697C19.0871 0.605565 19.0757 0.605565 19.0654 0.609697V0.616409C19.0654 0.623121 19.0558 0.616409 19.0558 0.616409V0.609697C15.9529 2.52266 14.8963 6.06667 14.8005 7.83532C13.5587 7.92588 12.3717 8.40772 11.3943 9.21802C11.2924 9.127 11.1858 9.04186 11.0751 8.96296C10.7926 7.92246 10.7816 6.82121 11.0432 5.77469C9.90033 6.35644 8.88498 7.18159 8.06157 8.19777C7.56677 7.5467 7.60188 5.3921 7.63061 4.94238C7.48499 5.0028 7.34588 5.0793 7.21561 5.1706C6.78136 5.49573 6.37541 5.86074 6.00254 6.26132C5.58145 6.71344 5.19704 7.20177 4.85331 7.72121C4.05796 8.90645 3.49378 10.2456 3.19332 11.6612L3.17098 11.7519C3.14863 11.8626 3.06244 12.4365 3.04967 12.5573V12.5909C2.94238 13.1824 2.87623 13.7814 2.85175 14.383L2.85175 14.4501C2.85674 17.7052 4.02238 20.84 6.11853 23.2357C8.21468 25.6314 11.089 27.1138 14.174 27.3903C17.2591 27.6668 20.3306 26.7172 22.7823 24.7292C25.2339 22.7411 26.8874 19.8589 27.4165 16.6517C27.4388 16.4839 27.4548 16.3161 27.4739 16.1483C27.7302 13.9343 27.4558 11.6881 26.6758 9.61404H26.6727ZM12.4127 19.793C12.4701 19.8266 12.5244 19.8601 12.5819 19.8836L12.5914 19.8903C12.534 19.859 12.4755 19.8254 12.4159 19.7896L12.4127 19.793ZM25.4468 10.2886V10.2785V10.292V10.2886Z' fill='url(%23paint0_linear)'/%3E %3Cpath d='M26.6727 9.61393C26.13 8.25137 25.0446 6.78476 24.189 6.32498C24.7982 7.56354 25.2214 8.89374 25.4436 10.2684V10.2952C26.398 13.1641 26.2608 16.3097 25.0605 19.0747C23.6432 22.273 20.2083 25.5519 14.8356 25.3908C9.03203 25.223 3.91797 20.6923 2.96028 14.7588C2.7879 13.8191 2.96028 13.3492 3.04967 12.5874C2.93084 13.177 2.86457 13.777 2.85175 14.3796V14.4467C2.85674 17.7017 4.02238 20.8366 6.11853 23.2322C8.21468 25.6279 11.089 27.1103 14.174 27.3868C17.2591 27.6633 20.3306 26.7138 22.7823 24.7257C25.2339 22.7376 26.8874 19.8555 27.4165 16.6483C27.4388 16.4805 27.4548 16.3127 27.4739 16.1448C27.7302 13.9309 27.4558 11.6847 26.6758 9.61058L26.6727 9.61393Z' fill='url(%23paint1_radial)'/%3E %3Cpath d='M26.6727 9.61393C26.13 8.25137 25.0446 6.78476 24.189 6.32498C24.7982 7.56354 25.2214 8.89374 25.4436 10.2684V10.2952C26.398 13.1641 26.2608 16.3097 25.0605 19.0747C23.6432 22.273 20.2083 25.5519 14.8356 25.3908C9.03203 25.223 3.91797 20.6923 2.96028 14.7588C2.7879 13.8191 2.96028 13.3492 3.04967 12.5874C2.93084 13.177 2.86457 13.777 2.85175 14.3796V14.4467C2.85674 17.7017 4.02238 20.8366 6.11853 23.2322C8.21468 25.6279 11.089 27.1103 14.174 27.3868C17.2591 27.6633 20.3306 26.7138 22.7823 24.7257C25.2339 22.7376 26.8874 19.8555 27.4165 16.6483C27.4388 16.4805 27.4548 16.3127 27.4739 16.1448C27.7302 13.9309 27.4558 11.6847 26.6758 9.61058L26.6727 9.61393Z' fill='url(%23paint2_radial)'/%3E %3Cpath d='M20.6583 11.141C20.6902 11.1612 20.7094 11.1813 20.7349 11.2014C20.4243 10.6215 20.0374 10.0905 19.5857 9.62409C15.7422 5.58338 18.5802 0.858029 19.059 0.619748V0.60968C15.9561 2.52264 14.8995 6.06665 14.8037 7.8353C14.9474 7.82523 15.091 7.81517 15.2379 7.81517C16.3399 7.81683 17.4219 8.1251 18.3739 8.70865C19.3259 9.2922 20.1141 10.1303 20.6583 11.1377V11.141Z' fill='url(%23paint3_radial)'/%3E %3Cpath d='M15.2474 11.9531C15.2251 12.2719 14.1397 13.3895 13.7566 13.3895C10.2387 13.3895 9.6705 15.6246 9.6705 15.6246C9.82373 17.5107 11.0751 19.0612 12.5819 19.8868L12.7926 19.9875C12.9139 20.0434 13.0352 20.096 13.1565 20.1452C13.6742 20.3387 14.2165 20.4496 14.7654 20.4741C20.9329 20.7762 22.1268 12.7216 17.6768 10.3824C18.7265 10.2403 19.789 10.513 20.6584 11.1476C20.1141 10.1402 19.326 9.30217 18.3739 8.71862C17.4219 8.13507 16.3399 7.8268 15.2379 7.82513C15.091 7.82513 14.9506 7.83185 14.8037 7.84191C13.5619 7.93247 12.375 8.41432 11.3975 9.22461C11.5891 9.39241 11.7998 9.61391 12.2499 10.0804C13.0895 10.953 15.2411 11.849 15.2506 11.9598L15.2474 11.9531Z' fill='url(%23paint4_radial)'/%3E %3Cpath d='M15.2474 11.9531C15.2251 12.2719 14.1397 13.3895 13.7566 13.3895C10.2387 13.3895 9.6705 15.6246 9.6705 15.6246C9.82373 17.5107 11.0751 19.0612 12.5819 19.8868L12.7926 19.9875C12.9139 20.0434 13.0352 20.096 13.1565 20.1452C13.6742 20.3387 14.2165 20.4496 14.7654 20.4741C20.9329 20.7762 22.1268 12.7216 17.6768 10.3824C18.7265 10.2403 19.789 10.513 20.6584 11.1476C20.1141 10.1402 19.326 9.30217 18.3739 8.71862C17.4219 8.13507 16.3399 7.8268 15.2379 7.82513C15.091 7.82513 14.9506 7.83185 14.8037 7.84191C13.5619 7.93247 12.375 8.41432 11.3975 9.22461C11.5891 9.39241 11.7998 9.61391 12.2499 10.0804C13.0895 10.953 15.2411 11.849 15.2506 11.9598L15.2474 11.9531Z' fill='url(%23paint5_radial)'/%3E %3Cpath d='M10.8229 8.78493C10.9187 8.85205 11.0049 8.90911 11.0783 8.9628C10.7958 7.9223 10.7848 6.82106 11.0464 5.77454C9.90353 6.35629 8.88819 7.18144 8.06479 8.19762C8.12863 8.19762 9.9163 8.16406 10.8229 8.78158V8.78493Z' fill='url(%23paint6_radial)'/%3E %3Cpath d='M2.96351 14.7588C3.9212 20.689 9.02884 25.2197 14.8388 25.3908C20.2114 25.5519 23.6431 22.2697 25.0605 19.0747C26.2607 16.3097 26.3979 13.1641 25.4435 10.2952V10.2818V10.2684L25.4499 10.2919C25.8841 13.3056 24.4284 16.222 22.1491 18.1954L22.1395 18.2122C17.7023 22.0146 13.4565 20.5078 12.5946 19.8902C12.5308 19.8611 12.4701 19.8298 12.4127 19.7963C9.82691 18.4975 8.75431 16.0173 8.98415 13.8896C8.36987 13.8993 7.76609 13.7216 7.24596 13.3779C6.72582 13.0342 6.31166 12.5393 6.05364 11.9531C6.73327 11.5156 7.50815 11.2683 8.30445 11.2348C9.10075 11.2013 9.89194 11.3828 10.6026 11.7618C12.0668 12.4598 13.7325 12.5285 15.2442 11.9531C15.2378 11.8457 13.0862 10.9463 12.2435 10.0737C11.7965 9.61059 11.5859 9.38909 11.3943 9.22128C11.2924 9.13026 11.1858 9.04512 11.0751 8.96622C11.0017 8.91253 10.9219 8.85547 10.8197 8.78835C9.91949 8.17083 8.12543 8.20439 8.06477 8.20439H8.05839C7.56997 7.55332 7.60189 5.39872 7.63062 4.94901C7.485 5.00942 7.34589 5.08592 7.21563 5.17722C6.78125 5.50342 6.3753 5.86955 6.00256 6.2713C5.5783 6.72195 5.19068 7.20916 4.84376 7.72783C4.04842 8.91307 3.48424 10.2522 3.18378 11.6679C3.17739 11.6947 2.73686 13.7151 2.95393 14.7622L2.96351 14.7588Z' fill='url(%23paint7_radial)'/%3E %3Cpath d='M19.589 9.62411C20.0407 10.0905 20.4275 10.6215 20.7382 11.2015C20.802 11.2585 20.8659 11.3122 20.9234 11.3625C23.7326 14.081 22.2641 17.9237 22.1524 18.1989C24.4285 16.2255 25.8874 13.3091 25.4501 10.2953C24.0454 6.62713 21.6767 5.15046 19.7358 1.92863C19.64 1.76754 19.5443 1.60309 19.4485 1.43193C19.3942 1.33125 19.3527 1.24399 19.3112 1.16345C19.2292 0.998446 19.166 0.823841 19.1229 0.643257C19.123 0.635406 19.1206 0.627748 19.1159 0.621615C19.1112 0.615483 19.1047 0.611266 19.0973 0.609697C19.0871 0.605565 19.0757 0.605565 19.0654 0.609697V0.616409C19.0654 0.623121 19.0558 0.616409 19.0558 0.616409C18.577 0.858046 15.7358 5.5834 19.5858 9.62411H19.589Z' fill='url(%23paint8_radial)'/%3E %3Cpath d='M20.9201 11.3624C20.8659 11.3087 20.802 11.255 20.735 11.2014L20.6584 11.1409C19.7877 10.5067 18.7239 10.2352 17.6736 10.3791C22.1236 12.7217 20.9297 20.783 14.7622 20.4742C14.2145 20.4504 13.6733 20.3407 13.1565 20.1487C13.0352 20.1039 12.9139 20.0525 12.7926 19.9943C12.7224 19.9608 12.6553 19.9272 12.5851 19.8936H12.5947C13.4566 20.5112 17.7023 22.0214 22.146 18.2156L22.1523 18.2022C22.2641 17.9337 23.7325 14.0842 20.9265 11.3692L20.9201 11.3624Z' fill='url(%23paint9_radial)'/%3E %3Cpath d='M9.66732 15.6246C9.66732 15.6246 10.2419 13.3895 13.7535 13.3895C14.1365 13.3895 15.2219 12.2719 15.2474 11.9463C13.7343 12.5246 12.0659 12.4571 10.5995 11.7584C9.88876 11.3793 9.09757 11.1979 8.30126 11.2314C7.50496 11.2649 6.73008 11.5122 6.05045 11.9497C6.30937 12.5363 6.72474 13.0312 7.24609 13.3744C7.76744 13.7175 8.37235 13.8942 8.98736 13.8828C8.75432 16.0106 9.82374 18.4907 12.4127 19.7895C12.4702 19.8231 12.5244 19.8499 12.5819 19.8802C11.0719 19.0579 9.82374 17.5074 9.66732 15.6179V15.6246Z' fill='url(%23paint10_radial)'/%3E %3Cpath d='M26.6727 9.61404C26.13 8.25147 25.0446 6.78487 24.1891 6.32509C24.7982 7.56364 25.2214 8.89384 25.4436 10.2685V10.292C24.0486 6.62378 21.6767 5.14711 19.739 1.92528C19.6368 1.76419 19.5411 1.59974 19.4453 1.42858C19.391 1.3279 19.3495 1.24064 19.308 1.16009C19.2273 0.996003 19.1652 0.822543 19.1229 0.643257C19.123 0.635406 19.1206 0.627748 19.1159 0.621615C19.1112 0.615483 19.1047 0.611266 19.0973 0.609697C19.0871 0.605565 19.0757 0.605565 19.0654 0.609697V0.616409C19.0654 0.623121 19.0558 0.616409 19.0558 0.616409V0.609697C15.9529 2.52266 14.8963 6.06667 14.8005 7.83532C14.9442 7.82525 15.0878 7.81518 15.2347 7.81518C16.3367 7.81685 17.4187 8.12512 18.3707 8.70867C19.3228 9.29222 20.1109 10.1303 20.6552 11.1377C19.7849 10.5054 18.7225 10.2352 17.6736 10.3792C22.1236 12.7218 20.9297 20.783 14.7622 20.4743C14.2134 20.4508 13.6711 20.3411 13.1533 20.1487C13.032 20.104 12.9107 20.0525 12.7894 19.9944L12.5787 19.8937H12.5883C12.5308 19.8646 12.4723 19.8333 12.4127 19.7997C12.4701 19.8333 12.5244 19.8668 12.5819 19.8903C11.0719 19.0681 9.82373 17.5176 9.6673 15.6281C9.6673 15.6281 10.2419 13.3963 13.7534 13.3963C14.1365 13.3963 15.2219 12.2788 15.2474 11.9532C15.2411 11.8525 13.0894 10.9464 12.2467 10.0805C11.7998 9.61068 11.5859 9.39254 11.3975 9.22473C11.2956 9.13371 11.189 9.04857 11.0783 8.96967C10.7958 7.92917 10.7848 6.82793 11.0464 5.7814C9.90353 6.36316 8.88818 7.1883 8.06477 8.20449C7.56996 7.55341 7.60508 5.39881 7.63381 4.9491C7.48819 5.00952 7.34907 5.08602 7.21881 5.17731C6.78456 5.50245 6.37861 5.86745 6.00574 6.26803C5.58465 6.72016 5.20023 7.20849 4.85651 7.72792C4.06116 8.91316 3.49698 10.2523 3.19652 11.668L3.17098 11.7519C3.14864 11.8626 3.04329 12.4466 3.02733 12.5707C2.93211 13.1704 2.87134 13.7756 2.84537 14.383V14.4501C2.85036 17.7052 4.016 20.84 6.11215 23.2357C8.20831 25.6314 11.0826 27.1138 14.1677 27.3903C17.2527 27.6668 20.3242 26.7172 22.7759 24.7292C25.2275 22.7411 26.8811 19.8589 27.4101 16.6517C27.4324 16.4839 27.4484 16.3161 27.4675 16.1483C27.7238 13.9343 27.4495 11.6881 26.6695 9.61404H26.6727ZM25.4436 10.2853V10.2953V10.2853Z' fill='url(%23paint11_linear)'/%3E %3Cdefs%3E %3ClinearGradient id='paint0_linear' x1='25.0461' y1='4.76536' x2='2.92414' y2='23.7716' gradientUnits='userSpaceOnUse'%3E %3Cstop offset='0.048' stop-color='%23FFF44F'/%3E %3Cstop offset='0.111' stop-color='%23FFE847'/%3E %3Cstop offset='0.225' stop-color='%23FFC830'/%3E %3Cstop offset='0.368' stop-color='%23FF980E'/%3E %3Cstop offset='0.401' stop-color='%23FF8B16'/%3E %3Cstop offset='0.462' stop-color='%23FF672A'/%3E %3Cstop offset='0.534' stop-color='%23FF3647'/%3E %3Cstop offset='0.705' stop-color='%23E31587'/%3E %3C/linearGradient%3E %3CradialGradient id='paint1_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(24.4997 3.58945) scale(25.7928 27.1161)'%3E %3Cstop offset='0.129' stop-color='%23FFBD4F'/%3E %3Cstop offset='0.186' stop-color='%23FFAC31'/%3E %3Cstop offset='0.247' stop-color='%23FF9D17'/%3E %3Cstop offset='0.283' stop-color='%23FF980E'/%3E %3Cstop offset='0.403' stop-color='%23FF563B'/%3E %3Cstop offset='0.467' stop-color='%23FF3750'/%3E %3Cstop offset='0.71' stop-color='%23F5156C'/%3E %3Cstop offset='0.782' stop-color='%23EB0878'/%3E %3Cstop offset='0.86' stop-color='%23E50080'/%3E %3C/radialGradient%3E %3CradialGradient id='paint2_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(15.0747 14.6752) scale(25.7928 27.1161)'%3E %3Cstop offset='0.3' stop-color='%23960E18'/%3E %3Cstop offset='0.351' stop-color='%23B11927' stop-opacity='0.74'/%3E %3Cstop offset='0.435' stop-color='%23DB293D' stop-opacity='0.343'/%3E %3Cstop offset='0.497' stop-color='%23F5334B' stop-opacity='0.094'/%3E %3Cstop offset='0.53' stop-color='%23FF3750' stop-opacity='0'/%3E %3C/radialGradient%3E %3CradialGradient id='paint3_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(18.1843 -2.56416) scale(18.6856 19.6444)'%3E %3Cstop offset='0.132' stop-color='%23FFF44F'/%3E %3Cstop offset='0.252' stop-color='%23FFDC3E'/%3E %3Cstop offset='0.506' stop-color='%23FF9D12'/%3E %3Cstop offset='0.526' stop-color='%23FF980E'/%3E %3C/radialGradient%3E %3CradialGradient id='paint4_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(12.2218 21.7581) scale(12.2811 12.9111)'%3E %3Cstop offset='0.353' stop-color='%233A8EE6'/%3E %3Cstop offset='0.472' stop-color='%235C79F0'/%3E %3Cstop offset='0.669' stop-color='%239059FF'/%3E %3Cstop offset='1' stop-color='%23C139E6'/%3E %3C/radialGradient%3E %3CradialGradient id='paint5_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(16.4842 12.4529) rotate(-14.261) scale(6.53025 7.99104)'%3E %3Cstop offset='0.206' stop-color='%239059FF' stop-opacity='0'/%3E %3Cstop offset='0.278' stop-color='%238C4FF3' stop-opacity='0.064'/%3E %3Cstop offset='0.747' stop-color='%237716A8' stop-opacity='0.45'/%3E %3Cstop offset='0.975' stop-color='%236E008B' stop-opacity='0.6'/%3E %3C/radialGradient%3E %3CradialGradient id='paint6_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(14.7491 2.47988) scale(8.83491 9.28826)'%3E %3Cstop stop-color='%23FFE226'/%3E %3Cstop offset='0.121' stop-color='%23FFDB27'/%3E %3Cstop offset='0.295' stop-color='%23FFC82A'/%3E %3Cstop offset='0.502' stop-color='%23FFA930'/%3E %3Cstop offset='0.732' stop-color='%23FF7E37'/%3E %3Cstop offset='0.792' stop-color='%23FF7139'/%3E %3C/radialGradient%3E %3CradialGradient id='paint7_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(21.6936 -3.41131) scale(37.6948 39.6288)'%3E %3Cstop offset='0.113' stop-color='%23FFF44F'/%3E %3Cstop offset='0.456' stop-color='%23FF980E'/%3E %3Cstop offset='0.622' stop-color='%23FF5634'/%3E %3Cstop offset='0.716' stop-color='%23FF3647'/%3E %3Cstop offset='0.904' stop-color='%23E31587'/%3E %3C/radialGradient%3E %3CradialGradient id='paint8_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(18.5165 -1.20777) rotate(84.2679) scale(29.0297 18.1413)'%3E %3Cstop stop-color='%23FFF44F'/%3E %3Cstop offset='0.06' stop-color='%23FFE847'/%3E %3Cstop offset='0.168' stop-color='%23FFC830'/%3E %3Cstop offset='0.304' stop-color='%23FF980E'/%3E %3Cstop offset='0.356' stop-color='%23FF8B16'/%3E %3Cstop offset='0.455' stop-color='%23FF672A'/%3E %3Cstop offset='0.57' stop-color='%23FF3647'/%3E %3Cstop offset='0.737' stop-color='%23E31587'/%3E %3C/radialGradient%3E %3CradialGradient id='paint9_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(14.541 5.92021) scale(23.5335 24.7411)'%3E %3Cstop offset='0.137' stop-color='%23FFF44F'/%3E %3Cstop offset='0.48' stop-color='%23FF980E'/%3E %3Cstop offset='0.592' stop-color='%23FF5634'/%3E %3Cstop offset='0.655' stop-color='%23FF3647'/%3E %3Cstop offset='0.904' stop-color='%23E31587'/%3E %3C/radialGradient%3E %3CradialGradient id='paint10_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(20.7532 7.3683) scale(25.7574 27.079)'%3E %3Cstop offset='0.094' stop-color='%23FFF44F'/%3E %3Cstop offset='0.231' stop-color='%23FFE141'/%3E %3Cstop offset='0.509' stop-color='%23FFAF1E'/%3E %3Cstop offset='0.626' stop-color='%23FF980E'/%3E %3C/radialGradient%3E %3ClinearGradient id='paint11_linear' x1='24.7926' y1='4.65804' x2='5.91365' y2='21.459' gradientUnits='userSpaceOnUse'%3E %3Cstop offset='0.167' stop-color='%23FFF44F' stop-opacity='0.8'/%3E %3Cstop offset='0.266' stop-color='%23FFF44F' stop-opacity='0.634'/%3E %3Cstop offset='0.489' stop-color='%23FFF44F' stop-opacity='0.217'/%3E %3Cstop offset='0.6' stop-color='%23FFF44F' stop-opacity='0'/%3E %3C/linearGradient%3E %3C/defs%3E %3C/svg%3E");
        }

.product-card__link {
        color: #74a352;
        color: var(--vpngreen400);
        transition: 0.3s ease color;
        transition: var(--t3) color;
        text-decoration: none
    }

.product-card__link:hover {
            color: #568040;
            color: var(--vpngreen700);
            text-decoration: underline;
        }

.product-card__beta-download {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 32px
    }

@media (min-width: 1024px) {

    .product-card__beta-download {
            flex-direction: row;
            align-items: flex-start;
            margin-top: 32px
    }
        }

.product-card__beta-download .button-wrap {
            margin: 0;
        }

.product-card__beta-download .product-card__link {
            margin-top: 32px
        }

@media (min-width: 1024px) {

        .product-card__beta-download .product-card__link {
                margin-left: 32px;
                margin-top: 22px
        }
            }

@media (min-width: 1024px) {

    .product-card--reverse {
            flex-direction: row-reverse
    }
        }

.product-card--single {
        max-width: 1064px;
        margin: 0 auto 80px;
        padding: 98px 16px 0
    }

@media (min-width: 768px) {

    .product-card--single {
            max-width: 1048px;
            margin: 0 auto 112px;
            padding: 64px 24px 0
    }
        }

@media (min-width: 1024px) {

    .product-card--single {
            margin: 0 auto 156px;
            padding: 80px 24px 0
    }
        }

.product-card--single .product-card__content {
            padding: 0;
        }

@media (min-width: 1024px) {

        .product-card--single .product-card__desc {
                font-size: 1.8rem;
                font-size: var(--xs-font);
                line-height: 1.555;
                font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
                font-weight: 400
        }
            }

@media (min-width: 768px) {
            .product-card--single .product-card__img img {
                    max-height: 408px
            }
                }

.product-card--single-browsers {
        max-width: 1064px;
        margin: 0 auto 80px;
        padding: 98px 16px 0
    }

@media (min-width: 768px) {

    .product-card--single-browsers {
            max-width: 1048px;
            margin: 0 auto 112px;
            padding: 64px 24px 0
    }
        }

@media (min-width: 1024px) {

    .product-card--single-browsers {
            margin: 0 auto 156px;
            padding: 80px 24px 0
    }
        }

.product-card--single-browsers .product-card__content {
            padding: 0;
        }

@media (min-width: 1024px) {

        .product-card--single-browsers .product-card__desc {
                font-size: 1.8rem;
                font-size: var(--xs-font);
                line-height: 1.555;
                font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
                font-weight: 400
        }
            }

.product-card--single-browsers .product-card__img::before,
            .product-card--single-browsers .product-card__img::after {
                display: none;
            }

.product-card--single-browsers .product-card__img-in::before {
                display: none;
            }

@media (min-width: 768px) {

        .product-card--single-browsers img {
                max-height: 472px
        }
            }

.product-card--all {
        margin-bottom: 80px
    }

@media (min-width: 768px) {

    .product-card--all {
            margin-bottom: 112px
    }
        }

@media (min-width: 1024px) {

    .product-card--all {
            margin-bottom: 156px
    }
        }

.product-card--all .product-card__img::before,
            .product-card--all .product-card__img::after {
                display: none;
            }

.product-card--all .product-card__img .product-card__img-in::before {
                    box-shadow: none;
                }

.product-card--all .product-card__img img {
                max-height: unset;
            }

@media (min-width: 1024px) {

    .product-card--tabs {
            min-height: 392px
    }
        }

@media (min-width: 768px) {

        .product-card--tabs .product-card__content {
                padding: 0
        }
            }

@media (min-width: 1024px) {

        .product-card--tabs .product-card__content {
                justify-content: center
        }
            }

.product-card--tabs .product-card__title {
            margin-bottom: 16px;
            font-size: 3.2rem;
            line-height: 1.125
        }

@media (min-width: 1024px) {

        .product-card--tabs .product-card__title {
                font-size: 4.0rem;
                line-height: 1.15
        }
            }

.product-card--beta .product-card__content {
            padding: 0 20px;
        }

.product-card--beta .product-card__img::before,
        .product-card--beta .product-card__img::after {
            display: none;
        }

.product-card--beta .product-card__img-in::before {
            display: none;
        }

.product-card--beta .product-card__desc {
            margin-bottom: 24px
        }

.product-card--beta .product-card__desc .md__paragraph + .md__paragraph {
                margin-top: 24px;
            }

.about {
    padding: 80px 0 40px;
    color: #4d4d4d;
    color: var(--gray900)
}

@media (min-width: 768px) {

.about {
        padding: 40px 0 80px
}
    }

.about__in {
        max-width: calc(984px + 16px*2);
        max-width: calc(var(--content-width) + var(--m-padding)*2);
        margin: 0 auto;
        padding: 0 16px;
        padding: 0 var(--m-padding);
    }

.about__title {
        margin: 35px 0 20px;
        font-size: 2.5rem;
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 700;
    }

.about__title--main {
            margin-top: 0;
            font-size: 3rem;
            text-align: center
        }

@media (min-width: 768px) {

        .about__title--main {
                text-align: left
        }
            }

.about__text {
        font-size: 1.7rem;
        line-height: 1.7;
    }

.about__text--bold {
            margin-bottom: 15px;
            font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
            font-weight: 700;
        }

.about__list {
        padding-left: 29px;
    }

.about__list-item {
        position: relative;
        margin: 0 0 10px;
        display: flex;
        align-items: center
    }

.about__list-item:before {
            content: "";
            position: absolute;
            left: -30px;
            background-repeat: no-repeat;
            background-size: 100%;
        }

.about__list-item--check:before {
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='10' viewBox='0 0 13 10' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9771 0.433806C12.3051 0.707901 12.3427 1.18895 12.0612 1.50827L5.23576 9.25L0.473812 4.5217C0.171201 4.22122 0.176068 3.7388 0.484683 3.44417C0.793297 3.14954 1.28879 3.15428 1.5914 3.45475L5.15911 6.99725L10.8735 0.515683C11.1551 0.196369 11.6492 0.159711 11.9771 0.433806Z'/%3E %3C/svg%3E");
                width: 15px;
                height: 15px;
            }

.about__list-item--platforms {
            padding-left: 10px
        }

.about__list-item--platforms:before {
                width: 25px;
                height: 30px;
            }

.about__list-item--chrome:before {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='40' viewBox='0 0 40 40' width='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m19.9565753 12.4571233c4.1328768 0 7.4824658 3.3521918 7.4824658 7.4824657 0 4.1341096-3.349726 7.4824658-7.4824658 7.4824658-4.1304109 0-7.4824657-3.349726-7.4824657-7.4824658 0-4.1302739 3.3521918-7.4824657 7.4824657-7.4824657z' fill='%2326a6d1'/%3E%3Cpath d='m19.9565753 29.9175342c-5.0482191 0-9.209726-3.7512328-9.8731506-8.619863l-6.87767128-11.92589038-.00753424-.01739726-.76945206 1.11109594c-.18958904.3479452-.37410959.7008219-.54369863 1.0612328l-.3679452.860548c-.12219178.2968493-.24315069.5973972-.35164384.9041096-.12219178.3404109-.22821918.6846575-.32917808 1.0301369l-.22191781.7943836c-.09232877.370411-.17082192.7408219-.24191781 1.1136986l-.13465753.7868494c-.05493151.3653424-.09726027.7283561-.12972603 1.0912328l-.06479452.8691781c-.01616438.3317808-.02246575.6621918-.02246575.9939726s.0049315.6634247.02246575.9939726l.06479452.8691781c.03369863.3628767.07726028.7283562.12972603 1.0912329l.13465753.7868493c.07232877.3728767.14958904.7432877.24191781 1.1136986l.22191781.7943836c.10232877.3430137.2069863.689589.32917808 1.030137.10849315.3042465.23068493.6035616.35164384.9041096.11972603.2868493.23438356.5749315.3679452.859178.16958904.360411.35410959.710822.54493151 1.0624658l.24821918.4876712.11479452.1783562c.21945205.3753425.46136986.7332877.70589041 1.0912329l.39164384.5823287c.23575342.3217809.49383561.6284932.75205479.9378083l.51630137.6184931c.22452055.2456164.46520548.480137.70205479.7158904.23698631.2382192.47013699.4826028.71712329.7032877l.61849315.5187671c.30931507.2556165.6160274.5138356.93780822.7506849l.57739726.3941096c.35917808.2456165.71958904.4876713 1.09123288.7058904l.17712329.1147946.48630141.2482191c.349178.1895891.7008219.3778083 1.0612328.5461644l.1035617.0535617.5050685.2069863c1.349315.5749315 2.7584931.9815068 4.1952054 1.249589l5.6928768-9.8719178c-.6672603.1335616-1.3582192.209589-2.0678083.209589z' fill='%233db39e'/%3E%3Cpath d='m39.8426027 18.580274-.0261643-.3291781c-.1409589-1.6661644-.8256165-4.0779452-1.3942466-5.6967123h-11.7761644c2.0139726 1.8245205 3.2872603 4.4520548 3.2872603 7.3852054 0 3.1650685-1.4778082 5.9797261-3.7724658 7.8067124l-7.0147945 12.1665753c2.4667123 0 5.7876712-.4452055 8.1771233-1.4004109l.0810959-.0261644.1272602-.0535617c.8143836-.3379452 1.62-.7083561 2.4043836-1.1623287.7020548-.4041096 1.3593151-.8579452 1.9941096-1.3319178l.0361644-.0286302c.6110959-.4627397 1.1834246-.9552055 1.729726-1.4741096l.0847945-.0735616.2756165-.280548c1.2071233-1.2084931 2.2435616-2.5427397 3.0890411-3.9819178l.0960274-.1409589.1732876-.3504109c.2719178-.4938357.5238357-.9989041.7532877-1.5127398l.2942466-.6921917c.1945205-.4876713.3641096-.9815069.52-1.4815069l.2057534-.6435616c.1908219-.6946576.3467123-1.3954795.4627397-2.1050685l.0486302-.4041096c.0860274-.6086302.1471233-1.2209589.1783561-1.8394521l.0112329-.4950685c.009863-.6160274-.0026027-1.2357534-.0463014-1.8543835z' fill='%23efc75e'/%3E%3Cpath d='m37.23 9.9630137c-.4178082-.72328767-.8854795-1.39794521-1.3768493-2.04890411l-.1608219-.19958904c-.4415069-.56986302-.9091781-1.11109589-1.4030137-1.62l-.3342466-.3430137c-.5424658-.53369863-1.1049315-1.04013699-1.6947945-1.50273973l-.1297261-.10972602c-.6572602-.50630137-1.3456164-.96150685-2.0552054-1.3780822l-.1421918-.09479452-.54-.28054794c-.3117808-.16835617-.6223288-.33671233-.9427397-.48767123-.3080822-.14342466-.6184932-.27068494-.9290411-.3990411l-.7819178-.31178082c-.3778083-.13589041-.7594521-.25068493-1.1423288-.36794521l-.6360274-.18452055c-.4165754-.10726027-.8368493-.19205479-1.2557534-.27315068l-.5935617-.11726027c-.4090411-.0660274-.8180822-.10726028-1.2283561-.14589042l-.6721918-.06863013c-.3516439-.02246576-.7020548-.02-1.0563014-.02493151l-.8654794-.00479452-.6734247.04863014c-1.4890411.09972602-2.9780822.36534246-4.4408219.80808219l-.3030137.08232877c-.370411.11972602-.7357534.26561643-1.1024658.40904109l-.7032876.27808219c-.3017809.12849315-.5998631.27931507-.8991781.42780822-.2893151.14219178-.579863.28561644-.8642466.44397261l-.32424658.16589041-.47890411.30931506c-.28315068.17465754-.56369863.35287672-.83931506.54246576-.26931507.18835616-.53493151.38041096-.79438357.57739726l-.68589041.54753425c-.28315068.2369863-.55863013.47767123-.82684931.7269863l-.50876713.49630137c-.29561643.29684931-.5849315.59863013-.8579452.91041096l-.18575343.22452054 5.6754795 9.84575338c1.3031506-3.9919178 5.0531506-6.88136982 9.4816438-6.88136982-.000274-.00013698 17.2719178-.00013698 17.2719178-.00013698z' fill='%23e2574c'/%3E%3C/g%3E%3C/svg%3E");
        }

.about__list-item--firefox:before {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='26' viewBox='0 0 25 26' width='25' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3ClinearGradient id='a' x1='89.8%25' x2='6.6%25' y1='15.5%25' y2='93.1%25'%3E%3Cstop offset='.048' stop-color='%23fff44f'/%3E%3Cstop offset='.111' stop-color='%23ffe847'/%3E%3Cstop offset='.225' stop-color='%23ffc830'/%3E%3Cstop offset='.368' stop-color='%23ff980e'/%3E%3Cstop offset='.401' stop-color='%23ff8b16'/%3E%3Cstop offset='.462' stop-color='%23ff672a'/%3E%3Cstop offset='.534' stop-color='%23ff3647'/%3E%3Cstop offset='.705' stop-color='%23e31587'/%3E%3C/linearGradient%3E%3CradialGradient id='b' cx='87.588933%25' cy='-12.95882%25' gradientTransform='matrix(.812422 0 0 1 .164298 0)' r='128.45464%25'%3E%3Cstop offset='.129' stop-color='%23ffbd4f'/%3E%3Cstop offset='.186' stop-color='%23ffac31'/%3E%3Cstop offset='.247' stop-color='%23ff9d17'/%3E%3Cstop offset='.283' stop-color='%23ff980e'/%3E%3Cstop offset='.403' stop-color='%23ff563b'/%3E%3Cstop offset='.467' stop-color='%23ff3750'/%3E%3Cstop offset='.71' stop-color='%23f5156c'/%3E%3Cstop offset='.782' stop-color='%23eb0878'/%3E%3Cstop offset='.86' stop-color='%23e50080'/%3E%3C/radialGradient%3E%3CradialGradient id='c' cx='49.455011%25' cy='39.556913%25' gradientTransform='matrix(.812422 0 0 1 .092767 0)' r='128.45464%25'%3E%3Cstop offset='.3' stop-color='%23960e18'/%3E%3Cstop offset='.351' stop-color='%23b11927' stop-opacity='.74'/%3E%3Cstop offset='.435' stop-color='%23db293d' stop-opacity='.343'/%3E%3Cstop offset='.497' stop-color='%23f5334b' stop-opacity='.094'/%3E%3Cstop offset='.53' stop-color='%23ff3750' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='d' cx='56.996771%25' cy='-29.965146%25' gradientTransform='matrix(1 0 0 .58872 0 -.12324)' r='315.037675%25'%3E%3Cstop offset='.132' stop-color='%23fff44f'/%3E%3Cstop offset='.252' stop-color='%23ffdc3e'/%3E%3Cstop offset='.506' stop-color='%23ff9d12'/%3E%3Cstop offset='.526' stop-color='%23ff980e'/%3E%3C/radialGradient%3E%3CradialGradient id='e' cx='23.219059%25' cy='110.079237%25' gradientTransform='matrix(1 0 0 .912643 0 .096162)' r='111.76932%25'%3E%3Cstop offset='.353' stop-color='%233a8ee6'/%3E%3Cstop offset='.472' stop-color='%235c79f0'/%3E%3Cstop offset='.669' stop-color='%239059ff'/%3E%3Cstop offset='1' stop-color='%23c139e6'/%3E%3C/radialGradient%3E%3CradialGradient id='f' cx='62.011069%25' cy='36.562322%25' gradientTransform='matrix(.97199563 -.21447013 .23499894 .88708501 -.068555 .17428)' r='59.259418%25'%3E%3Cstop offset='.206' stop-color='%239059ff' stop-opacity='0'/%3E%3Cstop offset='.278' stop-color='%238c4ff3' stop-opacity='.064'/%3E%3Cstop offset='.747' stop-color='%237716a8' stop-opacity='.45'/%3E%3Cstop offset='.975' stop-color='%236e008b' stop-opacity='.6'/%3E%3C/radialGradient%3E%3CradialGradient id='g' cx='221.811441%25' cy='-103.336842%25' gradientTransform='matrix(1 0 0 .993684 0 -.006527)' r='293.177966%25'%3E%3Cstop offset='0' stop-color='%23ffe226'/%3E%3Cstop offset='.121' stop-color='%23ffdb27'/%3E%3Cstop offset='.295' stop-color='%23ffc82a'/%3E%3Cstop offset='.502' stop-color='%23ffa930'/%3E%3Cstop offset='.732' stop-color='%23ff7e37'/%3E%3Cstop offset='.792' stop-color='%23ff7139'/%3E%3C/radialGradient%3E%3CradialGradient id='h' cx='81.110509%25' cy='-40.886649%25' gradientTransform='matrix(.839144 0 0 1 .130471 0)' r='193.807409%25'%3E%3Cstop offset='.113' stop-color='%23fff44f'/%3E%3Cstop offset='.456' stop-color='%23ff980e'/%3E%3Cstop offset='.622' stop-color='%23ff5634'/%3E%3Cstop offset='.716' stop-color='%23ff3647'/%3E%3Cstop offset='.904' stop-color='%23e31587'/%3E%3C/radialGradient%3E%3CradialGradient id='i' cx='11.590097%25' cy='-10.313415%25' gradientTransform='matrix(.10494492 .4712732 -.99447804 .04973235 .001173 -.152626)' r='348.394441%25'%3E%3Cstop offset='0' stop-color='%23fff44f'/%3E%3Cstop offset='.06' stop-color='%23ffe847'/%3E%3Cstop offset='.168' stop-color='%23ffc830'/%3E%3Cstop offset='.304' stop-color='%23ff980e'/%3E%3Cstop offset='.356' stop-color='%23ff8b16'/%3E%3Cstop offset='.455' stop-color='%23ff672a'/%3E%3Cstop offset='.57' stop-color='%23ff3647'/%3E%3Cstop offset='.737' stop-color='%23e31587'/%3E%3C/radialGradient%3E%3CradialGradient id='j' cx='19.461127%25' cy='-42.624367%25' gradientTransform='matrix(.981682 0 0 1 .003565 0)' r='238.525366%25'%3E%3Cstop offset='.137' stop-color='%23fff44f'/%3E%3Cstop offset='.48' stop-color='%23ff980e'/%3E%3Cstop offset='.592' stop-color='%23ff5634'/%3E%3Cstop offset='.655' stop-color='%23ff3647'/%3E%3Cstop offset='.904' stop-color='%23e31587'/%3E%3C/radialGradient%3E%3CradialGradient id='k' cx='159.86463%25' cy='-44.600446%25' gradientTransform='matrix(.8949 0 0 1 .168018 0)' r='312.953825%25'%3E%3Cstop offset='.094' stop-color='%23fff44f'/%3E%3Cstop offset='.231' stop-color='%23ffe141'/%3E%3Cstop offset='.509' stop-color='%23ffaf1e'/%3E%3Cstop offset='.626' stop-color='%23ff980e'/%3E%3C/radialGradient%3E%3ClinearGradient id='l' x1='88.8%25' x2='18%25' y1='15.1%25' y2='83.5%25'%3E%3Cstop offset='.167' stop-color='%23fff44f' stop-opacity='.8'/%3E%3Cstop offset='.266' stop-color='%23fff44f' stop-opacity='.634'/%3E%3Cstop offset='.489' stop-color='%23fff44f' stop-opacity='.217'/%3E%3Cstop offset='.6' stop-color='%23fff44f' stop-opacity='0'/%3E%3C/linearGradient%3E%3Cg fill='none' transform='translate(1 1)'%3E%3Cpath d='m22.4059259 8.24592593c-.5037037-1.20296297-1.5111111-2.49777778-2.3051852-2.90370371.5654168 1.09347762.9582129 2.2678679 1.1644445 3.48148148v.02074074c-1.2948148-3.23851851-3.4962963-4.54222222-5.2948148-7.38666666-.0948148-.14222222-.1837037-.28740741-.2725926-.43851852-.0503704-.08888889-.0888889-.16592593-.1274074-.23703704-.0748998-.14486878-.1325765-.29801053-.1718519-.45629629.0002885-.01430403-.0096852-.02677116-.0237037-.02962963-.0095397-.00364762-.0200899-.00364762-.0296296 0v.00592592c0 .00592593-.0088889 0-.0088889 0v-.00592592c-2.88 1.68888889-3.8607407 4.81777777-3.9496296 6.37925926-1.1525597.07995143-2.25428047.50535814-3.16148151 1.22074074-.09462621-.08035764-.1935366-.15552953-.2962963-.22518519-.26221547-.91862345-.2724497-1.8908752-.02962963-2.81481481-1.06074489.51361118-2.0031475 1.24210656-2.76740741 2.13925926-.45925926-.57481482-.42666666-2.47703704-.4-2.87407408-.13516246.05334217-.26428089.12088104-.38518518.20148148-.40305332.28705199-.7798396.60930342-1.12592593.96296297-.39084075.39916406-.74763803.8302941-1.06666667 1.28888888-.73821252 1.04640555-1.26186764 2.22865769-1.54074074 3.47851849l-.02074074.08c-.02074074.0977778-.10074074.6044445-.11259259.7111111v.0296297c-.09958099.5222458-.1609781 1.0510531-.1837037 1.5822222v.0592593c.00960794 5.9574186 4.57302158 10.9183806 10.5089171 11.4244167 5.9358956.506036 11.2732005-3.6108882 12.2910829-9.480713.0207407-.1481482.0355556-.2962963.0533333-.4444445.2378512-1.9546456-.0167837-3.937742-.7407407-5.76888887zm-13.23555553 8.98666667c.05333333.0296296.1037037.0592593.15703704.08l.00888889.0059259c-.05333334-.0276543-.10765432-.0572839-.16296297-.0888889z' fill='url(%23a)'/%3E%3Cpath d='m22.4059259 8.24592593c-.5037037-1.20296297-1.5111111-2.49777778-2.3051852-2.90370371.5654168 1.09347762.9582129 2.2678679 1.1644445 3.48148148v.02370371c.8858375 2.53282699.7584434 5.31001969-.3555556 7.75111109-1.3155555 2.8237037-4.5037037 5.7185185-9.4903703 5.5762963-5.38666671-.1481481-10.13333337-4.1481481-11.02222226-9.3866667-.16-.8296296 0-1.2444444.08296296-1.917037-.11029531.5205486-.17179626 1.0502503-.1837037 1.5822222v.0592593c.00960794 5.9574186 4.57302158 10.9183806 10.5089171 11.4244167 5.9358956.506036 11.2732005-3.6108881 12.2910829-9.480713.0207407-.1481482.0355556-.2962963.0533333-.4444444.2378512-1.9546457-.0167837-3.9377421-.7407407-5.76888894z' fill='url(%23b)'/%3E%3Cpath d='m22.4059259 8.24592593c-.5037037-1.20296297-1.5111111-2.49777778-2.3051852-2.90370371.5654168 1.09347762.9582129 2.2678679 1.1644445 3.48148148v.02370371c.8858375 2.53282699.7584434 5.31001969-.3555556 7.75111109-1.3155555 2.8237037-4.5037037 5.7185185-9.4903703 5.5762963-5.38666671-.1481481-10.13333337-4.1481481-11.02222226-9.3866667-.16-.8296296 0-1.2444444.08296296-1.917037-.11029531.5205486-.17179626 1.0502503-.1837037 1.5822222v.0592593c.00960794 5.9574186 4.57302158 10.9183806 10.5089171 11.4244167 5.9358956.506036 11.2732005-3.6108881 12.2910829-9.480713.0207407-.1481482.0355556-.2962963.0533333-.4444444.2378512-1.9546457-.0167837-3.9377421-.7407407-5.76888894z' fill='url(%23c)'/%3E%3Cpath d='m16.8237037 9.59407407c.0296296.01777778.0474074.03555556.0711111.05333334-.288342-.51202005-.6474314-.9808312-1.0666667-1.3925926-3.5674074-3.5674074-.9333333-7.73925925-.4888888-7.94962962v-.00888889c-2.88 1.68888889-3.8607408 4.81777777-3.9496297 6.37925926.1333334-.00888889.2666667-.01777778.402963-.01777778 2.0822118.00300048 4.0027806 1.12276677 5.0311111 2.93333333z' fill='url(%23d)'/%3E%3Cpath d='m11.8014815 10.3111111c-.0207408.2814815-1.0281482 1.2681482-1.3837037 1.2681482-3.26518521 0-3.79259261 1.9733333-3.79259261 1.9733333.14222222 1.6651852 1.3037037 3.0340741 2.70222222 3.762963l.19555555.0888888c.1125926.0493828.22518519.0958025.33777778.1392593.48048176.1708299.98384706.2687065 1.49333336.2903704 5.7244444.2666666 6.8325926-6.8444445 2.7022222-8.90962966.9743074-.1254609 1.9604963.11527899 2.7674074.67555556-1.0283305-1.81056656-2.9488993-2.93033285-5.0311111-2.93333333-.1362963 0-.2666667.00592592-.402963.01481481-1.1525596.07995143-2.25428041.50535815-3.16148145 1.22074074.17777778.14814815.37333333.34370371.79111111.75555556.77925926.77037037 2.77629634 1.56148152 2.78518514 1.65925922z' fill='url(%23e)'/%3E%3Cpath d='m11.8014815 10.3111111c-.0207408.2814815-1.0281482 1.2681482-1.3837037 1.2681482-3.26518521 0-3.79259261 1.9733333-3.79259261 1.9733333.14222222 1.6651852 1.3037037 3.0340741 2.70222222 3.762963l.19555555.0888888c.1125926.0493828.22518519.0958025.33777778.1392593.48048176.1708299.98384706.2687065 1.49333336.2903704 5.7244444.2666666 6.8325926-6.8444445 2.7022222-8.90962966.9743074-.1254609 1.9604963.11527899 2.7674074.67555556-1.0283305-1.81056656-2.9488993-2.93033285-5.0311111-2.93333333-.1362963 0-.2666667.00592592-.402963.01481481-1.1525596.07995143-2.25428041.50535815-3.16148145 1.22074074.17777778.14814815.37333333.34370371.79111111.75555556.77925926.77037037 2.77629634 1.56148152 2.78518514 1.65925922z' fill='url(%23f)'/%3E%3Cpath d='m7.69481481 7.51407407c.08888889.05925926.16888889.10962963.23703704.15703704-.26221547-.91862345-.2724497-1.8908752-.02962963-2.81481481-1.06074489.51361118-2.0031475 1.24210656-2.76740741 2.13925926.05925926 0 1.71851852-.02962963 2.56.51555555z' fill='url(%23g)'/%3E%3Cpath d='m.4 12.7881481c.88888889 5.2355556 5.62962963 9.2355556 11.0222222 9.3866667 4.9866667.1422222 8.1718519-2.7555555 9.4874074-5.5762963 1.113999-2.4410914 1.2413931-5.2182841.3555556-7.75111109v-.01185185-.01185186l.0059259.02074074c.402963 2.66074076-.9481481 5.23555556-3.0637037 6.97777776l-.0088889.0148148c-4.1185185 3.3570371-8.0592592 2.0266667-8.85925924 1.4814815-.05925926-.025679-.11555556-.0533333-.16888889-.0829629-2.4-1.1466667-3.39555556-3.3362963-3.18222222-5.2148149-1.16481089.0175707-2.23073921-.6524082-2.72-1.7096296 1.28265057-.78546994 2.88093235-.84940121 4.22222222-.1688889 1.35901256.6162266 2.90506553.6768352 4.30814813.1688889-.0059259-.0948148-2.00296294-.88888888-2.78518517-1.65925925-.41481481-.40888889-.61037037-.60444444-.78814814-.75259259-.09462621-.08035763-.1935366-.15552953-.2962963-.22518519-.06814815-.0474074-.14222222-.09777777-.23703704-.15703703-.83555555-.54518519-2.50074074-.51555556-2.55703704-.51555556h-.00592592c-.45333333-.57481481-.4237037-2.47703704-.39703704-2.87407407-.13516246.05334217-.26428089.12088104-.38518518.20148148-.40317635.28799254-.77996649.61123882-1.12592593.96592592-.39378665.39786621-.75356237.82801127-1.07555555 1.28592593-.73821253 1.04640555-1.26186765 2.22865769-1.54074075 3.47851856-.00592592.0237037-.41481481 1.8074074-.21333333 2.7318518z' fill='url(%23h)'/%3E%3Cpath d='m15.8311111 8.25481481c.4192353.4117614.7783247.88057255 1.0666667 1.3925926.0592592.05037037.1185185.09777778.1718518.14222222 2.6074074 2.39999997 1.2444445 5.79259257 1.1407408 6.03555557 2.1125926-1.7422222 3.4666666-4.3170371 3.0607407-6.97777779-1.3037037-3.23851852-3.5022222-4.54222222-5.3037037-7.38666667-.0888889-.14222222-.1777778-.28740741-.2666667-.43851852-.0503703-.08888889-.0888888-.16592592-.1274074-.23703703-.0761379-.14567524-.1348154-.29982805-.1748148-.45925926.0002885-.01430403-.0096852-.02677116-.0237037-.02962963-.0095397-.00364762-.0200899-.00364762-.0296296 0v.00592592c0 .00592593-.0088889 0-.0088889 0-.4444444.21333334-3.0814815 4.38518519.4918518 7.95259259z' fill='url(%23i)'/%3E%3Cpath d='m17.0666667 9.78962963c-.0503704-.04740741-.1096297-.09481482-.1718519-.14222222l-.0711111-.05333334c-.8081112-.55995865-1.7954605-.79966806-2.7703704-.67259259 4.1303704 2.06814812 3.0222223 9.18518522-2.7022222 8.91259262-.5083359-.021004-1.0106767-.1178769-1.49037036-.2874074-.11259259-.0395062-.22518518-.0849383-.33777778-.1362963-.06518518-.0296297-.1274074-.0592593-.19259259-.0888889h.00888889c.80000004.5451852 4.74074074 1.8785185 8.86518514-1.4814815l.005926-.0118519c.1037037-.237037 1.4666666-3.6355555-1.1377778-6.03259254z' fill='url(%23j)'/%3E%3Cpath d='m6.62222222 13.5525926s.53333334-1.9733333 3.79259258-1.9733333c.3555556 0 1.362963-.9866667 1.3866667-1.2740741-1.4044669.510494-2.95296709.4509363-4.31407409-.1659259-1.34128987-.68051238-2.93957165-.6165811-4.22222222.1688888.49101228 1.0580524 1.55967155 1.727126 2.72592592 1.7066667-.2162963 1.8785185.7762963 4.0681482 3.17925926 5.2148148.05333333.0296297.1037037.0533334.15703704.08-1.40148148-.7259259-2.56-2.0948148-2.70518519-3.7629629z' fill='url(%23k)'/%3E%3Cpath d='m22.4059259 8.24592593c-.5037037-1.20296297-1.5111111-2.49777778-2.3051852-2.90370371.5654168 1.09347762.9582129 2.2678679 1.1644445 3.48148148v.02074074c-1.2948148-3.23851851-3.4962963-4.54222222-5.2948148-7.38666666-.0948148-.14222222-.1837037-.28740741-.2725926-.43851852-.0503704-.08888889-.0888889-.16592593-.1274074-.23703704-.0748998-.14486878-.1325765-.29801053-.1718519-.45629629.0002885-.01430403-.0096852-.02677116-.0237037-.02962963-.0095397-.00364762-.0200899-.00364762-.0296296 0v.00592592c0 .00592593-.0088889 0-.0088889 0v-.00592592c-2.88 1.68888889-3.8607407 4.81777777-3.9496296 6.37925926.1333333-.00888889.2666666-.01777778.4029629-.01777778 2.0822118.00300048 4.0027807 1.12276677 5.0311111 2.93333333-.8077225-.55819711-1.7938443-.79680902-2.7674074-.66962963 4.1303704 2.06814812 3.0222223 9.18518522-2.7022222 8.91259262-.509335-.0207101-1.0126961-.1175871-1.49333332-.2874074-.11259259-.0395062-.22518519-.0849383-.33777778-.1362963l-.19555556-.0888889h.00888889c-.05333333-.025679-.10765432-.0533334-.16296296-.082963.05333333.0296296.1037037.0592593.15703704.08-1.40148148-.7259259-2.56-2.0948148-2.70518519-3.7629629 0 0 .53333334-1.9703704 3.79259258-1.9703704.3555556 0 1.362963-.9866667 1.3866667-1.2740741-.0059259-.0888889-2.00296298-.88888888-2.7851852-1.65333332-.41481482-.41481482-.61333334-.60740741-.78814815-.75555556-.09462621-.08035763-.19353659-.15552953-.2962963-.22518518-.26221547-.91862345-.2724497-1.89087521-.02962963-2.81481482-1.06074489.51361119-2.0031475 1.24210656-2.76740741 2.13925926-.45925925-.57481481-.42666666-2.47703704-.4-2.87407407-.13516246.05334217-.26428089.12088104-.38518518.20148148-.40305332.28705199-.7798396.60930341-1.12592593.96296296-.39084075.39916406-.74763803.83029411-1.06666666 1.28888889-.73821253 1.04640555-1.26186765 2.22865769-1.54074074 3.47851856l-.02370371.074074c-.02074074.0977778-.11851852.6133334-.13333333.722963-.08838077.5294572-.14477926 1.0637587-.16888889 1.6v.0592593c.00960794 5.9574186 4.57302158 10.9183806 10.50891713 11.4244167 5.9358956.506036 11.2732005-3.6108882 12.2910829-9.480713.0207407-.1481482.0355555-.2962963.0533333-.4444445.2378512-1.9546456-.0167837-3.937742-.7407407-5.76888887z' fill='url(%23l)'/%3E%3C/g%3E%3C/svg%3E");
        }

.about__list-item--edge:before {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='26' viewBox='0 0 26 26' width='26' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3ClinearGradient id='a' x1='0%25' x2='100.026435%25' y1='50.012996%25' y2='50.012996%25'%3E%3Cstop offset='0' stop-color='%230c59a4'/%3E%3Cstop offset='1' stop-color='%23114a8b'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='76.656973%25' x2='33.237994%25' y1='24.794284%25' y2='83.151035%25'%3E%3Cstop offset='0' stop-color='%231b9de2'/%3E%3Cstop offset='.16' stop-color='%231595df'/%3E%3Cstop offset='.67' stop-color='%230680d7'/%3E%3Cstop offset='1' stop-color='%230078d4'/%3E%3C/linearGradient%3E%3CradialGradient id='c' cx='10.101908%25' cy='27.789003%25' gradientTransform='matrix(-.02661572 .99920096 -.6653929 -.03996804 .288614 .188058)' r='118.830871%25'%3E%3Cstop offset='0' stop-color='%2335c1f1'/%3E%3Cstop offset='.11' stop-color='%2334c1ed'/%3E%3Cstop offset='.23' stop-color='%232fc2df'/%3E%3Cstop offset='.31' stop-color='%232bc3d2'/%3E%3Cstop offset='.67' stop-color='%2336c752'/%3E%3C/radialGradient%3E%3CradialGradient id='d' cx='93.772343%25' cy='45.402779%25' gradientTransform='matrix(.186459 .96 -.639288 .28 1.053131 -.573314)' r='57.095067%25'%3E%3Cstop offset='0' stop-color='%2366eb6e'/%3E%3Cstop offset='1' stop-color='%2366eb6e' stop-opacity='0'/%3E%3C/radialGradient%3E%3Cg fill='none' transform='translate(1 1)'%3E%3Cpath d='m21.6700389 17.7936187c-.318744.1666999-.6474607.3135933-.9842801.4398443-1.072113.4011546-2.2078257.6055196-3.3525292.6032685-4.4189884 0-8.26832688-3.0396887-8.26832688-6.9403891.01151958-1.0653367.59852864-2.0410651 1.53431908-2.55035018-3.99688717.16809338-5.02412452 4.33307388-5.02412452 6.77322958 0 6.8992996 6.35859922 7.5987549 7.72856032 7.5987549.738677 0 1.8527626-.214786 2.5214008-.4258366l.1223346-.0410895c2.5729906-.8895028 4.7664822-2.6284871 6.2194552-4.9307393.0915493-.1442398.0735755-.3322075-.0436498-.4564839-.1172252-.1242764-.303824-.1531864-.4531595-.0702087z' fill='url(%23a)'/%3E%3Cpath d='m21.6700389 17.7936187c-.318744.1666999-.6474607.3135933-.9842801.4398443-1.072113.4011546-2.2078257.6055196-3.3525292.6032685-4.4189884 0-8.26832688-3.0396887-8.26832688-6.9403891.01151958-1.0653367.59852864-2.0410651 1.53431908-2.55035018-3.99688717.16809338-5.02412452 4.33307388-5.02412452 6.77322958 0 6.8992996 6.35859922 7.5987549 7.72856032 7.5987549.738677 0 1.8527626-.214786 2.5214008-.4258366l.1223346-.0410895c2.5729906-.8895028 4.7664822-2.6284871 6.2194552-4.9307393.0915493-.1442398.0735755-.3322075-.0436498-.4564839-.1172252-.1242764-.303824-.1531864-.4531595-.0702087z' fill='%23083665' opacity='.35'/%3E%3Cpath d='m9.96513619 22.5450584c-.83293708-.5169785-1.55478771-1.194388-2.12357977-1.9928405-1.31229191-1.7979277-1.76286936-4.0839216-1.23097932-6.2453441.53189005-2.1614224 1.99186044-3.9772624 3.9886447-4.96088158.2913619-.13727627.789105-.38568094 1.4512062-.37354086.9456194.00688498 1.8334585.4561613 2.3990662 1.21400774.3771111.5035174.5850323 1.1135504.5939299 1.7425681 0-.0196109 2.2842024-7.433463-7.4708171-7.433463-4.09961089 0-7.47081712 3.89042802-7.47081712 7.3036576-.01617065 1.8055532.37015409 3.5920259 1.13089494 5.229572 2.57347693 5.4908774 8.85074828 8.1847493 14.60357978 6.2670817-1.9694032.6209411-4.111981.3479143-5.86272374-.7470817z' fill='url(%23b)'/%3E%3Cpath d='m9.96513619 22.5450584c-.83293708-.5169785-1.55478771-1.194388-2.12357977-1.9928405-1.31229191-1.7979277-1.76286936-4.0839216-1.23097932-6.2453441.53189005-2.1614224 1.99186044-3.9772624 3.9886447-4.96088158.2913619-.13727627.789105-.38568094 1.4512062-.37354086.9456194.00688498 1.8334585.4561613 2.3990662 1.21400774.3771111.5035174.5850323 1.1135504.5939299 1.7425681 0-.0196109 2.2842024-7.433463-7.4708171-7.433463-4.09961089 0-7.47081712 3.89042802-7.47081712 7.3036576-.01617065 1.8055532.37015409 3.5920259 1.13089494 5.229572 2.57347693 5.4908774 8.85074828 8.1847493 14.60357978 6.2670817-1.9694032.6209411-4.111981.3479143-5.86272374-.7470817z' fill='%230d79be' opacity='.41'/%3E%3Cpath d='m14.3168872 13.901323c-.0756421.0980544-.3081712.233463-.3081712.5285603 0 .2437354.1587548.4781323.4407782.6751751 1.3428793.9338521 3.8745525.8105836 3.8810895.8105836.9950435-.0023881 1.9712271-.271669 2.8267704-.7797665 1.7561728-1.0254231 2.8375456-2.9045882 2.841712-4.9382101.0242802-2.09276268-.7470817-3.48420236-1.0589883-4.10054478-1.9788327-3.87081712-6.2502724-6.09712062-10.8952529-6.09712062-6.5365381-.00064634-11.86138735 5.24932222-11.95330739 11.785214.0448249-3.41229571 3.43657588-6.16809338 7.47081712-6.16809338.32684825 0 2.19081712.03175098 3.92217897.94038911 1.5259144.80124513 2.3252918 1.76871595 2.8809339 2.7277821.5771206.99642027.6798443 2.25525287.6798443 2.75673147s-.2558755 1.2448249-.7284046 1.8592997z' fill='url(%23c)'/%3E%3Cpath d='m14.3168872 13.901323c-.0756421.0980544-.3081712.233463-.3081712.5285603 0 .2437354.1587548.4781323.4407782.6751751 1.3428793.9338521 3.8745525.8105836 3.8810895.8105836.9950435-.0023881 1.9712271-.271669 2.8267704-.7797665 1.7561728-1.0254231 2.8375456-2.9045882 2.841712-4.9382101.0242802-2.09276268-.7470817-3.48420236-1.0589883-4.10054478-1.9788327-3.87081712-6.2502724-6.09712062-10.8952529-6.09712062-6.5365381-.00064634-11.86138735 5.24932222-11.95330739 11.785214.0448249-3.41229571 3.43657588-6.16809338 7.47081712-6.16809338.32684825 0 2.19081712.03175098 3.92217897.94038911 1.5259144.80124513 2.3252918 1.76871595 2.8809339 2.7277821.5771206.99642027.6798443 2.25525287.6798443 2.75673147s-.2558755 1.2448249-.7284046 1.8592997z' fill='url(%23d)'/%3E%3C/g%3E%3C/svg%3E");
        }

.about__list-item--android:before {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 16' fill='%234d995f'%3E%3Cpath d='M11.2 5.2H2.8c-.2 0-.3.1-.3.3v6.7c0 .2.2.3.3.3h1.5v2.3c0 .5.4.9 1 .9s1-.4 1-.9v-2.3h1.4v2.3c0 .5.4.9 1 .9s1-.4 1-.9v-2.3h1.5c.2 0 .3-.1.3-.3V5.5c.1-.2-.1-.3-.3-.3zM1 5.2c-.6 0-1 .4-1 .9V10c0 .5.4.9 1 .9s1-.4 1-.9V6.1c0-.5-.4-.9-1-.9zm12 0c-.6 0-1 .4-1 .9V10c0 .5.4.9 1 .9s1-.4 1-.9V6.1c0-.5-.5-.9-1-.9zM2.9 4.7h8.3c.2 0 .4-.2.3-.4-.3-1.2-1.1-2.3-2.2-2.9L10 .3c0-.1 0-.2-.1-.2-.1-.1-.2-.1-.3 0l-.7 1.2C8.3 1 7.7.9 7 .9s-1.3.1-1.9.4L4.4.1C4.3 0 4.2 0 4.1 0c-.1.1-.1.2 0 .3l.7 1.2c-1.1.6-2 1.6-2.2 2.9-.1.1.1.3.3.3zm6.2-2.1c.2 0 .4.2.4.4s-.2.3-.4.3-.4-.2-.4-.4.2-.3.4-.3zm-4.2 0c.2 0 .4.2.4.4s-.2.4-.4.4-.4-.2-.4-.4.2-.4.4-.4z' fill='%234d995f'/%3E%3C/svg%3E");
        }

.about__list-item--ios:before {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512' fill='%23888888'%3E%3Cpath d='M395.748 272.046c-.646-64.841 52.88-95.938 55.271-97.483-30.075-44.01-76.925-50.039-93.62-50.736-39.871-4.037-77.798 23.474-98.033 23.474-20.184 0-51.409-22.877-84.476-22.276-43.458.646-83.529 25.269-105.906 64.19-45.152 78.35-11.563 194.42 32.445 257.963 21.504 31.104 47.146 66.038 80.813 64.79 32.421-1.294 44.681-20.979 83.878-20.979 39.196 0 50.215 20.979 84.524 20.335 34.888-.648 56.991-31.699 78.347-62.898 24.694-36.084 34.862-71.019 35.462-72.812-.775-.354-68.031-26.119-68.705-103.568zM331.28 81.761C349.149 60.082 361.21 30.005 357.92 0c-25.739 1.048-56.938 17.145-75.405 38.775-16.57 19.188-31.075 49.813-27.188 79.218 28.734 2.242 58.065-14.602 75.953-36.232z' fill='%23888888'/%3E%3C/svg%3E");
        }

.about__list-item--windows:before {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23888888'%3E%3Cpath class='st0' d='M0 13.7L6.5 14.6 6.5 8.4 0 8.4z' fill='%23888888'/%3E%3Cpath class='st0' d='M0 7.6L6.5 7.6 6.5 1.3 0 2.2z' fill='%23888888'/%3E%3Cpath class='st0' d='M7.2 14.7L15.9 15.9 15.9 8.4 15.9 8.4 7.2 8.4z' fill='%23888888'/%3E%3Cpath class='st0' d='M7.2 1.2L7.2 7.6 15.9 7.6 15.9 0z' fill='%23888888'/%3E%3C/svg%3E");
            opacity: 0.5;
        }

.about__list-item--mac:before {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='42px' height='42px' viewBox='0 0 42 42' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23888888'%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='%23888888' fill-rule='evenodd'%3E %3Cg id='mac_os' fill='%23888888' fill-rule='nonzero'%3E %3Cpath d='M23.091,14.018 L23.091,13.676 L22.028,13.749 C21.727,13.768 21.501,13.832 21.349,13.94 C21.197,14.049 21.121,14.2 21.121,14.393 C21.121,14.581 21.196,14.731 21.347,14.842 C21.497,14.954 21.699,15.009 21.951,15.009 C22.112,15.009 22.263,14.984 22.402,14.935 C22.541,14.886 22.663,14.817 22.765,14.729 C22.867,14.642 22.947,14.538 23.004,14.417 C23.062,14.296 23.091,14.163 23.091,14.018 Z M21,0.25 C9.421,0.25 0.25,9.421 0.25,21 C0.25,32.58 9.421,41.75 21,41.75 C32.579,41.75 41.75,32.58 41.75,21 C41.75,9.421 32.58,0.25 21,0.25 Z M25.028,12.549 C25.126,12.274 25.264,12.038 25.443,11.842 C25.622,11.646 25.837,11.495 26.089,11.389 C26.341,11.283 26.622,11.23 26.931,11.23 C27.21,11.23 27.462,11.272 27.686,11.355 C27.911,11.438 28.103,11.55 28.264,11.691 C28.425,11.832 28.553,11.996 28.647,12.184 C28.741,12.372 28.797,12.571 28.816,12.78 L27.983,12.78 C27.962,12.665 27.924,12.557 27.87,12.458 C27.816,12.359 27.745,12.273 27.657,12.2 C27.568,12.127 27.464,12.07 27.345,12.029 C27.225,11.987 27.091,11.967 26.94,11.967 C26.763,11.967 26.602,12.003 26.459,12.074 C26.315,12.145 26.192,12.246 26.09,12.376 C25.988,12.506 25.909,12.665 25.853,12.851 C25.796,13.038 25.768,13.245 25.768,13.473 C25.768,13.709 25.796,13.921 25.853,14.107 C25.909,14.294 25.989,14.451 26.093,14.58 C26.196,14.709 26.321,14.808 26.466,14.876 C26.611,14.944 26.771,14.979 26.945,14.979 C27.23,14.979 27.462,14.912 27.642,14.778 C27.822,14.644 27.938,14.448 27.992,14.19 L28.826,14.19 C28.802,14.418 28.739,14.626 28.637,14.814 C28.535,15.002 28.403,15.162 28.241,15.295 C28.078,15.428 27.887,15.531 27.667,15.603 C27.447,15.675 27.205,15.712 26.942,15.712 C26.63,15.712 26.349,15.66 26.096,15.557 C25.844,15.454 25.627,15.305 25.447,15.112 C25.267,14.919 25.128,14.684 25.03,14.407 C24.932,14.13 24.883,13.819 24.883,13.472 C24.881,13.133 24.93,12.825 25.028,12.549 Z M13.175,11.287 L14.009,11.287 L14.009,12.028 L14.025,12.028 C14.076,11.905 14.143,11.794 14.225,11.698 C14.307,11.601 14.401,11.519 14.509,11.45 C14.616,11.381 14.735,11.329 14.863,11.293 C14.992,11.257 15.128,11.239 15.27,11.239 C15.576,11.239 15.835,11.312 16.045,11.458 C16.256,11.604 16.406,11.814 16.494,12.088 L16.515,12.088 C16.571,11.956 16.645,11.838 16.736,11.734 C16.827,11.63 16.932,11.54 17.05,11.466 C17.168,11.392 17.298,11.336 17.439,11.297 C17.58,11.258 17.728,11.239 17.884,11.239 C18.099,11.239 18.294,11.273 18.47,11.342 C18.646,11.411 18.796,11.507 18.921,11.632 C19.046,11.757 19.142,11.909 19.209,12.087 C19.276,12.265 19.31,12.463 19.31,12.681 L19.31,15.662 L18.44,15.662 L18.44,12.89 C18.44,12.603 18.366,12.38 18.218,12.223 C18.071,12.066 17.86,11.987 17.586,11.987 C17.452,11.987 17.329,12.011 17.217,12.058 C17.106,12.105 17.009,12.171 16.929,12.256 C16.848,12.34 16.785,12.442 16.74,12.56 C16.694,12.678 16.671,12.807 16.671,12.947 L16.671,15.662 L15.813,15.662 L15.813,12.818 C15.813,12.692 15.793,12.578 15.754,12.476 C15.715,12.374 15.66,12.287 15.587,12.214 C15.515,12.141 15.426,12.086 15.323,12.047 C15.219,12.008 15.103,11.988 14.974,11.988 C14.84,11.988 14.716,12.013 14.601,12.063 C14.487,12.113 14.389,12.182 14.307,12.27 C14.225,12.359 14.161,12.463 14.116,12.584 C14.072,12.704 14,12.836 14,12.978 L14,15.661 L13.175,15.661 L13.175,11.287 Z M15.068,32.226 C11.243,32.226 8.844,29.568 8.844,25.326 C8.844,21.084 11.243,18.417 15.068,18.417 C18.893,18.417 21.283,21.084 21.283,25.326 C21.283,29.567 18.893,32.226 15.068,32.226 Z M22.15,15.651 C22.009,15.687 21.865,15.705 21.717,15.705 C21.499,15.705 21.3,15.674 21.119,15.612 C20.937,15.55 20.782,15.463 20.652,15.35 C20.522,15.237 20.42,15.101 20.348,14.941 C20.275,14.781 20.239,14.603 20.239,14.407 C20.239,14.023 20.382,13.723 20.668,13.507 C20.954,13.291 21.368,13.165 21.911,13.13 L23.091,13.062 L23.091,12.724 C23.091,12.472 23.011,12.279 22.851,12.148 C22.691,12.017 22.465,11.951 22.172,11.951 C22.054,11.951 21.943,11.966 21.841,11.995 C21.739,12.025 21.649,12.067 21.571,12.122 C21.493,12.177 21.428,12.243 21.378,12.32 C21.327,12.396 21.292,12.482 21.273,12.576 L20.455,12.576 C20.46,12.383 20.508,12.204 20.598,12.04 C20.688,11.876 20.81,11.734 20.965,11.613 C21.12,11.492 21.301,11.398 21.511,11.331 C21.721,11.264 21.949,11.23 22.196,11.23 C22.462,11.23 22.703,11.263 22.919,11.331 C23.135,11.399 23.32,11.494 23.473,11.619 C23.626,11.744 23.744,11.894 23.827,12.07 C23.91,12.246 23.952,12.443 23.952,12.66 L23.952,15.661 L23.119,15.661 L23.119,14.932 L23.098,14.932 C23.036,15.05 22.958,15.157 22.863,15.252 C22.767,15.347 22.66,15.429 22.541,15.496 C22.421,15.563 22.291,15.615 22.15,15.651 Z M27.653,32.226 C24.736,32.226 22.753,30.698 22.615,28.299 L24.514,28.299 C24.662,29.67 25.987,30.578 27.802,30.578 C29.543,30.578 30.794,29.67 30.794,28.429 C30.794,27.355 30.034,26.706 28.275,26.262 L26.561,25.836 C24.097,25.225 22.977,24.104 22.977,22.261 C22.977,19.992 24.959,18.417 27.784,18.417 C30.544,18.417 32.47,20.001 32.544,22.279 L30.664,22.279 C30.534,20.908 29.414,20.065 27.746,20.065 C26.088,20.065 24.94,20.917 24.94,22.149 C24.94,23.121 25.662,23.696 27.422,24.14 L28.867,24.501 C31.618,25.168 32.748,26.252 32.748,28.197 C32.747,30.679 30.784,32.226 27.653,32.226 Z M15.068,20.12 C12.447,20.12 10.808,22.13 10.808,25.325 C10.808,28.511 12.447,30.521 15.068,30.521 C17.68,30.521 19.328,28.511 19.328,25.325 C19.329,22.13 17.68,20.12 15.068,20.12 Z' id='Shape' fill='%23888888'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
            opacity: 0.5;
        }

.about__action {
        margin-top: 35px;
    }

.about .md__strong {
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 700;
    }

.content-nav {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1
}

@media (min-width: 1024px) {

.content-nav {
        position: relative;
        margin: 0 0 -67px
}
    }

@media (min-width: 768px) {

    .content-nav__in {
            padding-left: 60px
    }
        }

.content-nav__btn {
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 400;
    }

.payment-form {
    width: 100%;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    margin: 0 auto
}

@media (min-width: 768px) {

.payment-form {
        max-width: none;
        max-width: initial
}
    }

.payment-form__advantages {
        width: 100%;
        margin-bottom: 24px;
        color: #4d4d4d;
        color: var(--gray900)
    }

@media (min-width: 768px) {

    .payment-form__advantages {
            margin-bottom: 40px
    }
        }

@media (min-width: 1024px) {

    .payment-form__advantages {
            margin-bottom: 0;
            padding: 24px;
            align-items: center;
            display: flex;
            flex-direction: column
    }
        }

.payment-form__advantages--tablet {
            margin-bottom: 32px
        }

@media (min-width: 1024px) {

        .payment-form__advantages--tablet {
                display: none
        }
            }

.payment-form__advantages--tablet .payment-form__advantages-list {
                max-width: none;
                max-width: initial;
            }

.payment-form__advantages-title {
        text-align: center;
        font-size: 2.4rem;
        line-height: 1.25;
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 700
    }

@media (min-width: 1024px) {

    .payment-form__advantages-title {
            text-align: left
    }
        }

.payment-form__advantages-list {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: flex;
        flex-direction: column;
        margin: 16px auto -8px;
        padding: 0;
        list-style: none
    }

@media (min-width: 768px) {

    .payment-form__advantages-list {
            width: 100%;
            max-width: 560px;
            flex-direction: row;
            justify-content: center;
            flex-wrap: wrap;
            margin: 16px auto -8px
    }
        }

@media (min-width: 1024px) {

    .payment-form__advantages-list {
            width: auto;
            width: initial;
            max-width: none;
            max-width: initial;
            flex-direction: column;
            margin: 16px 0 -8px
    }
        }

.payment-form__advantages-item {
        display: flex;
        position: relative;
        margin-bottom: 8px;
        padding-left: 22px
    }

.payment-form__advantages-item::before {
            content: "";
            width: 13px;
            height: 10px;
            position: absolute;
            top: 6px;
            left: 0;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='10' viewBox='0 0 13 10' xmlns='http://www.w3.org/2000/svg' fill='%2374a352'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9771 0.433806C12.3051 0.707901 12.3427 1.18895 12.0612 1.50827L5.23576 9.25L0.473812 4.5217C0.171201 4.22122 0.176068 3.7388 0.484683 3.44417C0.793297 3.14954 1.28879 3.15428 1.5914 3.45475L5.15911 6.99725L10.8735 0.515683C11.1551 0.196369 11.6492 0.159711 11.9771 0.433806Z' fill='%2374a352'/%3E %3C/svg%3E");
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
        }

@media (min-width: 768px) {

    .payment-form__advantages-item {
            margin: 0 12px 8px
    }
        }

@media (min-width: 1024px) {

    .payment-form__advantages-item {
            margin: 0 0 8px;
            padding-left: 24px;
            font-size: 2.0rem;
            font-size: var(--s-font);
            line-height: 1.4
    }

            .payment-form__advantages-item::before {
                width: 16px;
                height: 11px;
                top: 8px;
            }
        }

.payment-form__tabs {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -8px -16px
    }

@media (min-width: 768px) {

    .payment-form__tabs {
            margin: 0 -8px
    }
        }

@media (min-width: 1024px) {

    .payment-form__tabs {
            margin: 0 -12px
    }
        }

.payment-form__tariff {
        width: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
        margin: 0 8px 16px;
        padding: 24px;
        border-radius: 8px;
        box-shadow: 0 17px 30px rgba(0, 0, 0, 0.1), 0 0 0 1px #d8d8d8;
        box-shadow: 0 17px 30px var(--blackshadow), 0 0 0 1px var(--gray300);
        background-color: #ffffff;
        background-color: var(--white);
        color: #4d4d4d;
        color: var(--gray900);
        transition: 0.3s ease transform;
        transition: var(--t3) transform;
        cursor: pointer
    }

@media (min-width: 768px) {

        .payment-form__tariff:hover {
                transform: translateY(-8px)
        }
            }

.payment-form__tariff--active {
            box-shadow: 0 17px 30px rgba(0, 0, 0, 0.1), 0 0 0 2px #74a352;
            box-shadow: 0 17px 30px var(--blackshadow), 0 0 0 2px var(--vpngreen400)
        }

.payment-form__tariff--active .payment-form__checkbox {
                border-color: #74a352;
                border-color: var(--vpngreen400);
                background-color: #74a352;
                background-color: var(--vpngreen400)
            }

.payment-form__tariff--active .payment-form__checkbox::before {
                    content: "";
                    width: 12px;
                    height: 9px;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='10' viewBox='0 0 13 10' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9771 0.433806C12.3051 0.707901 12.3427 1.18895 12.0612 1.50827L5.23576 9.25L0.473812 4.5217C0.171201 4.22122 0.176068 3.7388 0.484683 3.44417C0.793297 3.14954 1.28879 3.15428 1.5914 3.45475L5.15911 6.99725L10.8735 0.515683C11.1551 0.196369 11.6492 0.159711 11.9771 0.433806Z' fill='%23ffffff'/%3E %3C/svg%3E");
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: cover;
                }

@media (min-width: 768px) {

    .payment-form__tariff {
            max-width: calc(33.33333% - 16px);
            margin: 0 8px
    }
        }

@media (min-width: 1024px) {

    .payment-form__tariff {
            max-width: calc(33.33333% - 24px);
            margin: 0 12px
    }
        }

.payment-form__tariff:nth-child(2) {
            margin: 0 8px 32px
        }

@media (min-width: 768px) {

        .payment-form__tariff:nth-child(2) {
                margin: 0 8px
        }
            }

@media (min-width: 1024px) {

        .payment-form__tariff:nth-child(2) {
                margin: 0 12px
        }
            }

.payment-form__tariff-header {
        display: flex;
        justify-content: space-between;
    }

.payment-form__tariff-title {
        font-size: 2.4rem;
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 700;
    }

.payment-form__checkbox {
        width: 22px;
        height: 22px;
        border: 2px solid #888888;
        border: 2px solid var(--gray700);
        border-radius: 50%;
        position: relative;
    }

.payment-form__tariff-discount {
        display: flex;
        align-items: center;
        position: relative;
        margin-top: 48px
    }

.payment-form__tariff-discount + .payment-form__tariff-price {
            margin-top: 0;
        }

.payment-form__tariff-basic-price {
        margin-right: 8px;
        text-decoration: line-through;
        line-height: 1.6;
        color: #888888;
        color: var(--gray700);
    }

.payment-form__tariff-discount-value {
        border-radius: 4px;
        padding: 4px;
        font-size: 1.4rem;
        background-color: #c23814;
        background-color: var(--red400);
        color: #ffffff;
        color: var(--white);
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 700;
    }

.payment-form__tariff-price {
        display: flex;
        align-items: baseline;
        flex-wrap: wrap;
        margin-top: 76px;
    }

.payment-form__tariff-best {
        min-width: 160px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 4px 16px;
        padding: var(--xs-padding) var(--m-padding);
        border-radius: 8px;
        border-radius: var(--small-border-radius);
        font-size: 1.4rem;
        font-size: var(--t-font);
        text-align: center;
        background-color: #74a352;
        background-color: var(--vpngreen400);
        color: #ffffff;
        color: var(--white);
    }

.payment-form__price-amount {
        font-size: 4.0rem;
        line-height: 1.15;
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 900;
    }

.payment-form__tariff-notify {
        margin-top: 8px;
        color: #888888;
        color: var(--gray700);
    }

.payment-form__main {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin-top: 40px
    }

@media (min-width: 768px) {

    .payment-form__main {
            margin-top: 48px
    }
        }

@media (min-width: 1024px) {

    .payment-form__main {
            justify-content: space-between;
            margin-top: 72px
    }
        }

.payment-form__main-info {
        width: 100%;
        max-width: calc(50% - 12px);
        display: none
    }

@media (min-width: 1024px) {

    .payment-form__main-info {
            align-items: center;
            display: flex;
            flex-direction: column
    }
        }

.payment-form__img {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.payment-form__img--license {
            max-width: 75%;
        }

.payment-form__img svg {
            width: 100%;
            height: 100%;
        }

.payment-form__order {
        width: 100%;
        display: flex;
        flex-direction: column;
        color: #4d4d4d;
        color: var(--gray900)
    }

@media (min-width: 768px) {

    .payment-form__order {
            max-width: 488px
    }
        }

@media (min-width: 1024px) {

    .payment-form__order {
            max-width: calc(50% - 12px)
    }
        }

.payment-form__form {
        margin-bottom: 48px
    }

@media (min-width: 768px) {

    .payment-form__form {
            margin-bottom: 56px
    }
        }

.payment-form__input {
        margin-bottom: 40px;
    }

.payment-form__total-calculation {
        display: flex;
        justify-content: space-between;
        margin-bottom: 16px;
    }

.payment-form__total-calculation-value--discount {
            color: #c23814;
            color: var(--red400);
        }

.payment-form__total-cost {
        display: flex;
        justify-content: space-between;
        border-top: 1px dashed #d8d8d8;
        border-top: 1px dashed var(--gray300);
        padding-top: 16px;
        font-size: 3.2rem;
        line-height: 1.125;
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 900
    }

@media (min-width: 768px) {

    .payment-form__total-cost {
            font-size: 4rem;
            line-height: 1.1
    }
        }

.payment-form__coupon {
        margin-top: 16px
    }

@media (min-width: 1024px) {

    .payment-form__coupon {
            font-size: 1.4rem;
            font-size: var(--t-font);
            line-height: 1.285
    }
        }

.payment-form__submit {
        width: 100%;
        margin-top: 40px
    }

@media (min-width: 768px) {

    .payment-form__submit {
            max-width: 244px;
            margin: 40px auto 0
    }
        }

@media (min-width: 1024px) {

    .payment-form__submit {
            max-width: 244px;
            margin: 40px 0 0 auto
    }
        }

.payment-form__agreement {
        max-width: 288px;
        margin: 0 auto;
        text-align: center
    }

@media (min-width: 768px) {

    .payment-form__agreement {
            max-width: 100%;
            margin: 0
    }
        }

@media (min-width: 1024px) {

    .payment-form__agreement {
            text-align: left
    }
        }

.payment-form__footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 24px
    }

@media (min-width: 768px) {

    .payment-form__footer {
            flex-direction: row;
            justify-content: space-between;
            margin-top: 32px
    }
        }

.payment-form__currency {
        margin-top: 24px
    }

@media (min-width: 768px) {

    .payment-form__currency {
            margin-top: 0
    }
        }

.payment-currency {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1.375;
    color: #4d4d4d;
    color: var(--gray900);
}

.payment-currency__title {
        margin-right: 8px;
    }

.payment-currency__select {
        width: auto;
        display: inline-flex;
        flex: none;
        border: none;
        padding-left: 33px;
        font-size: 1.6rem;
        line-height: 1.375;
        background-color: transparent;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 7' fill='none' stroke='%23888888' stroke-width='1.215' stroke-linecap='round'%3E%3Cpath d='M1 1L5.4 6 10 1' stroke='%23888888'/%3E%3C/svg%3E");
        background-position: 8px center;
        background-repeat: no-repeat;
        background-size: 13px 11px;
        color: #4d4d4d;
        color: var(--gray900);
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        cursor: pointer;
        outline: 0;
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 400
    }

.payment-currency__select::-ms-expand {
            opacity: 0;
        }

.payment-currency__select:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }

.thankyou {
    margin: calc(50px + 32px) 0 64px;
    margin: calc(var(--header-mob-height) + 32px) 0 64px
}

@media (min-width: 768px) {

.thankyou {
        margin: 32px 0 88px
}
    }

@media (min-width: 1024px) {

.thankyou {
        margin: 48px 0 88px
}
    }

.thankyou__in {
        display: flex;
        flex-direction: column;
        max-width: calc(984px + 16px*2);
        max-width: calc(var(--content-width) + var(--m-padding)*2);
        margin: 0 auto;
        padding: 0 16px;
        padding: 0 var(--m-padding);
    }

.thankyou__title {
        max-width: 320px;
        margin: 0 auto 32px;
        text-align: center;
        font-size: 3.2rem;
        line-height: 1.125;
        color: #4d4d4d;
        color: var(--gray900);
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 900;
    }

@media (min-width: 768px) {

.thankyou__title {
        font-size: 4.0rem;
        line-height: 1.15
    }
    }

@media (min-width: 1024px) {

.thankyou__title {
        font-size: 6.4rem;
        line-height: 1.09
    }
    }

@media (min-width: 768px) {

    .thankyou__title {
            max-width: unset;
            margin: 0 auto 72px
    }
        }

@media (min-width: 1024px) {

    .thankyou__title {
            font-size: 4.8rem;
            line-height: 1.125
    }
        }

.thankyou__advantages {
        display: flex;
        flex-direction: column;
        margin: 48px 0 0;
        color: #4d4d4d;
        color: var(--gray900);
        order: 1
    }

@media (min-width: 768px) {

    .thankyou__advantages {
            flex-direction: row;
            justify-content: center;
            margin: 0 0 104px;
            order: unset
    }
        }

.thankyou__advantages-col {
        display: flex;
        flex-direction: column
    }

@media (min-width: 768px) {
            .thankyou__advantages-col:first-child {
                margin-right: 64px;
            }

            .thankyou__advantages-col:last-child {
                margin-left: 64px;
            }
        }

.thankyou__advantages-title {
        text-align: center;
        font-size: 2.4rem;
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 700
    }

@media (min-width: 768px) {

    .thankyou__advantages-title {
            text-align: left
    }
        }

.thankyou__advantages-list {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: flex;
        flex-direction: column;
        margin: 16px auto -8px;
        padding: 0;
        list-style: none
    }

@media (min-width: 768px) {

    .thankyou__advantages-list {
            width: 100%;
            max-width: 560px;
            margin: 20px 0 -16px;
            font-size: 2.4rem
    }
        }

.thankyou__advantages-list--free .thankyou__advantages-item::before {
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='10' viewBox='0 0 13 10' xmlns='http://www.w3.org/2000/svg' fill='%23a4a4a4'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9771 0.433806C12.3051 0.707901 12.3427 1.18895 12.0612 1.50827L5.23576 9.25L0.473812 4.5217C0.171201 4.22122 0.176068 3.7388 0.484683 3.44417C0.793297 3.14954 1.28879 3.15428 1.5914 3.45475L5.15911 6.99725L10.8735 0.515683C11.1551 0.196369 11.6492 0.159711 11.9771 0.433806Z' fill='%23a4a4a4'/%3E %3C/svg%3E");
            }

.thankyou__advantages-item {
        display: flex;
        position: relative;
        margin-bottom: 8px;
        padding-left: 22px
    }

.thankyou__advantages-item::before {
            content: "";
            width: 13px;
            height: 10px;
            position: absolute;
            top: 5px;
            left: 0;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='10' viewBox='0 0 13 10' xmlns='http://www.w3.org/2000/svg' fill='%2374a352'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9771 0.433806C12.3051 0.707901 12.3427 1.18895 12.0612 1.50827L5.23576 9.25L0.473812 4.5217C0.171201 4.22122 0.176068 3.7388 0.484683 3.44417C0.793297 3.14954 1.28879 3.15428 1.5914 3.45475L5.15911 6.99725L10.8735 0.515683C11.1551 0.196369 11.6492 0.159711 11.9771 0.433806Z' fill='%2374a352'/%3E %3C/svg%3E");
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center
        }

@media (min-width: 768px) {

        .thankyou__advantages-item::before {
                top: 12px
        }
            }

@media (min-width: 768px) {

    .thankyou__advantages-item {
            width: auto;
            display: inline-flex;
            flex: 0;
            margin-bottom: 16px
    }
        }

.thankyou__versus {
        display: flex;
        justify-content: center;
        margin: 32px 0;
        font-size: 2.4rem;
        color: #74a352;
        color: var(--vpngreen400);
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 700
    }

@media (min-width: 768px) {

    .thankyou__versus {
            display: none
    }
        }

.thankyou__upgrade {
        width: 100%;
        max-width: 320px;
        margin: 32px auto 0;
        order: 2
    }

@media (min-width: 768px) {

    .thankyou__upgrade {
            display: none
    }
        }

.modal-fail {
    color: #4d4d4d;
    color: var(--gray900)
}

@media (min-width: 768px) {

.modal-fail {
        font-size: 2.4rem
}
    }

.modal-fail__title {
        font-size: 3.2rem;
        line-height: 1.125;
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 900
    }

@media (min-width: 768px) {

    .modal-fail__title {
            font-size: 4.8rem
    }
        }

.modal-fail__desc {
        margin-top: 24px
    }

.modal-fail__desc .md__list {
            margin: 16px 0;
            padding-left: 18px;
        }

.modal-fail__desc .md__list-elem {
            display: list-item;
        }

.modal-fail__btn {
        width: 100%;
        max-width: 280px;
        margin-top: 40px;
    }

.blog {
    margin: 104px 0 48px
}

@media (min-width: 768px) {

.blog {
        margin: 88px 0
}
    }

.blog--article {
        margin: 104px 0 0
    }

@media (min-width: 768px) {

    .blog--article {
            margin: 88px 0 0
    }
        }

.blog--article .blog__in {
            max-width: 792px;
            margin: 0 auto;
            padding: 0 16px
        }

@media (min-width: 768px) {

        .blog--article .blog__in {
                max-width: 808px;
                padding: 0 24px
        }
            }

.blog--article .blog__content {
            margin: 0;
        }

.blog__in {
        max-width: calc(984px + 16px*2);
        max-width: calc(var(--content-width) + var(--m-padding)*2);
        margin: 0 auto;
        padding: 0 16px;
        padding: 0 var(--m-padding);
    }

.blog__header {
        max-width: 400px;
        margin: 0 auto 48px
    }

@media (min-width: 768px) {

    .blog__header {
            max-width: 100%;
            margin: 0 0 40px
    }
        }

@media (min-width: 1024px) {

    .blog__header {
            padding-right: 32px
    }
        }

.blog__header--author .blog__header-in {
                justify-content: flex-start;
                margin-bottom: 16px;
            }

.blog__header--author .blog__title {
                text-align: left;
            }

.blog__header-in {
        display: flex;
        justify-content: center;
        align-items: center
    }

@media (min-width: 768px) {

    .blog__header-in {
            justify-content: space-between
    }
        }

.blog__header-links {
        display: none;
        flex-direction: column;
        align-items: flex-end
    }

@media (min-width: 768px) {

    .blog__header-links {
            display: flex
    }
        }

.blog__header-link {
        color: #888888;
        color: var(--gray700);
        text-decoration: none;
        transition: 0.3s ease color;
        transition: var(--t3) color
    }

.blog__header-link:first-child {
            margin-bottom: 8px;
        }

.blog__header-link:hover {
            color: #74a352;
            color: var(--vpngreen400);
        }

.blog__header-author-img {
        width: 48px;
        height: 48px;
        margin-right: 24px;
        border-radius: 50%;
        -o-object-fit: contain;
           object-fit: contain;
    }

.blog__header-author-desc {
        margin: 0;
    }

.blog__content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -12px -56px
    }

@media (min-width: 768px) {

    .blog__content {
            justify-content: space-between
    }
        }

.blog__title {
        max-width: 700px;
        text-align: center;
        font-size: 4rem;
        line-height: 1.15;
        color: #4d4d4d;
        color: var(--gray900)
    }

@media (min-width: 768px) {

    .blog__title {
            text-align: left;
            font-size: 3.2rem;
            line-height: 1.125;
            color: #4d4d4d;
            color: var(--gray900);
            font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
            font-weight: 900;
    }
            @media (min-width: 768px) {

    .blog__title {
        font-size: 4.0rem;
        line-height: 1.15
    }
    }
            @media (min-width: 1024px) {

    .blog__title {
        font-size: 6.4rem;
        line-height: 1.09
    }
    }
        }

.blog__post {
        width: 100%;
        max-width: 400px;
        display: flex;
        flex-direction: column;
        margin: 0 12px 56px
    }

@media (min-width: 768px) {

    .blog__post {
            max-width: calc(50% - 24px)
    }
        }

@media (min-width: 1024px) {

    .blog__post {
            padding-right: 32px
    }
        }

.blog__img-wrap {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin-bottom: 24px;
        border-radius: 16px;
        padding: 0 0 200px 0;
        overflow: hidden
    }

@media (min-width: 768px) {

    .blog__img-wrap {
            margin-bottom: 32px;
            padding: 0 0 240px 0
    }
        }

.blog__post-img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -o-object-fit: cover;
           object-fit: cover;
    }

.blog__info {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 24px;
        padding-left: 40px;
        font-size: 1.4rem;
        order: -1
    }

@media (min-width: 768px) {

    .blog__info {
            order: 0
    }
        }

.blog__info--article {
            width: 100%;
            position: relative;
            margin: 0;
            border-bottom: 1px inset #d8d8d8;
            border-bottom: 1px inset var(--gray300);
            padding: 40px 0 48px 40px;
            order: 0
        }

@media (min-width: 768px) {

        .blog__info--article {
                padding: 56px 0 56px 40px
        }
            }

.blog__info--article .blog__info-post-date {
                display: block;
            }

.blog__info-author {
        display: flex;
        align-items: center;
        position: relative;
        margin-right: 6px;
        text-decoration: none;
        color: #888888;
        color: var(--gray700);
        transition: 0.3s ease color;
        transition: var(--t3) color
    }

.blog__info-author:hover {
            color: #74a352;
            color: var(--vpngreen400);
        }

.blog__info-image {
        width: 32px;
        height: 32px;
        position: absolute;
        top: 50%;
        left: -40px;
        transform: translateY(-50%);
        border-radius: 50%;
        -o-object-fit: contain;
           object-fit: contain;
    }

.blog__info-tag {
        display: flex;
        align-items: baseline;
        position: relative;
        color: #888888;
        color: var(--gray700);
        transition: 0.3s ease color;
        transition: var(--t3) color
    }

.blog__info-tag:hover {
            color: #74a352;
            color: var(--vpngreen400);
        }

.blog__info-tag:not(:last-child) {
            margin-right: 6px
        }

.blog__info-tag:not(:last-child)::after {
                content: ",";
                position: relative;
            }

@media (min-width: 768px) {

    .blog__info-post-date {
            display: none
    }
        }

.blog__post-content {
        display: flex;
        flex-direction: column
    }

@media (min-width: 768px) {

    .blog__post-content {
            margin-bottom: 16px
    }
        }

.blog__post-title {
        margin-bottom: 8px;
        font-size: 3.2rem;
        line-height: 1.125;
        color: #4d4d4d;
        color: var(--gray900);
        text-decoration: none;
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 900
    }

@media (min-width: 768px) {

    .blog__post-title {
            margin-bottom: 16px
    }
        }

.blog__post-desc {
        color: #4d4d4d;
        color: var(--gray900)
    }

@media (min-width: 1024px) {

    .blog__post-desc {
            font-size: 2.0rem
    }
        }

.blog__post-date {
        display: none
    }

@media (min-width: 768px) {

    .blog__post-date {
            display: block
    }
        }

.blog__pagination {
        margin-top: 48px
    }

@media (min-width: 768px) {

    .blog__pagination {
            margin-top: 56px
    }
        }

.modal-subscribe {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-subscribe__img {
        width: 176px;
        height: 190px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.modal-subscribe__text {
        margin: 24px 0 40px;
        text-align: center;
        color: #4d4d4d;
        color: var(--gray900)
    }

@media (min-width: 768px) {

    .modal-subscribe__text {
            font-size: 2.4rem
    }
        }

.modal-subscribe__btn {
        width: 100%;
        max-width: 280px;
    }

.modal-reviews {
    color: #4d4d4d;
    color: var(--gray900);
}

.modal-reviews__title {
        margin-bottom: 16px;
        font-size: 3.2rem;
        line-height: 1.125
    }

@media (min-width: 768px) {

    .modal-reviews__title {
            margin-bottom: 24px;
            font-size: 4.8rem
    }
        }

.modal-reviews__desc {
        margin-bottom: 8px
    }

@media (min-width: 768px) {

    .modal-reviews__desc {
            font-size: 2.4rem
    }
        }

.modal-reviews__rating {
        margin-bottom: 24px;
    }

.modal-reviews__input {
        margin-bottom: 24px;
    }

.modal-reviews__submit-btn {
        width: 100%;
        max-width: 280px;
        margin-top: 32px;
    }

.modal-reviews__complete {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

.modal-reviews__complete-img {
        width: 176px;
        height: 190px;
        display: flex;
        justify-content: center;
        align-items: center
    }

.modal-reviews__complete-img svg {
            width: 190px;
            height: 190px;
        }

.modal-reviews__complete-text {
        margin: 24px 0 40px;
        text-align: center;
        color: #4d4d4d;
        color: var(--gray900)
    }

@media (min-width: 768px) {

    .modal-reviews__complete-text {
            font-size: 2.4rem
    }
        }

.modal-reviews__complete-btn {
        width: 100%;
        max-width: 280px;
    }

.modal-support {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #4d4d4d;
    color: var(--gray900);
}

.modal-support--align-left {
        align-items: flex-start;
    }

.modal-support__img {
        display: flex;
        justify-content: center;
        align-items: center;
    }

.modal-support__desc,
    .modal-support .md__paragraph {
        margin-top: 16px;
    }

.modal-support__desc--center {
            text-align: center;
        }

.modal-support__btn {
        width: 100%;
        max-width: 280px;
        margin-top: 24px;
    }

.modal-support h2 {
        margin-bottom: 16px;
        font-size: 3.2rem;
        line-height: 1.125
    }

@media (min-width: 768px) {

.modal-support h2 {
            margin-bottom: 24px;
            font-size: 4.8rem
    }
        }

.modal-promocode {
    color: #4d4d4d;
    color: var(--gray900)
}

@media (min-width: 768px) {

.modal-promocode {
        font-size: 2.4rem
}
    }

.modal-promocode__title {
        margin-bottom: 24px;
        font-size: 3.2rem;
        line-height: 1.125;
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 900
    }

@media (min-width: 768px) {

    .modal-promocode__title {
            font-size: 4.8rem
    }
        }

.modal-promocode__btn {
        width: 100%;
        max-width: 280px;
        margin-top: 40px;
    }

.modal-discount-block {
    color: #4d4d4d;
    color: var(--gray900)
}

@media (min-width: 768px) {

.modal-discount-block {
        font-size: 2.4rem
}
    }

.modal-discount-block__title {
        font-size: 3.2rem;
        line-height: 1.125;
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 900
    }

@media (min-width: 768px) {

    .modal-discount-block__title {
            font-size: 4.8rem
    }
        }

.modal-discount-block__desc {
        margin-top: 24px;
    }

.modal-discount-block__btn {
        width: 100%;
        max-width: 280px;
        margin-top: 40px;
    }

.pagination {
    display: flex;
    justify-content: center;
}

.pagination__link {
        width: 48px;
        height: 48px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #a4a4a4;
        border: 1px solid var(--gray400);
        border-radius: 6px;
        margin: 0 8px;
        padding: 0;
        text-decoration: none;
        background-color: #ffffff;
        background-color: var(--white);
        color: #a4a4a4;
        color: var(--gray400);
        transition: 0.3s ease color border-color background-color;
        transition: var(--t3) color border-color background-color;
    }

.pagination__link:hover,
        .pagination__link:focus,
        .pagination__link--active {
            border-color: #74a352;
            border-color: var(--vpngreen400);
            background-color: rgba(116, 163, 82, 0.05);
            background-color: var(--vpngreen400op5);
            color: #74a352;
            color: var(--vpngreen400);
        }

.pagination__link--active {
            font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
            font-weight: 700;
        }

.pagination__link--arrow {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='15' xmlns='http://www.w3.org/2000/svg' fill='%23a4a4a4'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.484.478a.816.816 0 011.132 0l6.4 6.222a.763.763 0 010 1.1l-6.4 6.222a.816.816 0 01-1.132 0 .763.763 0 010-1.1L6.32 7.25.484 1.578a.763.763 0 010-1.1z' fill='%23a4a4a4'/%3E%3C/svg%3E");
            background-size: 9px;
            background-position: center;
            background-repeat: no-repeat
        }

.pagination__link--arrow:first-child {
                transform: rotate(180deg);
            }

.pagination__link--arrow:disabled {
                border-color: #d8d8d8;
                border-color: var(--gray300);
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='15' xmlns='http://www.w3.org/2000/svg' fill='%23d8d8d8'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.484.478a.816.816 0 011.132 0l6.4 6.222a.763.763 0 010 1.1l-6.4 6.222a.816.816 0 01-1.132 0 .763.763 0 010-1.1L6.32 7.25.484 1.578a.763.763 0 010-1.1z' fill='%23d8d8d8'/%3E%3C/svg%3E");
                cursor: default;
            }

.pagination__link--arrow:hover {
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='15' xmlns='http://www.w3.org/2000/svg' fill='%2374a352'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.484.478a.816.816 0 011.132 0l6.4 6.222a.763.763 0 010 1.1l-6.4 6.222a.816.816 0 01-1.132 0 .763.763 0 010-1.1L6.32 7.25.484 1.578a.763.763 0 010-1.1z' fill='%2374a352'/%3E%3C/svg%3E")
            }

.pagination__link--arrow:hover:disabled {
                    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='15' xmlns='http://www.w3.org/2000/svg' fill='%23d8d8d8'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.484.478a.816.816 0 011.132 0l6.4 6.222a.763.763 0 010 1.1l-6.4 6.222a.816.816 0 01-1.132 0 .763.763 0 010-1.1L6.32 7.25.484 1.578a.763.763 0 010-1.1z' fill='%23d8d8d8'/%3E%3C/svg%3E");
                    background-color: #ffffff;
                    background-color: var(--white);
                }

.pagination__link--dots {
            cursor: default
        }

.pagination__link--dots:hover {
                border-color: #a4a4a4;
                border-color: var(--gray400);
                background-color: #ffffff;
                background-color: var(--white);
                color: #a4a4a4;
                color: var(--gray400);
            }

.pagination__link--number,
        .pagination__link--dots {
            display: none
        }

@media (min-width: 768px) {

        .pagination__link--number,
        .pagination__link--dots {
                display: inline-flex
        }
            }

.comments {
    width: 100%;
    padding: 56px 0 64px;
    color: #4d4d4d;
    color: var(--gray900)
}

@media (min-width: 768px) {

.comments {
        padding: 48px 0
}
    }

.comments__actions {
        display: flex;
        flex-direction: column;
        align-items: center
    }

@media (min-width: 768px) {

    .comments__actions {
            flex-direction: row;
            justify-content: space-between
    }
        }

.comments__terms {
        font-size: 1.4rem;
    }

.comments__module {
        display: none;
    }

.comments__module--visible {
            display: block;
        }

.comments__btn {
        width: 100%;
        max-width: 260px;
        margin-bottom: 24px;
        order: -1
    }

@media (min-width: 768px) {

    .comments__btn {
            margin-bottom: 0;
            order: 0
    }
        }

.lightbox {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, 0.5);
    background-color: var(--blackshadow05);
    transition: z-index 0s 0.3s, opacity 0.3s, visibility 0s 0.3s;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.lightbox__content {
        min-width: 80px;
        min-height: 80px;
        display: flex;
        justify-content: center;
        opacity: 0;
        transform: translateY(-80px);
        transition: opacity 0s, transform 0s ease-out
    }

.lightbox__content img {
            min-width: 60px;
            min-height: 60px;
            max-width: calc(100% - 20px);
            background-color: #ffffff;
            background-color: var(--white);
            cursor: pointer;
            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                    user-select: none
        }

@media (min-width: 1200px) {

        .lightbox__content img {
                max-height: calc(100vh - 90px)
        }
            }

.lightbox-active .lightbox {
        z-index: 10;
        opacity: 1;
        visibility: visible;
        transition: z-index 0s 0s, opacity 0.3s, visibility 0s 0s;
    }

.lightbox-active .lightbox__content {
            opacity: 1;
            transform: translateY(0);
            transition: opacity 0.3s, transform 0.3s ease-out;
        }

.articles {
    margin: 104px 0 48px
}

@media (min-width: 768px) {

.articles {
        margin: 88px 0
}
    }

.articles--blog {
        margin: 48px 0 104px
    }

@media (min-width: 768px) {

    .articles--blog {
            margin: 88px 0 152px
    }
        }

@media (min-width: 768px) {

        .articles--blog .articles__title {
                font-size: 4.8rem
        }
            }

.articles--welcome-page {
        margin-top: 80px
    }

@media (min-width: 768px) {

    .articles--welcome-page {
            margin-top: 112px
    }
        }

@media (min-width: 1024px) {

    .articles--welcome-page {
            margin-top: 152px
    }
        }

.articles--welcome-page .articles__title {
            font-size: 3.2rem;
            line-height: 1.125;
            color: #4d4d4d;
            color: var(--gray900);
            font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
            font-weight: 900;
        }

@media (min-width: 768px) {

.articles--welcome-page .articles__title {
        font-size: 4.0rem;
        line-height: 1.15
        }
    }

@media (min-width: 1024px) {

.articles--welcome-page .articles__title {
        font-size: 6.4rem;
        line-height: 1.09
        }
    }

@media (min-width: 1024px) {

        .articles--welcome-page .articles__title {
                font-size: 4.8rem
        }
            }

.articles__in {
        max-width: calc(984px + 16px*2);
        max-width: calc(var(--content-width) + var(--m-padding)*2);
        margin: 0 auto;
        padding: 0 16px;
        padding: 0 var(--m-padding);
    }

.articles__header {
        max-width: 400px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto 48px
    }

@media (min-width: 768px) {

    .articles__header {
            flex-direction: row;
            justify-content: space-between;
            max-width: 100%;
            margin: 0 0 56px
    }
        }

@media (min-width: 1024px) {

    .articles__header {
            padding-right: 32px
    }
        }

.articles__title {
        max-width: 700px;
        text-align: center;
        font-size: 4rem;
        line-height: 1.15;
        color: #4d4d4d;
        color: var(--gray900)
    }

@media (min-width: 768px) {

    .articles__title {
            text-align: left;
            font-size: 3.2rem;
            line-height: 1.125;
            color: #4d4d4d;
            color: var(--gray900);
            font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
            font-weight: 900;
    }
            @media (min-width: 768px) {

    .articles__title {
        font-size: 4.0rem;
        line-height: 1.15
    }
    }
            @media (min-width: 1024px) {

    .articles__title {
        font-size: 6.4rem;
        line-height: 1.09
    }
    }
        }

.articles__header-link {
        position: relative;
        margin-top: 16px;
        text-decoration: underline;
        color: #74a352;
        color: var(--vpngreen400);
        transition: 0.3s ease color;
        transition: var(--t3) color
    }

.articles__header-link:hover {
            color: #568040;
            color: var(--vpngreen700);
        }

@media (min-width: 768px) {

    .articles__header-link {
            margin-top: 0
    }
        }

.articles__posts {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -12px -56px
    }

@media (min-width: 768px) {

    .articles__posts {
            justify-content: space-between
    }
        }

.articles__post {
        width: 100%;
        max-width: 400px;
        display: flex;
        flex-direction: column;
        margin: 0 12px 56px
    }

@media (min-width: 768px) {

    .articles__post {
            max-width: calc(50% - 24px)
    }
        }

@media (min-width: 1024px) {

    .articles__post {
            padding-right: 32px
    }
        }

.articles__post-title {
        margin-bottom: 8px;
        font-size: 3.2rem;
        line-height: 1.125;
        color: #4d4d4d;
        color: var(--gray900);
        text-decoration: none;
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 900
    }

@media (min-width: 768px) {

    .articles__post-title {
            margin-bottom: 16px
    }
        }

.articles__post-desc {
        margin: 0;
        color: #4d4d4d;
        color: var(--gray900)
    }

@media (min-width: 1024px) {

    .articles__post-desc {
            font-size: 2.4rem
    }
        }

.articles__post-date {
        order: -1;
        margin: 0 0 16px
    }

@media (min-width: 768px) {

    .articles__post-date {
            margin: 16px 0 0;
            order: 0
    }
        }

.error {
    padding: 140px 0;
    max-width: 360px;
    width: 100%;
    margin: auto;
    text-align: center;
    color: #4d4d4d;
    color: var(--gray900);
}

.error__in {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 16px
    }

@media (min-width: 768px) {

    .error__in {
            padding: 0
    }
        }

.error__title {
        font-size: 32px;
        line-height: 1.125;
        margin-bottom: 8px;
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 900
    }

@media (min-width: 768px) {

    .error__title {
            font-size: 40px;
            line-height: 1.15
    }
        }

.error__desc {
        margin-bottom: 48px;
    }

.sticky-bar {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    transition: 0.3s ease all;
    transition: var(--t3) all;
    z-index: 8;
}

.sticky-bar--closed {
        display: none;
    }

.sticky-bar--cookie .sticky-bar__terms {
            flex-direction: column
        }

@media (min-width: 1024px) {
        .sticky-bar--cookie .sticky-bar__terms {
                flex-direction: row
        }
            }

.sticky-bar__in {
        padding: 16px 0;
        box-shadow: 17px 0 30px rgba(0, 0, 0, 0.1);
        box-shadow: 17px 0 30px var(--blackshadow);
        background-color: #ffffff;
        background-color: var(--white);
    }

.sticky-bar__download,
    .sticky-bar__terms {
        display: flex;
        align-items: center;
        color: #4d4d4d;
        color: var(--gray900);
        max-width: calc(984px + 16px*2);
        max-width: calc(var(--content-width) + var(--m-padding)*2);
        margin: 0 auto;
        padding: 0 16px;
        padding: 0 var(--m-padding);
    }

.sticky-bar__terms {
        justify-content: space-between;
    }

.sticky-bar__product {
        display: none;
        margin-right: 32px
    }

@media (min-width: 768px) {

    .sticky-bar__product {
            display: block
    }
        }

.sticky-bar__text {
        max-width: 400px;
        text-align: center;
        margin-bottom: 16px
    }

@media (min-width: 768px) {

    .sticky-bar__text {
            max-width: 480px
    }
        }

@media (min-width: 1024px) {

    .sticky-bar__text {
            text-align: left;
            margin-right: 8px;
            margin-bottom: 0
    }
        }

.sticky-bar__close {
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.5 20.5'%3E%3Cpath class='st0' d='M11.3 10.3l9-9c.3-.3.3-.8 0-1.1s-.8-.3-1.1 0l-9 9-9-9C1-.1.5-.1.2.2s-.3.8 0 1.1l9 9-9 9c-.3.3-.3.8 0 1.1.1.1.3.2.5.2s.4-.1.5-.2l9-9 9 9c.1.1.3.2.5.2s.4-.1.5-.2c.3-.3.3-.8 0-1.1l-8.9-9z'/%3E%3C/svg%3E");
        background-position: center;
        background-size: 14px;
        background-repeat: no-repeat;
        transition: 0.3s ease opacity;
        transition: var(--t3) opacity;
        cursor: pointer;
        opacity: 0.3;
        order: -1
    }

.sticky-bar__close:hover {
            opacity: 0.7;
        }

@media (min-width: 768px) {

    .sticky-bar__close {
            margin-left: 32px;
            order: 0
    }
        }

.sticky-bar__btn-wrap {
        margin-left: auto
    }

@media (min-width: 768px) {

    .sticky-bar__btn-wrap {
            margin-left: 0
    }
        }

.sticky-bar__up {
        display: none;
        position: relative;
        margin-left: auto;
        border: none;
        padding: 0 0 0 32px;
        font-size: 1.6rem;
        line-height: 1.115;
        background-color: transparent;
        color: #74a352;
        color: var(--vpngreen400);
        transition: 0.3s ease color;
        transition: var(--t3) color;
        cursor: pointer
    }

.sticky-bar__up::before {
            content: "";
            width: 24px;
            height: 24px;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            background-size: 16px;
            background-position: center center;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 17 17' xmlns='http://www.w3.org/2000/svg' fill='%2374a352'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.44504 0.812612C8.16038 0.934606 7.97581 1.21451 7.97581 1.52421L7.97581 15.9758C7.97581 16.4034 8.32242 16.75 8.75 16.75C9.17758 16.75 9.52419 16.4034 9.52419 15.9758V3.33072L15.4419 8.96688C15.7515 9.26176 16.2415 9.24982 16.5364 8.94021C16.8313 8.63059 16.8194 8.14055 16.5097 7.84566L9.28394 0.963602C9.05968 0.750009 8.7297 0.690618 8.44504 0.812612Z' fill='%2374a352'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.05496 0.812612C9.33962 0.934606 9.52419 1.21451 9.52419 1.52421V15.9758C9.52419 16.4034 9.17758 16.75 8.75 16.75C8.32242 16.75 7.97581 16.4034 7.97581 15.9758V3.33072L2.05814 8.96688C1.74852 9.26176 1.25847 9.24982 0.963585 8.94021C0.668698 8.63059 0.680638 8.14055 0.990254 7.84566L8.21606 0.963602C8.44032 0.750009 8.7703 0.690618 9.05496 0.812612Z' fill='%2374a352'/%3E %3C/svg%3E");
            background-repeat: no-repeat;
            transition: 0.3s ease transform;
            transition: var(--t3) transform;
        }

.sticky-bar__up:hover {
            color: #568040;
            color: var(--vpngreen700)
        }

.sticky-bar__up:hover::before {
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 17 17' xmlns='http://www.w3.org/2000/svg' fill='%23568040'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.44504 0.812612C8.16038 0.934606 7.97581 1.21451 7.97581 1.52421L7.97581 15.9758C7.97581 16.4034 8.32242 16.75 8.75 16.75C9.17758 16.75 9.52419 16.4034 9.52419 15.9758V3.33072L15.4419 8.96688C15.7515 9.26176 16.2415 9.24982 16.5364 8.94021C16.8313 8.63059 16.8194 8.14055 16.5097 7.84566L9.28394 0.963602C9.05968 0.750009 8.7297 0.690618 8.44504 0.812612Z' fill='%23568040'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.05496 0.812612C9.33962 0.934606 9.52419 1.21451 9.52419 1.52421V15.9758C9.52419 16.4034 9.17758 16.75 8.75 16.75C8.32242 16.75 7.97581 16.4034 7.97581 15.9758V3.33072L2.05814 8.96688C1.74852 9.26176 1.25847 9.24982 0.963585 8.94021C0.668698 8.63059 0.680638 8.14055 0.990254 7.84566L8.21606 0.963602C8.44032 0.750009 8.7703 0.690618 9.05496 0.812612Z' fill='%23568040'/%3E %3C/svg%3E");
                transform: translateY(calc(-50% - 2px));
            }

@media (min-width: 768px) {

    .sticky-bar__up {
            display: block
    }
        }

.sticky-bar__accept {
        min-width: 140px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: 0;
        border: none;
        border-radius: 8px;
        border-radius: var(--small-border-radius);
        box-shadow: none;
        padding: 8px 16px;
        font-size: 1.8rem;
        line-height: 1.23;
        text-decoration: none;
        text-align: center;
        background-color: #74a352;
        background-color: var(--vpngreen400);
        color: #ffffff;
        color: var(--white);
        white-space: nowrap;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        cursor: pointer;
        transition: 0.3s ease background-color;
        transition: var(--t3) background-color;
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 500
    }

.sticky-bar__accept:hover,
        .sticky-bar__accept:focus,
        .sticky-bar__accept:active {
            background-color: #568040;
            background-color: var(--vpngreen700);
        }

.sticky-bar__accept:disabled {
            cursor: default;
            opacity: 0.5
        }

.sticky-bar__accept:disabled:hover {
                background-color: #74a352;
                background-color: var(--vpngreen400);
            }

.sticky-bar__animation-enter-active,
    .sticky-bar__animation-leave-active {
        transition: 0.3s ease transform;
        transition: var(--t3) transform;
    }

.sticky-bar__animation-enter,
    .sticky-bar__animation-leave-to {
        transform: translateY(100%);
    }

.sidebar--versions {
        flex-shrink: 0;
        position: -webkit-sticky;
        position: sticky;
        top: 50px;
        margin: 0 -16px;
        z-index: 9;
        order: -1
    }

@media (min-width: 768px) {
    .sidebar--versions {
            width: 100%;
            max-width: 240px;
            left: 100%;
            margin: -8px 0 0;
            padding-bottom: 240px;
            order: 1
    }
        }

.version {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 32px
}

.version .version__number {
        text-decoration: none;
        color: #4d4d4d;
        color: var(--gray900)
    }

.version .version__number .md__paragraph {
            margin: 0;
            font-size: 2.4rem;
            font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
            font-weight: 700
        }

@media (min-width: 768px) {

.version .version__number .md__paragraph {
                font-size: 3.2rem;
                line-height: 1.125;
                font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
                font-weight: 900
        }
            }

.version .version__number:hover {
            color: #4d4d4d;
            color: var(--gray900);
        }

.version__scroll-point {
        width: 0;
        height: 0;
        position: absolute;
        top: -192px;
        left: 0;
        opacity: 0;
        visibility: hidden;
    }

.uninstall__in {
        display: flex;
        flex-direction: column;
        max-width: calc(984px + 16px*2);
        max-width: calc(var(--content-width) + var(--m-padding)*2);
        margin: 0 auto;
        padding: 0 16px;
        padding: 0 var(--m-padding);
    }

.uninstall__container {
        margin: 112px 0 32px;
        width: 100%
    }

@media (max-width: 767px) {

    .uninstall__container {
            max-width: 288px;
            margin: 24px auto 32px
    }
        }

.uninstall__tabs {
        margin: 0 auto
    }

@media (min-width: 768px) {

    .uninstall__tabs {
            margin: 0;
            max-width: 560px
    }
        }

.uninstall__tab {
        display: flex;
        flex-direction: column
    }

@media (min-width: 768px) {

    .uninstall__tab {
            max-width: 420px;
            display: block
    }
        }

.uninstall__title {
        font-size: 3.2rem;
        line-height: 1.125;
        color: #4d4d4d;
        color: var(--gray900);
        margin-bottom: 33px
    }

.uninstall__title .md__paragraph {
            display: inline;
        }

.uninstall__title > .md__paragraph > .md__strong {
            color: #74a352;
            color: var(--vpngreen400);
        }

@media (min-width: 768px) {

    .uninstall__title {
            text-align: left;
            font-size: 40px
    }
        }

.uninstall__list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 32px;
        flex-direction: column;
        width: 100%;
        color: #4d4d4d;
        color: var(--gray900);
    }

.uninstall__item {
        width: 100%;
        margin-top: 9px;
        margin-bottom: 9px;
    }

.uninstall__item--cross {
            padding-left: 32px;
            position: relative;
            line-height: 26px
        }

.uninstall__item--cross:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 24px;
                height: 24px;
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg' stroke='%23c23814'%3E%3Cg stroke-linecap='round' stroke-width='1.5' stroke='%23c23814'%3E%3Cpath d='m6.42857 6.42857 11.17573 11.17573' stroke='%23c23814'/%3E%3Cpath d='m6.42847 17.5714 11.17573-11.17577' stroke='%23c23814'/%3E%3C/g%3E%3C/svg%3E");
                background-size: cover;
                background-repeat: no-repeat;
            }

.uninstall__item--reason {
            cursor: pointer;
            display: flex;
            align-items: center;
        }

.uninstall__radio-input {
        width: 24px;
        height: 24px;
        -webkit-appearance: none;
        -moz-appearance: none;
        outline: none;
        cursor: pointer;
        flex-shrink: 0;
        margin: 0;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg' stroke='%23888888'%3E%3Cpath d='m21 3h-18v18h18z' style='fill-rule:evenodd;clip-rule:evenodd;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round' stroke='%23888888'/%3E%3C/svg%3E")
    }

.uninstall__radio-input:checked {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%2374a352' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask height='20' maskUnits='userSpaceOnUse' width='20' x='2' y='2' fill='%2374a352'%3E%3Cpath clip-rule='evenodd' d='m22 22v-20h-20v20zm-4.4309-12.5115c.2698-.3143.2337-.7878-.0806-1.05759s-.7878-.23371-1.0576.08059l-5.4763 6.3798-3.41909-3.4869c-.29-.2957-.76485-.3004-1.06061-.0104-.29575.29-.30042.7649-.01041 1.0606l4.56351 4.6541z' fill='%2374a352' fill-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%2374a352' clip-rule='evenodd' d='m22 22v-20h-20v20zm-4.4309-12.5115c.2698-.3143.2337-.7878-.0806-1.05759s-.7878-.23371-1.0576.08059l-5.4763 6.3798-3.41909-3.4869c-.29-.2957-.76485-.3004-1.06061-.0104-.29575.29-.30042.7649-.01041 1.0606l4.56351 4.6541z' fill-rule='evenodd'/%3E%3C/svg%3E");
        }

.uninstall__reason-desc {
        cursor: pointer;
        margin-left: 8px;
    }

.uninstall__comment {
        width: 100%;
        max-width: 488px;
        margin-bottom: 24px;
        display: flex;
        flex-direction: column;
    }

.uninstall__textarea {
        width: 100%;
        height: 92px;
        padding: 16px;
        font-size: 16px;
        background: #f3f3f3;
        background: var(--gray100);
        border: 1px solid #d8d8d8;
        border: 1px solid var(--gray300);
        border-radius: 8px;
        border-radius: var(--standard-border-radius);
        resize: none;
        outline: none;
    }

.uninstall__text-counter {
        color: #74a352;
        color: var(--vpngreen400);
        margin: 8px 0 0 auto;
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 700;
    }

.uninstall__desc {
        margin-bottom: 32px;
        color: #4d4d4d;
        color: var(--gray900);
    }

.uninstall__desc-string {
        margin-bottom: 28px;
        display: block;
    }

.uninstall__desc-subtitle {
        font-size: 24px
    }

.uninstall__desc-subtitle .md__strong {
            color: #74a352;
            color: var(--vpngreen400);
            font-weight: 700;
        }

.uninstall__buttons {
        display: flex;
        flex-direction: column;
        grid-gap: 16px
    }

@media (max-width: 767px) {

    .uninstall__buttons {
            width: 100%;
            max-width: 288px;
            margin: auto
    }
        }

.uninstall__button {
        width: 100%;
        padding: 13px 24px;
    }

.uninstall__bg {
        width: 100vw;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1
    }

@media (min-width: 768px) {

    .uninstall__bg {
            background-image: url("../img/uninstall/uninstall-city.svg");
            background-repeat: no-repeat;
            background-position: 40% bottom
    }
        }

@media (min-width: 1200px) {

    .uninstall__bg {
            background-position: bottom right
    }
        }

.uninstall__image {
        display: block;
    }

.uninstall__header {
        box-shadow: unset;
        background-color: transparent;
        position: relative;
    }

.promo {
    max-width: calc(984px + 16px*2);
    max-width: calc(var(--content-width) + var(--m-padding)*2);
    margin: 0 auto;
    padding: 0 16px;
    padding: 0 var(--m-padding);
}

.promo__in {
        display: flex;
        flex-direction: column;
        padding: 85px 0
    }

@media (min-width: 768px) {

    .promo__in {
            flex-direction: row;
            padding: 56px 0
    }
        }

@media (min-width: 768px) {

    .promo__img {
            margin: 0 72px 0 0
    }
        }

.promo__content {
        margin: 32px 0 0;
        text-align: center;
        color: #4d4d4d;
        color: var(--gray900)
    }

@media (min-width: 768px) {

    .promo__content {
            margin: auto;
            text-align: left
    }
        }

.promo__title {
        margin: 0 0 16px;
        font-size: 5.81rem;
        line-height: 1.1;
        font-family: "Akkurat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Arial, sans-serif;
        font-weight: 700
    }

@media (min-width: 768px) {

    .promo__title {
            margin: 0 0 32px
    }
        }

.promo__desc {
        margin: 0 0 16px
    }

@media (min-width: 768px) {

    .promo__desc {
            margin: 0 0 32px
    }
        }

@media (min-width: 768px) {

    .promo__button {
            max-width: 280px
    }
        }

.faq {
    margin-top: 80px;
    color: #4d4d4d;
    color: var(--gray900)
}

@media (min-width: 768px) {

.faq {
        margin-top: 112px
}
    }

@media (min-width: 1024px) {

.faq {
        margin-top: 156px
}
    }

.faq__in {
        display: flex;
        flex-direction: column;
        max-width: calc(984px + 16px*2);
        max-width: calc(var(--content-width) + var(--m-padding)*2);
        margin: 0 auto;
        padding: 0 16px;
        padding: 0 var(--m-padding);
    }

.faq__title {
        margin-bottom: 32px;
        text-align: center;
        font-size: 3.2rem;
        line-height: 1.125;
        color: #4d4d4d;
        color: var(--gray900);
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 900;
    }

@media (min-width: 768px) {

.faq__title {
        font-size: 4.0rem;
        line-height: 1.15
    }
    }

@media (min-width: 1024px) {

.faq__title {
        font-size: 6.4rem;
        line-height: 1.09
    }
    }

@media (min-width: 1024px) {

    .faq__title {
            margin-bottom: 64px
    }
        }

.faq__content {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        display: flex;
        flex-direction: column
    }

@media (min-width: 768px) {

    .faq__content {
            max-width: 100%;
            flex-direction: row;
            justify-content: space-between
    }
        }

.faq__column {
        width: 100%
    }

.faq__column:first-child {
            margin-bottom: 8px;
        }

@media (min-width: 768px) {

    .faq__column {
            width: calc(50% - 12px)
    }

            .faq__column:first-child {
                margin-bottom: 0;
            }
        }

.faq__item {
        display: flex;
        flex-direction: column
    }

.faq__item:not(:last-child) {
            margin-bottom: 8px;
        }

.faq__item-toggle {
        position: relative;
        margin: 0;
        border: none;
        border-radius: 4px;
        border-radius: var(--tiny-border-radius);
        padding: 16px 8px 16px 40px;
        font-size: 1.6rem;
        text-align: left;
        background-color: transparent;
        color: #4d4d4d;
        color: var(--gray900);
        transition: 0.3s ease background-color;
        transition: var(--t3) background-color;
        cursor: pointer
    }

.faq__item-toggle::before {
            content: "";
            width: 24px;
            height: 24px;
            position: absolute;
            top: 14px;
            left: 8px;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='8' viewBox='0 0 14 8' xmlns='http://www.w3.org/2000/svg' fill='%23888888'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.01305 1.05903C1.29509 0.785662 1.75238 0.785662 2.03442 1.05903L7.30151 6.16405L12.5686 1.05903C12.8506 0.785662 13.3079 0.785662 13.59 1.05903C13.872 1.3324 13.872 1.77561 13.59 2.04898L7.8122 7.64898C7.53016 7.92235 7.07287 7.92235 6.79083 7.64898L1.01305 2.04898C0.731002 1.77561 0.731002 1.3324 1.01305 1.05903Z' fill='%23888888'/%3E%3C/svg%3E");
            background-size: 14px 8px;
            background-repeat: no-repeat;
            background-position: center;
            transition: 0.4s ease-in-out transform;
            transition: var(--t4) transform;
        }

.faq__item-toggle:hover {
            background-color: #f3f3f3;
            background-color: var(--gray100);
        }

.faq__item-toggle--active {
            background-color: #f3f3f3;
            background-color: var(--gray100);
            font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
            font-weight: 500
        }

.faq__item-toggle--active::before {
                transform-origin: center;
                transform: rotate(180deg);
            }

.faq__item-toggle--active+.faq__item-content {
                max-height: 1024px;
                opacity: 1;
                visibility: visible;
            }

@media (min-width: 1024px) {

    .faq__item-toggle {
            font-size: 2.0rem
    }

            .faq__item-toggle::before {
                top: 16px;
            }
        }

.faq__item-content {
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        transition: 0.4s ease-in-out;
        transition: var(--t4);
    }

.faq__item-text {
        border-radius: 4px;
        border-radius: var(--tiny-border-radius);
        background-color: #f3f3f3;
        background-color: var(--gray100);
        padding: 8px 16px 16px 40px
    }

.faq__item-text .md__paragraph:not(:last-child) {
            margin-bottom: 24px;
        }

.faq__item-text .md__strong {
            font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
            font-weight: 700;
        }

.faq__item-text .md__list {
            padding-left: 20px
        }

.faq__item-text .md__list .md__list-elem {
                display: list-item;
                list-style-type: disc;
            }

.faq__item-text .md__list .md__list_ordered .md__list-elem {
                list-style-type: decimal;
            }

.faq__item-text .md__list-elem:not(:last-child) {
            margin-bottom: 8px;
        }

@media (min-width: 1024px) {

    .faq__item-text {
            padding: 16px 16px 16px 40px
    }
        }

.discount-block {
    margin-top: 50px;
    margin-top: var(--header-mob-height);
    padding: 8px 0;
    padding: var(--s-padding) 0;
    background-color: #f3f3f3;
    background-color: var(--gray100)
}

@media (min-width: 768px) {

.discount-block {
        margin-top: 0
}
    }

.discount-block+.purchase,
    .discount-block+.thankyou {
        margin: 24px 0 64px
    }

@media (min-width: 768px) {

.discount-block+.purchase,
    .discount-block+.thankyou {
            margin: 32px 0 88px
    }
        }

@media (min-width: 1024px) {

.discount-block+.purchase,
    .discount-block+.thankyou {
            margin: 48px 0 88px
    }
        }

.discount-block__in {
        flex-direction: column;
        padding: 0 16px;
        padding: 0 var(--m-padding);
        display: flex;
        justify-content: center;
        align-items: center
    }

@media (min-width: 1024px) {

    .discount-block__in {
            flex-direction: row
    }
        }

.discount-block__img {
        width: 48px;
        height: 48px;
        -o-object-fit: cover;
           object-fit: cover;
        margin-bottom: 8px
    }

@media (min-width: 1024px) {

    .discount-block__img {
            width: 32px;
            height: 32px;
            margin-bottom: 0;
            margin-right: 8px
    }
        }

.discount-block__text {
        text-align: center;
        color: #4d4d4d;
        color: var(--gray900);
    }

.discount-block__btn {
        border: none;
        padding: 0 4px;
        padding: 0 var(--xs-padding);
        font-size: 1.6rem;
        font-size: var(--xxs-font);
        line-height: 1.5;
        background-color: transparent;
        color: #74a352;
        color: var(--vpngreen400);
        cursor: pointer;
        transition: 0.3s ease color;
        transition: var(--t3) color;
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 400
    }

.discount-block__btn:hover {
            color: #568040;
            color: var(--vpngreen700);
            text-decoration: underline;
        }

.dropdown {
    position: relative;
}

.dropdown--version-os {
        width: 100%;
        max-width: 320px;
        max-width: var(--content-width-mobile);
        margin-bottom: 16px;
        z-index: 2
    }

@media (min-width: 768px) {

    .dropdown--version-os {
            max-width: 280px;
            margin-bottom: 0;
            margin-right: 16px
    }
        }

.dropdown--version-types {
        width: 100%;
        max-width: 320px;
        max-width: var(--content-width-mobile);
        z-index: 1
    }

@media (min-width: 768px) {

    .dropdown--version-types {
            max-width: 232px
    }
        }

.dropdown__toggle {
        width: 100%;
        position: relative;
        margin: 0;
        border: none;
        border-radius: 8px;
        border-radius: var(--small-border-radius);
        padding: 16px 56px 16px 16px;
        padding: var(--m-padding) 56px var(--m-padding) var(--m-padding);
        text-align: left;
        background-color: #f3f3f3;
        background-color: var(--gray100);
        color: #4d4d4d;
        color: var(--gray900);
        cursor: pointer;
        font-size: 1.6rem;
        font-size: var(--xxs-font);
        line-height: 1.5;
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 400
    }

.dropdown__toggle::before {
            content: "";
            width: 24px;
            height: 24px;
            position: absolute;
            top: 16px;
            right: 16px;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='8' viewBox='0 0 14 8' xmlns='http://www.w3.org/2000/svg' fill='%234d4d4d'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.01305 1.05903C1.29509 0.785662 1.75238 0.785662 2.03442 1.05903L7.30151 6.16405L12.5686 1.05903C12.8506 0.785662 13.3079 0.785662 13.59 1.05903C13.872 1.3324 13.872 1.77561 13.59 2.04898L7.8122 7.64898C7.53016 7.92235 7.07287 7.92235 6.79083 7.64898L1.01305 2.04898C0.731002 1.77561 0.731002 1.3324 1.01305 1.05903Z' fill='%234d4d4d'/%3E%3C/svg%3E");
            background-size: 14px 8px;
            background-repeat: no-repeat;
            background-position: center;
            transition: 0.3s ease transform;
            transition: var(--t3) transform;
        }

.dropdown__toggle--active {
            font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
            font-weight: 500;
        }

.dropdown__toggle--open::before {
                transform-origin: center;
                transform: rotate(180deg);
            }

.dropdown__list {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 8px;
        border-radius: var(--small-border-radius);
        box-shadow: 0 17px 40px rgba(44, 43, 55, 0.1);
        box-shadow: 0 17px 40px var(--gray400shadow);
        padding: 8px 0;
        padding: var(--s-padding) 0;
        background-color: #ffffff;
        background-color: var(--white);
        display: flex;
        flex-direction: column;
    }

.dropdown__list-animation-enter-active,
    .dropdown__list-animation-leave-active {
        transition: 0.3s ease opacity, 0.3s ease visibility;
        transition: var(--t3) opacity, var(--t3) visibility;
    }

.dropdown__list-animation-enter,
    .dropdown__list-animation-leave-to {
        opacity: 0;
        visibility: hidden;
    }

.dropdown__list-value {
        padding: 13px 16px;
        padding: 13px var(--m-padding);
        text-decoration: none;
        color: #4d4d4d;
        color: var(--gray900);
        transition: 0.3s ease background-color;
        transition: var(--t3) background-color;
        font-size: 1.6rem;
        font-size: var(--xxs-font);
        line-height: 1.5;
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 400
    }

.dropdown__list-value:hover {
            background-color: #f3f3f3;
            background-color: var(--gray100);
        }

.dropdown__list-value--active {
            font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
            font-weight: 500;
        }

.page-nav {
    margin: 50px 0 32px;
    margin: var(--header-mob-height) 0 32px
}

@media (min-width: 768px) {

.page-nav {
        margin: 48px 0 40px
}
    }

.page-nav__in {
        position: relative
    }

@media (min-width: 768px) {

    .page-nav__in {
            max-width: calc(984px + 16px*2);
            max-width: calc(var(--content-width) + var(--m-padding)*2);
            margin: 0 auto;
            padding: 0 16px;
            padding: 0 var(--m-padding)
    }
        }

.page-nav__toggle {
        width: 100%;
        margin: 0;
        border: none;
        padding: 16px;
        text-align: left;
        font-size: 1.6rem;
        line-height: 1.5;
        background-color: #f3f3f3;
        background-color: var(--gray100);
        color: #4d4d4d;
        color: var(--gray900);
        cursor: pointer;
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 500
    }

.page-nav__toggle::before {
            content: "";
            width: 24px;
            height: 24px;
            position: absolute;
            top: 16px;
            right: 16px;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='8' viewBox='0 0 14 8' xmlns='http://www.w3.org/2000/svg' fill='%234d4d4d'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.01305 1.05903C1.29509 0.785662 1.75238 0.785662 2.03442 1.05903L7.30151 6.16405L12.5686 1.05903C12.8506 0.785662 13.3079 0.785662 13.59 1.05903C13.872 1.3324 13.872 1.77561 13.59 2.04898L7.8122 7.64898C7.53016 7.92235 7.07287 7.92235 6.79083 7.64898L1.01305 2.04898C0.731002 1.77561 0.731002 1.3324 1.01305 1.05903Z' fill='%234d4d4d'/%3E%3C/svg%3E");
            background-size: 14px 8px;
            background-repeat: no-repeat;
            background-position: center;
            transition: 0.3s ease transform;
            transition: var(--t3) transform;
        }

.page-nav__toggle--active+.page-nav__list {
                opacity: 1;
                visibility: visible;
            }

.page-nav__toggle--active::before {
                transform-origin: center;
                transform: rotate(180deg);
            }

@media (min-width: 768px) {

    .page-nav__toggle {
            display: none
    }
        }

.page-nav__list {
        width: calc(100% - 16px);
        display: flex;
        flex-direction: column;
        align-items: stretch;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 8px;
        border-radius: var(--small-border-radius);
        padding: 8px 0;
        box-shadow: 0 17px 40px rgba(44, 43, 55, 0.1);
        box-shadow: 0 17px 40px var(--gray400shadow);
        background-color: #ffffff;
        background-color: var(--white);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s ease opacity;
        transition: var(--t3) opacity;
        z-index: 2
    }

@media (min-width: 768px) {

    .page-nav__list {
            width: auto;
            flex-direction: row;
            align-items: center;
            position: relative;
            top: 0;
            left: 0;
            transform: none;
            margin: 0 -20px;
            border-radius: 0;
            padding: 0;
            box-shadow: none;
            opacity: 1;
            visibility: visible
    }
        }

.page-nav__item {
        position: relative;
        padding: 13px 16px;
        text-decoration: none;
        color: #888888;
        color: var(--gray700);
        transition: 0.3s ease color;
        transition: var(--t3) color
    }

.page-nav__item:hover {
            color: #4d4d4d;
            color: var(--gray900);
        }

.page-nav__item--active {
            color: #4d4d4d;
            color: var(--gray900);
            font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
            font-weight: 500;
        }

@media (min-width: 768px) {

    .page-nav__item {
            margin: 0 20px;
            padding: 0;
    }

            .page-nav__item--active {
                font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
                font-weight: 400
            }

                .page-nav__item--active::before {
                    content: "";
                    width: 100%;
                    height: 3px;
                    position: absolute;
                    top: 100%;
                    left: 50%;
                    transform: translateX(-50%);
                    border-radius: 1.5px;
                    background-color: #74a352;
                    background-color: var(--vpngreen400);
                }
        }

.press-kit {
    padding: 0 0 48px
}

@media (min-width: 768px) {

.press-kit {
        padding: 0 0 80px
}
    }

.press-kit__in {
        max-width: calc(984px + 16px*2);
        max-width: calc(var(--content-width) + var(--m-padding)*2);
        margin: 0 auto;
        padding: 0 16px;
        padding: 0 var(--m-padding);
    }

.press-kit__title {
        font-size: 3.2rem;
        line-height: 1.125;
        color: #4d4d4d;
        color: var(--gray900);
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Arial, sans-serif;
        font-weight: 900;
    }

@media (min-width: 768px) {

.press-kit__title {
        font-size: 4.0rem;
        line-height: 1.15;
    }
    }

@media (min-width: 1024px) {

.press-kit__title {
        font-size: 6.4rem;
        line-height: 1.09;
    }
    }

.press-kit__content {
        width: 100%;
        max-width: 400px;
        margin-top: 24px
    }

@media (min-width: 768px) {

    .press-kit__content {
            max-width: 480px;
            margin-top: 40px
    }
        }

.press-release {
    display: flex;
    flex-direction: column
}

.press-release:not(:last-child) {
        margin-bottom: 40px;
    }

.press-release__title {
        margin-bottom: 8px;
        font-size: 2.0rem;
        text-decoration: none;
        color: #4d4d4d;
        color: var(--gray900);
        transition: 0.3s ease color;
        transition: var(--t3) color
    }

.press-release__title:hover {
            text-decoration: underline;
            color: #131313;
            color: var(--black);
        }

.press-release__desc {
        display: flex;
        align-items: flex-start;
    }

.press-release__date {
        margin-right: 40px;
    }

.press-release__link {
        text-decoration: none;
        color: #74a352;
        color: var(--vpngreen400);
        transition: 0.3s ease color;
        transition: var(--t3) color;
    }

.press-release__link:hover {
        text-decoration: underline;
        color: #568040;
        color: var(--vpngreen700);
    }

.media-material:last-child .media-material__content-in {
            padding: 16px 0 0;
        }

.media-material__toggle {
        width: 100%;
        position: relative;
        margin: 0;
        border: none;
        border-radius: 4px;
        border-radius: var(--tiny-border-radius);
        padding: 16px 32px;
        font-size: 1.6rem;
        line-height: 1.5;
        text-align: left;
        background-color: transparent;
        color: #4d4d4d;
        color: var(--gray900);
        transition: 0.3s ease background-color;
        transition: var(--t3) background-color;
        cursor: pointer
    }

.media-material__toggle::before {
            content: "";
            width: 24px;
            height: 24px;
            position: absolute;
            top: 16px;
            right: 0;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='8' viewBox='0 0 14 8' xmlns='http://www.w3.org/2000/svg' fill='%234d4d4d'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.01305 1.05903C1.29509 0.785662 1.75238 0.785662 2.03442 1.05903L7.30151 6.16405L12.5686 1.05903C12.8506 0.785662 13.3079 0.785662 13.59 1.05903C13.872 1.3324 13.872 1.77561 13.59 2.04898L7.8122 7.64898C7.53016 7.92235 7.07287 7.92235 6.79083 7.64898L1.01305 2.04898C0.731002 1.77561 0.731002 1.3324 1.01305 1.05903Z' fill='%234d4d4d'/%3E%3C/svg%3E");
            background-size: 14px 8px;
            background-repeat: no-repeat;
            background-position: center;
            transition: 0.4s ease-in-out transform;
            transition: var(--t4) transform;
        }

.media-material__toggle--active+.media-material__content {
                max-height: 1024px;
                opacity: 1;
                visibility: visible;
            }

.media-material__toggle--active::before {
                transform-origin: center;
                transform: rotate(180deg);
            }

@media (min-width: 1024px) {

    .media-material__toggle {
            padding: 16px 48px
    }

            .media-material__toggle::before {
                right: 16px;
            }

            .media-material__toggle:hover {
                background-color: #f3f3f3;
                background-color: var(--gray100);
            }
        }

.media-material__toggle-icon {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 16px;
        left: 0;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

.media-material__toggle-icon--vpn {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%234d4d4d' stroke='%234d4d4d'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM18.1384 9.62228C16.2099 8.39112 14.0495 8.11574 11.8718 8C9.70117 8.11045 7.59678 8.40357 5.73778 9.64607C4.23002 10.6243 3.60783 12.561 4.25304 14.2678C4.74325 15.6273 6.14986 16.114 7.49324 15.978C7.98739 15.928 8.46358 15.7919 8.93976 15.6557C9.15279 15.5948 9.36582 15.5339 9.58045 15.4807C11.028 15.1219 12.476 15.0111 13.9408 15.3944C14.7685 15.6381 15.6106 15.8266 16.4619 15.9587C18.4863 16.2084 20.0315 15.0657 19.9995 12.8401C19.9791 11.4211 19.2934 10.3597 18.1384 9.62228Z' fill='%234d4d4d' stroke='%234d4d4d'/%3E %3Cpath d='M16 13V12' stroke='%234d4d4d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='%234d4d4d'/%3E %3Cpath d='M8 13V12' stroke='%234d4d4d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='%234d4d4d'/%3E %3C/svg%3E");
        }

.media-material__toggle-icon--windows {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%234d4d4d'%3E %3Cpath d='M11.4799 2H2V11.4799H11.4799V2Z' fill='%234d4d4d'/%3E %3Cpath d='M22 2H12.5201V11.4799H22V2Z' fill='%234d4d4d'/%3E %3Cpath d='M11.4799 12.5209H2V22.0008H11.4799V12.5209Z' fill='%234d4d4d'/%3E %3Cpath d='M22 12.5209H12.5201V22.0008H22V12.5209Z' fill='%234d4d4d'/%3E %3C/svg%3E");
        }

.media-material__toggle-icon--mac {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%234d4d4d'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.9957 8.67524V8.51238L12.4895 8.54714C12.3462 8.55619 12.2385 8.58667 12.1662 8.6381C12.0938 8.69 12.0576 8.76191 12.0576 8.85381C12.0576 8.94334 12.0933 9.01476 12.1652 9.06762C12.2366 9.12095 12.3328 9.14714 12.4528 9.14714C12.5295 9.14714 12.6014 9.13524 12.6676 9.11191C12.7338 9.08857 12.7919 9.05572 12.8404 9.01381C12.889 8.97238 12.9271 8.92286 12.9543 8.86524C12.9819 8.80762 12.9957 8.74429 12.9957 8.67524ZM12 2.11905C6.48616 2.11905 2.11902 6.48619 2.11902 12C2.11902 17.5143 6.48616 21.881 12 21.881C17.5138 21.881 21.8809 17.5143 21.8809 12C21.8809 6.48619 17.5143 2.11905 12 2.11905ZM13.9181 7.97572C13.9647 7.84476 14.0304 7.73238 14.1157 7.63905C14.2009 7.54572 14.3033 7.47381 14.4233 7.42333C14.5433 7.37286 14.6771 7.34762 14.8243 7.34762C14.9571 7.34762 15.0771 7.36762 15.1838 7.40714C15.2909 7.44667 15.3824 7.5 15.459 7.56714C15.5357 7.63429 15.5966 7.71238 15.6414 7.80191C15.6862 7.89143 15.7128 7.98619 15.7219 8.08572H15.3252C15.3152 8.03095 15.2971 7.97953 15.2714 7.93238C15.2457 7.88524 15.2119 7.84429 15.17 7.80953C15.1276 7.77476 15.0781 7.74762 15.0214 7.7281C14.9643 7.7081 14.9004 7.69857 14.8285 7.69857C14.7443 7.69857 14.6676 7.71572 14.5995 7.74953C14.5309 7.78333 14.4724 7.83143 14.4238 7.89333C14.3752 7.95524 14.3376 8.03095 14.3109 8.11953C14.2838 8.20857 14.2704 8.30714 14.2704 8.41572C14.2704 8.5281 14.2838 8.62905 14.3109 8.71762C14.3376 8.80667 14.3757 8.88143 14.4252 8.94286C14.4743 9.00429 14.5338 9.05143 14.6028 9.08381C14.6719 9.11619 14.7481 9.13286 14.8309 9.13286C14.9666 9.13286 15.0771 9.10095 15.1628 9.03714C15.2485 8.97333 15.3038 8.88 15.3295 8.75714H15.7266C15.7152 8.86572 15.6852 8.96476 15.6366 9.05429C15.5881 9.14381 15.5252 9.22 15.4481 9.28333C15.3704 9.34667 15.2795 9.39572 15.1747 9.43C15.07 9.46429 14.9547 9.48191 14.8295 9.48191C14.6809 9.48191 14.5471 9.45714 14.4266 9.4081C14.3066 9.35905 14.2033 9.2881 14.1176 9.19619C14.0319 9.10429 13.9657 8.99238 13.919 8.86048C13.8724 8.72857 13.849 8.58048 13.849 8.41524C13.8481 8.25381 13.8714 8.10714 13.9181 7.97572ZM8.27378 7.37476H8.67092V7.72762H8.67854C8.70283 7.66905 8.73473 7.61619 8.77378 7.57048C8.81283 7.52429 8.85759 7.48524 8.90902 7.45238C8.95997 7.41953 9.01664 7.39476 9.07759 7.37762C9.13902 7.36048 9.20378 7.35191 9.2714 7.35191C9.41711 7.35191 9.54045 7.38667 9.64045 7.45619C9.74092 7.52572 9.81235 7.62572 9.85426 7.75619H9.86426C9.89092 7.69334 9.92616 7.63714 9.96949 7.58762C10.0128 7.5381 10.0628 7.49524 10.119 7.46C10.1752 7.42476 10.2371 7.3981 10.3043 7.37953C10.3714 7.36095 10.4419 7.35191 10.5162 7.35191C10.6185 7.35191 10.7114 7.3681 10.7952 7.40095C10.879 7.43381 10.9504 7.47953 11.01 7.53905C11.0695 7.59857 11.1152 7.67095 11.1471 7.75572C11.179 7.84048 11.1952 7.93476 11.1952 8.03857V9.4581H10.7809V8.1381C10.7809 8.00143 10.7457 7.89524 10.6752 7.82048C10.6052 7.74572 10.5047 7.7081 10.3743 7.7081C10.3104 7.7081 10.2519 7.71953 10.1985 7.74191C10.1457 7.76429 10.0995 7.79572 10.0614 7.83619C10.0228 7.87619 9.99283 7.92476 9.9714 7.98095C9.94949 8.03714 9.93854 8.09857 9.93854 8.16524V9.4581H9.52997V8.10381C9.52997 8.04381 9.52045 7.98953 9.50188 7.94095C9.4833 7.89238 9.45711 7.85095 9.42235 7.81619C9.38807 7.78143 9.34569 7.75524 9.29664 7.73667C9.24711 7.7181 9.19188 7.70857 9.13045 7.70857C9.06664 7.70857 9.00759 7.72048 8.95283 7.74429C8.89854 7.7681 8.85188 7.80095 8.81283 7.84286C8.77378 7.88524 8.7433 7.93476 8.72188 7.99238C8.70092 8.04953 8.66664 8.11238 8.66664 8.18V9.45762H8.27378V7.37476ZM9.17521 17.3457C7.35378 17.3457 6.2114 16.08 6.2114 14.06C6.2114 12.04 7.35378 10.77 9.17521 10.77C10.9966 10.77 12.1347 12.04 12.1347 14.06C12.1347 16.0795 10.9966 17.3457 9.17521 17.3457ZM12.5476 9.45286C12.4804 9.47 12.4119 9.47857 12.3414 9.47857C12.2376 9.47857 12.1428 9.46381 12.0566 9.43429C11.97 9.40476 11.8962 9.36333 11.8343 9.30953C11.7724 9.25572 11.7238 9.19095 11.6895 9.11476C11.6547 9.03857 11.6376 8.95381 11.6376 8.86048C11.6376 8.67762 11.7057 8.53476 11.8419 8.43191C11.9781 8.32905 12.1752 8.26905 12.4338 8.25238L12.9957 8.22V8.05905C12.9957 7.93905 12.9576 7.84714 12.8814 7.78476C12.8052 7.72238 12.6976 7.69095 12.5581 7.69095C12.5019 7.69095 12.449 7.6981 12.4004 7.71191C12.3519 7.72619 12.309 7.74619 12.2719 7.77238C12.2347 7.79857 12.2038 7.83 12.18 7.86667C12.1557 7.90286 12.139 7.94381 12.13 7.98857H11.7404C11.7428 7.89667 11.7657 7.81143 11.8085 7.73333C11.8514 7.65524 11.9095 7.58762 11.9833 7.53C12.0571 7.47238 12.1433 7.42762 12.2433 7.39572C12.3433 7.36381 12.4519 7.34762 12.5695 7.34762C12.6962 7.34762 12.8109 7.36333 12.9138 7.39572C13.0166 7.4281 13.1047 7.47333 13.1776 7.53286C13.2504 7.59238 13.3066 7.66381 13.3462 7.74762C13.3857 7.83143 13.4057 7.92524 13.4057 8.02857V9.45762H13.009V9.11048H12.999C12.9695 9.16667 12.9324 9.21762 12.8871 9.26286C12.8414 9.3081 12.7904 9.34714 12.7338 9.37905C12.6766 9.41095 12.6147 9.43572 12.5476 9.45286ZM15.1681 17.3457C13.779 17.3457 12.8347 16.6181 12.769 15.4757H13.6733C13.7438 16.1286 14.3747 16.561 15.239 16.561C16.0681 16.561 16.6638 16.1286 16.6638 15.5376C16.6638 15.0262 16.3019 14.7171 15.4643 14.5057L14.6481 14.3029C13.4747 14.0119 12.9414 13.4781 12.9414 12.6005C12.9414 11.52 13.8852 10.77 15.2304 10.77C16.5447 10.77 17.4619 11.5243 17.4971 12.609H16.6019C16.54 11.9562 16.0066 11.5548 15.2124 11.5548C14.4228 11.5548 13.8762 11.9605 13.8762 12.5471C13.8762 13.01 14.22 13.2838 15.0581 13.4952L15.7462 13.6671C17.0562 13.9848 17.5943 14.501 17.5943 15.4271C17.5938 16.609 16.659 17.3457 15.1681 17.3457ZM9.17521 11.581C7.92711 11.581 7.14664 12.5381 7.14664 14.0595C7.14664 15.5767 7.92711 16.5338 9.17521 16.5338C10.419 16.5338 11.2038 15.5767 11.2038 14.0595C11.2043 12.5381 10.419 11.581 9.17521 11.581Z' fill='%234d4d4d'/%3E %3C/svg%3E");
        }

.media-material__toggle-icon--android {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%234d4d4d'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.6 17.25C6.6 17.7313 7.005 18.125 7.5 18.125H8.4V21.1875C8.4 21.9137 9.003 22.5 9.75 22.5C10.497 22.5 11.1 21.9137 11.1 21.1875V18.125H12.9V21.1875C12.9 21.9137 13.503 22.5 14.25 22.5C14.997 22.5 15.6 21.9137 15.6 21.1875V18.125H16.5C16.995 18.125 17.4 17.7313 17.4 17.25V8.5H6.6V17.25ZM4.35 8.5C3.603 8.5 3 9.08625 3 9.8125V15.9375C3 16.6637 3.603 17.25 4.35 17.25C5.097 17.25 5.7 16.6637 5.7 15.9375V9.8125C5.7 9.08625 5.097 8.5 4.35 8.5ZM19.65 8.5C18.903 8.5 18.3 9.08625 18.3 9.8125V15.9375C18.3 16.6637 18.903 17.25 19.65 17.25C20.397 17.25 21 16.6637 21 15.9375V9.8125C21 9.08625 20.397 8.5 19.65 8.5ZM15.177 3.39L16.347 2.2525C16.527 2.0775 16.527 1.80625 16.347 1.63125C16.167 1.45625 15.888 1.45625 15.708 1.63125L14.376 2.92625C13.665 2.57625 12.855 2.375 12 2.375C11.136 2.375 10.326 2.57625 9.606 2.92625L8.265 1.63125C8.085 1.45625 7.806 1.45625 7.626 1.63125C7.446 1.80625 7.446 2.0775 7.626 2.2525L8.805 3.39875C7.473 4.3525 6.6 5.88375 6.6 7.625H17.4C17.4 5.88375 16.527 4.34375 15.177 3.39ZM10.2 5.875H9.3V5H10.2V5.875ZM14.7 5.875H13.8V5H14.7V5.875Z' fill='%234d4d4d'/%3E %3C/svg%3E");
        }

.media-material__toggle-icon--ios {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill='%234d4d4d'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.89 3.533c.686-.802 1.149-1.92 1.022-3.033-.99.038-2.185.637-2.894 1.44-.636.71-1.192 1.848-1.043 2.938 1.103.083 2.229-.541 2.915-1.345zm2.474 7.06c.027 2.876 2.607 3.833 2.636 3.845-.02.068-.412 1.363-1.36 2.703-.82 1.157-1.67 2.31-3.007 2.334-1.316.024-1.74-.754-3.244-.754-1.504 0-1.974.73-3.22.778-1.291.046-2.276-1.252-3.101-2.406C4.38 14.735 3.09 10.427 4.822 7.52c.86-1.443 2.397-2.357 4.067-2.38 1.268-.024 2.467.825 3.242.825.776 0 2.232-1.021 3.762-.87.64.025 2.44.249 3.594 1.884-.093.056-2.146 1.211-2.123 3.615v-.001z' fill='%234d4d4d'/%3E%3C/svg%3E");
        }

@media (min-width: 1024px) {

    .media-material__toggle-icon {
            left: 12px
    }
        }

.media-material__content {
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        transition: 0.4s ease-in-out;
        transition: var(--t4);
        overflow: hidden;
    }

.media-material__content-in {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 0 40px
    }

@media (min-width: 1024px) {

    .media-material__content-in {
            padding: 16px 0 40px 16px
    }
        }

.media-material__pics {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -12px -24px;
    }

.media-material__pic {
        max-width: 130px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 12px 24px;
        border: 1px solid #d8d8d8;
        border: 1px solid var(--gray300);
        border-radius: 8px;
        border-radius: var(--small-border-radius);
        overflow: hidden
    }

@media (min-width: 768px) {

    .media-material__pic {
            max-width: calc(33.33333% - 24px)
    }
        }

.media-material__pic--vpn,
        .media-material__pic--vpn-dark {
            width: 130px;
            height: 130px;
            max-width: 100%;
            background-repeat: no-repeat;
            background-size: 107px 21px;
            background-position: center
        }

@media (min-width: 768px) {

        .media-material__pic--vpn,
        .media-material__pic--vpn-dark {
                width: 150px;
                height: 150px;
                max-width: 100%;
                background-size: 124px 24px
        }
            }

.media-material__pic--vpn {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 124 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cellipse cx='8.90417' cy='8.89151' rx='8.90417' ry='8.89151' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.62187 5.3396C10.5142 5.43745 12.3915 5.67026 14.0672 6.7111C15.0709 7.33453 15.6667 8.23182 15.6844 9.43147C15.7122 11.3131 14.3695 12.2791 12.6104 12.068C11.8707 11.9563 11.1389 11.797 10.4198 11.5909C9.14694 11.2669 7.88868 11.3606 6.63084 11.6639C6.02745 11.8094 5.43866 12.0232 4.81716 12.0844C3.64985 12.1993 2.42758 11.7879 2.00162 10.6385C1.44096 9.19559 1.98161 7.5582 3.29177 6.73122C4.90714 5.68078 6.73573 5.43297 8.62187 5.3396Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.4482 8.97466C13.4579 9.65778 12.9884 10.2396 12.4198 10.2491C11.9152 10.2574 11.4154 9.67647 11.4074 9.07211C11.3985 8.40972 11.8515 7.85493 12.4198 7.83205C12.9885 7.80916 13.4387 8.30936 13.4482 8.97466Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.96235 8.97466C5.97208 9.65778 5.50256 10.2396 4.93397 10.2491C4.42931 10.2574 3.92954 9.67647 3.92151 9.07211C3.91271 8.40972 4.36567 7.85493 4.93397 7.83205C5.50268 7.80916 5.95287 8.30936 5.96235 8.97466Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.44041 23.8992C5.50365 22.1346 3.57617 20.1084 2.3111 18.0864C1.90277 17.4337 2.67579 16.7 3.31934 17.1234C6.65463 19.3115 10.9746 19.3053 14.3036 17.1075C14.9462 16.6821 15.7219 17.4146 15.3142 18.0681C14.0493 20.0963 12.119 22.1293 9.17333 23.8991C8.94759 24.0336 8.66616 24.0336 8.44041 23.8992V23.8992Z' fill='%2374A352'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.7188 17.3821L28.715 7.84199H30.6065L34.6027 17.3821H32.4581L31.6055 15.2576H27.6626L26.8101 17.3821H24.7188ZM28.395 13.4172H30.8727L29.6338 10.3454L28.395 13.4172ZM35.6729 17.3822V7.90977H39.3094C40.7658 7.90977 41.9558 8.35858 42.8793 9.25622C43.8029 10.1538 44.2647 11.2838 44.2647 12.646C44.2647 13.9992 43.8007 15.1269 42.8727 16.029C41.9447 16.9312 40.7569 17.3822 39.3094 17.3822H35.6729ZM37.7246 15.5012H39.3098C40.1534 15.5012 40.8328 15.2373 41.3478 14.7095C41.8629 14.1818 42.1204 13.4939 42.1204 12.6459C42.1204 11.8069 41.8607 11.1213 41.3412 10.589C40.8217 10.0567 40.1445 9.79061 39.3098 9.79061H37.7246V15.5012ZM50.2111 17.5446C48.7636 17.5446 47.5848 17.0845 46.6745 16.1643C45.7643 15.2441 45.3091 14.0713 45.3091 12.6459C45.3091 11.2837 45.7754 10.1267 46.7078 9.17495C47.6403 8.22319 48.8036 7.74731 50.1978 7.74731C51.006 7.74731 51.6897 7.85331 52.2492 8.06532C52.8087 8.27732 53.3459 8.60435 53.861 9.0464L52.5689 10.6297C52.1782 10.2959 51.8007 10.0523 51.4366 9.89892C51.0725 9.74555 50.6374 9.66887 50.1312 9.66887C49.3853 9.66887 48.7525 9.95981 48.233 10.5417C47.7135 11.1236 47.4538 11.825 47.4538 12.6459C47.4538 13.512 47.718 14.2292 48.2463 14.7975C48.7747 15.3659 49.4519 15.6501 50.2778 15.6501C51.0415 15.6501 51.6853 15.4606 52.2092 15.0817V13.7285H50.1445V11.9287H54.194V16.0425C53.0307 17.0439 51.7031 17.5446 50.2111 17.5446ZM60.0552 17.5311C58.7853 17.5311 57.7951 17.1725 57.0847 16.4553C56.3743 15.7381 56.019 14.6939 56.019 13.3226V7.90977H58.0704V13.2685C58.0704 14.0263 58.2458 14.6059 58.5966 15.0074C58.9474 15.4088 59.4425 15.6095 60.0818 15.6095C60.7212 15.6095 61.2163 15.4156 61.5671 15.0277C61.9179 14.6397 62.0933 14.0759 62.0933 13.3361V7.90977H64.1446V13.255C64.1446 14.6623 63.7828 15.7268 63.059 16.4485C62.3353 17.1702 61.334 17.5311 60.0552 17.5311ZM64.7002 17.3821L68.6964 7.84199H70.5879L74.5841 17.3821H72.4395L71.587 15.2576H67.6441L66.7915 17.3821H64.7002ZM68.377 13.4172H70.8546L69.6158 10.3454L68.377 13.4172ZM75.6548 17.3822V7.90977H79.9174C81.0985 7.90977 82.0043 8.23003 82.6348 8.87055C83.1676 9.41184 83.434 10.1426 83.434 11.0628C83.434 12.5152 82.768 13.494 81.436 13.9992L83.7138 17.3822H81.3161L79.2913 14.3511H77.7062V17.3822H75.6548ZM77.7061 12.5106H79.7841C80.2814 12.5106 80.6677 12.3865 80.943 12.1384C81.2183 11.8903 81.3559 11.5588 81.3559 11.1438C81.3559 10.7018 81.2138 10.3657 80.9297 10.1357C80.6455 9.90564 80.2503 9.79061 79.7441 9.79061H77.7061V12.5106ZM84.9175 17.3822V7.90977H88.554C90.0104 7.90977 91.2004 8.35858 92.124 9.25622C93.0475 10.1538 93.5093 11.2838 93.5093 12.646C93.5093 13.9992 93.0453 15.1269 92.1173 16.029C91.1893 16.9312 90.0015 17.3822 88.554 17.3822H84.9175ZM86.9688 15.5012H88.5539C89.3976 15.5012 90.0769 15.2373 90.592 14.7095C91.107 14.1818 91.3646 13.4939 91.3646 12.6459C91.3646 11.8069 91.1048 11.1213 90.5853 10.589C90.0658 10.0567 89.3887 9.79061 88.5539 9.79061H86.9688V15.5012Z' fill='%23131313'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M102.197 17.2473L106.06 8.16187H104.969L101.761 15.9328L98.5658 8.16187H97.4365L101.299 17.2473H102.197ZM108.845 17.1829V13.9997H111.026C112.036 13.9997 112.876 13.742 113.548 13.2265C114.22 12.711 114.555 11.985 114.555 11.0486C114.555 10.1551 114.252 9.45058 113.644 8.93509C113.037 8.41961 112.22 8.16187 111.193 8.16187V8.16187H107.831V17.1829H108.845ZM111.065 13.0717H108.845V9.10249H111.116C111.86 9.10249 112.449 9.27217 112.881 9.61153C113.313 9.95089 113.529 10.4342 113.529 11.0613C113.529 11.6713 113.304 12.1589 112.855 12.524C112.406 12.8892 111.809 13.0717 111.065 13.0717V13.0717ZM117.391 17.1829V9.78564L123.191 17.1829H124V8.16187H123.012V15.3916L117.352 8.16187H116.403V17.1829H117.391Z' fill='%23131313'/%3E %3C/svg%3E");
        }

.media-material__pic--vpn-dark {
            background-color: #131313;
            background-color: var(--black);
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 124 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.90417 17.7829C13.8218 17.7829 17.8083 13.8021 17.8083 8.89147C17.8083 3.98085 13.8218 0 8.90417 0C3.98653 0 0 3.98085 0 8.89147C0 13.8021 3.98653 17.7829 8.90417 17.7829ZM14.0671 6.71095C12.3914 5.67011 10.5141 5.4373 8.62179 5.33945C6.73566 5.43283 4.90706 5.68063 3.2917 6.73107C1.98154 7.55804 1.44089 9.19542 2.00155 10.6384C2.4275 11.7877 3.64977 12.1992 4.81709 12.0842C5.24648 12.0419 5.66027 11.9268 6.07403 11.8117C6.25915 11.7602 6.44426 11.7087 6.63076 11.6637C7.8886 11.3604 9.14686 11.2668 10.4197 11.5908C11.1388 11.7968 11.8706 11.9562 12.6104 12.0678C14.3695 12.2789 15.7122 11.3129 15.6843 9.4313C15.6666 8.23166 15.0708 7.33438 14.0671 6.71095Z' fill='%23F3F3F3'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.4477 8.97465C13.4574 9.65777 12.9879 10.2396 12.4193 10.249C11.9147 10.2574 11.4149 9.67646 11.4069 9.0721C11.3981 8.40972 11.851 7.85493 12.4193 7.83205C12.988 7.80916 13.4382 8.30936 13.4477 8.97465Z' fill='%23F3F3F3'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.96186 8.97465C5.9716 9.65777 5.50207 10.2396 4.93349 10.249C4.42883 10.2574 3.92906 9.67646 3.92102 9.0721C3.91222 8.40972 4.36518 7.85493 4.93349 7.83205C5.50219 7.80916 5.95238 8.30936 5.96186 8.97465Z' fill='%23F3F3F3'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.43992 23.8991C5.50316 22.1346 3.57568 20.1084 2.31061 18.0864C1.90228 17.4337 2.6753 16.7 3.31885 17.1234C6.65414 19.3115 10.9741 19.3053 14.3031 17.1075C14.9457 16.6821 15.7214 17.4146 15.3137 18.0681C14.0488 20.0962 12.1185 22.1293 9.17284 23.8991C8.9471 24.0336 8.66567 24.0336 8.43992 23.8991V23.8991Z' fill='%2374A352'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.7188 17.3821L28.7149 7.84204H30.6065L34.6027 17.3821H32.4581L31.6055 15.2576H27.6626L26.8101 17.3821H24.7188ZM28.3952 13.4172H30.8729L29.6341 10.3455L28.3952 13.4172ZM35.6732 17.3821V7.9097H39.3098C40.7662 7.9097 41.9562 8.35851 42.8797 9.25614C43.8033 10.1538 44.2651 11.2837 44.2651 12.6459C44.2651 13.9991 43.8011 15.1268 42.8731 16.0289C41.9451 16.9311 40.7573 17.3821 39.3098 17.3821H35.6732ZM37.7246 15.5012H39.3098C40.1534 15.5012 40.8328 15.2373 41.3478 14.7095C41.8629 14.1818 42.1204 13.4939 42.1204 12.6459C42.1204 11.8069 41.8607 11.1213 41.3412 10.589C40.8217 10.0568 40.1446 9.79065 39.3098 9.79065H37.7246V15.5012ZM50.211 17.5445C48.7635 17.5445 47.5846 17.0844 46.6744 16.1642C45.7641 15.2441 45.309 14.0713 45.309 12.6459C45.309 11.2837 45.7752 10.1267 46.7077 9.17494C47.6401 8.22319 48.8035 7.74731 50.1977 7.74731C51.0058 7.74731 51.6896 7.85331 52.2491 8.06532C52.8085 8.27732 53.3458 8.60434 53.8609 9.04639L52.5688 10.6296C52.178 10.2958 51.8006 10.0523 51.4365 9.89891C51.0724 9.74554 50.6373 9.66886 50.1311 9.66886C49.3851 9.66886 48.7524 9.9598 48.2329 10.5417C47.7134 11.1236 47.4536 11.825 47.4536 12.6459C47.4536 13.512 47.7178 14.2292 48.2462 14.7975C48.7746 15.3659 49.4517 15.65 50.2776 15.65C51.0413 15.65 51.6852 15.4606 52.2091 15.0817V13.7285H50.1444V11.9287H54.1939V16.0425C53.0305 17.0438 51.7029 17.5445 50.211 17.5445ZM60.055 17.531C58.7851 17.531 57.7949 17.1724 57.0845 16.4552C56.374 15.738 56.0188 14.6938 56.0188 13.3225V7.9097H58.0702V13.2684C58.0702 14.0262 58.2456 14.6058 58.5964 15.0073C58.9471 15.4087 59.4422 15.6094 60.0816 15.6094C60.721 15.6094 61.2161 15.4155 61.5669 15.0276C61.9176 14.6396 62.093 14.0758 62.093 13.336V7.9097H64.1444V13.2549C64.1444 14.6622 63.7825 15.7267 63.0588 16.4484C62.335 17.1701 61.3338 17.531 60.055 17.531ZM64.7004 17.3821L68.6966 7.84204H70.5881L74.5843 17.3821H72.4397L71.5872 15.2576H67.6443L66.7917 17.3821H64.7004ZM68.3769 13.4172H70.8545L69.6157 10.3455L68.3769 13.4172ZM75.6549 17.3821V7.9097H79.9175C81.0986 7.9097 82.0044 8.22995 82.6349 8.87047C83.1677 9.41176 83.4342 10.1425 83.4342 11.0627C83.4342 12.5151 82.7681 13.4939 81.4361 13.9991L83.7139 17.3821H81.3162L79.2914 14.3509H77.7063V17.3821H75.6549ZM77.7063 12.5106H79.7843C80.2816 12.5106 80.6679 12.3865 80.9432 12.1385C81.2185 11.8904 81.3561 11.5588 81.3561 11.1439C81.3561 10.7018 81.214 10.3658 80.9299 10.1357C80.6457 9.90567 80.2505 9.79065 79.7443 9.79065H77.7063V12.5106ZM84.9177 17.3821V7.9097H88.5542C90.0106 7.9097 91.2006 8.35851 92.1241 9.25614C93.0477 10.1538 93.5095 11.2837 93.5095 12.6459C93.5095 13.9991 93.0455 15.1268 92.1175 16.0289C91.1895 16.9311 90.0017 17.3821 88.5542 17.3821H84.9177ZM86.969 15.5012H88.5542C89.3978 15.5012 90.0772 15.2373 90.5923 14.7095C91.1073 14.1818 91.3649 13.4939 91.3649 12.6459C91.3649 11.8069 91.1051 11.1213 90.5856 10.589C90.0661 10.0568 89.389 9.79065 88.5542 9.79065H86.969V15.5012Z' fill='%23F3F3F3'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M102.197 17.2473L106.06 8.16187H104.969L101.761 15.9328L98.5658 8.16187H97.4365L101.299 17.2473H102.197ZM108.845 17.1828V13.9997H111.026C112.036 13.9997 112.876 13.742 113.548 13.2265C114.219 12.711 114.555 11.985 114.555 11.0486C114.555 10.1551 114.251 9.45057 113.644 8.93509C113.037 8.41961 112.22 8.16187 111.193 8.16187V8.16187H107.831V17.1828H108.845ZM111.065 13.0718H108.845V9.10262H111.116C111.86 9.10262 112.448 9.2723 112.881 9.61166C113.313 9.95102 113.529 10.4343 113.529 11.0615C113.529 11.6714 113.304 12.159 112.855 12.5241C112.406 12.8893 111.809 13.0718 111.065 13.0718V13.0718ZM117.391 17.1828V9.78564L123.191 17.1828H124V8.16187H123.012V15.3915L117.353 8.16187H116.403V17.1828H117.391Z' fill='%23F3F3F3'/%3E %3C/svg%3E");
        }

.media-material__pic img {
            max-height: 148px;
        }

.media-material__link {
        position: relative;
        margin-top: 16px;
        padding-left: 32px;
        text-decoration: none;
        color: #74a352;
        color: var(--vpngreen400);
        transition: 0.3s ease color;
        transition: var(--t3) color;
    }

.media-material__link:hover {
        text-decoration: underline;
        color: #568040;
        color: var(--vpngreen700);
    }

.media-material__link::before {
            content: "";
            width: 24px;
            height: 24px;
            position: absolute;
            top: -1px;
            left: 0;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%2374a352'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.6238 11.93C8.88898 11.6118 9.3619 11.5688 9.68011 11.834L12.0284 13.7909L14.3767 11.834C14.6949 11.5688 15.1678 11.6118 15.433 11.93C15.6982 12.2482 15.6552 12.7212 15.337 12.9863L12.5085 15.3434C12.2304 15.5751 11.8264 15.5751 11.5483 15.3434L8.71983 12.9863C8.40162 12.7212 8.35863 12.2482 8.6238 11.93Z' fill='%2374a352'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 3.13623C12.4142 3.13623 12.75 3.47202 12.75 3.88623V13.3862C12.75 13.8004 12.4142 14.1362 12 14.1362C11.5858 14.1362 11.25 13.8004 11.25 13.3862V3.88623C11.25 3.47202 11.5858 3.13623 12 3.13623Z' fill='%2374a352'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.25 6C4.25 5.0335 5.0335 4.25 6 4.25H7.33333C7.74755 4.25 8.08333 4.58579 8.08333 5C8.08333 5.41421 7.74755 5.75 7.33333 5.75H6C5.86193 5.75 5.75 5.86193 5.75 6V18C5.75 18.1381 5.86193 18.25 6 18.25H18C18.1381 18.25 18.25 18.1381 18.25 18V6C18.25 5.86193 18.1381 5.75 18 5.75H16.6667C16.2525 5.75 15.9167 5.41421 15.9167 5C15.9167 4.58579 16.2525 4.25 16.6667 4.25H18C18.9665 4.25 19.75 5.0335 19.75 6V18C19.75 18.9665 18.9665 19.75 18 19.75H6C5.0335 19.75 4.25 18.9665 4.25 18V6Z' fill='%2374a352'/%3E %3C/svg%3E");
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
        }

.media-material__link:hover::before {
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%23568040'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.6238 11.93C8.88898 11.6118 9.3619 11.5688 9.68011 11.834L12.0284 13.7909L14.3767 11.834C14.6949 11.5688 15.1678 11.6118 15.433 11.93C15.6982 12.2482 15.6552 12.7212 15.337 12.9863L12.5085 15.3434C12.2304 15.5751 11.8264 15.5751 11.5483 15.3434L8.71983 12.9863C8.40162 12.7212 8.35863 12.2482 8.6238 11.93Z' fill='%23568040'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 3.13623C12.4142 3.13623 12.75 3.47202 12.75 3.88623V13.3862C12.75 13.8004 12.4142 14.1362 12 14.1362C11.5858 14.1362 11.25 13.8004 11.25 13.3862V3.88623C11.25 3.47202 11.5858 3.13623 12 3.13623Z' fill='%23568040'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.25 6C4.25 5.0335 5.0335 4.25 6 4.25H7.33333C7.74755 4.25 8.08333 4.58579 8.08333 5C8.08333 5.41421 7.74755 5.75 7.33333 5.75H6C5.86193 5.75 5.75 5.86193 5.75 6V18C5.75 18.1381 5.86193 18.25 6 18.25H18C18.1381 18.25 18.25 18.1381 18.25 18V6C18.25 5.86193 18.1381 5.75 18 5.75H16.6667C16.2525 5.75 15.9167 5.41421 15.9167 5C15.9167 4.58579 16.2525 4.25 16.6667 4.25H18C18.9665 4.25 19.75 5.0335 19.75 6V18C19.75 18.9665 18.9665 19.75 18 19.75H6C5.0335 19.75 4.25 18.9665 4.25 18V6Z' fill='%23568040'/%3E %3C/svg%3E");
            }

.tabs--release-btns {
        margin-top: 32px
    }

.tabs--release-btns .tabs__dropdown {
            max-width: 240px;
            margin-bottom: 0;
        }

.tabs__tab:not(:first-child) {
        margin-top: 40px;
    }

.tabs__dropdown {
        position: relative;
        margin-bottom: 40px;
    }

.tabs__dropdown-toggle {
        width: 100%;
        margin: 0;
        border: none;
        border-radius: 8px;
        border-radius: var(--small-border-radius);
        padding: 16px 56px 16px 16px;
        text-align: left;
        font-size: 1.6rem;
        line-height: 1.5;
        background-color: #f3f3f3;
        background-color: var(--gray100);
        color: #4d4d4d;
        color: var(--gray900);
        cursor: pointer
    }

.tabs__dropdown-toggle::before {
            content: "";
            width: 24px;
            height: 24px;
            position: absolute;
            top: 16px;
            right: 16px;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='8' viewBox='0 0 14 8' xmlns='http://www.w3.org/2000/svg' fill='%234d4d4d'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.01305 1.05903C1.29509 0.785662 1.75238 0.785662 2.03442 1.05903L7.30151 6.16405L12.5686 1.05903C12.8506 0.785662 13.3079 0.785662 13.59 1.05903C13.872 1.3324 13.872 1.77561 13.59 2.04898L7.8122 7.64898C7.53016 7.92235 7.07287 7.92235 6.79083 7.64898L1.01305 2.04898C0.731002 1.77561 0.731002 1.3324 1.01305 1.05903Z' fill='%234d4d4d'/%3E%3C/svg%3E");
            background-size: 14px 8px;
            background-repeat: no-repeat;
            background-position: center;
            transition: 0.3s ease transform;
            transition: var(--t3) transform;
        }

.tabs__dropdown-toggle--active+.tabs__dropdown-list {
                opacity: 1;
                visibility: visible;
            }

.tabs__dropdown-toggle--active::before {
                transform-origin: center;
                transform: rotate(180deg);
            }

.tabs__dropdown-list {
        width: 100%;
        display: flex;
        flex-direction: column;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 8px;
        border-radius: var(--small-border-radius);
        padding: 8px 0;
        box-shadow: 0 17px 40px rgba(44, 43, 55, 0.1);
        box-shadow: 0 17px 40px var(--gray400shadow);
        background-color: #ffffff;
        background-color: var(--white);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s ease opacity;
        transition: var(--t3) opacity;
        z-index: 3;
    }

.tabs__dropdown-item {
        margin: 0;
        border: none;
        padding: 13px 16px;
        text-align: left;
        font-size: 1.6rem;
        line-height: 1.5;
        background-color: transparent;
        transition: 0.3s ease background-color;
        transition: var(--t3) background-color;
        cursor: pointer
    }

.tabs__dropdown-item:hover {
            background-color: #f3f3f3;
            background-color: var(--gray100);
        }

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}
.swiper-container-no-flexbox .swiper-slide{float:left}
.swiper-container-vertical>.swiper-wrapper{flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}
.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}
.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;flex-wrap:wrap}
.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}
.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}
.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}
.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-wp8-horizontal{touch-action:pan-y}
.swiper-wp8-vertical{touch-action:pan-x}
.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}
.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}
.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
.swiper-pagination{position:absolute;text-align:center;transition:.3s;transform:translate3d(0,0,0);z-index:10}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}
.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-webkit-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-white .swiper-pagination-bullet{background:#fff}
.swiper-pagination-bullet-active{opacity:1;background:#007aff}
.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}
.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}
.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}
.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}
.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{transform-origin:right top}
.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}
.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}
.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}
.swiper-container-3d{-o-perspective:1200px;perspective:1200px}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}
.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}
.swiper-container-cube,.swiper-container-flip{overflow:visible}
.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}
.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-container-cube .swiper-slide{visibility:hidden;transform-origin:0 0;width:100%;height:100%}
.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}
.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;filter:blur(50px);z-index:0}
.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}
.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}
.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}
.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}
.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}
.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}
.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}
.swiper-scrollbar-cursor-drag{cursor:move}
.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}
.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}
.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}
@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}

/*# sourceMappingURL=main.457.min.css.map*/