 html {
   scroll-behavior: smooth
 }
 :root {}
 html {
   background-color: #070707
 }
 body {
   background: none
 }
 body {
   font-family: "Neue Haas"
 }
 h1, h2, h3, h4, h5, h6 {
   font-family: "Neue Haas"
 }
 .brxe-text {
   font-family: "Neue Haas"
 }
 .brxe-text-basic {
   font-family: "Neue Haas"
 }
 h1, h2, h3, h4, h5, h6, .brxe-text-basic, .brxe-text {
   font-family: "Neue Haas", sans-serif !important;
 }
 body.bricks-is-frontend :focus {
   outline: none;
 }
 html::-webkit-scrollbar {
   display: none;
 }
 html {
   -ms-overflow-style: none;
   scrollbar-width: none;
 }
 body, html {
   user-select: none;
 }
 #brxe-zdsdqd {
   width: fit-content;
 }
 .language-switcher {
   display: flex;
   background-color: rgb(0, 0, 0, 0.6);
   backdrop-filter: blur(4px);
   border-radius: 50vw;
   border: 1px solid #ffffff;
   overflow: hidden;
   width: fit-content;
   padding: 0.3vw;
   border-color: #404040;
 }
 .switch-language {
   padding-top: 0.5vw;
   padding-bottom: 0.5vw;
   padding-left: 1vw;
   padding-right: 1vw;
   background: none;
   border: none;
   color: white;
   font-size: 0.9vw !important;
   font-weight: 400;
   flex: 1;
   text-align: center;
   transition: background-color 0.3s ease, transform 0.3s ease;
 }
 .switch-language:nth-child(1) {
   background-color: transparent;
   transform: scale(1);
   border-top-left-radius: 30px;
   border-bottom-left-radius: 30px;
 }
 .switch-language:nth-child(2) {
   background-color: transparent;
   transform: scale(1);
   border-top-right-radius: 30px;
   border-bottom-right-radius: 30px;
 }
 .switch-language:nth-child(1):hover {
   background-color: #333;
   transform: scale(1.05);
   border-top-left-radius: 30px;
   border-bottom-left-radius: 30px;
 }
 .switch-language:nth-child(2):hover {
   background-color: #333;
   transform: scale(1.03);
   border-top-right-radius: 30px;
   border-bottom-right-radius: 30px;
 }
 .switch-language:hover ~ .switch-language.active, .switch-language.active:hover ~ .switch-language {
   background-color: #1a1a1a;
   color: white;
   transform: scale(1.03);
 }
 .switch-language.active:hover {
   background-color: #444;
   color: white;
   transform: scale(1.03);
 }
 @media (max-width: 478px) {
   #brxe-zdsdqd {
     width: fit-content;
   }
   .language-switcher {
     display: flex;
     background-color: rgb(0, 0, 0, 0.6);
     backdrop-filter: blur(4px);
     border-radius: 50vw;
     border: 1px solid #ffffff;
     overflow: hidden;
     width: fit-content;
     padding: 0.9vw;
     border-color: #404040;
   }
   .switch-language {
     padding-top: 1.5vw;
     padding-bottom: 1vw;
     padding-left: 3vw;
     padding-right: 3vw;
     background: none;
     border: none;
     color: white;
     font-size: 2.75vw !important;
     font-weight: 400;
     flex: 1;
     text-align: center;
     transition: background-color 0.3s ease, transform 0.3s ease;
   }
   .switch-language:nth-child(1) {
     background-color: transparent;
     transform: scale(1);
     border-top-left-radius: 30px;
     border-bottom-left-radius: 30px;
   }
   .switch-language:nth-child(2) {
     background-color: transparent;
     transform: scale(1);
     border-top-right-radius: 30px;
     border-bottom-right-radius: 30px;
   }
   .switch-language:nth-child(1):hover {
     background-color: #333;
     transform: scale(1.05);
     border-top-left-radius: 30px;
     border-bottom-left-radius: 30px;
   }
   .switch-language:nth-child(2):hover {
     background-color: #333;
     transform: scale(1.03);
     border-top-right-radius: 30px;
     border-bottom-right-radius: 30px;
   }
   .switch-language:hover ~ .switch-language.active, .switch-language.active:hover ~ .switch-language {
     background-color: #1a1a1a;
     color: white;
     transform: scale(1.03);
   }
   .switch-language.active:hover {
     background-color: #444;
     color: white;
     transform: scale(1.03);
   }
 }
 #brxe-nlkrin {
   width: fit-content;
   position: relative;
   z-index: 0
 }
 @media (max-width: 478px) {
   #brxe-nlkrin {
     z-index: 0
   }
 }
 #brxe-bbtppn {
   background-color: rgba(3, 169, 244, 0);
   width: fit-content;
   align-items: center;
   position: absolute;
   padding-left: 0;
   flex-wrap: nowrap;
   flex-direction: row;
   justify-content: flex-start;
   align-self: center !important;
   left: 0px
 }
 @media (max-width: 478px) {
   #brxe-bbtppn {
     display: none
   }
 }
 #brxe-cmfilb {
   width: fit-content;
 }
 .language-switcher {
   display: flex;
   background-color: rgb(0, 0, 0, 0.6);
   backdrop-filter: blur(4px);
   border-radius: 50vw;
   border: 1px solid #ffffff;
   overflow: hidden;
   width: fit-content;
   padding: 0.3vw;
   border-color: #404040;
 }
 .switch-language {
   padding-top: 0.5vw;
   padding-bottom: 0.5vw;
   padding-left: 1vw;
   padding-right: 1vw;
   background: none;
   border: none;
   color: white;
   font-size: 0.9vw !important;
   font-weight: 400;
   flex: 1;
   text-align: center;
   transition: background-color 0.3s ease, transform 0.3s ease;
 }
 .switch-language:nth-child(1) {
   background-color: transparent;
   transform: scale(1);
   border-top-left-radius: 30px;
   border-bottom-left-radius: 30px;
 }
 .switch-language:nth-child(2) {
   background-color: transparent;
   transform: scale(1);
   border-top-right-radius: 30px;
   border-bottom-right-radius: 30px;
 }
 .switch-language:nth-child(1):hover {
   background-color: #333;
   transform: scale(1.05);
   border-top-left-radius: 30px;
   border-bottom-left-radius: 30px;
 }
 .switch-language:nth-child(2):hover {
   background-color: #333;
   transform: scale(1.03);
   border-top-right-radius: 30px;
   border-bottom-right-radius: 30px;
 }
 .switch-language:hover ~ .switch-language.active, .switch-language.active:hover ~ .switch-language {
   background-color: #1a1a1a;
   color: white;
   transform: scale(1.03);
 }
 .switch-language.active:hover {
   background-color: #444;
   color: white;
   transform: scale(1.03);
 }
 @media (max-width: 478px) {
   #brxe-cmfilb {
     width: fit-content;
   }
   .language-switcher {
     display: flex;
     background-color: rgb(0, 0, 0, 0.6);
     backdrop-filter: blur(4px);
     border-radius: 50vw;
     border: 1px solid #ffffff;
     overflow: hidden;
     width: fit-content;
     padding: 0.9vw;
     border-color: #404040;
   }
   .switch-language {
     padding-top: 1.5vw;
     padding-bottom: 1vw;
     padding-left: 3vw;
     padding-right: 3vw;
     background: none;
     border: none;
     color: white;
     font-size: 2.75vw !important;
     font-weight: 400;
     flex: 1;
     text-align: center;
     transition: background-color 0.3s ease, transform 0.3s ease;
   }
   .switch-language:nth-child(1) {
     background-color: transparent;
     transform: scale(1);
     border-top-left-radius: 30px;
     border-bottom-left-radius: 30px;
   }
   .switch-language:nth-child(2) {
     background-color: transparent;
     transform: scale(1);
     border-top-right-radius: 30px;
     border-bottom-right-radius: 30px;
   }
   .switch-language:nth-child(1):hover {
     background-color: #333;
     transform: scale(1.05);
     border-top-left-radius: 30px;
     border-bottom-left-radius: 30px;
   }
   .switch-language:nth-child(2):hover {
     background-color: #333;
     transform: scale(1.03);
     border-top-right-radius: 30px;
     border-bottom-right-radius: 30px;
   }
   .switch-language:hover ~ .switch-language.active, .switch-language.active:hover ~ .switch-language {
     background-color: #1a1a1a;
     color: white;
     transform: scale(1.03);
   }
   .switch-language.active:hover {
     background-color: #444;
     color: white;
     transform: scale(1.03);
   }
 }
 #brxe-fmvtow {
   width: fit-content;
   position: relative
 }
 @media (max-width: 478px) {
   #brxe-fmvtow {
     z-index: 0
   }
 }
 #brxe-unxfon {
   background-color: rgba(3, 169, 244, 0);
   width: fit-content;
   align-items: center;
   position: absolute;
   padding-left: 0;
   flex-wrap: nowrap;
   flex-direction: row;
   justify-content: flex-start;
   align-self: center !important;
   left: 0px;
   display: none
 }
 @media (max-width: 478px) {
   #brxe-unxfon {
     display: flex
   }
 }
 #brxe-rtxxwt {
   font-size: 0.9vw;
   font-family: "";
   font-weight: 500;
   color: #f5f5f5;
   letter-spacing: -0.02vw;
   position: relative
 }
 #brxe-bbtfja {
   font-size: 0.9vw;
   font-family: "";
   font-weight: 500;
   color: #f5f5f5;
   letter-spacing: -0.02vw
 }
 #brxe-mxxcng {
   width: 100%;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   position: absolute
 }
 #brxe-jydesz {
   width: fit-content !important;
   margin-right: 0;
   margin-left: 0;
   padding-top: 0;
   padding-right: 5px;
   padding-bottom: 0;
   padding-left: 5px;
   background-color: rgba(244, 67, 54, 0);
   position: relative;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   overflow: hidden
 }
 #brxe-kzjmxs {
   font-size: 0.9vw;
   font-family: "";
   font-weight: 500;
   color: #f5f5f5;
   letter-spacing: -0.02vw;
   position: relative
 }
 #brxe-vkfpcd {
   font-size: 0.9vw;
   font-family: "";
   font-weight: 500;
   color: #f5f5f5;
   letter-spacing: -0.02vw
 }
 #brxe-vrxmte {
   width: 100%;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   position: absolute
 }
 #brxe-vfmaok {
   width: fit-content !important;
   margin-right: 0;
   margin-left: 0;
   padding-top: 0;
   padding-right: 5px;
   padding-bottom: 0;
   padding-left: 5px;
   background-color: rgba(244, 67, 54, 0);
   position: relative;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   overflow: hidden
 }
 #brxe-ppkhwv {
   font-size: 0.9vw;
   font-family: "";
   font-weight: 500;
   color: #f5f5f5;
   letter-spacing: -0.02vw;
   position: relative
 }
 #brxe-nqjhxm {
   font-size: 0.9vw;
   font-family: "";
   font-weight: 500;
   color: #f5f5f5;
   letter-spacing: -0.02vw
 }
 #brxe-ypffhr {
   align-items: center;
   justify-content: center;
   align-self: center !important;
   width: 100%;
   position: absolute
 }
 #brxe-rmfeyg {
   width: fit-content !important;
   margin-right: 0;
   margin-left: 0;
   padding-top: 0;
   padding-right: 5px;
   padding-bottom: 0;
   padding-left: 5px;
   background-color: rgba(244, 67, 54, 0);
   position: relative;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   overflow: hidden
 }
 #brxe-rautat {
   width: 8vw;
   align-self: center
 }
 #brxe-rautat {
   cursor: pointer;
 }
 @media (max-width: 478px) {
   #brxe-rautat {
     width: 24vw
   }
 }
 #brxe-rmlypx {
   width: 0.8vw;
   position: relative;
   max-width: 0.8vw
 }
 @media (max-width: 478px) {
   #brxe-rmlypx {
     width: 2vw;
     max-width: 2vw
   }
 }
 #brxe-supuub {
   width: 1.8vw;
   height: 1.8vw;
   align-self: center !important;
   justify-content: center;
   position: absolute;
   align-items: center;
   z-index: 2
 }
 @media (max-width: 478px) {
   #brxe-supuub {
     width: 5.5vw;
     height: 5.5vw
   }
 }
 #brxe-bqgkrj {
   width: 0.8vw;
   position: relative;
   max-width: 0.8vw
 }
 #brxe-bqgkrj:not(.tag), #brxe-bqgkrj img {
   filter: brightness(37%)
 }
 @media (max-width: 478px) {
   #brxe-bqgkrj {
     width: 2vw;
     max-width: 2vw
   }
 }
 #brxe-pnbfsd {
   width: 1.8vw;
   height: 1.8vw;
   align-self: center !important;
   justify-content: center;
   position: absolute;
   align-items: center;
   z-index: 2
 }
 @media (max-width: 478px) {
   #brxe-pnbfsd {
     width: 5.5vw;
     height: 5.5vw
   }
 }
 #brxe-erusge.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-erusge.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-erusge .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-tyaiyn {
   width: 1.8vw;
   height: 1.8vw;
   align-self: center !important;
   justify-content: center;
   position: absolute;
   align-items: center;
   background-color: #f5f5f5
 }
 @media (max-width: 478px) {
   #brxe-tyaiyn {
     width: 5.5vw;
     height: 5.5vw
   }
 }
 #brxe-cztspd.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-cztspd.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-cztspd .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-fiwpon {
   background-color: #1f4f64;
   width: 1.8vw;
   height: 1.8vw;
   align-self: flex-start !important;
   justify-content: center;
   align-items: flex-start;
   position: relative;
   margin-right: 0;
   margin-left: 0;
   border-radius: 0.2vw;
   overflow: hidden
 }
 @media (max-width: 478px) {
   #brxe-fiwpon {
     width: 5.5vw;
     height: 5.5vw
   }
 }
 #brxe-xatqsm {
   position: absolute;
   align-self: center !important;
   justify-content: center;
   align-items: flex-start;
   right: 0px;
   width: 1.8vw;
   height: 1.8vw
 }
 #brxe-xatqsm {
   cursor: pointer;
 }
 @media (max-width: 478px) {
   #brxe-xatqsm {
     width: 5.5vw;
     height: 5.5vw
   }
 }
 #brxe-cakens {
   background-color: rgba(3, 169, 244, 0);
   width: 8vw;
   position: relative;
   flex-direction: row-reverse;
   justify-content: center;
   align-items: center;
   align-self: center !important;
   overflow: hidden
 }
 @media (max-width: 478px) {
   #brxe-cakens {
     width: 24vw
   }
 }
 #brxe-bcscbf {
   font-size: 0.9vw;
   font-family: "";
   font-weight: 500;
   color: #f5f5f5;
   letter-spacing: -0.02vw
 }
 #brxe-nbqsoi {
   font-size: 0.9vw;
   font-family: "";
   font-weight: 500;
   color: #f5f5f5;
   letter-spacing: -0.02vw
 }
 #brxe-spdeur {
   align-items: center;
   justify-content: center;
   align-self: center !important;
   width: 100%;
   position: absolute
 }
 #brxe-twgbak {
   width: fit-content;
   margin-right: 0;
   margin-left: 0;
   padding-top: 0;
   padding-right: 5px;
   padding-bottom: 0;
   padding-left: 5px;
   background-color: rgba(244, 67, 54, 0);
   position: relative;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   overflow: hidden
 }
 #brxe-gejrbp {
   font-size: 0.9vw;
   font-family: "";
   font-weight: 500;
   color: #f5f5f5;
   letter-spacing: -0.02vw
 }
 #brxe-isbxmo {
   font-size: 0.9vw;
   font-family: "";
   font-weight: 500;
   color: #f5f5f5;
   letter-spacing: -0.02vw
 }
 #brxe-shudol {
   width: 100%;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   position: absolute
 }
 #brxe-hwkaog {
   width: fit-content;
   margin-right: 0;
   margin-left: 0;
   padding-top: 0;
   padding-right: 5px;
   padding-bottom: 0;
   padding-left: 5px;
   background-color: rgba(244, 67, 54, 0);
   position: relative;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   overflow: hidden
 }
 #brxe-hmhtkh {
   font-size: 0.9vw;
   font-family: "";
   font-weight: 500;
   color: #f5f5f5;
   letter-spacing: -0.02vw
 }
 #brxe-wezqiu {
   font-size: 0.9vw;
   font-family: "";
   font-weight: 500;
   color: #f5f5f5;
   letter-spacing: -0.02vw
 }
 #brxe-kkszdt {
   width: 100%;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   position: absolute
 }
 #brxe-kvjorn {
   width: fit-content;
   margin-right: 0;
   margin-left: 0;
   padding-top: 0;
   padding-right: 5px;
   padding-bottom: 0;
   padding-left: 5px;
   background-color: rgba(244, 67, 54, 0);
   position: relative;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   overflow: hidden
 }


 #brxe-rfxifl {
   width: 3vw;
   height: 3vw;
   position: absolute;
   background-color: #194052;
   z-index: 0
 }
 @media (max-width: 478px) {
   #brxe-rfxifl {
     width: 9vw;
     height: 9vw
   }
 }
 #brxe-ecfdsm {
   width: 3vw;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   background-color: #1f4f64;
   margin-right: 0;
   margin-left: 0;
   height: 3vw;
   border-radius: 10vw;
   position: relative;
   overflow: hidden;
   z-index: 1
 }
 #brxe-ecfdsm .abs-bg-header-isra {
   transition: all 0.3s ease-in-out;
   transform: scale(0);
 }
 #brxe-ecfdsm:hover .abs-bg-header-isra {
   transform: scale(1);
 }
 #brxe-ecfdsm {
   cursor: pointer;
   transition: all 0.3s ease-in-out;
   transform: scale(1);
 }
 #brxe-ecfdsm:hover {
   transform: scale(0.96);
 }
 @media (max-width: 478px) {
   #brxe-ecfdsm {
     width: 9vw;
     height: 9vw
   }
 }
 #brxe-ucfvlq {
   background-color: rgba(3, 169, 244, 0);
   width: fit-content;
   justify-content: center;
   align-items: center;
   align-self: center !important;
   flex-direction: row;
   right: 0px;
   position: absolute
 }
 @media (max-width: 478px) {
   #brxe-ucfvlq {
     display: none
   }
 }
 #brxe-zntfzl {
   width: 45%;
   margin-top: 5%;
   margin-left: 2%;
   z-index: 3
 }
 @media (max-width: 478px) {
   #brxe-zntfzl {
     width: 45%
   }
 }
 #brxe-jhzmcd {
   width: 3vw;
   height: 3vw;
   position: absolute;
   background-color: #194052;
   z-index: 0
 }
 @media (max-width: 478px) {
   #brxe-jhzmcd {
     width: 9vw;
     height: 9vw
   }
 }
 #brxe-qoobtx {
   width: 3vw;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   background-color: #1f4f64;
   margin-right: 0;
   margin-left: 0;
   height: 3vw;
   border-radius: 10vw;
   position: relative;
   overflow: hidden;
   z-index: 1
 }
 #brxe-qoobtx .abs-bg-header-isra {
   transition: all 0.3s ease-in-out;
   transform: scale(0);
 }
 #brxe-qoobtx:hover .abs-bg-header-isra {
   transform: scale(1);
 }
 #brxe-qoobtx {
   cursor: pointer;
   transition: all 0.3s ease-in-out;
   transform: scale(1);
 }
 #brxe-qoobtx:hover {
   transform: scale(0.96);
 }
 @media (max-width: 478px) {
   #brxe-qoobtx {
     width: 9vw;
     height: 9vw
   }
 }
 #brxe-qpdsdk {
   background-color: rgba(3, 169, 244, 0);
   width: fit-content;
   justify-content: center;
   align-items: center;
   align-self: center !important;
   flex-direction: row;
   right: 0px;
   position: absolute;
   display: none
 }
 @media (max-width: 478px) {
   #brxe-qpdsdk {
     display: flex
   }
 }
 #brxe-zdvayq {
   background-color: rgba(244, 67, 54, 0);
   width: 100vw;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   align-self: center !important;
   flex-wrap: nowrap;
   position: relative
 }
 #brxe-zdvayq > .brxe-container {
   margin-right: 0;
   margin-left: 0
 }
 #brxe-zdvayq > .brxe-block {
   margin-right: 0;
   margin-left: 0
 }
 #brxe-zdvayq > .brxe-div {
   margin-right: 0;
   margin-left: 0
 }
 #brxe-vagwnj {
   width: 100%;
   background-position: center center;
   position: fixed;
   top: 0px;
   padding-right: 2vw;
   padding-left: 2vw;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   margin-top: 1vh;
   z-index: 10
 }
 #brxe-vagwnj > .brxe-container {
   padding-right: 0;
   padding-left: 0
 }
 #brxe-vagwnj > .brxe-block {
   padding-right: 0;
   padding-left: 0
 }
 #brxe-vagwnj > .brxe-div {
   padding-right: 0;
   padding-left: 0
 }
 #brxe-vagwnj .but-header {
   cursor: pointer;
 }
 #brxe-69d897 {
   color: #f5f5f5;
   font-size: 1.2vw;
   font-family: "";
   font-weight: 300;
   letter-spacing: 2px;
   line-height: 1.3vw;
   text-align: left
 }
 @media (max-width: 478px) {
   #brxe-69d897 {
     font-size: 3.5vw;
     line-height: 3.5vw;
     text-align: center
   }
 }
 #brxe-531810 {
   margin-bottom: 0.4vh;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   position: relative;
   overflow: hidden
 }
 #brxe-d06b05 {
   color: #f5f5f5;
   font-size: 6.5vw;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.3vw;
   line-height: 6vw;
   text-align: left
 }
 @media (max-width: 478px) {
   #brxe-d06b05 {
     font-size: 11.5vw;
     line-height: 12vw;
     letter-spacing: -0.15vw;
     text-align: center;
     align-self: center;
     padding-bottom: 1vh
   }
 }
 #brxe-916f47 {
   align-self: center !important;
   justify-content: center;
   align-items: center;
   position: relative;
   overflow: hidden;
   width: 100%
 }
 @media (max-width: 478px) {
   #brxe-916f47 {
     margin-bottom: 1vh
   }
 }
 #brxe-b31b46 {
   font-size: 1vw;
   color: #f5f5f5;
   font-family: "";
   line-height: 1vw;
   font-weight: 300;
   text-align: center;
   width: 30%;
   align-self: center;
   position: relative;
   margin-top: 1vh
 }
 @media (max-width: 991px) {
   #brxe-b31b46 {
     font-size: 12px;
     line-height: 12px;
     width: 35%
   }
 }
 @media (max-width: 478px) {
   #brxe-b31b46 {
     font-size: 12px;
     line-height: 13px;
     width: 94%;
     margin-top: 0.5vh;
     margin-bottom: 3vh;
     display: none
   }
 }
 #brxe-cadb21 {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 @media (max-width: 478px) {
   #brxe-cadb21 {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-fc8f00 {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 @media (max-width: 478px) {
   #brxe-fc8f00 {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-851644 {
   color: #9e9e9e;
   font-size: 1VW;
   font-family: "";
   font-weight: 400;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left
 }
 @media (max-width: 478px) {
   #brxe-851644 {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-ef7ff3 {
   flex-direction: row;
   column-gap: 0.2vw;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   width: fit-content;
   margin-right: 0;
   margin-left: 0
 }
 @media (max-width: 478px) {
   #brxe-ef7ff3 {
     width: fit-content;
     margin-right: 0;
     margin-left: 0;
     align-items: flex-start;
     align-self: flex-start !important;
     justify-content: flex-start
   }
 }
 #brxe-fd8707 {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 @media (max-width: 478px) {
   #brxe-fd8707 {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-f269ae {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 @media (max-width: 478px) {
   #brxe-f269ae {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-8bbc86 {
   color: #9e9e9e;
   font-size: 1VW;
   font-family: "";
   font-weight: 400;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left
 }
 @media (max-width: 478px) {
   #brxe-8bbc86 {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-e82b2b {
   flex-direction: row;
   column-gap: 0.2vw;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   flex-wrap: nowrap;
   width: fit-content;
   margin-right: 0;
   margin-left: 0
 }
 @media (max-width: 478px) {
   #brxe-e82b2b {
     width: fit-content;
     margin-right: 0;
     margin-left: 0
   }
 }
 #brxe-a3b353 {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 @media (max-width: 478px) {
   #brxe-a3b353 {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-24dc9e {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 @media (max-width: 478px) {
   #brxe-24dc9e {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-540315 {
   color: #9e9e9e;
   font-size: 1VW;
   font-family: "";
   font-weight: 400;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left
 }
 @media (max-width: 478px) {
   #brxe-540315 {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-914d50 {
   flex-direction: row;
   column-gap: 0.2vw;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   flex-wrap: nowrap;
   width: fit-content;
   margin-right: 0;
   margin-left: 0
 }
 @media (max-width: 478px) {
   #brxe-914d50 {
     width: fit-content;
     margin-right: 0;
     margin-left: 0;
     align-items: flex-end;
     justify-content: flex-end
   }
 }
 #brxe-bbfaef {
   width: 75%;
   flex-direction: row;
   justify-content: space-between;
   align-self: flex-start !important;
   align-items: flex-start;
   margin-right: 0;
   margin-left: 0;
   display: none
 }
 @media (max-width: 478px) {
   #brxe-bbfaef {
     width: 100%;
     display: flex;
     position: relative;
     padding-right: 3vw;
     padding-left: 3vw;
     overflow: hidden
   }
 }
 #brxe-c10aa3 {
   width: 100%;
   justify-content: center;
   align-self: center !important;
   align-items: center;
   padding-bottom: 3vh;
   z-index: 4
 }
 #brxe-0f1440.horizontal .line {
   border-top-style: none
 }
 #brxe-0f1440.vertical .line {
   border-right-style: none
 }
 #brxe-25c8d1 {
   position: absolute;
   width: 100%;
   height: 100%;
   z-index: 3;
   background-image: linear-gradient(rgba(0, 0, 0, 0.31) 60%, #070707 100%)
 }
 #brxe-b88846.horizontal .line {
   border-top-style: none
 }
 #brxe-b88846.vertical .line {
   border-right-style: none
 }
 #microsite-banner {
   position: absolute;
   width: 100%;
   height: 100%;
   z-index: 2;
   background-size: cover;
   background-position: center 60%
 }
 #brxe-4e87c9 {
   width: 100%;
   height: 100vh;
   justify-content: flex-end;
   position: relative;
   overflow: hidden;
   min-height: 100vh
 }
 @media (max-width: 478px) {
   #brxe-4e87c9 {
     overflow: hidden
   }
 }
 #brxe-df6486.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-df6486.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-df6486 .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-ecfbd1 {
   background-color: #070707;
   height: 30vh;
   width: 100%;
   min-height: 30vh
 }
 @media (max-width: 478px) {
   #brxe-ecfbd1 {
     height: 15vh;
     min-height: 15vh
   }
 }
 

 #brxe-961d73 {
   font-size: 1.4vw;
   font-family: "";
   color: #f5f5f5;
   font-weight: 300;
   line-height: 1.5vw;
   width: 69%;
   display: none
 }
 #brxe-961d73 a {
   font-size: 1.4vw;
   font-family: "";
   color: #f5f5f5;
   font-weight: 300;
   line-height: 1.5vw;
   font-size: inherit
 }
 @media (max-width: 478px) {
   #brxe-961d73 {
     font-size: 4vw;
     line-height: 4vw;
     text-align: left;
     width: 95%;
     display: flex
   }
   #brxe-961d73 a {
     font-size: 4vw;
     line-height: 4vw;
     text-align: left;
     font-size: inherit
   }
 }
 #brxe-af58eb {
   width: 100%
 }
 @media (max-width: 478px) {
   #brxe-af58eb {
     row-gap: 7vh
   }
 }
 #brxe-c7528e {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 @media (max-width: 478px) {
   #brxe-c7528e {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-de6909 {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 @media (max-width: 478px) {
   #brxe-de6909 {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-ea8c28 {
   color: #9e9e9e;
   font-size: 1VW;
   font-family: "";
   font-weight: 400;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left
 }
 @media (max-width: 478px) {
   #brxe-ea8c28 {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-41610d {
   flex-direction: row;
   column-gap: 0.2vw;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   width: fit-content;
   margin-right: 0;
   margin-left: 0
 }
 @media (max-width: 478px) {
   #brxe-41610d {
     width: fit-content;
     margin-right: 0;
     margin-left: 0;
     align-items: flex-start;
     align-self: flex-start !important;
     justify-content: flex-start
   }
 }
 #brxe-b07d79 {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 @media (max-width: 478px) {
   #brxe-b07d79 {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-07cc77 {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 @media (max-width: 478px) {
   #brxe-07cc77 {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-d209a0 {
   color: #9e9e9e;
   font-size: 1VW;
   font-family: "";
   font-weight: 400;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left
 }
 @media (max-width: 478px) {
   #brxe-d209a0 {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-40ef77 {
   flex-direction: row;
   column-gap: 0.2vw;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   flex-wrap: nowrap;
   width: fit-content;
   margin-right: 0;
   margin-left: 0
 }
 @media (max-width: 478px) {
   #brxe-40ef77 {
     width: fit-content;
     margin-right: 0;
     margin-left: 0
   }
 }
 #brxe-7f857f {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 @media (max-width: 478px) {
   #brxe-7f857f {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-fbc30a {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 @media (max-width: 478px) {
   #brxe-fbc30a {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-1f7ae1 {
   color: #9e9e9e;
   font-size: 1VW;
   font-family: "";
   font-weight: 400;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left
 }
 @media (max-width: 478px) {
   #brxe-1f7ae1 {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-9cfefc {
   flex-direction: row;
   column-gap: 0.2vw;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   flex-wrap: nowrap;
   width: fit-content;
   margin-right: 0;
   margin-left: 0
 }
 @media (max-width: 478px) {
   #brxe-9cfefc {
     width: fit-content;
     margin-right: 0;
     margin-left: 0;
     align-items: flex-end;
     justify-content: flex-end
   }
 }
 #brxe-6b3b6b {
   width: 75%;
   flex-direction: row;
   justify-content: space-between;
   align-self: flex-start !important;
   align-items: flex-start;
   margin-right: 0;
   margin-left: 0
 }
 @media (max-width: 478px) {
   #brxe-6b3b6b {
     width: 100%;
     display: none
   }
 }
 #brxe-5fcb16 {
   width: 100%;
   justify-content: flex-start;
   align-items: flex-start;
   align-self: flex-start !important;
   position: relative;
   overflow: hidden
 }

 #brxe-9144e3 {
   color: #f5f5f5;
   font-family: "";
   font-weight: 500;
   font-size: 1.5vw;
   letter-spacing: -0.03vw
 }
 @media (max-width: 478px) {
   #brxe-9144e3 {
     font-size: 3.3vw
   }
 }
 #brxe-f72f88 {
   width: 100%;
   align-self: flex-end !important;
   justify-content: flex-end;
   align-items: flex-end;
   padding-right: 2vw;
   position: relative;
   overflow: hidden;
   z-index: 2
 }
 @media (max-width: 478px) {
   #brxe-f72f88 {
     margin-top: -2vh
   }
 }
 #brxe-616906.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-616906.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-616906 .icon {
   color: rgba(0, 0, 0, 0)
 }

 #brxe-81375a.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-81375a.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-81375a .icon {
   color: rgba(0, 0, 0, 0)
 }

 #brxe-122402.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-122402.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-122402 .icon {
   color: rgba(0, 0, 0, 0)
 }

 #brxe-cde0f8.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-cde0f8.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-cde0f8 .icon {
   color: rgba(0, 0, 0, 0)
 }

 #brxe-4c6f88.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-4c6f88.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-4c6f88 .icon {
   color: rgba(0, 0, 0, 0)
 }

 #brxe-274f12 {
   padding-left: 2vw
 }
 @media (max-width: 478px) {
   #brxe-274f12 {
     flex-shrink: 0
   }
 }
 #brxe-ccbb9e {
   width: 100%;
   height: 85%;
   justify-content: space-around;
   z-index: 2
 }
 @media (max-width: 478px) {
   #brxe-ccbb9e {
     height: 80%
   }
 }
 #brxe-f9f444 {
   font-size: 2vw;
   line-height: 2vw;
   font-family: "";
   letter-spacing: -0.04px;
   font-weight: 400;
   color: #f5f5f5
 }
 @media (max-width: 478px) {
   #brxe-f9f444 {
     font-size: 6vw;
     line-height: 4vw
   }
 }
 [data-id="brxe-8047d5"].splide__slide {
   background-color: rgba(0, 0, 0, 0);
   width: fit-content;
   align-self: center !important;
   justify-content: center;
   align-items: center
 }
 #brxe-a1de97 {
   font-size: 2vw;
   line-height: 2vw;
   font-family: "";
   letter-spacing: -0.04px;
   font-weight: 400;
   color: #f5f5f5
 }
 @media (max-width: 478px) {
   #brxe-a1de97 {
     font-size: 6vw
   }
 }
 [data-id="brxe-9e9960"].splide__slide {
   background-color: rgba(0, 0, 0, 0)
 }
 #brxe-e7c74b {
   font-size: 2vw;
   line-height: 2vw;
   font-family: "";
   letter-spacing: -0.04px;
   font-weight: 400;
   color: #f5f5f5
 }
 @media (max-width: 478px) {
   #brxe-e7c74b {
     font-size: 6vw
   }
 }
 [data-id="brxe-81561f"].splide__slide {
   background-color: rgba(0, 0, 0, 0)
 }
 #brxe-13341b {
   font-size: 2vw;
   line-height: 2vw;
   font-family: "";
   letter-spacing: -0.04px;
   font-weight: 400;
   color: #f5f5f5
 }
 @media (max-width: 478px) {
   #brxe-13341b {
     font-size: 6vw
   }
 }
 [data-id="brxe-c0a6b9"].splide__slide {
   background-color: rgba(0, 0, 0, 0)
 }
 #brxe-98d073 {
   font-size: 2vw;
   line-height: 2vw;
   font-family: "";
   letter-spacing: -0.04px;
   font-weight: 400;
   color: #f5f5f5
 }
 @media (max-width: 478px) {
   #brxe-98d073 {
     font-size: 6vw
   }
 }
 [data-id="brxe-4b81f1"].splide__slide {
   background-color: rgba(0, 0, 0, 0)
 }
 #brxe-6a006c .splide__slide {
   background-color: rgba(0, 0, 0, 0);
   padding-right: 0;
   padding-left: 0
 }
 #brxe-6a006c {
   width: 2.9vw
 }
 @media (max-width: 478px) {
   #brxe-6a006c {
     width: 8vw
   }
 }
 #brxe-02e00d {
   width: fit-content;
   margin-right: 0;
   margin-left: 0
 }
 #brxe-ba1540 {
   color: #616161;
   font-size: 1VW;
   font-family: "";
   font-weight: 400;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left
 }
 @media (max-width: 478px) {
   #brxe-ba1540 {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-069ed6 {
   width: fit-content;
   margin-top: 1vw;
   margin-right: 0;
   margin-left: 0
 }
 @media (max-width: 478px) {
   #brxe-069ed6 {
     margin-top: 4vw
   }
 }
 #brxe-f58bce {
   flex-direction: row;
   justify-content: flex-start;
   align-items: center;
   align-self: flex-start !important;
   position: relative;
   overflow: hidden
 }
 @media (max-width: 478px) {
   #brxe-f58bce {
     width: 50%;
     align-self: center !important
   }
 }
 #brxe-6c06b0.horizontal .line {
   border-top-style: none
 }
 #brxe-6c06b0.vertical .line {
   border-right-style: none
 }
 #brxe-8f269b {
   width: 3vw;
   min-width: 3vw;
   max-width: 3vw;
   height: 3vw;
   min-height: 3vw;
   max-height: 3vw;
   position: absolute;
   top: 0px;
   right: 0px;
   left: 0px;
   bottom: 0px;
   z-index: 0;
   background-color: #424242;
   border-radius: 13vw
 }
 @media (max-width: 478px) {
   #brxe-8f269b {
     width: 9vw;
     min-width: 9vw;
     max-width: 9vw;
     height: 9vw;
     min-height: 9vw;
     max-height: 9vw
   }
 }
 #brxe-8d0c16 {
   width: 18%;
   margin-left: -8%;
   z-index: 2
 }
 #brxe-b42d04 {
   width: 3vw;
   min-width: 3vw;
   max-width: 3vw;
   height: 3vw;
   min-height: 3vw;
   max-height: 3vw;
   position: absolute;
   top: 0px;
   right: 0px;
   left: 0px;
   bottom: 0px;
   z-index: 1;
   align-self: center !important;
   justify-content: center;
   align-items: center
 }
 @media (max-width: 478px) {
   #brxe-b42d04 {
     width: 9vw;
     min-width: 9vw;
     max-width: 9vw;
     height: 9vw;
     min-height: 9vw;
     max-height: 9vw
   }
 }
 #brxe-6ca9b4 {
   width: 18%;
   margin-left: -8%;
   z-index: 2
 }
 #brxe-a0a43d {
   width: 3vw;
   height: 3vw;
   align-self: center !important;
   justify-content: center;
   margin-right: 0;
   margin-left: 0;
   background-color: #2a2a2a;
   border-radius: 4vw;
   position: relative;
   align-items: center;
   max-width: 3vw;
   max-height: 3vw;
   z-index: 2;
   overflow: hidden
 }
 @media (max-width: 478px) {
   #brxe-a0a43d {
     width: 9vw;
     height: 9vw;
     border-radius: 10vw;
     max-width: 9vw;
     max-height: 9vw
   }
 }
 #brxe-cc6ee5 {
   width: 3.4vw;
   height: 3.4vw;
   justify-content: center;
   align-items: center;
   align-self: center !important;
   margin-right: 0;
   margin-left: 0;
   border: 1px solid #2a2a2a;
   border-radius: 4vw;
   min-width: 3.4vw;
   min-height: 3.4vw;
   position: relative
 }
 #brxe-cc6ee5 {
   cursor: pointer;
 }
 @media (max-width: 478px) {
   #brxe-cc6ee5 {
     width: 10vw;
     height: 10vw;
     border-radius: 10vw;
     min-width: 10vw;
     min-height: 10vw
   }
 }
 #brxe-c5d9b8 {
   width: 18%;
   margin-right: -4%;
   z-index: 3
 }
 #brxe-680368 {
   width: 18%;
   margin-left: 8%;
   z-index: 2
 }
 #brxe-0bfbe6 {
   width: 3vw;
   min-width: 3vw;
   max-width: 3vw;
   height: 3vw;
   min-height: 3vw;
   max-height: 3vw;
   position: absolute;
   top: 0px;
   right: 0px;
   left: 0px;
   bottom: 0px;
   z-index: 1;
   align-self: center !important;
   justify-content: center;
   align-items: center
 }
 @media (max-width: 478px) {
   #brxe-0bfbe6 {
     width: 9vw;
     min-width: 9vw;
     max-width: 9vw;
     height: 9vw;
     min-height: 9vw;
     max-height: 9vw
   }
 }
 #brxe-01dcda.horizontal .line {
   border-top-style: none
 }
 #brxe-01dcda.vertical .line {
   border-right-style: none
 }
 #brxe-3a31e3 {
   width: 3vw;
   min-width: 3vw;
   max-width: 3vw;
   height: 3vw;
   min-height: 3vw;
   max-height: 3vw;
   position: absolute;
   top: 0px;
   right: 0px;
   left: 0px;
   bottom: 0px;
   z-index: 0;
   background-color: #424242;
   border-radius: 13vw
 }
 @media (max-width: 478px) {
   #brxe-3a31e3 {
     width: 9vw;
     min-width: 9vw;
     max-width: 9vw;
     height: 9vw;
     min-height: 9vw;
     max-height: 9vw
   }
 }
 #brxe-909fe3 {
   width: 3vw;
   height: 3vw;
   align-self: center !important;
   justify-content: center;
   margin-right: 0;
   margin-left: 0;
   background-color: #2a2a2a;
   border-radius: 4vw;
   position: relative;
   align-items: center;
   max-height: 3vw;
   max-width: 3vw;
   overflow: hidden
 }
 @media (max-width: 478px) {
   #brxe-909fe3 {
     border-radius: 10vw;
     width: 9vw;
     height: 9vw;
     max-width: 9vw;
     max-height: 9vw
   }
 }
 #brxe-8eaad6 {
   width: 3.4vw;
   height: 3.4vw;
   justify-content: center;
   align-items: center;
   align-self: center !important;
   margin-right: 0;
   margin-left: 0;
   border: 1px solid #2a2a2a;
   border-radius: 4vw;
   min-height: 3.4vw;
   min-width: 3.4vw;
   position: relative
 }
 #brxe-8eaad6 {
   cursor: pointer;
 }
 @media (max-width: 478px) {
   #brxe-8eaad6 {
     width: 10vw;
     height: 10vw;
     border-radius: 10vw;
     min-width: 10vw;
     min-height: 10vw
   }
 }
 #brxe-630f84 {
   width: 100%;
   flex-direction: row;
   justify-content: flex-end;
   align-items: center;
   align-self: center !important;
   column-gap: 1vw
 }
 @media (max-width: 478px) {
   #brxe-630f84 {
     column-gap: 2vw
   }
 }
 #brxe-c54c07 {
   width: 100%;
   padding-right: 2vw;
   padding-left: 2vw;
   flex-direction: row;
   z-index: 2
 }
 @media (max-width: 478px) {
   #brxe-c54c07 {
     flex-wrap: nowrap;
     align-items: center;
     justify-content: center;
     align-self: center !important
   }
 }
 #brxe-97f67f.horizontal .line {
   border-top-style: none
 }
 #brxe-97f67f.vertical .line {
   border-right-style: none
 }
 #brxe-18275e {
   top: 0px;
   bottom: 0px;
   position: absolute;
   right: 0px;
   z-index: 0;
   background-color: #151515
 }

 #brxe-977fb8 {
   background-color: #070707;
   height: 100vh;
   width: 100%;
   flex-direction: row;
   align-items: stretch;
   min-height: 100vh
 }
 @media (max-width: 478px) {
   #brxe-977fb8 {
     flex-direction: column;
     flex-wrap: nowrap;
     height: fit-content;
     row-gap: 6vh;
     min-height: fit-content
   }
   #brxe-977fb8 {
     overflow-x: hidden;
   }
 }
 #brxe-c8daf1.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-c8daf1.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-c8daf1 .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-f008a7 {
   background-color: #070707;
   height: 40vh;
   width: 100%;
   min-height: 40vh
 }
 @media (max-width: 478px) {
   #brxe-f008a7 {
     height: 20vh;
     min-height: 20vh
   }
 }
 #brxe-284414 {
   color: #f5f5f5;
   font-family: "";
   font-weight: 500;
   font-size: 3vw;
   line-height: 3vw;
   letter-spacing: -0.06vw;
   text-align: center;
   width: 60%;
   align-self: center
 }
 @media (max-width: 478px) {
   #brxe-284414 {
     font-size: 7vw;
     line-height: 6.5vw;
     width: 100%
   }
 }

 #brxe-7f7d66.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-7f7d66.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-7f7d66 .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-9378b2 {
   background-color: #070707;
   height: 20vh;
   width: 100%;
   min-height: 20vh
 }
 @media (max-width: 478px) {
   #brxe-9378b2 {
     height: 20vh
   }
 }
 #brxe-xombaz.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-xombaz.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-xombaz .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-wetefm {
   width: 100%;
   position: absolute;
   height: 100vh;
   background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/Living_View02-2-scaled.jpg);
   background-size: cover;
   background-position: bottom center;
   z-index: 0
 }
 :where(#brxe-wetefm > *) {
   position: relative
 }
 #brxe-wetefm::before {
   background-image: linear-gradient(#070707 0%, rgba(7, 7, 7, 0.29) 19%, #070707 85%);
   position: absolute;
   content: "";
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   pointer-events: none
 }
 #brxe-wetefm {
   filter: blur(4px);
 }
 @media (max-width: 478px) {
   #brxe-wetefm {
     z-index: 0
   }
 }
 #brxe-iabvcn {
   color: #f5f5f5;
   font-family: "";
   font-weight: 500;
   font-size: 1.5vw;
   letter-spacing: -0.03vw
 }
 @media (max-width: 478px) {
   #brxe-iabvcn {
     font-size: 4.5vw;
     line-height: 4.5vw
   }
 }
 #brxe-nfrvzy {
   color: #f5f5f5;
   font-family: "";
   font-weight: 400;
   font-size: 1.5vw;
   letter-spacing: -0.01vw;
   font-style: italic
 }
 @media (max-width: 478px) {
   #brxe-nfrvzy {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-vjevuz {
   flex-direction: row;
   justify-content: space-between;
   padding-top: 10vh;
   padding-right: 2vw;
   padding-left: 2vw;
   width: 100%;
   z-index: 2;
   position: relative;
   overflow: hidden
 }
 @media (max-width: 478px) {
   #brxe-vjevuz {
     justify-content: space-between;
     align-items: flex-end
   }
 }
 #brxe-pgawnq.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-pgawnq.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-pgawnq .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-xijkvf {
   height: 90vh;
   width: 100%;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/Living_View04-2-scaled.jpg);
   background-size: cover;
   background-position: center 60%
 }
 @media (max-width: 478px) {
   #brxe-xijkvf {
     height: 50vh
   }
 }
 #brxe-pguetu.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-pguetu.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-pguetu .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-vphlov {
   width: 67%;
   height: 90vh;
   background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/Living_View01-2-scaled.jpg);
   background-size: cover;
   background-position: center center
 }
 @media (max-width: 478px) {
   #brxe-vphlov {
     width: 100%
   }
 }
 #brxe-hcvbhi.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-hcvbhi.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-hcvbhi .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-krchaq {
   width: 33%;
   height: 90vh;
   background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/Hol-intrare-V2_View01-scaled.jpg);
   background-size: cover;
   background-position: center right
 }
 @media (max-width: 478px) {
   #brxe-krchaq {
     width: 100%
   }
 }
 #brxe-ejdoil {
   height: 90vh;
   width: 100%;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   background-position: center center;
   flex-direction: row;
   column-gap: 2vh;
   row-gap: 2vh
 }
 @media (max-width: 478px) {
   #brxe-ejdoil {
     height: 100%
   }
 }
 #brxe-vaevdd.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-vaevdd.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-vaevdd .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-cavlun {
   height: 90vh;
   width: 100%;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/Living_View05-2-scaled.jpg);
   background-size: cover;
   background-position: center 60%
 }
 @media (max-width: 478px) {
   #brxe-cavlun {
     height: 50vh
   }
 }
 #brxe-zndiei.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-zndiei.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-zndiei .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-inezcb {
   width: 67%;
   height: 90vh;
   background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/Living_View08-1-scaled.jpg);
   background-size: cover;
   background-position: center center
 }
 @media (max-width: 478px) {
   #brxe-inezcb {
     width: 100%
   }
 }
 #brxe-gazpwj.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-gazpwj.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-gazpwj .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-bocqbh {
   width: 33%;
   height: 90vh;
   background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/Living_View03-2-scaled.jpg);
   background-size: cover;
   background-position: center center
 }
 @media (max-width: 478px) {
   #brxe-bocqbh {
     width: 100%
   }
 }
 #brxe-akrpfa {
   height: 90vh;
   width: 100%;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   background-position: center center;
   flex-direction: row-reverse;
   column-gap: 2vh;
   row-gap: 2vh
 }
 @media (max-width: 478px) {
   #brxe-akrpfa {
     height: 100%
   }
 }
 #brxe-zfimnk.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-zfimnk.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-zfimnk .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-jtfgmw {
   height: 90vh;
   width: 100%;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/Living_View07-2-scaled.jpg);
   background-size: cover;
   background-position: center 65%
 }
 @media (max-width: 478px) {
   #brxe-jtfgmw {
     height: 50vh
   }
 }
 #brxe-tmtwfq.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-tmtwfq.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-tmtwfq .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-ekbvnx {
   width: 67%;
   height: 90vh;
   background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/Living_View06-2-scaled.jpg);
   background-size: cover;
   background-position: center center
 }
 @media (max-width: 478px) {
   #brxe-ekbvnx {
     width: 100%
   }
 }
 #brxe-wvavhb.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-wvavhb.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-wvavhb .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-xazsas {
   width: 33%;
   height: 90vh;
   background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/Living_View02-2-scaled.jpg);
   background-size: cover;
   background-position: center center
 }
 @media (max-width: 478px) {
   #brxe-xazsas {
     width: 100%
   }
 }
 #brxe-xfoczv {
   height: 90vh;
   width: 100%;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   background-position: center center;
   flex-direction: row;
   column-gap: 2vh;
   row-gap: 2vh
 }
 @media (max-width: 478px) {
   #brxe-xfoczv {
     height: 100%
   }
 }
 #brxe-dcwnbd.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-dcwnbd.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-dcwnbd .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-rjejji {
   width: 50%;
   height: 90vh;
   background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/Hol-intrare-V2_View01-1-scaled.jpg);
   background-size: cover;
   background-position: bottom left
 }
 @media (max-width: 478px) {
   #brxe-rjejji {
     width: 100%
   }
 }
 #brxe-elxbva.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-elxbva.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-elxbva .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-mczpuj {
   width: 50%;
   height: 90vh;
   background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/Hol-intrare-V2_View01-1-scaled.jpg);
   background-size: cover;
   background-position: center right
 }
 @media (max-width: 478px) {
   #brxe-mczpuj {
     width: 100%
   }
 }
 #brxe-bvdukz {
   height: 90vh;
   width: 100%;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   background-position: center center;
   flex-direction: row-reverse;
   column-gap: 2vh;
   row-gap: 2vh
 }
 @media (max-width: 478px) {
   #brxe-bvdukz {
     height: 100%
   }
 }
 #brxe-xegytj {
   width: 100%;
   padding-right: 2vw;
   padding-left: 2vw;
   z-index: 2;
   column-gap: 2vh;
   row-gap: 2vh
 }
 @media (max-width: 478px) {
   #brxe-xegytj {
     z-index: 3;
     position: relative
   }
 }
 #nav-camera1 {
   background-color: #070707;
   width: 100%;
   row-gap: 1.5vh
 }
 @media (max-width: 478px) {
   #nav-camera1 {
     flex-direction: column;
     flex-wrap: nowrap
   }
 }
 #brxe-002943.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-002943.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-002943 .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-211055 {
   background-color: #070707;
   height: 10vh;
   width: 100%;
   min-height: 10vh
 }
 @media (max-width: 478px) {
   #brxe-211055 {
     height: 10vh
   }
 }
 #brxe-nxurjf.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-nxurjf.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-nxurjf .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-linwad {
   width: 100%;
   position: absolute;
   height: 100vh;
   background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/Dormitor_View02-1-scaled.jpg);
   background-size: cover;
   background-position: bottom center;
   z-index: 0
 }
 :where(#brxe-linwad > *) {
   position: relative
 }
 #brxe-linwad::before {
   background-image: linear-gradient(#070707 0%, rgba(7, 7, 7, 0.29) 19%, #070707 85%);
   position: absolute;
   content: "";
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   pointer-events: none
 }
 #brxe-linwad {
   filter: blur(4px);
 }
 @media (max-width: 478px) {
   #brxe-linwad {
     z-index: 0
   }
 }
 #brxe-zrpjdi {
   color: #f5f5f5;
   font-family: "";
   font-weight: 500;
   font-size: 1.5vw;
   letter-spacing: -0.03vw
 }
 @media (max-width: 478px) {
   #brxe-zrpjdi {
     font-size: 4.5vw;
     line-height: 4.5vw
   }
 }
 #brxe-qitjuo {
   color: #f5f5f5;
   font-family: "";
   font-weight: 400;
   font-size: 1.5vw;
   letter-spacing: -0.01vw;
   font-style: italic
 }
 @media (max-width: 478px) {
   #brxe-qitjuo {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-alxedn {
   flex-direction: row;
   justify-content: space-between;
   padding-top: 10vh;
   padding-right: 2vw;
   padding-left: 2vw;
   width: 100%;
   z-index: 2;
   position: relative;
   overflow: hidden
 }
 @media (max-width: 478px) {
   #brxe-alxedn {
     justify-content: space-between;
     align-items: flex-end
   }
 }
 #brxe-eutusb.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-eutusb.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-eutusb .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-rdpllm {
   height: 90vh;
   width: 100%;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/Dormitor_View01-1-scaled.jpg);
   background-size: cover;
   background-position: center 70%
 }
 @media (max-width: 478px) {
   #brxe-rdpllm {
     height: 50vh
   }
 }
 #brxe-sodubk.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-sodubk.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-sodubk .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-ofixdu {
   width: 67%;
   height: 90vh;
   background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/Dormitor2_View01-scaled.jpg);
   background-size: cover;
   background-position: center 60%
 }
 @media (max-width: 478px) {
   #brxe-ofixdu {
     width: 100%
   }
 }
 #brxe-soallf.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-soallf.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-soallf .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-hayatf {
   width: 33%;
   height: 90vh;
   background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/Dormitor2_View02-scaled.jpg);
   background-size: cover;
   background-position: 20% center
 }
 @media (max-width: 478px) {
   #brxe-hayatf {
     width: 100%
   }
 }
 #brxe-drihzb {
   height: 90vh;
   width: 100%;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   background-position: center center;
   flex-direction: row;
   column-gap: 2vh;
   row-gap: 2vh
 }
 @media (max-width: 478px) {
   #brxe-drihzb {
     height: 100%
   }
 }
 #brxe-azgjrp.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-azgjrp.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-azgjrp .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-vraafl {
   height: 90vh;
   width: 100%;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/Dormitor-M_View02-scaled.jpg);
   background-size: cover;
   background-position: center 60%
 }
 @media (max-width: 478px) {
   #brxe-vraafl {
     height: 50vh
   }
 }
 #brxe-vppoan {
   width: 100%;
   padding-right: 2vw;
   padding-left: 2vw;
   z-index: 2;
   column-gap: 2vh;
   row-gap: 2vh
 }
 @media (max-width: 478px) {
   #brxe-vppoan {
     z-index: 3;
     position: relative
   }
 }
 #nav-camera2 {
   background-color: #070707;
   width: 100%;
   row-gap: 1.5vh
 }
 @media (max-width: 478px) {
   #nav-camera2 {
     flex-direction: column;
     flex-wrap: nowrap
   }
 }
 #brxe-96a123.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-96a123.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-96a123 .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-b6c36d {
   background-color: #070707;
   height: 10vh;
   width: 100%;
   min-height: 10vh
 }
 @media (max-width: 478px) {
   #brxe-b6c36d {
     height: 10vh
   }
 }
 #brxe-nwwhwr.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-nwwhwr.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-nwwhwr .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-qcgxce {
   width: 100%;
   position: absolute;
   height: 100vh;
   background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/Baie-cada_View01-scaled.jpg);
   background-size: cover;
   background-position: bottom center;
   z-index: 0
 }
 :where(#brxe-qcgxce > *) {
   position: relative
 }
 #brxe-qcgxce::before {
   background-image: linear-gradient(#070707 0%, rgba(7, 7, 7, 0.29) 19%, #070707 85%);
   position: absolute;
   content: "";
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   pointer-events: none
 }
 #brxe-qcgxce {
   filter: blur(4px);
 }
 @media (max-width: 478px) {
   #brxe-qcgxce {
     z-index: 0
   }
 }
 #brxe-umfqfk {
   color: #f5f5f5;
   font-family: "";
   font-weight: 500;
   font-size: 1.5vw;
   letter-spacing: -0.03vw
 }
 @media (max-width: 478px) {
   #brxe-umfqfk {
     font-size: 4.5vw;
     line-height: 4.5vw
   }
 }
 #brxe-zvdsmm {
   color: #f5f5f5;
   font-family: "";
   font-weight: 400;
   font-size: 1.5vw;
   letter-spacing: -0.01vw;
   font-style: italic
 }
 @media (max-width: 478px) {
   #brxe-zvdsmm {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-dfbbri {
   flex-direction: row;
   justify-content: space-between;
   padding-top: 10vh;
   padding-right: 2vw;
   padding-left: 2vw;
   width: 100%;
   z-index: 2;
   position: relative;
   overflow: hidden
 }
 @media (max-width: 478px) {
   #brxe-dfbbri {
     justify-content: space-between;
     align-items: flex-end
   }
 }
 #brxe-vcmidc.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-vcmidc.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-vcmidc .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-nvjxcq {
   height: 90vh;
   width: 100%;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/Baie-cada_View02-scaled.jpg);
   background-size: cover;
   background-position: center 60%
 }
 @media (max-width: 478px) {
   #brxe-nvjxcq {
     height: 50vh
   }
 }
 #brxe-bnikie.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-bnikie.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-bnikie .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-elbfry {
   width: 67%;
   height: 90vh;
   background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/Baie-cada_View01-scaled.jpg);
   background-size: cover;
   background-position: center center
 }
 @media (max-width: 478px) {
   #brxe-elbfry {
     width: 100%;
     background-position: center right
   }
 }
 #brxe-prszqj.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-prszqj.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-prszqj .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-fheiqr {
   width: 33%;
   height: 90vh;
   background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/Baie-cada_View03-scaled.jpg);
   background-size: cover;
   background-position: center center
 }
 @media (max-width: 478px) {
   #brxe-fheiqr {
     width: 100%
   }
 }
 #brxe-cvrutp {
   height: 90vh;
   width: 100%;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   background-position: center center;
   flex-direction: row;
   column-gap: 2vh;
   row-gap: 2vh
 }
 @media (max-width: 478px) {
   #brxe-cvrutp {
     height: 100%
   }
 }
 #brxe-nytyer.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-nytyer.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-nytyer .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-fcyoks {
   height: 90vh;
   background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/Baie-dus_View02-scaled.jpg);
   background-size: cover;
   background-position: center center;
   width: 50%
 }
 @media (max-width: 478px) {
   #brxe-fcyoks {
     width: 100%
   }
 }
 #brxe-lvzsbv.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-lvzsbv.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-lvzsbv .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-vgavnz {
   width: 50%;
   height: 90vh;
   background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/Baie-dus_View01-scaled.jpg);
   background-size: cover;
   background-position: center center
 }
 @media (max-width: 478px) {
   #brxe-vgavnz {
     width: 100%;
     background-position: 10% 60%
   }
 }
 #brxe-azuhmb {
   height: 90vh;
   width: 100%;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   background-position: center center;
   flex-direction: row-reverse;
   column-gap: 2vh;
   row-gap: 2vh
 }
 @media (max-width: 478px) {
   #brxe-azuhmb {
     height: 100%
   }
 }
 #brxe-ajphmo {
   width: 100%;
   padding-right: 2vw;
   padding-left: 2vw;
   z-index: 2;
   column-gap: 2vh;
   row-gap: 2vh
 }
 @media (max-width: 478px) {
   #brxe-ajphmo {
     z-index: 3;
     position: relative
   }
 }
 #nav-camera3 {
   background-color: #070707;
   width: 100%;
   row-gap: 1.5vh
 }
 @media (max-width: 478px) {
   #nav-camera3 {
     flex-direction: column;
     flex-wrap: nowrap
   }
 }
 #brxe-36ac1c.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-36ac1c.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-36ac1c .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-015066 {
   background-color: #070707;
   height: 20vh;
   width: 100%;
   min-height: 20vh
 }
 @media (max-width: 478px) {
   #brxe-015066 {
     height: 10vh;
     min-height: 10vh
   }
 }
 #brxe-uerucx.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-uerucx.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-uerucx .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-jidpcy {
   width: 100%;
   position: absolute;
   height: 100vh;
   background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/Terasa_View02-2-scaled.jpg);
   background-size: cover;
   background-position: bottom center;
   z-index: 0
 }
 :where(#brxe-jidpcy > *) {
   position: relative
 }
 #brxe-jidpcy::before {
   background-image: linear-gradient(#070707 0%, rgba(7, 7, 7, 0.29) 19%, #070707 85%);
   position: absolute;
   content: "";
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   pointer-events: none
 }
 #brxe-jidpcy {
   filter: blur(4px);
 }
 @media (max-width: 478px) {
   #brxe-jidpcy {
     z-index: 0
   }
 }
 #brxe-nvccig {
   color: #f5f5f5;
   font-family: "";
   font-weight: 500;
   font-size: 1.5vw;
   letter-spacing: -0.03vw
 }
 @media (max-width: 478px) {
   #brxe-nvccig {
     font-size: 4.5vw;
     line-height: 4.5vw
   }
 }
 #brxe-qvtkaf {
   flex-direction: row;
   justify-content: space-between;
   padding-top: 10vh;
   padding-right: 2vw;
   padding-left: 2vw;
   width: 100%;
   z-index: 2;
   position: relative;
   overflow: hidden
 }
 @media (max-width: 478px) {
   #brxe-qvtkaf {
     justify-content: space-between;
     align-items: flex-end
   }
 }
 #brxe-iaqhfx.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-iaqhfx.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-iaqhfx .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-mglnla {
   width: 50%;
   height: 90vh;
   background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/Terasa_View02-2-scaled.jpg);
   background-size: cover;
   background-position: center center
 }
 @media (max-width: 478px) {
   #brxe-mglnla {
     width: 100%
   }
 }
 #brxe-eupmov.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-eupmov.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-eupmov .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-aoqocf {
   width: 50%;
   height: 90vh;
   background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/Terasa_View01-2-scaled.jpg);
   background-size: cover;
   background-position: center center
 }
 @media (max-width: 478px) {
   #brxe-aoqocf {
     width: 100%
   }
 }
 #brxe-qltucw {
   height: 90vh;
   width: 100%;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   background-position: center center;
   flex-direction: row;
   column-gap: 2vh;
   row-gap: 2vh
 }
 @media (max-width: 478px) {
   #brxe-qltucw {
     height: 100%
   }
 }
 #brxe-yilczh {
   width: 100%;
   padding-right: 2vw;
   padding-left: 2vw;
   z-index: 2;
   column-gap: 2vh;
   row-gap: 2vh
 }
 @media (max-width: 478px) {
   #brxe-yilczh {
     z-index: 3;
     position: relative
   }
 }
 #nav-camera4 {
   background-color: #070707;
   width: 100%;
   row-gap: 1.5vh
 }
 @media (max-width: 478px) {
   #nav-camera4 {
     flex-direction: column;
     flex-wrap: nowrap
   }
 }
 #brxe-jhedug.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-jhedug.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-jhedug .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-vofwxe {
   background-color: #070707;
   height: 20vh;
   width: 100%;
   min-height: 20vh
 }
 @media (max-width: 478px) {
   #brxe-vofwxe {
     height: 10vh;
     min-height: 10vh
   }
 }
 #brxe-c8288c {
   background-color: #070707;
   height: fit-content;
   width: 100%;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   row-gap: 5vh;
   min-height: fit-content
 }
 @media (max-width: 478px) {
   #brxe-c8288c {
     height: fit-content
   }
 }
 #brxe-090846.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-090846.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-090846 .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-1e7ca8 {
   background-color: #070707;
   height: 20vh;
   width: 100%;
   min-height: 20vh
 }
 @media (max-width: 478px) {
   #brxe-1e7ca8 {
     height: 10vh;
     z-index: 0;
     min-height: 10vh
   }
 }
 @media (max-width: 478px) {
   #brxe-126728 {
     z-index: 2
   }
 }
 #brxe-221292 {
   width: 100%;
   height: fit-content;
   justify-content: center;
   align-items: center;
   align-self: center !important;
   position: relative;
   min-height: fit-content
 }
 @media (max-width: 478px) {
   #brxe-221292 {
     height: fit-content;
     z-index: 4
   }
 }
 #brxe-46bc36.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-46bc36.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-46bc36 .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-1b8bbd {
   background-color: #070707;
   height: 20vh;
   width: 100%;
   min-height: 20vh
 }
 @media (max-width: 478px) {
   #brxe-1b8bbd {
     height: 20vh;
     min-height: 20vh
   }
 }
 #brxe-019d3a {
   width: 100%
 }
 #smooth-content {
   width: 100%
 }
 @media (max-width: 478px) {
   #brxe-56d783 {
     overflow-x: hidden !important;
   }
 }
 #smooth-wrappers {
   width: 100%
 }
 #brxe-tvvrxe {
   position: absolute
 }
 #brxe-xmxtmq {
   position: absolute
 }
 #brxe-rvzicb {
   position: absolute
 }
 #brxe-ahhtkl {
   position: absolute
 }

 


 @media (max-width: 478px) {
   #brxe-nujhac {
     z-index: 3
   }
 }
 @media (max-width: 478px) {
   #brxe-rfinct.horizontal .line {
     border-top-color: rgba(0, 0, 0, 0)
   }
   #brxe-rfinct.vertical .line {
     border-right-color: rgba(0, 0, 0, 0)
   }
   #brxe-rfinct .icon {
     color: rgba(0, 0, 0, 0)
   }
 }


 @media (max-width: 478px) {
   #brxe-gznnpr.horizontal .line {
     border-top-color: rgba(0, 0, 0, 0)
   }
   #brxe-gznnpr.vertical .line {
     border-right-color: rgba(0, 0, 0, 0)
   }
   #brxe-gznnpr .icon {
     color: rgba(0, 0, 0, 0)
   }
 }

 @media (max-width: 478px) {
   #brxe-zxytmi {
     color: #f5f5f5;
     font-family: "";
     font-weight: 500;
     font-size: 3VW;
     letter-spacing: -0.04vw;
     line-height: 3VW
   }
 }
 @media (max-width: 478px) {
   #brxe-bkwyij {
     color: #f5f5f5;
     font-family: "";
     font-weight: 500;
     font-size: 3VW;
     letter-spacing: -0.04vw;
     line-height: 3VW
   }
 }
 @media (max-width: 478px) {
   #brxe-bsqmwb {
     position: absolute;
     background-color: #070707
   }
 }
 @media (max-width: 478px) {
   #brxe-wfezmt {
     color: #f5f5f5;
     font-family: "";
     font-weight: 500;
     font-size: 3VW;
     letter-spacing: -0.04vw;
     line-height: 3VW
   }
 }
 @media (max-width: 478px) {
   #brxe-debxna {
     position: absolute;
     background-color: #070707
   }
 }
 @media (max-width: 478px) {
   #brxe-zuwlms {
     color: #f5f5f5;
     font-family: "";
     font-weight: 500;
     font-size: 3VW;
     letter-spacing: -0.04vw;
     line-height: 3VW
   }
 }
 @media (max-width: 478px) {
   #brxe-aszkhp {
     position: absolute;
     background-color: #070707
   }
 }
 @media (max-width: 478px) {
   #brxe-cvybwe {
     color: #f5f5f5;
     font-family: "";
     font-weight: 500;
     font-size: 3VW;
     letter-spacing: -0.04vw;
     line-height: 3VW
   }
 }
 @media (max-width: 478px) {
   #brxe-jvvpzi {
     position: absolute;
     background-color: #070707
   }
 }
 @media (max-width: 478px) {
   #brxe-lwswpx {
     width: 35%;
     align-self: center !important;
     align-items: flex-start;
     position: relative;
     overflow: hidden
   }
 }
 @media (max-width: 478px) {
   #brxe-gkawww {
     color: #f5f5f5;
     font-size: 2.5vw;
     letter-spacing: -0.04vw;
     line-height: 2.5vw;
     font-weight: 400;
     font-family: "Neue Haas"
   }
 }
 @media (max-width: 478px) {
   #brxe-drncvi {
     width: 65%;
     flex-direction: row;
     flex-wrap: nowrap;
     row-gap: 2%;
     column-gap: 2%;
     justify-content: flex-end
   }
 }
 @media (max-width: 478px) {
   #brxe-hvkomt {
     flex-direction: row;
     flex-wrap: nowrap;
     margin-top: -1.5vh
   }
 }
 @media (max-width: 478px) {
   #brxe-ncnkyj.horizontal .line {
     border-top-color: rgba(0, 0, 0, 0)
   }
   #brxe-ncnkyj.vertical .line {
     border-right-color: rgba(0, 0, 0, 0)
   }
   #brxe-ncnkyj .icon {
     color: rgba(0, 0, 0, 0)
   }
 }
 @media (max-width: 478px) {
   #brxe-aaenkb {
     height: 30vw;
     background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/Living_View04-2-scaled.jpg);
     background-size: cover;
     background-position: center center;
     flex-shrink: 0;
     width: 50%;
     align-self: center !important;
     justify-content: center
   }
 }
 @media (max-width: 478px) {
   #brxe-pvngum.horizontal .line {
     border-top-color: rgba(0, 0, 0, 0)
   }
   #brxe-pvngum.vertical .line {
     border-right-color: rgba(0, 0, 0, 0)
   }
   #brxe-pvngum .icon {
     color: rgba(0, 0, 0, 0)
   }
 }
 @media (max-width: 478px) {
   #brxe-ywcwaw {
     height: 30vw;
     background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/Dormitor-M_View02-scaled.jpg);
     background-size: cover;
     background-position: center center;
     width: 50%;
     flex-shrink: 0
   }
 }
 @media (max-width: 478px) {
   #brxe-zdkwhe {
     width: 100%;
     column-gap: 1vw;
     flex-wrap: nowrap;
     flex-direction: row
   }
 }
 @media (max-width: 478px) {
   #brxe-rdssvd.horizontal .line {
     border-top-color: rgba(0, 0, 0, 0)
   }
   #brxe-rdssvd.vertical .line {
     border-right-color: rgba(0, 0, 0, 0)
   }
   #brxe-rdssvd .icon {
     color: rgba(0, 0, 0, 0)
   }
 }
 @media (max-width: 478px) {
   #brxe-wboyii {
     height: 30vw;
     background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/Baie-cada_View03-scaled.jpg);
     background-size: cover;
     background-position: center center;
     width: 50%;
     flex-shrink: 0
   }
 }
 @media (max-width: 478px) {
   #brxe-xtscri.horizontal .line {
     border-top-color: rgba(0, 0, 0, 0)
   }
   #brxe-xtscri.vertical .line {
     border-right-color: rgba(0, 0, 0, 0)
   }
   #brxe-xtscri .icon {
     color: rgba(0, 0, 0, 0)
   }
 }
 @media (max-width: 478px) {
   #brxe-cbxxsn {
     height: 30vw;
     background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/Terasa_View02-2-scaled.jpg);
     background-size: cover;
     background-position: center left;
     width: 50%;
     flex-shrink: 0
   }
 }
 @media (max-width: 478px) {
   #brxe-djddsl {
     width: 100%;
     column-gap: 1vw;
     flex-wrap: nowrap;
     flex-direction: row
   }
 }
 @media (max-width: 478px) {
   #brxe-wubdbs {
     color: #f5f5f5;
     font-size: 2.5vw;
     letter-spacing: -0.04vw;
     line-height: 2.5vw;
     font-weight: 400;
     font-family: "Neue Haas"
   }
 }
 @media (max-width: 478px) {
   #brxe-ncliam {
     align-self: center !important;
     justify-content: center;
     align-items: center;
     background-color: #282828;
     padding-top: 1vh;
     padding-bottom: 1vh
   }
 }
 @media (max-width: 478px) {
   #brxe-bggwas {
     position: relative;
     flex-direction: column;
     flex-wrap: nowrap;
     column-gap: 1vw;
     align-self: center !important;
     justify-content: center;
     overflow: hidden;
     row-gap: 1vw
   }
 }
 #brxe-jxrycc {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 @media (max-width: 478px) {
   #brxe-jxrycc {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-pysyqg {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 @media (max-width: 478px) {
   #brxe-pysyqg {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-stkatt {
   color: #9e9e9e;
   font-size: 1VW;
   font-family: "";
   font-weight: 400;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left
 }
 @media (max-width: 478px) {
   #brxe-stkatt {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-zchiog {
   flex-direction: row;
   column-gap: 0.2vw;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   width: fit-content;
   margin-right: 0;
   margin-left: 0
 }
 @media (max-width: 478px) {
   #brxe-zchiog {
     width: fit-content;
     margin-right: 0;
     margin-left: 0;
     align-items: flex-start;
     align-self: flex-start !important;
     justify-content: flex-start;
     position: relative;
     overflow: hidden
   }
 }
 #brxe-hfrpor {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 @media (max-width: 478px) {
   #brxe-hfrpor {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-dzuavy {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 @media (max-width: 478px) {
   #brxe-dzuavy {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-zhpbsn {
   color: #9e9e9e;
   font-size: 1VW;
   font-family: "";
   font-weight: 400;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left
 }
 @media (max-width: 478px) {
   #brxe-zhpbsn {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-omdphh {
   flex-direction: row;
   column-gap: 0.2vw;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   flex-wrap: nowrap;
   width: fit-content;
   margin-right: 0;
   margin-left: 0
 }
 @media (max-width: 478px) {
   #brxe-omdphh {
     width: fit-content;
     margin-right: 0;
     margin-left: 0;
     overflow: hidden;
     position: relative
   }
 }
 #brxe-qtikgl {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 @media (max-width: 478px) {
   #brxe-qtikgl {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-twfijt {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 @media (max-width: 478px) {
   #brxe-twfijt {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-treugp {
   color: #9e9e9e;
   font-size: 1VW;
   font-family: "";
   font-weight: 400;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left
 }
 @media (max-width: 478px) {
   #brxe-treugp {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-gqcqjw {
   flex-direction: row;
   column-gap: 0.2vw;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   flex-wrap: nowrap;
   width: fit-content;
   margin-right: 0;
   margin-left: 0
 }
 @media (max-width: 478px) {
   #brxe-gqcqjw {
     width: fit-content;
     margin-right: 0;
     margin-left: 0;
     align-items: flex-end;
     justify-content: flex-end;
     position: relative;
     overflow: hidden
   }
 }
 @media (max-width: 478px) {
   #brxe-sgsmer {
     flex-direction: row;
     justify-content: space-between;
     padding-bottom: 2vh
   }
 }
 @media (max-width: 478px) {
   #brxe-dximgo.horizontal .line {
     border-top-style: none
   }
   #brxe-dximgo.vertical .line {
     border-right-style: none
   }
 }
 @media (max-width: 478px) {
   #brxe-mqkodt {
     background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/WhatsApp_Image_2024-08-16_at_13.24.21-removebg.png);
     background-size: contain;
     background-repeat: no-repeat;
     height: 6vw;
     width: 15vw
   }
 }
 @media (max-width: 478px) {
   #brxe-qrnqnr {
     background-color: #151515;
     align-self: center !important;
     justify-content: center;
     align-items: center;
     position: absolute;
     bottom: 0px;
     padding-top: 2vw;
     padding-bottom: 3vw
   }
 }
 @media (max-width: 478px) {
   #brxe-mhbcro.horizontal .line {
     border-top-style: none
   }
   #brxe-mhbcro.vertical .line {
     border-right-style: none
   }
 }
 @media (max-width: 478px) {
   #brxe-hryewv {
     width: 3vw;
     height: 3vw;
     background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/Group-85-min-2048x2050.png);
     background-size: cover
   }
 }
 @media (max-width: 478px) {
   #brxe-afteth {
     width: 8vw;
     height: 8vw;
     background-color: #222222;
     align-self: center !important;
     justify-content: center;
     align-items: center;
     border-radius: 20vw;
     margin-right: 0;
     margin-left: 0;
     position: absolute;
     top: 1vh;
     right: 1vh
   }
 }


 #brxe-zwmgmk {
   font-size: 0.9VW;
   color: #f5f5f5;
   font-family: "";
   font-weight: 300;
   line-height: 1VW
 }
 @media (max-width: 478px) {
   #brxe-zwmgmk {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-gwfgkj {
   font-size: 0.9VW;
   color: #f5f5f5;
   font-family: "";
   font-weight: 300;
   line-height: 1VW;
   position: absolute
 }
 @media (max-width: 478px) {
   #brxe-gwfgkj {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-bruiyp {
   width: fit-content;
   position: relative;
   overflow: hidden
 }
 #brxe-chaguz {
   align-self: center !important;
   justify-content: center;
   align-items: center;
   padding-top: 2vh;
   padding-bottom: 2vh;
   border: 1px solid rgba(245, 245, 245, 0.48);
   border-radius: 10vw;
   background-color: rgba(0, 0, 0, 0.55);
   width: 50%
 }
 #brxe-chaguz {
   cursor: pointer;
 }
 @media (max-width: 478px) {
   #brxe-chaguz {
     display: none
   }
 }
 #brxe-umkqbp {
   font-size: 0.9VW;
   color: #f5f5f5;
   font-family: "";
   font-weight: 300;
   line-height: 1VW
 }
 @media (max-width: 478px) {
   #brxe-umkqbp {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-qptydw {
   font-size: 0.9VW;
   color: #f5f5f5;
   font-family: "";
   font-weight: 300;
   line-height: 1VW;
   position: absolute
 }
 @media (max-width: 478px) {
   #brxe-qptydw {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-ycytqo {
   width: fit-content;
   position: relative;
   overflow: hidden
 }
 #brxe-rrywtz {
   align-self: center !important;
   justify-content: center;
   align-items: center;
   padding-top: 2vh;
   padding-bottom: 2vh;
   border: 1px solid rgba(245, 245, 245, 0.48);
   border-radius: 10vw;
   background-color: rgba(0, 0, 0, 0.55);
   display: none;
   width: 50%
 }
 #brxe-rrywtz {
   cursor: pointer;
 }
 @media (max-width: 478px) {
   #brxe-rrywtz {
     display: flex
   }
 }
 #brxe-pmzgen {
   font-size: 0.9VW;
   color: #f5f5f5;
   font-family: "";
   font-weight: 300;
   line-height: 1VW
 }
 @media (max-width: 478px) {
   #brxe-pmzgen {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-nbangx {
   font-size: 0.9VW;
   color: #f5f5f5;
   font-family: "";
   font-weight: 300;
   line-height: 1VW;
   position: absolute
 }
 @media (max-width: 478px) {
   #brxe-nbangx {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-qjwbdm {
   width: fit-content;
   position: relative;
   overflow: hidden
 }
 #brxe-uyawhu {
   align-self: center !important;
   justify-content: center;
   align-items: center;
   padding-top: 2vh;
   padding-bottom: 2vh;
   border: 1px solid rgba(245, 245, 245, 0.25);
   border-radius: 10vw;
   background-color: #014788;
   width: 50%
 }
 #brxe-uyawhu {
   cursor: pointer;
 }
 #brxe-tnmzca {
   flex-direction: row;
   column-gap: 1vh;
   width: 100%
 }
 @media (max-width: 478px) {
   #brxe-tnmzca {
     flex-wrap: nowrap
   }
 }
 #brxe-bxkauy {
   width: 0.8vw
 }
 @media (max-width: 478px) {
   #brxe-bxkauy {
     width: 2vw
   }
 }
 #brxe-zhaumf {
   font-size: 0.9VW;
   color: #f5f5f5;
   font-family: "";
   font-weight: 500;
   line-height: 1.1VW
 }
 @media (max-width: 478px) {
   #brxe-zhaumf {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-xtteaf {
   font-size: 0.9VW;
   color: #f5f5f5;
   font-family: "";
   font-weight: 500;
   line-height: 1.1VW
 }
 @media (max-width: 478px) {
   #brxe-xtteaf {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-ahdqno {
   font-size: 0.9VW;
   color: #f5f5f5;
   font-family: "";
   font-weight: 400;
   line-height: 1.1VW
 }
 @media (max-width: 478px) {
   #brxe-ahdqno {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-dqpfiu {
   font-size: 0.9VW;
   color: #f5f5f5;
   font-family: "Neue Haas";
   font-weight: 400;
   line-height: 1.1VW;
   position: absolute
 }
 @media (max-width: 478px) {
   #brxe-dqpfiu {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-eozaeq {
   font-size: 0.9VW;
   color: #f5f5f5;
   font-family: "Neue Haas";
   font-weight: 400;
   line-height: 1.1VW;
   position: absolute
 }
 @media (max-width: 478px) {
   #brxe-eozaeq {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-tgeooq {
   font-size: 0.9VW;
   color: #f5f5f5;
   font-family: "Neue Haas";
   font-weight: 400;
   line-height: 1.1VW;
   position: absolute
 }
 @media (max-width: 478px) {
   #brxe-tgeooq {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-vihpxm {
   width: 10vw;
   margin-top: -0.025vw;
   margin-right: 0;
   margin-left: 0;
   position: relative;
   overflow: hidden
 }
 @media (max-width: 478px) {
   #brxe-vihpxm {
     width: 29vw
   }
 }
 #brxe-lmvuxe {
   flex-direction: row;
   justify-content: flex-start;
   align-items: center;
   align-self: center !important;
   column-gap: 0.4vw;
   padding-top: 2vh;
   padding-bottom: 2vh;
   padding-left: 2vh;
   width: 80%
 }
 @media (max-width: 478px) {
   #brxe-lmvuxe {
     width: 80%;
     padding-left: 2.5vh;
     column-gap: 1vw
   }
 }
 #brxe-zzaoas {
   font-size: 0.9VW;
   color: #f5f5f5;
   font-family: "";
   font-weight: 400;
   line-height: 1VW
 }
 @media (max-width: 478px) {
   #brxe-zzaoas {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-niizpm {
   font-size: 0.9VW;
   color: #f5f5f5;
   font-family: "";
   font-weight: 400;
   line-height: 1VW;
   position: absolute
 }
 @media (max-width: 478px) {
   #brxe-niizpm {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-hcsavd {
   font-size: 0.9VW;
   color: #f5f5f5;
   font-family: "";
   font-weight: 400;
   line-height: 1VW;
   position: absolute
 }
 @media (max-width: 478px) {
   #brxe-hcsavd {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-iknfnf {
   font-size: 0.9VW;
   color: #f5f5f5;
   font-family: "";
   font-weight: 400;
   line-height: 1VW;
   position: absolute
 }
 @media (max-width: 478px) {
   #brxe-iknfnf {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-nyvpwn {
   width: 2vw;
   margin-top: -0.025vw;
   margin-right: 0;
   margin-left: 0;
   position: relative;
   overflow: hidden;
   align-items: flex-end
 }
 @media (max-width: 478px) {
   #brxe-nyvpwn {
     width: 4vw
   }
 }
 #brxe-lcdfnk {
   font-size: 0.9VW;
   color: #f5f5f5;
   font-family: "";
   font-weight: 400;
   line-height: 1VW
 }
 @media (max-width: 478px) {
   #brxe-lcdfnk {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-rnkpwv {
   flex-direction: row;
   align-self: center !important;
   justify-content: flex-end;
   padding-right: 2vh;
   row-gap: 0.3vw;
   column-gap: 0.1vw;
   width: 20%
 }
 @media (max-width: 478px) {
   #brxe-rnkpwv {
     width: 20%;
     padding-right: 3vh
   }
 }
 #brxe-iplinl {
   flex-direction: row;
   background-color: rgba(0, 0, 0, 0.5);
   border: 1px solid rgba(245, 245, 245, 0.42);
   border-radius: 15VW;
   width: 100%;
   padding-top: 0.2vw
 }
 @media (max-width: 478px) {
   #brxe-iplinl {
     flex-wrap: nowrap;
     justify-content: space-between
   }
 }
 #brxe-bscoao {
   position: fixed;
   bottom: 1vh;
   left: 1vh;
   width: 30%;
   row-gap: 1vh;
   z-index: 12;
   display: flex
 }
 @media (max-width: 478px) {
   #brxe-bscoao {
     width: 98%;
     right: 1vh
   }
 }
 #brxe-ompukr {
   padding-left: 0;
   position: fixed;
   z-index: 99;
   display: flex
 }
 @media (max-width: 478px) {
   #brxe-ompukr {
     display: flex
   }
 }
 #brxe-nawqsy {
   padding-left: 0;
   position: fixed;
   z-index: 99;
   background-color: #ffffff;
   height: 100VH;
   top: 0px;
   display: flex
 }
 @media (max-width: 478px) {
   #brxe-nawqsy {
     display: flex
   }
 }
 #brxe-ntbvuv {
   width: 7vw
 }

 #brxe-ntbvuv {
   cursor: pointer;
 }
 @media (max-width: 478px) {
   #brxe-ntbvuv {
     width: 20vw
   }
 }
 #brxe-tgjsda {
   width: 50%;
   position: relative;
   overflow: hidden
 }
 #brxe-tyorsc {
   font-size: 1.2vw;
   font-family: "Neue Haas";
   line-height: 1.2vw;
   letter-spacing: -0.04vw;
   font-weight: 800
 }
 @media (max-width: 478px) {
   #brxe-tyorsc {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 #brxe-nphrmi.horizontal .line {
   border-top-style: none
 }
 #brxe-nphrmi.vertical .line {
   border-right-style: none
 }
 #brxe-ddtxug {
   width: 25%;
   height: 25%;
   z-index: 2;
   background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/Group-85-3.png);
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center center
 }
 #brxe-ywaakq.horizontal .line {
   border-top-style: none
 }
 #brxe-ywaakq.vertical .line {
   border-right-style: none
 }
 #brxe-itwxuw {
   align-self: center !important;
   justify-content: center;
   align-items: center;
   background-color: #212121;
   width: 2.5vw;
   height: 2.5vw;
   border-radius: 4vw;
   min-width: 2.5vw;
   min-height: 2.5vw;
   max-width: 2.5vw;
   max-height: 2.5vw
 }
 @media (max-width: 478px) {
   #brxe-itwxuw {
     width: 8vw;
     min-width: 8vw;
     max-width: 8vw;
     height: 8vw;
     min-height: 8vw;
     max-height: 8vw
   }
 }
 #brxe-qrvtfe {
   width: 2.5vw;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   position: absolute;
   height: 2.5vw;
   z-index: 1
 }
 @media (max-width: 478px) {
   #brxe-qrvtfe {
     width: 8vw;
     height: 8vw
   }
 }
 #brxe-kijosg {
   width: 2.5vw;
   height: 2.5vw;
   position: relative;
   border-radius: 10vw;
   background-color: #e6e6e6;
   margin-right: 0;
   margin-left: 0;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   overflow: hidden
 }
 @media (max-width: 478px) {
   #brxe-kijosg {
     width: 8vw;
     height: 8vw
   }
 }
 #brxe-ygqqak {
   width: fit-content;
   flex-direction: row;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   column-gap: 0.7vw;
   margin-right: 0;
   margin-left: 0
 }
 #brxe-ygqqak {
   cursor: pointer;
 }
 #brxe-adbnsr {
   width: 50%;
   align-self: flex-end !important;
   justify-content: flex-end;
   align-items: flex-end;
   flex-direction: row
 }
 #brxe-zjzkpf {
   width: 100%;
   flex-direction: row;
   padding-right: 2vw;
   padding-left: 2vw;
   position: relative
 }
 #brxe-enuuvp {
   font-size: 2.4vw;
   color: #212121;
   font-family: "";
   line-height: 2.4vw;
   font-weight: 400;
   text-align: left;
   align-self: flex-start
 }
 @media (max-width: 478px) {
   #brxe-enuuvp {
     font-size: 4vw;
     line-height: 4vw;
     letter-spacing: -0.1vw;
     text-align: left;
     font-weight: 400;
     align-self: flex-start
   }
 }
 #brxe-gcyznl {
   width: 100%;
   position: relative;
   overflow: hidden
 }
 @media (max-width: 478px) {
   #brxe-gcyznl {
     width: 80%;
     margin-right: 0;
     margin-left: 0;
     position: relative;
     flex-wrap: nowrap;
     align-items: flex-start;
     align-self: flex-start !important
   }
 }
 #brxe-nallcr {
   font-size: 2.4vw;
   color: #212121;
   font-family: "";
   line-height: 2.4vw;
   font-weight: 400;
   text-align: left;
   align-self: flex-start
 }
 @media (max-width: 478px) {
   #brxe-nallcr {
     font-size: 4vw;
     line-height: 4vw;
     letter-spacing: -0.1vw;
     text-align: left;
     font-weight: 400;
     align-self: flex-start
   }
 }
 #brxe-jeeqsa {
   width: 100%;
   position: relative;
   overflow: hidden
 }
 @media (max-width: 478px) {
   #brxe-jeeqsa {
     width: 90%;
     margin-right: 0;
     margin-left: 0;
     position: relative;
     flex-wrap: nowrap;
     align-items: flex-start;
     align-self: flex-start !important
   }
 }
 @media (max-width: 478px) {
   #brxe-leosbg {
     width: 100%
   }
 }
 #brxe-sartal {
   width: 40%;
   padding-left: 0%;
   margin-left: 7%;
   z-index: 3
 }
 #brxe-iljlyj.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-iljlyj.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-iljlyj .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-tzowpx {
   width: 5vw;
   height: 5vw;
   border-radius: 6vw;
   background-color: #621e1e
 }
 @media (max-width: 478px) {
   #brxe-tzowpx {
     width: 7vw;
     height: 7vw;
     border-radius: 15vw
   }
 }
 #brxe-cgffou {
   align-self: center !important;
   justify-content: center;
   position: absolute
 }
 #brxe-mpykau {
   width: 5vw;
   height: 5vw;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   margin-right: 0;
   margin-left: 0;
   background-color: rgba(245, 245, 245, 0.21);
   border-radius: 10vw
 }
 #brxe-mpykau {
   backdrop-filter: blur(5px);
 }
 @media (max-width: 478px) {
   #brxe-mpykau {
     width: 7vw;
     height: 7vw;
     border-radius: 15vw
   }
 }
 #brxe-pgseev {
   row-gap: 1vh;
   margin-top: 3%;
   width: 6vw
 }
 #brxe-pgseev {
   cursor: pointer;
 }
 @media (max-width: 478px) {
   #brxe-pgseev {
     width: 7vw;
     align-self: center !important;
     justify-content: center;
     align-items: center;
     z-index: 2
   }
 }
 @media (max-width: 478px) {
   #brxe-gkewsr {
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0px;
     right: 0px;
     bottom: 0px;
     left: 0px;
     z-index: 0;
     background-image: url(https://isradevelopment.com/wp-content/uploads/2024/10/DSC05900_bkp-scaled.jpg);
     background-size: cover;
     background-position: center center
   }
 }
 @media (max-width: 478px) {
   #brxe-eeqzcb {
     width: 40vw;
     height: 25vw;
     margin-right: 0;
     margin-left: 0;
     border-radius: 1.5vw;
     align-self: flex-start !important;
     justify-content: center;
     align-items: center;
     position: relative;
     overflow: hidden
   }
 }
 #brxe-pzlamg {
   display: none
 }
 @media (max-width: 478px) {
   #brxe-pzlamg {
     width: 100%;
     align-self: flex-start !important;
     align-items: flex-start;
     flex-direction: column;
     flex-wrap: nowrap;
     justify-content: flex-start;
     column-gap: 2VW;
     display: flex
   }
 }
 #brxe-wsqwfu {
   align-self: center !important;
   align-items: flex-start;
   width: 25%;
   justify-content: center;
   margin-right: 0;
   margin-left: 0
 }
 @media (max-width: 478px) {
   #brxe-wsqwfu {
     width: 50%;
     flex-wrap: nowrap;
     flex-direction: column;
     position: relative;
     align-items: flex-start;
     align-self: center !important;
     justify-content: space-between;
     flex-shrink: 0;
     height: 58vw
   }
 }
 #brxe-junzgu {
   font-size: 2.5vw;
   color: #212121;
   font-family: "";
   line-height: 2vw;
   font-weight: 400;
   text-align: right;
   letter-spacing: -0.04vw
 }
 @media (max-width: 478px) {
   #brxe-junzgu {
     font-size: 6.2vw;
     line-height: 6vw;
     letter-spacing: -0.2vw
   }
 }
 #brxe-dvojaj {
   font-size: 2.5vw;
   color: #212121;
   font-family: "";
   line-height: 2vw;
   font-weight: 400;
   text-align: right;
   letter-spacing: -0.04vw
 }
 @media (max-width: 478px) {
   #brxe-dvojaj {
     font-size: 6.2vw;
     line-height: 6vw;
     letter-spacing: -0.2vw
   }
 }
 #brxe-mhcksu {
   position: absolute;
   top: 0px;
   bottom: 0px;
   right: 0px;
   align-self: flex-start !important;
   justify-content: flex-end;
   align-items: flex-start
 }
 @media (max-width: 478px) {
   #brxe-mhcksu {
     flex-wrap: nowrap;
     align-self: flex-start !important;
     align-items: flex-end
   }
 }
 #brxe-mepbgi {
   z-index: 2;
   position: relative;
   width: 100%
 }
 #brxe-mepbgi.horizontal .line {
   border-top-color: #363636
 }
 #brxe-mepbgi.vertical .line {
   border-right-color: #363636
 }
 #brxe-mepbgi .icon {
   color: #363636
 }
 @media (max-width: 478px) {
   #brxe-mepbgi {
     width: 100%
   }
 }
 #brxe-nuxshy {
   position: absolute;
   z-index: 1;
   width: 100%
 }
 #brxe-nuxshy.horizontal .line {
   border-top-color: #dcdcdc
 }
 #brxe-nuxshy.vertical .line {
   border-right-color: #dcdcdc
 }
 #brxe-nuxshy .icon {
   color: #dcdcdc
 }
 @media (max-width: 478px) {
   #brxe-nuxshy {
     width: 100%
   }
 }
 #brxe-cyjhfk {
   width: 100%;
   position: relative
 }
 @media (max-width: 478px) {
   #brxe-cyjhfk {
     align-items: flex-end;
     align-self: flex-end !important
   }
 }
 #brxe-qqsdup {
   width: 100%;
   position: absolute;
   bottom: 0px;
   left: 0px;
   right: 0px
 }
 #brxe-tqjtyu {
   align-self: flex-start !important;
   justify-content: flex-end;
   align-items: flex-start;
   position: relative;
   overflow: hidden;
   width: 100%;
   margin-right: 0;
   margin-left: 0;
   padding-bottom: 0.5vh
 }
 @media (max-width: 478px) {
   #brxe-tqjtyu {
     align-self: flex-start !important;
     justify-content: center;
     align-items: flex-end
   }
 }
 #brxe-iczccw {
   font-size: 2.5vw;
   color: #212121;
   font-family: "";
   line-height: 2vw;
   font-weight: 400;
   text-align: right;
   letter-spacing: -0.04vw
 }
 @media (max-width: 478px) {
   #brxe-iczccw {
     font-size: 6.2vw;
     line-height: 6vw;
     letter-spacing: -0.2vw
   }
 }
 #brxe-kpqzvd {
   font-size: 2.5vw;
   color: #212121;
   font-family: "";
   line-height: 2vw;
   font-weight: 400;
   text-align: right;
   letter-spacing: -0.04vw
 }
 @media (max-width: 478px) {
   #brxe-kpqzvd {
     font-size: 6.2vw;
     line-height: 6vw;
     letter-spacing: -0.2vw
   }
 }
 #brxe-hpkdnz {
   position: absolute;
   top: 0px;
   bottom: 0px;
   right: 0px;
   align-self: flex-start !important;
   justify-content: flex-end;
   align-items: flex-start
 }
 @media (max-width: 478px) {
   #brxe-hpkdnz {
     align-items: flex-end
   }
 }
 #brxe-hxtvam {
   position: relative;
   z-index: 2;
   width: 100%
 }
 #brxe-hxtvam.horizontal .line {
   border-top-color: #363636
 }
 #brxe-hxtvam.vertical .line {
   border-right-color: #363636
 }
 #brxe-hxtvam .icon {
   color: #363636
 }
 #brxe-avrkxl {
   position: absolute;
   z-index: 1
 }
 #brxe-avrkxl.horizontal .line {
   border-top-color: #dcdcdc
 }
 #brxe-avrkxl.vertical .line {
   border-right-color: #dcdcdc
 }
 #brxe-avrkxl .icon {
   color: #dcdcdc
 }
 #brxe-hjyoac {
   width: 100%;
   position: relative
 }
 @media (max-width: 478px) {
   #brxe-hjyoac {
     align-self: flex-end !important;
     align-items: flex-end
   }
 }
 #brxe-octanj {
   width: 100%;
   position: absolute;
   bottom: 0px;
   left: 0px;
   right: 0px
 }
 #brxe-kjfysg {
   align-items: flex-start;
   align-self: flex-start !important;
   justify-content: center;
   position: relative;
   overflow: hidden;
   width: 100%;
   margin-right: 0;
   margin-left: 0;
   padding-bottom: 0.5vh
 }
 @media (max-width: 478px) {
   #brxe-kjfysg {
     align-self: center !important;
     align-items: flex-end
   }
 }
 #brxe-fwebdy {
   font-size: 2.5vw;
   color: #212121;
   font-family: "";
   line-height: 2vw;
   font-weight: 400;
   text-align: right;
   letter-spacing: -0.04vw
 }
 @media (max-width: 478px) {
   #brxe-fwebdy {
     font-size: 6.2vw;
     line-height: 6vw;
     letter-spacing: -0.2vw
   }
 }
 #brxe-qqouwa {
   font-size: 2.5vw;
   color: #212121;
   font-family: "";
   line-height: 2vw;
   font-weight: 400;
   text-align: right;
   letter-spacing: -0.04vw
 }
 @media (max-width: 478px) {
   #brxe-qqouwa {
     font-size: 6.2vw;
     line-height: 6vw;
     letter-spacing: -0.2vw
   }
 }
 #brxe-ftbdbr {
   position: absolute;
   top: 0px;
   bottom: 0px;
   right: 0px;
   align-self: flex-start !important;
   justify-content: flex-end;
   align-items: flex-start
 }
 @media (max-width: 478px) {
   #brxe-ftbdbr {
     align-items: flex-end
   }
 }
 #brxe-ymxtlc {
   position: relative;
   z-index: 2;
   width: 100%
 }
 #brxe-ymxtlc.horizontal .line {
   border-top-color: #363636
 }
 #brxe-ymxtlc.vertical .line {
   border-right-color: #363636
 }
 #brxe-ymxtlc .icon {
   color: #363636
 }
 #brxe-utwnid {
   position: absolute;
   z-index: 1
 }
 #brxe-utwnid.horizontal .line {
   border-top-color: #dcdcdc
 }
 #brxe-utwnid.vertical .line {
   border-right-color: #dcdcdc
 }
 #brxe-utwnid .icon {
   color: #dcdcdc
 }
 #brxe-auefzd {
   width: 100%;
   position: relative
 }
 @media (max-width: 478px) {
   #brxe-auefzd {
     align-self: flex-end !important;
     align-items: flex-end
   }
 }
 #brxe-rmqiua {
   width: 100%;
   position: absolute;
   bottom: 0px;
   left: 0px;
   right: 0px
 }
 #brxe-aazxor {
   align-items: flex-start;
   align-self: flex-start !important;
   justify-content: center;
   position: relative;
   overflow: hidden;
   width: 100%;
   margin-right: 0;
   margin-left: 0;
   padding-bottom: 0.5vh
 }
 @media (max-width: 478px) {
   #brxe-aazxor {
     align-self: center !important;
     align-items: flex-end
   }
 }
 #brxe-ybcgxw {
   width: 32%;
   align-self: flex-start !important;
   justify-content: flex-start;
   margin-right: 0;
   margin-left: 0;
   row-gap: 1.75vh
 }
 @media (max-width: 478px) {
   #brxe-ybcgxw {
     width: 100%;
     flex-wrap: nowrap;
     row-gap: 3.5vw
   }
 }
 #brxe-dqtznb {
   font-size: 2.5vw;
   color: #212121;
   font-family: "";
   line-height: 2vw;
   font-weight: 400;
   text-align: right;
   letter-spacing: -0.04vw
 }
 @media (max-width: 478px) {
   #brxe-dqtznb {
     font-size: 6.2vw;
     line-height: 6vw;
     letter-spacing: -0.2vw
   }
 }
 #brxe-yyiczx {
   font-size: 2.5vw;
   color: #212121;
   font-family: "";
   line-height: 2vw;
   font-weight: 400;
   text-align: right;
   letter-spacing: -0.04vw
 }
 @media (max-width: 478px) {
   #brxe-yyiczx {
     font-size: 6.2vw;
     line-height: 6vw;
     letter-spacing: -0.2vw
   }
 }
 #brxe-rkivdb {
   position: absolute;
   top: 0px;
   bottom: 0px;
   right: 0px;
   align-self: flex-start !important;
   justify-content: flex-end;
   align-items: flex-start
 }
 @media (max-width: 478px) {
   #brxe-rkivdb {
     align-items: flex-end
   }
 }
 #brxe-lqizkx {
   position: relative;
   z-index: 2;
   width: 100%
 }
 #brxe-lqizkx.horizontal .line {
   border-top-color: #363636
 }
 #brxe-lqizkx.vertical .line {
   border-right-color: #363636
 }
 #brxe-lqizkx .icon {
   color: #363636
 }
 #brxe-zqiygs {
   position: absolute;
   z-index: 1
 }
 #brxe-zqiygs.horizontal .line {
   border-top-color: #dcdcdc
 }
 #brxe-zqiygs.vertical .line {
   border-right-color: #dcdcdc
 }
 #brxe-zqiygs .icon {
   color: #dcdcdc
 }
 #brxe-qjszmh {
   width: 100%;
   position: relative
 }
 @media (max-width: 478px) {
   #brxe-qjszmh {
     align-self: flex-end !important;
     align-items: flex-end
   }
 }
 #brxe-toesyj {
   width: 100%;
   position: absolute;
   bottom: 0px;
   left: 0px;
   right: 0px
 }
 #brxe-guhnjg {
   align-items: flex-start;
   justify-content: center;
   align-self: flex-start !important;
   position: relative;
   overflow: hidden;
   width: 100%;
   margin-right: 0;
   margin-left: 0;
   padding-bottom: 0.5vh
 }
 @media (max-width: 478px) {
   #brxe-guhnjg {
     align-self: center !important;
     align-items: flex-end
   }
 }
 #brxe-hiwchu {
   font-size: 2.5vw;
   color: #212121;
   font-family: "";
   line-height: 2vw;
   font-weight: 400;
   text-align: left;
   letter-spacing: -0.04vw;
   flex-shrink: 0;
   align-self: flex-start
 }
 @media (max-width: 478px) {
   #brxe-hiwchu {
     font-size: 6.2vw;
     line-height: 6vw;
     letter-spacing: -0.2vw;
     text-align: left;
     align-self: flex-end
   }
 }
 #brxe-kdifpr {
   font-size: 2.5vw;
   color: #212121;
   font-family: "";
   line-height: 2vw;
   font-weight: 400;
   text-align: right;
   letter-spacing: -0.04vw
 }
 @media (max-width: 478px) {
   #brxe-kdifpr {
     font-size: 6.2vw;
     line-height: 6vw;
     letter-spacing: -0.2vw
   }
 }
 #brxe-wgfmsf {
   position: absolute;
   top: 0px;
   bottom: 0px;
   right: 0px;
   align-self: flex-start !important;
   justify-content: flex-end;
   align-items: flex-start;
   flex-shrink: 0;
   width: 28vw
 }
 @media (max-width: 478px) {
   #brxe-wgfmsf {
     width: 100%;
     align-items: flex-end;
     flex-wrap: nowrap
   }
 }
 #brxe-cvsswo {
   position: relative;
   z-index: 2;
   width: 100%
 }
 #brxe-cvsswo.horizontal .line {
   border-top-color: #363636
 }
 #brxe-cvsswo.vertical .line {
   border-right-color: #363636
 }
 #brxe-cvsswo .icon {
   color: #363636
 }
 #brxe-tbtbnj {
   position: absolute;
   z-index: 1
 }
 #brxe-tbtbnj.horizontal .line {
   border-top-color: #dcdcdc
 }
 #brxe-tbtbnj.vertical .line {
   border-right-color: #dcdcdc
 }
 #brxe-tbtbnj .icon {
   color: #dcdcdc
 }
 #brxe-hnrenv {
   width: 100%;
   position: relative
 }
 @media (max-width: 478px) {
   #brxe-hnrenv {
     align-self: flex-end !important;
     align-items: flex-end
   }
 }
 #brxe-bngtdv {
   width: 100%;
   position: absolute;
   bottom: 0px;
   left: 0px;
   right: 0px
 }
 #brxe-voxeea {
   align-items: flex-start;
   justify-content: center;
   align-self: flex-start !important;
   position: relative;
   overflow: hidden;
   width: 100%;
   margin-right: 0;
   margin-left: 0;
   flex-wrap: nowrap;
   flex-direction: column;
   flex-grow: 2;
   padding-bottom: 0.5vh
 }
 @media (max-width: 478px) {
   #brxe-voxeea {
     align-self: flex-start !important;
     align-items: flex-end
   }
 }
 #brxe-efihdf {
   font-size: 2.5vw;
   color: #212121;
   font-family: "";
   line-height: 2vw;
   font-weight: 400;
   text-align: right;
   letter-spacing: -0.04vw
 }
 @media (max-width: 478px) {
   #brxe-efihdf {
     line-height: 6vw;
     font-size: 6.2vw;
     letter-spacing: -0.2vw
   }
 }
 #brxe-vkjvfj {
   font-size: 2.5vw;
   color: #212121;
   font-family: "";
   line-height: 2vw;
   font-weight: 400;
   text-align: right;
   letter-spacing: -0.04vw
 }
 @media (max-width: 478px) {
   #brxe-vkjvfj {
     font-size: 6.2vw;
     line-height: 6vw;
     letter-spacing: -0.2vw
   }
 }
 #brxe-tyxuxo {
   position: absolute;
   top: 0px;
   bottom: 0px;
   right: 0px;
   align-self: flex-start !important;
   justify-content: flex-end;
   align-items: flex-start
 }
 @media (max-width: 478px) {
   #brxe-tyxuxo {
     align-items: flex-end
   }
 }
 #brxe-xhnhcj {
   position: relative;
   z-index: 2;
   width: 100%
 }
 #brxe-xhnhcj.horizontal .line {
   border-top-color: #363636
 }
 #brxe-xhnhcj.vertical .line {
   border-right-color: #363636
 }
 #brxe-xhnhcj .icon {
   color: #363636
 }
 #brxe-qlkrxb {
   position: absolute;
   z-index: 1
 }
 #brxe-qlkrxb.horizontal .line {
   border-top-color: #dcdcdc
 }
 #brxe-qlkrxb.vertical .line {
   border-right-color: #dcdcdc
 }
 #brxe-qlkrxb .icon {
   color: #dcdcdc
 }
 #brxe-ycjuni {
   width: 100%;
   position: relative
 }
 @media (max-width: 478px) {
   #brxe-ycjuni {
     align-self: flex-end !important;
     align-items: flex-end
   }
 }
 #brxe-ztwaio {
   width: 100%;
   position: absolute;
   bottom: 0px;
   left: 0px;
   right: 0px
 }
 #brxe-eusruy {
   align-items: flex-start;
   justify-content: center;
   align-self: flex-start !important;
   position: relative;
   overflow: hidden;
   width: 100%;
   margin-right: 0;
   margin-left: 0;
   padding-bottom: 0.5vh
 }
 @media (max-width: 478px) {
   #brxe-eusruy {
     align-self: center !important;
     align-items: flex-end
   }
 }
 #brxe-hdxxwb {
   width: 32%;
   margin-right: 0;
   margin-left: 0;
   row-gap: 1.75vh
 }
 @media (max-width: 478px) {
   #brxe-hdxxwb {
     width: 100%;
     row-gap: 3.5vw
   }
 }
 #brxe-zojdyi {
   column-gap: 2vw;
   row-gap: 2vh;
   z-index: 2;
   width: 63%;
   flex-direction: row;
   margin-right: 0;
   margin-left: 0;
   justify-content: flex-end
 }
 #brxe-zojdyi .wrapper-buton-header {
   cursor: pointer;
 }
 @media (max-width: 478px) {
   #brxe-zojdyi {
     align-self: flex-start !important;
     justify-content: center;
     align-items: flex-start;
     width: 45%;
     column-gap: 3vw;
     flex-wrap: nowrap;
     flex-direction: column;
     row-gap: 3.5vw
   }
 }
 #brxe-ivjqyi {
   width: 100%;
   flex-direction: row;
   margin-top: 12vh;
   justify-content: space-between;
   padding-right: 2vw;
   padding-left: 2vw;
   position: relative
 }
 @media (max-width: 478px) {
   #brxe-ivjqyi {
     flex-direction: row;
     flex-wrap: nowrap;
     align-self: stretch !important;
     width: 100%;
     justify-content: space-between;
     row-gap: 5vh
   }
 }
 #brxe-nniuoc {
   color: #212121;
   font-family: "";
   font-weight: 500;
   font-size: 1VW;
   letter-spacing: -0.02VW;
   line-height: 1VW;
   z-index: 2
 }
 @media (max-width: 478px) {
   #brxe-nniuoc {
     font-size: 3vw;
     line-height: 3vw;
     letter-spacing: -0.06vw
   }
 }
 #brxe-rryxtz {
   color: #212121;
   font-family: "";
   font-weight: 500;
   font-size: 1VW;
   letter-spacing: -0.02VW;
   line-height: 1VW;
   z-index: 2
 }
 @media (max-width: 478px) {
   #brxe-rryxtz {
     font-size: 3vw;
     line-height: 3vw;
     letter-spacing: -0.06vw
   }
 }
 #brxe-vhvhwq {
   color: #212121;
   font-family: "";
   font-weight: 400;
   font-size: 1VW;
   letter-spacing: -0.02VW;
   line-height: 1VW;
   z-index: 2
 }
 @media (max-width: 478px) {
   #brxe-vhvhwq {
     font-size: 3vw;
     line-height: 3vw;
     letter-spacing: -0.06vw
   }
 }
 #brxe-sjdbgt {
   position: absolute;
   color: #212121;
   font-family: "";
   font-weight: 400;
   font-size: 1VW;
   letter-spacing: -0.02VW;
   line-height: 1VW;
   z-index: 2
 }
 @media (max-width: 478px) {
   #brxe-sjdbgt {
     font-size: 3vw;
     line-height: 3vw;
     letter-spacing: -0.06vw
   }
 }
 #brxe-gtfwny {
   width: fit-content;
   position: relative;
   overflow: hidden
 }
 @media (max-width: 478px) {
   #brxe-gtfwny {
     margin-right: 0;
     margin-left: 0
   }
 }
 #brxe-dbeyxf {
   align-self: center !important;
   justify-content: center;
   align-items: center;
   width: 16vw;
   flex-wrap: nowrap;
   flex-direction: row;
   column-gap: 0.2vw;
   position: relative;
   overflow: hidden;
   margin-right: 0;
   margin-left: 0
 }
 @media (max-width: 478px) {
   #brxe-dbeyxf {
     width: 55vw;
     align-self: flex-start !important;
     align-items: flex-start;
     justify-content: flex-start;
     column-gap: 0.6vw
   }
 }
 #brxe-rtllej {
   color: #212121;
   font-family: "";
   font-weight: 500;
   font-size: 1VW;
   letter-spacing: -0.02VW;
   line-height: 1VW;
   z-index: 2
 }
 @media (max-width: 478px) {
   #brxe-rtllej {
     font-size: 3vw;
     line-height: 3vw;
     letter-spacing: -0.06vw
   }
 }
 #brxe-bwcqjq {
   color: #212121;
   font-family: "";
   font-weight: 500;
   font-size: 1VW;
   letter-spacing: -0.02VW;
   line-height: 1VW;
   z-index: 2
 }
 @media (max-width: 478px) {
   #brxe-bwcqjq {
     font-size: 3vw;
     line-height: 3vw;
     letter-spacing: -0.06vw
   }
 }
 #brxe-xzaxti {
   color: #212121;
   font-family: "";
   font-weight: 400;
   font-size: 1VW;
   letter-spacing: -0.02VW;
   line-height: 1VW;
   z-index: 2
 }
 @media (max-width: 478px) {
   #brxe-xzaxti {
     font-size: 3vw;
     line-height: 3vw;
     letter-spacing: -0.06vw
   }
 }
 #brxe-wsigsd {
   position: absolute;
   color: #212121;
   font-family: "";
   font-weight: 400;
   font-size: 1VW;
   letter-spacing: -0.02VW;
   line-height: 1VW;
   z-index: 2
 }
 @media (max-width: 478px) {
   #brxe-wsigsd {
     font-size: 3vw;
     line-height: 3vw;
     letter-spacing: -0.06vw
   }
 }
 #brxe-jpdzsm {
   position: relative;
   width: fit-content;
   overflow: hidden
 }
 @media (max-width: 478px) {
   #brxe-jpdzsm {
     margin-right: 0;
     margin-left: 0
   }
 }
 #brxe-qgodht {
   align-self: center !important;
   align-items: center;
   justify-content: center;
   flex-wrap: nowrap;
   flex-direction: row;
   column-gap: 0.2vw;
   position: relative;
   overflow: hidden;
   width: 12vw;
   margin-right: 0;
   margin-left: 0
 }
 @media (max-width: 478px) {
   #brxe-qgodht {
     width: 45vw;
     align-self: flex-start !important;
     align-items: flex-start;
     justify-content: flex-start;
     column-gap: 0.6vw
   }
 }
 #brxe-bnwnkz.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-bnwnkz.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-bnwnkz .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-qlakxa {
   z-index: 0;
   position: absolute;
   bottom: 0px;
   right: 0px;
   background-color: #282828;
   width: 100%;
   display: none
 }
 @media (max-width: 478px) {
   #brxe-qlakxa {
     display: none
   }
 }
 #brxe-dhpvnn.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-dhpvnn.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-dhpvnn .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-xqcjwx {
   z-index: 2;
   background-color: #464646;
   width: 100%;
   align-self: flex-end !important;
   justify-content: flex-end;
   align-items: flex-end;
   margin-right: 0;
   margin-left: 0;
   height: 0.5vh;
   position: absolute;
   bottom: 0px;
   right: 0px;
   left: 0px
 }
 @media (max-width: 478px) {
   #brxe-xqcjwx {
     align-self: flex-end !important;
     justify-content: center;
     align-items: flex-end;
     width: 0.7vw;
     height: 14vw;
     right: 0px
   }
 }
 #brxe-jgdvbk {
   position: relative;
   width: 35%;
   align-self: flex-end !important;
   justify-content: space-between;
   align-items: center;
   margin-right: 0;
   margin-left: 0;
   flex-direction: row;
   column-gap: 1.5vw;
   padding-top: 2.75vh;
   padding-right: 1.5%;
   padding-bottom: 3vh;
   padding-left: 1.5%
 }
 @media (max-width: 478px) {
   #brxe-jgdvbk {
     align-self: center !important;
     justify-content: center;
     align-items: flex-start;
     width: 68%;
     column-gap: 1%;
     padding-top: 3vw;
     padding-right: 3%;
     padding-bottom: 3vw;
     padding-left: 3%;
     flex-direction: column-reverse;
     row-gap: 2vw
   }
 }
 #brxe-pjuver {
   width: 55%;
   z-index: 2
 }
 #brxe-pjuver:not(.tag), #brxe-pjuver img {
   filter: invert(30%)
 }
 #brxe-pjuver {
   color: #fff;
   mix-blend-mode: difference;
 }
 #brxe-ppkodz.horizontal .line {
   border-top-style: none
 }
 #brxe-ppkodz.vertical .line {
   border-right-style: none
 }
 #brxe-efegli {
   width: 3vw;
   height: 3vw;
   border-radius: 4vw;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   background-color: #ffffff
 }
 @media (max-width: 478px) {
   #brxe-efegli {
     width: 10vw;
     height: 10vw
   }
 }
 #brxe-wbprdy {
   align-self: center !important;
   position: absolute;
   width: 3vw;
   height: 3vw;
   justify-content: center;
   align-items: center
 }
 @media (max-width: 478px) {
   #brxe-wbprdy {
     width: 10vw;
     height: 10vw
   }
 }
 #brxe-jadoxy {
   align-self: center !important;
   align-items: center;
   width: 3vw;
   justify-content: center;
   margin-right: 0;
   margin-left: 0;
   position: relative;
   border: 1px solid rgba(205, 205, 205, 0);
   border-radius: 5vw;
   overflow: hidden;
   height: 3vw
 }
 @media (max-width: 478px) {
   #brxe-jadoxy {
     width: 10vw;
     height: 10vw;
     border-radius: 12vw
   }
 }
 #brxe-xvculz {
   width: 55%;
   z-index: 2
 }
 #brxe-xvculz:not(.tag), #brxe-xvculz img {
   filter: invert(30%)
 }
 #brxe-xvculz {
   color: #fff;
   mix-blend-mode: difference;
 }
 #brxe-lqdurn.horizontal .line {
   border-top-style: none
 }
 #brxe-lqdurn.vertical .line {
   border-right-style: none
 }
 #brxe-apiail {
   width: 3vw;
   height: 3vw;
   border-radius: 4vw;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   background-color: #ffffff
 }
 @media (max-width: 478px) {
   #brxe-apiail {
     width: 10vw;
     height: 10vw
   }
 }
 #brxe-xycikn {
   position: absolute;
   width: 3vw;
   height: 3vw;
   align-self: center !important;
   justify-content: center;
   align-items: center
 }
 @media (max-width: 478px) {
   #brxe-xycikn {
     width: 10vw;
     height: 10vw
   }
 }
 #brxe-avceuc {
   position: relative;
   width: 3vw;
   height: 3vw;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   margin-right: 0;
   margin-left: 0;
   border: 1px solid rgba(205, 205, 205, 0);
   border-radius: 5vw;
   overflow: hidden
 }
 @media (max-width: 478px) {
   #brxe-avceuc {
     width: 10vw;
     height: 10vw;
     border-radius: 12vw
   }
 }
 #brxe-wxkukn {
   flex-direction: row;
   justify-content: flex-end;
   align-items: flex-end;
   align-self: flex-end !important;
   column-gap: 0.6vw;
   width: 60%;
   margin-right: 0;
   margin-left: 0
 }
 #brxe-wxkukn .social-footer {
   cursor: pointer;
 }
 #brxe-wxkukn .social-footer .cerc-bg-soclal {
   transition: all 0.3s ease-in-out;
   transform: scale(0);
 }
 #brxe-wxkukn .social-footer:hover .cerc-bg-soclal {
   transform: scale(1);
 }
 #brxe-wxkukn .social-footer .logo-social-footer {
   transition: all 0.3s ease-in-out;
   transform: scale(1);
 }
 #brxe-wxkukn .social-footer:hover .logo-social-footer {
   transform: scale(0.8);
 }
 @media (max-width: 478px) {
   #brxe-wxkukn {
     align-self: flex-end !important;
     justify-content: flex-end;
     align-items: flex-end;
     column-gap: 0vw;
     margin-top: 3vw
   }
 }
 #brxe-ymcpmz {
   width: 100%;
   flex-direction: row;
   justify-content: space-between;
   padding-top: 9vh;
   padding-right: 2vw;
   padding-left: 2vw
 }
 @media (max-width: 478px) {
   #brxe-ymcpmz {
     flex-wrap: nowrap
   }
 }
 #brxe-pzcxiw {
   width: 100%;
   position: relative;
   padding-top: 2vh;
   padding-bottom: 2vh;
   z-index: 2;
   overflow: hidden
 }
 @media (max-width: 478px) {
   #brxe-pzcxiw {
     padding-bottom: 5vw
   }
 }
 #brxe-dqawru.horizontal .line {
   border-top-style: none
 }
 #brxe-dqawru.vertical .line {
   border-right-style: none
 }
 #brxe-iypjsq {
   position: absolute;
   top: 0px;
   right: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   background-color: #f5f5f5;
   z-index: 0
 }
 #brxe-vhbkxt {
   width: 100%;
   position: relative;
   z-index: 2
 }
 #brxe-wgdwxc.horizontal .line {
   border-top-style: none
 }
 #brxe-wgdwxc.vertical .line {
   border-right-style: none
 }
 #brxe-fwqtyk {
   background-color: rgba(0, 0, 0, 0.74);
   position: absolute;
   top: 0px;
   right: 0px;
   left: 0px;
   bottom: 0px;
   height: 100vh;
   width: 100%;
   z-index: 0
 }
 #brxe-yrzwfh {
   width: 100%;
   position: fixed;
   top: 0px;
   padding-top: 1vh;
   padding-right: 1vw;
   padding-left: 1vw;
   z-index: 12;
   display: flex
 }
 @media (max-width: 478px) {
   #brxe-yrzwfh {
     position: fixed;
     z-index: 12
   }
 }


 /* BREAKPOINT: Desktop (BASE) */
 #brxe-uxzzbt {
   color: #f5f5f5;
   font-size: 2.5vw;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.06vw;
   line-height: 2.5vw;
   text-align: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-uxzzbt {
     font-size: 7vw;
     line-height: 7vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-wkzmmt {
   align-self: center !important;
   justify-content: center;
   align-items: center;
   position: relative;
   overflow: hidden
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-hekyfo {
   align-self: center !important;
   justify-content: center;
   align-items: center;
   z-index: 4
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-dstcrp {
   color: #f5f5f5;
   font-size: 1vw;
   font-family: "";
   font-weight: 400;
   letter-spacing: 0px;
   line-height: 1.2vw;
   text-align: left
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-dstcrp {
     font-size: 2.75vw;
     line-height: 2.75vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-vyklgd {
   align-self: center !important;
   justify-content: center;
   align-items: center;
   position: relative;
   overflow: hidden;
   z-index: 3
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-wpaucl {
   color: #f5f5f5;
   font-size: 1vw;
   font-family: "";
   font-weight: 400;
   letter-spacing: 0px;
   line-height: 1.2vw;
   text-align: left
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-wpaucl {
     font-size: 2.75vw;
     line-height: 2.75vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-qhyihn {
   position: absolute;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   overflow: hidden;
   z-index: 3
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-bgliss .line {
   height: 1px
 }
 #brxe-bgliss.horizontal .line {
   border-top-width: 1px;
   border-top-color: #f5f5f5
 }
 #brxe-bgliss {
   width: 5%;
   position: absolute;
   bottom: 0px;
   left: 0px;
   height: 2px;
   background-color: #f5f5f5
 }
 #brxe-bgliss.vertical .line {
   border-right-color: #f5f5f5
 }
 #brxe-bgliss .icon {
   color: #f5f5f5
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-bgliss {
     width: 2vw;
     background-color: #f5f5f5;
     height: 1px
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-jdofpt {
   width: 2px;
   position: absolute;
   height: 0.75vw;
   background-color: #f5f5f5;
   bottom: 0px;
   left: 0px
 }
 #brxe-jdofpt.horizontal .line {
   border-top-color: #f5f5f5;
   width: 1px
 }
 #brxe-jdofpt.vertical .line {
   border-right-color: #f5f5f5;
   border-right-width: 1px
 }
 #brxe-jdofpt .icon {
   color: #f5f5f5
 }
 /* BREAKPOINT: Mobile landscape */
 @media (max-width: 767px) {
   #brxe-jdofpt {
     width: 1px
   }
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-jdofpt {
     height: 2vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-qaxqxf .line {
   height: 1px
 }
 #brxe-qaxqxf.horizontal .line {
   border-top-width: 1px;
   border-top-color: #f5f5f5
 }
 #brxe-qaxqxf {
   width: 5%;
   position: absolute;
   right: 0px;
   bottom: 0px;
   height: 2px;
   background-color: #f5f5f5
 }
 #brxe-qaxqxf.vertical .line {
   border-right-color: #f5f5f5
 }
 #brxe-qaxqxf .icon {
   color: #f5f5f5
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-qaxqxf {
     width: 2vw;
     height: 1px;
     background-color: #f5f5f5
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-aiplvf {
   width: 1px;
   position: absolute;
   height: 0.75vw;
   background-color: #f5f5f5;
   right: 0px;
   bottom: 0px
 }
 #brxe-aiplvf.horizontal .line {
   border-top-color: rgba(245, 245, 245, 0)
 }
 #brxe-aiplvf.vertical .line {
   border-right-color: rgba(245, 245, 245, 0)
 }
 #brxe-aiplvf .icon {
   color: rgba(245, 245, 245, 0)
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-aiplvf {
     height: 2vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-tqxohy .line {
   height: 1px
 }
 #brxe-tqxohy.horizontal .line {
   border-top-width: 1px;
   border-top-color: #f5f5f5
 }
 #brxe-tqxohy {
   width: 5%;
   position: absolute;
   top: 0px;
   right: 0px;
   height: 1px;
   background-color: #f5f5f5
 }
 #brxe-tqxohy.vertical .line {
   border-right-color: #f5f5f5
 }
 #brxe-tqxohy .icon {
   color: #f5f5f5
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-tqxohy {
     width: 2vw;
     height: 1px;
     background-color: #f5f5f5
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-ewijgi {
   width: 1px;
   position: absolute;
   top: 0px;
   height: 0.75vw;
   background-color: #f5f5f5;
   right: 0px
 }
 #brxe-ewijgi.horizontal .line {
   border-top-color: rgba(245, 245, 245, 0)
 }
 #brxe-ewijgi.vertical .line {
   border-right-color: rgba(245, 245, 245, 0)
 }
 #brxe-ewijgi .icon {
   color: rgba(245, 245, 245, 0)
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-ewijgi {
     height: 2vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-wzamuw .line {
   height: 1px
 }
 #brxe-wzamuw.horizontal .line {
   border-top-width: 1px;
   border-top-color: #f5f5f5
 }
 #brxe-wzamuw {
   width: 5%;
   position: absolute;
   top: 0px;
   left: 0px;
   height: 1px;
   background-color: #f5f5f5
 }
 #brxe-wzamuw.vertical .line {
   border-right-color: #f5f5f5
 }
 #brxe-wzamuw .icon {
   color: #f5f5f5
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-wzamuw {
     width: 2vw;
     height: 1px;
     background-color: #f5f5f5
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-ljpvko {
   width: 2px;
   position: absolute;
   top: 0px;
   left: 0px;
   height: 0.75vw;
   background-color: #f5f5f5
 }
 #brxe-ljpvko.horizontal .line {
   border-top-color: rgba(245, 245, 245, 0)
 }
 #brxe-ljpvko.vertical .line {
   border-right-color: rgba(245, 245, 245, 0)
 }
 #brxe-ljpvko .icon {
   color: rgba(245, 245, 245, 0)
 }
 /* BREAKPOINT: Mobile landscape */
 @media (max-width: 767px) {
   #brxe-ljpvko {
     width: 1px
   }
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-ljpvko {
     height: 2vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-onugsy {
   align-self: center !important;
   justify-content: center;
   align-items: center;
   width: 17vw;
   padding-top: 1.8vh;
   padding-bottom: 1.8vh;
   position: absolute
 }
 #brxe-onugsy {
   cursor: pointer;
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-onugsy {
     width: 48vw;
     padding-top: 2vh;
     padding-bottom: 2vh
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-fqhjrn {
   align-self: center !important;
   justify-content: center;
   align-items: center;
   margin-top: 6vh;
   z-index: 4
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-fqhjrn {
     align-self: center !important;
     justify-content: center;
     align-items: center
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-szbsja {
   color: #f5f5f5;
   font-size: 1vw;
   font-family: "";
   font-weight: 400;
   letter-spacing: -0.01vw;
   line-height: 1vw;
   text-align: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-szbsja {
     font-size: 3vw;
     line-height: 7vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-wiudrk {
   align-self: center !important;
   justify-content: center;
   align-items: center;
   overflow: hidden;
   z-index: 4
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-motcxq.horizontal .line {
   border-top-color: rgba(0, 0, 0, 0)
 }
 #brxe-motcxq.vertical .line {
   border-right-color: rgba(0, 0, 0, 0)
 }
 #brxe-motcxq .icon {
   color: rgba(0, 0, 0, 0)
 }
 #brxe-motcxq {
   width: 100%
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-zktkez {
   position: absolute;
   top: 0px;
   right: 0px;
   left: 0px;
   bottom: 0px;
   z-index: 1;
   background-image: linear-gradient(#070707 20%, rgba(7, 7, 7, 0.35) 70%, #070707 100%);
   width: 100%
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-hpmcim {
   height: 60vh;
   padding-top: 10VH;
   padding-bottom: 10VH;
   row-gap: 9vh;
   align-self: center !important;
   justify-content: center;
   position: relative;
   overflow: HIDDEN;
   background-color: #070707
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-hpmcim {
     flex-direction: column;
     height: 140vw;
     row-gap: 7vh
   }
 }
 /* TEMPLATE SHORTCODE CSS (ID: 12879) */
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-ghgsrb {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-ghgsrb {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-urqifu {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-urqifu {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-wtqwbd {
   color: #9e9e9e;
   font-size: 1VW;
   font-family: "";
   font-weight: 400;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-wtqwbd {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-ggqojf {
   flex-direction: row;
   column-gap: 0.2vw;
   align-self: flex-end !important;
   justify-content: center;
   align-items: center;
   flex-wrap: nowrap;
   width: fit-content;
   margin-right: 0;
   margin-left: 0
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-ggqojf {
     width: fit-content;
     margin-right: 0;
     margin-left: 0;
     align-items: flex-end;
     justify-content: flex-end
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-ldlyir {
   width: 100%;
   z-index: 2
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-nvjhnu {
   color: #f5f5f5;
   font-size: 1.5VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.5VW;
   text-align: left;
   align-self: flex-start
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-nvjhnu {
     font-size: 4.25vw;
     line-height: 4vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-ykcztl {
   justify-content: flex-start;
   align-items: flex-start;
   align-self: flex-end !important;
   flex-wrap: nowrap
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-ykcztl {
     width: 80%
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-cnydar {
   width: 2.3vw;
   height: 2.3vw;
   position: absolute;
   z-index: 0
 }
 #brxe-cnydar * {
   stroke-width: 100px !important
 }
 #brxe-cnydar :not([stroke="none"]) {
   stroke: #f5f5f5 !important
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-cnydar {
     position: absolute;
     z-index: 0;
     width: 34.5px;
     height: 34.5px;
     min-width: 34.5px;
     min-height: 34.5px
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-zzzcfh {
   width: 40%;
   position: relative
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-izevbr.horizontal .line {
   border-top-style: none
 }
 #brxe-izevbr.vertical .line {
   border-right-style: none
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-ulvxwf {
   position: absolute;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   z-index: 0;
   background-color: #9e5ba9;
   width: 2vw;
   height: 2vw;
   border-style: none;
   border-radius: 12vw
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-ulvxwf {
     width: 30px;
     height: 30px
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-hitghs {
   width: 40%
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-mqtwbl {
   position: absolute;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   z-index: 2;
   background-color: rgba(0, 0, 0, 0)
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-mqtwbl {
     width: 30px;
     height: 30px
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-pvkxmp {
   align-self: center !important;
   justify-content: center;
   align-items: center;
   z-index: 3;
   position: relative;
   overflow: hidden;
   width: 2vw;
   height: 2vw;
   background-color: #212121;
   border-radius: 5vw;
   margin-right: 0;
   margin-bottom: 0;
   margin-left: 0
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-pvkxmp {
     margin-right: 0;
     margin-left: 0;
     width: 29px;
     height: 29px;
     z-index: 3;
     align-self: center !important;
     justify-content: center;
     align-items: center;
     flex-wrap: nowrap
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-axxmkg {
   column-gap: 25%;
   width: 2.2vw;
   height: 2.2vw;
   align-self: flex-end !important;
   justify-content: center;
   align-items: center;
   border-radius: 5vw;
   background-color: rgba(245, 245, 245, 0.42);
   z-index: 3;
   margin-right: 0;
   margin-left: 0
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-axxmkg {
     height: 33px;
     width: 33px;
     margin-right: 0;
     margin-left: 15px;
     position: relative;
     justify-content: center;
     align-items: center;
     align-self: flex-end !important;
     flex-wrap: nowrap
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-qsetng {
   align-self: center !important;
   justify-content: center;
   align-items: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-qsetng {
     width: 20%
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-qrclcf {
   flex-direction: row;
   width: 100%;
   z-index: 2
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-qrclcf {
     flex-wrap: nowrap
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-lftzfl.horizontal .line {
   border-top-style: none
 }
 #brxe-lftzfl.vertical .line {
   border-right-style: none
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-pakwog {
   background-image: url(https://training.momenthumagency.ro/wp-content/uploads/2024/09/PARTER-LIVING-2-1-scaled.jpg);
   background-size: cover;
   background-position: center center;
   position: absolute;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   z-index: 0
 }
 :where(#brxe-pakwog > *) {
   position: relative
 }
 #brxe-pakwog::before {
   background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.7) 100%);
   position: absolute;
   content: "";
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   pointer-events: none
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-hydscv {
   width: 40%;
   height: 60vh;
   justify-content: space-between;
   padding-top: 1.5vh;
   padding-right: 1.5vh;
   padding-bottom: 1.5vh;
   padding-left: 1.5vh;
   flex-shrink: 0;
   position: relative;
   overflow: hidden
 }
 #brxe-hydscv {
   cursor: pointer;
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-hydscv {
     margin-right: 0;
     margin-left: 0;
     width: 60%;
     height: 60vh
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-szsunu {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-szsunu {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-vujygk {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-vujygk {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-rprusr {
   color: #9e9e9e;
   font-size: 1VW;
   font-family: "";
   font-weight: 400;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-rprusr {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-swkfyo {
   flex-direction: row;
   column-gap: 0.2vw;
   align-self: flex-end !important;
   justify-content: center;
   align-items: center;
   flex-wrap: nowrap;
   width: fit-content;
   margin-right: 0;
   margin-left: 0
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-swkfyo {
     width: fit-content;
     margin-right: 0;
     margin-left: 0;
     align-items: flex-end;
     justify-content: flex-end
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-fdxogo {
   width: 100%;
   z-index: 2
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-ceidma {
   color: #f5f5f5;
   font-size: 1.5VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.5VW;
   text-align: left;
   align-self: flex-start
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-ceidma {
     font-size: 4.25vw;
     line-height: 4vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-ypwfrs {
   justify-content: flex-start;
   align-items: flex-start;
   align-self: flex-end !important;
   flex-wrap: nowrap
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-ypwfrs {
     width: 80%
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-gngqol {
   width: 2.3vw;
   height: 2.3vw;
   position: absolute;
   z-index: 0
 }
 #brxe-gngqol * {
   stroke-width: 100px !important
 }
 #brxe-gngqol :not([stroke="none"]) {
   stroke: #f5f5f5 !important
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-gngqol {
     position: absolute;
     z-index: 0;
     width: 34.5px;
     height: 34.5px;
     min-width: 34.5px;
     min-height: 34.5px
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-xttnfl {
   width: 40%;
   position: relative
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-idfmwo.horizontal .line {
   border-top-style: none
 }
 #brxe-idfmwo.vertical .line {
   border-right-style: none
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-nomlmn {
   position: absolute;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   z-index: 0;
   background-color: #789b50;
   width: 2vw;
   height: 2vw;
   border-style: none;
   border-radius: 12vw
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-nomlmn {
     width: 30px;
     height: 30px
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-wykxft {
   width: 40%
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-hrtzhk {
   position: absolute;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   z-index: 2;
   background-color: rgba(0, 0, 0, 0)
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-hrtzhk {
     width: 30px;
     height: 30px
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-zwerhr {
   align-self: center !important;
   justify-content: center;
   align-items: center;
   z-index: 3;
   position: relative;
   overflow: hidden;
   width: 2vw;
   height: 2vw;
   background-color: #212121;
   border-radius: 5vw;
   margin-right: 0;
   margin-bottom: 0;
   margin-left: 0
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-zwerhr {
     margin-right: 0;
     margin-left: 0;
     width: 29px;
     height: 29px;
     z-index: 3;
     align-self: center !important;
     justify-content: center;
     align-items: center;
     flex-wrap: nowrap
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-fsumge {
   column-gap: 25%;
   width: 2.2vw;
   height: 2.2vw;
   align-self: flex-end !important;
   justify-content: center;
   align-items: center;
   border-radius: 5vw;
   background-color: rgba(245, 245, 245, 0.42);
   z-index: 3;
   margin-right: 0;
   margin-left: 0
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-fsumge {
     height: 33px;
     width: 33px;
     margin-right: 0;
     margin-left: 15px;
     position: relative;
     justify-content: center;
     align-items: center;
     align-self: flex-end !important;
     flex-wrap: nowrap
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-wjkywe {
   align-self: center !important;
   justify-content: center;
   align-items: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-wjkywe {
     width: 20%
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-dicqux {
   flex-direction: row;
   width: 100%;
   z-index: 2
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-dicqux {
     flex-wrap: nowrap
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-xnmard.horizontal .line {
   border-top-style: none
 }
 #brxe-xnmard.vertical .line {
   border-right-style: none
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-ggrryj {
   background-image: url(https://isradesign.com/wp-content/uploads/2024/10/DSC06889-Edit_web-max-scaled.jpg);
   background-size: cover;
   background-position: center 65%;
   position: absolute;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   z-index: 0
 }
 :where(#brxe-ggrryj > *) {
   position: relative
 }
 #brxe-ggrryj::before {
   background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.7) 100%);
   position: absolute;
   content: "";
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   pointer-events: none
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-meuhkr {
   width: 40%;
   height: 60vh;
   justify-content: space-between;
   padding-top: 1.5vh;
   padding-right: 1.5vh;
   padding-bottom: 1.5vh;
   padding-left: 1.5vh;
   flex-shrink: 0;
   position: relative;
   overflow: hidden
 }
 #brxe-meuhkr {
   cursor: pointer;
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-meuhkr {
     margin-right: 0;
     margin-left: 0;
     width: 60%;
     height: 60vh
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-lxzqdp {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-lxzqdp {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-wsurvx {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-wsurvx {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-mbxluw {
   color: #9e9e9e;
   font-size: 1VW;
   font-family: "";
   font-weight: 400;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-mbxluw {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-iptixo {
   flex-direction: row;
   column-gap: 0.2vw;
   align-self: flex-end !important;
   justify-content: center;
   align-items: center;
   flex-wrap: nowrap;
   width: fit-content;
   margin-right: 0;
   margin-left: 0
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-iptixo {
     width: fit-content;
     margin-right: 0;
     margin-left: 0;
     align-items: flex-end;
     justify-content: flex-end
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-oefzxs {
   width: 100%;
   z-index: 2
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-gaofjg {
   color: #f5f5f5;
   font-size: 1.5VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.5VW;
   text-align: left;
   align-self: flex-start
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-gaofjg {
     font-size: 4.25vw;
     line-height: 4vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-bgjhxo {
   justify-content: flex-start;
   align-items: flex-start;
   align-self: flex-end !important;
   flex-wrap: nowrap
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-bgjhxo {
     width: 80%
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-brbtsa {
   width: 2.3vw;
   height: 2.3vw;
   position: absolute;
   z-index: 0
 }
 #brxe-brbtsa * {
   stroke-width: 100px !important
 }
 #brxe-brbtsa :not([stroke="none"]) {
   stroke: #f5f5f5 !important
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-brbtsa {
     position: absolute;
     z-index: 0;
     width: 34.5px;
     height: 34.5px;
     min-width: 34.5px;
     min-height: 34.5px
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-thxfhg {
   width: 40%;
   position: relative
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-qgzbds.horizontal .line {
   border-top-style: none
 }
 #brxe-qgzbds.vertical .line {
   border-right-style: none
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-jomael {
   position: absolute;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   z-index: 0;
   background-color: #6b0906;
   width: 2vw;
   height: 2vw;
   border-style: none;
   border-radius: 12vw
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-jomael {
     width: 30px;
     height: 30px
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-jgffci {
   width: 40%
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-ufmwac {
   position: absolute;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   z-index: 2;
   background-color: rgba(0, 0, 0, 0)
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-ufmwac {
     width: 30px;
     height: 30px
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-eunqqx {
   align-self: center !important;
   justify-content: center;
   align-items: center;
   z-index: 3;
   position: relative;
   overflow: hidden;
   width: 2vw;
   height: 2vw;
   background-color: #212121;
   border-radius: 5vw;
   margin-right: 0;
   margin-bottom: 0;
   margin-left: 0
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-eunqqx {
     margin-right: 0;
     margin-left: 0;
     width: 29px;
     height: 29px;
     z-index: 3;
     align-self: center !important;
     justify-content: center;
     align-items: center;
     flex-wrap: nowrap
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-ontkrf {
   column-gap: 25%;
   width: 2.2vw;
   height: 2.2vw;
   align-self: flex-end !important;
   justify-content: center;
   align-items: center;
   border-radius: 5vw;
   background-color: rgba(245, 245, 245, 0.42);
   z-index: 3;
   margin-right: 0;
   margin-left: 0
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-ontkrf {
     height: 33px;
     width: 33px;
     margin-right: 0;
     margin-left: 15px;
     position: relative;
     justify-content: center;
     align-items: center;
     align-self: flex-end !important;
     flex-wrap: nowrap
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-gzlkyy {
   align-self: center !important;
   justify-content: center;
   align-items: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-gzlkyy {
     width: 20%
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-fpukui {
   flex-direction: row;
   width: 100%;
   z-index: 2
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-fpukui {
     flex-wrap: nowrap
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-ntjlyp.horizontal .line {
   border-top-style: none
 }
 #brxe-ntjlyp.vertical .line {
   border-right-style: none
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-mwloqr {
   background-image: url(https://training.momenthumagency.ro/wp-content/uploads/2024/09/DSC05002-Edit_web-max-scaled.jpg);
   background-size: cover;
   background-position: center center;
   position: absolute;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   z-index: 0
 }
 :where(#brxe-mwloqr > *) {
   position: relative
 }
 #brxe-mwloqr::before {
   background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.7) 100%);
   position: absolute;
   content: "";
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   pointer-events: none
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-unensg {
   width: 40%;
   height: 60vh;
   justify-content: space-between;
   padding-top: 1.5vh;
   padding-right: 1.5vh;
   padding-bottom: 1.5vh;
   padding-left: 1.5vh;
   flex-shrink: 0;
   position: relative;
   overflow: hidden
 }
 #brxe-unensg {
   cursor: pointer;
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-unensg {
     margin-right: 0;
     margin-left: 0;
     width: 60%;
     height: 60vh
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-bqfufo {
   width: 100%;
   justify-content: space-between;
   flex-direction: row;
   column-gap: 1vw
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-bqfufo {
     flex-wrap: nowrap;
     column-gap: 2vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-xghtgw {
   color: #f5f5f5;
   font-size: 2vh;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 2vh;
   text-align: left;
   align-self: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-xghtgw {
     font-size: 3.75vw;
     line-height: 3vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-xuxmuh {
   align-self: center !important;
   justify-content: center;
   align-items: center;
   width: FIT-CONTENT;
   margin-right: 0;
   margin-left: 0;
   background-color: #070707;
   padding-top: 1.5vh;
   padding-right: 5vh;
   padding-bottom: 1.5vh;
   padding-left: 5vh;
   border-radius: 3vh;
   position: absolute;
   top: -2.5vh
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-lgbmsl {
   background-color: #121212;
   width: 100%;
   height: 100%;
   min-height: 30vh;
   justify-content: center;
   align-items: center;
   align-self: center !important;
   padding-top: 6vh;
   padding-bottom: 3vh;
   position: relative;
   display: none
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-lgbmsl {
     height: 100%
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-drgcbw {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-drgcbw {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-skiicz {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-skiicz {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-qyvavs {
   color: #9e9e9e;
   font-size: 1VW;
   font-family: "";
   font-weight: 400;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-qyvavs {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-kfneno {
   flex-direction: row;
   column-gap: 0.2vw;
   align-self: flex-end !important;
   justify-content: center;
   align-items: center;
   flex-wrap: nowrap;
   width: fit-content;
   margin-right: 0;
   margin-left: 0
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-kfneno {
     width: fit-content;
     margin-right: 0;
     margin-left: 0;
     align-items: flex-end;
     justify-content: flex-end
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-igwkbr {
   width: 100%;
   z-index: 2
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-bnkeqa {
   color: #f5f5f5;
   font-size: 1.5VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.5VW;
   text-align: left;
   align-self: flex-start
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-yfhdcn {
   justify-content: flex-start;
   align-items: flex-start;
   align-self: flex-end !important;
   flex-wrap: nowrap;
	 z-index: 1;
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-yfhdcn {
     width: 80%
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-riyjkm {
   width: 2.3vw;
   height: 2.3vw;
   position: absolute;
   z-index: 0
 }
 #brxe-riyjkm * {
   stroke-width: 100px !important
 }
 #brxe-riyjkm :not([stroke="none"]) {
   stroke: #f5f5f5 !important
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-riyjkm {
     position: absolute;
     z-index: 0;
     width: 34.5px;
     height: 34.5px;
     min-width: 34.5px;
     min-height: 34.5px
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-detmtn {
   width: 40%;
   position: relative
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-zgzpwo.horizontal .line {
   border-top-style: none
 }
 #brxe-zgzpwo.vertical .line {
   border-right-style: none
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-plocml {
   position: absolute;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   z-index: 0;
   background-color: #9e5ba9;
   width: 2vw;
   height: 2vw;
   border-style: none;
   border-radius: 12vw
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-plocml {
     width: 30px;
     height: 30px
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-hciuit {
   width: 40%
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-niznrf {
   position: absolute;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   z-index: 2;
   background-color: rgba(0, 0, 0, 0)
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-niznrf {
     width: 30px;
     height: 30px
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-ahlrrr {
   align-self: center !important;
   justify-content: center;
   align-items: center;
   z-index: 3;
   position: relative;
   overflow: hidden;
   width: 2vw;
   height: 2vw;
   background-color: #212121;
   border-radius: 5vw;
   margin-right: 0;
   margin-bottom: 0;
   margin-left: 0
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-ahlrrr {
     margin-right: 0;
     margin-left: 0;
     width: 29px;
     height: 29px;
     z-index: 3;
     align-self: center !important;
     justify-content: center;
     align-items: center;
     flex-wrap: nowrap
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-tlyybw {
   column-gap: 25%;
   width: 2.2vw;
   height: 2.2vw;
   align-self: flex-end !important;
   justify-content: center;
   align-items: center;
   border-radius: 5vw;
   background-color: rgba(245, 245, 245, 0.42);
   z-index: 3;
   margin-right: 0;
   margin-left: 0
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-tlyybw {
     height: 33px;
     width: 33px;
     margin-right: 0;
     margin-left: 15px;
     position: relative;
     justify-content: center;
     align-items: center;
     align-self: flex-end !important;
     flex-wrap: nowrap
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-jkvpli {
   align-self: center !important;
   justify-content: center;
   align-items: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-jkvpli {
     width: 20%
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-jsigni {
   flex-direction: row;
   width: 100%;
   z-index: 2
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-jsigni {
     flex-wrap: nowrap
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-nnrxfg.horizontal .line {
   border-top-style: none
 }
 #brxe-nnrxfg.vertical .line {
   border-right-style: none
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-kyqssn {
   background-position: center center;
   background-image: url(../images/layout-plan.jpg);
   background-size: cover;
   position: absolute;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   z-index: 0
 }
 :where(#brxe-kyqssn > *) {
   position: relative
 }
 #brxe-kyqssn::before {
   background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.7) 100%);
   position: absolute;
   content: "";
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   pointer-events: none
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-ultukh {
   width: 33%;
   height: 60vh;
   justify-content: space-between;
   padding-top: 1.5vh;
   padding-right: 1.5vh;
   padding-bottom: 1.5vh;
   padding-left: 1.5vh;
   flex-shrink: 0;
   position: relative;
   overflow: hidden
 }
 #brxe-ultukh {
   cursor: pointer;
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-ultukh {
     margin-right: 0;
     margin-left: 0;
     width: 100%;     
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-dpucmn {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-dpucmn {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-nvppds {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-nvppds {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-upiapt {
   color: #9e9e9e;
   font-size: 1VW;
   font-family: "";
   font-weight: 400;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-upiapt {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-zlklao {
   flex-direction: row;
   column-gap: 0.2vw;
   align-self: flex-end !important;
   justify-content: center;
   align-items: center;
   flex-wrap: nowrap;
   width: fit-content;
   margin-right: 0;
   margin-left: 0
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-zlklao {
     width: fit-content;
     margin-right: 0;
     margin-left: 0;
     align-items: flex-end;
     justify-content: flex-end
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-qtnzqk {
   width: 100%;
   z-index: 2
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-dzbqze {
   color: #f5f5f5;
   font-size: 1.5VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.5VW;
   text-align: left;
   align-self: flex-start
 }

 /* BREAKPOINT: Desktop (BASE) */
 #brxe-ccxokj {
   justify-content: flex-start;
   align-items: flex-start;
   align-self: flex-end !important;
   flex-wrap: nowrap
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-ccxokj {
     width: 80%
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-mgnazl {
   width: 2.3vw;
   height: 2.3vw;
   position: absolute;
   z-index: 0
 }
 #brxe-mgnazl * {
   stroke-width: 100px !important
 }
 #brxe-mgnazl :not([stroke="none"]) {
   stroke: #f5f5f5 !important
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-mgnazl {
     position: absolute;
     z-index: 0;
     width: 34.5px;
     height: 34.5px;
     min-width: 34.5px;
     min-height: 34.5px
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-mkatul {
   width: 40%;
   position: relative
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-dtyhrj.horizontal .line {
   border-top-style: none
 }
 #brxe-dtyhrj.vertical .line {
   border-right-style: none
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-weuzzh {
   position: absolute;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   z-index: 0;
   background-color: #789b50;
   width: 2vw;
   height: 2vw;
   border-style: none;
   border-radius: 12vw
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-weuzzh {
     width: 30px;
     height: 30px
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-cftkns {
   width: 40%
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-vfpklq {
   position: absolute;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   z-index: 2;
   background-color: rgba(0, 0, 0, 0)
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-vfpklq {
     width: 30px;
     height: 30px
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-yyipdz {
   align-self: center !important;
   justify-content: center;
   align-items: center;
   z-index: 3;
   position: relative;
   overflow: hidden;
   width: 2vw;
   height: 2vw;
   background-color: #212121;
   border-radius: 5vw;
   margin-right: 0;
   margin-bottom: 0;
   margin-left: 0
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-yyipdz {
     margin-right: 0;
     margin-left: 0;
     width: 29px;
     height: 29px;
     z-index: 3;
     align-self: center !important;
     justify-content: center;
     align-items: center;
     flex-wrap: nowrap
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-dykwah {
   column-gap: 25%;
   width: 2.2vw;
   height: 2.2vw;
   align-self: flex-end !important;
   justify-content: center;
   align-items: center;
   border-radius: 5vw;
   background-color: rgba(245, 245, 245, 0.42);
   z-index: 3;
   margin-right: 0;
   margin-left: 0
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-dykwah {
     height: 33px;
     width: 33px;
     margin-right: 0;
     margin-left: 15px;
     position: relative;
     justify-content: center;
     align-items: center;
     align-self: flex-end !important;
     flex-wrap: nowrap
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-ujzepm {
   align-self: center !important;
   justify-content: center;
   align-items: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-ujzepm {
     width: 20%
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-sysuqf {
   flex-direction: row;
   width: 100%;
   z-index: 2
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-sysuqf {
     flex-wrap: nowrap
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-khascq.horizontal .line {
   border-top-style: none
 }
 #brxe-khascq.vertical .line {
   border-right-style: none
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-davapq {
   background-image: url(../images/download-brochure.jpg);
   background-size: cover;
   background-position: 60% 65%;
   position: absolute;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   z-index: 0
 }
 :where(#brxe-davapq > *) {
   position: relative
 }
 #brxe-davapq::before {
   background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.7) 100%);
   position: absolute;
   content: "";
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   pointer-events: none
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-vlhudc {
   width: 33%;
   height: 60vh;
   justify-content: space-between;
   padding-top: 1.5vh;
   padding-right: 1.5vh;
   padding-bottom: 1.5vh;
   padding-left: 1.5vh;
   flex-shrink: 0;
   position: relative;
   overflow: hidden
 }
 #brxe-vlhudc {
   cursor: pointer;
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-vlhudc {
     margin-right: 0;
     margin-left: 0;
     width: 100%;     
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-wsojty {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-wsojty {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-oeljim {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-oeljim {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-rkjttw {
   color: #9e9e9e;
   font-size: 1VW;
   font-family: "";
   font-weight: 400;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-rkjttw {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-xktrwe {
   flex-direction: row;
   column-gap: 0.2vw;
   align-self: flex-end !important;
   justify-content: center;
   align-items: center;
   flex-wrap: nowrap;
   width: fit-content;
   margin-right: 0;
   margin-left: 0
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-xktrwe {
     width: fit-content;
     margin-right: 0;
     margin-left: 0;
     align-items: flex-end;
     justify-content: flex-end
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-onuxyo {
   width: 100%;
   z-index: 2
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-ftvpau {
   color: #f5f5f5;
   font-size: 1.5VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.5VW;
   text-align: left;
   align-self: flex-start
 }

 /* BREAKPOINT: Desktop (BASE) */
 #brxe-fumdgd {
   justify-content: flex-start;
   align-items: flex-start;
   align-self: flex-end !important;
   flex-wrap: nowrap
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-fumdgd {
     width: 80%
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-tynjfl {
   width: 2.3vw;
   height: 2.3vw;
   position: absolute;
   z-index: 0
 }
 #brxe-tynjfl * {
   stroke-width: 100px !important
 }
 #brxe-tynjfl :not([stroke="none"]) {
   stroke: #f5f5f5 !important
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-tynjfl {
     position: absolute;
     z-index: 0;
     width: 34.5px;
     height: 34.5px;
     min-width: 34.5px;
     min-height: 34.5px
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-uwmlqg {
   width: 40%;
   position: relative
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-mqnxum.horizontal .line {
   border-top-style: none
 }
 #brxe-mqnxum.vertical .line {
   border-right-style: none
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-ndnjgz {
   position: absolute;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   z-index: 0;
   background-color: #6b0906;
   width: 2vw;
   height: 2vw;
   border-style: none;
   border-radius: 12vw
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-ndnjgz {
     width: 30px;
     height: 30px
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-kpggoz {
   width: 40%
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-devwuh {
   position: absolute;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   z-index: 2;
   background-color: rgba(0, 0, 0, 0)
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-devwuh {
     width: 30px;
     height: 30px
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-jkqjll {
   align-self: center !important;
   justify-content: center;
   align-items: center;
   z-index: 3;
   position: relative;
   overflow: hidden;
   width: 2vw;
   height: 2vw;
   background-color: #212121;
   border-radius: 5vw;
   margin-right: 0;
   margin-bottom: 0;
   margin-left: 0
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-jkqjll {
     margin-right: 0;
     margin-left: 0;
     width: 29px;
     height: 29px;
     z-index: 3;
     align-self: center !important;
     justify-content: center;
     align-items: center;
     flex-wrap: nowrap
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-sxybsi {
   column-gap: 25%;
   width: 2.2vw;
   height: 2.2vw;
   align-self: flex-end !important;
   justify-content: center;
   align-items: center;
   border-radius: 5vw;
   background-color: rgba(245, 245, 245, 0.42);
   z-index: 3;
   margin-right: 0;
   margin-left: 0
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-sxybsi {
     height: 33px;
     width: 33px;
     margin-right: 0;
     margin-left: 15px;
     position: relative;
     justify-content: center;
     align-items: center;
     align-self: flex-end !important;
     flex-wrap: nowrap
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-tbrjke {
   align-self: center !important;
   justify-content: center;
   align-items: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-tbrjke {
     width: 20%
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-yzwsvx {
   flex-direction: row;
   width: 100%;
   z-index: 2
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-yzwsvx {
     flex-wrap: nowrap
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-tyfqkc.horizontal .line {
   border-top-style: none
 }
 #brxe-tyfqkc.vertical .line {
   border-right-style: none
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-vesnuc {
   background-position: center center;
   background-image: url(../images/rera-certificate.jpg);
   background-size: cover;
   position: absolute;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   z-index: 0
 }
 :where(#brxe-vesnuc > *) {
   position: relative
 }
 #brxe-vesnuc::before {
   background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.7) 100%);
   position: absolute;
   content: "";
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   pointer-events: none
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-gtrzcm {
   width: 33%;
   height: 60vh;
   justify-content: space-between;
   padding-top: 1.5vh;
   padding-right: 1.5vh;
   padding-bottom: 1.5vh;
   padding-left: 1.5vh;
   flex-shrink: 0;
   position: relative;
   overflow: hidden
 }
 #brxe-gtrzcm {
   cursor: pointer;
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-gtrzcm {
     margin-right: 0;
     margin-left: 0;
     width: 100%;     
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-wfawtv {
   width: 100%;
   justify-content: space-between;
   flex-direction: row;
   column-gap: 1vw;
   padding-right: 2vw;
   padding-left: 2vw
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-wfawtv {
     flex-wrap: nowrap;
     column-gap: 2vw;
     flex-direction: column;
     row-gap: 3vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-kiguti {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-kiguti {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-tyorse {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-tyorse {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-prfbut {
   color: #9e9e9e;
   font-size: 1VW;
   font-family: "";
   font-weight: 400;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-prfbut {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-hcgynl {
   flex-direction: row;
   column-gap: 0.2vw;
   align-self: flex-end !important;
   justify-content: center;
   align-items: center;
   flex-wrap: nowrap;
   width: fit-content;
   margin-right: 0;
   margin-left: 0
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-hcgynl {
     width: fit-content;
     margin-right: 0;
     margin-left: 0;
     align-items: flex-end;
     justify-content: flex-end
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-iylqbr {
   width: 100%;
   z-index: 2
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-qouaro {
   color: #f5f5f5;
   font-size: 1.5VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.5VW;
   text-align: left;
   align-self: flex-start
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-qouaro {
     font-size: 4.25vw;
     line-height: 4vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-btkofj {
   justify-content: flex-start;
   align-items: flex-start;
   align-self: flex-end !important;
   flex-wrap: nowrap
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-btkofj {
     width: 80%
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-ndgxhw {
   width: 2.3vw;
   height: 2.3vw;
   position: absolute;
   z-index: 0
 }
 #brxe-ndgxhw * {
   stroke-width: 100px !important
 }
 #brxe-ndgxhw :not([stroke="none"]) {
   stroke: #f5f5f5 !important
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-ndgxhw {
     position: absolute;
     z-index: 0;
     width: 34.5px;
     height: 34.5px;
     min-width: 34.5px;
     min-height: 34.5px
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-lbjhly {
   width: 40%;
   position: relative
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-oiztja.horizontal .line {
   border-top-style: none
 }
 #brxe-oiztja.vertical .line {
   border-right-style: none
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-rticzm {
   position: absolute;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   z-index: 0;
   background-color: #8d7a2b;
   width: 2vw;
   height: 2vw;
   border-style: none;
   border-radius: 12vw
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-rticzm {
     width: 30px;
     height: 30px
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-kdxiyn {
   width: 40%
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-cocbzj {
   position: absolute;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   z-index: 2;
   background-color: rgba(0, 0, 0, 0)
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-cocbzj {
     width: 30px;
     height: 30px
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-jukson {
   align-self: center !important;
   justify-content: center;
   align-items: center;
   z-index: 3;
   position: relative;
   overflow: hidden;
   width: 2vw;
   height: 2vw;
   background-color: #212121;
   border-radius: 5vw;
   margin-right: 0;
   margin-bottom: 0;
   margin-left: 0
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-jukson {
     margin-right: 0;
     margin-left: 0;
     width: 29px;
     height: 29px;
     z-index: 3;
     align-self: center !important;
     justify-content: center;
     align-items: center;
     flex-wrap: nowrap
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-wqhqzh {
   column-gap: 25%;
   width: 2.2vw;
   height: 2.2vw;
   align-self: flex-end !important;
   justify-content: center;
   align-items: center;
   border-radius: 5vw;
   background-color: rgba(245, 245, 245, 0.42);
   z-index: 3;
   margin-right: 0;
   margin-left: 0
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-wqhqzh {
     height: 33px;
     width: 33px;
     margin-right: 0;
     margin-left: 15px;
     position: relative;
     justify-content: center;
     align-items: center;
     align-self: flex-end !important;
     flex-wrap: nowrap
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-xhhapu {
   align-self: center !important;
   justify-content: center;
   align-items: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-xhhapu {
     width: 20%
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-rpojof {
   flex-direction: row;
   width: 100%;
   z-index: 2
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-rpojof {
     flex-wrap: nowrap
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-xhgoyf.horizontal .line {
   border-top-style: none
 }
 #brxe-xhgoyf.vertical .line {
   border-right-style: none
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-iyxbnb {
   background-image: url(https://isradesign.com/wp-content/uploads/2025/04/PARTER-_View11-min-scaled.jpg);
   background-size: cover;
   background-position: center center;
   position: absolute;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   z-index: 0
 }
 :where(#brxe-iyxbnb > *) {
   position: relative
 }
 #brxe-iyxbnb::before {
   background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.7) 100%);
   position: absolute;
   content: "";
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   pointer-events: none
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-eqcfpx {
   width: 33%;
   height: 60vh;
   justify-content: space-between;
   padding-top: 2vh;
   padding-right: 1.5vh;
   padding-bottom: 1.5vh;
   padding-left: 1.5vh;
   flex-shrink: 0;
   position: relative;
   overflow: hidden
 }
 #brxe-eqcfpx {
   cursor: pointer;
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-eqcfpx {
     margin-right: 0;
     margin-left: 0;
     width: 100%;
     height: 80vh
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-oosqqe {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-oosqqe {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-zbxlex {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-zbxlex {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-efyumq {
   color: #9e9e9e;
   font-size: 1VW;
   font-family: "";
   font-weight: 400;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-efyumq {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-rtjoko {
   flex-direction: row;
   column-gap: 0.2vw;
   align-self: flex-end !important;
   justify-content: center;
   align-items: center;
   flex-wrap: nowrap;
   width: fit-content;
   margin-right: 0;
   margin-left: 0
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-rtjoko {
     width: fit-content;
     margin-right: 0;
     margin-left: 0;
     align-items: flex-end;
     justify-content: flex-end
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-eaavhy {
   width: 100%;
   z-index: 2
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-oipihf {
   color: #f5f5f5;
   font-size: 1.5VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.5VW;
   text-align: left;
   align-self: flex-start
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-oipihf {
     font-size: 4.25vw;
     line-height: 4vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-gqserz {
   justify-content: flex-start;
   align-items: flex-start;
   align-self: flex-end !important;
   flex-wrap: nowrap
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-gqserz {
     width: 80%
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-bdyvfl {
   width: 2.3vw;
   height: 2.3vw;
   position: absolute;
   z-index: 0
 }
 #brxe-bdyvfl * {
   stroke-width: 100px !important
 }
 #brxe-bdyvfl :not([stroke="none"]) {
   stroke: #f5f5f5 !important
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-bdyvfl {
     position: absolute;
     z-index: 0;
     width: 34.5px;
     height: 34.5px;
     min-width: 34.5px;
     min-height: 34.5px
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-gtpqmc {
   width: 40%;
   position: relative
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-ebmwhh.horizontal .line {
   border-top-style: none
 }
 #brxe-ebmwhh.vertical .line {
   border-right-style: none
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-fkjprs {
   position: absolute;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   z-index: 0;
   background-color: #ad7735;
   width: 2vw;
   height: 2vw;
   border-style: none;
   border-radius: 12vw
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-fkjprs {
     width: 30px;
     height: 30px
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-zoozhn {
   width: 40%
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-tlabnl {
   position: absolute;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   z-index: 2;
   background-color: rgba(0, 0, 0, 0)
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-tlabnl {
     width: 30px;
     height: 30px
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-ubcppk {
   align-self: center !important;
   justify-content: center;
   align-items: center;
   z-index: 3;
   position: relative;
   overflow: hidden;
   width: 2vw;
   height: 2vw;
   background-color: #212121;
   border-radius: 5vw;
   margin-right: 0;
   margin-bottom: 0;
   margin-left: 0
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-ubcppk {
     margin-right: 0;
     margin-left: 0;
     width: 29px;
     height: 29px;
     z-index: 3;
     align-self: center !important;
     justify-content: center;
     align-items: center;
     flex-wrap: nowrap
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-lqwlvz {
   column-gap: 25%;
   width: 2.2vw;
   height: 2.2vw;
   align-self: flex-end !important;
   justify-content: center;
   align-items: center;
   border-radius: 5vw;
   background-color: rgba(245, 245, 245, 0.42);
   z-index: 3;
   margin-right: 0;
   margin-left: 0
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-lqwlvz {
     height: 33px;
     width: 33px;
     margin-right: 0;
     margin-left: 15px;
     position: relative;
     justify-content: center;
     align-items: center;
     align-self: flex-end !important;
     flex-wrap: nowrap
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-mnqtph {
   align-self: center !important;
   justify-content: center;
   align-items: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-mnqtph {
     width: 20%
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-nmfsll {
   flex-direction: row;
   width: 100%;
   z-index: 2
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-nmfsll {
     flex-wrap: nowrap
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-oipimu.horizontal .line {
   border-top-style: none
 }
 #brxe-oipimu.vertical .line {
   border-right-style: none
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-zsykfm {
   background-image: url(https://isradesign.com/wp-content/uploads/2024/10/Living_View05-2-scaled.jpg);
   background-size: cover;
   background-position: center center;
   position: absolute;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   z-index: 0
 }
 :where(#brxe-zsykfm > *) {
   position: relative
 }
 #brxe-zsykfm::before {
   background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.7) 100%);
   position: absolute;
   content: "";
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   pointer-events: none
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-jllrfy {
   width: 33%;
   height: 60vh;
   justify-content: space-between;
   padding-top: 1.5vh;
   padding-right: 1.5vh;
   padding-bottom: 1.5vh;
   padding-left: 1.5vh;
   flex-shrink: 0;
   position: relative;
   overflow: hidden
 }
 #brxe-jllrfy {
   cursor: pointer;
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-jllrfy {
     margin-right: 0;
     margin-left: 0;
     width: 100%;
     height: 80vh
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-dmnulj {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-dmnulj {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-pykchr {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left;
   align-self: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-pykchr {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-rhnfng {
   color: #f5f5f5;
   font-size: 1VW;
   font-family: "";
   font-weight: 400;
   letter-spacing: -0.02vw;
   line-height: 1.3vw;
   text-align: left
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-rhnfng {
     font-size: 3vw;
     line-height: 3vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-zusuaw {
   flex-direction: row;
   column-gap: 0.2vw;
   align-self: flex-end !important;
   justify-content: center;
   align-items: center;
   flex-wrap: nowrap;
   width: fit-content;
   margin-right: 0;
   margin-left: 0
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-zusuaw {
     width: fit-content;
     margin-right: 0;
     margin-left: 0;
     align-items: flex-end;
     justify-content: flex-end
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-qbwcaj {
   width: 100%;
   z-index: 2
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-rmzdob {
   color: #f5f5f5;
   font-size: 1.5VW;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 1.5VW;
   text-align: left;
   align-self: flex-start
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-rmzdob {
     font-size: 4.25vw;
     line-height: 4vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-rbzenr {
   justify-content: flex-start;
   align-items: flex-start;
   align-self: flex-end !important;
   flex-wrap: nowrap;
   width: 80%
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-rbzenr {
     width: 80%
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-kwmvxp {
   width: 2.3vw;
   height: 2.3vw;
   position: absolute;
   z-index: 0
 }
 #brxe-kwmvxp * {
   stroke-width: 100px !important
 }
 #brxe-kwmvxp :not([stroke="none"]) {
   stroke: #f5f5f5 !important
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-kwmvxp {
     position: absolute;
     z-index: 0;
     width: 34.5px;
     height: 34.5px;
     min-width: 34.5px;
     min-height: 34.5px
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-bzlpjy {
   width: 40%;
   position: relative
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-hkaqju.horizontal .line {
   border-top-style: none
 }
 #brxe-hkaqju.vertical .line {
   border-right-style: none
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-elhnmn {
   position: absolute;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   z-index: 0;
   background-color: #66331d;
   width: 2vw;
   height: 2vw;
   border-style: none;
   border-radius: 12vw
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-elhnmn {
     width: 30px;
     height: 30px
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-xkfeta {
   width: 40%
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-itdmun {
   position: absolute;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   z-index: 2;
   background-color: rgba(0, 0, 0, 0)
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-itdmun {
     width: 30px;
     height: 30px
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-oplhaz {
   align-self: center !important;
   justify-content: center;
   align-items: center;
   z-index: 3;
   position: relative;
   overflow: hidden;
   width: 2vw;
   height: 2vw;
   background-color: #212121;
   border-radius: 5vw;
   margin-right: 0;
   margin-bottom: 0;
   margin-left: 0
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-oplhaz {
     margin-right: 0;
     margin-left: 0;
     width: 29px;
     height: 29px;
     z-index: 3;
     align-self: center !important;
     justify-content: center;
     align-items: center;
     flex-wrap: nowrap
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-amxvxt {
   column-gap: 25%;
   width: 2.2vw;
   height: 2.2vw;
   align-self: flex-end !important;
   justify-content: center;
   align-items: center;
   border-radius: 5vw;
   background-color: rgba(245, 245, 245, 0.42);
   z-index: 3;
   margin-right: 0;
   margin-left: 0
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-amxvxt {
     height: 33px;
     width: 33px;
     margin-right: 0;
     margin-left: 15px;
     position: relative;
     justify-content: center;
     align-items: center;
     align-self: flex-end !important;
     flex-wrap: nowrap
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-vcbrid {
   align-self: center !important;
   justify-content: center;
   align-items: center;
   width: 15%
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-vcbrid {
     width: 20%
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-saiqck {
   flex-direction: row;
   width: 100%;
   z-index: 2
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-saiqck {
     flex-wrap: nowrap
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-ywxsss.horizontal .line {
   border-top-style: none
 }
 #brxe-ywxsss.vertical .line {
   border-right-style: none
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-qtzsvc {
   background-image: url(https://isradesign.com/wp-content/uploads/2024/10/TERASA-PARTER_View01_ffff-scaled.jpg);
   background-size: cover;
   background-position: center center;
   position: absolute;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   z-index: 0
 }
 :where(#brxe-qtzsvc > *) {
   position: relative
 }
 #brxe-qtzsvc::before {
   background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.7) 100%);
   position: absolute;
   content: "";
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   pointer-events: none
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-jghdls {
   width: 33%;
   height: 60vh;
   justify-content: space-between;
   padding-top: 1.5vh;
   padding-right: 1.5vh;
   padding-bottom: 1.5vh;
   padding-left: 1.5vh;
   flex-shrink: 0;
   position: relative;
   overflow: hidden
 }
 #brxe-jghdls {
   cursor: pointer;
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-jghdls {
     margin-right: 0;
     margin-left: 0;
     width: 100%;
     height: 80vh
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-uurxar {
   width: 100%;
   justify-content: space-between;
   flex-direction: row;
   column-gap: 1vw;
   padding-right: 2vw;
   padding-left: 2vw
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-uurxar {
     flex-wrap: nowrap;
     column-gap: 2vw;
     flex-direction: column;
     row-gap: 3vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-pqervi {
   color: #f5f5f5;
   font-size: 2vh;
   font-family: "";
   font-weight: 500;
   letter-spacing: -0.02vw;
   line-height: 2vh;
   text-align: left;
   align-self: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-pqervi {
     font-size: 3.75vw;
     line-height: 3vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-ijzvkn {
   align-self: center !important;
   justify-content: center;
   align-items: center;
   width: FIT-CONTENT;
   margin-right: 0;
   margin-left: 0;
   background-color: #070707;
   padding-top: 1.5vh;
   padding-right: 5vh;
   padding-bottom: 1.5vh;
   padding-left: 5vh;
   border-radius: 3vh;
   position: absolute;
   top: -2.5vh
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-slhiue {
   background-color: #121212;
   width: 100%;
   height: 100%;
   min-height: 30vh;
   justify-content: center;
   align-items: center;
   align-self: center !important;
   padding-top: 6vh;
   padding-bottom: 3vh;
   position: relative;
   row-gap: 1vw
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-slhiue {
     height: 100%
   }
 }
 /* TEMPLATE SHORTCODE CSS (ID: 12884) */
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-fqzfif {
   width: 45%;
   z-index: 2
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-nbokby {
   width: 3.4vw;
   margin-right: 0;
   margin-left: 0;
   height: 3.4vw;
   position: relative;
   border: 1px solid #424242;
   border-radius: 5vw;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   background-color: #212121
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-ohoimt {
   background-color: #353535;
   border-radius: 5vw;
   padding-top: 0.2vh;
   padding-right: 0.2vh;
   padding-bottom: 0.2vh;
   padding-left: 0.2vh;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   width: fit-content;
   margin-right: 0;
   margin-left: 0
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-kctrag {
   font-size: 0.9vw;
   font-family: "";
   font-weight: 500;
   color: #f5f5f5;
   letter-spacing: -0.02vw
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-gtidxk {
   position: relative;
   overflow: hidden
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-cmjcot {
   font-size: 0.9vw;
   font-family: "";
   font-weight: 400;
   color: #9e9e9e;
   letter-spacing: -0.02vw
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-suqclr {
   position: relative;
   overflow: hidden
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-nxtodc {
   justify-content: center;
   align-self: center !important;
   align-items: flex-start;
   width: 10vw;
   margin-right: 0;
   margin-left: 0
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-gcyqgh {
   width: 30%;
   margin-right: 0;
   margin-left: 0;
   flex-direction: row;
   column-gap: 0.7vw;
   justify-content: flex-start;
   align-items: flex-start;
   align-self: center !important
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-gcyqgh {
     display: none
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-dixskl {
   font-family: "";
   font-weight: 500;
   color: #f5f5f5;
   font-size: 2.5VW;
   letter-spacing: -0.06VW;
   line-height: 3VW;
   text-align: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-dixskl {
     font-size: 6vw;
     line-height: 6vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-rcrdqp {
   align-self: center !important;
   justify-content: center;
   align-items: center;
   position: relative;
   overflow: hidden
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-msprxs {
   text-align: center;
   font-family: "";
   font-weight: 400;
   color: #f5f5f5;
   font-size: 0.9vw;
   line-height: 0.9vw;
   width: 83%;
   position: relative
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-msprxs {
     font-size: 12px;
     line-height: 12px;
     width: 70%
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-jufkko {
   align-self: center !important;
   justify-content: center;
   align-items: center;
   overflow: hidden;
   position: relative;
   width: 100%
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-nmqfim {
   width: 30%;
   margin-right: 0;
   margin-left: 0;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   row-gap: 2vh
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-nmqfim {
     width: 100%
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-jipxbo {
   font-family: "";
   font-weight: 300;
   color: #f5f5f5;
   font-size: 1VW;
   letter-spacing: -0.02VW;
   line-height: 1VW;
   text-align: center;
   margin-top: 0.2vh;
   z-index: 2
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-wfajvo.horizontal .line {
   border-top-style: none
 }
 #brxe-wfajvo.vertical .line {
   border-right-style: none
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-tgaenq {
   position: absolute;
   top: 0px;
   bottom: 0px;
   right: 0px;
   left: 0px;
   z-index: 1;
   background-color: #1a1a1a
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-unevbn {
   width: fit-content;
   padding-top: 1vh;
   padding-right: 1.6vw;
   padding-bottom: 1vh;
   padding-left: 1.6vw;
   margin-right: 0;
   margin-left: 0;
   position: relative;
   overflow: hidden
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-qwgkqx {
   width: 30%;
   margin-right: 0;
   margin-left: 0;
   align-self: flex-end !important;
   justify-content: flex-end;
   align-items: flex-end
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-qwgkqx {
     display: none
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-geaksx {
   width: 100%;
   flex-direction: row;
   align-self: center !important;
   justify-content: space-between;
   align-items: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-geaksx {
     flex-direction: column-reverse
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-muicac {
   font-family: "";
   font-weight: 500;
   color: #f5f5f5;
   font-size: 17.6VW;
   letter-spacing: -1VW;
   line-height: 14VW;
   text-align: center;
   margin-left: -1vw
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-muicac {
     font-size: 17vw;
     line-height: 17vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-zorsfe {
   width: 100%;
   justify-content: center;
   align-items: center;
   align-self: center !important;
   position: relative;
   overflow: hidden
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-kkausn {
   font-size: 0.9vw;
   font-family: "";
   font-weight: 500;
   color: #f5f5f5;
   letter-spacing: -0.02vw
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-kkausn {
     font-size: 2.5vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-aedjme {
   font-size: 0.9vw;
   font-family: "";
   font-weight: 500;
   color: #f5f5f5;
   letter-spacing: -0.02vw
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-aedjme {
     font-size: 2.5vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-atfqvf {
   align-items: center;
   justify-content: center;
   align-self: center !important;
   width: 100%;
   position: absolute
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-matipd {
   width: fit-content;
   margin-right: 0;
   margin-left: 0;
   padding-top: 0;
   padding-right: 5px;
   padding-bottom: 0;
   padding-left: 5px;
   background-color: rgba(244, 67, 54, 0);
   position: relative;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   overflow: hidden
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-btfkim {
   font-size: 0.9vw;
   font-family: "";
   font-weight: 500;
   color: #f5f5f5;
   letter-spacing: -0.02vw
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-btfkim {
     font-size: 2.5vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-nffdml {
   font-size: 0.9vw;
   font-family: "";
   font-weight: 500;
   color: #f5f5f5;
   letter-spacing: -0.02vw
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-nffdml {
     font-size: 2.5vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-hpoasf {
   align-items: center;
   justify-content: center;
   align-self: center !important;
   width: 100%;
   position: absolute
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-qcupam {
   width: fit-content;
   margin-right: 0;
   margin-left: 0;
   padding-top: 0;
   padding-right: 5px;
   padding-bottom: 0;
   padding-left: 5px;
   background-color: rgba(244, 67, 54, 0);
   position: relative;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   overflow: hidden
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-zjdriw {
   font-size: 0.9vw;
   font-family: "";
   font-weight: 500;
   color: #f5f5f5;
   letter-spacing: -0.02vw
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-zjdriw {
     font-size: 2.5vw;
     line-height: 2.5vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-ekurdb {
   font-size: 0.9vw;
   font-family: "";
   font-weight: 500;
   color: #f5f5f5;
   letter-spacing: -0.02vw
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-ekurdb {
     font-size: 2.5vw;
     line-height: 2.5vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-xhohwu {
   align-items: center;
   justify-content: center;
   align-self: center !important;
   width: 100%;
   position: absolute
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-qwojdf {
   width: fit-content;
   margin-right: 0;
   margin-left: 0;
   padding-top: 0;
   padding-right: 5px;
   padding-bottom: 0;
   padding-left: 5px;
   background-color: rgba(244, 67, 54, 0);
   position: relative;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   overflow: hidden
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-itekgh {
   font-size: 0.9vw;
   font-family: "";
   font-weight: 500;
   color: #f5f5f5;
   letter-spacing: -0.02vw
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-itekgh {
     font-size: 2.5vw;
     line-height: 2.5vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-jqxeuo {
   font-size: 0.9vw;
   font-family: "";
   font-weight: 500;
   color: #f5f5f5;
   letter-spacing: -0.02vw
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-jqxeuo {
     font-size: 2.5vw;
     line-height: 2.5vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-ripseb {
   align-items: center;
   justify-content: center;
   align-self: center !important;
   width: 100%;
   position: absolute
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-nuovtn {
   width: fit-content;
   margin-right: 0;
   margin-left: 0;
   padding-top: 0;
   padding-right: 5px;
   padding-bottom: 0;
   padding-left: 5px;
   background-color: rgba(244, 67, 54, 0);
   position: relative;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   overflow: hidden
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-clvbmj {
   font-size: 0.9vw;
   font-family: "";
   font-weight: 500;
   color: #f5f5f5;
   letter-spacing: -0.02vw
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-clvbmj {
     font-size: 2.5vw;
     line-height: 2.5vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-vghgxc {
   font-size: 0.9vw;
   font-family: "";
   font-weight: 500;
   color: #f5f5f5;
   letter-spacing: -0.02vw
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-vghgxc {
     font-size: 2.5vw;
     line-height: 2.5vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-ithdnz {
   align-items: center;
   justify-content: center;
   align-self: center !important;
   width: 100%;
   position: absolute
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-ebvion {
   width: fit-content;
   margin-right: 0;
   margin-left: 0;
   padding-top: 0;
   padding-right: 5px;
   padding-bottom: 0;
   padding-left: 5px;
   background-color: rgba(244, 67, 54, 0);
   position: relative;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   overflow: hidden
 }
 
 #brxe-bxlpjs {
   width: fit-content;
 }
 .language-switcher {
   display: flex;
   background-color: rgb(0, 0, 0, 0.6);
   backdrop-filter: blur(4px);
   border-radius: 50vw;
   border: 1px solid #ffffff;
   overflow: hidden;
   width: fit-content;
   padding: 0.3vw;
   border-color: #404040;
 }
 /* General button styles */
 .switch-language {
   padding-top: 0.5vw;
   padding-bottom: 0.5vw;
   padding-left: 1vw;
   padding-right: 1vw;
   background: none;
   border: none;
   color: white;
   font-size: 0.9vw !important;
   font-weight: 400;
   flex: 1;
   /* Buttons take up equal space */
   text-align: center;
   transition: background-color 0.3s ease, transform 0.3s ease;
 }
 .switch-language:nth-child(1) {
   background-color: transparent;
   transform: scale(1);
   border-top-left-radius: 30px;
   border-bottom-left-radius: 30px;
 }
 .switch-language:nth-child(2) {
   background-color: transparent;
   transform: scale(1);
   border-top-right-radius: 30px;
   border-bottom-right-radius: 30px;
 }
 .switch-language:nth-child(1):hover {
   background-color: #333;
   transform: scale(1.05);
   border-top-left-radius: 30px;
   border-bottom-left-radius: 30px;
 }
 .switch-language:nth-child(2):hover {
   background-color: #333;
   transform: scale(1.03);
   border-top-right-radius: 30px;
   border-bottom-right-radius: 30px;
 }
 .switch-language:hover ~ .switch-language.active, .switch-language.active:hover ~ .switch-language {
   background-color: #1a1a1a;
   color: white;
   transform: scale(1.03);
 }
 .switch-language.active:hover {
   background-color: #444;
   color: white;
   transform: scale(1.03);
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   /* CUSTOM CSS */ #brxe-bxlpjs {
     width: fit-content;
   }
   .language-switcher {
     display: flex;
     background-color: rgb(0, 0, 0, 0.6);
     backdrop-filter: blur(4px);
     border-radius: 50vw;
     border: 1px solid #ffffff;
     overflow: hidden;
     width: fit-content;
     padding: 0.9vw;
     border-color: #404040;
   }
   /* General button styles */
   .switch-language {
     padding-top: 1.5vw;
     padding-bottom: 1vw;
     padding-left: 3vw;
     padding-right: 3vw;
     background: none;
     border: none;
     color: white;
     font-size: 2.75vw !important;
     font-weight: 400;
     flex: 1;
     /* Buttons take up equal space */
     text-align: center;
     transition: background-color 0.3s ease, transform 0.3s ease;
   }
   .switch-language:nth-child(1) {
     background-color: transparent;
     transform: scale(1);
     border-top-left-radius: 30px;
     border-bottom-left-radius: 30px;
   }
   .switch-language:nth-child(2) {
     background-color: transparent;
     transform: scale(1);
     border-top-right-radius: 30px;
     border-bottom-right-radius: 30px;
   }
   .switch-language:nth-child(1):hover {
     background-color: #333;
     transform: scale(1.05);
     border-top-left-radius: 30px;
     border-bottom-left-radius: 30px;
   }
   .switch-language:nth-child(2):hover {
     background-color: #333;
     transform: scale(1.03);
     border-top-right-radius: 30px;
     border-bottom-right-radius: 30px;
   }
   .switch-language:hover ~ .switch-language.active, .switch-language.active:hover ~ .switch-language {
     background-color: #1a1a1a;
     color: white;
     transform: scale(1.03);
   }
   .switch-language.active:hover {
     background-color: #444;
     color: white;
     transform: scale(1.03);
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-jchonq {
   cursor: auto;
   font-size: 0.9VW;
   font-family: "Neue Haas";
   font-weight: 400;
   line-height: 1VW
 }
 #brxe-jchonq a {
   font-size: 0.9VW;
   font-family: "Neue Haas";
   font-weight: 400;
   line-height: 1VW;
   font-size: inherit
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-jchonq {
     font-size: 3VW;
     line-height: 3VW;
     font-family: "Neue Haas";
     font-weight: 400
   }
   #brxe-jchonq a {
     font-size: 3VW;
     line-height: 3VW;
     font-family: "Neue Haas";
     font-weight: 400;
     font-size: inherit
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-kroimm {
   align-self: center !important;
   align-items: flex-end;
   width: 100%;
   justify-content: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-kroimm {
     align-self: center !important;
     justify-content: center;
     align-items: center
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-wilpfw {
   width: 2.5VW;
   height: 2.5VW
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-wilpfw {
     height: 100%;
     width: fit-content
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-bciqez {
   width: 5.4VW;
   height: 2.7VW;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   background-color: #edecec;
   margin-right: 0;
   margin-left: 0
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-bciqez {
     width: 33.3333%;
     height: 100%
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-mixyzq {
   width: 2.5VW;
   height: 2.5VW
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-mixyzq {
     width: fit-content;
     height: 100%
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-rwhlje {
   width: 5.4VW;
   height: 2.7VW;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   background-color: #5960a8;
   margin-right: 0;
   margin-left: 0
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-rwhlje {
     width: 33.3333%;
     height: 100%
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-hylcfq {
   width: 2.5VW;
   height: 2.5VW
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-hylcfq {
     width: fit-content;
     height: 100%
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-gdcjzs {
   width: 5.4VW;
   height: 2.7VW;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   background-color: #df6147;
   margin-right: 0;
   margin-left: 0
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-gdcjzs {
     width: 33.3333%;
     height: 100%
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-nivpcg {
   flex-direction: row;
   width: 100%;
   align-self: center !important;
   align-items: center;
   justify-content: flex-end
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-nivpcg {
     align-self: center !important;
     justify-content: center;
     width: 57%;
     height: 11vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-pxojns {
   width: 100%;
   row-gap: 0.75vh
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-pxojns {
     align-self: center !important;
     justify-content: center;
     align-items: center
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-fuzcaw {
   width: 100%;
   display: flex;
   padding-top: 0vh;
   padding-bottom: 2vh;
   align-self: center !important;
   align-items: flex-end;
   flex-direction: row;
   margin-bottom: -8VH
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-fuzcaw {
     align-self: center !important;
     justify-content: center;
     align-items: center;
     padding-bottom: 0;
     margin-bottom: 0;
     row-gap: 4vh
   }
 }


 #brxe-fwdgkz {
   font-size: 0.9vw;
   font-family: "";
   font-weight: 400;
   color: #9e9e9e;
   letter-spacing: -0.02vw
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-fwdgkz {
     font-size: 2.5vw;
     line-height: 2.5vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-myzbsb {
   font-size: 0.9vw;
   font-family: "";
   font-weight: 400;
   color: #9e9e9e;
   letter-spacing: -0.02vw
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-myzbsb {
     font-size: 2.5vw;
     line-height: 2.5vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-daiisv {
   align-items: center;
   justify-content: center;
   align-self: center !important;
   width: 100%;
   position: absolute
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-cgwkxi {
   width: fit-content;
   margin-right: 0;
   margin-left: 0;
   padding-top: 0;
   padding-right: 5px;
   padding-bottom: 0;
   padding-left: 5px;
   background-color: rgba(244, 67, 54, 0);
   position: relative;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   overflow: hidden
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-izatpz {
   font-size: 0.9vw;
   font-family: "";
   font-weight: 400;
   color: #9e9e9e;
   letter-spacing: -0.02vw
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-izatpz {
     font-size: 2.5vw;
     line-height: 2.5vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-ubakew {
   font-size: 0.9vw;
   font-family: "";
   font-weight: 400;
   color: #9e9e9e;
   letter-spacing: -0.02vw
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-ubakew {
     font-size: 2.5vw;
     line-height: 2.5vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-vezgdc {
   align-items: center;
   justify-content: center;
   align-self: center !important;
   width: 100%;
   position: absolute
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-wtrmso {
   width: fit-content;
   margin-right: 0;
   margin-left: 0;
   padding-top: 0;
   padding-right: 5px;
   padding-bottom: 0;
   padding-left: 5px;
   background-color: rgba(244, 67, 54, 0);
   position: relative;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   overflow: hidden
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-gwpuym {
   font-size: 0.9vw;
   font-family: "";
   font-weight: 400;
   color: #9e9e9e;
   letter-spacing: -0.02vw
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-gwpuym {
     font-size: 2.5vw;
     line-height: 2.5vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-hrulnr {
   font-size: 0.9vw;
   font-family: "";
   font-weight: 400;
   color: #9e9e9e;
   letter-spacing: -0.02vw
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-hrulnr {
     font-size: 2.5vw;
     line-height: 2.5vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-mggszp {
   align-items: center;
   justify-content: center;
   align-self: center !important;
   width: 100%;
   position: absolute
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-mfklgu {
   width: fit-content;
   margin-right: 0;
   margin-left: 0;
   padding-top: 0;
   padding-right: 5px;
   padding-bottom: 0;
   padding-left: 5px;
   background-color: rgba(244, 67, 54, 0);
   position: relative;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   overflow: hidden
 }
 /* BREAKPOINT: Desktop (BASE) */

 /* BREAKPOINT: Desktop (BASE) */
 #brxe-cthxzh.horizontal .line {
   border-top-color: #424242;
   border-top-width: 1px;
   border-top-style: none
 }
 #brxe-cthxzh.vertical .line {
   border-right-color: #424242;
   border-right-style: none
 }
 #brxe-cthxzh .icon {
   color: #424242
 }
 #brxe-cthxzh.horizontal {
   justify-content: center
 }
 #brxe-cthxzh.vertical {
   align-self: center
 }
 #brxe-cthxzh .line {
   height: 1px
 }
 #brxe-cthxzh {
   justify-content: center;
   align-items: center
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-cthxzh.horizontal .line {
     border-top-style: solid
   }
   #brxe-cthxzh.vertical .line {
     border-right-style: solid
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-xdlgnb {
   width: 55%;
   z-index: 2
 }
 #brxe-xdlgnb {
   color: #fff;
   mix-blend-mode: difference;
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-ikxnds.horizontal .line {
   border-top-style: none
 }
 #brxe-ikxnds.vertical .line {
   border-right-style: none
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-eekenj {
   align-self: center !important;
   justify-content: center;
   align-items: center;
   background-color: #ffffff;
   width: 3vw;
   height: 3vw;
   border-radius: 4vw
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-pftnkb {
   position: absolute;
   width: 3vw;
   height: 3vw;
   align-self: center !important;
   justify-content: center;
   align-items: center
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-kyddnl {
   width: 3vw;
   margin-right: 0;
   margin-left: 0;
   height: 3vw;
   position: relative;
   border: 1px solid #424242;
   border-radius: 5vw;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   overflow: hidden
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-kyddnl {
     width: 10vw;
     height: 10vw;
     border-radius: 12vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-ucpzkn {
   width: 55%;
   z-index: 2
 }
 #brxe-ucpzkn {
   color: #fff;
   mix-blend-mode: difference;
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-duyulk.horizontal .line {
   border-top-style: none
 }
 #brxe-duyulk.vertical .line {
   border-right-style: none
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-haextv {
   align-self: center !important;
   justify-content: center;
   align-items: center;
   background-color: #ffffff;
   width: 3vw;
   height: 3vw;
   border-radius: 4vw
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-noqjmi {
   position: absolute;
   width: 3vw;
   height: 3vw;
   align-self: center !important;
   justify-content: center;
   align-items: center
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-reurpq {
   width: 3vw;
   margin-right: 0;
   margin-left: 0;
   height: 3vw;
   position: relative;
   border: 1px solid #424242;
   border-radius: 5vw;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   overflow: hidden
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-reurpq {
     width: 10vw;
     height: 10vw;
     border-radius: 12vw
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-jfcqiq {
   width: 65%;
   z-index: 2
 }
 #brxe-jfcqiq:not(.tag), #brxe-jfcqiq img {
   filter: invert(100%)
 }
 #brxe-jfcqiq {
   color: #fff;
   mix-blend-mode: difference;
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-axtzrh.horizontal .line {
   border-top-style: none
 }
 #brxe-axtzrh.vertical .line {
   border-right-style: none
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-techco {
   align-self: center !important;
   justify-content: center;
   align-items: center;
   background-color: #ffffff;
   width: 3vw;
   height: 3vw;
   border-radius: 4vw
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-mfielt {
   position: absolute;
   width: 3vw;
   height: 3vw;
   align-self: center !important;
   justify-content: center;
   align-items: center
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-gnnlfr {
   width: 3vw;
   margin-right: 0;
   margin-left: 0;
   height: 3vw;
   position: relative;
   border: 1px solid #424242;
   border-radius: 5vw;
   align-self: center !important;
   justify-content: center;
   align-items: center;
   overflow: hidden
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-gnnlfr {
     width: 10vw;
     height: 10vw;
     border-radius: 12vw
   }
 }
 
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-jpmlge {
   width: 100%;
   flex-direction: row
 }
 /* BREAKPOINT: Mobile portrait */
 @media (max-width: 478px) {
   #brxe-jpmlge {
     flex-direction: column-reverse;
     flex-wrap: nowrap;
     row-gap: 3vh
   }
 }
 /* BREAKPOINT: Desktop (BASE) */
 #brxe-xqxfbf {
   width: 100%;
   row-gap: 2vh
 }
 /* BREAKPOINT: Desktop (BASE) */
 


@media (max-width: 767px) {
#brxe-ultukh, #brxe-vlhudc, #brxe-gtrzcm{
	height: 50vh;
}
#brxe-dzbqze, #brxe-bnkeqa, #brxe-ftvpau, #brxe-bamqit {
        font-size: 22px !important;
        line-height: normal !important;
        font-weight: 500 !important;
        text-transform: uppercase;
        letter-spacing: 0.5px !important;
    }
}




