@layer bricks {:where(.brxe-svg){height:auto;width:auto}:where(.brxe-svg) svg{height:auto;max-width:100%;overflow:visible;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)}}: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-rating{display:flex;position:relative}.brxe-rating .icon{font-size:30px;line-height:0}.brxe-rating .icon svg{fill:currentcolor}.brxe-rating .full-color{color:#ffd64f}.brxe-rating .empty-color{color:#999}.brxe-rating .icon-wrapper{position:relative}.brxe-rating .icon-wrapper .overlay{height:100%;left:0;overflow:hidden;position:absolute;top:0}}@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 {@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-text-link{gap:5px}.brxe-text-link,.brxe-text-link span{align-items:center;display:inline-flex}.brxe-text-link span{justify-content:center}.brxe-text-link .icon{flex-shrink:0}}@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-ytbnpj {color: #FFF; font-family: "Playfair Display"; font-size: 104px; font-weight: 400; font-style: italic; line-height: 114.638%}@media (max-width: 478px) {#brxe-ytbnpj {font-size: 38.961px; line-height: 114.638%}}#brxe-qkvbcl {color: #FFF; font-family: "Playfair Display"; font-size: 41px; font-weight: 800; font-style: italic; line-height: 133.26%}@media (max-width: 478px) {#brxe-qkvbcl {font-size: 15.36px; line-height: 133.26%}}.brxe-hnzwtw {width: 123px; height: 30px}.brxe-iqeizu {width: 179px; height: 59px; padding-top: auto; padding-right: auto; padding-bottom: auto; padding-left: auto; display: flex; flex-direction: row; justify-content: center; align-items: center; background-image: linear-gradient(180deg, #FEA334, #FEC356); border-radius: 25px}@media (max-width: 478px) {.brxe-iqeizu {align-self: center !important}}#brxe-uvoefk {margin-top: 40px}@media (max-width: 478px) {#brxe-uvoefk {margin-top: 20px}}#brxe-hkmrmb {margin-top: 318px; margin-left: 54%; width: 632px; justify-content: flex-end}@media (max-width: 478px) {#brxe-hkmrmb {margin-top: 120px; margin-left: 18%; width: 340px}}#brxe-juadkl {background-position: center center; background-repeat: no-repeat; background-color: #000; background-image: url("https://devsvehlik.zoslovenska.sk/wp-content/uploads/2026/06/Home_Svehlik_Desk_3-scaled.webp"); background-size: cover; aspect-ratio: 16/9}@media (max-width: 478px) {#brxe-juadkl {background-image: url("https://devsvehlik.zoslovenska.sk/wp-content/uploads/2026/06/Home_Svehlik_Mobile_3.webp"); background-size: cover; background-repeat: no-repeat; min-height: 358px; position: relative}:where(#brxe-juadkl > *:not(figcaption)) {position: relative}#brxe-juadkl::before {background-image: linear-gradient(180deg, rgba(0,0,0,0) 30%, #000000 100%); position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none}}#brxe-rfeavm {font-size: 20px; font-weight: 500; font-style: normal; text-transform: uppercase; padding-top: 28px; padding-bottom: 14px}@media (max-width: 478px) {#brxe-rfeavm {font-size: 20px; font-weight: 500; font-style: normal; padding-top: 15px}}#brxe-qxjnil .form-group:nth-child(1) {width: 17%}#brxe-qxjnil .form-group:nth-child(2) {width: 17%}#brxe-qxjnil .form-group:nth-child(3) {width: 17%}#brxe-qxjnil .form-group:nth-child(4) {width: 17%}#brxe-qxjnil .form-group:nth-child(5) {width: 17%}#brxe-qxjnil ::placeholder {font-weight: 500; font-family: "Montserrat"; font-size: 13px; color: #000; text-align: left}#brxe-qxjnil select {font-weight: 500; font-family: "Montserrat"; font-size: 13px; color: #000; text-align: left}#brxe-qxjnil .submit-button-wrapper {width: 10%}#brxe-qxjnil .bricks-button {background-color: #F3D19C; font-size: 13px; font-weight: 500; text-transform: uppercase}#brxe-qxjnil button[type=submit].bricks-button {border-radius: 7px}#brxe-qxjnil .form-group:not(.submit-button-wrapper):not(.message):not(.captcha) {padding-right: 26px}#brxe-qxjnil select, #brxe-qxjnil .choices__inner { background-color: #ffffff !important; color: #000000 !important; border: 1px solid #cccccc !important; border-radius: 4px !important;  min-height: 37px; }#brxe-qxjnil select { appearance: none; background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22/%3E%3C/svg%3E'); background-repeat: no-repeat; background-position: right 15px top 50%; background-size: 10px auto; padding-right: 40px;}#brxe-qxjnil input, #brxe-qxjnil select, #brxe-qxjnil button { height: 37px !important;  line-height: 1 !important; display: flex !important; align-items: center !important; box-sizing: border-box !important;}#brxe-qxjnil button.brxe-button { padding-top: 0 !important; padding-bottom: 0 !important; justify-content: center !important; }#brxe-qxjnil select { background-color: #ffffff !important; color: #000000 !important; border: 0 !important; }@media (max-width: 478px) {#brxe-qxjnil .form-group:nth-child(1) {width: 70%}#brxe-qxjnil .form-group:nth-child(2) {width: 70%}#brxe-qxjnil .form-group:nth-child(3) {width: 70%}#brxe-qxjnil .form-group:nth-child(4) {width: 70%}#brxe-qxjnil .form-group:nth-child(5) {width: 70%}#brxe-qxjnil {justify-content: center}#brxe-qxjnil .submit-button-wrapper {width: 40%}#brxe-qxjnil .form-group:not(.submit-button-wrapper):not(.message):not(.captcha) {padding-right: auto; padding-left: auto}}#brxe-ajimpx {display: flex}@media (max-width: 478px) {#brxe-ajimpx {flex-direction: column; margin-bottom: 22px}}#brxe-orrgfu {color: #FFF; font-family: "Montserrat"; font-size: 20px; font-weight: 500; font-style: normal; text-transform: uppercase; text-align: center; align-items: center}@media (max-width: 478px) {#brxe-orrgfu {align-items: center; justify-content: center}}#brxe-pdlgzq {background-color: #000}#brxe-hfnptr {font-size: 37px; color: #FFF; font-family: "Playfair Display"; text-transform: uppercase; font-weight: 400; font-style: normal; line-height: 133.26%}@media (max-width: 478px) {#brxe-hfnptr {font-size: 22px; text-align: center; font-style: normal; line-height: 133.26%}}#brxe-cbtsma {width: 1002px; margin-bottom: 76px; margin-left: 284px}@media (max-width: 478px) {#brxe-cbtsma {margin-right: auto; margin-bottom: 31px; margin-left: auto; width: 335px}}#brxe-hyxtmu {background-color: #000; background-image: url("https://devsvehlik.zoslovenska.sk/wp-content/uploads/2026/02/Home_Motto_Desk-scaled.webp"); background-size: cover; min-height: 309px; justify-content: flex-end}@media (max-width: 478px) {#brxe-hyxtmu {background-image: url("https://devsvehlik.zoslovenska.sk/wp-content/uploads/2026/02/Home_Motto_Mobil-700x1024.webp"); background-size: cover; justify-content: flex-end; height: 700px; align-self: center !important; align-items: center}}#brxe-ltxutl {text-transform: uppercase; font-family: "Playfair Display"; font-size: 37px; text-align: center; font-weight: 400; font-style: normal; line-height: 133.26%}@media (max-width: 478px) {#brxe-ltxutl {padding-bottom: 46px}}#brxe-yiplgl {color: #FFF; font-family: "Playfair Display"; font-size: 37px; font-weight: 400; font-style: normal; text-transform: uppercase; line-height: 133.26%; text-align: center}#brxe-eomwym {width: 420px; aspect-ratio: 1/1; background-image: url("https://devsvehlik.zoslovenska.sk/wp-content/uploads/2026/02/Home_EstetickaChirurgia_Desk.webp"); background-size: cover; background-color: #000; display: flex; flex-direction: column; align-self: center !important; align-items: center; justify-content: center; flex-shrink: 0}@media (max-width: 478px) {#brxe-eomwym {width: 341px}}#brxe-pebrvz {color: #FFF; font-family: "Playfair Display"; font-size: 37px; font-weight: 400; font-style: normal; text-transform: uppercase; line-height: 133.26%; text-align: center}#brxe-gcfoib {width: 420px; aspect-ratio: 1/1; background-image: url("https://devsvehlik.zoslovenska.sk/wp-content/uploads/2026/02/Home_PlastickaChirurgiaAChirurgiaRuky_Desk.webp"); background-size: cover; background-color: #000; align-items: center; justify-content: center; align-self: center !important; display: flex; flex-shrink: 0}@media (max-width: 478px) {#brxe-gcfoib {width: 341px}}#brxe-mjnrtv {color: #FFF; font-family: "Playfair Display"; font-size: 37px; font-weight: 400; font-style: normal; text-transform: uppercase; line-height: 133.26%; text-align: center}#brxe-owxsnu {width: 420px; aspect-ratio: 1/1; background-image: url("https://devsvehlik.zoslovenska.sk/wp-content/uploads/2026/02/Home_EstetickaDermatologia_Desk.webp"); background-size: cover; background-color: #000; display: flex; align-self: center !important; justify-content: center; align-items: center; flex-shrink: 0}@media (max-width: 478px) {#brxe-owxsnu {width: 341px}}#brxe-jfccht {display: flex; column-gap: 45px}@media (max-width: 478px) {#brxe-jfccht {flex-direction: column; row-gap: 15px}}#brxe-fzawwo {align-items: center; padding-top: 45px; flex-direction: column; width: 1400px}@media (max-width: 478px) {#brxe-fzawwo {margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; width: 341px}}#brxe-zmggjp {font-size: 37px; font-family: "Playfair Display"; font-weight: 400; font-style: normal; line-height: 133.26%; text-transform: uppercase; text-align: center; margin-bottom: 56px}@media (max-width: 478px) {#brxe-zmggjp {margin-bottom: 20px}}#brxe-tywiwu {text-align: center; color: var(--zlatytext); font-size: 37px; font-family: "Playfair Display"; font-weight: 400; font-style: normal; line-height: 133.26%; margin-bottom: 12px}@media (max-width: 478px) {#brxe-tywiwu {font-size: 28px}}#brxe-eprjwq {text-align: center; font-family: "Playfair Display"; font-size: 29px; font-weight: 400; font-style: italic; line-height: 133.26%; margin-bottom: 49px}@media (max-width: 478px) {#brxe-eprjwq {font-size: 20px; margin-bottom: 14px}}#brxe-hhgkbd {margin-bottom: 0; font-family: "Montserrat"; font-size: 24px; font-weight: 300; font-style: normal; line-height: 122.991%; width: 640px}@media (max-width: 478px) {#brxe-hhgkbd {text-align: center; font-size: 13px; line-height: 122.91%; padding-right: 30px; padding-left: 30px}}#brxe-dmrczr {text-align: center; color: var(--zlatytext); font-size: 29px; font-family: "Playfair Display"; font-style: italic; line-height: 133.26%; text-decoration: underline; margin-top: 68px}@media (max-width: 478px) {#brxe-dmrczr {font-size: 18px; margin-top: 5px}}#brxe-hqxwgy {display: flex; flex-direction: column; align-items: center}@media (max-width: 478px) {#brxe-hqxwgy {order: 2}}#brxe-xmoidk {background-image: url("https://devsvehlik.zoslovenska.sk/wp-content/uploads/2026/02/Home_NasTim_MudrJanSvehlik-1024x1024.webp"); background-size: cover; background-repeat: no-repeat; width: 615px; aspect-ratio: 1/1; flex-shrink: 0}@media (max-width: 478px) {#brxe-xmoidk {order: 1; width: 344px}}#brxe-ttcdrr {display: flex; column-gap: 94px; margin-bottom: 36px}@media (max-width: 478px) {#brxe-ttcdrr {flex-direction: column; align-items: center}}#brxe-gyzgjv {width: 420px}@media (max-width: 478px) {#brxe-gyzgjv {width: 344px}}#brxe-jbjiir {text-align: center; color: var(--zlatytext); font-family: "Playfair Display"; font-size: 33px; font-weight: 400; font-style: normal; line-height: 133.26%}@media (max-width: 478px) {#brxe-jbjiir {font-size: 28px}}#brxe-sqdrgy {text-align: center; font-family: "Playfair Display"; font-size: 24px; font-weight: 400; font-style: italic; line-height: 133.26%; height: 48px}@media (max-width: 478px) {#brxe-sqdrgy {font-size: 20px}}#brxe-bwmrbi {text-align: center; font-family: "Montserrat"; font-size: 24px; font-weight: 300; font-style: normal}@media (max-width: 478px) {#brxe-bwmrbi {font-size: 13px}}#brxe-coislj {text-align: center; color: var(--zlatytext); font-size: 29px; text-decoration: underline; font-family: "Playfair Display"; font-style: italic; line-height: 133.26%; margin-bottom: 0px}@media (max-width: 478px) {#brxe-coislj {font-size: 18px; margin-bottom: 20px}}#brxe-hrzjlv {flex-direction: column; display: flex; align-items: center}#brxe-evytey {width: 420px}@media (max-width: 478px) {#brxe-evytey {width: 344px}}#brxe-pvjjyh {text-align: center; color: var(--zlatytext); font-family: "Playfair Display"; font-size: 33px; font-weight: 400; font-style: normal; line-height: 133.26%}@media (max-width: 478px) {#brxe-pvjjyh {font-size: 28px}}#brxe-noirkj {text-align: center; font-family: "Playfair Display"; font-size: 24px; font-weight: 400; font-style: italic; line-height: 133.26%; height: 48px}@media (max-width: 478px) {#brxe-noirkj {font-size: 20px}}#brxe-ohzaeh {text-align: center; font-family: "Montserrat"; font-size: 24px; font-weight: 300; font-style: normal}@media (max-width: 478px) {#brxe-ohzaeh {font-size: 13px}}#brxe-atxdrt {text-align: center; color: var(--zlatytext); font-size: 29px; text-decoration: underline; font-family: "Playfair Display"; font-style: italic; line-height: 133.26%; margin-top: auto; margin-bottom: 0px}@media (max-width: 478px) {#brxe-atxdrt {font-size: 18px; margin-bottom: 20px}}#brxe-npbvhv {display: flex; flex-direction: column; align-items: center}#brxe-esuxls {width: 420px}@media (max-width: 478px) {#brxe-esuxls {width: 344px}}#brxe-psbnin {text-align: center; color: var(--zlatytext); font-family: "Playfair Display"; font-size: 33px; font-weight: 400; font-style: normal; line-height: 133.26%}@media (max-width: 478px) {#brxe-psbnin {font-size: 28px}}#brxe-npkbyy {text-align: center; font-family: "Playfair Display"; font-size: 24px; font-weight: 400; font-style: italic; line-height: 133.26%; height: 48px}@media (max-width: 478px) {#brxe-npkbyy {font-size: 20px}}#brxe-cziryx {text-align: center; font-family: "Montserrat"; font-size: 24px; font-weight: 300; font-style: normal}@media (max-width: 478px) {#brxe-cziryx {font-size: 13px}}#brxe-fqshiw {text-align: center; color: var(--zlatytext); font-size: 29px; text-decoration: underline; font-family: "Playfair Display"; font-style: italic; line-height: 133.26%; margin-top: auto; margin-bottom: 0px}@media (max-width: 478px) {#brxe-fqshiw {font-size: 18px; margin-bottom: 20px}}#brxe-lpmmpa {display: flex; flex-direction: column; align-items: center}#brxe-qylskz {display: grid; align-items: initial; grid-template-columns: repeat(3, 1fr); grid-gap: 3px; width: 1400px; padding-bottom: 65px}@media (max-width: 478px) {#brxe-qylskz {grid-template-columns: 1fr}}#brxe-rxlgdu {margin-top: 26px; align-items: center; width: 1400px}@media (max-width: 478px) {#brxe-ksqrjt {flex-wrap: nowrap}}#brxe-nfaxpm {font-size: 37px; font-family: "Playfair Display"; font-weight: 400; font-style: normal; line-height: 133.26%; text-transform: uppercase; text-align: center; margin-top: 36px; margin-bottom: 56px}@media (max-width: 478px) {#brxe-nfaxpm {padding-bottom: 6px; margin-bottom: 10px}}.brxe-sjyvbs .brxe-gbmgga.brxe-image:not(.tag), .brxe-sjyvbs .brxe-gbmgga.brxe-image img {aspect-ratio: 1/1; object-fit: cover}.brxe-sjyvbs .brxe-gbmgga.brxe-image {width: 172px; height: 172px; border-radius: 50%}@media (max-width: 478px) {.brxe-sjyvbs .brxe-gbmgga.brxe-image {width: 104px; height: 104px}}.brxe-sjyvbs .brxe-oonwid.brxe-heading {color: var(--recenziepismo); font-size: 24px; text-align: center; font-family: "Montserrat"; font-weight: 500; line-height: 122.91%; margin-top: 21px}@media (max-width: 478px) {.brxe-sjyvbs .brxe-oonwid.brxe-heading {font-size: 14.6px; line-height: 122.99%}}.brxe-sjyvbs .brxe-ntnioy.brxe-rating .icon.full-color {color: #A3762D}.brxe-sjyvbs .brxe-ntnioy.brxe-rating {margin-top: 20px; margin-bottom: 20px}.brxe-sjyvbs .brxe-ntnioy.brxe-rating .icon {font-size: 26px}.brxe-sjyvbs .brxe-zskqon.brxe-text-basic {font-size: 24px; font-family: "Montserrat"; font-weight: 300; line-height: 122.991%; text-align: center; width: 490px}@media (max-width: 478px) {.brxe-sjyvbs .brxe-zskqon.brxe-text-basic {font-size: 14.603px; line-height: 122.991%; width: 298px}}.brxe-sjyvbs .brxe-juangk.brxe-text-link {color: var(--recenziepismo); text-decoration: underline; text-align: center; font-family: "Playfair Display"; font-size: 29px; font-style: italic; line-height: 133.26%}@media (max-width: 478px) {.brxe-sjyvbs .brxe-juangk.brxe-text-link {font-size: 17.664px}}.brxe-sjyvbs.brxe-block {justify-content: flex-start}#brxe-lchwrk .splide__arrow {color: #A3762D; font-size: 26px; min-height: 26px; min-width: 26px}#brxe-lchwrk .splide__arrow svg {fill: #A3762D; height: 26px; width: 26px}#brxe-lchwrk .splide__arrow--prev {left: -160px}#brxe-lchwrk .splide__arrow--next {right: -160px}@media (max-width: 478px) {#brxe-lchwrk .splide__arrow--prev {left: 0px}#brxe-lchwrk .splide__arrow--next {right: 0px}}#brxe-scmhla {flex-direction: column; justify-content: center; align-items: center; width: 1500px}@media (max-width: 478px) {#brxe-scmhla {width: 100%}}#brxe-ukbpbj {background-color: #F3D19C}#brxe-veizld {text-align: center; font-family: "Playfair Display"; font-size: 32px; font-weight: 400; font-style: normal; line-height: 133.26%}@media (max-width: 478px) {#brxe-veizld {font-size: 18px; line-height: 133.26%; width: 85%}}@media (max-width: 478px) {#brxe-stdsbw {flex-direction: row; justify-content: center; padding-top: 30px; padding-bottom: 30px}}