@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-list){list-style-type:none;margin:0;padding:0;width:100%}:where(.brxe-list) li{position:relative}:where(.brxe-list) li:last-child{margin-bottom:0}:where(.brxe-list) li[data-highlight]:before{content:attr(data-highlight);display:inline-block}:where(.brxe-list) .content{align-items:center;display:flex;justify-content:space-between}:where(.brxe-list) .icon{align-items:center;display:inline-flex;flex-shrink:0;justify-content:center}:where(.brxe-list) .icon svg{font-size:medium}:where(.brxe-list) .title{display:inline-block;margin:0 10px 0 0}:where(.brxe-list) .meta{margin-left:10px}:where(.brxe-list) .description{display:flex}:where(.brxe-list) .separator{border-top-style:solid;border-top-width:1px;flex:1;flex-basis:50px}}@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 {:where(.brxe-icon-box){align-items:flex-start;display:flex;flex-direction:column}:where(.brxe-icon-box).top .icon{margin-bottom:20px}:where(.brxe-icon-box).bottom{flex-direction:column-reverse}:where(.brxe-icon-box).bottom .icon{margin-top:20px}:where(.brxe-icon-box).right{flex-direction:row-reverse}:where(.brxe-icon-box).right .icon{margin-left:20px}:where(.brxe-icon-box).left{flex-direction:row}:where(.brxe-icon-box).left .icon{margin-right:20px}:where(.brxe-icon-box) .icon{display:inline-flex}:where(.brxe-icon-box) .icon a{display:inline-flex}:where(.brxe-icon-box) i{display:inline-block;font-size:40px;line-height:1;text-align:center}}@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}}#brxe-dtdlph {color: var(--kolor-3); text-transform: uppercase; font-size: var(--text-xs)}#brxe-dipyxz {color: var(--kolor-9); max-width: 15ch}#brxe-rfsolf {color: var(--kolor-2); font-size: var(--text-m); max-width: 45ch; margin-top: 10px}#brxe-rfsolf a {color: var(--kolor-2); font-size: var(--text-m); font-size: inherit}#brxe-ehcpbk {background-image: url(https://zarzyccystudio.wpset.com.pl/wp-content/uploads/2026/05/bg003.jpg); background-repeat: no-repeat; background-size: cover; background-position: center center; position: relative; justify-content: center; padding-top: 200px}:where(#brxe-ehcpbk > *:not(figcaption)) {position: relative}#brxe-ehcpbk::before {background-image: linear-gradient(hsla(0, 0%, 17%, 0.6) 40%, hsla(0, 0%, 17%, 0.6) 40%); position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none}@media (max-width: 478px) {#brxe-ehcpbk {padding-top: 160px}}#brxe-ukmusw {color: var(--kolor-6); text-transform: uppercase; font-size: var(--text-xs)}#brxe-sssofo .form-group:nth-child(3) {width: 50%}#brxe-sssofo .form-group:nth-child(4) {width: 50%}#brxe-sssofo .form-group:nth-child(7) .choose-files {background-color: var(--kolor-14); color: var(--kolor-8); font-size: 14px; font-weight: 600}#brxe-sssofo .form-group:nth-child(8) {width: 50%}#brxe-sssofo label {text-transform: none; font-size: var(--text-xs); font-weight: 500}#brxe-sssofo .label {text-transform: none; font-size: var(--text-xs); font-weight: 500}#brxe-sssofo ::placeholder {font-weight: 400; font-size: var(--text-s); color: var(--kolor-4)}#brxe-sssofo select {font-weight: 400; font-size: var(--text-s); color: var(--kolor-4); padding-right: 12px; padding-left: 12px; border: 1px solid var(--kolor-3); border-radius: 10px; background-color: var(--kolor-1)}#brxe-sssofo .form-group:not(.submit-button-wrapper):not(.message):not(.captcha) {padding-right: 10px; padding-bottom: 20px; padding-left: 10px}#brxe-sssofo .form-group input {padding-right: 12px; padding-left: 12px; border: 1px solid var(--kolor-3); border-radius: 10px; font-weight: 400; font-size: var(--text-s); background-color: var(--kolor-1)}#brxe-sssofo .flatpickr {padding-right: 12px; padding-left: 12px; border: 1px solid var(--kolor-3); border-radius: 10px; background-color: var(--kolor-1)}#brxe-sssofo textarea {padding-right: 12px; padding-left: 12px; border: 1px solid var(--kolor-3); border-radius: 10px; font-weight: 400; font-size: var(--text-s); background-color: var(--kolor-1)}#brxe-sssofo {justify-content: space-between; margin-top: 32px}#brxe-sssofo .bricks-button:not([type=submit]) {border: 1px solid var(--kolor-3); border-radius: 10px}#brxe-sssofo .choose-files {border: 1px solid var(--kolor-3); border-radius: 10px}#brxe-sssofo .submit-button-wrapper {margin-top: 10px}#brxe-sssofo .bricks-button {background-color: var(--kolor-4); color: var(--kolor-9)}#brxe-sssofo button[type=submit].bricks-button {border-color: var(--kolor-4)}#brxe-sssofo .bricks-button:hover {background-color: var(--kolor-7)}#brxe-sssofo button[type=submit].bricks-button:hover {border-color: var(--kolor-7)}@media (max-width: 991px) {#brxe-sssofo .form-group:nth-child(7) .choose-files {font-size: 13px}}@media (max-width: 767px) {#brxe-sssofo .form-group:nth-child(8) {width: 100%}#brxe-sssofo .submit-button-wrapper {width: 100%}}@media (max-width: 478px) {#brxe-sssofo .form-group:nth-child(3) {width: 100%}#brxe-sssofo .form-group:nth-child(4) {width: 100%}#brxe-sssofo .form-group:nth-child(7) .choose-files {font-size: 12px}}#brxe-egjjcu {color: var(--kolor-6); text-transform: uppercase; font-size: var(--text-xs)}#brxe-fjikam {flex-direction: row; gap: 10px; margin-top: 24px}#brxe-fjikam .icon {align-self: flex-start; height: 44px; line-height: 44px; min-width: 44px; background-color: var(--kolor-2); border-radius: 50px}#brxe-fjikam .content {align-self: flex-start; line-height: 1.6; color: var(--kolor-4); font-weight: 500; font-size: var(--text-m)}#brxe-fjikam .content:hover {color: var(--kolor-7)}#brxe-fjikam h1 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-s); line-height: 1.2}#brxe-fjikam h2 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-s); line-height: 1.2}#brxe-fjikam h3 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-s); line-height: 1.2}#brxe-fjikam h4 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-s); line-height: 1.2}#brxe-fjikam h5 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-s); line-height: 1.2}#brxe-fjikam h6 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-s); line-height: 1.2}#brxe-fjikam svg {width: var(--text-xl)}@media (max-width: 1199px) {#brxe-fjikam .icon {height: 42px; line-height: 42px; min-width: 42px}}@media (max-width: 478px) {#brxe-fjikam .icon {height: 40px; line-height: 40px; min-width: 40px}}#brxe-hbbair {flex-direction: row; gap: 10px; margin-top: 10px}#brxe-hbbair .icon {align-self: flex-start; height: 44px; line-height: 44px; min-width: 44px; background-color: var(--kolor-2); border-radius: 50px}#brxe-hbbair .content {align-self: flex-start; line-height: 1.6; color: var(--kolor-4); font-weight: 500; font-size: var(--text-m)}#brxe-hbbair .content:hover {color: var(--kolor-7)}#brxe-hbbair h1 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-s); line-height: 1.2}#brxe-hbbair h2 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-s); line-height: 1.2}#brxe-hbbair h3 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-s); line-height: 1.2}#brxe-hbbair h4 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-s); line-height: 1.2}#brxe-hbbair h5 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-s); line-height: 1.2}#brxe-hbbair h6 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-s); line-height: 1.2}#brxe-hbbair svg {width: var(--text-xl)}@media (max-width: 1199px) {#brxe-hbbair .icon {height: 42px; line-height: 42px; min-width: 42px}}@media (max-width: 478px) {#brxe-hbbair .icon {height: 40px; line-height: 40px; min-width: 40px}}#brxe-yhrvke {flex-direction: row; gap: 10px; margin-top: 10px}#brxe-yhrvke .icon {align-self: flex-start; height: 44px; line-height: 44px; min-width: 44px; background-color: var(--kolor-2); border-radius: 50px}#brxe-yhrvke .content {align-self: flex-start; line-height: 1.6; color: var(--kolor-4); font-weight: 500; font-size: var(--text-m)}#brxe-yhrvke h1 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-s); line-height: 1.2}#brxe-yhrvke h2 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-s); line-height: 1.2}#brxe-yhrvke h3 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-s); line-height: 1.2}#brxe-yhrvke h4 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-s); line-height: 1.2}#brxe-yhrvke h5 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-s); line-height: 1.2}#brxe-yhrvke h6 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-s); line-height: 1.2}#brxe-yhrvke svg {width: var(--text-xl)}@media (max-width: 1199px) {#brxe-yhrvke .icon {height: 42px; line-height: 42px; min-width: 42px}}@media (max-width: 478px) {#brxe-yhrvke .icon {height: 40px; line-height: 40px; min-width: 40px}}#brxe-dyoxrh {flex-direction: row; gap: 10px; margin-top: 10px}#brxe-dyoxrh .icon {align-self: flex-start; height: 44px; line-height: 44px; min-width: 44px; background-color: var(--kolor-2); border-radius: 50px}#brxe-dyoxrh .content {align-self: flex-start; line-height: 1.6; color: var(--kolor-4); font-weight: 500; font-size: var(--text-m)}#brxe-dyoxrh h1 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-s); line-height: 1.2}#brxe-dyoxrh h2 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-s); line-height: 1.2}#brxe-dyoxrh h3 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-s); line-height: 1.2}#brxe-dyoxrh h4 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-s); line-height: 1.2}#brxe-dyoxrh h5 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-s); line-height: 1.2}#brxe-dyoxrh h6 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-s); line-height: 1.2}#brxe-dyoxrh svg {width: var(--text-xl)}@media (max-width: 1199px) {#brxe-dyoxrh .icon {height: 42px; line-height: 42px; min-width: 42px}}@media (max-width: 478px) {#brxe-dyoxrh .icon {height: 40px; line-height: 40px; min-width: 40px}}#brxe-ihlsku {color: var(--kolor-6); text-transform: uppercase; font-size: var(--text-xs); margin-bottom: -6px}#brxe-bjnqrq li {margin-top: 6px}#brxe-bjnqrq .separator {display: none}#brxe-bjnqrq .title {margin-top: -3px; margin-right: 0; margin-bottom: 3px; margin-left: 0; font-size: var(--text-xs); color: var(--kolor-6)}#brxe-bjnqrq .meta {margin-top: -3px; margin-right: 0; margin-bottom: 3px; margin-left: 16px; font-size: var(--text-xs)}#brxe-htpfss {background-color: var(--kolor-2); margin-top: 24px; margin-bottom: 24px; padding-top: 24px; padding-right: 24px; padding-bottom: 24px; padding-left: 24px; border-radius: 16px}#brxe-llujkw {color: var(--kolor-6); text-transform: uppercase; font-size: var(--text-xs)}#brxe-eqfbbz {flex-direction: row; gap: 10px}#brxe-eqfbbz .icon {align-self: flex-start; height: 36px; line-height: 36px; min-width: 36px; background-color: var(--kolor-2); border-radius: 50px}#brxe-eqfbbz .content {align-self: flex-start; line-height: 1.6; color: var(--kolor-4); font-weight: 500; font-size: var(--text-s)}#brxe-eqfbbz h1 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-xs); line-height: 1.2}#brxe-eqfbbz h2 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-xs); line-height: 1.2}#brxe-eqfbbz h3 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-xs); line-height: 1.2}#brxe-eqfbbz h4 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-xs); line-height: 1.2}#brxe-eqfbbz h5 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-xs); line-height: 1.2}#brxe-eqfbbz h6 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-xs); line-height: 1.2}#brxe-eqfbbz svg {width: var(--text-m)}#brxe-eqfbbz .content:hover {color: var(--kolor-7)}@media (max-width: 1199px) {#brxe-eqfbbz .icon {height: 34px; line-height: 34px; min-width: 34px}}@media (max-width: 478px) {#brxe-eqfbbz .icon {height: 32px; line-height: 32px; min-width: 32px}}#brxe-gcfrgd {flex-direction: row; gap: 10px}#brxe-gcfrgd .icon {align-self: flex-start; height: 36px; line-height: 36px; min-width: 36px; background-color: var(--kolor-2); border-radius: 50px}#brxe-gcfrgd .content {align-self: flex-start; line-height: 1.6; color: var(--kolor-4); font-weight: 500; font-size: var(--text-s)}#brxe-gcfrgd h1 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-xs); line-height: 1.2}#brxe-gcfrgd h2 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-xs); line-height: 1.2}#brxe-gcfrgd h3 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-xs); line-height: 1.2}#brxe-gcfrgd h4 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-xs); line-height: 1.2}#brxe-gcfrgd h5 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-xs); line-height: 1.2}#brxe-gcfrgd h6 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-xs); line-height: 1.2}#brxe-gcfrgd svg {width: var(--text-m)}#brxe-gcfrgd .content:hover {color: var(--kolor-7)}@media (max-width: 1199px) {#brxe-gcfrgd .icon {height: 34px; line-height: 34px; min-width: 34px}}@media (max-width: 478px) {#brxe-gcfrgd .icon {height: 32px; line-height: 32px; min-width: 32px}}#brxe-ecpnro {flex-direction: row; gap: 10px}#brxe-ecpnro .icon {align-self: flex-start; height: 36px; line-height: 36px; min-width: 36px; background-color: var(--kolor-2); border-radius: 50px}#brxe-ecpnro .content {align-self: flex-start; line-height: 1.6; color: var(--kolor-4); font-weight: 500; font-size: var(--text-s)}#brxe-ecpnro h1 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-xs); line-height: 1.2}#brxe-ecpnro h2 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-xs); line-height: 1.2}#brxe-ecpnro h3 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-xs); line-height: 1.2}#brxe-ecpnro h4 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-xs); line-height: 1.2}#brxe-ecpnro h5 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-xs); line-height: 1.2}#brxe-ecpnro h6 {font-weight: 400; color: var(--kolor-4); font-size: var(--text-xs); line-height: 1.2}#brxe-ecpnro svg {width: var(--text-m)}#brxe-ecpnro .content:hover {color: var(--kolor-7)}@media (max-width: 1199px) {#brxe-ecpnro .icon {height: 34px; line-height: 34px; min-width: 34px}}@media (max-width: 478px) {#brxe-ecpnro .icon {height: 32px; line-height: 32px; min-width: 32px}}#brxe-smxuyp {max-width: 500px}#brxe-zegatm {flex-direction: row; align-items: flex-start; justify-content: space-between; column-gap: 64px; row-gap: 100px}@media (max-width: 991px) {#brxe-zegatm {flex-wrap: wrap}}@media (max-width: 478px) {#brxe-zegatm {row-gap: 80px}}#brxe-ksrhvs {width: 100%}#brxe-gjcvgd {padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0}