@layer bricks {.brxe-breadcrumbs{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.brxe-breadcrumbs .separator{display:flex}.brxe-breadcrumbs .item:has(>svg,>i){align-items:center;display:flex}}@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 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-shortcode{width:100%}}@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}}@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 {@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 {: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 {.brxe-icon{font-size:60px}svg.brxe-icon{font-size:inherit}}#brxe-gkopnw {color: var(--accent); font-family: "Sora"}#brxe-rwgusf {margin-bottom: 100px}#brxe-wfgllj {background-position: center center; background-color: var(--primary)}#brxe-dqcfcf {font-size: 5px}#brxe-flkmxx {flex-direction: row; gap: 15px; padding-top: 10px; padding-right: 20px; padding-bottom: 10px}#brxe-flkmxx .icon {align-self: center; min-width: 60px; color: var(--accent); border-radius: 50%; height: 60px; line-height: 60px; background-color: var(--secondary)}#brxe-flkmxx .content {align-self: center; font-size: 18px; font-weight: 600}#brxe-flkmxx h1 {font-weight: 600; font-size: 22px}#brxe-flkmxx h2 {font-weight: 600; font-size: 22px}#brxe-flkmxx h3 {font-weight: 600; font-size: 22px}#brxe-flkmxx h4 {font-weight: 600; font-size: 22px}#brxe-flkmxx h5 {font-weight: 600; font-size: 22px}#brxe-flkmxx h6 {font-weight: 600; font-size: 22px}#brxe-flkmxx .icon a {color: var(--accent)}#brxe-flkmxx .icon i {font-size: 25px}#brxe-flkmxx .icon{ display:flex; justify-content:center; align-items:center; overflow:hidden; transition:0.4s;}#brxe-flkmxx .icon i{ z-index:1;}#brxe-flkmxx .icon::after{ content:''; position:absolute; height:100%; width:100%; background-color:var(--primary); z-index:0; transition:0.4s; transform:scale(0); border-radius:inherit;}#brxe-flkmxx:hover .icon::after{ transform:scale(1);}#brxe-flkmxx .content{ display:flex; flex-direction:column-reverse; }#brxe-irtbxd.horizontal .line {width: 100%; border-top-color: rgba(0, 0, 0, 0.1)}#brxe-irtbxd.vertical .line {border-right-width: 100%; border-right-color: rgba(0, 0, 0, 0.1)}#brxe-irtbxd .icon {color: rgba(0, 0, 0, 0.1)}#brxe-fiqvcv {flex-direction: row; gap: 15px; padding-top: 10px; padding-right: 20px; padding-bottom: 10px}#brxe-fiqvcv .icon {align-self: center; min-width: 60px; color: var(--accent); background-color: var(--secondary); border-radius: 50%; height: 60px; line-height: 60px}#brxe-fiqvcv .content {align-self: center; font-size: 18px; font-weight: 600}#brxe-fiqvcv h1 {font-weight: 600; font-size: 22px}#brxe-fiqvcv h2 {font-weight: 600; font-size: 22px}#brxe-fiqvcv h3 {font-weight: 600; font-size: 22px}#brxe-fiqvcv h4 {font-weight: 600; font-size: 22px}#brxe-fiqvcv h5 {font-weight: 600; font-size: 22px}#brxe-fiqvcv h6 {font-weight: 600; font-size: 22px}#brxe-fiqvcv .icon a {color: var(--accent)}#brxe-fiqvcv .icon i {font-size: 25px}#brxe-fiqvcv .icon{ display:flex; justify-content:center; align-items:center; overflow:hidden; transition:0.4s;}#brxe-fiqvcv .icon i{ z-index:1;}#brxe-fiqvcv .icon::after{ content:''; position:absolute; height:100%; width:100%; background-color:var(--primary); z-index:0; transition:0.4s; transform:scale(0); border-radius:inherit;}#brxe-fiqvcv:hover .icon::after{ transform:scale(1);}#brxe-fiqvcv .content{ display:flex; flex-direction:column-reverse; }#brxe-ycopik.horizontal .line {width: 100%; border-top-color: rgba(0, 0, 0, 0.1)}#brxe-ycopik.vertical .line {border-right-width: 100%; border-right-color: rgba(0, 0, 0, 0.1)}#brxe-ycopik .icon {color: rgba(0, 0, 0, 0.1)}#brxe-binomn {flex-direction: row; gap: 15px; padding-top: 10px; padding-right: 20px; padding-bottom: 10px}#brxe-binomn .icon {align-self: center; min-width: 60px; color: var(--accent); background-color: var(--secondary); border-radius: 50%; height: 60px; line-height: 60px}#brxe-binomn .content {align-self: center; font-size: 18px; font-weight: 600}#brxe-binomn h1 {font-weight: 600; font-size: 22px}#brxe-binomn h2 {font-weight: 600; font-size: 22px}#brxe-binomn h3 {font-weight: 600; font-size: 22px}#brxe-binomn h4 {font-weight: 600; font-size: 22px}#brxe-binomn h5 {font-weight: 600; font-size: 22px}#brxe-binomn h6 {font-weight: 600; font-size: 22px}#brxe-binomn .icon a {color: var(--accent)}#brxe-binomn .icon i {font-size: 25px}#brxe-binomn .icon{ display:flex; justify-content:center; align-items:center; overflow:hidden; transition:0.4s;}#brxe-binomn .icon i{ z-index:1;}#brxe-binomn .icon::after{ content:''; position:absolute; height:100%; width:100%; background-color:var(--primary); z-index:0; transition:0.4s; transform:scale(0); border-radius:inherit;}#brxe-binomn:hover .icon::after{ transform:scale(1);}#brxe-binomn .content{ display:flex; flex-direction:column-reverse; }#brxe-fapctx {background-color: var(--bg); border-radius: 20px; padding-top: 30px; padding-right: 30px; padding-bottom: 30px; padding-left: 30px}#brxe-acacxw {color: var(--accent); font-size: 20px}#brxe-clrrix .separator {display: none}#brxe-clrrix .title {color: var(--accent); font-weight: 500; margin-top: 5px; margin-bottom: 5px}#brxe-clrrix .meta {color: var(--accent)}#brxe-ddfjnr {display: flex; flex-direction: column}#brxe-sicvug {display: flex; row-gap: 30px; flex-direction: column; padding-top: 30px; padding-right: 30px; padding-bottom: 30px; padding-left: 30px; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 20px; z-index: 1; background-color: rgba(0, 0, 0, 0.1)}#brxe-sicvug{ backdrop-filter:blur(10px);}#brxe-wenfqs {border-radius: 20px; background-image: url(https://bricksprofessional.com/bricks-medical-laboratory-layouts-pack/wp-content/uploads/sites/8/2025/09/Bricks_Locksmith_Img_6-1024x576.jpg); background-size: cover; background-position: top left; justify-content: flex-end; padding-top: 30px; padding-right: 30px; padding-bottom: 30px; padding-left: 30px; height: 100%}@media (max-width: 991px) {#brxe-wenfqs {aspect-ratio: 4/3}}@media (max-width: 478px) {#brxe-wenfqs {aspect-ratio: none; max-width: 100%}}#brxe-mbmnpk {background-color: var(--accent); border-radius: 20px; padding-top: 40px; padding-right: 40px; padding-bottom: 40px; padding-left: 40px; display: grid; align-items: initial; grid-template-columns: 1fr 1fr}@media (max-width: 991px) {#brxe-mbmnpk {grid-template-columns: 1fr}}@media (max-width: 478px) {#brxe-mbmnpk {border-radius: 0; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; justify-items: center; justify-content: center}}#brxe-papryl {padding-right: 20px; padding-left: 20px}#brxe-wcupud {color: var(--accent); line-height: 1}#brxe-emabrr {color: var(--accent)}#brxe-mqabqw .form-group:nth-child(1) {width: 48%}#brxe-mqabqw .form-group:nth-child(2) {width: 48%}#brxe-mqabqw .form-group:nth-child(3) {width: 48%}#brxe-mqabqw .form-group:nth-child(4) {width: 48%}#brxe-mqabqw {justify-content: space-between}#brxe-mqabqw .submit-button-wrapper {margin-right: auto; margin-left: auto}#brxe-mqabqw button[type=submit].bricks-button {border-radius: 10px}#brxe-mqabqw .form-group input {border-radius: 20px}#brxe-mqabqw .flatpickr {border-radius: 20px}#brxe-mqabqw select {border-radius: 20px}#brxe-mqabqw textarea {border-radius: 20px}#brxe-mqabqw .bricks-button:not([type=submit]) {border-radius: 20px}#brxe-mqabqw .choose-files {border-radius: 20px}@media (max-width: 478px) {#brxe-mqabqw .form-group:nth-child(1) {width: 100%}#brxe-mqabqw .form-group:nth-child(2) {width: 100%}#brxe-mqabqw .form-group:nth-child(3) {width: 100%}#brxe-mqabqw .form-group:nth-child(4) {width: 100%}}#brxe-naqxik {background-color: var(--primary); padding-top: 30px; padding-right: 30px; padding-bottom: 30px; padding-left: 30px; row-gap: 25px; justify-content: center}@media (max-width: 478px) {#brxe-naqxik {align-items: center}}#brxe-imlioe {overflow: hidden}#brxe-imlioe iframe{ display:block;}#brxe-ysnuuo {display: grid; align-items: initial; grid-template-columns: 1fr 1fr; grid-gap: 0px; overflow: hidden; border-radius: 20px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; margin-right: 20px; margin-left: 20px}@media (max-width: 991px) {#brxe-ysnuuo {grid-template-columns: 1fr}}@media (max-width: 478px) {#brxe-ysnuuo {border-radius: 0}}#brxe-puwosq {padding-right: 20px; padding-left: 20px}