*{margin:0;padding:0;box-sizing:border-box}a{display:inline-block}html{scroll-behavior:smooth}body{font-family:"Roboto",sans-serif;font-size:16px;font-weight:400;line-height:150%;padding:0;margin:0;overflow-x:hidden;color:rgba(0,0,0,.6980392157)}h1{font-size:32px;font-weight:700;line-height:120%;color:rgba(0,0,0,.8980392157);padding:0;margin-bottom:16px;max-width:620px}@media screen and (max-width: 1249px){h1{font-size:24px;max-width:100%}}h2{font-size:20px;font-weight:600;line-height:130%;color:rgba(0,0,0,.8980392157);padding:0;margin:20px 0 4px;box-sizing:border-box}@media screen and (max-width: 1249px){h2{font-size:16px;margin:18px 0 2px}}p{font-size:16px;font-style:normal;font-weight:400;line-height:150%;color:rgba(0,0,0,.6);padding:0}@media screen and (max-width: 1249px){p{font-size:14px}}label{cursor:auto}.container{width:1160px;margin:auto;padding:64px 0}@media screen and (min-width: 1250px)and (max-width: 1500px){.container{width:1160px}}@media screen and (max-width: 1249px){.container{padding:48px 16px;width:100%;margin:0}}.title{font-size:24px;font-weight:700;line-height:120%;color:rgba(0,0,0,.8980392157)}@media screen and (max-width: 796px){.title{font-size:20px}}.subtitle{font-size:16px;font-weight:600;line-height:130%;letter-spacing:-0.16px;color:rgba(0,0,0,.8980392157)}@media screen and (max-width: 796px){.subtitle{font-size:14px}}.text{font-size:16px;font-weight:400;line-height:150%;color:rgba(0,0,0,.6980392157)}@media screen and (max-width: 796px){.text{font-size:14px}}.card-title{font-size:20px;font-weight:600;line-height:130%;color:rgba(0,0,0,.8980392157)}@media screen and (max-width: 796px){.card-title{font-size:16px}}.card-text{font-size:16px;font-weight:500;line-height:150%;color:rgba(0,0,0,.6980392157)}@media screen and (max-width: 796px){.card-text{font-size:14px}}.button{border-radius:4px;display:flex;align-items:center;justify-content:center;text-decoration:none;outline:0;box-sizing:border-box;font-size:16px;font-style:normal;font-weight:500;line-height:130%;letter-spacing:-0.16px;white-space:nowrap;cursor:pointer;transition:all .3s ease-in-out;height:44px;padding:0 40px}.button-primary,.button--primary,.button-visit{width:100%;height:48px;grid-column-gap:10px;background:#1663e8;border:1px solid #1663e8;border-radius:6px;justify-content:center;align-items:center;text-transform:none;text-align:center;padding:0 16px;margin:0;display:flex;color:#fff;box-sizing:border-box;font-size:16px;font-weight:500;line-height:130%;text-decoration:none;transition:all .3s ease-in-out}@media screen and (max-width: 860px){.button-primary,.button--primary,.button-visit{max-width:100%;height:40px}}.button-primary--small,.button--primary--small,.button-visit--small{height:44px;min-width:146px}.button-primary:hover,.button-primary:focus,.button--primary:hover,.button--primary:focus,.button-visit:hover,.button-visit:focus{background-color:#124fba !important}.button--primary,.button-visit{max-width:140px;min-width:140px;width:140px;overflow:hidden}.button--secondary{background:linear-gradient(90deg, #3772D6 0%, #1D5CC8 100%);color:#fff;position:relative;overflow:hidden;transition:background .8s ease}.button--secondary::before{content:"";position:absolute;top:0;left:0;right:0;bottom:-20%;background:url("../img/dist/bg_hearts.svg") no-repeat 0 50%;background-size:cover;opacity:0;transition:opacity .8s ease;z-index:0}.button--secondary:hover::before{opacity:1}.button--top-banner{background-color:rgba(0,0,0,0);border:1px solid;width:100%}.button--top-banner:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,.2)}.button--navigation{background-color:rgba(0,0,0,0);border:none;color:rgba(0,0,0,.8980392157);position:relative;padding:0 12px}.button--navigation:hover{color:#124fba}.button--navigation:hover::after{content:"";display:block;width:25%;height:2px;max-width:25%;max-height:2px;background-color:#124fba;position:absolute;right:50%;bottom:0;transform:translateX(50%);transition-duration:.8s}body.modal-open{overflow:hidden}.header{position:sticky;z-index:1000;top:0;left:0;background-color:#fff}.header__container{background-color:#fff;border-bottom:1px solid rgba(0,0,0,.1019607843);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:64px;padding:0 0}@media screen and (max-width: 1249px){.header__container{padding:0 16px;-webkit-box-sizing:border-box;box-sizing:border-box}}.burger-input{display:none}@media screen and (max-width: 1249px){.burger-input:checked~.header-navigation{-webkit-transform:none;-ms-transform:none;transform:none;opacity:1;left:0}.burger-input:checked~.button-burger{background:url("../img/dist/icon_close_burger-menu.svg") center no-repeat;background-size:contain}.burger-input:checked+body{overflow:hidden}}.header-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:65%;gap:40px}@media screen and (max-width: 1249px){.header-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:18px;position:fixed;top:0;background:#fff;height:100%;width:100%;z-index:10;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;left:200%;width:100%;-webkit-transition-property:all;transition-property:all;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center;-webkit-transform:perspective(-200%);transform:perspective(-200%);opacity:0}}.logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px;z-index:100}.logo img{max-width:155px;max-height:32px}.button-burger{width:24px;height:24px;background:url("../img/dist/burger-default.svg") center no-repeat;background-size:contain;display:none;outline:0;border:0;cursor:pointer;font-size:0;z-index:100}@media screen and (max-width: 1249px){.button-burger{display:block}}.menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;margin:0}@media screen and (max-width: 1249px){.menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-row-gap:18px;display:grid}}.menu__item{padding:0;margin:0;list-style-type:none}.error__page{margin-top:64px}.container-404{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:18px;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:40px 0}.container-404__text{text-align:center;padding:0 15px}.error__image{max-width:300px;border-radius:4px}.footer{background:#fff;padding:32px 0}@media screen and (max-width: 1249px){.footer{padding:16px}}.footer__navigation{grid-area:navigation;position:absolute;left:600px;top:20%}@media screen and (max-width: 1249px){.footer__navigation{position:unset}}.footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-row-gap:28px;position:relative;border-top:1px solid rgba(0,0,0,.1019607843)}@media screen and (max-width: 1249px){.footer__container{display:grid;grid-template-areas:"footer-logo" "copyright" "navigation";grid-template-columns:unset;grid-column-gap:unset;grid-row-gap:28px;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media screen and (max-width: 1249px){.footer__container{padding:48px 0}}.footer-logo__image{max-width:100%}.footer-logo{max-height:32px;grid-area:footer-logo}.footer-logo img{max-height:32px;width:auto}.footer_copyright{font-size:14px;font-weight:400;line-height:150%;color:rgba(0,0,0,.8980392157);margin:0;padding:0;grid-area:copyright;width:380px}@media screen and (max-width: 1249px){.footer_copyright{width:auto}}.footer-menu{padding:0;margin:0;display:grid;grid-auto-flow:column;grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(3, 1fr);grid-row-gap:24px;grid-column-gap:150px}@media screen and (min-width: 1250px)and (max-width: 1500px){.footer-menu{grid-template-columns:150px 150px;grid-column-gap:140px}}@media screen and (max-width: 1249px){.footer-menu{grid-template-columns:112px 112px;grid-column-gap:60px}}@media screen and (max-width: 768px){.footer-menu{grid-auto-flow:dense}}.footer-menu__item{padding:0;margin:0;list-style-type:none}.footer-menu__link{font-size:16px;font-weight:500;line-height:150%;color:rgba(0,0,0,.6);text-decoration:none}.footer-menu__link:hover{color:#1663e8}.hero-section{width:1160px;max-width:1160px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width: 1249px){.hero-section{max-width:100%;width:100%;padding:48px 32px 24px 32px}}@media screen and (max-width: 768px){.hero-section{gap:16px;padding:20px 16px 20px 16px}}.page-date-update{color:rgba(0,0,0,.8);margin:0;padding:0;font-size:16px;font-weight:500;line-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:20px;gap:8px}@media screen and (max-width: 768px){.page-date-update{font-size:14px;gap:4px}}.page-date-update span{color:rgba(0,0,0,.6980392157);margin:0;font-size:16px;font-weight:400;line-height:100%}@media screen and (max-width: 768px){.page-date-update span{font-size:14px}}.page-date-update:before{content:"";display:block;width:20px;min-width:20px;height:20px;background:url("../img/dist/date_update_icon.svg") center no-repeat;background-size:contain}.hero-text{max-width:764px;color:rgba(0,0,0,.6980392157);margin:0;padding:0;font-size:16px;font-weight:400;line-height:150%}@media screen and (max-width: 768px){.hero-text{font-size:14px}}.hero-title{color:rgba(0,0,0,.8980392157);margin:0;padding:0;font-size:32px;font-weight:700;line-height:130%;text-transform:capitalize}.hero-title a{text-decoration:none;border-bottom:3px solid rgba(0,0,0,0);-webkit-transition:border-color .3s ease-in-out;transition:border-color .3s ease-in-out}@media(any-hover: hover){.hero-title a:hover{border-color:#49adf4}}@media screen and (max-width: 768px){.hero-title{font-size:24px}}.page-content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width: 1200px){.page-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:100%}}.page-content h2{color:rgba(0,0,0,.8980392157);font-size:24px;font-weight:700;line-height:130%;margin:32px 0}@media screen and (max-width: 768px){.page-content h2{font-size:20px;margin:24px 0}}.page-content h3{color:rgba(0,0,0,.8980392157);font-size:20px;font-weight:600;line-height:160%;margin-top:24px}@media screen and (max-width: 768px){.page-content h3{font-size:16px;margin-top:16px}}.page-content h4{color:rgba(0,0,0,.8980392157);font-size:18px;font-weight:600;line-height:160%;margin-top:20px}@media screen and (max-width: 768px){.page-content h4{font-size:16px;margin-top:16px}}.page-content a{color:#49adf4;font-size:16px;font-weight:400;line-height:150%}@media screen and (max-width: 768px){.page-content a{font-size:14px}}.page-content p{color:rgba(0,0,0,.6980392157);font-size:16px;font-weight:400;line-height:150%;margin-top:16px}@media screen and (max-width: 768px){.page-content p{font-size:14px;margin-top:12px}}.page-content figure{max-width:100%;height:auto;width:auto}.page-content figure img{max-width:100%;height:auto;width:auto}.page-content img{max-width:100%;height:auto;width:auto}.page-content ul,.page-content ol{list-style-position:inside;margin-top:16px;padding-left:15px}.page-content ul li,.page-content ol li{color:rgba(0,0,0,.6980392157);font-size:16px;font-weight:400;line-height:150%;margin-bottom:8px}@media screen and (max-width: 768px){.page-content ul li,.page-content ol li{font-size:14px;margin-top:12px}}.page-content table{width:100%;border-radius:10px;border-collapse:collapse;overflow:hidden;margin:40px 0}.page-content table ul li,.page-content table ol li{padding:2px;margin:0}.page-content tr,.page-content th{color:rgba(0,0,0,.8980392157)}.page-content tr:nth-child(even),.page-content tr:nth-child(even) td,.page-content tr:nth-child(even) th{background-color:#fafafa}.page-content tr:nth-child(odd),.page-content tr:nth-child(odd) td,.page-content tr:nth-child(odd) th{background-color:#eef2fe}.page-content th{border-bottom:1px solid #d4d4d8;text-align:start;padding:10px 20px}.page-content tr:not(:last-child){border-bottom:1px solid #d4d4d8}.page-content tr:not(:first-child){border-top:1px solid #d4d4d8}.page-content td:first-child{font-size:18px;font-weight:600;line-height:130%;letter-spacing:-0.18px;color:rgba(0,0,0,.8980392157)}@media screen and (max-width: 768px){.page-content td:first-child{font-size:16px}}.page-content td{padding:10px 8px}.page-content td:not(:first-child){font-size:16px;font-weight:400;line-height:150%}@media screen and (max-width: 768px){.page-content td:not(:first-child){font-size:14px}}.page-content--main{width:800px;margin:0 160px;padding:86px 0}@media screen and (max-width: 4000px)and (min-width: 1920px){.page-content--main{width:1160px;margin:0 auto;padding:86px 0}}@media screen and (max-width: 1249px){.page-content--main{width:auto;margin:0;padding:32px 16px}}.page-content--single{width:1160px;margin:0 auto;padding:0 100px 86px 100px}@media screen and (max-width: 768px){.page-content--single{padding:0 16px 48px 16px}}@media screen and (max-width: 768px){.page-content--inner{padding:0}}.page-content--policy p{margin-top:0;margin-bottom:0}.page-content--policy h2{margin:5px 0}.top-brands-column__title{color:rgba(0,0,0,.8);font-size:20px;font-style:normal;font-weight:600;line-height:160%;margin:0}@media screen and (max-width: 768px){.top-brands-column__title{font-size:16px;text-align:center}}.top-brands-column{width:300px;max-width:300px;row-gap:24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width: 1200px){.top-brands-column{display:none}}.top-brands{width:100%;row-gap:24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;margin:0}@media screen and (max-width: 1200px){.top-brands{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-column-gap:32px;-moz-column-gap:32px;column-gap:32px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (max-width: 1050px){.top-brands{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.top-brands__item{width:100%;max-width:300px;grid-row-gap:32px;border-bottom:1px solid #ebebeb;list-style-type:none;padding:24px 0;margin:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width: 768px){.top-brands__item{max-width:100%}}.post-thumbnail{max-width:100%;height:auto;margin-bottom:16px}.brand{width:100%;height:48px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.logo-wrapper{width:132px;height:38px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex}.logo-wrapper img{max-width:100%;max-height:100%;width:auto;height:auto}.rating{grid-column-gap:8px;-webkit-box-flex:0;-ms-flex:0 auto;flex:0 auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex}.rating__value{color:rgba(0,0,0,.8);margin-top:0;margin-bottom:0;font-size:16px;font-weight:500;line-height:100%;text-decoration:none}.stars{width:112px;height:17px;background:#5a5a5a;-webkit-mask:url("../img/dist/container_stars.svg") left no-repeat;mask:url("../img/dist/container_stars.svg") left no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.stars-current{height:17px;background:#feb930;-webkit-mask:url("../img/dist/container_stars.svg") left no-repeat;mask:url("../img/dist/container_stars.svg") left no-repeat;-webkit-mask-size:auto;mask-size:auto;position:absolute;left:0;top:0}.brand-list{-webkit-column-gap:74px;-moz-column-gap:74px;column-gap:74px;padding:0 0 64px;display:-webkit-box;display:-ms-flexbox;display:flex;width:1160px;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width: 1200px){.brand-list{width:100%;-webkit-column-gap:unset;-moz-column-gap:unset;column-gap:unset;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:48px}}@media screen and (max-width: 1200px)and (min-width: 769px){.brand-list{padding-left:32px;padding-right:32px}}@media screen and (max-width: 860px){.brand-list.container{overflow-x:hidden}}@media screen and (max-width: 768px){.brand-list{width:100%;padding:0 16px 48px}}.left-column{width:764px;min-width:764px;grid-row-gap:16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width: 1200px){.left-column{width:100%;min-width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.card-brand{width:100%;border-radius:8px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:6px;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 4px 10px 0 rgba(0,0,0,.05);box-shadow:0 4px 10px 0 rgba(0,0,0,.05);background:#fff}@media screen and (max-width: 860px){.card-brand{min-width:343px}}@media screen and (max-width: 600px){.card-brand{width:100%;min-width:100%}}.card-brand__label{height:48px;max-width:100%;border-radius:8px 8px 0 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#fff;font-size:16px;font-weight:500;line-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding:0 24px}@media screen and (max-width: 860px){.card-brand__label{font-size:14px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:12px 24px;gap:10px;height:auto;font-weight:400}}.card-brand__label>p{color:#fff;font-size:16px;font-weight:400;line-height:100%}@media screen and (max-width: 768px){.card-brand__label>p{font-size:14px}}.card-brand__label--one{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.card-brand__frame{text-align:center}.card-brand__frame p{color:#fff;font-size:14px;font-weight:600;line-height:130%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}@media screen and (max-width: 860px){.card-brand__frame p{font-size:12px}}.card-brand{position:relative}.card-brand.type_4{margin-top:36px;border-top-left-radius:0}@media screen and (max-width: 860px){.card-brand.type_4{margin-top:28px}}.card-brand.type_5{margin-top:36px;border-top-right-radius:0}@media screen and (max-width: 860px){.card-brand.type_5{margin-top:28px}}.card-brand.type_10{border-top-left-radius:36px}@media screen and (max-width: 860px){.card-brand.type_10{border-top-left-radius:8px;border-top-right-radius:36px}}.card-brand.type_11 .column-logo,.card-brand.type_12 .column-logo{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.card-brand__type_1{position:absolute;top:8px;left:0;max-width:216px;width:100%;height:30px;padding:6px 12px 6px 32px;border-radius:0px 2px 2px 0px;background-color:rgba(226,153,48,.2)}.card-brand__type_1::before{position:absolute;content:"";top:50%;left:8px;width:18px;height:18px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background:url("../img/dist/card-brand-frame_top.svg") center/cover no-repeat}.card-brand__type_1 p{color:rgba(0,0,0,.8980392157);font-size:14px}@media screen and (max-width: 860px){.card-brand__type_1{position:relative;left:auto;right:0;max-width:190px;height:28px;padding-left:30px;border-radius:2px 0px 0px 2px;-ms-flex-item-align:end;align-self:flex-end}.card-brand__type_1::before{width:16px;height:16px}.card-brand__type_1 p{font-size:12px}}.card-brand__type_2{position:absolute;top:8px;left:0;max-width:172px;width:100%;height:32px;padding:8px 12px;border-radius:0px 2px 2px 0px;background-color:#e29930}.card-brand__type_2::before{position:absolute;content:"";top:0;left:-36px;width:39px;height:63px;background:url("../img/dist/card-brand-frame_type-2_pc.svg") center/cover no-repeat}.card-brand__type_2 p{font-size:12px}@media screen and (max-width: 860px){.card-brand__type_2{position:relative;left:auto;right:0;height:28px;padding-block:6px;border-radius:2px 0px 0px 2px;-ms-flex-item-align:end;align-self:flex-end}.card-brand__type_2::before{left:auto;right:-36px;height:56px;background-image:url("../img/dist/card-brand-frame_type-2_mobile.svg")}}.card-brand__type_3{width:100%;height:37px;padding:8px 12px;background-color:#e29930}.card-brand__type_3::before,.card-brand__type_3::after{position:absolute;content:"";top:0;width:39px;height:74px}.card-brand__type_3::before{left:-36px;background:url("../img/dist/card-brand-frame_left-segment.svg") center/cover no-repeat}.card-brand__type_3::after{right:-36px;background:url("../img/dist/card-brand-frame_right-segment.svg") center/cover no-repeat}.card-brand__type_3 p{font-size:16px}@media screen and (max-width: 860px){.card-brand__type_3{height:34px}.card-brand__type_3::before,.card-brand__type_3::after{height:67px}.card-brand__type_3::before{background-image:url("../img/dist/card-brand-frame_left-segment_mobile.svg")}.card-brand__type_3::after{background-image:url("../img/dist/card-brand-frame_right-segment_mobile.svg")}.card-brand__type_3 p{font-size:14px}}.card-brand__type_4{position:absolute;top:-36px;left:0;max-width:264px;width:100%;min-height:36px;padding:10px 16px 4px 52px;border-radius:8px 8px 0px 0px;-webkit-box-shadow:0 4px 10px 0 rgba(0,0,0,.05);box-shadow:0 4px 10px 0 rgba(0,0,0,.05);background-color:#fff;z-index:-1}.card-brand__type_4::before{position:absolute;content:"";top:10px;left:16px;width:24px;height:24px;background:url("../img/dist/card-brand-frame_top.svg") center/cover no-repeat}.card-brand__type_4 p{font-size:16px;color:rgba(0,0,0,.8980392157)}@media screen and (max-width: 860px){.card-brand__type_4{top:-28px;max-width:234px;min-height:28px;padding:8px 16px 2px 46px}.card-brand__type_4::before{top:8px;width:18px;height:18px}.card-brand__type_4 p{font-size:14px}}.card-brand__type_5{position:absolute;top:-36px;right:0;max-width:264px;width:100%;min-height:36px;padding:10px 16px 4px 52px;border-radius:8px 8px 0px 0px;-webkit-box-shadow:0 4px 10px 0 rgba(0,0,0,.05);box-shadow:0 4px 10px 0 rgba(0,0,0,.05);background-color:#fff;z-index:-1}.card-brand__type_5::before{position:absolute;content:"";top:10px;left:16px;width:24px;height:24px;background:url("../img/dist/card-brand-frame_type-5.svg") center/cover no-repeat}.card-brand__type_5 p{font-size:16px;color:rgba(0,0,0,.8980392157)}@media screen and (max-width: 860px){.card-brand__type_5{top:-28px;max-width:234px;min-height:28px;padding:8px 16px 2px 46px}.card-brand__type_5::before{top:8px;width:18px;height:18px}.card-brand__type_5 p{font-size:14px}}.card-brand__type_6,.card-brand__type_7{position:absolute;top:8px;max-width:194px;width:100%;height:30px;padding:6px 10px;border-radius:2px;border:1px solid rgba(226,153,48,.6);background-color:rgba(216,143,38,.1)}.card-brand__type_6 p,.card-brand__type_7 p{color:rgba(0,0,0,.8980392157);font-size:14px}@media screen and (max-width: 860px){.card-brand__type_6,.card-brand__type_7{position:relative;max-width:170px;height:28px;-ms-flex-item-align:end;align-self:flex-end}.card-brand__type_6 p,.card-brand__type_7 p{font-size:12px}}.card-brand__type_6{left:0;border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}@media screen and (max-width: 860px){.card-brand__type_6{left:auto;right:0;border-left:1px solid rgba(226,153,48,.6);border-right:none;border-radius:2px 0px 0px 2px}}.card-brand__type_7{left:8px}@media screen and (max-width: 860px){.card-brand__type_7{left:auto;right:8px}}.card-brand__type_8{position:absolute;top:8px;left:8px;max-width:196px;width:100%;height:30px;padding:6px 12px;border-radius:99px;background-color:#e29930}@media screen and (max-width: 860px){.card-brand__type_8{position:relative;left:auto;right:8px;max-width:172px;height:28px;-ms-flex-item-align:end;align-self:flex-end}}.card-brand__type_9{position:absolute;top:0;left:18px;max-width:204px;width:100%;height:30px;padding:4px 16px 8px 16px;border-radius:0px 0px 99px 99px;background-color:#e29930}.card-brand__type_9::before{position:absolute;content:"";top:-4px;left:-6px;right:-6px;min-width:216px;width:100%;height:5px;background:url("../img/dist/card-brand-frame_type-9_pc.svg") center/cover no-repeat}@media screen and (max-width: 860px){.card-brand__type_9{position:relative;left:auto;right:14px;max-width:180px;height:28px;-ms-flex-item-align:end;align-self:flex-end}.card-brand__type_9::before{min-width:191px;left:-5px;right:-5px;background-image:url("../img/dist/card-brand-frame_type-9_mobile.svg")}}.card-brand__type_10{position:absolute;top:0;left:0;max-width:212px;width:100%;height:34px;padding:8px 20px;border-radius:99px 0px;background-color:#e29930}@media screen and (max-width: 860px){.card-brand__type_10{position:relative;left:auto;right:0;max-width:180px;height:32px;padding-inline:16px;border-radius:0px 99px;-ms-flex-item-align:end;align-self:flex-end}}.card-brand__type_11 p,.card-brand__type_12 p{font-size:12px;font-weight:500;line-height:normal;text-transform:uppercase;white-space:wrap;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:28px;min-height:28px;max-width:43px;width:100%;height:100%}@media screen and (max-width: 860px){.card-brand__type_11 p,.card-brand__type_12 p{font-size:6px}}.card-brand__type_11{position:absolute;top:-15px;left:-69px;width:115px;height:136px;padding:16px 18px 72px 48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:url("../img/dist/card-brand-frame_type-11_pc.svg") center/cover no-repeat;z-index:5}@media screen and (max-width: 860px){.card-brand__type_11{top:-16px;left:auto;right:3px;width:50px;height:68px;padding:24px 20px 38px 4px;background-image:url("../img/dist/card-brand-frame_type-11_mobile.svg")}}.card-brand__type_12{position:absolute;top:-29px;left:-47px;width:96px;height:96px;padding:22px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:url("../img/dist/card-brand-frame_type-12.svg") center/cover no-repeat;z-index:5}@media screen and (max-width: 860px){.card-brand__type_12{top:-22px;left:auto;right:-6px;width:64px;height:64px;padding:32px 18px 18px 18px}}.card-brand__container{width:100%;grid-column-gap:64px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width: 860px){.card-brand__container{padding:20px;row-gap:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.button-primary{position:relative}.button-primary::before,.button-primary::after{position:absolute;content:"";top:50%;width:24px;height:24px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}@media screen and (max-width: 860px){.button-primary::before,.button-primary::after{width:32px;height:32px}}.button-primary::before{left:6px}@media screen and (max-width: 860px){.button-primary::before{left:14px}}.button-primary::after{right:6px}@media screen and (max-width: 860px){.button-primary::after{right:14px}}@media(any-hover: hover){.button-primary:hover::before,.button-primary:hover::after{opacity:1}}.button-primary.hover-effect__type_1::before{background-image:url("../img/dist/hover-effect_type-1_left.svg")}.button-primary.hover-effect__type_2::before{background-image:url("../img/dist/hover-effect_type-2_left.svg")}.button-primary.hover-effect__type_3::before{background-image:url("../img/dist/hover-effect_type-3_left.svg")}.button-primary.hover-effect__type_4::before{background-image:url("../img/dist/hover-effect_type-4_left.svg")}.button-primary.hover-effect__type_5::before{background-image:url("../img/dist/hover-effect_type-5_left.svg")}.button-primary.hover-effect__type_6::before{background-image:url("../img/dist/hover-effect_type-6.svg")}.button-primary.hover-effect__type_1::after{background-image:url("../img/dist/hover-effect_type-1_right.svg")}.button-primary.hover-effect__type_2::after{background-image:url("../img/dist/hover-effect_type-2_right.svg")}.button-primary.hover-effect__type_3::after{background-image:url("../img/dist/hover-effect_type-3_right.svg")}.button-primary.hover-effect__type_4::after{background-image:url("../img/dist/hover-effect_type-4_right.svg")}.button-primary.hover-effect__type_5::after{background-image:url("../img/dist/hover-effect_type-5_right.svg")}.button-primary.hover-effect__type_6::after{background-image:url("../img/dist/hover-effect_type-6.svg")}.column-logo{width:150px;max-width:150px;grid-row-gap:8px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px}@media screen and (max-width: 860px){.column-logo{width:100%;max-width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.column-features{width:100%;max-width:288px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px}@media screen and (max-width: 860px){.column-features{max-width:100%;row-gap:16px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.features{width:100%;grid-row-gap:16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;margin:0}@media screen and (max-width: 860px){.features{grid-row-gap:2px}}.features__item{width:100%;grid-column-gap:8px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;list-style-type:none;color:#333;font-size:16px;line-height:normal;padding:0;margin:0}.features__item a{color:#333;font-size:16px;line-height:normal;text-decoration:none}.features__item a:hover,.features__item a:focus{color:#2e59c9}@media screen and (max-width: 768px){.features__item{font-size:14px}}.features__item:before{width:24px;min-width:24px;height:24px;content:"";display:block;background:#1663e8;-webkit-mask:url("../img/dist/icon_checkmark.svg") center no-repeat;mask:url("../img/dist/icon_checkmark.svg") center no-repeat;-webkit-mask-size:contain;mask-size:contain}.features__item,.features__item a{font-size:16px;font-weight:400;line-height:150%;color:rgba(0,0,0,.8);text-decoration:none}@media screen and (max-width: 768px){.features__item,.features__item a{font-size:14px}}.features__item a:focus,.features__item a:hover{color:#49adf4}.card-brand__link{color:rgba(0,0,0,.8980392157);padding:0;margin:auto 0 0;font-size:16px;font-weight:500;line-height:130%;text-decoration:none;-webkit-transition:all .2s;transition:all .2s}@media screen and (max-width: 768px){.card-brand__link{font-size:14px}}.card-brand__link:hover,.card-brand__link:focus{color:#1663e8;text-decoration:underline}.card-brand__link:hover .article__content,.card-brand__link:focus .article__content{color:#1663e8;text-decoration:none !important}.column-buttons{width:150px;max-width:150px;grid-row-gap:16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width: 860px){.column-buttons{width:100%;max-width:100%;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;margin-top:-70px}}.grade{width:100%;grid-column-gap:12px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width: 860px){.grade{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-item-align:end;align-self:flex-end;width:70px}}.rating-value{color:rgba(0,0,0,.8);text-align:center;margin-top:0;margin-bottom:0;font-size:24px;font-style:normal;font-weight:500;line-height:150%;text-decoration:none}@media screen and (max-width: 768px){.rating-value{font-size:20px}}.content-3{gap:4px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;position:relative;z-index:100}.text-37{color:rgba(0,0,0,.8);margin-top:0;margin-bottom:0;font-size:16px;font-weight:400;line-height:150%;text-decoration:none}@media screen and (max-width: 768px){.text-37{font-size:14px}}.score{-webkit-box-flex:0;-ms-flex:0 auto;flex:0 auto;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;cursor:pointer;z-index:10}.toooltip-title{color:#5a5a5a;margin-top:0;margin-bottom:0;font-size:12px;font-weight:400;line-height:100%;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:2px}.toooltip-title:hover{color:#333}.toooltip-title:before{content:"";display:block;width:16px;height:16px;min-width:16px;background:#5a5a5a;-webkit-mask:url("../img/dist/tooltip.svg") center no-repeat;mask:url("../img/dist/tooltip.svg") center no-repeat;-webkit-mask-size:14px;mask-size:14px}.content-3:hover .tooptip-description,.content-3:focus .tooptip-description{display:-webkit-box;display:-ms-flexbox;display:flex}.tooptip-description{border-radius:5px;background:#fff;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left;padding:16px 20px 16px 16px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 4px 30px 0 rgba(0,0,0,.1);box-shadow:0 4px 30px 0 rgba(0,0,0,.1);position:absolute;font-size:14px;font-weight:400;line-height:normal;color:#333;top:24px;right:-16px;width:211px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media screen and (max-width: 860px){.tooptip-description{left:-140px;width:172px;padding:12px;font-size:12px;top:26px}}.tooptip-description:before{content:"";display:block;height:15px;width:15px;min-width:15px;background:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);position:absolute;top:-4px;right:16px;-webkit-box-shadow:0 4px 30px 0 rgba(0,0,0,.1);box-shadow:0 4px 30px 0 rgba(0,0,0,.1);z-index:0}.right-column{width:300px;max-width:300px;grid-row-gap:24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto}.right-column__container{grid-row-gap:24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;min-width:312px;border-radius:8px;background-color:#fff;-webkit-box-shadow:3px 4px 15px 0px rgba(0,0,0,.1);box-shadow:3px 4px 15px 0px rgba(0,0,0,.1)}@media screen and (max-width: 1249px){.right-column__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto;padding:24px}}@media screen and (max-width: 860px){.right-column__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:312px;padding:0}}@media screen and (max-width: 1249px){.right-column{max-width:100%;width:100%;grid-row-gap:48px}}.banner,.banner__content{text-decoration:none}.banner{max-width:312px;min-width:312px;grid-row-gap:24px;padding:30px 13px 13px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:8px 8px 0 0;overflow:hidden;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:25px}.banner__content{width:160px;row-gap:30px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex}.banner__text{width:160px;color:rgba(0,0,0,.8980392157);font-size:18px;font-weight:600;line-height:130%;margin:0}.banner__logo{height:32px;max-width:140px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.banner__logo img{max-width:100%;max-height:100%;width:auto;height:auto}.button-banner{width:100%;height:40px;text-decoration:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.banner-vertical{width:100%;max-width:312px;height:390px;max-height:390px;grid-row-gap:20px;padding:24px 16px;border-radius:10px;overflow:hidden;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;text-decoration:none}@media screen and (max-width: 1200px){.banner-vertical{display:none}}.banner-vertical:before{content:"";display:block;width:100%;height:100%;border-radius:10px;background:radial-gradient(281.02% 141.42% at 0% 0%, #f9f8fd 0%, #deebff 100%);z-index:-1;position:absolute;top:0;left:0}.banner-vertical__logo{height:48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:100%}.banner-vertical__logo img{max-width:100%;max-height:100%;width:auto;height:auto}.all-brands{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;margin:0;padding:0}@media screen and (max-width: 1200px)and (min-width: 860px){.all-brands{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media screen and (max-width: 860px){.all-brands{width:100%;gap:16px}}.all-brands .card-brand:nth-child(even),.all-brands .card-brand:nth-child(even) .card-brand__type_4,.all-brands .card-brand:nth-child(even) .card-brand__type_5{background-color:#eef4ff}.all-brands__item{padding:0;margin:0;list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.card-brand-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.card-brand-button{max-width:140px;max-height:44px;overflow:hidden}@media screen and (max-width: 860px){.card-brand-button{max-width:100%;width:100%}}.recent-articles-column__title{font-size:20px;font-weight:600;line-height:130%;color:rgba(0,0,0,.8980392157)}@media screen and (max-width: 768px){.recent-articles-column__title{font-size:16px}}.recent-articles-column__item{list-style:none}.recent-articles-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;padding:24px}.recent-articles{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.article{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;text-decoration:none}.article__content{font-size:16px;font-style:normal;font-weight:400;line-height:150%;text-decoration:none}@media screen and (max-width: 768px){.article__content{font-size:14px}}.article-item__title:not(:last-child){padding-right:10px}.article-item__title{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.contact-us{display:-webkit-box;display:-ms-flexbox;display:flex;width:1160px;gap:48px;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width: 1200px){.contact-us{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px;padding:0 16px 48px 16px}}.contact-us .hero-section{padding:0;gap:16px}.contact-us>.left-column{-webkit-box-flex:1;-ms-flex:1 1 70%;flex:1 1 70%}.contact-us>.right-column{-webkit-box-flex:1;-ms-flex:1 1 30%;flex:1 1 30%}.contact-us>.left-column:only-child{-webkit-box-flex:0;-ms-flex:0 1 80%;flex:0 1 80%}@media screen and (max-width: 1200px){.contact-us>.right-column:empty{display:none}}.hero-section--contact-us{width:764px;max-width:764px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width: 1200px){.hero-section--contact-us{max-width:100%;width:100%}}@media screen and (max-width: 768px){.hero-section--contact-us{gap:16px}}.page-content__wrapper{max-width:800px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}@media screen and (max-width: 768px){.page-content__wrapper{width:100%}}.splide{visibility:visible !important}.card-brand-left{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:repeat(2, 1fr);grid-auto-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;row-gap:44px;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;position:relative}.card-brand-left::before{content:"";position:absolute;top:60%;left:0;width:95%;border-bottom:1px solid rgba(0,0,0,.1019607843)}@media screen and (max-width: 860px){.card-brand-left::before{top:75%}}@media screen and (max-width: 860px){.card-brand-left{grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(3, 1fr);grid-auto-flow:row}}@media screen and (max-width: 420px){.card-brand-left{grid-template-columns:repeat(2, 180px);-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}}.column-logo img{max-width:140px;height:auto}.splide__slide.girl-card{max-width:200px;width:200px}.splide__slide.girl-card.is-active{max-width:230px;min-width:230px;width:230px}@media screen and (max-width: 825px){.splide__slide.girl-card.is-active{max-width:200px;min-width:200px;width:auto}}@media screen and (max-width: 825px){.splide__slide.girl-card{max-width:200px;min-width:200px;width:auto}}#brides-carousel-track.splide__track{min-height:500px}@media screen and (max-width: 825px){#brides-carousel-track.splide__track{min-height:500px}}.girl-card{text-decoration:none;width:100%;border-radius:6px;background-color:#fff;display:block;-webkit-transition-duration:.5s;transition-duration:.5s;cursor:pointer;overflow:hidden}.girl-card__image{width:100%;overflow:hidden;background-color:#fff}.girl-card__image img{width:100%;height:100%;max-height:500px;-o-object-fit:cover;object-fit:cover}.girl-card__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;gap:4px;width:100%;max-height:200px;min-height:180px;padding:16px;-webkit-transition-duration:.5s;transition-duration:.5s}.girl-card{width:200px;min-width:200px;max-width:230px;grid-row-gap:24px;background:#fff;border:1px solid #ebebeb;border-radius:10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;list-style-type:none}@media screen and (max-width: 1200px)and (min-width: 769px){.girl-card:first-child{margin-left:16px}.girl-card:last-child{margin-right:16px}}@media screen and (max-width: 768px){.girl-card{width:336px !important;min-width:336px;max-width:336px;grid-row-gap:16px}.girl-card:first-child{margin-left:12px}.girl-card:last-child{margin-right:12px}}.girls-list__image-link{text-decoration:none}.girls-button{margin-top:20px}.brides-container{width:100%;max-width:100%;background:#d3e1f8;height:750px;min-height:750px}@media screen and (max-width: 1249px){.brides-container{height:850px;min-height:850px}}@media screen and (max-width: 860px){.brides-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:850px;min-height:850px}}.brides-container__wrapper{margin:0 auto;width:1160px;max-width:1160px;min-height:863px;grid-row-gap:48px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:0;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width: 1249px){.brides-container__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}}@media screen and (max-width: 860px){.brides-container__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0}}.brides-container__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto;gap:16px;max-width:400px;width:400px}@media screen and (max-width: 1249px){.brides-container__header{width:auto;max-width:808px;padding:0 16px}}.brides-container__title{width:100%;font-size:32px;font-weight:600;line-height:normal;color:rgba(0,0,0,.8980392157);text-align:start}@media screen and (max-width: 768px){.brides-container__title{font-size:24px}}.brides-container__text{text-align:start;font-size:16px;font-weight:400;line-height:150%;color:rgba(0,0,0,.6980392157)}@media screen and (max-width: 768px){.brides-container__text{font-size:14px}}.girls-carousel-wrapper{max-width:678px;margin:0 auto}@media screen and (max-width: 1249px){.girls-carousel-wrapper{max-width:808px}}@media screen and (max-width: 825px){.girls-carousel-wrapper{max-width:100%}}.girls-carousel-wrapper .splide__pagination{bottom:-60px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;right:unset;padding:0}.girls-carousel-wrapper .splide__pagination li{display:-webkit-box;display:-ms-flexbox;display:flex}.girls-carousel-wrapper .splide__pagination__page{background:rgba(0,0,0,.1);opacity:1;width:6px;min-width:6px;height:6px;margin:0;padding:0}.girls-carousel-wrapper .splide__pagination__page.is-active{background:#2e59c9}.girls-carousel-wrapper .splide__arrow{width:48px;min-width:48px;height:48px;min-height:48px;border-radius:50%;color:rgba(0,0,0,.8);position:absolute;bottom:-80px;top:unset;-webkit-transform:unset;-ms-transform:unset;transform:unset;background:rgba(0,0,0,0);opacity:1}.girls-carousel-wrapper .splide__arrow:not(:disabled){background:rgba(0,0,0,.03)}.girls-carousel-wrapper .splide__arrow:not(:disabled):hover{background:rgba(46,89,201,.0980392157)}.girls-carousel-wrapper .splide__arrow svg{fill:#5a5a5a;width:16px;min-width:16px;height:16px}.girls-carousel-wrapper .splide__arrow--next{right:30%}@media screen and (max-width: 768px){.girls-carousel-wrapper .splide__arrow--next{right:20%}}.girls-carousel-wrapper .splide__arrow--prev{left:30%}@media screen and (max-width: 768px){.girls-carousel-wrapper .splide__arrow--prev{left:20%}}.girls-carousel{width:100%;grid-column-gap:24px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;margin:0}@media screen and (max-width: 768px){.girls-carousel{grid-column-gap:18px}}.girl-card__title{font-size:20px;font-weight:600;line-height:130%;color:rgba(0,0,0,.8980392157)}@media screen and (max-width: 768px){.girl-card__title{font-size:16px}}.girl-card__text{font-size:14px;font-weight:500;line-height:150%;color:rgba(0,0,0,.6980392157)}.post-single{display:-webkit-box;display:-ms-flexbox;display:flex;width:1160px;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:48px}@media screen and (max-width: 1200px){.post-single{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 16px 48px 16px}}.post-single .hero-section{padding:0;gap:16px}.post-single>.left-column{-webkit-box-flex:1;-ms-flex:1 1 70%;flex:1 1 70%}.post-single>.right-column{-webkit-box-flex:1;-ms-flex:1 1 30%;flex:1 1 30%}.post-single>.left-column:only-child{-webkit-box-flex:0;-ms-flex:0 1 83%;flex:0 1 83%}@media screen and (max-width: 1200px){.post-single>.right-column:empty{display:none}}.hero-section--page-single{width:764px;max-width:764px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width: 1200px){.hero-section--page-single{max-width:100%;width:100%}}@media screen and (max-width: 768px){.hero-section--page-single{gap:16px}}.reviews{width:100%;max-width:100%;grid-row-gap:48px;background-image:-webkit-gradient(linear, left top, left bottom, from(#f7f9ff), to(#faf5ff));background-image:linear-gradient(#f7f9ff, #faf5ff);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:96px 0 168px;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width: 768px){.reviews{grid-row-gap:24px;padding:48px 0 120px}}.reviews__header{grid-row-gap:16px;text-decoration:none;width:100%;max-width:400px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width: 1200px)and (min-width: 769px){.reviews__header{max-width:100%;padding:0 32px}}@media screen and (max-width: 768px){.reviews__header{padding:0 16px;width:auto}}.reviews__title{color:#333;text-align:center;font-size:32px;font-weight:600;line-height:100%;margin:0 auto;padding:0}@media screen and (max-width: 768px){.reviews__title{font-size:24px}}.reviews__subtitle{color:#5a5a5a;text-align:center;margin:0 auto;font-size:16px;line-height:150%}@media screen and (max-width: 768px){.reviews__subtitle{font-size:14px}}.reviews-carousel-wrapper{max-width:1160px;margin:0 auto}@media screen and (max-width: 1200px){.reviews-carousel-wrapper{max-width:100%}}.reviews-carousel-wrapper .splide__pagination{bottom:-60px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;right:unset;padding:0}.reviews-carousel-wrapper .splide__pagination li{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width: 472px){.reviews-carousel-wrapper .splide__pagination{-webkit-column-gap:3px;-moz-column-gap:3px;column-gap:3px}}.reviews-carousel-wrapper .splide__pagination__page{background:rgba(0,0,0,.1);opacity:1;width:6px;min-width:6px;height:6px;margin:0;padding:0}.reviews-carousel-wrapper .splide__pagination__page.is-active{background:#2e59c9}.reviews-carousel-wrapper .splide__arrow{width:48px;min-width:48px;height:48px;min-height:48px;border-radius:50%;color:#5a5a5a;position:absolute;bottom:-80px;top:unset;-webkit-transform:unset;-ms-transform:unset;transform:unset;background:rgba(0,0,0,0);opacity:1}.reviews-carousel-wrapper .splide__arrow:not(:disabled){background:rgba(0,0,0,.03)}.reviews-carousel-wrapper .splide__arrow:not(:disabled):hover{background:rgba(46,89,201,.0980392157)}.reviews-carousel-wrapper .splide__arrow svg{fill:#5a5a5a;width:16px;min-width:16px;height:16px}.reviews-carousel-wrapper .splide__arrow--next{right:40%}@media screen and (max-width: 768px){.reviews-carousel-wrapper .splide__arrow--next{right:20%}}.reviews-carousel-wrapper .splide__arrow--prev{left:40%}@media screen and (max-width: 768px){.reviews-carousel-wrapper .splide__arrow--prev{left:20%}}.reviews-carousel{width:100%;grid-column-gap:16px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;margin:0}@media screen and (max-width: 768px){.reviews-carousel{grid-column-gap:8px}}.review-card{width:376px;min-width:376px;max-width:376px;grid-row-gap:24px;background:#fff;border:1px solid #ebebeb;border-radius:10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:24px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;list-style-type:none}@media screen and (max-width: 1200px)and (min-width: 769px){.review-card:first-child{margin-left:32px}.review-card:last-child{margin-right:32px}}@media screen and (max-width: 768px){.review-card{width:336px !important;min-width:336px;max-width:336px;grid-row-gap:16px;padding:16px}.review-card:first-child{margin-left:16px}.review-card:last-child{margin-right:16px}}.users{width:100%;grid-column-gap:12px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex}.user-avatar{min-width:48px;width:48px;min-height:48px;height:48px;border-radius:50%;background:rgba(46,89,201,.0980392157)}.user-avatar img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;border-radius:50%}.users__info{width:100%;grid-row-gap:4px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex}.review-card__user-name{color:#333;margin-top:0;margin-bottom:0;font-size:16px;font-weight:500;line-height:100%;text-decoration:none}.review-card__brand-name{color:#5a5a5a;margin-top:0;margin-bottom:0;font-size:14px;font-weight:400;line-height:100%;text-decoration:none}.review-card__text{color:#333;margin-top:0;margin-bottom:0;font-size:16px;font-weight:400;line-height:150%;text-decoration:none;min-height:200px}@media screen and (max-width: 768px){.review-card__text{font-size:14px}}.review-card__footer{width:100%;grid-column-gap:16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.review-card__logo-wrapper{width:132px;min-width:132px;height:38px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.review-card__logo-wrapper img{max-width:100%;max-height:100%;width:auto;height:auto}.banner-horizontal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:auto;border-radius:10px;margin-top:32px;padding-bottom:86px}.banner-horizontal img{border-radius:10px;max-width:100%;height:auto}@media screen and (max-width: 1200px){.banner-horizontal{padding:32px;width:auto}}.text-column{min-width:100%}.text-bright{color:#49adf4}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.4)}.modal-content{-webkit-box-sizing:content-box;box-sizing:content-box;max-height:80vh;overflow:scroll;width:60%;max-width:650px;background-color:#fefefe;padding:60px 120px;border-radius:10px;position:relative;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}@media screen and (max-width: 860px){.modal-content{width:75%;max-height:500px;overflow-y:scroll;padding:40px 24px}}@media(max-height: 600px)and (orientation: landscape){.modal-content{height:58vh;overflow:scroll}}.close{color:#aaa;top:3%;width:24px;height:24px;position:absolute;z-index:10;right:3%;font-size:28px;font-weight:bold;background-image:url("../img/dist/close-icon.svg")}@media screen and (max-width: 617px){.close{top:2%}}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer}.quiz{border-radius:10px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.quiz-container{background:#fff;border-radius:5px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;overflow-x:hidden}.welcome-step{grid-row-gap:40px}@media screen and (max-width: 650px){.welcome-step{grid-row-gap:32px}}.quiz-image-grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-column-gap:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:0}@media screen and (max-width: 860px){.quiz-image-grid{grid-column-gap:16px}}.quiz-image-grid__item{padding:0;margin:0;list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.quiz-image-grid__image{border-radius:50%;width:160px;height:160px;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}@media screen and (max-width: 650px){.quiz-image-grid__image{width:100px;height:100px}}@media screen and (max-width: 420px){.quiz-image-grid__image{width:80px;height:80px}}.quiz-content{display:grid;grid-row-gap:16px}@media screen and (max-width: 650px){.quiz-content{grid-row-gap:12px}}.quiz-content p{color:#7a7d90;font-weight:500;font-size:16px;line-height:180%;text-align:center;margin:0}@media screen and (max-width: 860px){.quiz-content p{font-size:14px}}.quiz-h1{color:#333652;font-weight:700;font-size:56px;line-height:180%;text-align:center;margin:0;text-transform:capitalize}@media screen and (max-width: 860px){.quiz-h1{font-size:36px}}.button-quiz-start{background:#1663e8;border:2px solid #1663e8;border-radius:5px;padding:12px 67px;margin:0 auto 60px auto;color:#fff;font-weight:700;font-size:16px;line-height:24px;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:48px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;text-transform:uppercase;cursor:pointer;font-family:"Poppins",sans-serif}.button-quiz-start:hover{-webkit-box-shadow:0 1px 10px 0 rgba(0,0,0,.3);box-shadow:0 1px 10px 0 rgba(0,0,0,.3)}@media screen and (max-width: 860px){.button-quiz-start{max-width:225px;width:100%;padding:0;margin-bottom:0}}.quiz-four-img-steps{display:grid !important;grid-template:repeat(2, 1fr)/repeat(2, 1fr);justify-items:center}.step{display:none;min-height:370px}.step.active{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width: 650px){.step{min-height:auto}}.choice-image-step{grid-row-gap:60px}@media screen and (max-width: 860px){.choice-image-step{grid-row-gap:22px}}.step-title{font-weight:500;font-size:24px;line-height:130%;color:#333652;margin:0 auto;text-transform:none}@media screen and (max-width: 860px){.step-title{font-size:18px}}.step-title--choice{text-transform:none;text-align:left;margin:0;max-width:100%}@media screen and (max-width: 860px){.step-title--choice{text-align:center;margin:0 auto;width:auto}}.step-title--last{font-weight:700;font-size:32px;line-height:130%;color:#333652;text-align:center;margin:0 auto 32px}@media screen and (max-width: 860px){.step-title--last{font-size:18px;margin-bottom:12px}}.step-title--loader{font-weight:500;font-size:20px;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.step-title--loader:before{content:"";display:block;width:200px;height:200px;background:url("../img/dist/loader.svg?v1") center no-repeat;background-size:contain}.choice-image-step__title{text-align:center;max-width:500px}@media screen and (max-width: 860px){.choice-image-step__title{max-width:100%}}.step__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}@media screen and (max-width: 860px){.step__header{gap:8px}}.step-counter{color:#7a7d90;font-weight:500;font-size:20px;line-height:180%;text-align:center;width:100%}@media screen and (max-width: 860px){.step-counter{font-size:16px}}.choice-image-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;margin:0;grid-row-gap:40px;grid-column-gap:40px}@media screen and (max-width: 860px){.choice-image-list{grid-row-gap:24px}}.choice-image-list__item{list-style-type:none;padding:0;width:170px;max-height:250px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content}@media screen and (max-width: 560px){.choice-image-list__item{width:120px}}.choice-image-list__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:0;outline:0;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;width:170px;max-height:250px;padding:0;background:rgba(0,0,0,0);cursor:pointer;position:relative;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.choice-image-list__image{display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;width:100%;height:100%;border-radius:50%}@media screen and (max-width: 420px){.choice-image-list__image{width:120px;height:120px}}.choice-image-list__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;top:100%;left:0;font-weight:600;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:16px;line-height:130%;color:#333652}@media screen and (max-width: 860px){.choice-image-list__title{font-size:18px;line-height:22px}}.choice-step{padding-top:76px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width: 1100px){.choice-step{padding-top:45px;grid-template-columns:200px 1fr;grid-column-gap:40px}}.choice-step.active{display:grid;grid-template-columns:374px 1fr;grid-column-gap:80px;width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1}@media screen and (max-width: 1100px)and (min-width: 901px){.choice-step.active{padding-top:45px;grid-template-columns:200px 1fr;grid-column-gap:40px}}@media screen and (max-width: 900px){.choice-step.active{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;min-height:auto;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}}.choice-step__image{width:374px;height:374px;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;border-radius:50%;display:none}.choice-step__image.active{display:block}@media screen and (max-width: 1100px){.choice-step__image{width:200px;height:200px}}@media screen and (max-width: 860px){.choice-step__image{display:none}.choice-step__image.active{display:none}}.choice-step__content{display:grid;grid-row-gap:32px;width:100%}@media screen and (max-width: 860px){.choice-step__content{grid-row-gap:28px}}.choice-list{display:grid;grid-row-gap:28px;margin:0;padding:0}@media screen and (max-width: 860px){.choice-list{grid-row-gap:24px;margin:0 auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:70%}}.choice-list__item{padding:0;margin:0;list-style-type:none}.choice-list_label{color:#7a7d90;font-weight:400;font-size:18px;line-height:180%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;cursor:pointer}@media screen and (max-width: 1100px){.choice-list_label{font-size:14px;line-height:150%}}.choice-list_label:hover{color:#1663e8}.button-quiz-next{border:2px solid #1663e8;border-radius:5px;height:48px;padding:0 67px;outline:0;background:#1663e8;cursor:pointer;font-family:"Poppins",sans-serif;color:#fff;font-weight:700;font-size:16px;line-height:24px;-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width: 860px){.button-quiz-next{margin:0 auto}}.button-quiz-next:disabled{color:#1663e8;background:#fff;cursor:unset}.button-quiz-next:not(:disabled):hover{background:#fff;color:#1663e8}.step__marked-text{color:#1663e8;font-weight:600;font-size:20px;line-height:180%;margin:0 auto 8px;text-align:center}@media screen and (max-width: 860px){.step__marked-text{font-size:16px}}.step-text{margin-bottom:60px}@media screen and (max-width: 860px){.step-text{margin-bottom:18px}}.step-text p{color:#242638;text-align:center;font-size:16px;font-weight:500;line-height:130%}@media screen and (max-width: 860px){.step-text p{font-size:12px}}.step-text p:last-child{margin:0 auto}.quiz-brands{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:40px;padding:0;margin:0}@media screen and (max-width: 1090px){.quiz-brands{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:18px}}.quiz-brands__item{margin:0;list-style-type:none}.quiz-brand{border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 24px 32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}@media screen and (max-width: 1090px){.quiz-brand{width:100% !important;padding:20px;display:grid;grid-template-rows:repeat(2, 80px);grid-template-columns:repeat(2, 1fr);grid-row-gap:16px}}@media screen and (max-width: 860px){.quiz-brand{grid-template-rows:repeat(2, 1fr)}}.quiz-brand--overlay{display:block;width:100%;height:100%;background-color:#1663e8;opacity:.15;position:absolute;top:0;left:0;z-index:1 !important;border-radius:10px}.quiz-brand__logo-box{display:-webkit-box;display:-ms-flexbox;display:flex;height:132px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:10}@media screen and (max-width: 860px){.quiz-brand__logo-box{height:60px}}.quiz-brand__logo{max-width:160px;max-height:76px;width:100%;height:auto}@media screen and (max-width: 860px){.quiz-brand__logo{max-width:120px;max-height:60px}}.quiz-brand__title{color:#333652;font-weight:500;font-size:20px;line-height:180%;margin:0 auto 4px;text-align:center}@media screen and (max-width: 860px){.quiz-brand__title{font-size:18px}}.quiz-brand__rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;margin:0 auto 20px;z-index:10}@media screen and (max-width: 1090px){.quiz-brand__rating{gap:10px;margin:0 auto}}.rating-star{-webkit-mask:url("../img/dist/container_stars.svg") left;-webkit-mask-size:104px 16px;height:16px;background:#d6d7de;display:-webkit-box;display:-ms-flexbox;display:flex;min-width:104px;max-width:104px;margin-bottom:16px}@media screen and (max-width: 1200px){.rating-star{margin-bottom:0}}.rating-star__items{-webkit-mask:url("../img/dist/container_stars.svg") left;-webkit-mask-size:104px 16px;background:#feb930;height:16px;display:block}.quiz-brand__rating .rating-star{margin:0}.quiz-brand__rating .rating-value{font-weight:500}@media screen and (max-width: 860px){.quiz-brand__rating .rating-value{display:block}}.quiz-brand__buttons{display:grid;grid-row-gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:10}@media screen and (max-width: 1090px){.quiz-brand__buttons{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;display:-webkit-box;display:-ms-flexbox;display:flex;grid-row:2/3;grid-column:1/3}}.quiz-brand__buttons .link-review,.quiz-brand__buttons .button-visit{height:48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.quiz-brand__buttons .button-visit{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:100%;max-width:none;background-color:#1663e8;border:none}.quiz-brand__buttons .button-visit:hover:not([disabled]){-webkit-box-shadow:0 1px 10px 0 rgba(0,0,0,.3);box-shadow:0 1px 10px 0 rgba(0,0,0,.3);color:#fff;border:none}.quiz-brand__buttons .link-review{color:#7a7d90;text-decoration:none;font-size:16px;font-weight:500}.quiz-brand__buttons .link-review:hover{color:#1663e8;text-decoration:underline}.quiz-socials{display:grid;grid-template-columns:repeat(2, 1fr);grid-column-gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0}.quiz-socials__item{padding:0;margin:0;list-style-type:none}.quiz-socials__link{width:40px;height:40px;border-radius:50%;font-size:0;background:#d0d0d0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out}.quiz-socials__link:before{background:#fff;content:"";display:block;width:24px;height:24px}.quiz-socials__link:hover{background:#1663e8}.quiz-promo{height:167px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-radius:5px;padding:0 181px;width:100%;margin:24px 0;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.quiz-promo:before{content:"";display:block;width:100%;height:100%;background:rgba(51,54,82,.8);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-size:cover;position:absolute;border-radius:5px;top:0;left:0;z-index:1}@media screen and (max-width: 860px){.quiz-promo{padding:24px 16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:auto}}.post-content .quiz-promo{padding:0 72px}@media screen and (max-width: 860px)and (min-width: 761px){.post-content .quiz-promo{padding:0 5%}}@media screen and (max-width: 760px){.post-content .quiz-promo{padding:24px 16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:auto}}.quiz-promo__link,.post-content .quiz-promo__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#1663e8;border:2px solid #1663e8;border-radius:5px;color:#fff;font-weight:700;font-size:16px;line-height:24px;height:48px;-webkit-box-sizing:border-box;box-sizing:border-box;text-decoration:none;padding:0 69px;-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out;position:relative;z-index:2}.quiz-promo__link:hover,.post-content .quiz-promo__link:hover{background:rgba(0,0,0,0);border-color:#fff;color:#fff}@media screen and (max-width: 860px){.quiz-promo__link,.post-content .quiz-promo__link{padding:0 10%;max-width:100%}}.quiz-promo__title,.post-content .quiz-promo__title{font-weight:600;font-size:24px;line-height:36px;color:#fff;text-transform:none;position:relative;z-index:2;margin:0 0 4px}@media screen and (max-width: 860px){.quiz-promo__title,.post-content .quiz-promo__title{font-size:20px;line-height:28px;text-align:center}}@media screen and (max-width: 860px){.quiz-promo__content{margin-bottom:24px;width:100%}}.quiz-promo__text{font-weight:500;font-size:18px;line-height:27px;color:#fff;position:relative;z-index:2;margin:0}@media screen and (max-width: 860px){.quiz-promo__text{font-size:16px;line-height:24px;text-align:center}}.advertisement-details{color:#a2a3af;padding:0;margin:0}.advertisement-details>*{color:#a2a3af}.advertisement-details__wrap{overflow-y:hidden;max-height:126px;-webkit-transition:max-height .3s ease-in-out;transition:max-height .3s ease-in-out;position:relative}.advertisement-details__wrap::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:100.8px;background:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));background:linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);opacity:1;pointer-events:none;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.advertisement-details__wrap.open-text{max-height:330px}@media screen and (max-width: 1050px){.advertisement-details__wrap.open-text{max-height:-webkit-max-content;max-height:-moz-max-content;max-height:max-content}}.advertisement-details__wrap.open-text::after{opacity:0}.advertisement-details__text{margin:0}.advertisement-details__button{font-size:14px;line-height:21px;font-weight:500;background-color:rgba(0,0,0,0);text-decoration:underline;color:#49adf4;cursor:pointer;padding:0;border:0;margin:0 auto;display:block;text-align:center;-webkit-transition:color .3s linear;transition:color .3s linear}.advertisement-details__button:hover{color:#333652}.hero-banner--your-dating-match{margin-top:-80px}.hero-banner--your-dating-match .hero-banner__image-container{width:100%;height:330px}@media screen and (max-width: 768px){.hero-banner--your-dating-match .hero-banner__image-container{height:230px}}.hero-banner--your-dating-match .hero-banner__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto;width:1160px;padding-top:150px}@media screen and (max-width: 1249px){.hero-banner--your-dating-match .hero-banner__title{padding:100px 32px 0 32px;width:100%}}.hero-banner--your-dating-match .hero-banner__title-main,.hero-banner--your-dating-match .hero-banner__title-second{text-transform:capitalize;color:rgba(0,0,0,.8980392157);font-weight:700;line-height:130%}.hero-banner--your-dating-match .hero-banner__title-main{font-size:64px}@media screen and (max-width: 760px){.hero-banner--your-dating-match .hero-banner__title-main{font-size:30px}}.hero-banner--your-dating-match .hero-banner__title-second{font-size:40px}@media screen and (max-width: 760px){.hero-banner--your-dating-match .hero-banner__title-second{font-size:24px}}@media screen and (max-width: 860px){.hero-banner--your-dating-match{padding-bottom:0}}.header--your-dating-match{background-color:rgba(0,0,0,0)}.header--your-dating-match .header__container{-webkit-transition:background-color 1s ease,-webkit-box-shadow 1s ease;transition:background-color 1s ease,-webkit-box-shadow 1s ease;transition:background-color 1s ease,box-shadow 1s ease;transition:background-color 1s ease,box-shadow 1s ease,-webkit-box-shadow 1s ease;-webkit-box-shadow:none;box-shadow:none;border-bottom:none;background-color:rgba(0,0,0,0);height:60px}.header--your-dating-match .header-navigation{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media screen and (max-width: 1249px){.header--your-dating-match .header-navigation{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.header--your-dating-match .header-navigation__menu{gap:40px}.header--your-dating-match .logo img{max-width:123px;max-height:40px}.scrolled{background-color:#fff !important;-webkit-box-shadow:3px 4px 15px 0px rgba(0,0,0,.1) !important;box-shadow:3px 4px 15px 0px rgba(0,0,0,.1) !important}.card-brand__link-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:80px;z-index:100}@media screen and (max-width: 860px){.card-brand__link-wrapper{width:100%;gap:30px}}@media screen and (max-width: 860px){.brides-container--your-dating-match{background:#d3e1f8 !important}}.shortcode-card-boxes__wrapper{width:100%;padding:40px 0}@media screen and (max-width: 768px){.shortcode-card-boxes__wrapper{padding:24px 0}}.shortcode-card-boxes__wrapper .card-boxes{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));grid-column-gap:24px;grid-row-gap:24px;list-style:none;padding:0;margin:0}@media screen and (max-width: 768px){.shortcode-card-boxes__wrapper .card-boxes{grid-template-columns:repeat(auto-fit, minmax(140px, 1fr));grid-column-gap:16px;grid-row-gap:16px}}.shortcode-card-boxes__wrapper .card-boxes ul,.shortcode-card-boxes__wrapper .card-boxes li{margin:0 !important}.card-box-item__icon{margin-bottom:8px}.icon--girl-icon::after{content:"";display:block;width:40px;height:40px;max-width:40px;max-height:40px;background-image:url("../img/dist/girl-icon.svg");background-size:contain;background-position:center;background-repeat:no-repeat;-webkit-transition-duration:.8s;transition-duration:.8s}.icon--messages-icon::after{content:"";display:block;width:40px;height:40px;max-width:40px;max-height:40px;background-image:url("../img/dist/messages-icon.svg");background-size:contain;background-position:center;background-repeat:no-repeat;-webkit-transition-duration:.8s;transition-duration:.8s}.icon--hearts-icon::after{content:"";display:block;width:40px;height:40px;max-width:40px;max-height:40px;background-image:url("../img/dist/hearts-icon.svg");background-size:contain;background-position:center;background-repeat:no-repeat;-webkit-transition-duration:.8s;transition-duration:.8s}.icon--genders-icon::after{content:"";display:block;width:40px;height:40px;max-width:40px;max-height:40px;background-image:url("../img/dist/genders-icon.svg");background-size:contain;background-position:center;background-repeat:no-repeat;-webkit-transition-duration:.8s;transition-duration:.8s}.card-box-item__wrapper{padding:24px;min-width:170px;min-height:120px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;border-radius:10px}@media screen and (max-width: 768px){.card-box-item__wrapper{padding:16px;min-width:110px;min-height:100px}}.card-box-item__features{list-style:none;padding:0;overflow:hidden}.card-box-item__features ul,.card-box-item__features li{margin:0 !important}.card-box-item__title{font-size:20px;font-weight:700;line-height:130%;color:rgba(0,0,0,.8980392157)}@media screen and (max-width: 768px){.card-box-item__title{font-size:16px}}.card-box-item__features-item{font-size:16px;font-weight:400;line-height:150%;color:rgba(0,0,0,.6980392157)}@media screen and (max-width: 768px){.card-box-item__features-item{font-size:14px}}.shortcode_table__wrapper .shortcode_table__title{font-size:24px;font-weight:700;line-height:120%;margin:0 0 24px 0}@media screen and (max-width: 768px){.shortcode_table__wrapper .shortcode_table__title{font-size:18px}}.shortcode_table__wrapper{width:100%;padding:40px 0}@media screen and (max-width: 768px){.shortcode_table__wrapper{padding:24px 0}}.shortcode_table{width:100%;border-radius:10px;border-collapse:collapse;overflow:hidden}.shortcode_table__row{color:rgba(0,0,0,.8980392157)}.shortcode_table__row:not(:last-child){border-bottom:1px solid #d4d4d8}.shortcode_table__row:not(:first-child){border-top:1px solid #d4d4d8}.shortcode_table_column:first-child{font-size:18px;font-weight:600;line-height:130%;letter-spacing:-0.18px;color:rgba(0,0,0,.8980392157)}@media screen and (max-width: 768px){.shortcode_table_column:first-child{font-size:16px}}.shortcode_table_column{padding:10px 8px}.shortcode_table_column:not(:first-child){font-size:16px;font-weight:400;line-height:150%}@media screen and (max-width: 768px){.shortcode_table_column:not(:first-child){font-size:14px}}