@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{overflow:hidden;position:relative}: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!important;text-align:center;width:100%;z-index:1}}@layer bricks {.brxe-code{width:100%}}@layer bricks {.brxe-button{width:auto}}@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)}}.brxe-image-gallery{width:100%}.brxe-image-gallery figure{all:unset;display:block}.brxe-image-gallery figure>a{display:block}.brxe-image-gallery .image{position:relative}.brxe-image-gallery .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!important;text-align:center;width:100%;z-index:1}.brxe-image-gallery[data-layout=metro] .image img{height:auto;width:100%}}#brxe-415d06 {font-size: var(--h4); font-family: "CaslonAntique"; text-transform: uppercase; color: var(--primary-dark); padding-top: var(--space-m); padding-left: var(--space-m)}#brxe-xrjdzw {width: 50ch}#brxe-cfymwc {background-color: var(--accent-dark)}#brxe-wscrpq {display: flex; flex-direction: column; row-gap: 20px; padding-left: 200px}:root { --card-color: rgb(11, 10, 11);}#cards { display: flex; flex-wrap: wrap; gap: 10px; max-width: 1220px; width: calc(100% - 20px);}#cards:hover > .card::after { opacity: 1;} .card { background-color: rgba(255, 255, 255, 0.1); border-radius: 10px; cursor: pointer; display: flex; height: 200px; flex-direction: column; position: relative; width: 210px; } .card:hover::before { opacity: 1;} .card::before,.card::after { border-radius: inherit; content: ""; height: 100%; left: 0px; opacity: 0; position: absolute; top: 0px; transition: opacity 500ms; width: 100%;} .card::before { background: radial-gradient( 800px circle at var(--mouse-x) var(--mouse-y), rgba(255, 255, 255, 0.06), transparent 40% ); z-index: 3;} .card::after { background: radial-gradient( 600px circle at var(--mouse-x) var(--mouse-y), rgba(255, 255, 255, 0.4), transparent 40% ); z-index: 1;} .card > .card-content { background-color: var(--card-color); border-radius: inherit; display: flex; flex-direction: column; flex-grow: 1; inset: 1px; padding: 10px; position: absolute; z-index: 2;}h1, h2, h3, h4, span { color: rgb(240, 240, 240); font-family: "CaslonAntique", sans-serif; font-weight: 400; margin: 0px;letter-spacing: 3px;}i { color: rgb(240, 240, 240);} .card-image { align-items: center; display: flex; height: 140px; justify-content: center; overflow: hidden;} .card-image > i { font-size: 6em; opacity: 0.25;} .card-info-wrapper { align-items: center; display: flex; flex-grow: 1; justify-content: center; padding: 0px 20px;} .card-info { align-items: flex-start; display: flex; gap: 10px;} .card-info > i { font-size: 1em; height: 20px; line-height: 20px;} .card-info-title > h3 { font-size: 2rem; line-height: 20px;} .card-info-title > h4 { color: rgba(255, 255, 255, 0.5); font-size: 0.85em; margin-top: 8px;}@media(max-width: 1000px) { body { align-items: flex-start; overflow: auto; } #cards { max-width: 1000px; padding: 10px 0px; } .card { flex-shrink: 1; width: calc(50% - 4px); }}@media(max-width: 500px) { .card { height: 180px; } .card-image { height: 80px; } .card-image > i { font-size: 3em; } .card-info-wrapper { padding: 0px 10px; } .card-info > i { font-size: 0.8em; } .card-info-title > h3 { font-size: 0.9em; } .card-info-title > h4 { font-size: 0.8em; margin-top: 4px; }}@media(max-width: 320px) { .card { width: 100%; }}.card-link { text-decoration: none; color: inherit; display: block; height: 100%; width: 100%; position: relative; z-index: 8; border-radius: 10px; } .card-link:hover { color: inherit;} .card > .card-link > .card-content { background-color: var(--card-color); border-radius: inherit; display: flex; flex-direction: column; flex-grow: 1; inset: 1px; padding: 10px; position: absolute; z-index: 2;}#brxe-ceunpg {height: auto; position: relative; align-items: center; padding-bottom: 25px; padding-left: 50px}#brxe-ljqdmm {flex-direction: row; column-gap: 16px; padding-top: 16px; padding-bottom: 16px; flex-grow: 1; flex-shrink: 0}#brxe-lxrhtn {justify-content: space-between; height: 100%}#brxe-wkhawc {position: absolute; z-index: -1; top: 10%; right: 20%; width: 400px; opacity: 0.15}#brxe-721182 {height: calc(100vh - 136px); position: relative}#brxe-qiplce {--columns: 4}#brxe-ff12ac {height: calc(100vh - 136px); max-height: calc(100vh - 136px); overflow: scroll; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0}#brxe-1effc6 {row-gap: 16px; height: calc(100vh - 156px)}#brxe-c209bc {display: flex; grid-template-columns: var(--grid-2); grid-gap: 16px; padding-top: 16px; padding-right: 16px; padding-bottom: 16px; padding-left: 16px; flex-direction: row; row-gap: 20px; column-gap: 20px; height: calc(100vh - 156px)}