.cookie-notice{position:fixed;bottom:2rem;left:2rem;z-index:1000;background:var(--color-white);border:1px solid var(--color-middle-blue);border-radius:1rem;box-shadow:0 4px 20px rgba(0,72,91,.1);max-width:400px;animation:slideUp .3s ease-out forwards}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media only screen and (max-width:768px){.cookie-notice{bottom:1rem;left:1rem;right:1rem;max-width:none}}.cookie-notice__container{padding:2rem}@media only screen and (max-width:768px){.cookie-notice__container{padding:1.5rem}}.cookie-notice__content{display:flex;flex-direction:column;gap:1.5rem}@media only screen and (max-width:768px){.cookie-notice__content{gap:1.2rem}}.cookie-notice__info{flex:1 1;min-width:0}.cookie-notice__title{font-size:1.6rem;font-weight:600;color:var(--color-dark-blue);margin-bottom:.5rem}@media only screen and (max-width:768px){.cookie-notice__title{font-size:1.4rem;margin-bottom:.4rem}}.cookie-notice__description{font-size:1.3rem;font-weight:400;color:var(--color-dark-gray-blue);line-height:1.4;margin-bottom:.4rem}@media only screen and (max-width:768px){.cookie-notice__description{font-size:1.2rem;line-height:1.3}}.cookie-notice__analytics{font-size:1.1rem;font-weight:400;color:var(--color-gray-blue);line-height:1.3}@media only screen and (max-width:768px){.cookie-notice__analytics{font-size:1rem}}.cookie-notice__actions{display:flex;align-items:center;justify-content:flex-end}@media only screen and (max-width:768px){.cookie-notice__actions{justify-content:center}}.cookie-notice__button{background:var(--color-dark-blue);color:var(--color-white);border:none;border-radius:.6rem;padding:1rem 2rem;font-size:1.3rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .3s ease-in-out;letter-spacing:.045em;white-space:nowrap}.cookie-notice__button:hover{background:var(--color-turquoise)}.cookie-notice__button:active{transform:translateY(0)}@media only screen and (max-width:768px){.cookie-notice__button{padding:1rem 1.5rem;font-size:1.2rem}}.header-heading{background:var(--color-dark-blue);padding-top:14rem;padding-bottom:6rem;border-radius:0 0 7rem 7rem}@media only screen and (max-width:768px){.header-heading{padding:9rem 0 5rem;border-radius:0 0 3rem 3rem}}.header-heading .container{display:flex}@media only screen and (max-width:768px){.header-heading .container{flex-direction:column}}.header-heading__breadcrumbs{max-width:34rem!important;margin-bottom:0!important}@media only screen and (max-width:768px){.header-heading__breadcrumbs{max-width:100%!important;margin-bottom:3rem!important}}.header-heading__breadcrumbs a{color:var(--color-white)!important}.header-heading__breadcrumbs span{color:var(--color-blue)!important}.header-heading__breadcrumbs>:after{background:var(--color-white)!important}.header-heading__text{flex:2 1;padding-right:10rem;color:var(--color-blue);font-size:6.4rem;font-weight:500;line-height:6.4rem;white-space:pre-wrap}@media only screen and (max-width:768px){.header-heading__text{overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;font-size:3.6rem;padding-right:0;line-height:3.8rem}}.header-heading__text span{color:var(--color-white);position:relative;display:inline-block}.header-heading__text span:after{position:absolute;bottom:-2.7rem;left:0;background-image:url('data:image/svg+xml,<svg width="86" height="17" viewBox="0 0 86 17" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_123_22)"><path d="M0 14C17.2306 14 25.3694 3 42.6 3C59.8306 3 67.9694 14 85.2 14C102.431 14 110.569 3 127.8 3C145.031 3 153.169 14 170.4 14C187.631 14 195.769 3 213 3" stroke="white" stroke-width="6"/></g><defs><clipPath id="clip0_123_22"><rect width="86" height="17" fill="white"/></clipPath></defs></svg>');background-repeat:repeat-x;width:100%;height:1.7rem;content:"";display:block}@media only screen and (max-width:768px){.header-heading__text span:after{display:none}}.breadcrumbs{width:100%;margin-bottom:3rem}.breadcrumbs a{font-size:1.4rem;font-weight:400;color:var(--color-dark-blue);transition:all .3s ease-in-out;text-decoration:none}.breadcrumbs a:hover{cursor:pointer;text-decoration:underline}.breadcrumbs span{font-size:1.4rem;font-weight:400;color:var(--color-blue)}.breadcrumbs>*{padding-left:3.2rem;position:relative}.breadcrumbs>:after{position:absolute;display:block;content:"";width:2rem;height:.1rem;background:var(--color-dark-blue);top:1rem;left:.4rem}.breadcrumbs>:first-child{padding-left:0}.breadcrumbs>:first-child:after{display:none}.section-heading .container{display:grid;grid-template-columns:33.8rem 1fr}@media only screen and (max-width:768px){.section-heading .container{display:flex;flex-direction:column}}.section-heading__hint{font-size:1.8rem;font-weight:600;color:var(--color-blue);padding-right:3rem}@media only screen and (max-width:768px){.section-heading__hint{font-size:1.6rem;padding-right:0;margin-bottom:1.6rem}}.section-heading__content{display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width:768px){.section-heading__content{flex-direction:column;align-items:flex-start}}.section-heading__content h2{flex:2 1;line-height:4.2rem;font-size:3.8rem;font-weight:500;color:var(--color-dark-blue);max-width:72rem;width:100%;text-wrap:balance}@media only screen and (max-width:768px){.section-heading__content h2{font-size:2.6rem;line-height:2.8rem;max-width:100%;padding-right:5rem}}.section-heading__right{margin-left:3rem}@media only screen and (max-width:768px){.section-heading__right{margin-top:5rem}}.slider-results{overflow:hidden}@media only screen and (max-width:768px){.slider-results{display:flex;flex-direction:column;gap:3rem}}.slider-results__heading{margin-bottom:3rem}@media only screen and (max-width:768px){.slider-results__heading{margin-bottom:0}}.slider-results__heading .section-heading__content{align-items:flex-end;padding-bottom:4rem;position:relative}@media only screen and (max-width:768px){.slider-results__heading .section-heading__content{border:none;padding-bottom:0}}.slider-results__heading .section-heading__content:after{width:calc(100% + 30rem);position:absolute;bottom:0;left:0;border-bottom:.1rem solid var(--color-blue);content:""}@media only screen and (max-width:768px){.slider-results__heading .section-heading__content:after{display:none}.slider-results__heading .section-heading__content h2{padding-right:0}.slider-results__heading .section-heading__right{display:none}}.slider-results__heading--images{margin-top:3rem}.slider-results__heading--images .container{display:flex;justify-content:flex-end}.slider-results__controls{display:flex;gap:2rem;margin-bottom:-2rem}.slider-results__controls__button{width:2.8rem;height:4rem;color:var(--color-dark-blue);transition:all .3s ease-in-out}.slider-results__controls__button:hover{color:var(--color-turquoise);cursor:pointer}.slider-results__controls__button--disabled,.slider-results__controls__button--disabled:hover{color:var(--color-gray-blue)!important}.slider-results__slider{width:calc(100% - 67.6rem);margin:0 auto;position:relative}@media only screen and (max-width:768px){.slider-results__slider{width:27rem}}.slider-results__slider .splide__track{overflow:inherit}.splide__container{box-sizing:border-box;position:relative}.splide__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:flex;height:2em;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:flex;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}.slider-results__card{display:grid;grid-template-columns:30.5rem;grid-gap:2rem;gap:2rem;width:100%;border-radius:3rem;border:.1rem solid var(--color-blue);position:relative}@media only screen and (max-width:768px){.slider-results__card{display:flex;width:27rem;flex-direction:column}.slider-results__card--splide{width:27rem}}.slider-results__card__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;position:absolute;top:0;left:0;width:100%;height:100%;padding:2rem;gap:1rem}.slider-results__card__content__item{padding:1rem 1.5rem;border-radius:5rem;background:var(--color-white);color:var(--color-dark-blue);font-size:1.8rem;font-weight:500}.slider-results__card__image{background:#e4e4e4;height:36rem;border-radius:3rem;overflow:hidden;position:relative}@media only screen and (max-width:768px){.slider-results__card__image{height:32rem;order:-1}}.slider-results__card__image img{width:100%;height:100%;object-fit:cover}.slider-results__card__link{position:absolute;top:0;left:0;width:100%;height:100%}.services-page__content{margin-bottom:13rem}@media only screen and (max-width:768px){.services-page__content{margin-bottom:10rem}}.services-page__heading{margin-bottom:7rem}@media only screen and (max-width:768px){.services-page__heading{margin-bottom:6rem}}.services-page__stocks{margin-bottom:13rem}@media only screen and (max-width:768px){.services-page__stocks{margin-bottom:10rem}}.services-page__results{margin-bottom:13rem}@media only screen and (max-width:768px){.services-page__results{margin-bottom:10rem}}.service-content__wrapper{padding-right:15rem}@media only screen and (max-width:768px){.service-content__wrapper{padding-right:0}}.service-content__wrapper .container{display:grid;grid-template-columns:27.5rem 1fr;grid-gap:6.4rem;gap:6.4rem}@media only screen and (max-width:768px){.service-content__wrapper .container{grid-template-columns:1fr;gap:10rem}}.service-content__sidebar{position:relative}.service-content__sidebar--sticky{position:-webkit-sticky;position:sticky;top:2rem}@media only screen and (max-width:768px){.service-content__sidebar--sticky{position:inherit;top:0}}.service-content__sidebar .service-progress-card--active:first-child{margin-top:0}.service-content__sidebar .service-progress-card--active:last-child{margin-bottom:0}.service-content__progress{width:100%;margin-bottom:2rem}@media only screen and (max-width:768px){.service-content__progress{display:none}}.service-content__progress__line{position:absolute;top:0;left:0;height:100%;background:var(--color-dark-blue);border-radius:1rem;transition:all .3s ease-in-out}.service-content__progress__line-wrapper{margin-bottom:1rem;border-radius:1rem;overflow:hidden;height:.4rem;background:var(--color-middle-blue-light);position:relative}.service-content__progress__info{display:flex;justify-content:space-between;align-items:center}.service-content__progress__info span{color:var(--color-blue);font-size:1.8rem;font-weight:600}.service-content-item{margin-bottom:9rem}@media only screen and (max-width:768px){.service-content-item{margin-bottom:5rem}}.service-content-item:last-child{margin-bottom:0}@media only screen and (max-width:768px){.service-content-item--hidden{display:none}}.service-content-item__heading{text-wrap:balance;font-size:3.8rem;line-height:4.2rem;color:var(--color-dark-blue);font-weight:500}@media only screen and (max-width:768px){.service-content-item__heading{font-size:2.6rem;line-height:2.8rem}}.service-content-item__promo{margin-top:6rem}@media only screen and (max-width:768px){.service-content-item__promo{margin-top:5rem}}.service-content-item__label{margin-bottom:2rem;margin-top:6rem;font-size:1.8rem;line-height:1.8rem;font-weight:600;color:var(--color-blue)}@media only screen and (max-width:768px){.service-content-item__label{margin-top:5rem;margin-bottom:2.2rem;font-size:1.6rem;line-height:1.6rem}}.service-content-item__content{display:flex;flex-direction:column;gap:2rem}.service-content-item__content img{width:100%;border-radius:3rem;object-fit:cover}.service-content-item__content p{font-size:1.8rem;font-weight:400;color:var(--color-dark-blue);line-height:2.5rem}@media only screen and (max-width:768px){.service-content-item__content p{font-size:1.6rem;line-height:1.9rem}}.service-content-item__content p:last-child{margin-bottom:0}.service-content-item__tarrifs{padding-top:34rem;position:relative;display:flex;gap:3.2rem;align-items:flex-end}@media only screen and (max-width:768px){.service-content-item__tarrifs{padding-top:0;gap:1rem;flex-direction:column;align-items:flex-start}.service-content-item__tarrifs__actions{width:100%;margin-top:1rem}}.service-content-item__tarrifs__actions .button{padding:0 9rem}@media only screen and (max-width:768px){.service-content-item__tarrifs__actions .button{padding:0;width:100%;display:flex}}.service-content-item__tarrifs__wrapper{flex:2 1}@media only screen and (max-width:768px){.service-content-item__tarrifs__wrapper{order:-1;display:flex;flex-direction:column;gap:1rem}}.service-content-item__tarrifs__item{border-radius:3rem;border:.1rem solid var(--color-blue);padding:3rem;width:49rem;background-color:var(--color-blue);background-image:url('data:image/svg+xml,<svg width="491" height="258" viewBox="0 0 491 258" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.48" d="M5.56778 -54C17.5866 33.4913 112.823 216.243 302.226 99.7304C424.595 24.4543 524.58 154.879 512.886 209.172C533.59 264.063 604.7 340.91 723.5 209.172C872 44.5 630 162 643 66C656 -30 795.5 -88.5 859.5 -5.5C923.5 77.5 1021 154.5 1064 147.5" stroke="url(%23paint0_linear_5327_382)" stroke-width="45"/><defs><linearGradient id="paint0_linear_5327_382" x1="551.618" y1="162.464" x2="-7.41067" y2="-21.3226" gradientUnits="userSpaceOnUse"><stop offset="0.338542" stop-color="%23B8DEEA"/><stop offset="1" stop-color="%2388C5D9" stop-opacity="0"/></linearGradient></defs></svg>');background-size:contain;background-position:0 0;background-repeat:no-repeat}@media only screen and (max-width:768px){.service-content-item__tarrifs__item{width:100%}}.service-content-item__tarrifs__item--sale{background-color:var(--color-white);background-image:url('data:image/svg+xml,<svg width="491" height="222" viewBox="0 0 491 222" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M358 207C447 245.5 523.667 202.167 528 163V-27.5L24.7196 -27.4998C14.7196 -24.8332 -4.39985 -17.8 -7.99985 5C-12.4999 33.5 -22.4488 197.54 145.5 130.5C280.781 76.5 269 168.5 358 207Z" fill="%23F3F7F9"/></svg>');background-size:contain;background-position:0 0;background-repeat:no-repeat}.service-content-item__tarrifs__item--sale .service-content-item__tarrifs__item__description,.service-content-item__tarrifs__item--sale .service-content-item__tarrifs__item__price,.service-content-item__tarrifs__item--sale .service-content-item__tarrifs__item__title{color:var(--color-dark-blue)}.service-content-item__tarrifs__item--regular .service-content-item__tarrifs__item__description{width:60%}.service-content-item__tarrifs__item--left{position:absolute;top:0;left:0;z-index:-1}@media only screen and (max-width:768px){.service-content-item__tarrifs__item--left{position:inherit}}.service-content-item__tarrifs__item--right{position:absolute;bottom:0;right:0;z-index:1}@media only screen and (max-width:768px){.service-content-item__tarrifs__item--right{position:inherit}}.service-content-item__tarrifs__item__title{width:80%;margin-bottom:5.6rem;font-size:2.4rem;font-weight:500;color:var(--color-white);line-height:2.4rem;white-space:pre-wrap}@media only screen and (max-width:768px){.service-content-item__tarrifs__item__title{width:100%}}.service-content-item__tarrifs__item__price{width:100%;display:flex;align-items:flex-end;font-size:4.6rem;gap:.8rem;color:var(--color-white);font-weight:300;line-height:7.3rem}@media only screen and (max-width:768px){.service-content-item__tarrifs__item__price{font-size:4rem;line-height:6.5rem}}.service-content-item__tarrifs__item__price span{font-size:1.6rem;font-weight:400;line-height:5.2rem}.service-content-item__tarrifs__item__description{width:80%;margin-top:2rem;font-size:1.6rem;color:var(--color-white);line-height:1.9rem;font-weight:400}.price-tile{width:100%;padding:3rem;display:flex;align-items:center;border:.1rem solid var(--color-blue);border-radius:2rem;font-size:5.2rem;font-weight:300;color:var(--color-dark-blue);justify-content:space-between}@media only screen and (max-width:768px){.price-tile{padding:2rem;display:flex;flex-direction:column;gap:3rem;font-size:4.5rem}.price-tile--amount-text{font-size:2.8rem}.price-tile__button{width:100%}}.price-tile__content{display:flex;align-items:flex-end;justify-content:center;gap:.8rem;line-height:7.3rem;position:relative;flex:1 1}@media only screen and (max-width:768px){.price-tile__content{line-height:4.5rem}}.price-tile__content span{color:var(--color-dark-blue);font-size:1.6rem;font-weight:400;line-height:5.2rem}@media only screen and (max-width:768px){.price-tile__content span{line-height:1.6rem;margin-bottom:.8rem}}.price-tile__content--on-request{flex:1 1}@media only screen and (max-width:768px){.price-tile__content--on-request{font-size:4rem}}.price-tile__content--is-free{flex:inherit;color:var(--color-gray-blue)}@media only screen and (min-width:769px){.price-tile__content--is-free{font-size:3.2rem;line-height:2.4rem}}@media only screen and (max-width:768px){.price-tile__content--is-free{font-size:3rem;line-height:3rem}}.price-tile__content--is-free span{color:var(--color-gray-blue)}@media only screen and (min-width:769px){.price-tile__content--is-free span{font-size:1.4rem;line-height:1.4rem}}@media only screen and (max-width:768px){.price-tile__content--is-free span{font-size:1.6rem;line-height:1.6rem;margin-bottom:.2rem}}.price-tile__content--is-free:after{position:absolute;top:50%;left:0;width:100%;height:.2rem;background:var(--color-gray-blue);content:"";display:block;margin-top:-.1rem}.price-tile__content--sale{color:var(--color-gray-blue)}@media only screen and (max-width:768px){.price-tile__content--sale{font-size:3rem;line-height:3rem}}.price-tile__content--sale span{color:var(--color-gray-blue)}@media only screen and (max-width:768px){.price-tile__content--sale span{font-size:1.6rem;line-height:1.6rem;margin-bottom:.2rem}}.price-tile__content--sale:after{position:absolute;top:50%;left:0;width:100%;height:.2rem;background:var(--color-gray-blue);content:"";display:block;margin-top:-.1rem}.price-tile__months{height:4rem;padding:0 3.4rem;border:.1rem solid var(--color-blue);border-radius:5rem;display:flex;justify-content:center;align-items:center;font-size:1.6rem;color:var(--color-dark-blue);font-weight:500}.service-countdown-banner{width:100%;background:var(--color-turquoise);border-radius:3rem;position:relative;z-index:0}@media only screen and (max-width:768px){.service-countdown-banner{padding:3rem 0;height:auto}}.service-countdown-banner__image{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:3rem;overflow:hidden;z-index:1}@media only screen and (max-width:768px){.service-countdown-banner__image{height:100%}}.service-countdown-banner__image img{width:100%;height:100%}@media only screen and (max-width:768px){.service-countdown-banner__image img{object-fit:cover}}.service-countdown-banner__content{display:flex;flex-direction:column;justify-content:space-between;position:relative;z-index:2;padding:5.4rem 4rem;flex:1 1;gap:3rem}@media only screen and (max-width:768px){.service-countdown-banner__content{padding:0}}.service-countdown-banner__top{display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width:768px){.service-countdown-banner__top{flex-direction:column;gap:1.5rem;align-items:flex-start;padding:0 .5rem}}.service-countdown-banner__bottom{display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width:768px){.service-countdown-banner__bottom{flex-direction:column;gap:3rem;align-items:flex-start}}.service-countdown-banner__heading{font-size:3rem;font-weight:700;color:var(--color-white);text-transform:uppercase;text-align:center}@media only screen and (max-width:768px){.service-countdown-banner__heading{padding:0 1.5rem;text-align:left}}.service-countdown-banner__text{font-size:1.6rem;font-weight:500;color:var(--color-turquoise);letter-spacing:4%;text-align:center}@media only screen and (max-width:768px){.service-countdown-banner__text{padding:0 2rem;text-align:left}}.service-countdown-banner__text span{text-decoration:underline;position:relative}.service-countdown-banner__text span:after{content:attr(data-text);text-decoration:underline;font-size:1.6rem;font-weight:500;color:var(--color-turquoise);letter-spacing:4%;text-align:center;filter:blur(6.1px);position:absolute;top:0;left:0}.service-countdown-banner__action{position:relative}.service-countdown-banner__action:after{display:flex;position:absolute;top:0;left:0;width:100%;height:100%;filter:blur(17.5px);background:var(--color-white);z-index:-1;content:""}@media only screen and (max-width:768px){.service-countdown-banner__action__wrapper{padding:0 2rem;display:flex;justify-content:center;align-items:center;width:100%}}.service-countdown-banner__countdown{display:flex;gap:1.7rem;padding:1rem 2rem;border-radius:3rem;background:rgba(0,72,91,.25);box-shadow:3px 3px 4px #00485b;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}@media only screen and (max-width:768px){.service-countdown-banner__countdown{gap:0;justify-content:space-between;width:100%}}.service-countdown-banner__countdown__item{display:flex;flex-direction:column;align-items:center}.service-countdown-banner__countdown__item__number{font-size:4rem;font-weight:700;letter-spacing:4%;color:var(--color-white);text-align:center;width:6rem}@media only screen and (max-width:768px){.service-countdown-banner__countdown__item__number{width:auto}}.service-countdown-banner__countdown__item__text{font-size:1.6rem;letter-spacing:4%;color:var(--color-white);text-align:center}.service-countdown-banner__countdown__item__divider{height:1.5rem;width:.6rem;position:relative;margin-top:1.7rem}.service-countdown-banner__countdown__item__divider:after,.service-countdown-banner__countdown__item__divider:before{width:.6rem;height:.6rem;border-radius:100%;background:var(--color-white);content:"";display:flex;left:0;position:absolute}.service-countdown-banner__countdown__item__divider:after{top:0}.service-countdown-banner__countdown__item__divider:before{bottom:0}.service-progress-card{display:grid;padding:1rem 2rem;border-radius:2rem;grid-template-columns:2.4rem 1fr;grid-gap:2rem;gap:2rem;margin:1.5rem 0}@media only screen and (max-width:768px){.service-progress-card{display:flex;padding-top:0;padding-bottom:0}}.service-progress-card--active{background:var(--color-light-gray-blue);padding:2rem}.service-progress-card--active .service-progress-card__circle{background:var(--color-dark-blue);border-color:var(--color-dark-blue)}.service-progress-card--active .service-progress-card__title{margin-bottom:2rem;color:var(--color-dark-blue);font-weight:500;font-size:1.7rem;line-height:1.7rem}@media only screen and (max-width:768px){.service-progress-card--active .service-progress-card__title{margin-bottom:0}}.service-progress-card--active .service-progress-card__content{display:flex;flex-direction:column}.service-progress-card--active .service-progress-card__link{margin-bottom:.9rem;display:inline-block}@media only screen and (max-width:768px){.service-progress-card--active .service-progress-card__link{display:none}}.service-progress-card--active .service-progress-card__link:last-child{margin-bottom:0}.service-progress-card__circle{width:2.4rem;height:2.4rem;border-radius:50%;border:.1rem solid var(--color-gray-blue)}@media only screen and (max-width:768px){.service-progress-card__circle{display:none}}.service-progress-card__content{display:flex;align-items:flex-start}@media only screen and (max-width:768px){.service-progress-card__content{width:100%}}.service-progress-card__title{padding-right:4.5rem;color:var(--color-gray-blue);transition:all .3s ease-in-out;padding-top:.2rem}@media only screen and (max-width:768px){.service-progress-card__title{padding-top:0;padding-right:0;width:100%}}.service-progress-card__title:hover{cursor:pointer;color:var(--color-dark-blue)}.service-progress-card__link{display:none;color:var(--color-gray-blue);transition:all .3s ease-in-out}@media only screen and (max-width:768px){.service-progress-card__link{display:none}}.service-progress-card__link--active{color:var(--color-dark-blue)}.service-progress-card__link:hover{cursor:pointer;color:var(--color-dark-blue)}