.brxe-post-content {
    width: 100%;
}

.brxe-post-content[data-source=bricks] {
    display: flex;
    flex-direction: column;
}

.brxe-icon {
    font-size: 60px;
}

svg.brxe-icon {
    font-size: inherit;
}

.brxe-accordion-nested {
    width: 100%;
}

.brxe-accordion-nested .accordion-title-wrapper {
    cursor: pointer;
}

.brxe-accordion-nested .accordion-title-wrapper .brxe-heading {
    margin: 0;
}

.brxe-accordion-nested .accordion-content-wrapper {
    display: none;
}

.brxe-accordion-nested .brx-open>.accordion-content-wrapper {
    display: block;
}

@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).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;
    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,rgb(0 0 0 / .5),rgb(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-button {
    width: auto;
}

: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-gopzov .bcbrx-bg-image__image-wrapper img {
    object-fit: cover;
    mix-blend-mode: multiply;
}

#brxe-gopzov .bcbrx-bg-image__image-wrapper {
    z-index: 0;
}

#brxe-gopzov .bcbrx-bg-image__blend-color {
    background-color: var(--dark-60);
}

#brxe-jlkyfk {
    max-width: 62rem;
}

@media (max-width:991px){
    #brxe-jlkyfk {
        max-width: 49.7rem;
    }
}

@media (max-width:767px){
    #brxe-jlkyfk {
        max-width: 32rem;
    }
}

@media (max-width:478px){
    #brxe-jlkyfk {
        max-width: 25rem;
    }
}

#brxe-wyyhcx {
    max-width: 59rem;
}

#brxe-dkkyts {
    position: relative;
    z-index: 1;
}

#brxe-qhovgn {
    max-width: 42rem;
    margin-top: 4rem;
}

@media (max-width:767px){
    #brxe-qhovgn {
        width: 100%;
        padding-right: 2.4rem;
    }
}

#brxe-ulkean {
    width: 10000%;
    max-width: none;
    height: calc(100% + 4rem);
    margin-top: -4rem;
    background-image: url(../images/Hash-Long.svg);
    background-size: auto 150%;
    background-repeat: repeat-x;
}

@media (max-width:991px){
    #brxe-ulkean {
        width: 100%;
    }
}

@media (max-width:767px){
    #brxe-ulkean {
        height: 8rem;
    }
}

#brxe-cbiouz {
    margin-left: var(--space-xxl);
    width: 42%;
    position: relative;
    display: block;
}

@media (max-width:991px){
    #brxe-cbiouz {
        margin-right: -2.4rem;
    }
}

@media (max-width:767px){
    #brxe-cbiouz {
        margin-left: auto;
    }
}

#brxe-orbywa {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
}

@media (max-width:767px){
    #brxe-orbywa {
        flex-direction: column-reverse;
    }
}

#brxe-xqfrgg {
    width: 33%;
    margin-left: 5%;
    opacity: .2;
    position: absolute;
    z-index: 0;
}

#brxe-yubtlv {
    margin-top: 12rem;
    position: relative;
}

@media (max-width:991px){
    #brxe-yubtlv {
        margin-top: 8rem;
    }
}

#brxe-lnroit {
    width: 60px;
    position: absolute;
    left: -70px;
}

#brxe-vufluf .bcbrx-bg-image__image-wrapper img {
    object-fit: cover;
}

#brxe-vufluf .bcbrx-bg-image__image-wrapper {
    z-index: 0;
}

#brxe-niizql {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#brxe-ztlylv {
    width: 100%;
    max-width: unset;
    position: absolute;
    z-index: 0;
    bottom: -44%;
    opacity: .2;
}

#brxe-qlwvet {
    position: relative;
    z-index: 1;
}

#brxe-wxvyfb {
    max-width: 60rem;
    position: relative;
    z-index: 1;
}

#brxe-fqgwlv {
    z-index: 1;
    position: relative;
}

#brxe-gmbfgk {
    position: relative;
}

#brxe-gmbfgk {
    grid-column: 6 / span 6;
}

@media (max-width:1120px){
    #brxe-gmbfgk {
        grid-column: 6 / span 7;
    }
}

@media (max-width:991px){
    #brxe-gmbfgk {
        grid-column: 1;
    }
}

#brxe-gcowwy {
    margin-top: 4rem;
}

@media (max-width:991px){
    #brxe-gcowwy {
        margin-top: 4rem;
    }
}

#brxe-urbbbg {
    padding-top: 0;
    padding-bottom: 12rem;
}

@media (max-width:991px){
    #brxe-urbbbg {
        padding-bottom: 4rem;
    }
}

#brxe-qwmyyf {
    position: relative;
    z-index: 1;
}

#brxe-lokpia {
    font-size: var(--text-m);
}

#brxe-cftfiz {
    font-size: var(--text-m);
}

#brxe-lvhzko {
    font-size: var(--text-m);
}

#brxe-dtfcfo {
    font-size: var(--text-m);
}

#brxe-yilmcq {
    margin-top: 8rem;
}

#brxe-bruwtw {
    width: 33%;
    margin-left: 5%;
    opacity: .2;
    position: absolute;
    z-index: 0;
}

#brxe-eoodtq {
    position: relative;
}

#brxe-rwpuvc {
    position: relative;
    z-index: 1;
}

#brxe-kijrvc {
    max-width: 61.5rem;
    position: relative;
    z-index: 1;
}

#brxe-yalbem {
    position: relative;
}

#brxe-yalbem {
    grid-area: auto / 1 / 2 / 7;
}

@media (max-width:1120px){
    #brxe-yalbem {
        grid-column: 1 / span 7;
    }
}

@media (max-width:991px){
    #brxe-yalbem {
        grid-column: 1;
    }
}

#brxe-egadzq {
    width: 60px;
    position: absolute;
    left: -70px;
}

#brxe-qtvemi .bcbrx-bg-image__image-wrapper img {
    object-fit: cover;
}

#brxe-qtvemi .bcbrx-bg-image__image-wrapper {
    z-index: 0;
}

#brxe-opsbbp {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#brxe-opsbbp {
    grid-column: 8 / span 4;
}

@media (max-width:1120px){
    #brxe-opsbbp {
        grid-column: 9 / span 4;
    }
}

@media (max-width:991px){
    #brxe-opsbbp {
        grid-column: 1;
    }
}

#brxe-wcdcwj {
    margin-top: 4rem;
}

@media (max-width:991px){
    #brxe-wcdcwj {
        margin-top: 4rem;
    }
}

@media (max-width:991px){
    #brxe-wylyib {
        padding-bottom: 4rem;
    }
}

.brxe-fmozti .brxe-qmkjgp.brxe-block {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

#brxe-bctuxu .accordion-title-wrapper {
    min-height: 50px;
}

#brxe-bctuxu .accordion-content-wrapper {
    padding-top: 2.4rem;
    padding-right: 2.4rem;
    padding-bottom: 2.4rem;
    padding-left: 2.4rem;
}

#brxe-swtypo {
    align-items: center;
    position: relative;
    z-index: 1;
}

#brxe-iamaro {
    max-width: 76.5rem;
}

@media (max-width:1120px){
    #brxe-iamaro {
        max-width: 52rem;
    }
}

@media (max-width:991px){
    #brxe-iamaro {
        max-width: 70rem;
    }
}

@media (max-width:767px){
    #brxe-iamaro {
        max-width: 37rem;
    }
}

#brxe-wwbykx {
    max-width: 84.5rem;
    margin-top: 0;
}

@media (max-width:991px){
    #brxe-wwbykx {
        max-width: 60rem;
    }
}

@media (max-width:767px){
    #brxe-wwbykx {
        font-size: var(--text-m);
        line-height: 1.4;
    }
}

#brxe-aacxyt {
    align-items: center;
    text-align: center;
    row-gap: var(--space-l);
    margin-bottom: 8rem;
}

@media (max-width:767px){
    #brxe-aacxyt {
        margin-bottom: 4rem;
    }
}

@media (max-width:478px){
    #brxe-ujaxfo {
        max-width: 20rem;
    }
}

#brxe-rvnxgc {
    padding-bottom: 0;
}

@media (max-width:478px){
    #brxe-rvnxgc {
        max-width: 27rem;
    }
}

#brxe-kywegy {
    max-width: 52.5rem;
}

@media (max-width:478px){
    #brxe-kywegy {
        max-width: 27rem;
    }
}

@media (max-width:478px){
    #brxe-pfmbtm {
        max-width: 27rem;
    }
}

@media (max-width:767px){
    #brxe-awubgg {
        font-size: var(--text-m);
    }
}

#brxe-tllldr {
    margin-top: .8rem;
    line-height: 1.3;
}

@media (max-width:767px){
    #brxe-tllldr {
        font-size: var(--text-m);
    }
}

#brxe-puqcqv {
    margin-top: 2.4rem;
    line-height: 1.3;
}

@media (max-width:767px){
    #brxe-puqcqv {
        font-size: var(--text-m);
    }
}

#brxe-brawhp {
    margin-top: auto;
}

#brxe-rbybld {
    padding-top: 6.4rem;
    padding-right: 6.4rem;
    padding-bottom: 6.4rem;
    padding-left: 6.4rem;
    row-gap: var(--space-l);
    font-size: var(--body-xs);
}

@media (max-width:767px){
    #brxe-rbybld {
        padding-top: 4rem;
        padding-right: 2.4rem;
        padding-bottom: 4rem;
        padding-left: 2.4rem;
    }
}

#brxe-suzeyt {
    box-shadow: 0 8px 32px -8px var(--dark-40);
}

#brxe-suzeyt {
    gap: 0;
}

@media (max-width:991px){
    #enquire {
        padding-top: 4rem;
    }
}