@layer bricks {.brxe-template{width:100%}}@layer bricks {.brxe-icon{font-size:60px}svg.brxe-icon{font-size:inherit}}@layer bricks {}@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 {@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-filter-checkbox{list-style-type:none;margin:0;padding:0}:where(.brxe-filter-checkbox[data-mode=button]){display:flex;flex-wrap:wrap;gap:10px}:where(.brxe-filter-checkbox[data-mode=button]) .bricks-button{display:inline-block}.brxe-filter-checkbox[data-mode=button] input[type=checkbox]{display:none}.brxe-filter-checkbox label{align-items:center;color:inherit;cursor:pointer;display:flex;font:inherit;gap:.5em;margin:inherit}.brxe-filter-checkbox label.brx-option-disabled{cursor:default}.brxe-filter-checkbox .brx-option-text{display:inline-flex;gap:4px}}@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-pagination{width:100%}}#brxe-taaquk {color: var(--primary)}#brxe-raladr {top: 40%; right: 50%; transform: translateX(100%) translateY(100%); width: 29px}#brxe-raladr{ background: radial-gradient(circle at center center, #e9d8fd, #f5f3ff, transparent); text-align: center; animation: fadeInSlide 1.2s ease-out both; transition: transform 0.3s ease; overflow: hidden;}#brxe-raladr{ animation: spinSwing 4s ease-in-out infinite; }@keyframes spinSwing { 0% { transform: rotate(0deg) translateX(0) } 25% { transform: rotate(90deg) translateX(10px) } 50% { transform: rotate(180deg) translateX(0) } 75% { transform: rotate(270deg) translateX(-10px) } 100% { transform: rotate(360deg) translateX(0) }}#brxe-thbjke {background-image: linear-gradient(142deg, #fefcff, #ebeffe); border-top-left-radius: 50px; border-bottom-right-radius: 50px; border-bottom-left-radius: 0; padding-top: 130px}#brxe-wssunk {width: 20px; height: 20px}#brxe-wssunk{ background-image:radial-gradient(var(--secondary), transparent);}#brxe-kmgqha {transform: translateX(10px)}.pretty-checkbox { display: flex; align-items: center; gap: 0.5rem; font-size: 1rem; cursor: pointer; flex-direction: column; align-items: start; } .pretty-checkbox input[type="checkbox"] { appearance: none; width: 22px; height: 22px; border: 2px solid #C084FC; border-radius: 6px; background-color: #fff; position: relative; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; } .pretty-checkbox input[type="checkbox"]:checked { background: linear-gradient(135deg, #C084FC, #DDD6FE); border-color: transparent; box-shadow: 0 0 6px rgba(192, 132, 252, 0.5); } .pretty-checkbox input[type="checkbox"]::after { content: ""; position: absolute; width: 12px; height: 12px; background: url('data:image/svg+xml;utf8,<svg fill="white" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M20 6L9 17l-5-5" stroke="white" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center; background-size: contain; opacity: 0; transition: all 0.2s ease; } .pretty-checkbox input[type="checkbox"]:checked::after { opacity: 1; }#brxe-qklkqr {padding-top: 1px; padding-right: 1px; padding-bottom: 1px; padding-left: 1px; background-image: linear-gradient(var(--on-primary), var(--secondary-light))} @keyframes gradientShift { 0% { background: linear-gradient(45deg, #DDD6FE, #C084FC); } 25% { background: linear-gradient(135deg, #C084FC, #DDD6FE); } 50% { background: linear-gradient(225deg, #DDD6FE, #C084FC); } 75% { background: linear-gradient(315deg, #C084FC, #DDD6FE); } 100% { background: linear-gradient(45deg, #DDD6FE, #C084FC); } }#brxe-qklkqr{ animation: rotateGradient 10s ease-in-out infinite;}figcaption.bricks-image-caption { display: none !important;}figcaption.bricks-image-caption { display: none !important;}.brxe-qpvrvt .brxe-hoanwh.brxe-block::before {content: ""; width: 100%; height: 40%; position: absolute; bottom: 0px; background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.71)); z-index: 4}.brxe-qpvrvt .brxe-xoptvo.brxe-text-basic {bottom: 10px; right: 10px; z-index: 5}.brxe-qpvrvt .brxe-oyqgrj.brxe-post-excerpt {color: var(--secondary-dark)}.brxe-qpvrvt .brxe-gnmjtb.brxe-icon {color: var(--secondary-light); fill: var(--secondary-light); font-size: 40px; left: 3px; bottom: 5px}@keyframes ripple { 0% { opacity: 0.6; transform: scale(0); } 100% { opacity: 0; transform: scale(1.3); }} .brxe-gnmjtb { animation: ripple 2s cubic-bezier(.2,.9,.2,1) infinite;}.brxe-qpvrvt .brxe-lbjpym.brxe-div {padding-top: 12px; padding-right: 10px; padding-bottom: 9px; padding-left: 10px}.brxe-qpvrvt .brxe-gpywhq.brxe-heading::before {content: ""; width: 2.5px; height: 24px; background-color: var(--primary-color); border-radius: 1000px}.brxe-qpvrvt .brxe-jdmouj.brxe-icon {padding-top: 4.5px; padding-right: 7px; padding-bottom: 4.5px; padding-left: 7px; background-color: var(--secondary-light)}@media (max-width: 767px) {.brxe-qpvrvt .brxe-jdmouj.brxe-icon {background-color: var(--on-primary)}}.brxe-qpvrvt .brxe-eyghug.brxe-carousel .repeater-item [data-field-id="e8116d"] {margin-top: 20px; margin-right: 0; margin-bottom: 20px; margin-left: 0}.brxe-qpvrvt .brxe-eyghug.brxe-carousel .bricks-swiper-button-prev {left: 50px}.brxe-qpvrvt .brxe-eyghug.brxe-carousel .bricks-swiper-button-next {right: 50px}.brxe-qpvrvt .brxe-eyghug.brxe-carousel .image {height: 100%}.brxe-qpvrvt .brxe-eyghug.brxe-carousel .overlay-wrapper {height: 100%}.brxe-qpvrvt .brxe-mqiysd.brxe-video .bricks-video-overlay {background-position: center center; background-repeat: no-repeat; background-size: cover}.brxe-qpvrvt .brxe-mqiysd.brxe-video svg {height: 40px; width: 40px}svg#Uploaded\ to\ svgrepo\.com { width: 60px !important;}.brxe-qpvrvt .brxe-iehdhv.brxe-container {row-gap: 1rem}@media (max-width: 767px) {.brxe-qpvrvt .brxe-iehdhv.brxe-container {height: fit-content}}.brxe-qpvrvt.brxe-block {flex-direction: column}.brxe-qpvrvt:hover .weblog-img{ scale:1.05;}@media (max-width: 991px) {figcaption.bricks-image-caption { display: none;}}@media (max-width: 767px) {.brxe-qpvrvt.brxe-block {flex-wrap: nowrap}}@media (max-width: 478px) {.brxe-qpvrvt.brxe-block {flex-wrap: nowrap}}@media (max-width: 767px) {#brxe-foivau {grid-template-columns: 1fr !important}}#brxe-ifxaft {grid-template-columns: 1fr 3fr }#brxe-lywsvf .bricks-pagination ul {justify-content: center; gap: 6px}#brxe-lywsvf .bricks-pagination ul .page-numbers {font-size: var(--subtitle); color: var(--text); height: 23px; width: 23px}#brxe-lywsvf .bricks-pagination ul .page-numbers.current {background: var(--secondary-light); border-radius: 5px}#brxe-lywsvf {justify-content: center}