.products{position:relative;display:grid;margin-top:8rem;grid-column-gap:3.2rem;grid-template-columns:repeat(2,1fr)}@media only screen and (max-width:1024px){.products{margin-top:0}}@media only screen and (max-width:768px){.products{grid-row-gap:3.2rem;grid-template-columns:1fr}}.products__container{--alpha:.3;display:grid;align-items:stretch;box-shadow:0 0 5px 0 rgba(0,0,0,var(--alpha));grid-template-rows:7rem auto}@media only screen and (max-width:768px){.products__container{width:100%;max-width:425px;grid-template-rows:auto;justify-self:center}}.products__container--free{--color-title-bg:#27be89;--color-bg:#e9f8f3}.products__container--commercial{--color-title-bg:#eb7500;--color-bg:#fdf1e5}.products__title{display:flex;align-items:center;justify-content:center;background-color:var(--color-title-bg)}@media only screen and (max-width:768px){.products__title{padding:.8rem 0}}.products__title>h3{font-size:x-large;font-weight:700;color:#fff;text-align:center;text-transform:uppercase}@media only screen and (max-width:768px){.products__title>h3{font-size:large}}.products__content{display:grid;align-items:stretch;padding:2.4rem;background-color:#fff;background-color:var(--color-bg);grid-row-gap:2.4rem;grid-template-rows:repeat(3,1fr)}@media only screen and (max-width:768px){.products__content{padding:1.6rem;grid-row-gap:1.6rem;grid-template-rows:1fr}}.products__item{--logo-margin:0;--alpha:0;--arrow-bg:#f1f6fe;--arrow-fill:#214778;position:relative;display:grid;align-content:flex-start;padding:1.6rem;background-color:#fff;border-radius:.5rem;text-decoration:none;transition:box-shadow .25s;box-shadow:0 0 5px 0 rgba(0,0,0,var(--alpha));grid-template-columns:11rem auto;border:.1rem solid #ccc}@media only screen and (max-width:1024px){.products__item{--logo-margin:1.6rem;grid-template-columns:1fr}}.products__item--large{--logo-margin:1.6rem;align-items:flex-start;grid-row-end:span 2;grid-template-columns:1fr}@media only screen and (max-width:768px){.products__item--large{grid-row-end:span 1}}.products__item:hover{--alpha:.3;--arrow-bg:#e9f8f3;--arrow-fill:#27be89}.products__item>div:not([class]){padding-left:2.4rem}@media only screen and (max-width:425px){.products__item>div:not([class]){padding:0 .8rem}}.products__item--commercial,.products__item--free{position:relative;border:none}@media only screen and (max-width:1024px){.products__item--commercial,.products__item--free{border:.1rem solid #ccc}}.products__item--commercial:hover,.products__item--free:hover{--alpha:0}@media only screen and (max-width:1024px){.products__item--commercial:hover,.products__item--free:hover{--alpha:.3}}.products__item--commercial:hover:before,.products__item--free:hover:before{--alpha:.3}.products__item--commercial::before,.products__item--free::before{position:absolute;top:0;display:block;content:'';width:calc(200% + 8rem);height:100%;background-color:#fff;border-radius:.5rem;transition:box-shadow .25s;z-index:1;box-shadow:0 0 5px 0 rgba(0,0,0,var(--alpha));border:.1rem solid #ccc}@media only screen and (max-width:1024px){.products__item--commercial::before,.products__item--free::before{display:none}}.products__item--commercial>*,.products__item--free>*{position:relative;z-index:2}.products__item--free::before{left:0}.products__item--commercial{padding-left:0;grid-template-columns:1fr}@media only screen and (max-width:1024px){.products__item--commercial{padding-left:1.6rem}}.products__item--commercial::before{right:0}.products__item--commercial::after{position:absolute;top:0;right:0;display:block;content:"";width:calc(200% + 8.2rem);height:100%;z-index:3}@media only screen and (max-width:1024px){.products__item--commercial::after{display:none}}.products__item--commercial>div:not([class]){padding-left:0}@media only screen and (max-width:1024px){.products__item--commercial>div:not([class]){padding-left:1.6rem}}@media only screen and (max-width:425px){.products__item--commercial>div:not([class]){padding-left:.8rem}}.products__logo{display:flex;align-items:center;justify-content:center;padding:2.4rem 0;margin-bottom:var(--logo-margin);background-color:var(--logo-bg);border-radius:.5rem}.products__logo--dotvvm{--logo-bg:#d7e4f9}.products__logo--bp{--logo-bg:#C1DEF3}.products__logo--bootstrap{--logo-bg:#E4DCF0}.products__logo--free{--logo-bg:#e9f8f3}.products__logo--commercial{--logo-bg:#fdf1e5}.products__logo>img{display:block;width:8.5rem}.products__arrow{position:absolute;right:1.6rem;bottom:1.6rem;display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;background-color:var(--arrow-bg);border-radius:50%;transition:background-color .25s}.products__arrow>.icon{--icon-size:2.4rem;transition:fill .25s;fill:var(--arrow-fill)}.steps{--min-height:0;height:var(---min-height);background-image:url("../../../../wwwroot/Images/backgrounds/steps-bg.svg");background-repeat:no-repeat;background-position:center center;background-size:contain}@media only screen and (max-width:768px){.steps{--min-height:30rem}}@media only screen and (max-width:425px){.steps{--min-height:320px}}.steps .slick-list,.steps .slick-track{height:100%}.steps__container{--col-count:2;--gap:4rem;display:grid;align-items:stretch;grid-gap:var(--gap);grid-template-columns:repeat(var(--col-count),minmax(26rem,1fr))}@media only screen and (max-width:768px){.steps__container{--col-count:1;--gap:3.2rem;grid-row-start:1}}@media only screen and (max-width:425px){.steps__container{--gap:2.4rem}}@media only screen and (max-width:375px){.steps__container{--gap:1.6rem}}.steps__content{position:relative;display:grid;align-items:center;align-content:center;justify-content:center;height:100%;grid-gap:2.4rem}.steps__content:after{position:absolute;top:0;left:0;display:block;content:"";width:100%;height:100%;background-image:url("../../../../wwwroot/Images/backgrounds/steps-front-bg.svg");background-repeat:no-repeat;background-position:center center;z-index:5;background-size:contain;pointer-events:none}.steps__content>a{text-decoration:none;z-index:1}.steps__content>svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block;width:100%;max-width:320px}@media only screen and (max-width:768px){.steps__content>svg{position:relative;top:auto;left:auto;transform:translate(0,0)}}.steps__mobile-content{--content-display:none;display:var(--content-display);z-index:10}@media only screen and (max-width:768px){.steps__mobile-content{--content-display:inline-block}}.steps__mobile-content>ul.feature-list{align-self:flex-end;justify-self:flex-end}.steps__image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block;width:100%;max-width:375px}@media only screen and (max-width:768px){.steps__image{position:relative;top:auto;left:auto;transform:translate(0,0)}}.steps__nav{--col-count:1;--col-template:minmax(3.2rem, 1fr);--gap:0.4rem;display:grid;grid-gap:var(--gap);grid-template-columns:repeat(var(--col-count),var(--col-template))}@media only screen and (max-width:768px){.steps__nav{--col-count:5;--col-template:4rem;--gap:1.6rem;justify-content:center;grid-row-start:2}}.steps__nav-item{--item-border-color:#ccc;--number-size:5rem;--number-font-size:5rem;--arrow-trans-x:-120%;--shadow-alpha:0;--item-radius:0.5rem;--item-bg-color:#ffffff;--item-color:#000;--number-color:#76a8db;--item-padding:1.2rem 0.8rem;--list-decoration-color:#2e6ead;border:.1rem solid var(--item-border-color);position:relative;display:grid;align-items:center;padding:var(--item-padding);background-color:var(--item-bg-color);border-radius:var(--item-radius);text-align:center;transition:background-color .25s,box-shadow .25s;cursor:pointer;box-shadow:0 0 4px 0 rgba(0,0,0,var(--shadow-alpha));grid-template-columns:var(--number-size) auto}@media only screen and (max-width:1366px){.steps__nav-item{--number-size:4rem;--number-font-size:4rem;--item-padding:0.8rem 0.8rem;--number-color:#3175b9}}@media only screen and (max-width:768px){.steps__nav-item{--number-font-size:2rem;--item-padding:0;--item-radius:50%;--number-color:#3175b9;display:block;width:var(--number-size);min-width:var(--number-size);height:var(--number-size);text-align:center}}@media only screen and (max-width:425px){.steps__nav-item{--number-font-size:large}}.steps__nav-item:hover{--shadow-alpha:.3}.steps__nav-item--active,.steps__nav-item[selected]{--item-bg-color:#27be89;--item-color:#ffffff;--item-border-color:var(--item-bg-color);--number-color:#dbe8f5;--arrow-trans-x:-50%;--anim-type:ease-in;--shadow-alpha:.3;--list-decoration-color:#ffffff}@media only screen and (max-width:768px){.steps__nav-item--active,.steps__nav-item[selected]{--number-color:#ffffff}}.steps__nav-item:before{position:relative;content:attr(data-slide);width:var(--number-size);width:auto;min-width:var(--number-size);min-width:auto;height:var(--number-size);height:auto;font-size:var(--number-font-size);font-weight:700;line-height:var(--number-size);color:var(--number-color);transition:color .25s;z-index:2}@media only screen and (max-width:768px){.steps__nav-item:before{line-height:3.8rem}}.steps__nav-item ul.feature-list{position:relative;z-index:2}@media only screen and (max-width:768px){.steps__nav-item ul.feature-list{display:none}}.steps__nav-item ul.feature-list>li{color:var(--item-color);transition:color .25s}.steps__nav-item ul.feature-list>li:before{background-color:var(--list-decoration-color);transition:background-color .25s}.steps__nav-item:after{position:absolute;top:50%;left:100%;display:block;content:"";width:2.4rem;height:2.4rem;background-color:var(--item-bg-color);transform:translate(var(--arrow-trans-x),-50%) rotate(45deg);transition:transform .25s,background-color .25s;z-index:1}@media only screen and (max-width:768px){.steps__nav-item:after{display:none}}amp-selector [option][selected]{outline:0}#extensionFeaturesLightbox,.amp-lightbox{z-index:99999}.lightbox{position:absolute;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:rgba(0,0,0,.9);color:#fff}.lightbox__content{width:auto;min-width:320px;height:auto}.lightbox--close{position:absolute;top:10px;right:10px;width:40px;height:40px;background:0 0;font-size:25px;color:#fff;text-align:center;cursor:pointer}.carousel-preview{position:absolute;top:12px;right:0;left:0;width:68%;margin:auto;text-align:center}.carousel-preview__item[selected]{border:2px solid #ff0}#carouselWithPreview{position:absolute;top:50%;left:50%;width:80%;height:80%;transform:translate(-50%,-50%)}#stepCarousel{min-height:340px}#stepCarousel .amp-carousel-button-next,#stepCarousel .amp-carousel-button-prev{display:none}