.features-content__wrapper{margin-top:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:24px}.features-content__box{width:100%}.features-content__box .title-h4{margin-left:20px}.features-content__link,.features-content__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.features-content__list{padding:0;list-style:none;margin:24px 0 0;gap:24px}.features-content__link{min-height:263px;padding:20px;text-decoration:none;border:solid 1px var(--dark-grey-1);border-radius:16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.features-content__link,.features-content__link:hover .features-content__icon{background-color:var(--white)}.features-content__link:hover .features-content__decor::after{right:-5px}.features-content__link--yellow:hover{border-color:var(--light-yellow-1)}.features-content__link--yellow .features-content__icon,.features-content__link--yellow:hover{background-color:var(--light-yellow-2)}.features-content__link--green:hover{border-color:var(--green)}.features-content__link--green .features-content__icon,.features-content__link--green:hover{background-color:var(--light-green-3)}.features-content__link--violet:hover{border-color:var(--dark-violet)}.features-content__link--violet .features-content__icon,.features-content__link--violet:hover{background-color:var(--light-violet-1)}.features-content__link--red:hover{border-color:var(--red)}.features-content__link--red .features-content__icon,.features-content__link--red:hover{background-color:var(--light-red-2)}.features-content__icon,.features-content__link .title-h4{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.features-content__link .title-h4{margin:42px 0 0}.features-content--1 .features-content__decor{max-width:120px}.features-content__icon{padding:12px;max-width:52px;width:100%;border-radius:50%}.features-content__text{margin:0 0 42px;font-size:14px;line-height:18px;color:var(--dark-grey-3);max-height:0;overflow:hidden}.features-content__decor,.features-content__decor::after,.features-content__text{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.features-content__decor{max-width:75px;padding-right:23px;font-weight:var(--medium);font-size:14px;line-height:18px;color:var(--black);position:relative;display:inline-block}.features-content__decor::after{width:18px;height:18px;position:absolute;content:"";top:50%;right:0;-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);background-image:url(/static/images/general/arrow-black.svg?v=ae279aac0ef6937d5715005f210fd54a);background-repeat:no-repeat;background-size:cover}.features-content__more{display:none}@media (min-width:1024px){.features-content__link:hover .title-h4{margin:20px 0 12px}.features-content__link:hover .features-content__text{max-height:35px;margin-bottom:20px}}@media (max-width:1024px){.features-content__wrapper{margin-top:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.features-content__box{display:block}.features-content__box--mobile-active,.features-content__box>.title-h4{display:none}.features-content__list{margin-top:0;gap:12px}.features-content__link{padding:16px;min-height:216px;gap:12px}.features-content__link .title-h4{margin:0}.features-content__text{margin:0;max-height:unset;overflow:unset}.features-content__icon{max-width:40px;padding:8px}.features-content__more{padding:0 22px 0 0;margin-top:12px;font-weight:var(--medium);font-size:14px;line-height:18px;color:var(--black);position:relative;background-color:transparent;border:unset;display:block;cursor:pointer}.features-content__more::after{width:18px;height:18px;position:absolute;content:"";top:50%;right:0;background-image:url(/static/images/general/arrow-down.svg?v=53247d720122c14a5a0171c3ac83aba1);background-repeat:no-repeat;background-size:100% 100%;-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg);-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.features-content__more--active::after{-webkit-transform:translateY(-50%) rotate(0deg);transform:translateY(-50%) rotate(0deg)}}