@layer bricks {@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}.gm-style{font:inherit!important;text-decoration:inherit!important}.brxe-map{height:300px;position:relative;width:100%}.brxe-map.no-key{overflow:hidden}.brxe-map.no-key.bricks-draggable-item>iframe{pointer-events:none}.brxe-map>iframe{border:0}.brxe-map ol,.brxe-map ul{list-style-type:none;margin:0;padding:0}.brxe-map .infoBox{background-color:#fff;border-radius:4px;box-shadow:4px 4px 4px rgba(0,0,0,.2);display:flex;flex-direction:column;font-size:14px;gap:5px;min-width:300px;padding:10px;transform:translate(-50%,calc(-100% - 60px))!important}.brxe-map .infoBox:after{border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #fff;bottom:0;content:"";left:50%;position:absolute;transform:translate(-50%,100%)}.brxe-map .infoBox .title{font-size:15px;line-height:1.4;margin:0;padding-right:30px}.brxe-map .infoBox .subtitle{font-size:14px;font-weight:500}.brxe-map .infoBox .content{font-size:13px;margin:0}.brxe-map .infoBox .content+.images{margin-top:10px}.brxe-map .infoBox .images{display:grid;gap:5px;grid-template-columns:repeat(4,1fr)}.brxe-map .infoBox .images img{width:100%}.brxe-map .infoBox .close-infobox{cursor:pointer;font-size:30px;line-height:1;pointer-events:all;position:absolute;right:15px;top:10px}.brxe-map .infoBox>img{height:14px;position:absolute!important;right:0;top:0;width:14px}.brxe-map .brx-infobox-popup{display:flex;flex-direction:column;min-width:300px;transform:translate(-50%,calc(-100% - 60px))!important}.brxe-map .brx-infobox-popup:after{border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #fff;bottom:0;content:"";left:50%;position:absolute;transform:translate(-50%,100%);z-index:1}.brxe-map .brx-infobox-popup .close-infobox{cursor:pointer;font-size:30px;line-height:1;pointer-events:all;position:absolute;right:15px;top:10px;z-index:1}.brxe-map .brx-infobox-popup img{width:100%}.brxe-map .brx-map-no-results{align-items:center;display:flex;justify-content:center;left:50%;padding:15px 30px;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:999999}.brxe-map .brx-map-no-results,.brxe-map .brx-marker-text{background-color:#fff;box-shadow:0 2px 6px rgba(0,0,0,.3)}.brxe-map .brx-marker-text{border-radius:4px;font-size:14px;max-width:200px;overflow:hidden;padding:5px 10px;text-overflow:ellipsis;white-space:nowrap}.brxe-map .brx-map-cluster{fill:#00f}.brxe-map .brx-map-cluster text{fill:#fff}}@layer bricks {@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}:where(.brxe-form){display:flex;flex-wrap:wrap;width:100%}:where(.brxe-form) .label,:where(.brxe-form) label{color:inherit;font-size:12px;font-weight:600;letter-spacing:.4px;text-transform:uppercase}:where(.brxe-form) .form-group{display:flex;flex-direction:column;padding:0 0 20px;width:100%}:where(.brxe-form) .form-group.captcha,:where(.brxe-form) .form-group:last-child{padding-bottom:0}:where(.brxe-form) .form-group.captcha{line-height:1}:where(.brxe-form) .form-group.file{display:block}:where(.brxe-form) .form-group.file>label.choose-files{margin-bottom:0}:where(.brxe-form) .form-group>.label{margin-bottom:5px}:where(.brxe-form) .form-group .form-group-error-message{background-color:var(--bricks-bg-danger);color:var(--bricks-text-danger);display:none;padding:15px;width:100%}:where(.brxe-form) .form-group .form-group-error-message.show{display:block}:where(.brxe-form) .form-group .password-input-wrapper{position:relative}:where(.brxe-form) .form-group .password-input-wrapper .password-toggle{background:none;position:absolute;right:12px;top:50%;transform:translateY(-50%)}:where(.brxe-form) .form-group .password-input-wrapper .password-toggle span{display:flex}:where(.brxe-form) .form-group .password-input-wrapper .password-toggle span.hide{display:none}:where(.brxe-form) .submit-button-wrapper{width:auto}:where(.brxe-form) .required:after{content:"*";padding:0 2px;position:relative;top:-2px}:where(.brxe-form) .options-wrapper{list-style-type:none;margin:0;padding:0}:where(.brxe-form) .options-wrapper li{align-items:baseline;display:flex;gap:8px}:where(.brxe-form) .options-wrapper input,:where(.brxe-form) .options-wrapper label{display:inline-block;height:auto;margin:0 5px 0 0;width:auto}:where(.brxe-form) .options-wrapper input[type=checkbox],:where(.brxe-form) .options-wrapper input[type=radio]{margin:initial;padding:initial;position:relative;top:1px}:where(.brxe-form) button[type=submit].sending{cursor:default}:where(.brxe-form) button[type=submit].sending .text{opacity:.5}:where(.brxe-form) button[type=submit].sending>i,:where(.brxe-form) button[type=submit].sending>svg{display:none}:where(.brxe-form) button[type=submit].sending .loading{animation:load8 1s linear infinite;display:flex;opacity:1}:where(.brxe-form) button[type=submit].sending .loading svg{transform:scaleX(-1)}:where(.brxe-form) button[type=submit] .loading{display:none}:where(.brxe-form) button[type=submit] svg{height:1em;transform-origin:center}:where(.brxe-form) .recaptcha-hidden{display:none}:where(.brxe-form) .recaptcha-error{display:none;padding:0!important}:where(.brxe-form) .recaptcha-error.show{display:block}:where(.brxe-form) .recaptcha-error .brxe-alert.danger{align-items:center;background-color:var(--bricks-bg-danger);border-color:currentcolor;color:var(--bricks-text-danger);display:flex;justify-content:space-between;padding:15px;width:100%}:where(.brxe-form) .hcaptcha-error{display:none;padding:0!important}:where(.brxe-form) .hcaptcha-error.show{display:block}:where(.brxe-form) .hcaptcha-error .brxe-alert.danger{align-items:center;background-color:var(--bricks-bg-danger);border-color:currentcolor;color:var(--bricks-text-danger);display:flex;justify-content:space-between;padding:15px;width:100%}:where(.brxe-form) input[type=checkbox]+.label,:where(.brxe-form) input[type=checkbox]+label,:where(.brxe-form) input[type=radio]+.label,:where(.brxe-form) input[type=radio]+label{color:inherit;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:inherit;text-transform:inherit}:where(.brxe-form) textarea{height:inherit;resize:vertical}:where(.brxe-form) .message{background-color:var(--bricks-bg-info);color:var(--bricks-text-info);display:flex;gap:15px;justify-content:space-between;opacity:1;padding-bottom:0;position:relative;width:100%}:where(.brxe-form) .message.success{background-color:var(--bricks-bg-success);color:var(--bricks-text-success)}:where(.brxe-form) .message.error{background-color:var(--bricks-bg-danger);color:var(--bricks-text-danger)}:where(.brxe-form) .message .text{padding:15px}:where(.brxe-form) .message.closing{opacity:0;transition:opacity .2s}:where(.brxe-form) .message .close{all:unset;cursor:pointer;padding:15px}:where(.brxe-form) input.file,:where(.brxe-form) input[type=file]{display:block;height:0;opacity:0;width:0}:where(.brxe-form) .file-result{display:none;padding:0}:where(.brxe-form) .file-result.show{align-items:center;display:flex;margin:0 0 15px}:where(.brxe-form) .file-result.show.danger{background-color:var(--bricks-bg-danger);color:var(--bricks-text-danger);justify-content:space-between;padding:15px}:where(.brxe-form) .file-result.show.danger svg{cursor:pointer;height:1em;margin-left:5px}:where(.brxe-form) .file-result.show.danger svg g{stroke:currentcolor}:where(.brxe-form) .file-result.show .remove{display:inline-block;font-size:12px;line-height:30px;margin:0 15px;padding:0 10px}:where(.brxe-form) .file-result.show .remove:hover{background-color:var(--bricks-text-danger);color:#fff}:where(.brxe-form) .choose-files{align-self:flex-start;background-color:transparent;border:1px solid var(--bricks-border-color);cursor:pointer;display:inline-block;font-family:inherit;font-size:12px;font-weight:600;line-height:40px;padding:0 15px;text-align:center;text-transform:none;white-space:nowrap;width:auto}:where(.brxe-form) .choose-files:hover{background-color:rgba(0,0,0,.05)}:where(.brxe-form) .gallery-preview{display:flex;flex-wrap:wrap;gap:10px}:where(.brxe-form) .gallery-preview:not(:empty)+button{margin-top:5px}:where(.brxe-form) .image-preview{align-self:flex-start;overflow:hidden;position:relative}:where(.brxe-form) .image-preview:hover button{opacity:1}:where(.brxe-form) .image-preview:has(img)+button{margin-top:5px}:where(.brxe-form) .image-preview button{background-color:#fff;border:none;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}:where(.brxe-form) .image-preview button:hover{background-color:var(--bricks-text-danger);color:#fff}:where(.brxe-form) .image-preview button.hide{display:none}.grecaptcha-badge{visibility:hidden}}@layer bricks {.brxe-accordion-nested{--brx-icon-transform:rotate(90deg);width:100%}.brxe-accordion-nested .accordion-title-wrapper{cursor:pointer}.brxe-accordion-nested .accordion-title-wrapper .brxe-heading{margin:0}.brxe-accordion-nested .accordion-content-wrapper{display:none}.brxe-accordion-nested .brx-open>.accordion-content-wrapper{display:block}.brxe-accordion-nested .brx-icon-expanded{display:none}.brxe-accordion-nested .brx-icon-transform{transition:transform .1s}.brxe-accordion-nested>.brx-open>.accordion-title-wrapper .brx-icon-transform{transform:var(--brx-icon-transform)}.brxe-accordion-nested>.brx-open>.accordion-title-wrapper .brx-icon-collapsed{display:none}.brxe-accordion-nested>.brx-open>.accordion-title-wrapper .brx-icon-expanded{display:block}}@layer bricks {.brxe-slider-nested{min-width:0;width:100%}.brxe-slider-nested .splide__slide{align-items:center;display:flex;justify-content:center;position:relative}.brxe-slider-nested .splide__arrows:not(.custom) .splide__arrow--prev{transform:translateY(-50%) scaleX(-1)}.brxe-slider-nested .splide__arrows:not(.custom).splide__arrows--ttb .splide__arrow--prev{transform:translateX(-50%) scaleX(-1)}.brxe-slider-nested .splide__arrows svg{min-height:0;min-width:0}}@layer bricks {.brxe-icon{font-size:60px}svg.brxe-icon{font-size:inherit}}@layer bricks {.brxe-counter{width:auto}}@layer bricks {@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}a.brxe-image{display:inline-block}figure.brxe-image{margin:0}:where(.brxe-image).tag{display:inline-block;height:fit-content;position:relative;width:auto}:where(.brxe-image).caption{position:relative}:where(.brxe-image).caption:has(figcaption.bricks-image-caption){overflow:hidden}:where(.brxe-image).overlay{position:relative}:where(.brxe-image).overlay:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}:where(.brxe-image):before{border-radius:inherit}:where(.brxe-image) a{border-radius:inherit;position:static;transition:inherit}:where(.brxe-image) picture{border-radius:inherit;transition:inherit}:where(.brxe-image) img{border-radius:inherit;height:100%;position:static!important;transition:inherit;width:100%}:where(.brxe-image) img.bricks-lazy-hidden+figcaption{display:none}:where(.brxe-image) .icon{color:#fff;font-size:60px;pointer-events:none;position:absolute;right:50%;text-align:center;top:50%;transform:translate(50%,-50%);z-index:5}:where(.brxe-image) .bricks-image-caption{background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.25) 70%,transparent);bottom:0;color:#fff;font-size:inherit;margin:0;padding:10px 15px;pointer-events:none;position:absolute;text-align:center;width:100%;z-index:1}}@layer bricks {.brxe-button{width:auto}}@layer bricks {:where(.brxe-heading).has-separator{align-items:center;display:inline-flex;gap:20px}:where(.brxe-heading)>[contenteditable]{display:inline-block;text-decoration:inherit}:where(.brxe-heading) .separator{border-top:1px solid;flex-grow:1;flex-shrink:0;height:1px}}@layer bricks {:where(.brxe-divider){align-items:center;display:flex;font-size:30px;gap:30px}:where(.brxe-divider).horizontal{width:100%}:where(.brxe-divider).horizontal .line{border-top:1px solid}:where(.brxe-divider).vertical{flex-direction:column}:where(.brxe-divider).vertical .line{border-right:1px solid;width:auto}:where(.brxe-divider) .line{position:relative;width:100%}:where(.brxe-divider) .icon{flex-shrink:0;position:relative}:where(.brxe-divider) a{display:inline-flex}}#brxe-853ede {color: var(--text-white-60); width: 70px}@media (max-width: 991px) {#brxe-853ede {width: 50px}}@media (max-width: 478px) {#brxe-853ede {width: 30px}}#brxe-3ec8a4 {display: flex; align-items: center; column-gap: var(--space-2-xs)}@media (max-width: 478px) {#brxe-878118 {font-size: 42px}}#brxe-cb6332 {color: var(--text-white); font-size: 19px; width: 400px}@media (max-width: 991px) {#brxe-cb6332 {width: 300px}}@media (max-width: 767px) {#brxe-cb6332 {width: 80%}}@media (max-width: 478px) {#brxe-cb6332 {width: 100%; font-size: 17px}}#brxe-8202b0 {gap: var(--space-3xs); text-align: left; transition: 0.3s}#brxe-8202b0:hover {gap: var(--space-xs)}#brxe-8202b0 { background: transparent !important; border-bottom: 1px solid white;}#brxe-8202b0:hover { color: var(--secondary); border-color: var(--secondary);}#brxe-8202b0 i { transition: transform 0.3s ease;}#brxe-8202b0:hover i { transform: rotate(45deg);}#brxe-855d31 {display: flex; flex-direction: column; align-items: flex-start; row-gap: var(--space-m)}@media (max-width: 767px) {#brxe-855d31 {row-gap: var(--space-l)}}#brxe-c8f7c3 {flex-direction: row; align-items: center; column-gap: var(--space-l); justify-content: space-between}@media (max-width: 767px) {#brxe-c8f7c3 {row-gap: var(--space-m)}}#brxe-670f16 {width: 100%; margin-top: var(--space-l); margin-bottom: -40px}#brxe-670f16:not(.tag), #brxe-670f16 img {object-position: 20% 80%}#brxe-670f16 { height: 420px; object-fit: cover; border: 3px solid rgba(255, 255, 255, 0.33);}@media (max-width: 767px) {#brxe-670f16 {margin-top: var(--space-s)}}#brxe-fabde2 {row-gap: var(--space-l)}@media (max-width: 991px) {#brxe-fabde2 {row-gap: var(--space-l)}}@media (max-width: 478px) {#brxe-fabde2 {row-gap: var(--space-l)}}#brxe-0a1a8a {row-gap: var(--space-3xl); background-image: url("https://metaltech-ks.com/wp-content/uploads/2026/05/metaltech-hero-bg.jpg"); background-size: cover; background-position: bottom left; position: relative}:where(#brxe-0a1a8a > *:not(figcaption)) {position: relative}#brxe-0a1a8a::before {background-image: linear-gradient(rgba(5, 5, 5, 0.66), rgba(0, 0, 0, 0.89)); position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none}#brxe-0a1a8a::before { backdrop-filter: blur(3px);}@media (max-width: 991px) {#brxe-0a1a8a {row-gap: var(--space-2xl)}}@media (max-width: 767px) {#brxe-0a1a8a {row-gap: var(--space-4xl); padding-bottom: var(--space-5xl)}}@media (max-width: 478px) {#brxe-0a1a8a {row-gap: var(--space-4xl)}}#brxe-0b1d73 {flex-direction: row; justify-content: space-between; align-items: center}@media (max-width: 991px) {#brxe-0b1d73 {flex-wrap: wrap; column-gap: var(--space-xl); row-gap: var(--space-l); justify-content: center}}@media (max-width: 767px) {#brxe-0b1d73 {column-gap: var(--space-xl); row-gap: var(--space-l)}}@media (max-width: 478px) {#brxe-0b1d73 {justify-content: space-around; row-gap: 36px}}#brxe-pnwvqr {padding-top: 100px; padding-bottom: 60px}#brxe-muqsbm {width: 60px}#brxe-muqsbm.horizontal .line {border-top-color: var(--text-black-60)}#brxe-muqsbm.vertical .line {border-right-color: var(--text-black-60)}#brxe-muqsbm .icon {color: var(--text-black-60)}@media (max-width: 991px) {#brxe-muqsbm {width: 50px}}@media (max-width: 478px) {#brxe-muqsbm {width: 30px}}#brxe-cbizhf {width: 60px}#brxe-cbizhf.horizontal .line {border-top-color: var(--text-black-60)}#brxe-cbizhf.vertical .line {border-right-color: var(--text-black-60)}#brxe-cbizhf .icon {color: var(--text-black-60)}@media (max-width: 991px) {#brxe-cbizhf {width: 50px}}@media (max-width: 478px) {#brxe-cbizhf {width: 30px}}#brxe-tedgsn {display: flex; align-items: center; column-gap: var(--space-3xs)}#brxe-woldsq {align-items: center; row-gap: var(--space-2-s); display: flex; flex-direction: column}@media (max-width: 991px) {#brxe-woldsq {row-gap: var(--space-s)}}@media (max-width: 767px) {#brxe-woldsq {row-gap: var(--space-xs)}}@media (max-width: 991px) {#brxe-gbtqdy {width: 90%; height: 360px}#brxe-gbtqdy:not(.tag), #brxe-gbtqdy img {object-fit: cover; object-position: 100% 0%}}@media (max-width: 478px) {#brxe-gbtqdy {width: 100%; height: auto}}#brxe-zvcfvn {font-size: var(--text-l); line-height: 1.2em}@media (max-width: 991px) {#brxe-zvcfvn {font-size: var(--text-m)}}#brxe-rivsnv {padding-top: var(--space-2-s); padding-right: var(--space-2-s); padding-bottom: var(--space-2-xs); padding-left: var(--space-2-m); display: flex; flex-direction: column; row-gap: var(--space-xs); margin-top: -66.5px}#brxe-ztxsfe {width: 100%; display: flex; flex-direction: column; align-items: flex-start}#brxe-qnehnf {align-items: flex-end}#brxe-ihivhl {row-gap: var(--space-2-s); justify-content: flex-start; align-self: flex-start !important; align-items: flex-start}@media (max-width: 991px) {#brxe-ihivhl {align-items: center}}#brxe-jmltod {display: flex; width: 100%; flex-direction: row; column-gap: var(--space-l)}@media (max-width: 991px) {#brxe-jmltod {flex-direction: column; row-gap: var(--space-2xl)}}@media (max-width: 478px) {#brxe-jmltod {row-gap: var(--space-3xl)}}#brxe-ahixna {align-items: center}@media (max-width: 478px) {#brxe-ahixna {padding-top: var(--space-2-l)}}#rreth-nesh {padding-top: 40px}@media (max-width: 991px) {#rreth-nesh {padding-top: var(--space-4xl)}}@media (max-width: 478px) {#rreth-nesh {padding-top: 0}}#brxe-fa1b89 {color: var(--text-white)}#brxe-05a345 .line {height: 106px}#brxe-05a345.horizontal .line {border-top-width: 106px; border-top-color: var(--text-white)}#brxe-05a345.vertical .line {border-right-color: var(--text-white)}#brxe-05a345 .icon {color: var(--text-white)}@media (max-width: 767px) {#brxe-05a345 {display: none}}#brxe-c9c22a {color: var(--text-white)}#brxe-9f3832 .line {height: 106px}#brxe-9f3832.horizontal .line {border-top-width: 106px; border-top-color: var(--text-white)}#brxe-9f3832.vertical .line {border-right-color: var(--text-white)}#brxe-9f3832 .icon {color: var(--text-white)}@media (max-width: 767px) {#brxe-9f3832 {display: none}}#brxe-85bdc8 {color: var(--text-white)}#brxe-361460 {flex-direction: row; align-items: center; justify-content: space-between}@media (max-width: 767px) {#brxe-361460 {align-items: center; justify-content: space-around; row-gap: var(--space-xl); column-gap: var(--space-xl)}}@media (max-width: 478px) {#brxe-361460 {flex-direction: column; row-gap: 50px}}#brxe-b8f3bb {padding-top: var(--space-3xl); padding-bottom: var(--space-3xl); background-image: url("https://metaltech-ks.com/wp-content/uploads/2026/05/metaltech-bg-abstract.jpg"); background-size: cover; background-attachment: fixed; background-repeat: no-repeat; background-position: top center; background-blend-mode: multiply; background-color: var(--text-black-70); position: relative}:where(#brxe-b8f3bb > *:not(figcaption)) {position: relative}#brxe-b8f3bb::before {background-image: linear-gradient(var(--primary-5), var(--primary-5)); position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none}#brxe-b8f3bb::before { backdrop-filter: blur(5px);}@media (max-width: 991px) {#brxe-b8f3bb {padding-top: var(--space-3xl); padding-bottom: var(--space-3xl)}}@media (max-width: 767px) {#brxe-b8f3bb {padding-bottom: var(--space-4xl)}}@media (max-width: 478px) {#brxe-b8f3bb {padding-top: var(--space-5xl); padding-bottom: var(--space-4xl); background-attachment: scroll; background-position: center center}}#brxe-9ef1e3 {color: var(--text-white-60); width: 70px}#brxe-9ef1e3.horizontal .line {border-top-color: var(--text-black-60)}#brxe-9ef1e3.vertical .line {border-right-color: var(--text-black-60)}#brxe-9ef1e3 .icon {color: var(--text-black-60)}@media (max-width: 991px) {#brxe-9ef1e3 {width: 50px}}@media (max-width: 478px) {#brxe-9ef1e3 {width: 30px}}#brxe-72015a {display: flex; align-items: center; column-gap: var(--space-3xs)}#brxe-5495f4 {display: flex; flex-direction: column; row-gap: var(--space-2-s)}@media (max-width: 767px) {#brxe-5495f4 {row-gap: var(--space-s)}}#brxe-ba3699 {flex-direction: row; justify-content: space-between; align-items: center}@media (max-width: 767px) {#brxe-ba3699 {row-gap: var(--space-m)}}#brxe-397903 {margin-bottom: var(--space-2-s)}@media (max-width: 478px) {#brxe-397903 {margin-bottom: var(--space-m)}}#brxe-d7c8f8 {color: var(--text-black-70)}#brxe-0b3900 {margin-bottom: var(--space-2-s)}@media (max-width: 478px) {#brxe-0b3900 {margin-bottom: var(--space-m)}}#brxe-09df92 {color: var(--text-black-70)}#brxe-7ed447 {margin-bottom: var(--space-2-s)}@media (max-width: 478px) {#brxe-7ed447 {margin-bottom: var(--space-m)}}#brxe-4ed070 {color: var(--text-black-70)}#brxe-54399b {margin-bottom: var(--space-2-s)}@media (max-width: 478px) {#brxe-54399b {margin-bottom: var(--space-m)}}#brxe-ba6378 {color: var(--text-black-70)}#brxe-c5a559 {margin-bottom: var(--space-2-s)}@media (max-width: 478px) {#brxe-c5a559 {margin-bottom: var(--space-m)}}#brxe-4d452d {color: var(--text-black-70)}#brxe-65c04c {margin-bottom: var(--space-2-s)}@media (max-width: 478px) {#brxe-65c04c {margin-bottom: var(--space-m)}}#brxe-480c5d {color: var(--text-black-70)}#brxe-givqtq {margin-bottom: var(--space-2-s)}@media (max-width: 478px) {#brxe-givqtq {margin-bottom: var(--space-m)}}#brxe-owmcsf {color: var(--text-black-70)}#brxe-nsyegl {margin-bottom: var(--space-2-s)}@media (max-width: 478px) {#brxe-nsyegl {margin-bottom: var(--space-m)}}#brxe-hkabtg {color: var(--text-black-70)}#brxe-zivble {margin-bottom: var(--space-2-s)}@media (max-width: 478px) {#brxe-zivble {margin-bottom: var(--space-m)}}#brxe-gyguvz {color: var(--text-black-70)}#brxe-b87dd9 {flex-direction: row; column-gap: var(--space-l); row-gap: var(--space-2xl); flex-wrap: wrap}@media (max-width: 991px) {#brxe-b87dd9 {row-gap: var(--space-2xl)}}@media (max-width: 767px) {#brxe-b87dd9 {column-gap: var(--space-xl)}}#brxe-a9ff94 {row-gap: var(--space-3xl)}@media (max-width: 991px) {#brxe-a9ff94 {row-gap: var(--space-2xl)}}@media (max-width: 767px) {#brxe-a9ff94 {row-gap: var(--space-2xl)}}#sherbimet {padding-top: var(--space-2-3xl)}@media (max-width: 991px) {#sherbimet {padding-top: var(--space-4xl)}}@media (max-width: 767px) {#sherbimet {padding-top: var(--space-5xl)}}@media (max-width: 478px) {#sherbimet {padding-top: var(--space-5xl)}}#brxe-fbcf02 {width: 60px}#brxe-fbcf02.horizontal .line {border-top-color: var(--text-white-60)}#brxe-fbcf02.vertical .line {border-right-color: var(--text-white-60)}#brxe-fbcf02 .icon {color: var(--text-white-60)}@media (max-width: 991px) {#brxe-fbcf02 {width: 50px}}@media (max-width: 478px) {#brxe-fbcf02 {width: 30px}}#brxe-dad3f8 {width: 60px}#brxe-dad3f8.horizontal .line {border-top-color: var(--text-white-60)}#brxe-dad3f8.vertical .line {border-right-color: var(--text-white-60)}#brxe-dad3f8 .icon {color: var(--text-white-60)}@media (max-width: 991px) {#brxe-dad3f8 {width: 50px}}@media (max-width: 478px) {#brxe-dad3f8 {width: 30px}}#brxe-013b03 {display: flex; align-items: center; column-gap: var(--space-3xs)}#brxe-d8a8c1 {align-items: center; row-gap: var(--space-2-s)}@media (max-width: 991px) {#brxe-d8a8c1 {row-gap: var(--space-m)}}#brxe-c14378.horizontal .line {border-top-color: var(--secondary); border-top-style: dashed}#brxe-c14378.vertical .line {border-right-color: var(--secondary); border-right-style: dashed}#brxe-c14378 .icon {color: var(--secondary)}#brxe-c6cd03 {margin-bottom: var(--space-2-s)}@media (max-width: 767px) {#brxe-c6cd03 {margin-bottom: var(--space-xs)}}@media (max-width: 478px) {#brxe-c6cd03 {margin-bottom: var(--space-3xs)}}#brxe-dd4fbf {color: var(--text-white-70)}#brxe-561b4c.horizontal .line {border-top-color: var(--secondary); border-top-style: dashed}#brxe-561b4c.vertical .line {border-right-color: var(--secondary); border-right-style: dashed}#brxe-561b4c .icon {color: var(--secondary)}#brxe-247d66 {margin-bottom: var(--space-2-s)}@media (max-width: 767px) {#brxe-247d66 {margin-bottom: var(--space-xs)}}@media (max-width: 478px) {#brxe-247d66 {margin-bottom: var(--space-3xs)}}#brxe-70e936 {color: var(--text-white-70)}#brxe-e059c0.horizontal .line {border-top-color: var(--secondary); border-top-style: dashed}#brxe-e059c0.vertical .line {border-right-color: var(--secondary); border-right-style: dashed}#brxe-e059c0 .icon {color: var(--secondary)}#brxe-784e7e {margin-bottom: var(--space-2-s)}@media (max-width: 767px) {#brxe-784e7e {margin-bottom: var(--space-xs)}}@media (max-width: 478px) {#brxe-784e7e {margin-bottom: var(--space-3xs)}}#brxe-8e89ec {color: var(--text-white-70)}#brxe-ac9d22.horizontal .line {border-top-color: var(--secondary); border-top-style: dashed}#brxe-ac9d22.vertical .line {border-right-color: var(--secondary); border-right-style: dashed}#brxe-ac9d22 .icon {color: var(--secondary)}#brxe-565dd7 {margin-bottom: var(--space-2-s)}@media (max-width: 767px) {#brxe-565dd7 {margin-bottom: var(--space-xs)}}@media (max-width: 478px) {#brxe-565dd7 {margin-bottom: var(--space-3xs)}}#brxe-fc5402 {color: var(--text-white-70)}#brxe-6eec73 {flex-direction: row; column-gap: var(--space-l)}@media (max-width: 767px) {#brxe-6eec73 {justify-content: center; row-gap: var(--space-3xl)}}#procesi {padding-top: var(--space-2-3xl); padding-bottom: var(--space-2-3xl)}@media (max-width: 991px) {#procesi {padding-top: var(--space-5xl); padding-bottom: var(--space-5xl)}}@media (max-width: 767px) {#procesi {padding-top: var(--space-5xl); padding-bottom: var(--space-5xl)}}@media (max-width: 478px) {#procesi {padding-top: var(--space-5xl); padding-bottom: var(--space-5xl)}}#brxe-6a65c4 {text-align: center}#brxe-798cd9 {font-size: var(--text-m); color: var(--text-black); fill: var(--text-black); transition: all 0.5s}#brxe-798cd9:hover {color: var(--secondary); fill: var(--secondary)}#brxe-ee7d4e {font-size: var(--text-m); color: var(--text-black); fill: var(--text-black); transition: all 0.5s}#brxe-ee7d4e:hover {color: var(--secondary); fill: var(--secondary)}#brxe-f22229 {font-size: var(--text-m); color: var(--text-black); fill: var(--text-black); transition: all 0.5s}#brxe-f22229:hover {color: var(--secondary); fill: var(--secondary)}#brxe-37cff9 {font-size: var(--text-m); color: var(--text-black); fill: var(--text-black); transition: all 0.5s}#brxe-37cff9:hover {color: var(--secondary); fill: var(--secondary)}#brxe-38f109 {font-size: var(--text-m); color: var(--text-black); fill: var(--text-black); transition: all 0.5s}#brxe-38f109:hover {color: var(--secondary); fill: var(--secondary)}#brxe-06253f {display: flex; column-gap: var(--space-3xs)}#brxe-9106dd {text-align: center}#brxe-f72697 {color: var(--text-black); font-size: var(--text-s); font-family: "DM Sans"; line-height: 1.5em; font-weight: 700}#brxe-a64ce3 {color: var(--text-black-60); font-size: var(--text-xs); font-family: "DM Sans"; line-height: 1.5em; letter-spacing: 1%}@media (max-width: 478px) {#brxe-ff00df {align-self: center !important; display: flex; flex-direction: column; align-items: center}}#brxe-f0e3f4 {display: flex; align-items: center; column-gap: var(--space-2-s)}@media (max-width: 478px) {#brxe-f0e3f4 {flex-direction: column; align-items: center; row-gap: var(--space-2xs)}}#brxe-a884a0 {width: 840px; align-self: center !important; display: flex; flex-direction: column; align-items: center; row-gap: var(--space-l)}@media (max-width: 991px) {#brxe-a884a0 {row-gap: var(--space-2-m)}}@media (max-width: 478px) {#brxe-a884a0 {row-gap: var(--space-xl)}}#brxe-cc9a3a {position: absolute; top: 60px; left: 154px}@media (max-width: 991px) {#brxe-cc9a3a {left: 5%}}@media (max-width: 767px) {#brxe-cc9a3a {top: 15px}}@media (max-width: 478px) {#brxe-cc9a3a {top: 0px}#brxe-cc9a3a { scale: 0.6;}}#brxe-fd38f2 .splide__arrow {color: var(--text-black); font-size: var(--text-l); min-height: var(--text-l); min-width: var(--text-l); height: 0px; width: 0px}#brxe-fd38f2 .splide__arrow svg {fill: var(--text-black); height: var(--text-l); width: var(--text-l)}#brxe-fd38f2 .splide__arrow:hover {color: var(--secondary)}#brxe-fd38f2 .splide__arrow:hover svg {fill: var(--secondary)}#brxe-fd38f2 {transition: all 0.5s}@media (max-width: 767px) {#brxe-fd38f2 .splide__arrow {font-size: var(--text-l); min-height: var(--text-l); min-width: var(--text-l)}#brxe-fd38f2 .splide__arrow svg {height: var(--text-l); width: var(--text-l)}}@media (max-width: 478px) {#brxe-fd38f2 .splide__arrow {font-size: var(--text-l); min-height: var(--text-l); min-width: var(--text-l)}#brxe-fd38f2 .splide__arrow svg {height: var(--text-l); width: var(--text-l)}}#brxe-53daab {align-items: center}#vleresimet {padding-top: var(--space-2-3xl); padding-bottom: var(--space-2-3xl)}@media (max-width: 991px) {#vleresimet {padding-top: var(--space-5xl); padding-bottom: var(--space-5xl)}}@media (max-width: 767px) {#vleresimet {padding-top: var(--space-5xl); padding-bottom: var(--space-5xl)}}@media (max-width: 478px) {#vleresimet {padding-top: var(--space-5xl); padding-bottom: var(--space-5xl)}}#brxe-e54972 {color: var(--text-white-60); width: 70px}#brxe-e54972.horizontal .line {border-top-color: var(--text-black-60)}#brxe-e54972.vertical .line {border-right-color: var(--text-black-60)}#brxe-e54972 .icon {color: var(--text-black-60)}@media (max-width: 991px) {#brxe-e54972 {width: 50px}}@media (max-width: 478px) {#brxe-e54972 {width: 30px}}#brxe-5ef53f {display: flex; align-items: center; column-gap: var(--space-3xs)}#brxe-fad67f {display: flex; flex-direction: column; row-gap: var(--space-2-s)}@media (max-width: 991px) {#brxe-fad67f {row-gap: var(--space-s)}}@media (max-width: 767px) {#brxe-fad67f {row-gap: var(--space-s)}}#brxe-fa446b {font-size: var(--text-s)}#brxe-4e1d21 {align-items: center; flex-direction: row; justify-content: space-between}@media (max-width: 478px) {#brxe-4e1d21 {flex-wrap: nowrap}}#brxe-e51e99 {color: var(--text-black-70)}#brxe-pwkdvc {font-size: var(--text-s)}#brxe-qybibs {align-items: center; flex-direction: row; justify-content: space-between}@media (max-width: 478px) {#brxe-qybibs {flex-wrap: nowrap}}#brxe-ktantl {color: var(--text-black-70)}#brxe-ggvmmk {font-size: var(--text-s)}#brxe-mjinxt {align-items: center; flex-direction: row; justify-content: space-between}@media (max-width: 478px) {#brxe-mjinxt {flex-wrap: nowrap}}#brxe-stcohy {color: var(--text-black-70)}#brxe-uvjrol {font-size: var(--text-s)}#brxe-rapigq {align-items: center; flex-direction: row; justify-content: space-between}@media (max-width: 478px) {#brxe-rapigq {flex-wrap: nowrap}}#brxe-cishsb {color: var(--text-black-70)}#brxe-qfbquj { border-bottom: 1px solid var(--text-black-40);}#brxe-cd78a9 .accordion-title-wrapper {min-height: 60px; padding-top: var(--space-2-s); padding-right: var(--space-3xs); padding-bottom: var(--space-2-s); margin-bottom: 0; border-top: 1px solid var(--text-black-40); border-bottom: 0 solid var(--text-black-40); color: var(--text-black); font-size: var(--text-s); font-family: "DM Sans"; font-weight: 400; line-height: 1.5em}#brxe-cd78a9 .accordion-content-wrapper {padding-top: 0; padding-right: 0; padding-bottom: var(--space-2-s); padding-left: 0; margin-top: 0; margin-bottom: 0; border-style: none; border-color: var(--text-black-40)}#brxe-cd78a9 .accordion-title-wrapper .brxe-heading {color: var(--text-black); font-size: var(--text-s); font-family: "DM Sans"; font-weight: 400; line-height: 1.5em}#brxe-cd78a9 .brx-open .accordion-title-wrapper {border-bottom-width: 0}@media (max-width: 991px) {#brxe-cd78a9 .accordion-title-wrapper {padding-top: var(--space-s); padding-bottom: var(--space-s); font-size: var(--text-2-m)}#brxe-cd78a9 .accordion-title-wrapper .brxe-heading {font-size: var(--text-2-m)}}@media (max-width: 478px) {#brxe-cd78a9 {width: 100%}}#brxe-dda7e7 {row-gap: var(--space-2-s); width: 50%}@media (max-width: 991px) {#brxe-dda7e7 {width: 52%}}@media (max-width: 767px) {#brxe-dda7e7 {width: 100%}}#brxe-d610cc {flex-direction: row; justify-content: center; align-items: center}@media (max-width: 991px) {#brxe-d610cc {justify-content: space-between}}@media (max-width: 767px) {#brxe-d610cc {flex-direction: column; row-gap: var(--space-3xl)}}#faqs {padding-top: var(--space-2-3xl); padding-bottom: var(--space-2-3xl); background-color: var(--bg-body)}@media (max-width: 991px) {#faqs {padding-top: var(--space-5xl); padding-bottom: var(--space-5xl)}}@media (max-width: 767px) {#faqs {padding-top: var(--space-5xl); padding-bottom: var(--space-5xl)}}@media (max-width: 478px) {#faqs {padding-top: var(--space-5xl); padding-bottom: var(--space-5xl)}}#brxe-cbf426 {color: var(--text-white-60); width: 70px}#brxe-cbf426.horizontal .line {border-top-color: var(--text-black-60)}#brxe-cbf426.vertical .line {border-right-color: var(--text-black-60)}#brxe-cbf426 .icon {color: var(--text-black-60)}@media (max-width: 991px) {#brxe-cbf426 {width: 50px}}@media (max-width: 478px) {#brxe-cbf426 {width: 30px}}#brxe-029ef4 {display: flex; align-items: center; column-gap: var(--space-3xs)}#brxe-78b675 {display: flex; flex-direction: column; row-gap: var(--space-2-s)}@media (max-width: 991px) {#brxe-78b675 {row-gap: var(--space-m)}}@media (max-width: 767px) {#brxe-78b675 {row-gap: var(--space-s)}}#brxe-5a8c7e .form-group:nth-child(1) {width: 48%}#brxe-5a8c7e .form-group:nth-child(2) {width: 48%}#brxe-5a8c7e .form-group:nth-child(3) {width: 48%}#brxe-5a8c7e .form-group:nth-child(4) {width: 48%}#brxe-5a8c7e .form-group:nth-child(5) {height: 160px}#brxe-5a8c7e .submit-button-wrapper {width: 40%}@media (max-width: 478px) {#brxe-5a8c7e .form-group:nth-child(1) {width: 100%}#brxe-5a8c7e .form-group:nth-child(2) {width: 100%}#brxe-5a8c7e .form-group:nth-child(3) {width: 100%}#brxe-5a8c7e .form-group:nth-child(4) {width: 100%}#brxe-5a8c7e .submit-button-wrapper {width: 100%}}#brxe-bcf5af {display: flex; flex-direction: column; row-gap: var(--space-l)}@media (max-width: 991px) {#brxe-bcf5af {row-gap: var(--space-l); width: 50%}}@media (max-width: 767px) {#brxe-bcf5af {width: 100%}}#brxe-jpjnfu {font-size: 24px}#brxe-gvtgdk {text-align: center; color: var(--text-white-70)}#brxe-vnkigt {font-size: 24px}#brxe-zpunio {text-align: center; color: var(--text-white-70)}#brxe-qvmnod {flex-direction: column; row-gap: var(--space-l)}@media (max-width: 991px) {#brxe-qvmnod {column-gap: var(--space-m)}}@media (max-width: 767px) {#brxe-qvmnod {row-gap: var(--space-l)}}#brxe-4f3d4a {flex-direction: row; justify-content: space-between; align-items: center; display: grid; align-items: initial; grid-gap: var(--space-2xl); grid-template-columns: 1fr 1fr}@media (max-width: 767px) {#brxe-4f3d4a {flex-direction: column-reverse; row-gap: var(--space-4xl)}}@media (max-width: 478px) {#brxe-4f3d4a {display: flex}}#kontakti {background-color: var(--bg-body-2)}@media (max-width: 991px) {#kontakti {padding-top: var(--space-5xl); padding-bottom: var(--space-5xl)}}@media (max-width: 767px) {#kontakti {padding-top: var(--space-5xl); padding-bottom: var(--space-5xl)}}@media (max-width: 478px) {#kontakti {padding-top: var(--space-5xl); padding-bottom: var(--space-5xl)}}