:root{--section-padding-y:clamp(60px,6vw,80px);--section-padding-x:0}section{padding:var(--section-padding-y) var(--section-padding-x)}.btn-groups{text-align:center}.highlight{color:var(--wp--preset--color--red)}body{background:var(--wp--preset--color--white);color:var(--wp--preset--color--dark-gray);font-size:var(--wp--preset--font-size--normal)}.wp-block-button__link,button{background:var(--wp--preset--color--secondary);border-radius:4px;color:var(--wp--preset--color--white);font-weight:600;padding:.8em 1.4em;transition:background .2s}.wp-block-button__link:hover,button:hover{background:var(--wp--preset--color--primary)}.container{margin:0 auto;max-width:var(--wp--style--global--wide-size);padding-inline:1.5rem}*,:after,:before{box-sizing:border-box}*{margin:0}body{-webkit-font-smoothing:antialiased;background:var(--wp--preset--color--white-2);font-family:var(--wp--preset--font-family--sans-serif)}canvas,img,picture,svg,video{height:auto;max-width:100%}button,input,select,textarea{font:inherit}:root :where(p){color:var(--wp--preset--color--dark-gray);font-size:var(--wp--preset--font-size--normal);line-height:1.7}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}a{text-decoration:none;transition:.2s ease-in}a:focus-active{outline:none}a:focus-visible{outline:none}h1{line-height:48.165px;margin-bottom:20px}h1,h2{font-size:clamp(1.9rem,3vw,2.6rem);letter-spacing:-2.094px}h2{color:var(--wp--preset--color--dark-blue);font-weight:var(--wp--custom--font-weight--bold);line-height:1.2;line-height:48px;margin-bottom:.5em}@media(max-width:576px){h2{line-height:40px}}h3{font-size:clamp(1.5rem,1rem + 1.04vw,1.9375rem);line-height:1.2}h3,h4{color:var(--wp--preset--color--dark-blue);font-weight:var(--wp--custom--font-weight--bold);margin-bottom:.5em}h4{font-size:clamp(1.5rem,1rem + 1.04vw,1.7rem);letter-spacing:-1.366px;line-height:31.416px}p{font-size:16px;letter-spacing:.333px;line-height:16px;margin-bottom:16px}.group-btn{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:center;text-align:center}@media(max-width:576px){.group-btn{flex-direction:column;padding:0 27px}.group-btn a{width:100%}}.group-btn .btn{padding:13px 25px}.group-btn .btn:hover{background:var(--wp--preset--color--dark-blue)}.group-btn .btn-red{background:var(--wp--preset--color--red);color:#fff}.group-btn .btn-dark-blue{background:var(--wp--preset--color--dark-blue);border:1px solid var(--wp--preset--color--dark-blue);color:#fff}.group-btn .btn-blue-transparent,.group-btn .btn-dark-blue:hover{background:transparent;border:1px solid var(--wp--preset--color--dark-blue);color:var(--wp--preset--color--dark-blue)}.group-btn .btn-blue-transparent:hover{background:var(--wp--preset--color--dark-blue);color:#fff}.group-btn .btn-red-transparent{background:transparent;border:1px solid var(--wp--preset--color--red);color:var(--wp--preset--color--red)}.group-btn .btn-red-transparent:hover{background:var(--wp--preset--color--red);color:#fff}.heading-red,.heading-red h2{color:var(--wp--preset--color--red)}.grid{align-items:start;display:grid;gap:var(--wp--style--root--block-gap);grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}@media(max-width:768px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}.flex{display:flex;gap:var(--wp--style--block-gap,1rem)}.flex--center{align-items:center;justify-content:center}.flex--between{align-items:center;justify-content:space-between}.flex--around{justify-content:space-around}.flex--evenly{justify-content:space-evenly}.flex--start{justify-content:flex-start}.flex--end{justify-content:flex-end}.flex--column{flex-direction:column}.flex--row{flex-direction:row}.flex--wrap{flex-wrap:wrap}.flex--align-start{align-items:flex-start}.flex--align-end{align-items:flex-end}.flex--align-center{align-items:center}.flex--align-stretch{align-items:stretch}.flex--text-center{text-align:center}.flex--inline{display:inline-flex}.site-header{background:var(--wp--preset--color--white);position:relative}.site-header .grid{grid-template-columns:1fr 2fr}.site-header__desktop{background:var(--wp--preset--color--white-2);padding:10px 0;text-align:right}@media(max-width:768px){.site-header__desktop{display:none}}.site-header__desktop .container{align-items:center;display:flex;justify-content:flex-end}.site-header a{align-items:center;color:var(--wp--preset--color--dark-gray);display:inline-flex;font-size:13px;font-weight:var(--wp--custom--font-weight--light);gap:15px;padding-right:30px;text-transform:uppercase}.site-header a:last-child{padding:0}.site-header__logo{padding:18px 0}@media(max-width:992px){.site-header__logo{padding:30px}}.site-header__logo a{background:none;display:block;line-height:1}.site-header__mobile{align-items:center;background:var(--wp--preset--color--white-2);display:none;justify-content:flex-end;padding:18px 30px;text-align:right}@media(max-width:992px){.site-header__mobile{display:flex}}.site-header__mobile a{background:none;color:var(--wp--preset--color--dark-gray);display:flex;font-weight:var(--wp--custom--font-weight--bold);gap:10px;padding:0}@media(max-width:992px){.site-header .container{padding:0}}.site-header .grid{align-items:center}@media(max-width:1199px){.site-header .grid{grid-template-columns:1fr 2fr}}@media(max-width:992px){.site-header .grid{grid-template-columns:1fr}}.site-header .grid .flex{gap:.5rem}@media(max-width:992px){.site-header .grid .flex{display:flex;width:100%}}.site-header .landing-page-nav--items{text-align:right}@media(max-width:992px){.site-header .landing-page-nav--items{display:none}}.site-header .landing-page-nav--items.is-open{display:block;width:100%}.site-header .landing-page-nav--items a:focus-visible{outline:none}@media(max-width:992px){.site-header .landing-page-nav--items a{border-bottom:2px solid var(--wp--preset--color--white);font-size:15px}}.site-header .landing-page-nav--items ul{align-items:center;display:flex;gap:30px;justify-content:space-between;list-style:none;margin:0;padding:0}@media(max-width:992px){.site-header .landing-page-nav--items ul{flex-direction:column;gap:15px;padding-bottom:30px}}.site-header .landing-page-nav--items ul li{display:flex;flex-direction:column;height:100%;position:relative}@media(max-width:992px){.site-header .landing-page-nav--items ul li{align-items:center;justify-content:center;width:100%}}.site-header .landing-page-nav--items ul li.current-menu-item a:before{background-color:var(--wp--preset--color--red);content:"";height:.25rem;left:0;position:absolute;top:100%;inset:auto 0 -.5rem;opacity:1;pointer-events:none;transition:transform .3s ease;width:100%;will-change:transform}.site-header .landing-page-nav--items ul li.current-menu-item a:hover:before{transform:translateY(0)}.site-header .landing-page-nav--items ul li.menu-item-has-children:after{background:transparent;content:"";height:20px;left:0;pointer-events:auto;position:absolute;top:100%;width:100%}.site-header .landing-page-nav--items ul li.menu-item-has-children:hover>.sub-menu{opacity:1;transform:translateY(0);visibility:visible}.site-header .landing-page-nav--items ul li.menu-item-has-children a:before{background:red;bottom:-4px;content:"";height:4px;left:0;pointer-events:none;position:absolute;width:100%}@media(max-width:992px){.site-header .landing-page-nav--items ul li.menu-item-has-children a:before{content:none}.site-header .landing-page-nav--items ul li.menu-item-has-children a:after{content:"▼";font-size:12px;pointer-events:none;position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:transform .25s ease}.site-header .landing-page-nav--items ul li.menu-item-has-children .sub-menu{opacity:0;visibility:hidden}}.site-header .landing-page-nav--items ul li.menu-item-has-children.submenu-open a:after{transform:translateY(-50%) rotate(180deg)}.site-header .landing-page-nav--items ul li.menu-item-has-children.submenu-open .sub-menu{display:block;opacity:1;visibility:visible}@media(max-width:992px){.site-header .landing-page-nav--items ul li.menu-item-has-children.submenu-open .sub-menu a:after{content:none}}.site-header .landing-page-nav--items ul li.nav-item-btn{align-items:center;align-self:center;background:var(--wp--preset--color--red);display:flex;height:44px;padding:10px 28px;transition:.2s ease-in}.site-header .landing-page-nav--items ul li.nav-item-btn:hover{background:var(--wp--preset--color--dark-blue)}.site-header .landing-page-nav--items ul li.nav-item-btn a{border:none;color:var(--wp--preset--color--white)}.site-header .landing-page-nav--items ul li.nav-item-btn a:focus-visible{outline:none}@media(max-width:992px){.site-header .landing-page-nav--items ul li.nav-item-btn a{text-decoration:none}}.site-header .landing-page-nav--items ul li.nav-item-btn a:before{content:none}.site-header .landing-page-nav--items ul li .sub-menu{background:var(--wp--preset--color--white);left:0;min-width:200px;opacity:0;position:absolute;right:auto;text-align:left;top:calc(100% + 15px);transform:translateY(15px);transition:all .25s ease;visibility:visible;width:100%;z-index:999}@media(max-width:992px){.site-header .landing-page-nav--items ul li .sub-menu{min-width:100%;position:static;transform:none}}.site-header .landing-page-nav--items ul li .sub-menu li{padding:15px 35px;width:100%}.site-header .landing-page-nav--items ul li .sub-menu li:before{background:var(--wp--preset--color--red);bottom:0;content:"";height:100%;left:0;position:absolute;right:0;top:0;transition:width .5s ease;width:0}@media(max-width:992px){.site-header .landing-page-nav--items ul li .sub-menu li:before{content:none}}.site-header .landing-page-nav--items ul li .sub-menu li:hover:before{width:100%}.site-header .landing-page-nav--items ul li .sub-menu li:hover a{color:var(--wp--preset--color--white)}@media(max-width:992px){.site-header .landing-page-nav--items ul li .sub-menu li:hover a{color:var(--wp--preset--color--dark-gray)}}.site-header .landing-page-nav--items ul li .sub-menu a{text-transform:none}.site-header .landing-page-nav--items ul li .sub-menu a:before{content:none}@media(max-width:992px){.site-header .landing-page-nav--items ul li .sub-menu{display:none}}.site-header .landing-page-nav--items ul a{color:var(--wp--preset--color--dark-gray);display:block;font-weight:var(--wp--custom--font-weight--bold);position:relative;text-transform:uppercase}.site-header .landing-page-nav--items ul a:before{background-color:var(--wp--preset--color--red);content:"";height:.25rem;inset:auto 0 -.5rem;opacity:0;position:absolute;top:100%;transition:transform .3s ease 0s;will-change:transform}.site-header .landing-page-nav--items ul a:hover:before{opacity:1;transform:translateY(.2rem)}@media(max-width:992px){.site-header .landing-page-nav--items ul a{padding-right:0}}.site-header .landing-page-nav--items .mega-menu-item a{padding-right:0}.site-header .landing-page-nav--items .mega-menu-item:after{bottom:0;content:"";height:50px;left:0;position:absolute;right:0;top:100%;width:100%}.site-header .landing-page-nav--items .mega-menu-item:hover .mega-menu{opacity:1;transform:translateX(-50%) translateY(0);visibility:visible}.site-header .landing-page-nav--items .mega-menu{background:var(--wp--preset--color--white);left:65%;max-width:100vw;opacity:0;padding:40px 60px;position:absolute;text-align:left;top:calc(100% + 38px);transform:translateX(-50%) translateY(-20px);transform-origin:top;transition:opacity .35s ease,transform .35s ease,visibility .35s ease;visibility:hidden;width:100vw;z-index:99999}@media(max-width:1400px){.site-header .landing-page-nav--items .mega-menu{left:70%;top:calc(100% + 37px)}}@media(max-width:992px){.site-header .landing-page-nav--items .mega-menu{display:none}}.site-header .landing-page-nav--items .mega-menu .mega-item{align-items:center;flex-direction:row;padding:20px;position:relative}.site-header .landing-page-nav--items .mega-menu .mega-item:before{background:var(--wp--preset--color--red);bottom:0;content:"";height:100%;left:0;position:absolute;right:0;top:0;transition:width .5s ease;width:0}.site-header .landing-page-nav--items .mega-menu .mega-item img{height:80px;max-width:80px;min-width:80px;-o-object-fit:contain;object-fit:contain}.site-header .landing-page-nav--items .mega-menu .mega-item h3{font-size:21px}.site-header .landing-page-nav--items .mega-menu .mega-item p{font-size:14px;font-weight:var(--wp--custom--font-weight--light)}.site-header .landing-page-nav--items .mega-menu .mega-item a:before{content:none!important}.site-header .landing-page-nav--items .mega-menu .mega-item:hover>.mega-menu{display:block}.site-header .landing-page-nav--items .mega-menu .mega-item:hover:before{width:100%}.site-header .landing-page-nav--items .mega-menu .mega-item:hover img{filter:brightness(0) invert(1)}.site-header .landing-page-nav--items .mega-menu .mega-item:hover .mega-item-content{position:relative;z-index:101}.site-header .landing-page-nav--items .mega-menu .mega-item:hover .mega-item-content h3,.site-header .landing-page-nav--items .mega-menu .mega-item:hover .mega-item-content p{color:var(--wp--preset--color--white)}.site-header .landing-page-nav--items .mega-menu .mega-item:hover .mega-item-content img{filter:brightness(0) invert(1)}@media(max-width:1024px){.site-header .landing-page-nav--items .mega-menu .mega-item{align-items:flex-start}}.site-header .landing-page-nav--items .mega-menu .mega-menu-content{padding:20px}.site-header .landing-page-nav--items .mega-menu .mega-grid{display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1400px}.site-header .landing-page-nav--items .mega-menu .mega-grid li{flex-direction:row;gap:30px;padding:20px;position:relative}.site-header .landing-page-nav--items .mega-menu .mega-grid li:before{background:var(--wp--preset--color--red);bottom:0;content:"";height:100%;left:0;position:absolute;right:0;top:0;transition:width .5s ease;width:0}.site-header .landing-page-nav--items .mega-menu .mega-grid li:hover:before{width:100%}.site-header .landing-page-nav--items .mega-menu .mega-grid li:hover h3,.site-header .landing-page-nav--items .mega-menu .mega-grid li:hover p{color:var(--wp--preset--color--white)}.site-header .landing-page-nav--items .mega-menu .mega-grid li:hover img{filter:brightness(0) invert(1)}.site-header .landing-page-nav--items .mega-menu .mega-grid li a{align-items:flex-start;display:flex;flex-direction:column;gap:5px;text-transform:none}.site-header .landing-page-nav--items .mega-menu .mega-grid li a:before{content:none}.site-header .landing-page-nav--items .mega-menu .mega-grid li img{height:80px;max-width:80px;min-width:80px}.site-header .landing-page-nav--items .mega-menu .mega-grid li h3{font-size:21px}.site-header .landing-page-nav--items .mega-menu .mega-grid li p{font-size:14px;font-weight:var(--wp--custom--font-weight--light)}.site-header .landing-page-nav--items .mega-menu .mega-menu-term a{align-items:center;display:flex}.site-header .mobile-toggle{cursor:pointer;display:none;position:absolute;right:30px;top:115px;width:35px}@media(max-width:768px){.site-header .mobile-toggle{top:50px}}.site-header .mobile-toggle span{background:#d9d9d9;display:block;height:2px;margin-bottom:4px;width:100%}@media(max-width:992px){.site-header .mobile-toggle{display:block}}.site-header .mobile-toggle.is-active span:first-child{transform:rotate(45deg) translateY(8px)}.site-header .mobile-toggle.is-active span:nth-child(2){opacity:0}.site-header .mobile-toggle.is-active span:nth-child(3){transform:rotate(-45deg) translateY(-8px)}.lang-switcher{display:inline-block;font-family:Arial,sans-serif;position:relative}.lang-btn{align-items:center;background:transparent;border:none;cursor:pointer;display:flex;font-size:14px;gap:6px;padding:6px 10px}.lang-btn:hover{background:none}.lang-btn span{color:#555;font-size:12px}.lang-btn .flag{border-radius:2px;height:auto;width:20px}.lang-btn .arrow{font-size:12px;opacity:.7}.lang-dropdown{background:#fff;border:.3px solid #97a6a7;display:block;min-width:140px;opacity:0;padding:20px;pointer-events:none;position:absolute;right:0;top:100%;transform:translateY(5px);transition:.2s ease;z-index:50}.lang-dropdown a{align-items:center;color:#333;display:flex;font-size:14px;gap:8px;padding:8px 12px;text-decoration:none;text-transform:none}.lang-dropdown .flag{height:auto;width:20px}.lang-open .lang-dropdown{display:block;opacity:1}.lang-open .arrow{transform:rotate(180deg)}.hero{align-items:center;display:flex;height:780px;overflow:hidden;padding:4rem 2rem;position:relative}.hero__bg{background:url(images/bg-cloud.3da8d3e9.jpg) 50%/cover no-repeat;height:130%;inset:-25%;pointer-events:none;position:absolute;transform:translateZ(0);width:130%;will-change:transform;z-index:0}@media(max-width:576px){.hero__bg{height:200%;inset:-70%;width:200%}}@media(max-width:992px){.hero{padding:3rem 0}}.hero .grid{align-items:center;display:grid;grid-template-columns:1fr 1fr}.hero__content{color:#fff;max-width:600px;position:relative;z-index:2}@media(max-width:992px){.hero__content{order:1;text-align:left}}@media(max-width:576px){.hero__content{height:auto;padding-top:55px;width:325px}}.hero__content h1{font-size:clamp(2.3rem,5vw,4rem);font-weight:700;line-height:1.2}.hero__content .highlight{color:var(--wp--preset--color--red)}.hero__content .hero__buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}@media(max-width:992px){.hero__content .hero__buttons{justify-content:center}}@media(max-width:576px){.hero__content .hero__buttons{justify-content:flex-start}}.hero__content .hero__buttons .btn{border-radius:4px;font-weight:600;padding:.8rem 1.6rem;text-decoration:none;transition:all .3s ease}@media(max-width:576px){.hero__content .hero__buttons .btn{padding:.5rem 1.6rem;text-align:center;width:200px}}.hero__content .hero__buttons .btn--primary{background:var(--wp--preset--color--red);color:#fff}.hero__content .hero__buttons .btn--primary:hover{background:var(--wp--preset--color--dark-blue)}.hero__content .hero__buttons .btn--outline{background:var(--wp--preset--color--white);border:2px solid #fff;color:var(--wp--preset--color--red)}.hero__content .hero__buttons .btn--outline:hover{background:var(--wp--preset--color--dark-blue);border-color:var(--wp--preset--color--dark-blue);color:var(--wp--preset--color--white)}.hero__image{justify-self:end;position:relative;z-index:1}@media(max-width:992px){.hero__image{order:2}}@media(max-width:576px){.hero__image{max-width:260px;position:absolute;right:0;right:-40px;top:80px;z-index:1}}.hero__image img{height:auto;max-width:530px;transform:translateY(0);transition:transform .5s ease-out;width:100%;will-change:transform}@media(max-width:576px){.hero__image img{max-width:285px;width:auto}}.hero.is-scrolling .hero__image img{transform:translateY(-30px)}@media(max-width:992px){.hero{grid-template-columns:1fr;height:auto;text-align:center}.hero__image{justify-self:center;margin-bottom:2rem}}.introduction{background:var(--wp--preset--color--white-2);padding:var(--section-padding-y) var(--section-padding-x)}.introduction .grid{align-items:center;gap:24px;grid-template-columns:1.3fr 1.8fr;padding-bottom:60px}@media(max-width:992px){.introduction .grid{grid-template-columns:1fr}}.introduction__items{margin-top:80px;overflow:hidden}@media(max-width:576px){.introduction__items{margin-top:40px}}.introduction__items .grid{align-items:flex-start;gap:30px;grid-template-columns:repeat(3,1fr)}@media(max-width:992px){.introduction__items .grid{grid-template-columns:1fr}}.introduction__items--item{background:var(--wp--preset--color--white);overflow:hidden}.introduction__items--item---image{aspect-ratio:4/3;cursor:pointer;overflow:hidden;transition:transform .4s ease}@media(max-width:576px){.introduction__items--item---image{aspect-ratio:auto;height:200px}}.introduction__items--item---image:hover{transform:scale(1.05)}.introduction__items--item---image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.introduction__items--item---content{min-height:380px;padding:24px;position:relative}@media(max-width:992px){.introduction__items--item---content{min-height:auto}}@media(max-width:1024px){.introduction__items--item---content{height:420px}}@media(max-width:576px){.introduction__items--item---content{height:auto}}.introduction__items--item---content p{font-size:14px}.introduction__items--item---content .btn{border:1px solid var(--wp--preset--color--red);bottom:48px;color:var(--wp--preset--color--red);display:inline-block;font-size:14px;left:24px;padding:5px 23px;position:absolute;text-align:center;width:200px}@media(max-width:992px){.introduction__items--item---content .btn{margin-top:30px;position:static}}.introduction__items--item---content .btn:hover{background:var(--wp--preset--color--red);color:var(--wp--preset--color--white)}.introduction__items--item h3{font-size:clamp(2rem,1rem + 1.04vw,1.9375rem)}@media(max-width:576px){.introduction__items--item h3{margin:.5rem 0 1rem}}.security-notes{background:var(--wp--preset--color--white-2);padding:var(--section-padding-y) var(--section-padding-x)}.security-notes .grid{grid-template-columns:1.3fr 1.8fr}@media(max-width:992px){.security-notes .grid{grid-template-columns:4.3fr 1.8fr}}.security-notes .image-grid{gap:1.5rem;grid-auto-rows:1fr;padding:var(--section-padding-y,clamp(40px,6vw,60px)) var(--section-padding-x,0)}@media(max-width:992px){.security-notes .image-grid{gap:1rem;grid-template-columns:none}}.security-notes .image-grid__item{cursor:pointer;overflow:hidden}.security-notes .image-grid__item img,.security-notes .image-grid__item svg{display:block;height:310px;-o-object-fit:cover;object-fit:cover;transition:.4s ease-in;width:100%}@media(max-width:992px){.security-notes .image-grid__item img,.security-notes .image-grid__item svg{height:150px}}.security-notes .image-grid__item svg{margin:0 auto;width:30%}.security-notes .image-grid__item:hover img,.security-notes .image-grid__item:hover svg{transform:scale(1.05)}.security-notes .image-grid__item:first-child{grid-column:1/2}.security-notes .image-grid__item:nth-child(2){grid-column:2/4}.security-notes .image-grid__item:nth-child(3){grid-column:1/3}.security-notes .image-grid__item:nth-child(4){background:var(--wp--preset--color--dark-blue);grid-column:3/4;height:100%}.security-notes .btn{align-items:center;background:var(--wp--preset--color--red);color:var(--wp--preset--color--white);display:inline-flex;font-size:14px;height:43px;justify-content:center;padding:5px 23px;width:200px}.security-notes .btn:hover{background:var(--wp--preset--color--dark-blue)}.security-notes span{display:block}.security-notes h2{line-height:1}.partners{background:var(--wp--preset--color--white);padding-bottom:0}.partners .grid{align-items:flex-start;gap:24px;grid-template-columns:1.4fr 1.5fr}@media(max-width:992px){.partners .grid{grid-template-columns:1fr}}.partners__items{padding:100px 0}.partners__items .grid{grid-template-columns:repeat(6,1fr)}@media(max-width:992px){.partners__items .grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:576px){.partners__items .grid{grid-template-columns:repeat(2,1fr)}}.partners__items--item{text-align:center}.partners span{display:block}@media(max-width:576px){.partners h2{margin-bottom:15px}}.notes{background:var(--wp--preset--color--dark-blue)}@media(max-width:992px){.notes{text-align:center}}.notes .grid{align-items:center;gap:10px;grid-template-columns:2fr 1fr}@media(max-width:992px){.notes .grid{grid-template-columns:1fr}}.notes h2{color:var(--wp--preset--color--white);font-size:clamp(2.6rem,3vw,2.5rem);margin-bottom:.5rem}@media(max-width:992px){.notes h2{text-align:center}}@media(max-width:576px){.notes h2{max-width:230px;max-width:none}}.notes p{font-size:clamp(1.5rem,3vw,1.7rem);font-weight:var(--wp--custom--font-weight--bold);line-height:1.2}.notes .btn,.notes p{color:var(--wp--preset--color--white)}.notes .btn{background:var(--wp--preset--color--red);display:inline-block;font-size:19px;padding:5px 23px;text-transform:uppercase}.notes .btn:hover{background:var(--wp--preset--color--white);color:var(--wp--preset--color--red)}.notes span{display:block}.notes__right{text-align:right}@media(max-width:992px){.notes__right{text-align:center}}@media(max-width:576px){.notes__right{margin-top:40px}.notes span{display:block}}.contact{background:var(--wp--preset--color--gray)}.contact .grid{align-items:flex-start;grid-template-columns:1fr 2fr}@media(max-width:992px){.contact .grid{grid-template-columns:1fr}}@media(max-width:576px){.contact img{display:block;margin:0 auto 80px}}.contact__right .grid{gap:30px;grid-template-columns:1fr 1fr}@media(max-width:992px){.contact__right .grid{grid-template-columns:1fr}}.contact__right p{font-weight:var(--wp--custom--font-weight--bold)}.contact__right span{display:block;font-size:14px;line-height:1.5}.contact__right a{color:var(--wp--preset--color--dark-gray)}.contact__right--form{margin-top:80px}@media(max-width:992px){.contact__right--form{margin-top:20px}}.contact__right--form h4{font-size:21px;margin-bottom:20px;text-transform:uppercase}.contact__right--form---term{padding:15px 0}.contact__right--form---term h3{margin:0 0 15px}.contact__right--form .form-row{align-items:center;gap:.75rem 1rem;gap:50px;grid-template-columns:1fr 1fr 1fr}@media(max-width:992px){.contact__right--form .form-row{gap:20px;grid-template-columns:1fr}}.contact__right--form .form-row--input{align-items:flex-start;margin-top:30px}.contact__right--form .form-row--input input{background:var(--wp--preset--color--white);border:none;border-radius:4px;padding:8px 12px;width:100%}.contact__right--form .form-row--input input::-moz-placeholder{color:var(--wp--preset--color--dark-blue);font-size:16px;font-weight:var(--wp--custom--font-weight--light)}.contact__right--form .form-row--input input::placeholder{color:var(--wp--preset--color--dark-blue);font-size:16px;font-weight:var(--wp--custom--font-weight--light)}.contact__right--form .form-row--textarea{grid-template-columns:1fr}.contact__right--form .form-row--textarea textarea{background:var(--wp--preset--color--white);border:none;border-radius:4px;height:240px;margin-top:30px;padding:8px 12px;resize:none;width:100%}.contact__right--form .form-row--textarea textarea::-moz-placeholder{color:var(--wp--preset--color--dark-blue);font-size:16px;font-weight:var(--wp--custom--font-weight--light)}.contact__right--form .form-row--textarea textarea::placeholder{color:var(--wp--preset--color--dark-blue);font-size:16px;font-weight:var(--wp--custom--font-weight--light)}.contact__right--form .form-row--submit{align-items:flex-start;grid-template-columns:1.5fr 1fr;margin:30px 0}.contact__right--form .form-row--submit div:nth-child(2){text-align:right}@media(max-width:992px){.contact__right--form .form-row--submit{grid-template-columns:1fr}}.contact__right--form .form-row--submit .checkbox-inline{margin-bottom:15px}.contact__right--form .form-row--submit input{background:none;border:1px solid var(--wp--preset--color--dark-blue);color:var(--wp--preset--color--dark-blue);cursor:pointer;padding:5px 40px;transition:.2s ease-in}.contact__right--form .form-row--submit input:hover{background:var(--wp--preset--color--dark-blue);color:var(--wp--preset--color--white)}.contact__right--form .form-row--submit input[type=checkbox]{padding:0}.contact__right--form .form-row--submit span{font-size:13px;line-height:1.2}.contact__right--form .form-row .wpcf7-radio{align-items:center;display:grid;gap:.75rem 1rem;gap:50px}@media(max-width:992px){.contact__right--form .form-row .wpcf7-radio{gap:20px;grid-template-columns:1fr}}.contact__right--form .form-row .wpcf7-checkbox{align-items:flex-start;cursor:pointer;display:inline-flex;flex-direction:column;gap:.5rem;margin-bottom:15px}.contact__right--form .form-row .wpcf7-checkbox label{display:inline-flex;gap:15px}.contact__right--form .form-row .wpcf7-radio{grid-template-columns:1fr 1fr 1fr}.contact__right--form .form-row .wpcf7-list-item{display:inline-block;margin:0}.contact__right--form .form-row .wpcf7-list-item label{align-items:center;display:flex;gap:10px}.contact__right--form .checkbox-inline{align-items:center;cursor:pointer;display:inline-flex;gap:.5rem}.contact .wpcf7-not-valid-tip{padding:5px}.map{padding:0}.map__item{padding-bottom:30%;position:relative}@media(max-width:576px){.map__item{padding-bottom:55%}}.map__item iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.services{background:var(--wp--preset--color--white)}.services .grid{grid-template-columns:1.3fr 1.4fr}@media(max-width:992px){.services .grid{grid-template-columns:1fr}}.services__items{margin:80px 0}.services__items.grid{gap:36px;grid-template-columns:repeat(4,auto)}@media(max-width:992px){.services__items.grid{grid-template-columns:repeat(2,auto)}}@media(max-width:576px){.services__items.grid{grid-template-columns:1fr}}.services__items--item{cursor:pointer;height:485px;overflow:hidden;position:relative}.services__items--item:before{background:rgba(7,45,71,.39);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.services__items--item:after{background:var(--wp--preset--color--red);bottom:-6px;content:"";height:12px;left:50%;position:absolute;transform:translate(-50%,-50%);width:170px;z-index:2}.services__items--item:hover:after{background:var(--wp--preset--color--white)}.services__items--item:hover img{transform:scale(1.1)}.services__items--item img{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;transition:.5s ease-in;width:100%}.services__items h3{color:var(--wp--preset--color--white);font-size:clamp(2rem,1rem + 1.04vw,1.8rem);left:50%;position:absolute;text-align:center;text-transform:uppercase;top:50%;transform:translate(-50%,-50%);z-index:2}.services .btn{font-size:clamp(1rem,1rem + .5vw,1.2rem);font-weight:var(--wp--custom--font-weight--semibold);text-transform:uppercase}.tax-info{background:var(--wp--preset--color--white)}@media(max-width:992px){.tax-info{text-align:center}}.tax-info .grid{grid-template-columns:1fr}@media(max-width:992px){.tax-info .grid{grid-template-columns:1fr}}.tax-info.blog-info .grid{grid-template-columns:1fr}.tax-info h2{margin-bottom:32px}.tax-info h4{margin-bottom:5px}.tax-info p{margin-bottom:32px}.tax-info ul{padding:0 0 20px 20px}.tax-info ul li::marker{content:none}.swiper-container{margin-left:auto;margin-right:0;max-width:1550px}.slider-machines .swiper-slide{height:auto;width:320px}.slider-machines .machine-card{background:#fff;box-shadow:0 4px 14px rgba(0,0,0,.05);display:flex;flex-direction:column;height:100%;overflow:hidden;padding:0 0 20px}.slider-machines .machine-card--image{height:285px;overflow:hidden}.slider-machines .machine-card img{height:285px;-o-object-fit:cover;object-fit:cover;transition:transform .6s ease;width:100%}.slider-machines .machine-card img:hover{transform:scale(1.1)}.slider-machines .machine-card h4{color:var(--wp--preset--color--dark-blue);font-size:21px;font-weight:var(--wp--custom--font-weight--medium);letter-spacing:-1.068px;margin-bottom:6px;padding:20px 27px 0}.slider-machines .machine-card p{color:#858585;color:#666;flex-grow:1;font-size:16px;line-height:1.4;margin:0 52px 27px 27px;min-height:100px}.slider-machines .machine-card a.read-more{color:var(--wp--preset--color--dark-blue);display:inline-block;font-size:16px;font-weight:var(--wp--custom--font-weight--medium);letter-spacing:.333px;line-height:26.615px;margin:0 27px;text-align:right}.slider-machines .swiper-controls{display:flex;gap:15px;padding:22px 0}.slider-machines .swiper-controls .swiper-button-next,.slider-machines .swiper-controls .swiper-button-prev{background:#fff;color:#000;height:43px;position:static;width:43px}.slider-machines .swiper-controls .swiper-button-next svg,.slider-machines .swiper-controls .swiper-button-prev svg{width:10px}.slider-machines .swiper-controls .swiper-button-prev{background:transparent;border:1px solid #072d47}.machine-cards{padding-bottom:120px}.machine-cards .heading--center{align-items:center;gap:24px;grid-template-columns:1.3fr 1.8fr;padding-bottom:60px}@media(max-width:992px){.machine-cards .heading--center{grid-template-columns:1fr}}.machine-cards .heading--center p{margin-bottom:5px}.machine-cards .grid{gap:32px}@media(max-width:992px){.machine-cards .grid{grid-template-columns:1fr 1fr}}@media(max-width:576px){.machine-cards .grid{grid-template-columns:1fr}}.machine-cards--card{background:#fff;box-shadow:0 4px 14px rgba(0,0,0,.05);display:flex;flex-direction:column;height:100%;overflow:hidden;padding:0 0 20px}.machine-cards--card---image{height:285px;overflow:hidden}.machine-cards--card---image img{cursor:pointer;height:285px;-o-object-fit:cover;object-fit:cover;transition:transform .6s ease;width:100%}.machine-cards--card---image img:hover{transform:scale(1.1)}.machine-cards--card h4{color:var(--wp--preset--color--dark-blue);font-size:21px;font-weight:var(--wp--custom--font-weight--medium);letter-spacing:-1.068px;line-height:1.2;margin-bottom:10px;padding:20px 27px 0}.machine-cards--card h4.heading-red{color:var(--wp--preset--color--red)}.machine-cards--card p{color:#858585;color:#666;flex-grow:1;font-size:16px;line-height:1.4;margin:0 52px 27px 27px}.machine-cards--card .btn{align-items:center;display:flex;height:35px;justify-content:center;letter-spacing:-.849px}.machine-cards--sales{background:#ccc;cursor:pointer;max-height:400px;min-height:400px;overflow:hidden;position:relative}.machine-cards--sales:hover img{transform:scale(1.1)}.machine-cards--sales :after{background:var(--wp--preset--color--red);bottom:-6px;content:"";height:12px;left:50%;position:absolute;transform:translate(-50%,-50%);width:170px;z-index:2}.machine-cards--sales:before{background:rgba(7,45,71,.39);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.machine-cards--sales img{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;transition:.5s ease-in;width:100%}.machine-cards--sales h3{color:var(--wp--preset--color--white);font-size:clamp(2.3rem,1rem + 1.04vw,1.8rem);left:50%;position:absolute;text-align:center;text-transform:uppercase;top:50%;transform:translate(-50%,-50%);z-index:2}.machine-cards--sales h3:after{content:none}.machine-cards .used-machines h4{margin-bottom:21px}.machine-cards .used-machines__grid{display:grid;grid-template-columns:1fr 1fr;padding:0 27px 27px}.machine-cards .used-machines__grid .flex{align-items:center;gap:5px;margin-bottom:5px}.machine-cards .used-machines__grid .flex span{color:var(--wp--preset--color--dark-blue)}.machine-cards .used-machines .group-btn{justify-content:flex-start;padding:0 27px}@media(max-width:576px){.machine-cards .used-machines .group-btn{flex-direction:column}}.machine-cards .used-machines .group-btn a{width:152px}@media(max-width:576px){.machine-cards .used-machines .group-btn a{width:320px}}.machine-cards .used-machines img{cursor:pointer;height:285px;-o-object-fit:cover;object-fit:cover;transition:transform .6s ease;width:100%}.pages{display:block;height:630px;padding:0}@media(max-width:576px){.pages{height:400px}}.pages.servis .hero__bg{background-position:50%}.pages.servis h1{color:var(--wp--preset--color--white)}@media(max-width:576px){.pages.servis h1{text-align:left}}.pages.servis .pages__hero-content{bottom:100px;top:auto}.pages.transport .hero__bg{background-position:50%}.pages.transport .pages__hero-content{bottom:100px;top:auto}.pages.transport h1{color:var(--wp--preset--color--white)}.pages.o-nama .hero__bg{background-position:50%}.pages.o-nama .pages__hero-content{bottom:100px;top:auto}.pages .hero__bg{background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover;height:630px;inset:0;position:static;transform:none;width:100%}@media(max-width:576px){.pages .hero__bg{height:380px}}.pages .hero__bg.mobile-only-featured{display:none}@media(max-width:576px){.pages .hero__bg.mobile-only-featured{display:block;height:380px}.pages .hero__bg.desktop-only-featured{display:none}}.pages__hero-content{position:absolute;top:100px}.pages__hero-content h1{font-size:clamp(2.3rem,5vw,4rem);letter-spacing:-2.88px;line-height:66.24px;max-width:575px}@media(max-width:992px){.pages__hero-content h1{line-height:1.2}}.page-content{background:var(--wp--preset--color--white-2);padding:60px 0 0}.page-content.page-o-nama{background:var(--wp--preset--color--white)}.page-content .brands{gap:60px;justify-content:center;margin:80px 0 0}@media(max-width:992px){.page-content .brands{text-align:center}}.page-content .brands img{height:50px;-o-object-fit:contain;object-fit:contain}.page-content .about-us{padding-bottom:80px;padding-top:80px}.page-content .about-us h3{margin-bottom:35px}.page-content .about-us .grid{gap:35px}.page-content .about-us .grid h3{font-size:26px;margin:0 0 25px;position:relative}.page-content .about-us .grid h3:after{background:#d9d9d9;content:"";display:block;height:7px;position:absolute;top:110%;transition:width .5s ease;width:73px}.page-content .about-us .grid h3:hover:after{width:100%}.page-content .about-us.page-o-nama .about-us__content{background:var(--wp--preset--color--white-2);border-top:5px solid var(--wp--preset--color--dark-blue);box-shadow:0 9px 16.3px -5px rgba(0,0,0,.11);cursor:pointer;min-height:255px;padding:35px;text-align:center;transition:transform .5s ease}.page-content .about-us.page-o-nama .about-us__content:hover{transform:translateY(-5px)}.page-content .about-us.page-o-nama .about-us__content h3{margin-top:5px}.page-content .about-us.page-o-nama .about-us__content h3:after{content:none}.page-content .about-us.page-o-nama .about-us__content p{font-size:14px;line-height:1.5}.page-content .about-us.page-o-nama .about-us__content--icon img{height:50px;-o-object-fit:contain;object-fit:contain;opacity:.3}.page-content .services{background:var(--wp--preset--color--white-2)}.additional_section .flex{align-items:center;gap:60px;justify-content:space-around}@media(max-width:992px){.additional_section .flex{flex-direction:column}}.additional_section .flex div{flex:1}.additional_section__image{position:relative}.additional_section__image img{bottom:0;height:470px;left:0;-o-object-fit:cover;object-fit:cover;right:0;top:0;width:570px}@media(max-width:576px){.additional_section__image img{height:250px}}.additional_section__content ul{padding:0 0 0 20px}.additional_section__small-text{margin:15px 0}.additional_section__small-text p{line-height:1.2;margin-bottom:5px}.contact{background:var(--wp--preset--color--white-2)}.contact .flex{align-items:center}@media(max-width:992px){.contact .flex{flex-direction:column}}.contact-form{background:var(--wp--preset--color--white-2);padding-top:0}.contact-form__form{border:1px solid var(--wp--preset--color--dark-blue);padding:30px 50px}@media(max-width:992px){.contact-form__form{padding:30px}}.page-id-17 .hero{display:none}.page-servis .about-us__content h3{color:var(--wp--preset--color--red)!important}.page-transport .about-us__content h3{color:var(--wp--preset--color--dark-blue)}.cat-toggle{cursor:pointer;display:none}@media(max-width:992px){.cat-toggle{align-items:center;border:1px solid var(--wp--preset--color--red);color:var(--wp--preset--color--red);cursor:pointer;display:flex;font-size:18px;font-weight:600;gap:10px;justify-content:center;line-height:50px;margin-bottom:40px;min-height:50px;text-align:center;width:100%}}.cat-toggle svg{transform:rotate(90deg)}.page-blog__heading{border-bottom:1px solid var(--wp--preset--color--dark-blue);border-top:1px solid var(--wp--preset--color--dark-blue);padding:5px 0}.page-blog__heading h1{font-size:clamp(1.5rem,1rem + 1.04vw,1.9375rem);margin:0}.page-blog__featured{align-items:center;gap:45px;grid-template-columns:1fr 1fr;margin-bottom:60px;padding:45px 0}@media(max-width:992px){.page-blog__featured{gap:20px;grid-template-columns:1fr}}.page-blog__featured--image img{height:405px;-o-object-fit:cover;object-fit:cover;width:100%}.page-blog__featured--content h2{max-width:355px}.page-blog__featured--content h2 a{color:var(--wp--preset--color--dark-blue)}.page-blog__featured--content p{font-size:14px;letter-spacing:.288px;line-height:23.04px}.page-blog__featured--content a{color:var(--wp--preset--color--red)}.page-blog__news h3{border-bottom:1px solid var(--wp--preset--color--dark-blue);padding-bottom:.5rem}.page-blog__news h3 a{color:var(--wp--preset--color--dark-blue)}.page-blog__news--items{align-items:flex-start;gap:30px;grid-template-columns:1fr 1fr 1fr}@media(max-width:992px){.page-blog__news--items{grid-template-columns:1fr}}.page-blog__news--items---item{margin-bottom:40px}.page-blog__news--items img{height:248px;-o-object-fit:cover;object-fit:cover;width:100%}.page-blog__news--items h4{margin:15px 0}.page-blog__news--items a{color:var(--wp--preset--color--red)}.tax-products-view{padding-bottom:0;padding-top:100px}@media(max-width:992px){.tax-products-view{padding-top:50px}}.tax-products-view .grid{gap:20px;grid-template-columns:225px 1fr;overflow:visible}@media(max-width:992px){.tax-products-view .grid{grid-template-columns:100%}}.tax-products-view--content{overflow:visible!important}.tax-products-view--content---desc{margin-bottom:120px}@media(max-width:992px){.tax-products-view--content---desc{text-align:center}}.tax-products-view--content h1{margin-bottom:45px}.tax-products-view--content h1.heading-red{color:var(--wp--preset--color--red)}.tax-products-view ul{list-style:none;padding:0;transition:height .3s ease}@media(max-width:992px){.tax-products-view ul{height:0;opacity:0;visibility:visible}}@media(max-width:576px){.tax-products-view ul{text-align:center}}.tax-products-view ul.tabs-open{height:auto;opacity:1;visibility:visible}.tax-products-view ul li{align-items:center;cursor:pointer;display:grid;gap:25px;grid-template-columns:42px 117px;margin-bottom:35px;position:relative}@media(max-width:576px){.tax-products-view ul li{grid-template-columns:100%;margin:0 auto 35px;max-width:300px}}.tax-products-view ul li.active img{filter:brightness(0) invert(28%) sepia(100%) saturate(7440%) hue-rotate(0deg)}.tax-products-view ul li a{color:var(--wp--preset--color--dark-gray);font-size:14px;letter-spacing:.279px;line-height:20.889px}@media(max-width:576px){.tax-products-view ul li a{font-size:15px}}.tax-products-view ul li img{display:block;filter:brightness(0) invert(0);margin:0 auto;transition:.2s ease}.tax-products-view ul li img:hover{filter:brightness(0) invert(28%) sepia(100%) saturate(7440%) hue-rotate(0deg)}.tax-products-view ul li svg{left:-20px;position:absolute}@media(max-width:576px){.tax-products-view ul li svg{left:auto;width:15px}}.tax-products-view .product-group-heading{align-items:center;border-bottom:1px solid #000;border-top:1px solid #000;display:flex;justify-content:space-between;padding:15px 0}.tax-products-view .product-group-heading button{background:var(--wp--preset--color--white);border:1px solid var(--wp--preset--color--dark-blue);border-radius:50%;cursor:pointer;height:3rem;line-height:1;padding:1em;width:3rem}.tax-products-view .product-group-heading button:hover{background:var(--wp--preset--color--white-2)}.tax-products-view .product-group-heading button .chevron{border-bottom:2px solid var(--wp--preset--color--red);border-right:2px solid var(--wp--preset--color--red);display:inline-block;height:10px;padding:0;transform:rotate(-135deg);transition:transform .25s ease;width:10px}.tax-products-view .product-group-heading button.is-collapsed .chevron{transform:rotate(45deg)}.tax-products-view .product-group-heading h3{color:var(--wp--preset--color--dark-blue);font-size:27px;font-style:normal;font-weight:700;letter-spacing:-1.366px;line-height:31.416px;margin:0}@media(max-width:576px){.tax-products-view .product-group-heading h3{font-size:24px}}.tax-products-view .table-wrapper{margin-bottom:75px;max-height:1000px;overflow-x:auto;transition:.2s ease;transition:max-height .45s ease;width:100%;-webkit-overflow-scrolling:touch}.tax-products-view .table-wrapper.is-collapsed{max-height:0}.tax-products-view .custom-table{border-collapse:collapse;font-size:1rem;width:100%}.tax-products-view .custom-table thead th{color:#222;cursor:pointer;padding:14px 10px;text-align:left}.tax-products-view .custom-table tbody tr:nth-child(2n){background:#e7e7e7}.tax-products-view .custom-table tbody tr:nth-child(odd){background:#fff}.tax-products-view .custom-table td{color:var(--wp--preset--color--dark-blue);padding:15px 10px;vertical-align:middle}.tax-products-view .custom-table a.product-link{color:var(--wp--preset--color--red);letter-spacing:-.811px;line-height:18.653px;text-decoration:underline}.tax-products-view .custom-table .btn{height:35px;padding-bottom:4px;padding-top:4px}@media(max-width:576px){.tax-products-view .custom-table .btn{height:auto;width:185px}.tax-products-view .custom-table tr{padding:12px 0}.tax-products-view .custom-table td{border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding:10px 0}}@media(max-width:576px)and (max-width:992px){.tax-products-view .custom-table td{padding:10px}}@media(max-width:576px)and (max-width:576px){.tax-products-view .custom-table td{display:table-cell}}@media(max-width:576px){.tax-products-view .custom-table td:before{color:#444;content:attr(data-label);font-weight:600}}.tax-products-view table.sortable th{cursor:pointer;position:relative;white-space:nowrap}.tax-products-view table.sortable th:last-of-type:after{content:none}.tax-products-view table.sortable th span.th-text{margin-right:6px}.tax-products-view table.sortable th:after{border-bottom:2px solid #666;border-right:2px solid #666;content:"";display:inline-block;height:8px;margin-left:4px;position:relative;top:-2px;transform:rotate(45deg);transition:transform .2s ease,opacity .2s ease;width:8px}.tax-products-view table.sortable th[aria-sort=ascending]:after{transform:rotate(-135deg)}.tax-products-view table.sortable th[aria-sort=ascending],.tax-products-view table.sortable th[aria-sort=descending]{color:var(--wp--preset--color--red)}.single-view{padding:80px 0}.single-view .grid{gap:70px}@media(max-width:992px){.single-view .grid{gap:0}.single-view__content{text-align:center}}.single-view__content .grid{max-width:410px}.single-view__content .grid .flex{gap:5px;margin-bottom:5px}@media(max-width:992px){.single-view__content .grid .flex{justify-content:center}}.single-view__content h1{margin-bottom:60px}.single-view__content .group-btn{justify-content:flex-start;margin-top:59px}@media(max-width:992px){.single-view__content .group-btn{justify-content:center}}.single-view__content .group-btn .btn{align-items:center;display:flex;height:35px;justify-content:center;letter-spacing:-.849px}.single-view__info{border-bottom:1px solid #000;border-top:1px solid #000;margin-bottom:20px;margin-top:60px;padding:10px 0}.single-view__gallery{margin-top:60px}.single-view__gallery .grid{gap:20px}.single-view__gallery img{height:225px;-o-object-fit:cover;object-fit:cover;width:100%}.single-post-item{padding:75px 0}.single-post-item__main{padding-right:50px}@media(max-width:992px){.single-post-item__main{padding-right:0}}.single-post-item .grid{grid-template-columns:1fr 360px}@media(max-width:992px){.single-post-item .grid{grid-template-columns:1fr}}.single-post-item__heading span{color:var(--wp--preset--color--red);display:block;font-size:12px;margin-bottom:10px;text-transform:uppercase}.single-post-item__heading h1{margin-bottom:10px;max-width:500px}.single-post-item__heading--excerpt p{color:var(--wp--preset--color--dark-grey);font-size:20px}.single-post-item__image{margin:25px 0 45px}.single-post-item .divider{background:var(--wp--preset--color--dark-blue);display:block;height:1px;margin:50px 0;width:100%}.single-post-item__content--block{border-top:1px solid var(--wp--preset--color--dark-blue);margin-top:50px;padding:50px 0}.single-post-item__content--block .flex{align-items:stretch;gap:45px;padding:35px 0}@media(max-width:992px){.single-post-item__content--block .flex{flex-direction:column}}.single-post-item__content--block .flex div{flex:1}.single-post-item__content--block h3{font-size:22px}.single-post-item__content--block img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.single-post-item__content .big-image{margin:30px 0}.single-post-item__content .big-image img{height:570px;-o-object-fit:cover;object-fit:cover}.single-post-item__content .subtitle{font-size:14px;letter-spacing:.288px;line-height:23.04px;margin:0}.single-post-item__sidebar{border-left:1px solid var(--wp--preset--color--dark-blue);padding-left:35px}.single-post-item__sidebar--item{margin-bottom:45px}.single-post-item__sidebar--item h4{font-weight:var(--wp--custom--font-weight--bold);letter-spacing:-1.418px;line-height:23.136px}.single-post-item__sidebar--item h4 a{color:var(--wp--preset--color--dark-blue);display:block;font-size:20px;max-width:240px}.single-post-item__sidebar--item p{font-size:14px;margin-bottom:5px}.single-post-item__sidebar--item a{color:var(--wp--preset--color--red);font-size:12px}.single-post-item .related-posts{margin-top:80px}.single-post-item .related-posts h4{margin-bottom:30px}.single-post-item .related-posts .grid{grid-template-columns:1fr 1fr 1fr}@media(max-width:992px){.single-post-item .related-posts .grid{grid-template-columns:1fr}}.footer{background:var(--wp--preset--color--dark-blue);color:var(--wp--preset--color--white);font-size:13px;font-weight:var(--wp--custom--font-weight--light);padding:30px}@media(max-width:992px){.footer{text-align:center}}.footer .flex{justify-content:space-between}@media(max-width:992px){.footer .flex{flex-direction:column-reverse}}.footer a{color:var(--wp--preset--color--white);display:block}.footer__links{align-items:center;gap:25px}.footer__links a{display:flex;gap:10px;text-transform:uppercase}.footer ul{display:flex;gap:30px;list-style:none;padding:0}@media(max-width:992px){.footer ul{align-items:center;flex-direction:column}}.footer ul li a{font-size:13px;font-weight:var(--wp--custom--font-weight--light);letter-spacing:-.025px;line-height:18.9px;text-transform:uppercase}.scroll-top{border-radius:2px;bottom:20px;color:#fff;cursor:pointer;height:35px;line-height:2;position:fixed;right:30px;text-align:center;width:35px;z-index:997}
