@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 {@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+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+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 {@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-accordion){list-style-type:none;margin:0;padding:0;width:100%}:where(.brxe-accordion) .brx-open .accordion-content-wrapper{display:block}:where(.brxe-accordion) .brx-open .icon.expanded{display:block!important}:where(.brxe-accordion) .brx-open .icon.expanded+.icon{display:none}:where(.brxe-accordion) .accordion-title-wrapper{cursor:pointer;margin-bottom:-1px;padding:15px 0;transition:var(--bricks-transition)}:where(.brxe-accordion) .accordion-title{align-items:center;display:flex}:where(.brxe-accordion) .accordion-title:empty{display:none!important}:where(.brxe-accordion) .accordion-title.icon-left{flex-direction:row-reverse}:where(.brxe-accordion) .accordion-title.icon-left .icon{margin-left:0;margin-right:10px}:where(.brxe-accordion) .accordion-title.icon-right .icon{margin-left:10px;margin-right:0}:where(.brxe-accordion) .accordion-title .title{flex:1;line-height:30px;margin:0}:where(.brxe-accordion) .accordion-title .icon{font-size:.8em;line-height:1;position:relative;top:1px;transform-origin:center}:where(.brxe-accordion) .accordion-title .icon.expanded{display:none}:where(.brxe-accordion) .accordion-subtitle{opacity:.8}:where(.brxe-accordion) .accordion-content-wrapper{animation:height .5s ease;display:none;overflow:hidden;padding:0 0 15px}:where(.brxe-accordion) .accordion-content-wrapper:empty{display:none!important}}@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)}}.brxe-post-sharing{display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.brxe-post-sharing.brand-colors{color:#fff}.brxe-post-sharing.brand-colors a{border:none}.brxe-post-sharing.brand-colors .facebook{background-color:#3b5998}.brxe-post-sharing.brand-colors .twitter{background-color:#4cc2ff}.brxe-post-sharing.brand-colors .googleplus{background-color:#d23e2b}.brxe-post-sharing.brand-colors .whatsapp{background-color:#25d366}.brxe-post-sharing.brand-colors .telegram{background-color:#54a9eb}.brxe-post-sharing.brand-colors .vkontakte{background-color:#5181b8}.brxe-post-sharing.brand-colors .linkedin{background-color:#4875b4}.brxe-post-sharing.brand-colors .pinterest{background-color:#c91a22}.brxe-post-sharing.brand-colors .bluesky{background-color:#0af}.brxe-post-sharing.brand-colors .email{background-color:var(--bricks-text-light)}.brxe-post-sharing a{align-items:center;border-radius:50%;display:flex;height:30px;justify-content:center;text-align:center;width:30px}.brxe-post-sharing a.telegram svg{margin-left:-2px}.brxe-post-sharing i:before{line-height:inherit}.brxe-post-sharing svg{fill:currentcolor;flex-shrink:0;height:1em}}@layer bricks {.brxe-button{width:auto}}@layer bricks {.brxe-icon{font-size:60px}svg.brxe-icon{font-size:inherit}}@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 {@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-template{width:100%}}#brxe-b5f370 .separator {color: #ffa286; font-size: 12px}#brxe-b5f370 {color: #9c9c9c; text-transform: capitalize; font-family: "Barlow"; font-weight: 400; margin-bottom: 10px; margin-left: 20px}@media (max-width: 478px) {#brxe-b5f370 {align-self: center; margin-left: 0}}#brxe-a8bc1f .flex-control-thumbs {grid-template-columns: repeat(4, 1fr); gap: 10px}#brxe-a8bc1f .woocommerce-product-gallery {gap: 10px}#brxe-a8bc1f.thumbnail-slider {gap: 10px}#brxe-a8bc1f {max-width: 100%}#brxe-2c77df {box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.05); background-color: #ffffff; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px}@media (max-width: 478px) {#brxe-2c77df {width: 100%}}#brxe-40cc1a {color: #000000; font-size: 60px; text-transform: capitalize; font-family: "Amatic SC"; line-height: 1.5em; font-weight: 700}@media (max-width: 767px) {#brxe-40cc1a {font-size: 42px}}#brxe-f2fc10 {color: #000000; text-transform: uppercase; font-family: "Barlow"; font-size: 22px; line-height: 1; font-weight: 600; margin-top: 10px}#brxe-pzkcdk {margin-top: 20px}#brxe-pzkcdk table.variations tr {background-color: #0084e8}#brxe-pzkcdk .cart table.variations td {padding-right: 15px; padding-left: 15px}#brxe-pzkcdk .cart table.variations th {padding-right: 15px; padding-left: 15px}#brxe-pzkcdk table.variations label {color: #f5f5f5}#brxe-pzkcdk .woocommerce-variation-price .price ins {color: #0084e8; font-size: 20px}.woocommerce-variation-add-to-cart { display: none !important;}#brxe-blzmaz {margin-top: 20px; background-color: #0084e8; color: #f5f5f5; border-radius: 10px}#brxe-25a609 .accordion-content-wrapper {font-size: 12px; color: #595959; font-family: "Barlow"; font-weight: 400; line-height: 1.5em}#brxe-25a609 .accordion-item {border-top: 1px dotted #fcdbc8; border-right: 0 dotted #fcdbc8; border-bottom: 1px dotted #fcdbc8; border-left: 0 dotted #fcdbc8}#brxe-25a609 .accordion-title .title {font-size: 16px; color: #000000; font-family: "Barlow"; font-weight: 600}#brxe-25a609 .accordion-title .icon {font-size: 25px; color: #000000}#brxe-25a609 .accordion-title .icon.expanded {font-size: 25px; color: #ffa286}#brxe-25a609 .brx-open .title {color: #000000}#brxe-25a609 {margin-top: 10px}#brxe-462eae {font-size: 18px; color: #000000; font-family: "Barlow"; font-weight: 600}#brxe-dd6112 li {margin-right: 5px; margin-left: 5px}#brxe-dd6112 a {font-size: 13px; transition: all 0.2s ease-in}#brxe-dd6112 a:hover {color: #fcdbc8; transition: all 0.2s ease-in}#brxe-792775 {flex-direction: row; align-items: center; padding-top: 15px}#brxe-a35b40 {padding-left: 60px; min-width: 50%}@media (max-width: 767px) {#brxe-a35b40 {padding-left: 0}}@media (max-width: 478px) {#brxe-a35b40 {width: 100%; padding-left: 0; margin-top: 30px}}#brxe-fc6c67 {flex-direction: row; align-self: stretch !important; width: 100%; align-items: flex-start}@media (max-width: 991px) {#brxe-fc6c67 {align-items: flex-start}}#brxe-5c1f7a .icon {align-self: center; align-self: left; color: #ffa286}#brxe-5c1f7a {text-align: left; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; border: 1px dotted #fcdbc8; background-color: #fff4f2; width: 32%}#brxe-5c1f7a .icon i {font-size: 55px}#brxe-5c1f7a .icon a {color: #ffa286}#brxe-5c1f7a h1 {font-size: 18px; font-family: "Barlow"; font-weight: 600; text-transform: uppercase; text-align: left; color: #000000; line-height: 1}#brxe-5c1f7a h2 {font-size: 18px; font-family: "Barlow"; font-weight: 600; text-transform: uppercase; text-align: left; color: #000000; line-height: 1}#brxe-5c1f7a h3 {font-size: 18px; font-family: "Barlow"; font-weight: 600; text-transform: uppercase; text-align: left; color: #000000; line-height: 1}#brxe-5c1f7a h4 {font-size: 18px; font-family: "Barlow"; font-weight: 600; text-transform: uppercase; text-align: left; color: #000000; line-height: 1}#brxe-5c1f7a h5 {font-size: 18px; font-family: "Barlow"; font-weight: 600; text-transform: uppercase; text-align: left; color: #000000; line-height: 1}#brxe-5c1f7a h6 {font-size: 18px; font-family: "Barlow"; font-weight: 600; text-transform: uppercase; text-align: left; color: #000000; line-height: 1}#brxe-5c1f7a .content {font-size: 14px; font-family: "Barlow"; color: #8a8a8a; font-weight: 400; line-height: 1}@media (max-width: 767px) {#brxe-5c1f7a {width: 49%}}@media (max-width: 478px) {#brxe-5c1f7a {margin-bottom: 10px; width: 100%}}#brxe-dfb979 {padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; background-color: #fff4f2; border: 1px dotted #fcdbc8; text-align: left; width: 32%}#brxe-dfb979 .icon {align-self: center; align-self: left; color: #ffa286}#brxe-dfb979 .icon i {font-size: 55px}#brxe-dfb979 .icon a {color: #ffa286}#brxe-dfb979 h1 {font-size: 18px; font-family: "Barlow"; font-weight: 600; text-transform: uppercase; text-align: left; color: #000000; line-height: 1}#brxe-dfb979 h2 {font-size: 18px; font-family: "Barlow"; font-weight: 600; text-transform: uppercase; text-align: left; color: #000000; line-height: 1}#brxe-dfb979 h3 {font-size: 18px; font-family: "Barlow"; font-weight: 600; text-transform: uppercase; text-align: left; color: #000000; line-height: 1}#brxe-dfb979 h4 {font-size: 18px; font-family: "Barlow"; font-weight: 600; text-transform: uppercase; text-align: left; color: #000000; line-height: 1}#brxe-dfb979 h5 {font-size: 18px; font-family: "Barlow"; font-weight: 600; text-transform: uppercase; text-align: left; color: #000000; line-height: 1}#brxe-dfb979 h6 {font-size: 18px; font-family: "Barlow"; font-weight: 600; text-transform: uppercase; text-align: left; color: #000000; line-height: 1}#brxe-dfb979 .content {font-size: 14px; font-family: "Barlow"; color: #8a8a8a; font-weight: 400; line-height: 1}@media (max-width: 767px) {#brxe-dfb979 {width: 49%}}@media (max-width: 478px) {#brxe-dfb979 {margin-left: 0; width: 100%}}#brxe-eb82de .icon {align-self: center; align-self: left; color: #ffa286}#brxe-eb82de {text-align: left; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; border: 1px dotted #fcdbc8; background-color: #fff4f2; width: 32%}#brxe-eb82de .icon i {font-size: 55px}#brxe-eb82de .icon a {color: #ffa286}#brxe-eb82de h1 {font-size: 18px; font-family: "Barlow"; font-weight: 600; text-transform: uppercase; text-align: left; color: #000000; line-height: 1}#brxe-eb82de h2 {font-size: 18px; font-family: "Barlow"; font-weight: 600; text-transform: uppercase; text-align: left; color: #000000; line-height: 1}#brxe-eb82de h3 {font-size: 18px; font-family: "Barlow"; font-weight: 600; text-transform: uppercase; text-align: left; color: #000000; line-height: 1}#brxe-eb82de h4 {font-size: 18px; font-family: "Barlow"; font-weight: 600; text-transform: uppercase; text-align: left; color: #000000; line-height: 1}#brxe-eb82de h5 {font-size: 18px; font-family: "Barlow"; font-weight: 600; text-transform: uppercase; text-align: left; color: #000000; line-height: 1}#brxe-eb82de h6 {font-size: 18px; font-family: "Barlow"; font-weight: 600; text-transform: uppercase; text-align: left; color: #000000; line-height: 1}#brxe-eb82de .content {font-size: 14px; font-family: "Barlow"; color: #8a8a8a; font-weight: 400; line-height: 1}@media (max-width: 767px) {#brxe-eb82de {width: 100%; margin-top: 10px}}@media (max-width: 478px) {#brxe-eb82de {width: 100%}}#brxe-62d0b7 {margin-top: 10px; flex-direction: row; justify-content: space-between}@media (max-width: 767px) {#brxe-62d0b7 {flex-direction: row; align-items: center; margin-top: 60px; justify-content: space-between}}@media (max-width: 478px) {#brxe-62d0b7 {justify-content: center; flex-direction: column}}#brxe-3f2897 .woocommerce-tabs {flex-direction: column; border-top: 0 dotted #fcdbc8; border-bottom: 1px dotted #fcdbc8}#brxe-3f2897 .wc-tabs {border-top: 1px dotted #fcdbc8; border-right: 0 dotted #fcdbc8; border-bottom: 1px dotted #fcdbc8; border-left: 0 dotted #fcdbc8; justify-content: center}#brxe-3f2897 .wc-tabs a {color: #000000; font-family: "Barlow"; text-transform: capitalize; font-size: 18px; font-weight: 600}#brxe-3f2897 .wc-tabs .active a {color: #000000}#brxe-3f2897 .panel {font-size: 16px; color: #595959; font-family: "Barlow"; font-weight: 400; line-height: 1.5em; padding-top: 30px; padding-right: 20px; padding-bottom: 30px; padding-left: 20px}#brxe-3f2897 {margin-top: 30px}@media (max-width: 767px) {#brxe-3f2897 {margin-top: 60px; margin-bottom: 60px}}#brxe-3884d8 {font-family: "Amatic SC"; font-size: 55px; font-weight: 700; align-self: center}#brxe-6449fa.horizontal .line {width: 150px; border-top-style: dotted; border-top-color: #fcdbc8}#brxe-6449fa.vertical .line {border-right-width: 150px; border-right-style: dotted; border-right-color: #fcdbc8}#brxe-6449fa.horizontal {justify-content: center}#brxe-6449fa.vertical {align-self: center}#brxe-6449fa .icon {color: #fcdbc8}.brxe-cuactu .brxe-emupqd.brxe-icon {font-size: 20px; align-self: flex-end}.brxe-cuactu .brxe-jcgwxt.brxe-block {align-self: flex-start !important; justify-content: flex-start; align-items: flex-start}.brxe-cuactu .brxe-srttqy.brxe-div {display: flex; flex-direction: column}.brxe-cuactu .brxe-b840aa.brxe-icon {font-size: 20px; align-self: flex-end}.brxe-cuactu .brxe-565055.brxe-block {align-self: flex-start !important; justify-content: flex-start; align-items: flex-start}.brxe-cuactu .brxe-91aab1.brxe-div {display: flex; flex-direction: column}.brxe-cuactu .brxe-d24934.brxe-icon {font-size: 20px; align-self: flex-end}.brxe-cuactu .brxe-e2535b.brxe-block {align-self: flex-start !important; justify-content: flex-start; align-items: flex-start}.brxe-cuactu .brxe-2ee700.brxe-div {display: flex; flex-direction: column}.brxe-cuactu .brxe-pxshxf.brxe-text-basic {position: absolute; top: 0px; background-color: #0084e8; padding-top: 2px; padding-right: 5px; padding-bottom: 2px; padding-left: 2px; color: #f5f5f5; border-bottom-right-radius: 5px}.brxe-cuactu .brxe-cmvwnl.brxe-div {position: relative}.brxe-cuactu .brxe-rprzjb.brxe-product-rating .star-rating span::before {color: #ffc107}.brxe-cuactu .brxe-xvqgby.brxe-block {align-self: center !important; justify-content: center; align-items: center; row-gap: 5px; margin-bottom: 10px}@media (max-width: 767px) {.brxe-cuactu .brxe-terewh.brxe-div {row-gap: 4px; column-gap: 4px}}@media (max-width: 767px) {.brxe-cuactu .brxe-mnixkn.brxe-div {row-gap: 4px; column-gap: 4px}}.brxe-cuactu .brxe-zfefex.brxe-block {align-self: center !important; justify-content: center; column-gap: 25px; align-items: center}.brxe-cuactu .brxe-qkggef.brxe-heading {font-size: 20px}.brxe-cuactu .brxe-hizzak.brxe-product-price .price del, .brxe-cuactu .brxe-hizzak.brxe-product-price .price > span {font-size: 15px; color: #424242}.brxe-cuactu .brxe-hizzak.brxe-product-price .price ins {font-size: 25px; color: #0084e8; font-weight: 600}.brxe-cuactu .brxe-btrifk.brxe-div {align-self: center !important; flex-direction: row; justify-content: center; align-items: center; column-gap: 15px}.brxe-cuactu .brxe-ehenmw.brxe-icon {font-size: 20px; color: #0084e8; fill: #0084e8}.brxe-cuactu .brxe-kfjlfc.brxe-button {padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 5px}.brxe-cuactu .brxe-ainofx.brxe-div {align-self: center !important; flex-direction: row; justify-content: center; align-items: center; column-gap: 0px; margin-top: 5px; margin-bottom: 5px; cursor: pointer}.brxe-cuactu .brxe-rqofcg.brxe-button {background-color: #0084e8; border-radius: 10px; margin-right: 0; font-size: 15px; color: #f5f5f5; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; cursor: pointer}.brxe-cuactu .brxe-irjmeo.brxe-button {background-color: #0084e8; border-radius: 10px; margin-left: 0; font-size: 15px; color: #f5f5f5; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; cursor: pointer}.brxe-cuactu .brxe-ipcbbs.brxe-div {align-self: center !important; display: flex; column-gap: 15px}.brxe-cuactu .brxe-ntyhca.brxe-block {flex-direction: column}.brxe-cuactu .brxe-rdtgzv.brxe-div {align-self: center !important}.brxe-cuactu .brxe-ddmekm.brxe-block {row-gap: 15px}@media (max-width: 478px) {.brxe-cuactu .brxe-ddmekm.brxe-block {align-self: center !important; justify-content: center; align-items: center}}.brxe-cuactu.brxe-block {padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; flex-direction: column; margin-top: 30px}@media (max-width: 767px) {.brxe-cuactu.brxe-block {flex-direction: column}}#brxe-ukckpv {column-gap: 45px; padding-top: 20px; padding-bottom: 20px; flex-direction: column; display: grid; align-items: initial; grid-template-columns: 1fr 1fr 1fr}@media (max-width: 991px) {#brxe-ukckpv {padding-right: 15px; padding-left: 15px; grid-template-columns: 1fr 1fr}}@media (max-width: 767px) {#brxe-ukckpv {grid-template-columns: 1fr}}@media (max-width: 478px) {#brxe-ukckpv {flex-direction: column; row-gap: 45px; padding-right: 25px; padding-left: 25px; display: grid; align-items: initial; grid-template-columns: 1fr}}#brxe-31fb1f {margin-top: 20px; margin-bottom: 20px; font-size: 22px; color: #000000; font-family: "Barlow"; font-weight: 400; align-self: center}@media (max-width: 478px) {#brxe-31fb1f {text-align: center}}#brxe-ecfa8d .form-group:nth-child(1) {width: 70%}#brxe-ecfa8d .bricks-button {color: #ffffff; font-family: "Barlow"; font-size: 14px; font-weight: 600; text-transform: uppercase; background-color: #ffa286}#brxe-ecfa8d ::placeholder {color: #000000; font-size: 14px; font-family: "Barlow"; font-weight: 400}#brxe-ecfa8d select {color: #000000; font-size: 14px; font-family: "Barlow"; font-weight: 400; background-color: #fff4f2; padding-right: 25px; padding-left: 25px; border-top-width: 1px; border-top-color: #ffa286; border-right-width: 0; border-right-color: #ffa286; border-bottom-width: 1px; border-bottom-color: #ffa286; border-left-width: 1px; border-left-color: #ffa286}#brxe-ecfa8d .form-group input {background-color: #fff4f2; padding-right: 25px; padding-left: 25px; border-top-width: 1px; border-top-color: #ffa286; border-right-width: 0; border-right-color: #ffa286; border-bottom-width: 1px; border-bottom-color: #ffa286; border-left-width: 1px; border-left-color: #ffa286; font-size: 14px; color: #000000; font-family: "Barlow"; font-weight: 400}#brxe-ecfa8d .flatpickr {background-color: #fff4f2; padding-right: 25px; padding-left: 25px; border-top-width: 1px; border-top-color: #ffa286; border-right-width: 0; border-right-color: #ffa286; border-bottom-width: 1px; border-bottom-color: #ffa286; border-left-width: 1px; border-left-color: #ffa286}#brxe-ecfa8d textarea {background-color: #fff4f2; padding-right: 25px; padding-left: 25px; border-top-width: 1px; border-top-color: #ffa286; border-right-width: 0; border-right-color: #ffa286; border-bottom-width: 1px; border-bottom-color: #ffa286; border-left-width: 1px; border-left-color: #ffa286; font-size: 14px; color: #000000; font-family: "Barlow"; font-weight: 400}#brxe-ecfa8d .form-group:not(:last-child):not(.captcha) {padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0}#brxe-ecfa8d {border: 0; transition: all 0.2s ease-in; flex-direction: row; align-self: center; justify-content: center; align-items: center}#brxe-ecfa8d .choose-files {background-color: #ffffff; color: #000000; font-size: 14px; font-family: "Barlow"; font-weight: 400; border-top-width: 1px; border-top-color: #ffa286; border-right-width: 0; border-right-color: #ffa286; border-bottom-width: 1px; border-bottom-color: #ffa286; border-left-width: 1px; border-left-color: #ffa286}#brxe-ecfa8d .bricks-button:not([type=submit]) {border-top-width: 1px; border-top-color: #ffa286; border-right-width: 0; border-right-color: #ffa286; border-bottom-width: 1px; border-bottom-color: #ffa286; border-left-width: 1px; border-left-color: #ffa286}#brxe-ecfa8d .bricks-button:hover {background-color: #ff6e42}#brxe-ecfa8d:hover {transition: all 0.2s ease-in}#brxe-ecfa8d button[type=submit].bricks-button {border: 1px solid #ffa286}#brxe-ribxsh {align-self: center !important}#brxe-800a38 {margin-top: 60px; margin-bottom: 60px; background-color: #ffffff; padding-right: 20px; padding-left: 20px}@media (max-width: 767px) {#brxe-800a38 {margin-top: 60px; margin-bottom: 60px}}