.chart-section{width:100%;background-image:url(../images/chart-bg.png);background-position:center center;background-repeat:no-repeat;background-size:contain;padding:80px 0}.chart{width:100%;opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.chart-home{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:30px;padding:50px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background:#fff;-webkit-box-shadow:0 10px 30px 0 #404F6814;box-shadow:0 10px 30px 0 #404F6814;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:8px;background-size:cover;background-repeat:no-repeat;background-position:center}.chart-home__row{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:30px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.chart-home__item{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border:1px solid #e7e7e7;border-radius:30px;padding:20px;min-height:135px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.chart-home__header{width:100%;margin-bottom:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.chart-home__header h2{font-size:32px !important;font-weight:700 !important;color:#222;margin:0;padding:0}.chart-home__head{width:100%;position:relative;margin-bottom:20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.chart-home__head h2{font-size:20px !important;font-weight:500 !important;color:#6d6d6d !important;margin:0;padding:0}.chart-home__head .chart-tooltip{position:relative;display:inline-block;cursor:pointer}.chart-home__head .chart-tooltip .tooltip__icon{-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.chart-home__head .chart-tooltip .tooltip__content{position:absolute;bottom:120%;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);opacity:0;visibility:hidden;padding:6px 10px;background:#222222CC;color:#fff;font-size:14px;line-height:24px;border-radius:4px;font-weight:400;width:auto;min-width:200px;-webkit-transition:opacity .25s ease,visibility .25s ease;transition:opacity .25s ease,visibility .25s ease;pointer-events:none}.chart-home__head .chart-tooltip:hover .tooltip__content{opacity:1;visibility:visible}.chart-home__text{max-width:50%;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.chart-home__text .chart-home__subtitle{font-weight:500;font-size:18px;color:#6d6d6d !important;margin:0 0 20px 0}.chart-home__text .chart-home__subvalue{margin:0;font-weight:700;font-size:45px}.chart-home__item-small{width:calc(33.333% - 20px)}.chart-home__item-part{width:calc(50% - 15px)}.chart-home .chart-categories{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%}.chart-home .chart__part-item{max-width:50%;width:100%}.chart-line{position:relative;width:100%;max-width:176px;height:50px;overflow:hidden;background:transparent;pointer-events:none}.chart-big{position:relative;width:100%}.chart.is-visible{opacity:1}.chart-skeleton{position:absolute;inset:0;border-radius:6px;background:-webkit-gradient(linear, left top, right top, from(#fff), color-stop(20%, #f2f2f2), color-stop(37%, #e0e0e0), color-stop(63%, #f2f2f2), to(#fff));background:-webkit-linear-gradient(left, #fff 0%, #f2f2f2 20%, #e0e0e0 37%, #f2f2f2 63%, #fff 100%);background:linear-gradient(90deg, #fff 0%, #f2f2f2 20%, #e0e0e0 37%, #f2f2f2 63%, #fff 100%);background-size:400% 100%;-webkit-animation:shimmer 2s infinite linear;animation:shimmer 2s infinite linear;z-index:1}.chart-skeleton.is-hide{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;pointer-events:none}@-webkit-keyframes shimmer{0%{background-position:-400px 0}100%{background-position:400px 0}}@keyframes shimmer{0%{background-position:-400px 0}100%{background-position:400px 0}}.highcharts-credits{display:none !important}.solution-categories{font-family:inherit;color:#4a4a4a}.solution-categories__title{font-size:16px;font-weight:600;margin-bottom:10px}.solution-categories__list{list-style:none;padding:0;margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:15px}.solution-categories__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:8px;font-size:14px}.solution-categories__color{width:14px;height:14px;border-radius:3px;display:inline-block;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.highcharts-tooltip span,.highcharts-tooltip text{white-space:nowrap;line-height:28px}.hc-tt{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:6px;line-height:1}.hc-tt-dot{width:10px;height:10px;border-radius:50%;display:inline-block;-webkit-box-flex:0;-webkit-flex:0 0 10px;-ms-flex:0 0 10px;flex:0 0 10px}.stats{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:14px;max-width:600px;font-family:sans-serif}.stat-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:10px;position:relative;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;width:100%}.stat-bar{height:30px;background-color:var(--color);position:relative;opacity:.8;width:0%;max-width:calc(var(--value)*1px);-webkit-transition:width 1.2s ease-in-out;transition:width 1.2s ease-in-out}.stat-label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:6px;white-space:nowrap;font-size:14px}.stat-value{font-weight:700;color:#222;font-size:15px}.stat-name{color:#222;min-width:120px}.stat-percent{color:#b0b0b0;font-size:13px}.chart-home__history{position:absolute;right:0;top:-5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:calc(33.333% - 20px);width:100%;border-radius:30px;border:1px solid #e7e7e7;overflow:hidden;z-index:99;-webkit-box-shadow:0px 5px 15px 0px #122D2D0D;box-shadow:0px 5px 15px 0px #122D2D0D}.chart-home__history-list{padding:15px 20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:20px;width:100%}.chart-home__history-item{width:100%;display:none;padding:0px;font-size:15px;font-weight:400;color:#4f4f4f;gap:10px;-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%);-webkit-transition:opacity .6s ease,-webkit-transform .6s ease;transition:opacity .6s ease,-webkit-transform .6s ease;transition:transform .6s ease,opacity .6s ease;transition:transform .6s ease,opacity .6s ease,-webkit-transform .6s ease}.chart-home__history-item:nth-child(5){opacity:.6}.chart-home__history-item:nth-child(6){opacity:.2}.chart-home__history-item:nth-child(7){opacity:0}.chart-home__history-item.current{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.chart-home__history-item.enter{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important}.chart-home__history-item.leave{opacity:0;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important}.chart-home__history-action{border:none !important;background:none !important;padding:0 !important;position:absolute;right:20px;top:8px}.chart-home__history-time{position:relative;padding-left:20px;color:#b0b0b0;font-size:15px;font-weight:400}.chart-home__history-name{width:100%;display:block;max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-pulse{width:8px;height:8px;display:block;background:#53b0a1;position:absolute;top:18px;left:20px;border-radius:4px}.history-pulse:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:4px;background-color:rgba(83,176,161,.2);-webkit-animation:history-pulse 1.5s ease-in-out infinite;animation:history-pulse 1.5s ease-in-out infinite;transform-box:fill-box;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-filter:drop-shadow(0 0 6px rgba(83, 176, 161, 0.5));filter:drop-shadow(0 0 6px rgba(83, 176, 161, 0.5))}@-webkit-keyframes history-pulse{0%{-webkit-transform:scale(1);transform:scale(1);opacity:0}50%{-webkit-transform:scale(3);transform:scale(3);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes history-pulse{0%{-webkit-transform:scale(1);transform:scale(1);opacity:0}50%{-webkit-transform:scale(3);transform:scale(3);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.chart-home__history.show{z-index:99;background:#fff;-webkit-box-shadow:10px 10px 20px 0px #e7e7e7;box-shadow:10px 10px 20px 0px #e7e7e7;height:232px;overflow:hidden}.chart-home__history.show .chart-home__history-item{-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:10px;font-weight:400}@-webkit-keyframes marker-pulse{0%{-webkit-transform:scale(1);transform:scale(1);opacity:0}50%{-webkit-transform:scale(4);transform:scale(4);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes marker-pulse{0%{-webkit-transform:scale(1);transform:scale(1);opacity:0}50%{-webkit-transform:scale(4);transform:scale(4);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}#chart-live .marker-pulse{fill:rgba(123,98,234,.2);-webkit-animation:marker-pulse 1000ms ease-out forwards;animation:marker-pulse 1000ms ease-out forwards;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;transform-box:fill-box;pointer-events:none}@media(max-width: 1440px){.chart-home__header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.chart-home .chart-home__history{max-width:100%;position:relative;-webkit-box-shadow:none;box-shadow:none;margin-top:20px}}@media(max-width: 768px){.chart-home{padding:20px}.chart-home__header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.chart-home__row{gap:15px}.chart-home__item-small{width:100%}.chart-home__item-part{width:100%}.chart-home__text{max-width:60%}.chart-home__history{position:relative;max-width:100%;margin-top:30px}.chart-home__history-name{max-width:200px}}@media(max-width: 465px){#chart-categories{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.chart-home__header h2{text-align:center;width:100%}.chart-home h2{font-size:24px !important}.chart-home__text{max-width:50%}.chart-home__text h4{font-size:24px}.chart-home__text span{font-size:35px}.chart-home .chart-categories{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}.chart-home .chart-line{width:50%}.chart-home .chart__part-item{max-width:100%;width:100%}}#chart-country{overflow-x:auto !important}.ecosystem{position:relative;background-color:#fff;overflow:hidden}.ecosystem::before{content:"";position:absolute;inset:60px auto 60px 0;width:70%;background-color:#f1fcfa;border-radius:24px;z-index:0}.ecosystem__inner{position:relative;z-index:1;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;gap:48px;padding:100px 20px}.ecosystem__content{max-width:1043px;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:10;min-height:900px}.ecosystem__title{margin:0 0 32px;font-size:32px;line-height:120%;font-weight:700;color:#222}.ecosystem__features{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(0, 1fr))[3];grid-template-columns:repeat(3, minmax(0, 1fr));gap:24px}.ecosystem__feature{background-color:#fff;border-radius:16px;padding:24px 20px;-webkit-box-shadow:0 18px 30px rgba(15,23,42,.08);box-shadow:0 18px 30px rgba(15,23,42,.08);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:12px}.ecosystem__feature-icon{width:32px;height:32px;border-radius:999px;border:1px solid #d1d5db;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:18px}.ecosystem__feature-icon img{max-width:40px;width:100%;-o-object-fit:contain;object-fit:contain}.ecosystem__feature-title{margin:0;font-size:20px;font-weight:500;color:#222}.ecosystem__feature-text{margin:0;font-size:15px;line-height:28px;font-weight:400;color:#222}.ecosystem__media{max-width:717px;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:absolute;right:0;top:50%;-webkit-transform:translate(150px, -50%);-ms-transform:translate(150px, -50%);transform:translate(150px, -50%);z-index:1}.ecosystem__media-inner{width:100%;border-radius:4px;overflow:hidden}.ecosystem__image{display:block;width:100%;height:auto;-o-object-fit:cover;object-fit:cover}@media(max-width: 1024px){.ecosystem{padding:60px 16px}.ecosystem::before{inset:40px 0 auto 0;width:100%;height:70%}.ecosystem__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ecosystem__content{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.ecosystem__media{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.ecosystem__features{-ms-grid-columns:(minmax(0, 1fr))[2];grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(max-width: 768px){.ecosystem{padding:48px 16px}.ecosystem__title{font-size:22px}.ecosystem__features{-ms-grid-columns:1fr;grid-template-columns:1fr}.ecosystem .ecosystem__media{display:none}.ecosystem__feature{padding:20px 18px}}.brands{padding:150px 0}.brands__wrapper{text-align:center}.brands h2{margin:0 0 40px;font-size:15px;line-height:120%;font-weight:400;text-transform:none;color:#222}.brands__items{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.brands__item{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;max-width:160px;width:100%}.brands__item img{display:block;width:100%;height:60px;max-width:150px;-o-object-fit:contain;object-fit:contain;-webkit-filter:grayscale(1);filter:grayscale(1);opacity:1;-webkit-transition:opacity .2s ease,-webkit-filter .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,-webkit-filter .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,filter .2s ease,transform .2s ease;transition:opacity .2s ease,filter .2s ease,transform .2s ease,-webkit-filter .2s ease,-webkit-transform .2s ease}.brands__item img:hover{-webkit-filter:grayscale(0);filter:grayscale(0);opacity:.7;-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}@media(max-width: 1024px){.brands{padding:48px 0}.brands__items{gap:40px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.brands__item{max-width:20%}}@media(max-width: 768px){.brands{padding:40px 0}.brands h2{margin-bottom:32px;font-size:13px}.brands__items{gap:24px 32px}.brands__image{max-width:50%}}.feedback{width:100%}.feedback img{max-width:250px;position:absolute;top:0;right:20px}.feedback h2{font-size:20px;font-weight:500;line-height:140%}.feedback p{font-size:15px;font-weight:400;line-height:140%}.feedback__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;background:-webkit-gradient(linear, left top, right top, from(#D6F9F0), to(#ECEBFC));background:-webkit-linear-gradient(left, #D6F9F0 0%, #ECEBFC 100%);background:linear-gradient(90deg, #D6F9F0 0%, #ECEBFC 100%);padding:50px;min-height:170px}.feedback__box{width:100%;max-width:250px;position:relative}.feedback__button{color:#53b0a1;background:#f3fdfa;padding:16px 35px;font-size:15px;font-weight:500;border-radius:4px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:10px}.form-feedback .feedback-textarea{width:100%;min-height:100px;padding:15px;border:1px solid #e9e9e9;border-radius:4px;font-size:15px;font-weight:400;resize:none;margin-bottom:30px}.faq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;padding:0px 0px 100px 0px}.faq h2{color:#30313d;font-weight:700;font-size:32px;line-height:120%;text-align:center}.faq__list{max-width:924px;width:100%;margin:90px auto 0px auto}.faq__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:#fff;padding:40px;border-radius:4px;border:none;cursor:pointer}.faq__item:focus-visible{outline:none;-webkit-box-shadow:none;box-shadow:none}.faq__item .faq__open{display:none}.faq__head{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;outline:none;text-align:left;border:none;background:none}.faq__head:focus,.faq__head:focus-visible{background:none;-webkit-box-shadow:none;box-shadow:none}.faq__head .faq__name{display:block;font-size:20px;line-height:120%;font-weight:500;color:#222;-webkit-transition:.3s ease;transition:.3s ease}.faq__head .faq__icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;line-height:100%;height:20px;width:20px}.faq__head:hover span{color:var(--green)}.faq__head:hover path{fill:var(--green) !important}.faq__content{width:100%;opacity:0;z-index:-1;height:0;-webkit-transition:.1s ease;transition:.1s ease;max-width:100%}.faq__content p{font-size:15px;line-height:28px;font-weight:400;color:#222}.faq__content a{border-bottom:1px solid #222}.faq__item.active{background:#f1fcfa;-webkit-transition:.5s;transition:.5s}.faq__item.active .faq__content{opacity:1;z-index:10;height:auto;-webkit-transition:.3s ease;transition:.3s ease}.faq__item.active .faq__head{margin-bottom:15px}.faq__item.active .faq__head:hover span{color:#222}.faq__item.active .faq__head:hover path{fill:#222 !important}.faq__item.active .faq__open{display:block}.faq__item.active .faq__close{display:none}@media(max-width: 1024px){.faq__container{padding:60px 22px 58px 22px}.faq__head h2{font-size:32px;line-height:100%}.faq__list{margin-top:30px}}@media(max-width: 768px){.faq{padding:40px 44px}.faq h2{font-size:48px;line-height:48px;text-align:center}.faq__list{margin-top:60px}}@media(max-width: 465px){.faq{padding:40px 18px}.faq__container{border-radius:32px;padding:40px 18px}.faq h2{font-size:1.75rem;line-height:28px;text-align:center;max-width:270px;margin:0 auto;text-align:center}.faq__list{margin-top:30px}.faq .faq__item span{font-size:18px}}
/*# sourceMappingURL=home.min.css.map */
