@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 {.brxe-button{width:auto}}@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 li{align-items:baseline;display:flex;gap:8px}: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-code{width:100%}}@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{align-items:center;display:inline-flex;justify-content:center}: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 {.brxe-icon{font-size:60px}svg.brxe-icon{font-size:inherit}}@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-nav-menu).dragging .bricks-mobile-menu-wrapper{display:none!important;pointer-events:none!important}:where(.brxe-nav-menu) .menu-item:not(.open) .sub-menu{pointer-events:none}:where(.brxe-nav-menu) .menu-item:not(.open) .sub-menu:not(.brx-submenu-positioned){display:none!important}:where(.brxe-nav-menu) ol,:where(.brxe-nav-menu) ul{list-style-type:none;margin:0;padding:0}:where(.brxe-nav-menu) .bricks-nav-menu{display:flex;line-height:inherit;margin:0;padding:0}:where(.brxe-nav-menu) .bricks-nav-menu>li{margin:0 0 0 30px}:where(.brxe-nav-menu) .bricks-nav-menu>li.menu-item-has-children:hover:before{content:"";height:100%;min-height:60px;position:absolute;top:100%;width:100%;z-index:1}:where(.brxe-nav-menu) .bricks-nav-menu>li>.sub-menu.caret:before{border:0 solid transparent;border-bottom:0 solid var(--bricks-bg-dark);content:"";height:0;left:0;position:absolute;top:0;transform:translateY(-100%);width:0}:where(.brxe-nav-menu) .bricks-nav-menu>li[data-toggle=click]:before{display:none}:where(.brxe-nav-menu) .bricks-nav-menu>li[data-toggle=click].open>.sub-menu.caret:before{display:block}:where(.brxe-nav-menu) .bricks-nav-menu>li[data-toggle=click] .sub-menu.caret:before{display:none}:where(.brxe-nav-menu) .bricks-nav-menu li{position:relative}:where(.brxe-nav-menu) .bricks-nav-menu li.open>.sub-menu{opacity:1;visibility:visible}:where(.brxe-nav-menu) .bricks-nav-menu li.open[data-static]>.sub-menu{display:block}:where(.brxe-nav-menu) .bricks-nav-menu li:not(.brx-has-megamenu)>a{display:flex;width:100%}:where(.brxe-nav-menu) .bricks-nav-menu li[data-static]{flex-direction:column}:where(.brxe-nav-menu) .bricks-nav-menu li[data-static] .sub-menu{display:none;position:static!important;transform:none}:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu{background-color:var(--bricks-bg-dark);color:#fff;line-height:60px;min-width:150px;opacity:0;position:absolute;top:100%;transition:var(--bricks-transition);visibility:hidden;white-space:nowrap;z-index:998}:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu li{border-style:none;position:relative;width:100%}:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu a,:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu button{color:currentcolor;padding:0 20px}:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu .sub-menu{left:100%;padding-top:0;top:0}:where(.brxe-nav-menu) .bricks-nav-menu .brx-has-multilevel .sub-menu .brx-submenu-toggle{width:100%}:where(.brxe-nav-menu) .bricks-mobile-menu-toggle{background-color:transparent;cursor:pointer;display:none;height:16px;min-width:12px;position:relative;width:20px}:where(.brxe-nav-menu) .bricks-mobile-menu-toggle.always{display:block}:where(.brxe-nav-menu) .bricks-mobile-menu-toggle:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}:where(.brxe-nav-menu) .bricks-mobile-menu-toggle:hover span{min-width:12px;width:20px}:where(.brxe-nav-menu) .bricks-mobile-menu-toggle span{background-color:currentcolor;display:block;height:2px;position:absolute;right:0;transition:var(--bricks-transition)}:where(.brxe-nav-menu) .bricks-mobile-menu-toggle .bar-top{min-width:12px;top:0;width:20px}:where(.brxe-nav-menu) .bricks-mobile-menu-toggle .bar-center{min-width:12px;top:7px;width:20px}:where(.brxe-nav-menu) .bricks-mobile-menu-toggle .bar-bottom{min-width:12px;top:14px;width:20px}.brx-body.iframe .bricks-mobile-menu-wrapper .sub-menu{display:block!important}.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-toggle{min-width:20px;width:20px;z-index:1000}.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-toggle.fixed{position:fixed}.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-toggle .bar-top{top:50%;transform:rotate(45deg)}.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-toggle .bar-center{opacity:0}.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-toggle .bar-bottom{top:50%;transform:rotate(-45deg)}.brxe-nav-menu.show-mobile-menu li.open>.brx-megamenu{display:initial;opacity:1;position:static;visibility:visible}.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-wrapper{max-width:100vw;opacity:1!important;transform:translateX(0)!important;visibility:visible;z-index:999}.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-overlay{opacity:1;visibility:visible;z-index:998}.brxe-nav-menu .bricks-mobile-menu-wrapper{bottom:0;color:#fff;display:flex;flex-direction:column;height:100vh;height:calc(var(--bricks-vh, 1vh)*100);left:0;position:fixed;right:auto;scrollbar-width:none;top:var(--wp-admin--admin-bar--height,0);transition-duration:.2s;transition-property:background-color,opacity,transform,visibility;visibility:hidden;width:300px;z-index:999}.brxe-nav-menu .bricks-mobile-menu-wrapper::-webkit-scrollbar{background:transparent;height:0;width:0}.brxe-nav-menu .bricks-mobile-menu-wrapper:before{background-color:#23282d;background-size:cover;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.brxe-nav-menu .bricks-mobile-menu-wrapper.fade-in{opacity:0;transform:translateX(0)!important}.brxe-nav-menu .bricks-mobile-menu-wrapper.left{transform:translateX(-100%)}.brxe-nav-menu .bricks-mobile-menu-wrapper.right{left:auto;right:0;transform:translateX(100%)}.brxe-nav-menu .bricks-mobile-menu-wrapper a{display:block;width:100%}.brxe-nav-menu .bricks-mobile-menu-wrapper .brx-megamenu a{display:initial}.brxe-nav-menu .bricks-mobile-menu-wrapper li a{line-height:60px}.brxe-nav-menu .bricks-mobile-menu-wrapper li a:focus{outline-offset:-1px}.brxe-nav-menu .bricks-mobile-menu-wrapper .sub-menu{background:none!important;display:none;line-height:40px}.brxe-nav-menu .bricks-mobile-menu-wrapper .sub-menu li>.brx-submenu-toggle>*,.brxe-nav-menu .bricks-mobile-menu-wrapper .sub-menu li>a{padding:0 45px}.brxe-nav-menu .bricks-mobile-menu-wrapper li.open>.sub-menu{display:block}.brxe-nav-menu .bricks-mobile-menu-wrapper li.menu-item-has-children:hover:before{display:none}.brxe-nav-menu .bricks-mobile-menu{overflow-y:scroll;position:relative;scrollbar-width:none}.brxe-nav-menu .bricks-mobile-menu::-webkit-scrollbar{background:transparent;height:0;width:0}.brxe-nav-menu .bricks-mobile-menu>li>.brx-submenu-toggle>*,.brxe-nav-menu .bricks-mobile-menu>li>a{padding:0 30px}.brxe-nav-menu .bricks-mobile-menu .brx-megamenu{display:none}.brxe-nav-menu .bricks-mobile-menu-overlay{background-color:rgba(0,0,0,.25);bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .2s;visibility:hidden;z-index:-1}li.menu-item-has-children [aria-expanded] .menu-item-icon{background-color:transparent;color:inherit;pointer-events:none;transition:inherit}li.menu-item-has-children [aria-expanded] .menu-item-icon i{position:relative;top:2px}li.menu-item-has-children [aria-expanded=false] .open{display:block}li.menu-item-has-children [aria-expanded=false] .close{display:none}li.menu-item-has-children [aria-expanded=true] .close{display:block}li.menu-item-has-children [aria-expanded=true] .open{display:none}}@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 {: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-yozchr {color: #FFFFFF; font-size: 1.8rem; font-family: "BagossCondensed-TRIAL-Medium"; font-weight: 500; line-height: 2.4rem}@media (max-width: 1599px) {#brxe-yozchr {color: #f5f5f5}}@media (max-width: 1439px) {#brxe-yozchr {color: #f5f5f5; font-size: 1.6rem; line-height: 2.2rem}}@media (max-width: 1023px) {#brxe-yozchr {font-size: 1.4rem; line-height: 2rem}}#brxe-lwwuct.horizontal .line {border-top-color: #E5C9FF47}#brxe-lwwuct.vertical .line {border-right-color: #E5C9FF47}#brxe-lwwuct .icon {color: #E5C9FF47}#brxe-hlkfol {display: flex; flex-direction: column; width: 100%; row-gap: 0.8rem}#brxe-llymvj {color: #FFFFFF; font-size: 1.6rem; font-family: "BagossCondensed-TRIAL-Medium"; font-weight: 500; line-height: 2.2rem}@media (max-width: 1599px) {#brxe-llymvj {color: #f5f5f5}}@media (max-width: 1439px) {#brxe-llymvj {color: #f5f5f5; font-size: 1.4rem; line-height: 2rem}}@media (max-width: 1023px) {#brxe-llymvj {font-size: 1.2rem; line-height: 1.8rem}}@media (max-width: 478px) {#brxe-llymvj {font-size: 1.2rem; line-height: 1.8rem}}#brxe-tgcant {color: #A3A3A3; font-size: 1.4rem; line-height: 2.4rem; font-family: "Inter"; font-weight: 500; transform: translateX(-30px)}#brxe-tgcant .bricks-nav-menu {flex-direction: column}#brxe-tgcant .bricks-nav-menu > li > a {justify-content: flex-start}#brxe-tgcant .bricks-nav-menu > li > .brx-submenu-toggle {justify-content: flex-start}.main_footer-menu li a:hover{ color: #f5f5f5; transition: 0.3s ease; }@media (max-width: 1439px) {#brxe-tgcant {font-style: normal; text-decoration: none; font-size: 1.2rem; line-height: 2.2rem; transform: translateX(-30px)}#brxe-tgcant .bricks-nav-menu {flex-direction: column}#brxe-tgcant .bricks-nav-menu > li > a {justify-content: flex-start}#brxe-tgcant .bricks-nav-menu > li > .brx-submenu-toggle {justify-content: flex-start}}@media (max-width: 478px) {#brxe-tgcant {font-size: 1.2rem}}#brxe-crbknx {display: flex; flex-direction: column; row-gap: 1rem}#brxe-uxtuhy {color: #FFFFFF; font-size: 1.6rem; font-family: "BagossCondensed-TRIAL-Medium"; font-weight: 500; line-height: 2.2rem}@media (max-width: 1599px) {#brxe-uxtuhy {color: #f5f5f5}}@media (max-width: 1439px) {#brxe-uxtuhy {color: #f5f5f5; font-size: 1.4rem; line-height: 2rem}}@media (max-width: 1023px) {#brxe-uxtuhy {font-size: 1.2rem; line-height: 1.8rem}}@media (max-width: 478px) {#brxe-uxtuhy {font-size: 1.2rem; line-height: 1.8rem}}#brxe-ofgtmw {color: #A3A3A3; font-size: 1.4rem; line-height: 2.4rem; font-family: "Inter"; font-weight: 500; transform: translateX(-30px)}#brxe-ofgtmw .bricks-nav-menu {flex-direction: column}#brxe-ofgtmw .bricks-nav-menu > li > a {justify-content: flex-start}#brxe-ofgtmw .bricks-nav-menu > li > .brx-submenu-toggle {justify-content: flex-start}@media (max-width: 1439px) {#brxe-ofgtmw {font-style: normal; text-decoration: none; font-size: 1.2rem; line-height: 2.2rem; transform: translateX(-30px)}#brxe-ofgtmw .bricks-nav-menu {flex-direction: column}#brxe-ofgtmw .bricks-nav-menu > li > a {justify-content: flex-start}#brxe-ofgtmw .bricks-nav-menu > li > .brx-submenu-toggle {justify-content: flex-start}}#brxe-tidwwq {display: flex; flex-direction: column; row-gap: 1rem}#brxe-dvshpx {color: #FFFFFF; font-size: 1.6rem; font-family: "BagossCondensed-TRIAL-Medium"; font-weight: 500; line-height: 2.2rem}@media (max-width: 1599px) {#brxe-dvshpx {color: #f5f5f5}}@media (max-width: 1439px) {#brxe-dvshpx {color: #f5f5f5; font-size: 1.4rem; line-height: 2rem}}@media (max-width: 1023px) {#brxe-dvshpx {font-size: 1.2rem; line-height: 1.8rem}}@media (max-width: 478px) {#brxe-dvshpx {font-size: 1.2rem; line-height: 1.8rem}}#brxe-lqatow {color: #A3A3A3; font-size: 1.4rem; line-height: 2.4rem; font-family: "Inter"; font-weight: 500; transform: translateX(-30px)}#brxe-lqatow .bricks-nav-menu {flex-direction: column}#brxe-lqatow .bricks-nav-menu > li > a {justify-content: flex-start}#brxe-lqatow .bricks-nav-menu > li > .brx-submenu-toggle {justify-content: flex-start}@media (max-width: 1439px) {#brxe-lqatow {font-style: normal; text-decoration: none; font-size: 1.2rem; line-height: 2.2rem; transform: translateX(-30px)}#brxe-lqatow .bricks-nav-menu {flex-direction: column}#brxe-lqatow .bricks-nav-menu > li > a {justify-content: flex-start}#brxe-lqatow .bricks-nav-menu > li > .brx-submenu-toggle {justify-content: flex-start}}@media (max-width: 478px) {#brxe-lqatow {line-height: 1.8rem}}#brxe-ibjyyt {display: flex; flex-direction: column; row-gap: 1rem}#brxe-zedygw {color: #FFFFFF; font-size: 1.6rem; font-family: "BagossCondensed-TRIAL-Medium"; font-weight: 500; line-height: 2.2rem}@media (max-width: 1599px) {#brxe-zedygw {color: #f5f5f5}}@media (max-width: 1439px) {#brxe-zedygw {color: #f5f5f5; font-size: 1.4rem; line-height: 2rem}}@media (max-width: 1023px) {#brxe-zedygw {font-size: 1.2rem; line-height: 1.8rem}}@media (max-width: 478px) {#brxe-zedygw {font-size: 1.2rem; line-height: 1.8rem}}#brxe-nynttn {color: #A3A3A3; font-size: 1.4rem; line-height: 2.4rem; font-family: "Inter"; font-weight: 500; transform: translateX(-30px)}#brxe-nynttn .bricks-nav-menu {flex-direction: column}#brxe-nynttn .bricks-nav-menu > li > a {justify-content: flex-start}#brxe-nynttn .bricks-nav-menu > li > .brx-submenu-toggle {justify-content: flex-start}@media (max-width: 1439px) {#brxe-nynttn {font-style: normal; text-decoration: none; font-size: 1.2rem; line-height: 2.2rem; transform: translateX(-30px)}#brxe-nynttn .bricks-nav-menu {flex-direction: column}#brxe-nynttn .bricks-nav-menu > li > a {justify-content: flex-start}#brxe-nynttn .bricks-nav-menu > li > .brx-submenu-toggle {justify-content: flex-start}}#brxe-smlmub {display: flex; flex-direction: column; row-gap: 1rem}#brxe-lrfnwy {color: #000000; font-size: 1.4rem; line-height: 2rem; font-family: "Inter"; font-weight: 500; background-color: #FFFFFF; border-radius: 8px}#brxe-lrfnwy:hover {background-color: #ff6600; color: #ffff}@media (max-width: 478px) {#brxe-lrfnwy {font-size: 1.2rem; line-height: 1.8rem}}#brxe-uucdbm {color: #FFFFFF; font-size: 1.4rem; line-height: 2rem; font-family: "Inter"; font-weight: 500; border: 1px solid #FFFFFF; border-radius: 8px}#brxe-uucdbm:hover {background-color: #ffff; color: #000000}@media (max-width: 478px) {#brxe-uucdbm {font-size: 1.2rem; line-height: 1.8rem}}#brxe-wkcccf {display: flex; flex-direction: column; row-gap: 1rem}@media (max-width: 478px) {#brxe-wkcccf {row-gap: 0.8rem}}#brxe-jguomw {row-gap: 3.2rem; width: 23%}@media (max-width: 1439px) {#brxe-jguomw {row-gap: 15px}}@media (max-width: 478px) {#brxe-jguomw {width: 46%; row-gap: 15px}}#brxe-oamqib {color: #FFFFFF; font-size: 1.8rem; font-family: "BagossCondensed-TRIAL-Medium"; font-weight: 500; line-height: 2.4rem}@media (max-width: 1599px) {#brxe-oamqib {color: #f5f5f5}}@media (max-width: 1439px) {#brxe-oamqib {color: #f5f5f5; font-size: 1.6rem; line-height: 2.2rem}}@media (max-width: 1023px) {#brxe-oamqib {font-size: 1.4rem; line-height: 2rem}}#brxe-cjwrel.horizontal .line {border-top-color: #E5C9FF47}#brxe-cjwrel.vertical .line {border-right-color: #E5C9FF47}#brxe-cjwrel .icon {color: #E5C9FF47}#brxe-nemsmj {display: flex; flex-direction: column; width: 100%; row-gap: 0.8rem}#brxe-dycyeg {color: #FFFFFF; font-size: 1.6rem; font-family: "BagossCondensed-TRIAL-Medium"; font-weight: 500; line-height: 2.2rem}@media (max-width: 1599px) {#brxe-dycyeg {color: #f5f5f5}}@media (max-width: 1439px) {#brxe-dycyeg {color: #f5f5f5; font-size: 1.4rem; line-height: 2rem}}@media (max-width: 1023px) {#brxe-dycyeg {font-size: 1.2rem; line-height: 1.8rem}}@media (max-width: 478px) {#brxe-dycyeg {font-size: 1.2rem; line-height: 1.8rem}}#brxe-zgdzga {color: #A3A3A3; font-size: 1.4rem; line-height: 2.4rem; font-family: "Inter"; font-weight: 500; transform: translateX(-30px)}#brxe-zgdzga .bricks-nav-menu {flex-direction: column}#brxe-zgdzga .bricks-nav-menu > li > a {justify-content: flex-start}#brxe-zgdzga .bricks-nav-menu > li > .brx-submenu-toggle {justify-content: flex-start}@media (max-width: 1439px) {#brxe-zgdzga {font-style: normal; text-decoration: none; font-size: 1.2rem; line-height: 2.2rem; transform: translateX(-30px)}#brxe-zgdzga .bricks-nav-menu {flex-direction: column}#brxe-zgdzga .bricks-nav-menu > li > a {justify-content: flex-start}#brxe-zgdzga .bricks-nav-menu > li > .brx-submenu-toggle {justify-content: flex-start}}@media (max-width: 478px) {#brxe-zgdzga {font-size: 1.2rem}}#brxe-wawqgf {display: flex; flex-direction: column; row-gap: 1rem}#brxe-vccujy {color: #FFFFFF; font-size: 1.6rem; font-family: "BagossCondensed-TRIAL-Medium"; font-weight: 500; line-height: 2.2rem}@media (max-width: 1599px) {#brxe-vccujy {color: #f5f5f5}}@media (max-width: 1439px) {#brxe-vccujy {color: #f5f5f5; font-size: 1.4rem; line-height: 2rem}}@media (max-width: 1023px) {#brxe-vccujy {font-size: 1.2rem; line-height: 1.8rem}}@media (max-width: 478px) {#brxe-vccujy {font-size: 1.2rem; line-height: 1.8rem}}#brxe-qqvtqb {color: #A3A3A3; font-size: 1.4rem; line-height: 2.4rem; font-family: "Inter"; font-weight: 500; transform: translateX(-30px)}#brxe-qqvtqb .bricks-nav-menu {flex-direction: column}#brxe-qqvtqb .bricks-nav-menu > li > a {justify-content: flex-start}#brxe-qqvtqb .bricks-nav-menu > li > .brx-submenu-toggle {justify-content: flex-start}@media (max-width: 1439px) {#brxe-qqvtqb {font-style: normal; text-decoration: none; font-size: 1.2rem; line-height: 2.2rem; transform: translateX(-30px)}#brxe-qqvtqb .bricks-nav-menu {flex-direction: column}#brxe-qqvtqb .bricks-nav-menu > li > a {justify-content: flex-start}#brxe-qqvtqb .bricks-nav-menu > li > .brx-submenu-toggle {justify-content: flex-start}}#brxe-gzlugw {display: flex; flex-direction: column; row-gap: 1rem}#brxe-losogd {color: #FFFFFF; font-size: 1.6rem; font-family: "BagossCondensed-TRIAL-Medium"; font-weight: 500; line-height: 2.2rem}@media (max-width: 1599px) {#brxe-losogd {color: #f5f5f5}}@media (max-width: 1439px) {#brxe-losogd {color: #f5f5f5; font-size: 1.4rem; line-height: 2rem}}@media (max-width: 1023px) {#brxe-losogd {font-size: 1.2rem; line-height: 1.8rem}}@media (max-width: 478px) {#brxe-losogd {font-size: 1.2rem; line-height: 1.8rem}}#brxe-nyepnv {color: #A3A3A3; font-size: 1.4rem; line-height: 2.4rem; font-family: "Inter"; font-weight: 500; transform: translateX(-30px)}#brxe-nyepnv .bricks-nav-menu {flex-direction: column}#brxe-nyepnv .bricks-nav-menu > li > a {justify-content: flex-start}#brxe-nyepnv .bricks-nav-menu > li > .brx-submenu-toggle {justify-content: flex-start}@media (max-width: 1439px) {#brxe-nyepnv {font-style: normal; text-decoration: none; font-size: 1.2rem; line-height: 2.2rem; transform: translateX(-30px)}#brxe-nyepnv .bricks-nav-menu {flex-direction: column}#brxe-nyepnv .bricks-nav-menu > li > a {justify-content: flex-start}#brxe-nyepnv .bricks-nav-menu > li > .brx-submenu-toggle {justify-content: flex-start}}#brxe-ausviv {display: flex; flex-direction: column; row-gap: 1rem}#brxe-nzldja {row-gap: 3.2rem; width: 23%}@media (max-width: 1439px) {#brxe-nzldja {row-gap: 15px}}@media (max-width: 478px) {#brxe-nzldja {width: 46%; row-gap: 15px}}#brxe-iqpxen {color: #FFFFFF; font-size: 1.8rem; font-family: "BagossCondensed-TRIAL-Medium"; font-weight: 500; line-height: 2.4rem}@media (max-width: 1599px) {#brxe-iqpxen {color: #f5f5f5}}@media (max-width: 1439px) {#brxe-iqpxen {color: #f5f5f5; font-size: 1.6rem; line-height: 2.2rem}}@media (max-width: 1023px) {#brxe-iqpxen {font-size: 1.4rem; line-height: 2rem}}#brxe-siawgk.horizontal .line {border-top-color: #E5C9FF47}#brxe-siawgk.vertical .line {border-right-color: #E5C9FF47}#brxe-siawgk .icon {color: #E5C9FF47}#brxe-oevitl {display: flex; flex-direction: column; width: 100%; row-gap: 0.8rem}#brxe-irjqlr {color: #FFFFFF; font-size: 1.6rem; font-family: "BagossCondensed-TRIAL-Medium"; font-weight: 500; line-height: 2.2rem}@media (max-width: 1599px) {#brxe-irjqlr {color: #f5f5f5}}@media (max-width: 1439px) {#brxe-irjqlr {color: #f5f5f5; font-size: 1.4rem; line-height: 2rem}}@media (max-width: 1023px) {#brxe-irjqlr {font-size: 1.2rem; line-height: 1.8rem}}@media (max-width: 478px) {#brxe-irjqlr {font-size: 1.2rem; line-height: 1.8rem}}#brxe-grjkgm {color: #A3A3A3; font-size: 1.4rem; line-height: 2.4rem; font-family: "Inter"; font-weight: 500; transform: translateX(-30px)}#brxe-grjkgm .bricks-nav-menu {flex-direction: column}#brxe-grjkgm .bricks-nav-menu > li > a {justify-content: flex-start}#brxe-grjkgm .bricks-nav-menu > li > .brx-submenu-toggle {justify-content: flex-start}@media (max-width: 1439px) {#brxe-grjkgm {font-style: normal; text-decoration: none; font-size: 1.2rem; line-height: 2.2rem; transform: translateX(-30px)}#brxe-grjkgm .bricks-nav-menu {flex-direction: column}#brxe-grjkgm .bricks-nav-menu > li > a {justify-content: flex-start}#brxe-grjkgm .bricks-nav-menu > li > .brx-submenu-toggle {justify-content: flex-start}}@media (max-width: 478px) {#brxe-grjkgm {font-size: 1.2rem}}#brxe-gkilye {display: flex; flex-direction: column; row-gap: 1rem}#brxe-sxmlet {color: #FFFFFF; font-size: 1.6rem; font-family: "BagossCondensed-TRIAL-Medium"; font-weight: 500; line-height: 2.2rem}@media (max-width: 1599px) {#brxe-sxmlet {color: #f5f5f5}}@media (max-width: 1439px) {#brxe-sxmlet {color: #f5f5f5; font-size: 1.4rem; line-height: 2rem}}@media (max-width: 1023px) {#brxe-sxmlet {font-size: 1.2rem; line-height: 1.8rem}}@media (max-width: 478px) {#brxe-sxmlet {font-size: 1.2rem; line-height: 1.8rem}}#brxe-ejzzjc {color: #A3A3A3; font-size: 1.4rem; line-height: 2.4rem; font-family: "Inter"; font-weight: 500; transform: translateX(-30px)}#brxe-ejzzjc .bricks-nav-menu {flex-direction: column}#brxe-ejzzjc .bricks-nav-menu > li > a {justify-content: flex-start}#brxe-ejzzjc .bricks-nav-menu > li > .brx-submenu-toggle {justify-content: flex-start}@media (max-width: 1439px) {#brxe-ejzzjc {font-style: normal; text-decoration: none; font-size: 1.2rem; line-height: 2.2rem; transform: translateX(-30px)}#brxe-ejzzjc .bricks-nav-menu {flex-direction: column}#brxe-ejzzjc .bricks-nav-menu > li > a {justify-content: flex-start}#brxe-ejzzjc .bricks-nav-menu > li > .brx-submenu-toggle {justify-content: flex-start}}#brxe-uzokyt {display: flex; flex-direction: column; row-gap: 1rem}#brxe-zcbkad {color: #FFFFFF; font-size: 1.6rem; font-family: "BagossCondensed-TRIAL-Medium"; font-weight: 500; line-height: 2.2rem}@media (max-width: 1599px) {#brxe-zcbkad {color: #f5f5f5}}@media (max-width: 1439px) {#brxe-zcbkad {color: #f5f5f5; font-size: 1.4rem; line-height: 2rem}}@media (max-width: 1023px) {#brxe-zcbkad {font-size: 1.2rem; line-height: 1.8rem}}@media (max-width: 478px) {#brxe-zcbkad {font-size: 1.2rem; line-height: 1.8rem}}#brxe-mcfeoz {color: #A3A3A3; font-size: 1.4rem; line-height: 2.4rem; font-family: "Inter"; font-weight: 500; transform: translateX(-30px)}#brxe-mcfeoz .bricks-nav-menu {flex-direction: column}#brxe-mcfeoz .bricks-nav-menu > li > a {justify-content: flex-start}#brxe-mcfeoz .bricks-nav-menu > li > .brx-submenu-toggle {justify-content: flex-start}@media (max-width: 1439px) {#brxe-mcfeoz {font-style: normal; text-decoration: none; font-size: 1.2rem; line-height: 2.2rem; transform: translateX(-30px)}#brxe-mcfeoz .bricks-nav-menu {flex-direction: column}#brxe-mcfeoz .bricks-nav-menu > li > a {justify-content: flex-start}#brxe-mcfeoz .bricks-nav-menu > li > .brx-submenu-toggle {justify-content: flex-start}}#brxe-blfush {display: flex; flex-direction: column; row-gap: 1rem}#brxe-muxvnl {row-gap: 3.2rem; width: 23%}@media (max-width: 1439px) {#brxe-muxvnl {row-gap: 15px}}@media (max-width: 478px) {#brxe-muxvnl {width: 46%; row-gap: 15px}}#brxe-hlxjjx {color: #FFFFFF; font-size: 1.8rem; font-family: "BagossCondensed-TRIAL-Medium"; font-weight: 500; line-height: 2.4rem}@media (max-width: 1599px) {#brxe-hlxjjx {color: #f5f5f5}}@media (max-width: 1439px) {#brxe-hlxjjx {color: #f5f5f5; font-size: 1.6rem; line-height: 2.2rem}}@media (max-width: 1023px) {#brxe-hlxjjx {font-size: 1.4rem; line-height: 2rem}}#brxe-jhnkhw.horizontal .line {border-top-color: #E5C9FF47}#brxe-jhnkhw.vertical .line {border-right-color: #E5C9FF47}#brxe-jhnkhw .icon {color: #E5C9FF47}#brxe-ohccbh {display: flex; flex-direction: column; width: 100%; row-gap: 0.8rem}#brxe-ldkmag {color: #FFFFFF; font-size: 1.6rem; font-family: "BagossCondensed-TRIAL-Medium"; font-weight: 500; line-height: 2.2rem}@media (max-width: 1599px) {#brxe-ldkmag {color: #f5f5f5}}@media (max-width: 1439px) {#brxe-ldkmag {color: #f5f5f5; font-size: 1.4rem; line-height: 2rem}}@media (max-width: 1023px) {#brxe-ldkmag {font-size: 1.2rem; line-height: 1.8rem}}@media (max-width: 478px) {#brxe-ldkmag {font-size: 1.2rem; line-height: 1.8rem}}#brxe-dgkxmd {color: #A3A3A3; font-size: 1.4rem; line-height: 2.4rem; font-family: "Inter"; font-weight: 500; transform: translateX(-30px)}#brxe-dgkxmd .bricks-nav-menu {flex-direction: column}#brxe-dgkxmd .bricks-nav-menu > li > a {justify-content: flex-start}#brxe-dgkxmd .bricks-nav-menu > li > .brx-submenu-toggle {justify-content: flex-start}@media (max-width: 1439px) {#brxe-dgkxmd {font-style: normal; text-decoration: none; font-size: 1.2rem; line-height: 2.2rem; transform: translateX(-30px)}#brxe-dgkxmd .bricks-nav-menu {flex-direction: column}#brxe-dgkxmd .bricks-nav-menu > li > a {justify-content: flex-start}#brxe-dgkxmd .bricks-nav-menu > li > .brx-submenu-toggle {justify-content: flex-start}}@media (max-width: 478px) {#brxe-dgkxmd {font-size: 1.2rem}}#brxe-wydfeh {display: flex; flex-direction: column; row-gap: 1rem}#brxe-tbbben {color: #FFFFFF; font-size: 1.6rem; font-family: "BagossCondensed-TRIAL-Medium"; font-weight: 500; line-height: 2.2rem}@media (max-width: 1599px) {#brxe-tbbben {color: #f5f5f5}}@media (max-width: 1439px) {#brxe-tbbben {color: #f5f5f5; font-size: 1.4rem; line-height: 2rem}}@media (max-width: 1023px) {#brxe-tbbben {font-size: 1.2rem; line-height: 1.8rem}}@media (max-width: 478px) {#brxe-tbbben {font-size: 1.2rem; line-height: 1.8rem}}#brxe-mknjrw h1 {color: #ffffff; font-family: "Inter"; font-weight: 500; font-size: 14px; line-height: 2}#brxe-mknjrw h2 {color: #ffffff; font-family: "Inter"; font-weight: 500; font-size: 14px; line-height: 2}#brxe-mknjrw h3 {color: #ffffff; font-family: "Inter"; font-weight: 500; font-size: 14px; line-height: 2}#brxe-mknjrw h4 {color: #ffffff; font-family: "Inter"; font-weight: 500; font-size: 14px; line-height: 2}#brxe-mknjrw h5 {color: #ffffff; font-family: "Inter"; font-weight: 500; font-size: 14px; line-height: 2}#brxe-mknjrw h6 {color: #ffffff; font-family: "Inter"; font-weight: 500; font-size: 14px; line-height: 2}#brxe-mknjrw {flex-direction: row; gap: 10px; font-family: "Inter"; font-weight: 500; color: #A3A3A3; line-height: 2rem; font-size: 1.4rem}#brxe-mknjrw .icon {color: #867b90; background-color: rgba(245, 245, 245, 0); border-radius: 5px}#brxe-mknjrw .icon a {color: #867b90}#brxe-mknjrw .icon i {font-size: 20px}#brxe-mknjrw:hover {color: #f5f5f5}@media (max-width: 1439px) {#brxe-mknjrw {font-size: 1.2rem}}@media (max-width: 1279px) {#brxe-mknjrw svg {height: 25px; width: 25px}}@media (max-width: 991px) {#brxe-mknjrw h1 {font-size: 12px; font-family: "Inter"}#brxe-mknjrw h2 {font-size: 12px; font-family: "Inter"}#brxe-mknjrw h3 {font-size: 12px; font-family: "Inter"}#brxe-mknjrw h4 {font-size: 12px; font-family: "Inter"}#brxe-mknjrw h5 {font-size: 12px; font-family: "Inter"}#brxe-mknjrw h6 {font-size: 12px; font-family: "Inter"}#brxe-mknjrw {gap: 10px}}@media (max-width: 767px) {#brxe-mknjrw h1 {font-size: 12px; font-family: "Inter"; font-weight: 400}#brxe-mknjrw h2 {font-size: 12px; font-family: "Inter"; font-weight: 400}#brxe-mknjrw h3 {font-size: 12px; font-family: "Inter"; font-weight: 400}#brxe-mknjrw h4 {font-size: 12px; font-family: "Inter"; font-weight: 400}#brxe-mknjrw h5 {font-size: 12px; font-family: "Inter"; font-weight: 400}#brxe-mknjrw h6 {font-size: 12px; font-family: "Inter"; font-weight: 400}#brxe-mknjrw .content {align-self: center}}@media (max-width: 478px) {#brxe-mknjrw h1 {font-size: 12px}#brxe-mknjrw h2 {font-size: 12px}#brxe-mknjrw h3 {font-size: 12px}#brxe-mknjrw h4 {font-size: 12px}#brxe-mknjrw h5 {font-size: 12px}#brxe-mknjrw h6 {font-size: 12px}#brxe-mknjrw {line-height: 2rem; font-size: 1.2rem}#brxe-mknjrw .icon i {font-size: 22px}}#brxe-xduwkl {display: flex; align-items: center}@media (max-width: 991px) {#brxe-xduwkl {display: flex}}#brxe-twzynr h1 {color: #ffffff; font-family: "Inter"; font-weight: 500; font-size: 14px; line-height: 2}#brxe-twzynr h2 {color: #ffffff; font-family: "Inter"; font-weight: 500; font-size: 14px; line-height: 2}#brxe-twzynr h3 {color: #ffffff; font-family: "Inter"; font-weight: 500; font-size: 14px; line-height: 2}#brxe-twzynr h4 {color: #ffffff; font-family: "Inter"; font-weight: 500; font-size: 14px; line-height: 2}#brxe-twzynr h5 {color: #ffffff; font-family: "Inter"; font-weight: 500; font-size: 14px; line-height: 2}#brxe-twzynr h6 {color: #ffffff; font-family: "Inter"; font-weight: 500; font-size: 14px; line-height: 2}#brxe-twzynr {flex-direction: row; gap: 10px; font-family: "Inter"; font-weight: 500; color: #A3A3A3; line-height: 2rem; font-size: 1.4rem}#brxe-twzynr .icon {color: #867b90; background-color: rgba(245, 245, 245, 0); border-radius: 5px}#brxe-twzynr .icon a {color: #867b90}#brxe-twzynr .icon i {font-size: 20px}#brxe-twzynr:hover {color: #f5f5f5}@media (max-width: 1439px) {#brxe-twzynr {font-size: 1.2rem}}@media (max-width: 1279px) {#brxe-twzynr svg {height: 25px; width: 25px}}@media (max-width: 991px) {#brxe-twzynr h1 {font-size: 12px; font-family: "Inter"}#brxe-twzynr h2 {font-size: 12px; font-family: "Inter"}#brxe-twzynr h3 {font-size: 12px; font-family: "Inter"}#brxe-twzynr h4 {font-size: 12px; font-family: "Inter"}#brxe-twzynr h5 {font-size: 12px; font-family: "Inter"}#brxe-twzynr h6 {font-size: 12px; font-family: "Inter"}#brxe-twzynr {gap: 10px}}@media (max-width: 767px) {#brxe-twzynr h1 {font-size: 12px; font-family: "Inter"; font-weight: 400}#brxe-twzynr h2 {font-size: 12px; font-family: "Inter"; font-weight: 400}#brxe-twzynr h3 {font-size: 12px; font-family: "Inter"; font-weight: 400}#brxe-twzynr h4 {font-size: 12px; font-family: "Inter"; font-weight: 400}#brxe-twzynr h5 {font-size: 12px; font-family: "Inter"; font-weight: 400}#brxe-twzynr h6 {font-size: 12px; font-family: "Inter"; font-weight: 400}#brxe-twzynr .content {align-self: center}}@media (max-width: 478px) {#brxe-twzynr h1 {font-size: 12px}#brxe-twzynr h2 {font-size: 12px}#brxe-twzynr h3 {font-size: 12px}#brxe-twzynr h4 {font-size: 12px}#brxe-twzynr h5 {font-size: 12px}#brxe-twzynr h6 {font-size: 12px}#brxe-twzynr {line-height: 2rem; font-size: 1.2rem}#brxe-twzynr .icon i {font-size: 22px}}#brxe-kmdkwe {display: flex; align-items: center}@media (max-width: 991px) {#brxe-kmdkwe {display: flex}}#brxe-mhntqx {display: flex; flex-direction: column; row-gap: 1rem}#brxe-anrkmx h1 {color: #ffffff; font-family: "Inter"; font-weight: 500; font-size: 14px; line-height: 2}#brxe-anrkmx h2 {color: #ffffff; font-family: "Inter"; font-weight: 500; font-size: 14px; line-height: 2}#brxe-anrkmx h3 {color: #ffffff; font-family: "Inter"; font-weight: 500; font-size: 14px; line-height: 2}#brxe-anrkmx h4 {color: #ffffff; font-family: "Inter"; font-weight: 500; font-size: 14px; line-height: 2}#brxe-anrkmx h5 {color: #ffffff; font-family: "Inter"; font-weight: 500; font-size: 14px; line-height: 2}#brxe-anrkmx h6 {color: #ffffff; font-family: "Inter"; font-weight: 500; font-size: 14px; line-height: 2}#brxe-anrkmx {flex-direction: row; gap: 10px; font-family: "Inter"; font-weight: 500; color: #A3A3A3; font-size: 1.4rem}#brxe-anrkmx .icon {color: var(--bricks-color-lqvtkf); background-color: rgba(245, 245, 245, 0); border-radius: 5px}#brxe-anrkmx .icon a {color: var(--bricks-color-lqvtkf)}#brxe-anrkmx .icon i {font-size: 20px}#brxe-anrkmx:hover {color: #f5f5f5}@media (max-width: 1439px) {#brxe-anrkmx {font-size: 1.2rem}}@media (max-width: 991px) {#brxe-anrkmx h1 {font-size: 12px; font-family: "Inter"}#brxe-anrkmx h2 {font-size: 12px; font-family: "Inter"}#brxe-anrkmx h3 {font-size: 12px; font-family: "Inter"}#brxe-anrkmx h4 {font-size: 12px; font-family: "Inter"}#brxe-anrkmx h5 {font-size: 12px; font-family: "Inter"}#brxe-anrkmx h6 {font-size: 12px; font-family: "Inter"}#brxe-anrkmx {gap: 10px}}@media (max-width: 767px) {#brxe-anrkmx h1 {font-size: 12px; font-family: "Inter"; font-weight: 400}#brxe-anrkmx h2 {font-size: 12px; font-family: "Inter"; font-weight: 400}#brxe-anrkmx h3 {font-size: 12px; font-family: "Inter"; font-weight: 400}#brxe-anrkmx h4 {font-size: 12px; font-family: "Inter"; font-weight: 400}#brxe-anrkmx h5 {font-size: 12px; font-family: "Inter"; font-weight: 400}#brxe-anrkmx h6 {font-size: 12px; font-family: "Inter"; font-weight: 400}#brxe-anrkmx .content {align-self: center}}@media (max-width: 478px) {#brxe-anrkmx h1 {font-size: 12px}#brxe-anrkmx h2 {font-size: 12px}#brxe-anrkmx h3 {font-size: 12px}#brxe-anrkmx h4 {font-size: 12px}#brxe-anrkmx h5 {font-size: 12px}#brxe-anrkmx h6 {font-size: 12px}#brxe-anrkmx {line-height: 2rem; font-size: 1.2rem; width: 100%}#brxe-anrkmx .icon i {font-size: 22px}}#brxe-htcixe {display: flex; align-items: center; line-height: 2rem}@media (max-width: 991px) {#brxe-htcixe {display: flex}}#brxe-drxiqy h1 {color: #ffffff; font-family: "Inter"; font-weight: 500; font-size: 14px; line-height: 2}#brxe-drxiqy h2 {color: #ffffff; font-family: "Inter"; font-weight: 500; font-size: 14px; line-height: 2}#brxe-drxiqy h3 {color: #ffffff; font-family: "Inter"; font-weight: 500; font-size: 14px; line-height: 2}#brxe-drxiqy h4 {color: #ffffff; font-family: "Inter"; font-weight: 500; font-size: 14px; line-height: 2}#brxe-drxiqy h5 {color: #ffffff; font-family: "Inter"; font-weight: 500; font-size: 14px; line-height: 2}#brxe-drxiqy h6 {color: #ffffff; font-family: "Inter"; font-weight: 500; font-size: 14px; line-height: 2}#brxe-drxiqy {flex-direction: row; gap: 10px; font-family: "Inter"; font-weight: 500; color: #A3A3A3; font-size: 1.4rem}#brxe-drxiqy .icon {color: var(--bricks-color-lqvtkf); background-color: rgba(245, 245, 245, 0); border-radius: 5px}#brxe-drxiqy .icon a {color: var(--bricks-color-lqvtkf)}#brxe-drxiqy .icon i {font-size: 20px}#brxe-drxiqy:hover {color: #f5f5f5}@media (max-width: 1439px) {#brxe-drxiqy {font-size: 1.2rem}}@media (max-width: 991px) {#brxe-drxiqy h1 {font-size: 12px; font-family: "Inter"}#brxe-drxiqy h2 {font-size: 12px; font-family: "Inter"}#brxe-drxiqy h3 {font-size: 12px; font-family: "Inter"}#brxe-drxiqy h4 {font-size: 12px; font-family: "Inter"}#brxe-drxiqy h5 {font-size: 12px; font-family: "Inter"}#brxe-drxiqy h6 {font-size: 12px; font-family: "Inter"}#brxe-drxiqy {gap: 10px}}@media (max-width: 767px) {#brxe-drxiqy h1 {font-size: 12px; font-family: "Inter"; font-weight: 400}#brxe-drxiqy h2 {font-size: 12px; font-family: "Inter"; font-weight: 400}#brxe-drxiqy h3 {font-size: 12px; font-family: "Inter"; font-weight: 400}#brxe-drxiqy h4 {font-size: 12px; font-family: "Inter"; font-weight: 400}#brxe-drxiqy h5 {font-size: 12px; font-family: "Inter"; font-weight: 400}#brxe-drxiqy h6 {font-size: 12px; font-family: "Inter"; font-weight: 400}#brxe-drxiqy .content {align-self: center}}@media (max-width: 478px) {#brxe-drxiqy h1 {font-size: 12px}#brxe-drxiqy h2 {font-size: 12px}#brxe-drxiqy h3 {font-size: 12px}#brxe-drxiqy h4 {font-size: 12px}#brxe-drxiqy h5 {font-size: 12px}#brxe-drxiqy h6 {font-size: 12px}#brxe-drxiqy {line-height: 2rem; font-size: 1.2rem}#brxe-drxiqy .icon i {font-size: 22px}}#brxe-oathup {display: flex; align-items: center; line-height: 2rem}@media (max-width: 991px) {#brxe-oathup {display: flex}}#brxe-qsltqs h1 {color: #ffffff; font-family: "Inter"; font-weight: 500; font-size: 14px; line-height: 2}#brxe-qsltqs h2 {color: #ffffff; font-family: "Inter"; font-weight: 500; font-size: 14px; line-height: 2}#brxe-qsltqs h3 {color: #ffffff; font-family: "Inter"; font-weight: 500; font-size: 14px; line-height: 2}#brxe-qsltqs h4 {color: #ffffff; font-family: "Inter"; font-weight: 500; font-size: 14px; line-height: 2}#brxe-qsltqs h5 {color: #ffffff; font-family: "Inter"; font-weight: 500; font-size: 14px; line-height: 2}#brxe-qsltqs h6 {color: #ffffff; font-family: "Inter"; font-weight: 500; font-size: 14px; line-height: 2}#brxe-qsltqs {flex-direction: row; gap: 10px; font-family: "Inter"; font-weight: 500; color: #A3A3A3; font-size: 1.4rem}#brxe-qsltqs .icon {color: var(--bricks-color-lqvtkf); background-color: rgba(245, 245, 245, 0); border-radius: 5px; align-self: center}#brxe-qsltqs .icon a {color: var(--bricks-color-lqvtkf)}#brxe-qsltqs .icon i {font-size: 20px}#brxe-qsltqs:hover {color: #f5f5f5}@media (max-width: 1439px) {#brxe-qsltqs {font-size: 1.2rem}}@media (max-width: 991px) {#brxe-qsltqs h1 {font-size: 12px; font-family: "Inter"}#brxe-qsltqs h2 {font-size: 12px; font-family: "Inter"}#brxe-qsltqs h3 {font-size: 12px; font-family: "Inter"}#brxe-qsltqs h4 {font-size: 12px; font-family: "Inter"}#brxe-qsltqs h5 {font-size: 12px; font-family: "Inter"}#brxe-qsltqs h6 {font-size: 12px; font-family: "Inter"}#brxe-qsltqs {gap: 10px}}@media (max-width: 767px) {#brxe-qsltqs h1 {font-size: 12px; font-family: "Inter"; font-weight: 400}#brxe-qsltqs h2 {font-size: 12px; font-family: "Inter"; font-weight: 400}#brxe-qsltqs h3 {font-size: 12px; font-family: "Inter"; font-weight: 400}#brxe-qsltqs h4 {font-size: 12px; font-family: "Inter"; font-weight: 400}#brxe-qsltqs h5 {font-size: 12px; font-family: "Inter"; font-weight: 400}#brxe-qsltqs h6 {font-size: 12px; font-family: "Inter"; font-weight: 400}#brxe-qsltqs .content {align-self: center}}@media (max-width: 478px) {#brxe-qsltqs h1 {font-size: 12px}#brxe-qsltqs h2 {font-size: 12px}#brxe-qsltqs h3 {font-size: 12px}#brxe-qsltqs h4 {font-size: 12px}#brxe-qsltqs h5 {font-size: 12px}#brxe-qsltqs h6 {font-size: 12px}#brxe-qsltqs {line-height: 2rem; font-size: 1.2rem}#brxe-qsltqs .icon i {font-size: 22px}}#brxe-ukawci {display: flex; line-height: 2rem; align-items: center}@media (max-width: 991px) {#brxe-ukawci {display: flex}}#brxe-omomyo {color: #FFFFFF; font-size: 1.6rem; font-family: "BagossCondensed-TRIAL-Medium"; font-weight: 500; line-height: 2.2rem}@media (max-width: 1599px) {#brxe-omomyo {color: #f5f5f5}}@media (max-width: 1439px) {#brxe-omomyo {color: #f5f5f5; font-size: 1.4rem; line-height: 2rem}}@media (max-width: 1023px) {#brxe-omomyo {font-size: 1.2rem; line-height: 1.8rem}}@media (max-width: 478px) {#brxe-omomyo {font-size: 1.2rem; line-height: 1.8rem}}#brxe-fzfvmt {display: flex; column-gap: 1rem; flex-direction: column-reverse; row-gap: 1rem}@media (max-width: 1439px) {#brxe-fzfvmt {display: flex}}@media (max-width: 1279px) {#brxe-fzfvmt {justify-content: flex-end}}@media (max-width: 1023px) {#brxe-fzfvmt {row-gap: 0.5rem}}@media (max-width: 478px) {#brxe-fzfvmt {row-gap: 1.2rem}}#brxe-gkbpqq {color: #ffff; font-size: 1.6rem; font-family: "BagossCondensed-TRIAL-Medium"; font-weight: 500; line-height: 2.2rem}@media (max-width: 1599px) {#brxe-gkbpqq {color: #f5f5f5}}@media (max-width: 1439px) {#brxe-gkbpqq {color: #f5f5f5; font-size: 1.4rem; line-height: 2rem}}@media (max-width: 1023px) {#brxe-gkbpqq {font-size: 1.2rem; line-height: 1.8rem}}@media (max-width: 478px) {#brxe-gkbpqq {font-size: 1.2rem; line-height: 1.8rem}}#brxe-tqugfm {width: 65px; height: 65px}@media (max-width: 1439px) {#brxe-tqugfm {width: 65px; height: 65px}}@media (max-width: 1279px) {#brxe-tqugfm {width: 62px; height: 62px}}@media (max-width: 991px) {#brxe-tqugfm {width: 60px; height: 60px}}@media (max-width: 478px) {#brxe-tqugfm {width: 50px; height: 50px}}#brxe-cnlrba {width: 65px; height: 65px}@media (max-width: 1439px) {#brxe-cnlrba {width: 65px; height: 65px}}@media (max-width: 1279px) {#brxe-cnlrba {width: 62px; height: 62px}}@media (max-width: 991px) {#brxe-cnlrba {width: 60px; height: 60px}}@media (max-width: 478px) {#brxe-cnlrba {width: 50px; height: 50px}}#brxe-yzaltw {width: 65px; height: 65px}@media (max-width: 1439px) {#brxe-yzaltw {width: 65px; height: 65px}}@media (max-width: 1279px) {#brxe-yzaltw {width: 62px; height: 62px}}@media (max-width: 991px) {#brxe-yzaltw {width: 60px; height: 60px}}@media (max-width: 478px) {#brxe-yzaltw {width: 50px; height: 50px}}#brxe-nybyhx {column-gap: 1.5rem; color: #8a8a8f; font-size: 12px; flex-direction: row; display: flex; justify-content: center; align-items: center}@media (max-width: 1439px) {#brxe-nybyhx {display: flex}}@media (max-width: 478px) {#brxe-nybyhx {justify-content: center; align-items: center; column-gap: 1rem}}#brxe-vitngd {display: flex; flex-direction: column; row-gap: 1rem}#brxe-ssvemy {row-gap: 3.2rem; width: 23%}@media (max-width: 1439px) {#brxe-ssvemy {row-gap: 15px}}@media (max-width: 478px) {#brxe-ssvemy {width: 46%; row-gap: 15px}}#brxe-naaljy {flex-direction: row; align-self: center !important; justify-content: space-between}@media (max-width: 1599px) {#brxe-naaljy {width: 100%; flex-direction: row}}@media (max-width: 1439px) {#brxe-naaljy {flex-direction: row; position: relative; column-gap: 40px; row-gap: 40px; width: 100%}}@media (max-width: 1279px) {#brxe-naaljy {max-width: 100%; width: 100%}}@media (max-width: 1023px) {#brxe-naaljy {width: 100%}}@media (max-width: 991px) {#brxe-naaljy {flex-direction: row; flex-wrap: nowrap}}@media (max-width: 478px) {#brxe-naaljy {justify-content: center; flex-wrap: wrap; width: 100%; padding-bottom: 0; column-gap: 1.5rem}}#brxe-srjowm {font-size: 3.8rem; font-family: "BagossCondensed-TRIAL-Medium"; font-weight: 500; color: #FFFFFF; line-height: 4.6rem}@media (max-width: 1439px) {#brxe-srjowm {font-size: 3.4rem; line-height: 4.2rem}}@media (max-width: 1023px) {#brxe-srjowm {font-size: 3rem; line-height: 3.8rem}}@media (max-width: 478px) {#brxe-srjowm {font-size: 2.4rem; line-height: 3.2rem}}#brxe-bpzckm {display: flex; width: 40%}@media (max-width: 478px) {#brxe-bpzckm {width: 90%}}#lead-magnet .form-group:nth-child(1) {width: 81%}#lead-magnet .bricks-button {background-color: #ff6600; font-weight: 500; color: #f5f5f5; font-size: 1.4rem; font-family: "Inter"; line-height: 2rem}#lead-magnet button[type=submit].bricks-button {border-radius: 8px}#lead-magnet label {text-transform: capitalize; font-family: "Inter"; font-weight: 500; color: #ffffff}#lead-magnet .label {text-transform: capitalize; font-family: "Inter"; font-weight: 500; color: #ffffff}#lead-magnet .form-group input {border: 1px solid rgba(166, 68, 255, 0.42); border-radius: 5px 0 0 5px}#lead-magnet .flatpickr {border: 1px solid rgba(166, 68, 255, 0.42); border-radius: 5px 0 0 5px}#lead-magnet select {border: 1px solid rgba(166, 68, 255, 0.42); border-radius: 5px 0 0 5px; color: #9e9e9e; font-family: "Inter"; font-weight: 400; font-size: 1.2rem; line-height: 2rem}#lead-magnet textarea {border: 1px solid rgba(166, 68, 255, 0.42); border-radius: 5px 0 0 5px}#lead-magnet .bricks-button:not([type=submit]) {border: 1px solid rgba(166, 68, 255, 0.42); border-radius: 5px 0 0 5px}#lead-magnet .choose-files {border: 1px solid rgba(166, 68, 255, 0.42); border-radius: 5px 0 0 5px}#lead-magnet ::placeholder {color: #9e9e9e; font-family: "Inter"; font-weight: 400; font-size: 1.2rem; line-height: 2rem}#lead-magnet .submit-button-wrapper {width: 25%; margin-right: 78px; margin-bottom: 0}#lead-magnet { display: flex; justify-content: end; position: relative; padding: 0px 0px;}#lead-magnet .form-group[role="group"] { display: flex; background: #fff; border-radius: 8px; box-shadow: 0 0 15px rgba(162, 89, 255, 0.2); padding: 0px 0; position: relative; transition: box-shadow 0.3s ease; flex-wrap: nowrap;}#lead-magnet input[type="email"] { flex: 1; border: none; outline: none; font-size: 15px; color: #333; padding: 0px 0px; border-radius: 8px; background-color: transparent; box-sizing: border-box; }#lead-magnet input::placeholder { color: #aaa;}#lead-magnet .submit-button-wrapper { position: absolute; top: 38%; right: -70px; transform: translateY(-50%);}#lead-magnet .bricks-button { background: #ff6600; color: #fff; border: none; border-radius: 8px !important; padding: 7px 10px; font-size: 1.4rem; font-weight: 500; line-height: 2.2rem;  display: flex; align-items: end; justify-content:center; cursor: pointer; position: static;  transition: background 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 4px 10px rgba(162, 89, 255, 0.3);}#lead-magnet .bricks-button:hover { background: #e55b00;}#lead-magnet .bricks-button:active,#lead-magnet .bricks-button:focus,#lead-magnet .bricks-button:focus-visible { position: static !important; top: 0 !important; transform: none !important; outline: none;}#lead-magnet .error-message { position: absolute; bottom: -20px; left: 15px; font-size: 13px; color: #ff3b3b;}.lead-magnet-form .form-group { margin-bottom: 20px !important;}@media (max-width: 768px) { #lead-magnet .form-group input { padding-top: 0px !important; padding-bottom: 0px !important; } #lead-magnet { row-gap: 1px; } #lead-magnet .form-group[role="group"] { flex-direction: column; border-radius: 10px; padding: 0px; } #lead-magnet input[type="email"] { border-radius: 15px; padding: 0px 0px; } #lead-magnet .submit-button-wrapper { position: static; transform: none; } #lead-magnet .bricks-button { border-radius: 10px !important; }}@media (max-width: 480px) { #lead-magnet input[type="email"] { padding: 0px 0px; } #lead-magnet .bricks-button { }}#brxe-6fb04b #brxe-3db636 .form-group { margin-bottom: 0px !important;}@media (max-width: 1023px) { #lead-magnet .submit-button-wrapper { margin-top: 0 !important; }}@media (max-width: 1439px) { #lead-magnet .form-group input { border-radius: 5px; padding-top: 5px !important; padding-bottom: 5px !important; }}#lead-magnet .form-group:not(.submit-button-wrapper):not(.message):not(.captcha) {padding-top: 4px; padding-bottom: 7px; padding-left: 10px}@media (max-width: 1599px) {#lead-magnet {text-transform: capitalize}#lead-magnet .form-group:nth-child(1) {width: 82%}#lead-magnet .bricks-button {background-color: #ff6600; font-family: "Inter"; font-weight: 500}#lead-magnet button[type=submit].bricks-button {border-radius: 5px}#lead-magnet label {text-transform: capitalize; font-family: "Inter"; font-weight: 500}#lead-magnet .label {text-transform: capitalize; font-family: "Inter"; font-weight: 500}#lead-magnet .form-group input {border-radius: 5px}#lead-magnet .flatpickr {border-radius: 5px}#lead-magnet select {border-radius: 5px}#lead-magnet textarea {border-radius: 5px}#lead-magnet .bricks-button:not([type=submit]) {border-radius: 5px}#lead-magnet .choose-files {border-radius: 5px}}@media (max-width: 1439px) {#lead-magnet .form-group:nth-child(1) {width: 91%}#lead-magnet .form-group input {border-radius: 5px}#lead-magnet .flatpickr {border-radius: 5px}#lead-magnet select {border-radius: 5px; font-size: 12px; color: #a2a9b0; font-weight: 500}#lead-magnet textarea {border-radius: 5px}#lead-magnet .bricks-button:not([type=submit]) {border-radius: 5px}#lead-magnet .choose-files {border-radius: 5px}#lead-magnet ::placeholder {font-size: 12px; color: #a2a9b0; font-weight: 500}#lead-magnet label {color: #ffffff; font-weight: 500; font-family: "Inter"; text-transform: capitalize}#lead-magnet .label {color: #ffffff; font-weight: 500; font-family: "Inter"; text-transform: capitalize}#lead-magnet .bricks-button {background-color: #ff6600; color: #ffffff; font-size: 1.2rem; line-height: 1.8rem}#lead-magnet button[type=submit].bricks-button {border-radius: 5px}#lead-magnet .form-group:not(.submit-button-wrapper):not(.message):not(.captcha) {padding-top: 3px; padding-bottom: 3px}#lead-magnet .submit-button-wrapper {width: 27%}}@media (max-width: 1279px) {#lead-magnet .form-group:nth-child(1) {width: 85%}#lead-magnet .submit-button-wrapper {width: 28%}}@media (max-width: 1023px) {#lead-magnet .form-group:nth-child(1) {width: 95%}#lead-magnet ::placeholder {font-size: 11px}#lead-magnet select {font-size: 11px}#lead-magnet label {font-size: 10px}#lead-magnet .label {font-size: 10px}#lead-magnet .submit-button-wrapper {width: 30%}}@media (max-width: 767px) {#lead-magnet {margin-top: 0}#lead-magnet .submit-button-wrapper {margin-right: 0}}@media (max-width: 478px) {#lead-magnet .form-group:nth-child(1) {width: 100%}#lead-magnet {position: static; margin-top: 0; padding-top: 0; padding-right: 0; padding-left: 0; justify-content: flex-start}#lead-magnet .bricks-button {font-size: 1.4rem; line-height: 2.4rem; text-align: center; font-family: "Inter"; font-weight: 500}#lead-magnet .submit-button-wrapper {margin-top: 0; width: 100%}#lead-magnet ::placeholder {font-size: 1.2rem; font-family: "Inter"; font-weight: 500; line-height: 2rem}#lead-magnet select {font-size: 1.2rem; font-family: "Inter"; font-weight: 500; line-height: 2rem}}@media (max-width: 374px) {#lead-magnet ::placeholder {font-size: 10px}#lead-magnet select {font-size: 10px}#lead-magnet .bricks-button {font-size: 12px}}#brxe-emvyin {color: #CDCDCD; font-size: 1.4rem; line-height: 2rem; font-family: "Inter"; font-weight: 400; width: 81%; align-self: flex-end}@media (max-width: 1599px) {#brxe-emvyin {width: 82%}}@media (max-width: 1439px) {#brxe-emvyin {font-size: 1.2rem; line-height: 1.8rem; width: 90%}}@media (max-width: 1279px) {#brxe-emvyin {width: 84%}}@media (max-width: 1023px) {#brxe-emvyin {width: 94%}}@media (max-width: 478px) {#brxe-emvyin {width: 100%}}#brxe-ecxozu {display: flex; width: 40%; flex-direction: column}@media (max-width: 1279px) {#brxe-ecxozu {width: 41%}}@media (max-width: 1023px) {#brxe-ecxozu {width: 44%}}@media (max-width: 991px) {#brxe-ecxozu {width: 45%}}@media (max-width: 478px) {#brxe-ecxozu {width: 90%; justify-content: flex-start; align-items: flex-start}}#brxe-cclool {padding-top: 20px; padding-bottom: 20px; border-top: 1px solid #E5C9FF47; max-width: 100%; width: 100%; flex-direction: row; justify-content: space-between; align-items: center; margin-top: 1.5rem}@media (max-width: 1599px) {#brxe-cclool {padding-top: 20px; padding-bottom: 20px; justify-content: space-between; align-items: center}}@media (max-width: 1439px) {#brxe-cclool {align-items: center; padding-top: 20px; padding-bottom: 20px; flex-direction: row; justify-content: space-between; position: relative}}@media (max-width: 1279px) {#brxe-cclool {justify-content: space-between; align-items: center; max-width: 100%; width: 100%}}@media (max-width: 991px) {#brxe-cclool {flex-direction: row}}@media (max-width: 767px) {#brxe-cclool {flex-direction: row}}@media (max-width: 478px) {#brxe-cclool {row-gap: 20px; justify-content: center; padding-top: 10px; padding-bottom: 10px; margin-top: 1rem}}@media (max-width: 374px) {#brxe-cclool {justify-content: center}}#brxe-razrdj {height: 40px; width: 40px; font-size: 30px}@media (max-width: 1439px) {#brxe-razrdj {color: #f5f5f5; fill: #f5f5f5; font-size: 25px}}@media (max-width: 991px) {#brxe-razrdj {font-size: 20px}}@media (max-width: 767px) {#brxe-razrdj {font-size: 18px}}#brxe-jtmqlt {height: 40px; width: 40px; font-size: 30px}@media (max-width: 1439px) {#brxe-jtmqlt {color: #f5f5f5; fill: #f5f5f5; font-size: 25px}}@media (max-width: 991px) {#brxe-jtmqlt {font-size: 20px}}@media (max-width: 767px) {#brxe-jtmqlt {font-size: 18px}}#brxe-ptmhpf {height: 40px; width: 40px; font-size: 30px}@media (max-width: 1439px) {#brxe-ptmhpf {color: #f5f5f5; fill: #f5f5f5; font-size: 25px}}@media (max-width: 991px) {#brxe-ptmhpf {font-size: 20px}}@media (max-width: 767px) {#brxe-ptmhpf {font-size: 18px}}#brxe-htokan {height: 40px; width: 40px; font-size: 30px}@media (max-width: 1439px) {#brxe-htokan {color: #f5f5f5; fill: #f5f5f5; font-size: 25px}}@media (max-width: 991px) {#brxe-htokan {font-size: 20px}}@media (max-width: 767px) {#brxe-htokan {font-size: 18px}}#brxe-janiaj {display: flex; column-gap: 2rem}@media (max-width: 478px) {#brxe-janiaj {column-gap: 2rem}}#brxe-htdjkv {display: flex; width: 45%}@media (max-width: 478px) {#brxe-htdjkv {width: 100%; justify-content: center}}#brxe-nepaln {color: #f5f5f5; font-size: 1.4rem; font-family: "BagossCondensed-TRIAL-Medium"; font-weight: 500; line-height: 2rem}@media (max-width: 1599px) {#brxe-nepaln {color: #f5f5f5}}@media (max-width: 1439px) {#brxe-nepaln {color: #f5f5f5}}@media (max-width: 1023px) {#brxe-nepaln {font-size: 1.2rem; line-height: 1.8rem}}@media (max-width: 478px) {#brxe-nepaln {font-size: 1.2rem; line-height: 1.8rem}}#brxe-hpxrul {display: flex; flex-direction: row}#brxe-axqcud {width: 13rem}@media (max-width: 1599px) {#brxe-axqcud {width: 12.5rem}}@media (max-width: 478px) {#brxe-axqcud {width: 12rem}}#brxe-piedid {width: 100%; width: 13rem}@media (max-width: 1599px) {#brxe-piedid {width: 12.5rem}}@media (max-width: 478px) {#brxe-piedid {width: 12rem}}#brxe-qdfooe {display: flex; flex-direction: row; justify-content: flex-end; column-gap: 1.2rem}@media (max-width: 1439px) {#brxe-qdfooe {column-gap: 1rem}}#brxe-hcnejg {display: flex; justify-content: flex-end; column-gap: 1rem; width: 40%; align-self: flex-end !important; align-items: center}@media (max-width: 1599px) {#brxe-hcnejg {column-gap: 1.2rem}}@media (max-width: 1439px) {#brxe-hcnejg {column-gap: 1rem}}@media (max-width: 478px) {#brxe-hcnejg {width: 100%; flex-direction: column; row-gap: 1.2rem; justify-content: center}}#brxe-qvjxgg {padding-top: 20px; padding-bottom: 20px; border-top: 1px solid #E5C9FF47; max-width: 100%; flex-direction: row; justify-content: space-between; align-items: center; margin-top: 1.5rem; align-self: center !important}@media (max-width: 1599px) {#brxe-qvjxgg {padding-top: 20px; padding-bottom: 20px; justify-content: space-between; align-items: center}}@media (max-width: 1439px) {#brxe-qvjxgg {align-items: center; padding-top: 20px; padding-bottom: 20px; flex-direction: row; justify-content: space-between; position: relative}}@media (max-width: 1279px) {#brxe-qvjxgg {justify-content: space-between; align-items: center; max-width: 100%; width: 100%}}@media (max-width: 767px) {#brxe-qvjxgg {flex-direction: row}}@media (max-width: 478px) {#brxe-qvjxgg {row-gap: 20px; flex-direction: column; justify-content: center; align-items: center; padding-top: 10px; padding-bottom: 10px; margin-top: 1rem}}@media (max-width: 374px) {#brxe-qvjxgg {justify-content: center}}#brxe-guzlax {flex-direction: column; max-width: 100%; width: 100%; justify-content: center; flex-wrap: nowrap; background-image: linear-gradient(-160deg, #2a163c, #1b1125, #2c173f); padding-top: 5rem; padding-right: 6.5rem; padding-bottom: 3rem; padding-left: 6.5rem; border-radius: 15px; box-shadow: 0 12px 60px 10px hsla(0, 0%, 0%, 0.2)}.footer_top { transition: transform 1s ease-out; position: relative; z-index: 3000; padding-top: 48px;}@media (max-width: 1599px) {#brxe-guzlax {flex-direction: row; justify-content: center; flex-wrap: wrap}}@media (max-width: 1439px) {#brxe-guzlax {flex-direction: row; flex-wrap: wrap; justify-content: center; padding-top: 4.5rem; padding-right: 6rem; padding-bottom: 2.5rem; padding-left: 6rem}}@media (max-width: 1279px) {#brxe-guzlax {flex-direction: row; justify-content: center}}@media (max-width: 1023px) {#brxe-guzlax {padding-top: 4rem; padding-right: 5rem; padding-bottom: 2rem; padding-left: 5rem}}@media (max-width: 767px) {#brxe-guzlax {padding-top: 2rem; padding-right: 3.5rem; padding-bottom: 2rem; padding-left: 3.5rem}}@media (max-width: 478px) {#brxe-guzlax {padding-right: 1.5rem; padding-left: 1.5rem}}#brxe-gnlbis {width: 95%; padding-bottom: 2rem}.footer_logo { position: sticky; bottom: 0; z-index: 2000; display: flex; flex-direction: column; align-items: center; justify-content: center; }@media (max-width: 1439px) {#brxe-gnlbis {padding-bottom: 1rem}}@media (max-width: 1023px) {#brxe-gnlbis {padding-bottom: 0}}@media (max-width: 478px) {#brxe-gnlbis {padding-bottom: 0.8rem}}#brxe-bwxgzi {color: #ffffff; font-size: 1.2rem}@media (max-width: 1439px) {#brxe-bwxgzi {color: #ffffff; font-size: 12px; font-family: "Inter"}}@media (max-width: 767px) {#brxe-bwxgzi {margin-bottom: 0.8rem}}@media (max-width: 478px) {#brxe-bwxgzi {color: #8a8a8f}}#brxe-imhgfr {color: #ffffff; font-size: 1.2rem; font-family: "Inter"; font-weight: 400}.powered-by { font-size: 12px; color: #FF6600; text-decoration: none;}.powered-by strong { font-weight: bold; color: #FF6600; }.powered-by:hover { color: #fff;}@media (max-width: 1439px) {#brxe-imhgfr {color: #ffffff; font-size: 12px}}@media (max-width: 478px) {#brxe-imhgfr {color: #8a8a8f}}#brxe-yuffyq {flex-direction: column; justify-content: space-between; align-items: center; padding-bottom: 2rem}@media (max-width: 1439px) {#brxe-yuffyq {align-items: center; flex-direction: column; justify-content: space-between; position: relative; padding-bottom: 1.5rem}}@media (max-width: 1279px) {#brxe-yuffyq {max-width: 100%; width: 100%}}@media (max-width: 767px) {#brxe-yuffyq {flex-direction: column}}@media (max-width: 478px) {#brxe-yuffyq {flex-direction: column-reverse; row-gap: 10px; padding-bottom: 1rem}}:where(#brxe-jldszb > *:not(figcaption)) {position: relative}#brxe-jldszb::before {background-image: linear-gradient(-160deg, #1c1125, #191021); position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none}#brxe-jldszb {background-attachment: scroll; background-repeat: no-repeat; justify-content: flex-end; row-gap: 3rem; border-radius: 15px; position: relative}@media (max-width: 1599px) {#brxe-jldszb {margin-top: 10rem}}