@keyframes show{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes slide-in-from-right{0%{transform:translate(72px);opacity:0}to{transform:none;opacity:1}}@keyframes menu-item{0%{transform:translate(40px);opacity:0}to{transform:none;opacity:1}}@keyframes breath{0%{transform:scale(1)}40%{transform:scale(1.05)}43%{transform:scale(1.05)}90%{transform:scale(1)}to{transform:scale(1)}}@keyframes wind{0%{rotate:0deg}40%{rotate:6deg}43%{rotate:6deg}98%{rotate:0}to{rotate:0}}@keyframes show-slide{0%{transform:translateY(3rem);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slide-in-from-top{0%{transform:translate(-50%,-150%);opacity:0}to{transform:translate(-50%,-50%);opacity:1}}.blog-list:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .blog-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:calc(2 * var(--spacing)) var(--spacing)}@media screen and (max-width: 767px){.blog-list:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .blog-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width: 575px){.blog-list:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .blog-list{grid-template-columns:minmax(0,1fr)}}.blog-item{position:relative;display:flex;flex-direction:column}.swiper-initialized .blog-item{background-color:#fff;border-radius:16px}.swiper-initialized .blog-item .blog-item__head picture{border-radius:8px}.swiper-initialized .blog-item .blog-item__body{padding:24px}.swiper-initialized .blog-item .blog-item__overlay .tag-list{padding:calc(1 * var(--tag-font-size))}.blog-item:has(:hover,:active,:focus-visible) img{transform:scale(1.03)}.blog-item:has(:hover,:active,:focus-visible) .title a{color:#001a40;text-decoration:none}.blog-item:has(:hover,:active,:focus-visible) .btn__icon{transform:translate(var(--btn-icon-movement))}.blog-item__head{position:relative}.blog-item__head picture{overflow:hidden;border-radius:7px}.blog-item__head img{width:100%;height:auto;aspect-ratio:400/230;transition:transform .5s cubic-bezier(.25,1,.5,1);background-color:#e1e7eb}.blog-item__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;justify-content:end;align-items:start;pointer-events:none}.blog-item__overlay>*{pointer-events:initial}.blog-item__overlay .tag-list{padding-block:calc(1 * var(--tag-font-size));align-items:end}.blog-item__body{width:100%;padding-top:2rem}@media screen and (max-width: 767px){.blog-item__body{padding-top:1.25rem}}.blog-item__body .title a{transition:color 175ms ease-out}.blog-item__body .title a:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.dynamicGrid{--grid-layout-gap: 3.125rem;--grid-column-count: 3;--grid-item--min-width: 200px;--gap-count: calc(var(--grid-column-count) - 1);--total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));--grid-item--max-width: calc((100% - var(--total-gap-width)) / var(--grid-column-count));display:grid;grid-template-columns:repeat(auto-fill,minmax(max(var(--grid-item--min-width),var(--grid-item--max-width)),1fr));grid-gap:var(--grid-layout-gap)}@media screen and (max-width: 575px){.dynamicGrid.category-list,.dynamicGrid.product-list{gap:.5rem;grid-template-columns:repeat(2,minmax(0,1fr))}}.vendor-section__container{display:flex}.vendor-section__header{flex:none;display:flex;align-items:center;border-inline-end:2px solid #1A6FD0;padding-inline:3rem}@media screen and (max-width: 991px){.vendor-section__header{display:none}}.vendor-carousel{width:100%;margin-inline:3rem}@media screen and (max-width: 991px){.vendor-carousel{margin-inline:var(--container-padding-negative);padding-inline:var(--container-padding);width:calc(100% + 2 * var(--container-padding))}}.vendor-carousel+.swiper-nav{position:absolute;justify-content:space-between;top:0;right:-75px;bottom:0;left:-75px;opacity:0;transition:opacity 125ms ease-out}@media screen and (max-width: 1439px){.vendor-carousel+.swiper-nav{display:none}}.vendor-carousel+.swiper-nav .swiper__btn{background-color:transparent;aspect-ratio:1}.vendor-carousel+.swiper-nav .swiper__btn:before{border:none}@media (any-hover: hover) and (any-pointer: fine){.vendor-carousel+.swiper-nav .swiper__btn:is(:hover,:active,:focus-visible){color:#134986}}.vendor-carousel:not(.swiper-initialized)+.swiper-nav{display:none}.swiper:not(.swiper-initialized) .vendor-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}@media screen and (min-width: 576px){.swiper:not(.swiper-initialized) .vendor-list{grid-template-columns:repeat(5,minmax(0,1fr))}}@media screen and (min-width: 768px){.swiper:not(.swiper-initialized) .vendor-list{grid-template-columns:repeat(6,minmax(0,1fr));gap:48px}}@media screen and (min-width: 1200px){.swiper:not(.swiper-initialized) .vendor-list{grid-template-columns:repeat(7,minmax(0,1fr))}}.vendor-item{display:flex;justify-content:center}.vendor-item>*{width:100%;max-width:16rem;max-height:7rem;aspect-ratio:4/3;display:flex;justify-content:center;align-items:center;background-color:#f0f3f5}.vendor-item img{width:auto;height:auto;max-width:100%;max-height:100%;transition:filter 75ms cubic-bezier(.5,1,.89,1);mix-blend-mode:multiply}.vendor-item a:is(:hover,:active,:focus-visible) img{filter:none}.hero-section{position:relative;z-index:1}.hero{--pt: clamp(3.125rem, 12vw, 12rem);--pb: 8rem;display:grid;grid-template-columns:580px 1fr}@media screen and (max-width: 1679px){.hero{--pt: 8rem;--pb: 4rem;grid-template-columns:520px 1fr}}@media screen and (max-width: 1439px){.hero{grid-template-columns:470px 1fr}}@media screen and (max-width: 1199px){.hero{display:flex;flex-direction:column-reverse;gap:1rem;--pt: 2rem;--pb: 2rem;margin-inline:calc(var(--bleed-negative) - 1rem)}}@media screen and (max-width: 575px){.hero{gap:0}}.hero .swiper__foot{align-items:end;flex-wrap:nowrap}@media screen and (max-width: 575px){.hero .swiper__foot{gap:1rem}}.hero .swiper__btn{border-radius:0;padding:0;border:1px solid rgba(255,255,255,.3);background-color:#ffffff26}.hero .swiper__btn--disabled,.hero .swiper__btn--prev{background-color:transparent}@media (any-hover: hover) and (any-pointer: fine){.hero .swiper__btn--prev:is(:hover,:active,:focus-visible){background-color:#ffffff26}}.hero .hero-swiper{flex:1;width:100%}.hero .swiper__navigation{gap:1.5rem}@media screen and (max-width: 575px){.hero .swiper__navigation{gap:.5rem}}@media screen and (max-width: 575px){.hero .swiper__btn{width:2.5rem;height:2.5rem}}@media screen and (max-width: 575px){.hero .swiper__fraction{display:none}}@media screen and (max-width: 575px){.hero .showcase__points{display:none}}@media screen and (max-width: 575px){.hero__caption .p--meta{min-height:35px;display:flex;align-items:end}}[data-anim-ready=false] .hero__caption [data-hero-title],[data-anim-ready=false] .hero__caption [data-hero-subtitle],[data-anim-ready=false] .hero__caption [data-hero-link] .btn{opacity:0}[data-anim-ready=true] .hero__caption [data-hero-title],[data-anim-ready=true] .hero__caption [data-hero-subtitle],[data-anim-ready=true] .hero__caption [data-hero-link] .btn{animation:slide-in-from-right 225ms ease-out;animation-fill-mode:forwards}.hero__caption [data-hero-title]{opacity:0;animation-delay:50ms!important}.hero__caption [data-hero-link] .btn{opacity:0;animation-delay:.1s!important}.hero__buttons{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem}@media screen and (min-width: 1200px){.hero__buttons{flex-direction:column}}@media (min-width: 1200px) and (max-width: 1679px){.hero__buttons{--btn-padding-block: .6rem;--btn-padding-inline: 1rem;--btn-height: 42px}.hero__buttons .btn{text-transform:none;letter-spacing:var(--base-letter-spacing);font-size:var(--fs-small)}}.hero__buttons .btn{max-width:260px}@media (min-width: 1200px) and (max-width: 1679px){.hero__buttons .btn{max-width:200px}}.hero__left{padding:var(--pt) var(--hero-px) var(--pb)}@media screen and (max-width: 1199px){.hero__left{padding-inline:var(--container-padding)}}@media (min-width: 1200px) and (max-width: 1679px){.hero__left .title{font-size:var(--fs-h5);margin-block-end:4rem}}.hero__left .title span{display:block}.hero__left .icon-list{display:flex;gap:1.5em 2.5em}.hero__right{position:relative;display:flex;flex-direction:column;row-gap:6rem;padding:var(--header-height--floating) calc(.5 * var(--hero-clip)) calc(.5 * var(--hero-clip)) calc(2 * var(--hero-clip));overflow:hidden}@media screen and (min-width: 576px){.hero__right{clip-path:polygon(0% 0%,100% 0%,100% 100%,var(--hero-clip) 100%,0% calc(100% - var(--hero-clip)),0% 100%)}}@media screen and (max-width: 1199px){.hero__right{padding:4rem;row-gap:4rem}}@media screen and (max-width: 575px){.hero__right{padding:3rem var(--container-padding) var(--container-padding);row-gap:3rem}}.hero-item{display:flex;align-items:end;height:auto}.hero-item__button{--btn-padding-block: .5rem;--btn-padding-inline: 1.25rem;display:flex;flex-direction:row-reverse;justify-content:start;align-items:center;gap:.5rem 1rem}@media screen and (max-width: 575px){.hero-item__button{flex-direction:column-reverse;align-items:start}}.hero-item__button .btn{margin-bottom:7px}.hero-item__button .btn__icon{stroke-width:1px;stroke:currentColor}.hero-item__head{display:flex;justify-content:center;align-items:center}.hero-item__head img{width:auto;height:auto;max-width:100%;max-height:500px}.hero-item__link{display:flex}.hero-item__link picture{width:fit-content;margin:auto}.hero-item__link img{display:block;margin:auto}.hero__decor{position:absolute;letter-spacing:-.025em;left:50%;bottom:0;transform:translate(-50%,-20%);line-height:.5;font-size:clamp(6rem,1.2321rem + 28vw,26.875rem);font-variation-settings:"wdth" 100,"wght" 756;text-transform:uppercase;color:#06193e;z-index:-1;visibility:hidden;-webkit-user-select:none;user-select:none;pointer-events:none}.swiper-slide-active .hero__decor{visibility:visible}.hero-section+.advantage-section{position:relative}.hero-section+.advantage-section:before{content:"";position:absolute;inset:auto 0 100%;height:var(--hero-clip);background-color:inherit}@media screen and (max-width: 1199px){.hero-section+.advantage-section:before{display:none}}.advantage-section .structure-icon{position:relative}.advantage-section .structure-icon .btn-link:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.advantage-section .structure-icon:has(.btn-link:is(:hover,:active,:focus-visible)) .btn__icon{transform:translate(var(--btn-icon-movement),calc(-1 * var(--font-lh-correction)))}.swiper__dot{background-color:#1a6fd0}.swiper__pagination{justify-content:center}.advantage-section--middle{position:relative}.advantage-section--middle:before,.advantage-section--middle:after{content:"";position:absolute;top:0;width:2px;height:100%;background-color:#dee7ed;left:calc(100% + .5rem)}.advantage-section--middle:before{left:auto;right:calc(100% + 2.5rem)}@media screen and (max-width: 991px){.advantage-section--middle:before,.advantage-section--middle:after{display:none}}.aboutHp{background-image:image-set(url(/build/assets/about-B-b9JKxC.webp) type("image/webp"),url(/build/assets/about-BPcY6jU1.jpg) type("image/jpeg"));background-size:cover}.about-list{display:grid}.about-item{position:relative;display:flex;align-items:center;gap:2rem}@media screen and (min-width: 992px){.about-item{flex-direction:row-reverse;text-align:right}}@media screen and (max-width: 767px){.about-item{gap:1.5rem;align-items:start}}.about-item__head{flex:none}.about-item__head img{width:72px;aspect-ratio:1;object-fit:contain}@media screen and (max-width: 767px){.about-item__head img{width:48px}}.about-item+.about-item{border-top:2px solid rgba(255,255,255,.15);padding-top:3rem;margin-top:3rem}@media screen and (max-width: 767px){.about-item+.about-item{padding-top:1.5rem;margin-top:1.5rem}}.hpProducts{--bg: 40%;background:linear-gradient(to bottom,#F0F3F5 var(--bg),#ffffff var(--bg))}.products-list{align-items:stretch!important}.hpNewsletter{display:flex;align-items:center;gap:2rem;justify-content:space-between;flex-wrap:wrap}.hpNewsletter__form{position:relative;flex-basis:386px}.hpNewsletter__form .input{margin-block-start:0}.hpNewsletter__form input{border-color:#dee7ed;color:#66778a;background-color:#fff;border-radius:3.313rem}.hpNewsletter__btn{background-color:transparent;border:none;padding:5px;line-height:0;color:#1a6fd0;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.hpNewsletter__btn svg{width:1.25rem;height:1.25rem;fill:currentColor}.certification{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--layout-gap);align-items:center}@media screen and (max-width: 767px){.certification{display:flex;flex-direction:column-reverse}}@media screen and (min-width: 1440px){.certification__col:first-child{margin-inline-start:-100px}}.certification__col picture{position:relative}.certification__col picture:after{content:"";position:absolute;top:50%;left:50%;height:85%;transform:translate(-50%,-50%);aspect-ratio:1;background-image:url("data:image/svg+xml,%3csvg%20width='26'%20height='26'%20viewBox='0%200%2026%2026'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M25%203.38564H17.153L25%2011.2923V3.38564ZM25%2017.447L16.9729%209.35967V9.38122H9.02707V1H1V8.97735L9.30994%2017.3503H16.9729V25.1066L17.074%2025.2077H25V17.447ZM1%2022.8221H9.02707V22.7425L1%2014.6558V22.8221Z'%20fill='%231A6FD0'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain;z-index:-1;filter:brightness(0) opacity(.05)}.certification__col img{width:100%;height:auto}.structure-grid:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .structure-grid{--spacing: 16px;display:grid;gap:var(--gap, var(--spacing))}@media screen and (min-width: 768px){.structure-grid:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .structure-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 992px){.structure-grid:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .structure-grid{grid-template-columns:repeat(var(--columns, 4),1fr)}}@media (min-width: 768px) and (max-width: 1199px){.structure-grid:not(.swiper-wrapper).structure-grid--documents,.swiper:not(.swiper-initialized) .structure-grid.structure-grid--documents{grid-template-columns:minmax(0,1fr)}}.swiper:not(.swiper-initialized) .structure-grid{grid-template-rows:auto;grid-auto-rows:0;row-gap:0;overflow:hidden}.swiper:not(.swiper-initialized) .structure-grid+.swiper__pagination{display:none!important}@media screen and (min-width: 1200px){.structure-grid.structure-grid--icons{--spacing: 64px}}.structure-icon{display:flex;justify-content:start;align-items:start;gap:1.5rem 1.688rem}@media screen and (max-width: 1439px){.structure-icon{gap:1.5rem}}@media screen and (max-width: 575px){.structure-icon{gap:1.25rem}}.structure-icon__head{flex:none;display:flex;justify-content:center;align-items:center;width:4rem;aspect-ratio:1}@media screen and (max-width: 1439px){.structure-icon__head{width:3rem}}@media screen and (max-width: 575px){.structure-icon__head{width:2.25rem}}.structure-icon__picture{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.structure-icon__picture img{height:100%;width:auto;max-width:100%;max-height:100%;aspect-ratio:1;object-fit:contain}.structure-icon__body{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:4px}.structure-icon--center{flex-direction:column;align-items:center}.structure-icon--center .structure-icon__body{align-items:center;text-align:center}
