@font-face {
    font-family: 'SF Pro Text 400';
    src: url('../fonts/SF/SFProText-Regular.ttf');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'SF Pro Text 500';
    src: url('../fonts/SF/SFProText-Medium.ttf');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'SF Pro Text 600';
    src: url('../fonts/SF/SFProText-Semibold.ttf');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'SF Pro Text 700';
    src: url('../fonts/SF/SFProText-Bold.ttf');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'SF Pro Text 900';
    src: url('../fonts/SF/SFProText-Heavy.ttf');
    font-style: normal;
    font-weight: 900;
}



*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    list-style: none;
    outline: none;
    border: none;
    transition: all 0.2s;
}

.container {
    width: 1040px;
}

header {
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999999;
    border-bottom: 1px solid #DFDFE4;
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(8px);
}

header.dark_mode {
    border-bottom: 1px solid #232329;
    background: rgba(0, 0, 0, 0.90);
    backdrop-filter: blur(8px);
}

header .container {
    display: flex;
    align-items: center;
}

.header_logo {
    width: 99px;
    height: 48px;
    background-image: url('../images/svg/logo.svg');
    margin-right: 48px;
}

.header_logo.dark_mode {
    background-image: url('../images/svg/logo-white.svg');
}

.header_menu {
    display: flex;
}

.menu_item {
    color: #232329;
    font-size: 16px;
    font-family: 'SF Pro Text 400';
}

.menu_item:hover {
    border-bottom: 1px solid #232329;
}

.menu_item.dark_mode:hover {
    border-bottom: 1px solid #fff;
}

.menu_item.dark_mode {
    color: #fff;
}

.menu_item:not(:last-child) {
    margin-right: 48px;
}

.header_button {
    height: 40px;
    width: 146px;
    margin-left: auto;
    background-color: #09B37D;
    color: #FFF;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-family: 'SF Pro Text 400';
}

.header_button:hover {
    cursor: pointer;
    box-shadow: 0px 0px 8px 2px #03ffaf;
}

.welcome {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 144px;
    background-image: url("../images/welcome_bg.png");
    background-size: cover;
}

.welcome .container,
.firstMain .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

h1 {
    color: #FFF;
    font-size: 88px;
    line-height: 105%;
    letter-spacing: -3.52px;
    text-transform: uppercase;
    font-family: 'SF Pro Text 900';
}

.imgBox {
    position: relative;
    width: 100%;
    height: 550px;
    margin-bottom: 52px;
}

.imgBox .firstImg {
    width: 692px;
    height: 414px;
    background-image: url('../images/first_big.png');
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
}

.imgBox .secondImg {
    width: 680px;
    height: 385px;
    background-image: url('../images/second_big.png');
    position: absolute;
    left: 0;
    bottom: 0;
}

.imgBox_desc {
    color: #FFF;
    font-family: 'SF Pro Text 400';
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 24px;
    margin-top: 30px;
}

.ingBox_button {
    width: 102px;
    height: 40px;
    border-radius: 100px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #232329;
    font-size: 16px;
    font-family: 'SF Pro Text 400';
    line-height: 100%;
}

.ingBox_button:hover {
    cursor: pointer;
    box-shadow: 0px 0px 8px 2px #fff;
}

.firstMain {
    padding-top: 120px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.firstMain.dark_mode {
    background-color: #111;
}

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

.card_list,
.about.container .card_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}

.card_item,
.about.container .card_list .card_item {
    padding: 22px;
    width: 248px;
    height: 329px;
    border-radius: 20px;
    border: 1px solid #232329;
    background: radial-gradient(115.02% 141.42% at 0% 0%, #111 0%, rgba(17, 17, 17, 0.00) 100%), radial-gradient(115.02% 141.42% at 100% 100%, #111 0%, rgba(17, 17, 17, 0.00) 100%), #232329;
}

.card_item .img,
.about.container .card_list .card_item .img {
    width: 64px;
    height: 64px;
    margin-bottom: 40px;
    position: relative;
}

.card_item .img div,
.about.container .card_list .card_item .img div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.card_item .img .bg,
.about.container .card_list .card_item .img .bg {
    background-color: #09B37D;
    opacity: 0.3;
    filter: blur(32px);
}

.card_item .img .blocking {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cpath d='M60 6.828L57.172 4L4 57.172L6.828 60L10.828 56H52C53.0604 55.9984 54.0769 55.5765 54.8267 54.8267C55.5765 54.0769 55.9984 53.0604 56 52V10.828L60 6.828ZM52 52H14.828L30.414 36.414L35.172 41.172C35.9221 41.9219 36.9393 42.3431 38 42.3431C39.0607 42.3431 40.0779 41.9219 40.828 41.172L44 38L52 45.994V52ZM52 40.336L46.828 35.164C46.0779 34.4141 45.0607 33.9929 44 33.9929C42.9393 33.9929 41.9221 34.4141 41.172 35.164L38 38.336L33.246 33.582L52 14.828V40.336ZM12 44V38L22 28.006L24.746 30.754L27.578 27.922L24.828 25.172C24.0779 24.4221 23.0607 24.0009 22 24.0009C20.9393 24.0009 19.9221 24.4221 19.172 25.172L12 32.344V12H44V8H12C10.9395 8.00106 9.92266 8.42283 9.17274 9.17274C8.42283 9.92266 8.00106 10.9395 8 12V44H12Z' fill='%2309B37D'/%3E%3C/svg%3E");
}

.card_item .img .privacy,
.privacy.container .list .image .img .icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cpath d='M14.0264 9.92065L14.0164 9.92012L14.0064 9.91999C13.7904 9.91724 13.5806 9.84729 13.4062 9.71987C13.2317 9.59245 13.1013 9.41388 13.033 9.20895C12.9647 9.00402 12.9619 8.78291 13.025 8.57631C13.0872 8.37265 13.2104 8.19305 13.3778 8.06173C18.8052 4.22498 25.3399 2.27131 31.9828 2.49965L31.9914 2.49995H32C37.2826 2.49995 44.7952 3.3972 50.7082 7.646L50.7085 7.64621C50.9316 7.80624 51.0823 8.04798 51.1279 8.31872C51.1731 8.58758 51.1109 8.86337 50.9549 9.08676C50.7894 9.30739 50.5444 9.45489 50.2718 9.4978C49.9973 9.54101 49.7168 9.4747 49.4907 9.31314L49.4796 9.30524L49.4682 9.29796C44.2587 5.98721 38.1674 4.33508 31.9992 4.55964C25.834 4.35403 19.7684 6.15427 14.7134 9.69024L14.7007 9.69911L14.6886 9.70876C14.5012 9.85794 14.2656 9.93332 14.0264 9.92065Z' fill='%2309B37D' stroke='%2309B37D'/%3E%3Cpath d='M56.46 24.52C56.2127 24.5177 55.9695 24.4567 55.7504 24.3419C55.5313 24.2272 55.3426 24.062 55.2 23.86C51.74 18.98 45.56 12.48 32 12.48C27.4914 12.3664 23.0222 13.3436 18.9724 15.3285C14.9227 17.3133 11.4123 20.247 8.73998 23.88C8.49999 24.2071 8.1406 24.4263 7.73989 24.49C7.33918 24.5537 6.92954 24.4566 6.59998 24.22C6.42709 24.0996 6.2811 23.9447 6.17126 23.765C6.06142 23.5852 5.99014 23.3846 5.96193 23.1759C5.93373 22.9672 5.94921 22.7548 6.0074 22.5524C6.0656 22.35 6.16523 22.1618 6.29998 22C9.26267 17.9976 13.1437 14.7658 17.6162 12.5765C22.0887 10.3872 27.0217 9.30467 32 9.41995C43.22 9.41995 51.62 13.58 57.68 22.1C57.9125 22.4344 58.0031 22.8473 57.9319 23.2484C57.8607 23.6495 57.6335 24.006 57.3 24.24C57.0524 24.4114 56.7609 24.5086 56.46 24.52Z' fill='%2309B37D'/%3E%3Cpath d='M24.56 62.0001C24.2497 61.9984 23.947 61.9043 23.6905 61.7297C23.434 61.5552 23.2353 61.3081 23.12 61.0201C23.04 60.8316 22.9994 60.6288 23.0008 60.4242C23.0021 60.2195 23.0453 60.0172 23.1278 59.8299C23.2102 59.6425 23.3301 59.474 23.4801 59.3348C23.6301 59.1955 23.807 59.0884 24 59.0201C32.74 55.6601 38 48.7801 38 40.6001C38.0597 39.7968 37.9455 38.9902 37.6651 38.2351C37.3847 37.48 36.9447 36.7944 36.3752 36.2248C35.8057 35.6553 35.12 35.2153 34.3649 34.9349C33.6099 34.6545 32.8032 34.5403 32 34.6001C28.28 34.6001 26.48 36.6001 26 41.3001C25.7768 43.4983 24.7103 45.5245 23.0245 46.9529C21.3388 48.3813 19.165 49.1007 16.96 48.9601C15.7742 48.9773 14.5978 48.7473 13.5057 48.2849C12.4136 47.8224 11.4299 47.1376 10.6171 46.274C9.80427 45.4104 9.18025 44.3869 8.78476 43.2689C8.38927 42.1508 8.23098 40.9627 8.31998 39.7801C8.4305 33.5965 10.9824 27.7076 15.4188 23.3987C19.8551 19.0897 25.8158 16.7104 32 16.7801C38.341 16.7799 44.4244 19.2893 48.9212 23.7599C53.4181 28.2306 55.963 34.2991 56 40.6401C55.8588 45.1048 54.9172 49.508 53.22 53.6401C53.057 54.0086 52.7578 54.2997 52.385 54.4526C52.0122 54.6054 51.5947 54.6081 51.22 54.4601C51.0341 54.3835 50.8652 54.2708 50.7232 54.1285C50.5812 53.9863 50.4688 53.8172 50.3925 53.6312C50.3162 53.4452 50.2776 53.2459 50.2789 53.0449C50.2802 52.8439 50.3213 52.6451 50.4 52.4601C51.9358 48.7003 52.7956 44.6988 52.94 40.6401C52.9135 35.1074 50.6944 29.811 46.7691 25.912C42.8438 22.0129 37.5326 19.8294 32 19.8401C29.3228 19.787 26.6615 20.2626 24.1684 21.2396C21.6753 22.2166 19.3994 23.6757 17.4711 25.5335C15.5427 27.3913 13.9997 29.6112 12.9305 32.0661C11.8613 34.521 11.2868 37.1628 11.24 39.8401C11.158 40.6182 11.2418 41.4048 11.4858 42.1482C11.7298 42.8916 12.1285 43.5749 12.6557 44.1531C13.1828 44.7313 13.8265 45.1912 14.5443 45.5027C15.262 45.8141 16.0376 45.97 16.82 45.9601C17.5402 46.0317 18.2675 45.9599 18.9599 45.7489C19.6522 45.5379 20.2959 45.1918 20.8538 44.7306C21.4116 44.2695 21.8726 43.7023 22.2101 43.062C22.5476 42.4217 22.7549 41.7209 22.82 41.0001C23.54 34.7801 26.6 31.6201 31.94 31.6201C33.1501 31.5589 34.3596 31.7535 35.4894 32.1913C36.6193 32.6291 37.6442 33.3001 38.4972 34.1607C39.3502 35.0213 40.0122 36.052 40.44 37.1857C40.8678 38.3194 41.0518 39.5305 40.98 40.7401C40.98 50.2201 34.98 58.1801 24.98 62.0001C24.8404 62.0161 24.6995 62.0161 24.56 62.0001Z' fill='%2309B37D'/%3E%3Cpath d='M39.54 60.56C39.157 60.5538 38.7885 60.4121 38.5 60.16C38.3573 60.0187 38.244 59.8504 38.1667 59.6651C38.0894 59.4797 38.0496 59.2808 38.0496 59.08C38.0496 58.8791 38.0894 58.6803 38.1667 58.4949C38.244 58.3095 38.3573 58.1413 38.5 58C42.9996 53.3358 45.5344 47.1206 45.58 40.64C45.58 37.52 44.62 27.34 32.18 27.34C30.3674 27.2762 28.5601 27.5741 26.8638 28.2162C25.1675 28.8584 23.6161 29.8319 22.3 31.08C21.1225 32.245 20.1916 33.6352 19.5628 35.1677C18.934 36.7002 18.6202 38.3436 18.64 40C18.6348 40.4049 18.4702 40.7915 18.182 41.076C17.8937 41.3605 17.505 41.52 17.1 41.52C16.8987 41.5226 16.6989 41.4853 16.5122 41.4101C16.3255 41.3349 16.1555 41.2233 16.0123 41.0819C15.869 40.9405 15.7552 40.7721 15.6776 40.5863C15.6 40.4006 15.56 40.2013 15.56 40C15.5288 37.951 15.9053 35.9163 16.6676 34.0142C17.4298 32.1121 18.5626 30.3804 20 28.92C21.5934 27.3906 23.4747 26.193 25.5346 25.3964C27.5946 24.5999 29.7922 24.2204 32 24.28C44.16 24.28 48.48 33.08 48.48 40.64C48.4539 47.8538 45.6622 54.7829 40.68 60C40.5425 60.171 40.3692 60.3098 40.1722 60.4066C39.9752 60.5034 39.7594 60.5557 39.54 60.56Z' fill='%2309B37D'/%3E%3Cpath d='M17.3201 55.48C16.2775 55.4776 15.2359 55.4175 14.2001 55.3C14.0004 55.2777 13.8072 55.2163 13.6313 55.1193C13.4554 55.0222 13.3004 54.8915 13.175 54.7346C13.0497 54.5777 12.9565 54.3976 12.9007 54.2046C12.8449 54.0117 12.8277 53.8096 12.8501 53.61C12.8724 53.4104 12.9338 53.2171 13.0308 53.0413C13.1278 52.8654 13.2585 52.7104 13.4155 52.585C13.5724 52.4596 13.7525 52.3664 13.9454 52.3107C14.1384 52.2549 14.3404 52.2377 14.5401 52.26C19.5201 52.82 23.4401 51.94 26.2201 49.62C27.5015 48.4741 28.5378 47.0806 29.2664 45.5236C29.9951 43.9665 30.4011 42.2781 30.4601 40.56C30.47 40.3575 30.5208 40.1591 30.6096 39.9768C30.6983 39.7945 30.8231 39.632 30.9764 39.4993C31.1297 39.3666 31.3083 39.2663 31.5014 39.2046C31.6946 39.1428 31.8982 39.1209 32.1001 39.14C32.5032 39.1708 32.8787 39.3569 33.1473 39.6591C33.416 39.9613 33.5568 40.356 33.5401 40.76C33.4558 42.8991 32.9371 44.9988 32.0157 46.9311C31.0942 48.8634 29.7892 50.588 28.1801 52C25.0929 54.4218 21.2398 55.6565 17.3201 55.48Z' fill='%2309B37D'/%3E%3C/svg%3E");
}

.card_item .img .security {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cpath d='M27.6464 33.5336L28 33.8871L28.3536 33.5336L41.18 20.7071L43.2929 22.82L28 38.1129L20.7071 30.82L22.82 28.7071L27.6464 33.5336Z' fill='%2309B37D' stroke='%2309B37D'/%3E%3Cpath d='M32 60L19.648 53.414C16.1267 51.5406 13.1819 48.7437 11.1299 45.3234C9.07776 41.9032 7.99577 37.9887 8.00001 34V8C8.00107 6.93946 8.42284 5.92266 9.17276 5.17274C9.92267 4.42283 10.9395 4.00106 12 4H52C53.0606 4.00106 54.0774 4.42283 54.8273 5.17274C55.5772 5.92266 55.999 6.93946 56 8V34C56.0042 37.9887 54.9223 41.9032 52.8702 45.3234C50.8181 48.7437 47.8733 51.5406 44.352 53.414L32 60ZM12 8V34C11.9967 37.2636 12.8822 40.4665 14.5615 43.2649C16.2409 46.0633 18.6506 48.3515 21.532 49.884L32 55.466L42.468 49.886C45.3498 48.3534 47.7597 46.0648 49.439 43.266C51.1183 40.4673 52.0037 37.2639 52 34V8H12Z' fill='%2309B37D'/%3E%3C/svg%3E");
}

.card_item .img .support {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cpath d='M40 16V20H53.172L36 37.172L27.414 28.586C27.0389 28.2111 26.5303 28.0004 26 28.0004C25.4697 28.0004 24.9611 28.2111 24.586 28.586L4 49.172L6.828 52L26 32.828L34.586 41.414C34.9611 41.7889 35.4697 41.9996 36 41.9996C36.5303 41.9996 37.0389 41.7889 37.414 41.414L56 22.828V36H60V16H40Z' fill='%2309B37D'/%3E%3C/svg%3E");
}


.card_item .title,
.about.container .card_list .card_item .title {
    color: #FFF;
    font-size: 24px;
    line-height: 120%;
    font-family: 'SF Pro Text 600';
    margin-bottom: 18px;
}

.card_item .desc,
.about.container .card_list .card_item .desc {
    color: #A1A1AF;
    font-size: 18px;
    line-height: 140%;
    font-family: 'SF Pro Text 400';
}

.advantages {
    padding: 24px 24px 48px 24px;
    margin-bottom: 120px;
    width: 100%;
    height: 424px;
    border-radius: 20px;
    border: 1px solid #232329;
    background: radial-gradient(115.02% 141.42% at 0% 0%, #111 0%, rgba(17, 17, 17, 0.00) 100%), radial-gradient(115.02% 141.42% at 100% 100%, #111 0%, rgba(17, 17, 17, 0.00) 100%), linear-gradient(0deg, #232329 0%, #232329 100%), #111;
}

.advantages .header {
    height: 48px;
    margin-bottom: 24px;
    display: flex;
}


.advantages .header .ourIcon {
    margin-left: auto;
    width: 99px;
    height: 48px;
    background-image: url('../images/svg/logo-white.svg');
    margin-right: 58px;
}

.advantages .header .otherIcon {
    width: 136px;
    height: 48px;
    margin-right: 80px;
    background-image: url('../images/svg/icon-other-ext.svg');
}

.advantages .line {
    border-top: 1px solid #232329;
    height: 56px;
    display: flex;
    align-items: center;
}

.advantages .line .title {
    color: #FFF;
    font-size: 24px;
    line-height: 120%;
    font-family: 'SF Pro Text 600';
}

.advantages .line .icon {
    width: 24px;
    height: 24px;
    position: relative;
}

.advantages .line .icon.our {
    margin-left: auto;
    margin-right: 148px;
}

.advantages .line .icon.other {
    margin-right: 136px;
}

.advantages .line .icon div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.advantages .line .icon .bg {
    background-color: #09B37D;
    opacity: 0.4;
    filter: blur(16px);
}

.advantages .line .icon .bg.yellow {
    background-color: #FC0;
}

.advantages .line .icon .bg.red {
    background-color: #F21856;
}

.advantages .line .icon .green {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 1.5C9.9233 1.5 7.89323 2.11581 6.16652 3.26957C4.4398 4.42332 3.09399 6.0632 2.29927 7.98182C1.50455 9.90045 1.29661 12.0116 1.70176 14.0484C2.1069 16.0852 3.10693 17.9562 4.57538 19.4246C6.04383 20.8931 7.91476 21.8931 9.95156 22.2982C11.9884 22.7034 14.0996 22.4955 16.0182 21.7007C17.9368 20.906 19.5767 19.5602 20.7304 17.8335C21.8842 16.1068 22.5 14.0767 22.5 12C22.5 9.21523 21.3938 6.54451 19.4246 4.57538C17.4555 2.60625 14.7848 1.5 12 1.5ZM10.5 16.1925L6.75 12.4425L7.9425 11.25L10.5 13.8075L16.0575 8.25L17.2545 9.4395L10.5 16.1925Z' fill='%2309B37D'/%3E%3C/svg%3E");
}

.advantages .line .icon .yellow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M22.0275 8.88C21.8262 8.22748 21.5598 7.59681 21.2325 6.9975C20.7485 6.10801 20.1398 5.29227 19.425 4.575C17.9565 3.10666 16.0856 2.10674 14.0488 1.70168C12.012 1.29662 9.90087 1.50462 7.98231 2.29937C6.06375 3.09412 4.42393 4.43994 3.27023 6.16663C2.11652 7.89332 1.50073 9.92335 1.50073 12C1.50073 14.0767 2.11652 16.1067 3.27023 17.8334C4.42393 19.5601 6.06375 20.9059 7.98231 21.7006C9.90087 22.4954 12.012 22.7034 14.0488 22.2983C16.0856 21.8933 17.9565 20.8933 19.425 19.425C20.1398 18.7077 20.7485 17.892 21.2325 17.0025C21.5598 16.4032 21.8262 15.7725 22.0275 15.12C22.6598 13.0881 22.6598 10.9119 22.0275 8.88ZM2.99997 12C2.99997 9.61306 3.94819 7.32387 5.63601 5.63604C7.32384 3.94822 9.61303 3 12 3V21C9.61303 21 7.32384 20.0518 5.63601 18.364C3.94819 16.6761 2.99997 14.387 2.99997 12Z' fill='%23FFCC00'/%3E%3C/svg%3E");
}

.advantages .line .icon .red {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 1.5C6.15 1.5 1.5 6.15 1.5 12C1.5 17.85 6.15 22.5 12 22.5C17.85 22.5 22.5 17.85 22.5 12C22.5 6.15 17.85 1.5 12 1.5ZM16.05 17.25L12 13.2L7.95 17.25L6.75 16.05L10.8 12L6.75 7.95L7.95 6.75L12 10.8L16.05 6.75L17.25 7.95L13.2 12L17.25 16.05L16.05 17.25Z' fill='%23F21856'/%3E%3C/svg%3E");
}

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

.browsers h2 {
    color: #232329;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -1.2px;
    font-family: 'SF Pro Text 600';
    margin-bottom: 14px;
}

.browsers.dark_mode h2 {
    color: #fff;
}

.browsers p {
    color: #68687B;
    font-size: 18px;
    line-height: 140%;
    font-family: 'SF Pro Text 400';
    margin-bottom: 48px;
}

.browsers.dark_mode p {
    color: #B0B0BC;
}

.browsers .icons {
    display: flex;
    margin-bottom: 16px;
}

.browsers .icons div {
    width: 40px;
    height: 40px;
    background-color: #111;
    border-radius: 50%;
    border: 1px solid #232329;
    background-position: center;
    background-repeat: no-repeat;
}

.browsers.dark_mode .icons.dark_mode div.dark_mode.active {
    border: 1px solid #fff;
}

.browsers .icons div:not(:last-child) {
    margin-right: 16px;
}

.browsers .icons .Chrome {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.827 21.763C5.35 20.771 2 16.777 2 12C2 10.178 2.487 8.47001 3.339 6.99801L7.622 14.417C8.10319 15.2891 8.83394 15.9976 9.72053 16.4516C10.6071 16.9056 11.6091 17.0844 12.598 16.965L9.828 21.763H9.827ZM12 22L16.287 14.575C16.7549 13.7977 17.0015 12.9073 17 12C17.0016 10.9179 16.6505 9.86474 16 9.00001H21.542C21.8467 9.97081 22.0012 10.9825 22 12C22 17.523 17.523 22 12 22ZM14.572 13.545C14.3033 13.9929 13.9222 14.3629 13.4666 14.6183C13.0109 14.8737 12.4965 15.0057 11.9741 15.0012C11.4518 14.9966 10.9397 14.8557 10.4886 14.5924C10.0374 14.3291 9.66287 13.9526 9.402 13.5L9.373 13.45C9.11977 12.9911 8.99118 12.4739 9.00004 11.9498C9.0089 11.4258 9.15489 10.9132 9.42349 10.4631C9.69209 10.0131 10.0739 9.64123 10.5309 9.38464C10.9879 9.12805 11.5042 8.99567 12.0283 9.00069C12.5524 9.0057 13.0661 9.14794 13.5181 9.41323C13.9701 9.67852 14.3447 10.0576 14.6047 10.5127C14.8646 10.9679 15.0008 11.4831 14.9996 12.0073C14.9984 12.5314 14.86 13.046 14.598 13.5L14.572 13.545ZM4.632 5.23901C5.56774 4.2169 6.7062 3.40099 7.97478 2.84331C9.24337 2.28564 10.6142 1.99843 12 2.00001C13.7557 1.99929 15.4807 2.46104 17.0013 3.33878C18.5219 4.21652 19.7845 5.47929 20.662 7.00001H12C11.0205 6.9998 10.0626 7.28721 9.24501 7.82657C8.42744 8.36593 7.78624 9.13349 7.401 10.034L4.632 5.23901Z' fill='%23B0B0BC'/%3E%3C/svg%3E%0A");
}

.browsers .icons .Edge {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.817 21.835C13.7114 21.8382 13.6057 21.8398 13.5 21.84C12.427 21.84 11.126 21.22 10.08 20.082C8.93211 18.8325 8.29664 17.1967 8.3 15.5C8.3 14.082 8.818 12.935 9.501 12.094C9.558 14.58 11.86 17.7 16.5 17.7C18.178 17.7 19.217 17.248 19.78 17.003C19.988 16.913 20.13 16.85 20.216 16.85C20.4 16.85 20.5 16.95 20.5 17.15C20.5 17.337 20.399 17.471 20.074 17.902L20.001 18C18.4945 20.0096 16.2868 21.3787 13.817 21.835ZM10.702 21.916C5.792 21.28 2 17.084 2 12C2 10.72 2.74 9.671 3.897 8.92C5.058 8.164 6.587 7.75 8 7.75C10.276 7.75 11.635 8.515 12.428 9.397C12.478 9.453 12.526 9.509 12.572 9.566C12.3845 9.5221 12.1926 9.49995 12 9.5H11.996C11.5764 9.50023 11.1636 9.60653 10.796 9.809C10.7163 9.8458 10.6376 9.88481 10.56 9.926C9.99756 10.2323 9.48777 10.6266 9.05 11.094C7.91929 12.2814 7.29214 13.8604 7.3 15.5C7.3 17.637 8.155 19.465 9.344 20.758C9.758 21.208 10.218 21.598 10.702 21.916ZM13.852 13.596C14.118 13.316 14.5 12.912 14.5 12C14.5 11.14 14.162 9.829 13.172 8.728C12.165 7.61 10.524 6.75 8 6.75C6.413 6.75 4.692 7.21 3.353 8.08C3.07425 8.26069 2.8101 8.46298 2.563 8.685C3.24989 6.73054 4.52677 5.03763 6.21725 3.84013C7.90772 2.64262 9.92835 1.99964 12 2C17.523 2 22 6 22 10.5C22 13.3 19.8 15.35 17 15.35C15 15.35 13.6 14.7 13.6 14C13.6 13.86 13.71 13.746 13.852 13.596Z' fill='%23B0B0BC'/%3E%3C/svg%3E%0A");
}

.browsers .icons .Firefox {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.001 2C17.524 2 22.001 6.477 22.001 12C22.001 17.523 17.524 22 12.001 22C6.47798 22 2.00098 17.523 2.00098 12C2.00098 10.537 2.31498 9.146 2.88098 7.894C3.34698 6.955 4.11398 6.02 4.73098 5.7C4.07798 6.983 3.75798 8.24 3.69098 9.083C4.14498 7.583 5.00598 6.326 6.21098 5.439C8.27698 3.92 11.059 3.852 12.167 4.819C10.111 5.526 7.87098 8.367 8.36398 11.695C8.44398 12.245 8.60898 12.778 8.85298 13.277C8.46898 12.267 8.43498 10.844 9.05498 9.919C9.74698 8.889 10.733 8.671 11.261 8.783C11.053 8.739 10.593 9.619 10.525 9.774C10.3518 10.1676 10.2662 10.5941 10.274 11.024C10.2887 11.9224 10.6591 12.7783 11.304 13.404C13.226 15.275 16.327 14.539 17.715 12.402C18.669 10.931 18.785 8.434 17.561 6.45C17.2556 5.9669 16.8915 5.52352 16.477 5.13C14.627 3.364 11.997 2.56 9.49498 2.925C8.38898 3.102 7.44798 3.421 6.67098 3.881C7.75598 2.798 9.91298 2 12.001 2Z' fill='%23B0B0BC'/%3E%3C/svg%3E%0A");
}

.browsers .icons .Chrome.active {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.827 21.763C5.35 20.771 2 16.777 2 12C2 10.178 2.487 8.47001 3.339 6.99801L7.622 14.417C8.10319 15.2891 8.83394 15.9976 9.72053 16.4516C10.6071 16.9056 11.6091 17.0844 12.598 16.965L9.828 21.763H9.827ZM12 22L16.287 14.575C16.7549 13.7977 17.0015 12.9073 17 12C17.0016 10.9179 16.6505 9.86474 16 9.00001H21.542C21.8467 9.97081 22.0012 10.9825 22 12C22 17.523 17.523 22 12 22ZM14.572 13.545C14.3033 13.9929 13.9222 14.3629 13.4666 14.6183C13.0109 14.8737 12.4965 15.0057 11.9741 15.0012C11.4518 14.9966 10.9397 14.8557 10.4886 14.5924C10.0374 14.3291 9.66287 13.9526 9.402 13.5L9.373 13.45C9.11977 12.9911 8.99118 12.4739 9.00004 11.9498C9.0089 11.4258 9.15489 10.9132 9.42349 10.4631C9.69209 10.0131 10.0739 9.64123 10.5309 9.38464C10.9879 9.12805 11.5042 8.99567 12.0283 9.00069C12.5524 9.0057 13.0661 9.14794 13.5181 9.41323C13.9701 9.67852 14.3447 10.0576 14.6047 10.5127C14.8646 10.9679 15.0008 11.4831 14.9996 12.0073C14.9984 12.5314 14.86 13.046 14.598 13.5L14.572 13.545ZM4.632 5.23901C5.56774 4.2169 6.7062 3.40099 7.97478 2.84331C9.24337 2.28564 10.6142 1.99843 12 2.00001C13.7557 1.99929 15.4807 2.46104 17.0013 3.33878C18.5219 4.21652 19.7845 5.47929 20.662 7.00001H12C11.0205 6.9998 10.0626 7.28721 9.24501 7.82657C8.42744 8.36593 7.78624 9.13349 7.401 10.034L4.632 5.23901Z' fill='white'/%3E%3C/svg%3E%0A");
}

.browsers .icons .Edge.active {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.817 21.835C13.7114 21.8382 13.6057 21.8398 13.5 21.84C12.427 21.84 11.126 21.22 10.08 20.082C8.93211 18.8325 8.29664 17.1967 8.3 15.5C8.3 14.082 8.818 12.935 9.501 12.094C9.558 14.58 11.86 17.7 16.5 17.7C18.178 17.7 19.217 17.248 19.78 17.003C19.988 16.913 20.13 16.85 20.216 16.85C20.4 16.85 20.5 16.95 20.5 17.15C20.5 17.337 20.399 17.471 20.074 17.902L20.001 18C18.4945 20.0096 16.2868 21.3787 13.817 21.835ZM10.702 21.916C5.792 21.28 2 17.084 2 12C2 10.72 2.74 9.671 3.897 8.92C5.058 8.164 6.587 7.75 8 7.75C10.276 7.75 11.635 8.515 12.428 9.397C12.478 9.453 12.526 9.509 12.572 9.566C12.3845 9.5221 12.1926 9.49995 12 9.5H11.996C11.5764 9.50023 11.1636 9.60653 10.796 9.809C10.7163 9.8458 10.6376 9.88481 10.56 9.926C9.99756 10.2323 9.48777 10.6266 9.05 11.094C7.91929 12.2814 7.29214 13.8604 7.3 15.5C7.3 17.637 8.155 19.465 9.344 20.758C9.758 21.208 10.218 21.598 10.702 21.916ZM13.852 13.596C14.118 13.316 14.5 12.912 14.5 12C14.5 11.14 14.162 9.829 13.172 8.728C12.165 7.61 10.524 6.75 8 6.75C6.413 6.75 4.692 7.21 3.353 8.08C3.07425 8.26069 2.8101 8.46298 2.563 8.685C3.24989 6.73054 4.52677 5.03763 6.21725 3.84013C7.90772 2.64262 9.92835 1.99964 12 2C17.523 2 22 6 22 10.5C22 13.3 19.8 15.35 17 15.35C15 15.35 13.6 14.7 13.6 14C13.6 13.86 13.71 13.746 13.852 13.596Z' fill='white'/%3E%3C/svg%3E%0A");
}

.browsers .icons .Firefox.active {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.001 2C17.524 2 22.001 6.477 22.001 12C22.001 17.523 17.524 22 12.001 22C6.47798 22 2.00098 17.523 2.00098 12C2.00098 10.537 2.31498 9.146 2.88098 7.894C3.34698 6.955 4.11398 6.02 4.73098 5.7C4.07798 6.983 3.75798 8.24 3.69098 9.083C4.14498 7.583 5.00598 6.326 6.21098 5.439C8.27698 3.92 11.059 3.852 12.167 4.819C10.111 5.526 7.87098 8.367 8.36398 11.695C8.44398 12.245 8.60898 12.778 8.85298 13.277C8.46898 12.267 8.43498 10.844 9.05498 9.919C9.74698 8.889 10.733 8.671 11.261 8.783C11.053 8.739 10.593 9.619 10.525 9.774C10.3518 10.1676 10.2662 10.5941 10.274 11.024C10.2887 11.9224 10.6591 12.7783 11.304 13.404C13.226 15.275 16.327 14.539 17.715 12.402C18.669 10.931 18.785 8.434 17.561 6.45C17.2556 5.9669 16.8915 5.52352 16.477 5.13C14.627 3.364 11.997 2.56 9.49498 2.925C8.38898 3.102 7.44798 3.421 6.67098 3.881C7.75598 2.798 9.91298 2 12.001 2Z' fill='white'/%3E%3C/svg%3E%0A");
}

.browsers .button {
    width: 152px;
    height: 40px;
    background-color: #232329;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 120px;
}

.browsers .button:hover {
    cursor: pointer;
    box-shadow: 0px 0px 8px 2px #fff;
}

.browsers .button .icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 8px;
    background-position: center;
    background-repeat: no-repeat;
}

.browsers .button .icon.Chrome {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.827 21.763C5.35 20.771 2 16.777 2 12C2 10.178 2.487 8.47001 3.339 6.99801L7.622 14.417C8.10319 15.2891 8.83394 15.9976 9.72053 16.4516C10.6071 16.9056 11.6091 17.0844 12.598 16.965L9.828 21.763H9.827ZM12 22L16.287 14.575C16.7549 13.7977 17.0015 12.9073 17 12C17.0016 10.9179 16.6505 9.86474 16 9.00001H21.542C21.8467 9.97081 22.0012 10.9825 22 12C22 17.523 17.523 22 12 22ZM14.572 13.545C14.3033 13.9929 13.9222 14.3629 13.4666 14.6183C13.0109 14.8737 12.4965 15.0057 11.9741 15.0012C11.4518 14.9966 10.9397 14.8557 10.4886 14.5924C10.0374 14.3291 9.66287 13.9526 9.402 13.5L9.373 13.45C9.11977 12.9911 8.99118 12.4739 9.00004 11.9498C9.0089 11.4258 9.15489 10.9132 9.42349 10.4631C9.69209 10.0131 10.0739 9.64123 10.5309 9.38464C10.9879 9.12805 11.5042 8.99567 12.0283 9.00069C12.5524 9.0057 13.0661 9.14794 13.5181 9.41323C13.9701 9.67852 14.3447 10.0576 14.6047 10.5127C14.8646 10.9679 15.0008 11.4831 14.9996 12.0073C14.9984 12.5314 14.86 13.046 14.598 13.5L14.572 13.545ZM4.632 5.23901C5.56774 4.2169 6.7062 3.40099 7.97478 2.84331C9.24337 2.28564 10.6142 1.99843 12 2.00001C13.7557 1.99929 15.4807 2.46104 17.0013 3.33878C18.5219 4.21652 19.7845 5.47929 20.662 7.00001H12C11.0205 6.9998 10.0626 7.28721 9.24501 7.82657C8.42744 8.36593 7.78624 9.13349 7.401 10.034L4.632 5.23901Z' fill='white'/%3E%3C/svg%3E%0A");
}

.browsers .button .icon.Edge {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.817 21.835C13.7114 21.8382 13.6057 21.8398 13.5 21.84C12.427 21.84 11.126 21.22 10.08 20.082C8.93211 18.8325 8.29664 17.1967 8.3 15.5C8.3 14.082 8.818 12.935 9.501 12.094C9.558 14.58 11.86 17.7 16.5 17.7C18.178 17.7 19.217 17.248 19.78 17.003C19.988 16.913 20.13 16.85 20.216 16.85C20.4 16.85 20.5 16.95 20.5 17.15C20.5 17.337 20.399 17.471 20.074 17.902L20.001 18C18.4945 20.0096 16.2868 21.3787 13.817 21.835ZM10.702 21.916C5.792 21.28 2 17.084 2 12C2 10.72 2.74 9.671 3.897 8.92C5.058 8.164 6.587 7.75 8 7.75C10.276 7.75 11.635 8.515 12.428 9.397C12.478 9.453 12.526 9.509 12.572 9.566C12.3845 9.5221 12.1926 9.49995 12 9.5H11.996C11.5764 9.50023 11.1636 9.60653 10.796 9.809C10.7163 9.8458 10.6376 9.88481 10.56 9.926C9.99756 10.2323 9.48777 10.6266 9.05 11.094C7.91929 12.2814 7.29214 13.8604 7.3 15.5C7.3 17.637 8.155 19.465 9.344 20.758C9.758 21.208 10.218 21.598 10.702 21.916ZM13.852 13.596C14.118 13.316 14.5 12.912 14.5 12C14.5 11.14 14.162 9.829 13.172 8.728C12.165 7.61 10.524 6.75 8 6.75C6.413 6.75 4.692 7.21 3.353 8.08C3.07425 8.26069 2.8101 8.46298 2.563 8.685C3.24989 6.73054 4.52677 5.03763 6.21725 3.84013C7.90772 2.64262 9.92835 1.99964 12 2C17.523 2 22 6 22 10.5C22 13.3 19.8 15.35 17 15.35C15 15.35 13.6 14.7 13.6 14C13.6 13.86 13.71 13.746 13.852 13.596Z' fill='white'/%3E%3C/svg%3E%0A");
}

.browsers .button .icon.Firefox {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.001 2C17.524 2 22.001 6.477 22.001 12C22.001 17.523 17.524 22 12.001 22C6.47798 22 2.00098 17.523 2.00098 12C2.00098 10.537 2.31498 9.146 2.88098 7.894C3.34698 6.955 4.11398 6.02 4.73098 5.7C4.07798 6.983 3.75798 8.24 3.69098 9.083C4.14498 7.583 5.00598 6.326 6.21098 5.439C8.27698 3.92 11.059 3.852 12.167 4.819C10.111 5.526 7.87098 8.367 8.36398 11.695C8.44398 12.245 8.60898 12.778 8.85298 13.277C8.46898 12.267 8.43498 10.844 9.05498 9.919C9.74698 8.889 10.733 8.671 11.261 8.783C11.053 8.739 10.593 9.619 10.525 9.774C10.3518 10.1676 10.2662 10.5941 10.274 11.024C10.2887 11.9224 10.6591 12.7783 11.304 13.404C13.226 15.275 16.327 14.539 17.715 12.402C18.669 10.931 18.785 8.434 17.561 6.45C17.2556 5.9669 16.8915 5.52352 16.477 5.13C14.627 3.364 11.997 2.56 9.49498 2.925C8.38898 3.102 7.44798 3.421 6.67098 3.881C7.75598 2.798 9.91298 2 12.001 2Z' fill='white'/%3E%3C/svg%3E%0A");
}

.browsers .button p {
    color: #fff;
    font-size: 16px;
    font-family: 'SF Pro Text 400';
    line-height: 100%;
    margin-bottom: 0;
}

.reviews {
    border-top: 1px solid #DFDFE4;
    display: flex;
    justify-content: center;
    padding-top: 120px;
    margin-bottom: 120px;
}

.reviews-wrap {
    position: relative;
    width: 100%;
    height: 336px;
    padding-top: 296px;
    overflow: hidden;
}

.reviews-list {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
}

.reviews-list_item {
    padding: 24px;
    width: 336px;
    height: 248px;
    border-radius: 20px;
    border: 1px solid #F3F4F7;
    background: radial-gradient(115.02% 141.42% at 0% 0%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), radial-gradient(115.02% 141.42% at 100% 100%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), #FAFAFA;
}

.reviews-list_item:not(:last-child) {
    margin-right: 16px;
}

.reviews-list_item .header {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.reviews-list_item .header .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 8px;
}

.reviews-list_item .header .icon.a {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ccircle cx='20' cy='20' r='20' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_841_33' transform='scale(0.0104167)'/%3E%3C/pattern%3E%3Cimage id='image0_841_33' width='96' height='96' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAIAAABt+uBvAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAYKADAAQAAAABAAAAYAAAAACpM19OAAAFcUlEQVR4Ae2ca2yTZRTH263b6Lq26y7d/dLSrV1nN5gMERUDKGpmTDAxGk28xEuIUUNcYvygRv2kfvCaePmmMUb9QJD4wWi4JIpBo8IAGVJww7nBbrRuE2EbLR5Set5nLXvPC+59npmcZsnOef5P3r7n1/M873NOl1kt731q4df8BHLml1i5QIABEXnAgBgQQYCQOYMYEEGAkDmDGBBBgJA5gxgQQYCQOYMYEEGAkDmDGBBBgJA5gxgQQYCQOYMYEEGAkDmDGBBBgJA5gxgQQYCQOYMYEEGAkDmDGBBBgJA5gxgQQYCQOYMIQDZClyV/sv7auwP1+G5vHYh279mHrkJjsWTQjdXeXKsVfzbUVSqEIr71ogD0VKS5xmEXbytU7LplcTBaFIDu8teJdMC25VgfbVmaMajEVQ+o2e3sKC/JDn51ZVn2oPwR9YC620OFttzsyKsK7d3twexxySPqAa2rqcCYJ2ZmpxNJdDf6MpceStIMxYDuDTQsdRdhtHtGxg/FJ9BdXuaBBYiuEkMxoPuDjdZ03Octls+ODnzz58n0gAWW3tOqV5nig+JKbyni+GPq9EfRfmee7fHWJld+Xmp8rbAAcaZMQ2UGvXJNu6cgH6P9fngc7KnZc3vH4zgYcBVlHwJQlWCoBHRbfRVGOJtMftB7LOVu7R/E8Ryr9YGgD135hjJAN9dWhD1uDPhwfPK7k2Mp9+2D0eF/zqK0qkLlgUgZoMfCATguI4XtgyNog/Hj6Cl0S5fkv7jiKnQlG8oAXV9ZjqHCvvNqTy+6YHwc7U+eh8faxVdXQ3XalP1bDaBnlrVUFi7BWPeNx0fPTKMLxpa+wb7J0zgSKSnuvFQ5ghPMM9QA2uirFUP6QtiVcXz38MUtCUYKcnOeiDShJNNQAKitxN1eWoxBwn78xoEj6KLx7q9HZ5Ja2bGmyouSTEMBoM1tQbtQnf4wcuH4k/36aSzWG9PKjkan4+GQP3ua2SMKAEHzEKOCnfjDI/3oZhg7huY82u4JNGRMkODKBvRg0OdzadXpscm/tx0fmi/O13oOwwMO1U5vCRQi6MoxZAO6r0mrTiHCb0+M6sQJj7Yeoexw5+e9IP1AJBUQfP4rvVrz8Gwi8c7BqA4gkLYd18oOcDfUym7mS83YlzojWKZDtHAS3HrrDfqAQIV9Ciqy1DSoTtbVeHcO6eUdecHLmiAVUMbnD88yv7AfGblvqE42hZtkApK3xLrqq0MelxEK+nOuk9vMlwfokRY/fC+oH7wRtdph3xxpNjJzQebIW2KrheoUytCdQyOJpFaO6gcDhVubcPi+01/3JrW761/QuCoJ0HMdrV57Ad4WdFdv+nIXuqQBG/PXXWuxPdJR7vE7HX1TWjVLXuGKJ0haYnc01oi3uDvdGxMHdWzYlaMTUzjBYbN1Lwuha6ohAxB0KsQFAt3V99PdVeOx7Zpbdojfphm/yBXMlAHoyUgz9Cvw5nrjk6n+PI4YMV7f/9uZcwmcCd+XZfRMUFpYQ7vvhb2ueLU1VVrzEMa3Dw6LqkEbdpz9p/7CyXB0fCgko5lvOqBN4UCD04GBQfEJJSi6l2V8NXBCnL/KK6OZbzog8e/GILy9Y7GM7qoYs7798i+HYtMzOKfcXvD81a3ommSYC6jWYV8xt5d8ye6q8dh+Ho2Jk283v5lvLqBnl4eLhA4OdFf/4wHv898HREDwcOwo84gjC25b+V906TM1N4P03/t/oTIg4mNiQAyIIEDInEEMiCBAyJxBDIggQMicQQyIIEDInEEMiCBAyJxBDIggQMicQQyIIEDInEEMiCBAyJxBDIggQMicQQyIIEDInEEMiCBAyJxBDIggQMicQQyIIEDI/wKeUR0dnemqqAAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3C/svg%3E%0A");
}

.reviews-list_item .header .icon.k {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ccircle cx='20' cy='20' r='20' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_841_280' transform='scale(0.0104167)'/%3E%3C/pattern%3E%3Cimage id='image0_841_280' width='96' height='96' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAIAAABt+uBvAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAYKADAAQAAAABAAAAYAAAAACpM19OAAAEw0lEQVR4Ae2caUhUURTHZ8ZRc7Rxa9SmHNssKwqkKIPSogJbkFYo2lAi2mglKgjaiCaDkKIPURBUBgVB2UapEG0mLSC0fNBwGZVc0tQyxxynE8V9d57L+eLce4MzzIfzzv8x59yf/3fnvXsHjSZniYFefRMw9S2R8ocAAUJ8QIAIEEIAkclBBAghgMjkIAKEEEBkchABQgggMjmIACEEEJkcRIAQAohMDiJACAFEJgcRIIQAIpODCBBCAJHJQQQIIYDI5CAChBBAZHIQAUIIIDI5iAAhBBCZHIQAMiP6QMg3liQsHRvOPqm4tn3WtTJ2iAY2i/nZ2jGjIoLYmW2dnnV3qx58bmMZ/wUiAAUYDfBmLz5myX6Cm0sSEiM1Ol3dhpzXjWLoQFeqX2KXFsanxofy+G58+nb8RR2f8WusNKD9KTHrJkby439Z077+XhWf8XesLqCMROuBlBgz12BFS+eqO5X+JqL7fK6+TpF6ODI8KGfeMGuw1l6Lu3tnQW1N2y/BfWkdCC7cf7ncDEeCNZCd86vbe7Ko7l5ZK8sIC1QEBHSm2y08givvm08XN/AZYbFygA7PjF2ZFMGP/0nVj00Pq/mMyFgtQKsnROydZuNvlMqaJUzM/B9AIUCTbIOy59hDA7WWmjo82x5XN7R38R0LjrVuBBfuWe7yonh7mHZn3+nxHnteV1DxveeZIjOqALq1bERybAgbuddguFjSdO5tI8vICpQA5Jw9NGOMlUeQX962I7+Gz8iK5QPKmhy1fcoQE/c0++mre8HNcllEdHUlA4L7nRNpcSFmDQ9MyZseunRdSjzUJkVhTSRGBb/LHPu3HKz1xFi0Hjq6vIeefoEnUmHNoIW05tBTB+qEqEEB8O71086/a7xU0tSrJCsp+RLTDdth1RbGdJKsQ7UALR8Xfjw1ThaLXutKuMTg6aGw8t9ystFgXDU+gi1rwHfZrqlDSpvc8HTaa7vikxIAff3ZtfWRdo9T2dJ5dFYcWxizBJpOzh76sbHjzZef4nH0rCj/EnO+qr/+0ccvcaFmWIru2auUjHxAMOzM+y7dVzs8uOatGCmFiK6oEoCgJ1hshiVnvrmFowefmWvnM1JiVQDBYvPuwtpWdzejADfXm5OjtyRHs4yUQBVAMPi80laYj2BfkL2CA4wwf6c5fPbFmComUAgQDPjUq/pc3wk7OiTgQnp8WJC0PqUV7uvvn3Xf9aL6B6/CvvPt5SP4jMhYOUAw+NV5VeW+E/YcR9iF9OEiubBaKgKCCXtXQS3sFLIuIdgwKXLfdBufEROrCAhGDnuEzqI6fsIONBkPzohd7LvwKICRooBg5NnFDVc/+Nxhhwebzs4fBrvSAriwEuoCghY3PnA9c/lM2LAffS3DwboXECgNCMa/5q5+wk6xW2BvWgCavyVUBwQTNmxvfHN7eCKwN31kZiyf8V+sOiAYOfzazllUDz/wYBRgb3rPNNvKJO13j0wa8MBI/6Krf6b/gYP6H4C/VQKEECZABAghgMjkIAKEEEBkchABQgggMjmIACEEEJkcRIAQAohMDiJACAFEJgcRIIQAIpODCBBCAJHJQQQIIYDI5CAChBBAZHIQAUIIIDI5iAAhBBCZHESAEAKI/BuOphDhxFn3pwAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3C/svg%3E%0A");
}

.reviews-list_item .header .icon.h {
    background-image: url('../images/svg/h.svg');
}

.reviews-list_item .header .name {
    color: #000;
    font-size: 18px;
    font-family: 'SF Pro Text 700';
    line-height: 140%;
}

.reviews-list_item .header .stars {
    width: 88px;
    height: 16px;
    background-size: contain;
    background-image: url(../images/svg/stars.svg);
    margin-left: auto;
}

.reviews-list_item .text {
    color: #68687B;
    font-size: 18px;
    line-height: 140%;
    font-family: 'SF Pro Text 400';
}

.controller {
    display: flex;
    width: fit-content;
    margin: 0 auto;
}

.controller div {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #F3F4F7;
}

.controller .left {
    margin-right: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1925 2.05752C14.2507 2.11558 14.2969 2.18455 14.3284 2.26048C14.3599 2.33641 14.3761 2.41781 14.3761 2.50002C14.3761 2.58223 14.3599 2.66363 14.3284 2.73956C14.2969 2.81549 14.2507 2.88446 14.1925 2.94252L7.13377 10L14.1925 17.0575C14.3099 17.1749 14.3758 17.334 14.3758 17.5C14.3758 17.666 14.3099 17.8252 14.1925 17.9425C14.0752 18.0599 13.916 18.1258 13.75 18.1258C13.584 18.1258 13.4249 18.0599 13.3075 17.9425L5.80752 10.4425C5.74931 10.3845 5.70314 10.3155 5.67163 10.2396C5.64012 10.1636 5.6239 10.0822 5.6239 10C5.6239 9.91781 5.64012 9.83641 5.67163 9.76048C5.70314 9.68455 5.74931 9.61558 5.80752 9.55752L13.3075 2.05752C13.3656 1.99931 13.4345 1.95314 13.5105 1.92163C13.5864 1.89012 13.6678 1.8739 13.75 1.8739C13.8322 1.8739 13.9136 1.89012 13.9896 1.92163C14.0655 1.95314 14.1345 1.99931 14.1925 2.05752Z' fill='black'/%3E%3C/svg%3E%0A");
}

.controller .right {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.80752 2.05752C5.86558 1.99931 5.93454 1.95314 6.01048 1.92163C6.08641 1.89012 6.16781 1.8739 6.25002 1.8739C6.33223 1.8739 6.41363 1.89012 6.48956 1.92163C6.56549 1.95314 6.63446 1.99931 6.69252 2.05752L14.1925 9.55752C14.2507 9.61558 14.2969 9.68455 14.3284 9.76048C14.3599 9.83641 14.3761 9.91781 14.3761 10C14.3761 10.0822 14.3599 10.1636 14.3284 10.2396C14.2969 10.3155 14.2507 10.3845 14.1925 10.4425L6.69252 17.9425C6.57516 18.0599 6.41599 18.1258 6.25002 18.1258C6.08405 18.1258 5.92488 18.0599 5.80752 17.9425C5.69016 17.8252 5.62423 17.666 5.62423 17.5C5.62423 17.334 5.69016 17.1749 5.80752 17.0575L12.8663 10L5.80752 2.94252C5.74931 2.88446 5.70314 2.81549 5.67163 2.73956C5.64012 2.66363 5.6239 2.58223 5.6239 2.50002C5.6239 2.41781 5.64012 2.33641 5.67163 2.26048C5.70314 2.18455 5.74931 2.11558 5.80752 2.05752Z' fill='%23232329'/%3E%3C/svg%3E%0A");
}

.blockCtr {
    opacity: 0.3;
}

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

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

.preview h2 {
    color: #232329;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -1.2px;
    font-family: 'SF Pro Text 600';
    margin-bottom: 14px;
}

.preview p {
    color: #68687B;
    font-size: 18px;
    line-height: 140%;
    font-family: 'SF Pro Text 400';
    margin-bottom: 48px;
}

.preview button {
    color: #FFF;
    font-size: 16px;
    line-height: 100%;
    font-family: 'SF Pro Text 400';
    width: 102px;
    height: 40px;
    background-color: #232329;
    border-radius: 100px;
    cursor: pointer;
    margin-bottom: 48px;
}

.preview button:hover {
    cursor: pointer;
    box-shadow: 0px 0px 8px 2px #000;
}

.preview .popup {
    width: 784px;
    height: 448px;
    position: relative;
    margin-bottom: 32px;
}

.preview .popup .left {
    width: 296px;
    height: 192px;
    background-image: url('../images/svg/left.svg');
    position: absolute;
    top: 56px;
    left: 0;
}

.preview .popup .center {
    width: 316px;
    height: 448px;
    background-image: url('../images/svg/center.svg');
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999;
    background-color: #fff;
}

.preview .popup .right {
    width: 296px;
    height: 192px;
    background-image: url('../images/svg/right.svg');
    position: absolute;
    top: 96px;
    right: 0;
}

.faq {
    margin-bottom: 120px;
    display: flex;
    justify-content: center;
}

.faq-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.faq-wrap .title {
    color: #000;
    text-align: center;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -1.2px;
    font-family: 'SF Pro Text 400';
    margin-bottom: 48px;
}

.quest-block {
    width: 688px;
    height: 210px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    position: relative;
    overflow: hidden;
}

.answer-modal {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: -220px;
    transition: all 0.5s;
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    flex-direction: column;
    align-items: center;
}

.answer-modal-text {
    color: #232329;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    font-family: 'SF Pro Text 400';
}

.asnwer-arrow {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 0.5px solid #DFDFE4;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(90deg);
    cursor: pointer;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1925 2.05752C14.2507 2.11558 14.2969 2.18455 14.3284 2.26048C14.3599 2.33641 14.3761 2.41781 14.3761 2.50002C14.3761 2.58223 14.3599 2.66363 14.3284 2.73956C14.2969 2.81549 14.2507 2.88446 14.1925 2.94252L7.13377 10L14.1925 17.0575C14.3099 17.1749 14.3758 17.334 14.3758 17.5C14.3758 17.666 14.3099 17.8252 14.1925 17.9425C14.0752 18.0599 13.916 18.1258 13.75 18.1258C13.584 18.1258 13.4249 18.0599 13.3075 17.9425L5.80752 10.4425C5.74931 10.3845 5.70314 10.3155 5.67163 10.2396C5.64012 10.1636 5.6239 10.0822 5.6239 10C5.6239 9.91781 5.64012 9.83641 5.67163 9.76048C5.70314 9.68455 5.74931 9.61558 5.80752 9.55752L13.3075 2.05752C13.3656 1.99931 13.4345 1.95314 13.5105 1.92163C13.5864 1.89012 13.6678 1.8739 13.75 1.8739C13.8322 1.8739 13.9136 1.89012 13.9896 1.92163C14.0655 1.95314 14.1345 1.99931 14.1925 2.05752Z' fill='black'/%3E%3C/svg%3E%0A");
}

.quest-item {
    width: 320px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.quest-item .q-title {
    color: #232329;
    font-size: 18px;
    line-height: 140%;
    font-family: 'SF Pro Text 700';
    width: 90%;
}

.quest-item .icon {
    width: 24px;
    height: 24px;
    display: block;
    margin-left: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.05752 5.8074C2.11558 5.74919 2.18455 5.70301 2.26048 5.67151C2.33641 5.64 2.41781 5.62378 2.50002 5.62378C2.58223 5.62378 2.66363 5.64 2.73956 5.67151C2.81549 5.70301 2.88446 5.74919 2.94252 5.8074L10 12.8661L17.0575 5.8074C17.1156 5.74929 17.1846 5.70319 17.2605 5.67174C17.3365 5.64029 17.4178 5.62411 17.5 5.62411C17.5822 5.62411 17.6636 5.64029 17.7395 5.67174C17.8154 5.70319 17.8844 5.74929 17.9425 5.8074C18.0006 5.86551 18.0467 5.93449 18.0782 6.01042C18.1096 6.08634 18.1258 6.16772 18.1258 6.2499C18.1258 6.33208 18.1096 6.41345 18.0782 6.48938C18.0467 6.5653 18.0006 6.63429 17.9425 6.6924L10.4425 14.1924C10.3845 14.2506 10.3155 14.2968 10.2396 14.3283C10.1636 14.3598 10.0822 14.376 10 14.376C9.91781 14.376 9.83641 14.3598 9.76048 14.3283C9.68455 14.2968 9.61558 14.2506 9.55752 14.1924L2.05752 6.6924C1.99931 6.63434 1.95314 6.56537 1.92163 6.48944C1.89012 6.41351 1.8739 6.33211 1.8739 6.2499C1.8739 6.16769 1.89012 6.08629 1.92163 6.01035C1.95314 5.93442 1.99931 5.86545 2.05752 5.8074Z' fill='%233F3F4A'/%3E%3C/svg%3E%0A");
}

.quest-item .answer {
    display: none;
}

footer {
    width: 100%;
    height: 245px;
    background-color: #111;
    display: flex;
    padding-top: 64px;
    justify-content: center;
    border-top: 1px solid #232329;
}

footer .container {
    display: flex;
    align-items: flex-start;
}

footer .container .logo_box {
    width: 248px;
    margin-right: 16px;
}

footer .container .logo_box .logo {
    width: 99px;
    height: 48px;
    background-image: url('../images/svg/logo-white.svg');
    margin-bottom: 39px;
}

footer .container .logo_box p {
    font-family: 'SF Pro Text 400';
    color: #A1A1AF;
    font-size: 14px;
    line-height: 140%;
}

footer .container .nav_box {
    display: flex;
    padding-top: 10px;
}

footer .container .nav_box .left,
footer .container .nav_box .right {
    display: flex;
    flex-direction: column;
}

footer .container .nav_box .left {
    margin-right: 83px;
}

footer .container .nav_box .left p,
footer .container .nav_box .right p {
    color: #FFF;
    font-size: 18px;
    line-height: 140%;
    font-family: 'SF Pro Text 400';
    margin-bottom: 32px;
}

footer .container .nav_box .left .footer_menu_item,
footer .container .nav_box .right .footer_menu_item {
    color: #B0B0BC;
    font-size: 16px;
    font-family: 'SF Pro Text 400';
    line-height: 100%;
    margin-bottom: 32px;
}

.footer_menu_item:hover {
    cursor: pointer;
    color: #fff !important;
}

footer .container button {
    width: 146px;
    height: 40px;
    background-color: #fff;
    border-radius: 1000px;
    color: #232329;
    font-family: 'SF Pro Text 500';
    font-size: 16px;
    line-height: 100%;
    cursor: pointer;
    margin-left: auto;
}

footer .container button:hover {
    cursor: pointer;
    box-shadow: 0px 0px 8px 2px #fff;
}

.contact.container,
.faq.container {
    padding-top: 144px;
    margin: 0 auto;
}

.contact.container h1,
.faq.container h1 {
    margin-bottom: 33px;
}

.contact.container .contact_list .item {
    position: relative;
}

.contact.container .contact_list .item .image {
    position: absolute;
    top: 0;
    left: -88px;
}

.contact.container .contact_list .item .image .img .first {
    background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M60 60H56V50C55.9968 47.3488 54.9422 44.8071 53.0676 42.9324C51.1929 41.0578 48.6512 40.0032 46 40V36C49.7117 36.0042 53.2702 37.4806 55.8948 40.1052C58.5194 42.7298 59.9958 46.2883 60 50V60ZM44 60H40V50C39.9968 47.3488 38.9422 44.8071 37.0676 42.9324C35.1929 41.0578 32.6512 40.0032 30 40H18C15.3488 40.0032 12.8071 41.0578 10.9324 42.9324C9.05776 44.8071 8.00318 47.3488 8 50V60H4V50C4.00423 46.2883 5.48059 42.7298 8.10518 40.1052C10.7298 37.4806 14.2883 36.0042 18 36H30C33.7117 36.0042 37.2702 37.4806 39.8948 40.1052C42.5194 42.7298 43.9958 46.2883 44 50V60ZM40 4V8C42.6522 8 45.1957 9.05357 47.0711 10.9289C48.9464 12.8043 50 15.3478 50 18C50 20.6522 48.9464 23.1957 47.0711 25.0711C45.1957 26.9464 42.6522 28 40 28V32C43.713 32 47.274 30.525 49.8995 27.8995C52.525 25.274 54 21.713 54 18C54 14.287 52.525 10.726 49.8995 8.1005C47.274 5.475 43.713 4 40 4ZM24 8C25.9778 8 27.9112 8.58649 29.5557 9.6853C31.2002 10.7841 32.4819 12.3459 33.2388 14.1732C33.9957 16.0004 34.1937 18.0111 33.8079 19.9509C33.422 21.8907 32.4696 23.6725 31.0711 25.0711C29.6725 26.4696 27.8907 27.422 25.9509 27.8079C24.0111 28.1937 22.0004 27.9957 20.1732 27.2388C18.3459 26.4819 16.7841 25.2002 15.6853 23.5557C14.5865 21.9112 14 19.9778 14 18C14 15.3478 15.0536 12.8043 16.9289 10.9289C18.8043 9.05357 21.3478 8 24 8ZM24 4C21.2311 4 18.5243 4.82109 16.222 6.35943C13.9197 7.89777 12.1253 10.0843 11.0657 12.6424C10.0061 15.2006 9.72881 18.0155 10.269 20.7313C10.8092 23.447 12.1426 25.9416 14.1005 27.8995C16.0584 29.8574 18.553 31.1908 21.2687 31.731C23.9845 32.2712 26.7994 31.9939 29.3576 30.9343C31.9157 29.8747 34.1022 28.0803 35.6406 25.778C37.1789 23.4757 38 20.7689 38 18C38 14.287 36.525 10.726 33.8995 8.1005C31.274 5.475 27.713 4 24 4Z' fill='%2309B37D'/%3E%3C/svg%3E%0A");
}

.contact.container .contact_list .item .image .img .second {
    background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='carbon:email'%3E%3Cpath id='Vector' d='M51.8845 16.4112L53.2015 15.5H51.6H12.4H10.7985L12.1155 16.4112L31.7155 29.9712L32 30.168L32.2845 29.9712L51.8845 16.4112ZM7.5 48V48.5H8H56H56.5V48V17.82V16.8659L55.7155 17.4089L32.8555 33.2289L32.855 33.2292C32.6039 33.4034 32.3056 33.4967 32 33.4967C31.6944 33.4967 31.3961 33.4034 31.145 33.2292L31.1445 33.2289L8.28453 17.4089L7.5 16.8659V17.82V48ZM8 12.5H56C56.9283 12.5 57.8185 12.8687 58.4749 13.5251C59.1312 14.1815 59.5 15.0717 59.5 16V48C59.5 48.9283 59.1312 49.8185 58.4749 50.4749C57.8185 51.1312 56.9283 51.5 56 51.5H8C7.07174 51.5 6.1815 51.1312 5.52513 50.4749C4.86875 49.8185 4.5 48.9283 4.5 48V16C4.5 15.0717 4.86875 14.1815 5.52513 13.5251C6.1815 12.8687 7.07174 12.5 8 12.5Z' fill='%2309B37D' stroke='%2309B37D'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.contact.container .contact_list .item .image .img .third {
    background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='carbon:chemistry-reference'%3E%3Cpath id='Vector' d='M19.6464 46.4744L6.828 59.2929L4.70711 57.172L17.5256 44.3536L18.3791 43.5H17.172H8.5V40.5H23.5V55.5H20.5V46.828V45.6209L19.6464 46.4744Z' fill='%2309B37D' stroke='%2309B37D'/%3E%3Cpath id='Vector_2' d='M40.0002 27.34V8H44.0002V4H20.0002V8H24.0002V27.34L19.1602 34H24.1142L28.0002 28.66V8H36.0002V28.66L51.2202 49.58C51.534 50.0076 51.7603 50.493 51.886 51.0084C52.0117 51.5237 52.0343 52.0588 51.9525 52.5829C51.8707 53.107 51.6862 53.6098 51.4095 54.0624C51.1328 54.5149 50.7694 54.9083 50.3402 55.22C49.6482 55.7231 48.8156 55.996 47.9602 56H30.0002V60H47.9602C49.4431 60.002 50.8976 59.5934 52.1624 58.8194C53.4273 58.0454 54.4531 56.9362 55.1262 55.6149C55.7993 54.2935 56.0934 52.8116 55.9758 51.3334C55.8583 49.8551 55.3336 48.4383 54.4602 47.24L40.0002 27.34Z' fill='%2309B37D'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.faq.container {
    display: flex;
    flex-direction: column;
}

.faq.container .faq_list {
    width: 952px;
    display: flex;
    margin-bottom: 120px;
}

.faq.container .faq_list .left,
.faq.container .faq_list .right {
    width: 424px;
}

.faq.container .faq_list .left {
    margin-right: 104px;
}

.faq.container .faq_list .left .item:not(:last-child),
.faq.container .faq_list .right .item:not(:last-child) {
    margin-bottom: 48px;
}


.mail_link {
    color: #09B37D;
    font-size: 18px;
    line-height: 140%;
    text-decoration-line: underline;
    font-family: 'SF Pro Text 400';
}