.bricks-is-frontend .brxe-brf-pro-forms .form-group:not(.submit-button-wrapper):not(.brf-steps) {
  display: flex;
  flex-direction: column;
  padding: 0 0 20px;
}
.bricks-is-frontend .brxe-brf-pro-forms.brxe-form-multistep {
  visibility: hidden;
}
:where(.brxe-brf-pro-forms) .pro-forms-builder-field {
  align-self: stretch;
}
:where(.brxe-brf-pro-forms) .form-group:last-child {
  padding-bottom: 0;
}
:where(.brxe-brf-pro-forms) button[type=submit] .loading {
  display: none;
}
:where(.brxe-brf-pro-forms) .form-group {
  display: flex;
  flex-direction: column;
  padding: 0 0 20px;
  width: 100%;
}
:where(.brxe-brf-pro-forms) button[type=submit] svg {
  height: 1em;
}
:root {
  --bricks-vh: 1vh;
  --bricks-color-primary: #ffd64f;
  --bricks-color-secondary: #fc5778;
  --bricks-text-dark: #212121;
  --bricks-text-medium: #616161;
  --bricks-text-light: #9e9e9e;
  --bricks-text-info: #00b0f4;
  --bricks-text-success: #11b76b;
  --bricks-text-warning: #ffa100;
  --bricks-text-danger: #fa4362;
  --bricks-bg-info: #e5f3ff;
  --bricks-bg-success: #e6f6ed;
  --bricks-bg-warning: #fff2d7;
  --bricks-bg-danger: #ffe6ec;
  --bricks-bg-dark: #263238;
  --bricks-bg-light: #f5f6f7;
  --bricks-border-color: #dddedf;
  --bricks-border-radius: 4px;
  --bricks-tooltip-bg: #23282d;
  --bricks-tooltip-text: #eaecef;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}
body {
  margin: 0;
}
header, main, section {
  display: block;
}
img {
  border-style: none;
}
button, input {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
}
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
template {
  display: none;
}
.brxe-section {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .brxe-section {
    flex-wrap: wrap;
  }
}
.brxe-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 1100px;
}
@media (max-width: 767px) {
  .brxe-container {
    flex-wrap: wrap;
  }
}
[class*=brxe-] {
  max-width: 100%;
}
svg:not([width]) {
  min-width: 1em;
}
svg:not([height]) {
  min-height: 1em;
}
html {
  font-size: 62.5%;
}
*, :after, :before, html {
  box-sizing: border-box;
}
:after, :before {
  outline: none;
}
* {
  border-color: var(--bricks-border-color);
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  background-color: #fff;
  background-position: 50%;
  color: #363636;
  font-family: -apple-system, "system-ui", Segoe UI, roboto, helvetica, arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 15px;
  line-height: 1.7;
}
.brx-body {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}
:where(a) {
  border-color: currentcolor;
  color: currentcolor;
  text-decoration: none;
}
h3 {
  margin: 0;
  text-rendering: optimizelegibility;
}
h3 {
  font-size: 1.8em;
}
h3 {
  line-height: 1.4;
}
:where(p) {
  margin: 0 0 1.2em;
}
:where(p:last-of-type) {
  margin-bottom: 0;
}
img {
  height: auto;
  max-width: 100%;
  outline: none;
  vertical-align: middle;
}
button {
  border: none;
  outline: none;
  padding: 0;
}
button, input {
  font-family: inherit;
  text-align: inherit;
}
input:not([type=submit]) {
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  color: currentcolor;
  font-size: inherit;
  line-height: 40px;
  outline: none;
  padding: 0 12px;
  width: 100%;
}
::placeholder {
  color: var(--bricks-border-color);
}
.skip-link {
  background: #000;
  border-bottom-right-radius: 8px;
  color: #fff;
  font-weight: 700;
  left: 0;
  padding: 5px 10px;
  position: fixed;
  top: 0;
  transform: translateY(-102%);
  z-index: 9999;
}
#brx-content {
  flex: 1;
  position: relative;
  width: 100%;
}
#brx-header {
  background-position: 50%;
  background-size: cover;
  position: relative;
  width: 100%;
}
.brxe-code {
  width: 100%;
}
:where(.brxe-divider) {
  align-items: center;
  display: flex;
  font-size: 30px;
  gap: 30px;
}
:where(.brxe-divider).horizontal {
  width: 100%;
}
:where(.brxe-divider).horizontal .line {
  border-top: 1px solid;
}
:where(.brxe-divider) .line {
  position: relative;
  width: 100%;
}
:where(.brxe-form) {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
:where(.brxe-form) .label, :where(.brxe-form) label {
  color: inherit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .4px;
  text-transform: uppercase;
}
:where(.brxe-form) .form-group {
  display: flex;
  flex-direction: column;
  padding: 0 0 20px;
  width: 100%;
}
:where(.brxe-form) .form-group.captcha, :where(.brxe-form) .form-group:last-child {
  padding-bottom: 0;
}
:where(.brxe-form) .form-group.captcha {
  line-height: 1;
}
:where(.brxe-form) .form-group.file {
  display: block;
}
:where(.brxe-form) .form-group.file > label.choose-files {
  margin-bottom: 0;
}
:where(.brxe-form) .form-group > .label {
  margin-bottom: 5px;
}
:where(.brxe-form) .form-group .form-group-error-message {
  background-color: var(--bricks-bg-danger);
  color: var(--bricks-text-danger);
  display: none;
  padding: 15px;
  width: 100%;
}
:where(.brxe-form) .form-group .form-group-error-message.show {
  display: block;
}
:where(.brxe-form) .submit-button-wrapper {
  width: auto;
}
:where(.brxe-form) .required:after {
  content: "*";
  padding: 0 2px;
  position: relative;
  top: -2px;
}
:where(.brxe-form) .options-wrapper {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
:where(.brxe-form) .options-wrapper input, :where(.brxe-form) .options-wrapper label {
  display: inline-block;
  height: auto;
  margin: 0 5px 0 0;
  width: auto;
}
:where(.brxe-form) button[type=submit].sending .text {
  opacity: .5;
}
:where(.brxe-form) button[type=submit].sending > i, :where(.brxe-form) button[type=submit].sending > svg {
  display: none;
}
:where(.brxe-form) button[type=submit].sending .loading {
  animation: load8 1s linear infinite;
  display: flex;
  opacity: 1;
}
:where(.brxe-form) button[type=submit] .loading {
  display: none;
}
:where(.brxe-form) button[type=submit] svg {
  height: 1em;
  transform: scaleX(-1);
  transform-origin: center;
}
:where(.brxe-form) .recaptcha-hidden {
  display: none;
}
:where(.brxe-form) .recaptcha-error {
  display: none;
  padding: 0 !important;
}
:where(.brxe-form) .recaptcha-error.show {
  display: block;
}
:where(.brxe-form) .recaptcha-error .brxe-alert.danger {
  align-items: center;
  background-color: var(--bricks-bg-danger);
  border-color: currentcolor;
  color: var(--bricks-text-danger);
  display: flex;
  justify-content: space-between;
  padding: 15px;
  width: 100%;
}
:where(.brxe-form) .hcaptcha-error {
  display: none;
  padding: 0 !important;
}
:where(.brxe-form) .hcaptcha-error.show {
  display: block;
}
:where(.brxe-form) .hcaptcha-error .brxe-alert.danger {
  align-items: center;
  background-color: var(--bricks-bg-danger);
  border-color: currentcolor;
  color: var(--bricks-text-danger);
  display: flex;
  justify-content: space-between;
  padding: 15px;
  width: 100%;
}
:where(.brxe-form) input[type=checkbox] + .label, :where(.brxe-form) input[type=checkbox] + label, :where(.brxe-form) input[type=radio] + .label, :where(.brxe-form) input[type=radio] + label {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}
:where(.brxe-form) textarea {
  height: inherit;
  resize: vertical;
}
:where(.brxe-form) .message {
  background-color: var(--bricks-bg-info);
  color: var(--bricks-text-info);
  display: flex;
  gap: 15px;
  justify-content: space-between;
  opacity: 1;
  padding-bottom: 0;
  position: relative;
  width: 100%;
}
:where(.brxe-form) .message.success {
  background-color: var(--bricks-bg-success);
  color: var(--bricks-text-success);
}
:where(.brxe-form) .message.error {
  background-color: var(--bricks-bg-danger);
  color: var(--bricks-text-danger);
}
:where(.brxe-form) .message .text {
  padding: 15px;
}
:where(.brxe-form) .message.closing {
  opacity: 0;
}
:where(.brxe-form) .message .close {
  all: unset;
  padding: 15px;
}
:where(.brxe-form) input.file, :where(.brxe-form) input[type=file] {
  display: block;
  height: 0;
  opacity: 0;
  width: 0;
}
:where(.brxe-form) .file-result {
  display: none;
  padding: 0;
}
:where(.brxe-form) .file-result.show {
  align-items: center;
  display: flex;
  margin: 0 0 15px;
}
:where(.brxe-form) .file-result.show.danger {
  background-color: var(--bricks-bg-danger);
  color: var(--bricks-text-danger);
  justify-content: space-between;
  padding: 15px;
}
:where(.brxe-form) .file-result.show.danger svg {
  height: 1em;
  margin-left: 5px;
}
:where(.brxe-form) .file-result.show.danger svg g {
  stroke: currentcolor;
}
:where(.brxe-form) .file-result.show .remove {
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  margin: 0 15px;
  padding: 0 10px;
}
:where(.brxe-form) .file-result.show .remove:hover {
  background-color: var(--bricks-text-danger);
  color: #fff;
}
:where(.brxe-form) .choose-files {
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  line-height: 40px;
  padding: 0 15px;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  width: auto;
}
a.brxe-image {
  display: inline-block;
}
:where(.brxe-image).tag {
  display: inline-block;
  height: fit-content;
  position: relative;
  width: auto;
}
:where(.brxe-image):before {
  border-radius: inherit;
}
:where(.brxe-image) img {
  border-radius: inherit;
  height: 100%;
  position: static !important;
  width: 100%;
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
html {
  scroll-behavior: smooth;
}
html {
  background-color: #070707;
}
body {
  background: none;
}
body {
  font-family: "Neue Haas";
}
h3 {
  font-family: "Neue Haas";
}
.brxe-text {
  font-family: "Neue Haas";
}
h3, .brxe-text {
  font-family: "Neue Haas", sans-serif !important;
}
html::-webkit-scrollbar {
  display: none;
}
html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#brxe-zdsdqd {
  width: fit-content;
}

#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: rgba(0, 0, 0, .6);
  backdrop-filter: blur(4px);
  border-radius: 50vw;
  border: 1px solid #fff;
  overflow: hidden;
  width: fit-content;
  padding: .3vw;
  border-color: #404040;
}
.switch-language {
  padding-top: .5vw;
  padding-bottom: .5vw;
  padding-left: 1vw;
  padding-right: 1vw;
  background: none;
  border: none;
  color: white;
  font-size: .9vw !important;
  font-weight: 400;
  flex: 1;
  text-align: center;
}
.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;
}
@media (max-width: 478px) {
  #brxe-cmfilb {
    width: fit-content;
  }
  .language-switcher {
    display: flex;
    background-color: rgba(0, 0, 0, .6);
    backdrop-filter: blur(4px);
    border-radius: 50vw;
    border: 1px solid #fff;
    overflow: hidden;
    width: fit-content;
    padding: .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;
  }
  .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;
  }
}
#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: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
  position: relative;
}
#brxe-bbtfja {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.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: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
  position: relative;
}
#brxe-vkfpcd {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.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: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
  position: relative;
}
#brxe-nqjhxm {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.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-oxyvrj {
  background-color: rgba(3, 169, 244, 0);
  align-items: center;
/*  justify-content: space-between;*/
  align-self: center !important;
  flex-direction: row;
  margin-right: 0;
  margin-left: 0;
  width: 24%;
  position: absolute;
  left: 0vw;
	gap: 30px;
}
@media (max-width: 478px) {
  #brxe-oxyvrj {
    display: none;
  }
}
#brxe-rautat {
  width: 8vw;
  align-self: center;
}
@media (max-width: 478px) {
  #brxe-rautat {
    width: 24vw;
  }
}
#brxe-rmlypx {
  width: .8vw;
  position: relative;
  max-width: .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: .8vw;
  position: relative;
  max-width: .8vw;
}
#brxe-bqgkrj:not(.tag) {
  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-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-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: .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;
}
@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: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
#brxe-nbqsoi {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.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: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
#brxe-isbxmo {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.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: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
#brxe-wezqiu {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.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-vrlgki
 {
    background-color: rgba(3, 169, 244, 0);
    align-items: center;
    /* justify-content: space-between; */
    align-self: center !important;
    flex-direction: row-reverse;
    margin-right: 0;
    margin-left: 0;
    width: 24%;
    position: absolute;
    right: 5vw;
    gap: 30px;
}
@media (max-width: 478px) {
  #brxe-vrlgki {
    display: none;
  }
}

#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 {
  transform: scale(0);
}
#brxe-ecfdsm {
  transform: scale(1);
}
@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 {
  transform: scale(0);
}
#brxe-qoobtx {
  transform: scale(1);
}
@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-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-ixunbc {
    font-weight: 300;
    color: #f5f5f5;
    font-size: 1.5vw;
    letter-spacing: .2vw;
    line-height: normal;
    text-align: left;
}


@media (max-width: 478px) {
  #brxe-ixunbc {
    font-size: 3.5vw;
    line-height: 3.5vw;
    text-align: center;
  }
}
#brxe-fdnadx {
  width: 100%;
  margin-bottom: .4vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 478px) {
  #brxe-fdnadx {
    align-self: center !important;
    justify-content: center;
    align-items: center;
  }
}
#brxe-svfebl {
  font-family: "";
  font-weight: 400;
  color: #f5f5f5;
  font-size: 4.5vw;
  letter-spacing: -.2vw;
  line-height: 4.75vw;
  text-align: left;
}
@media (max-width: 478px) {
  #brxe-svfebl {
    font-size: 11.5vw;
    line-height: 10vw;
    letter-spacing: -.15vw;
    text-align: center;
    align-self: center;
  }
}
#brxe-dzsdre {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#brxe-nedfsr {
  font-family: "";
  font-weight: 400;
  color: #f5f5f5;
  font-size: 4.5vw;
  letter-spacing: -.2vw;
  line-height: 4.5vw;
  text-align: left;
}
@media (max-width: 478px) {
  #brxe-nedfsr {
    font-size: 11.5vw;
    line-height: 10vw;
    letter-spacing: -.15vw;
    text-align: center;
    align-self: center;
  }
}
#brxe-rdpsoa {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#brxe-iqhudz {
  row-gap: .5vh;
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-iqhudz {
    align-self: center !important;
    justify-content: center;
    align-items: center;
    row-gap: 0px;
  }
}
#brxe-iswnsq {
  width: 60%;
}
@media (max-width: 478px) {
  #brxe-iswnsq {
    width: 60%;
  }
}
#brxe-bdufmd {
  width: 60%;
}
@media (max-width: 478px) {
  #brxe-bdufmd {
    width: 60%;
  }
}
#brxe-ardwbs {
  position: absolute;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: 2.5vw;
  height: 2.5vw;
}
@media (max-width: 478px) {
  #brxe-ardwbs {
    width: 8vw;
    height: 8vw;
  }
}
#brxe-aiwdvr {
  width: 2.5vw;
  justify-content: center;
  align-self: center !important;
  align-items: center;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  position: relative;
  height: 2.5vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-aiwdvr {
    width: 8vw;
    height: 8vw;
  }
}
#brxe-attvgb {
  margin-top: 1%;
  margin-left: -10%;
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.02vw;
  line-height: 1vw;
}
.buton-award:hover {
    background: #3d3d3d !important;
}
@media (max-width: 478px) {
  #brxe-attvgb {
    font-size: 3vw;
    margin-top: 0;
    margin-left: 0;
  }
}
#brxe-brdquz {
  width: 80%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  margin-left: 0;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-brdquz {
    align-self: center !important;
    justify-content: center;
    align-items: center;
    width: 28vw;
    padding-right: 2vw;
    padding-left: 2vw;
  }
}
#brxe-nlzntw.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-xvrohh {
  background-color: #353535;
  width: 2.5vw;
  height: 2.5vw;
  margin-right: 0;
  margin-left: 0;
  z-index: 1;
}
#brxe-kzkbro.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-nfsygu {
  width: 2.5vw;
  z-index: 3;
  height: 2.5vw;
  background-color: #292929;
  margin-right: 0;
  margin-left: 0;
  position: absolute;
}
#brxe-grhuaa {
  position: absolute;
  align-items: flex-start;
  justify-content: center;
  align-self: flex-end !important;
  z-index: 0;
}
#brxe-bqepef {
  width: 13%;
  position: relative;
  background-color: #1e1e1e;
  justify-content: space-between;
  align-items: center;
  align-self: flex-start !important;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  flex-direction: row;
  margin-right: 0;
  margin-left: 0;
  border-width: 0px;
  border-radius: .35vw;
  overflow: hidden;
}
@media (max-width: 478px) {
  #brxe-bqepef {
    width: fit-content;
    align-self: center !important;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    border-radius: 1vw;
  }
}
#brxe-rrzair {
  width: 60%;
}
@media (max-width: 478px) {
  #brxe-rrzair {
    width: 60%;
  }
}
#brxe-ouiwbt {
  width: 60%;
}
@media (max-width: 478px) {
  #brxe-ouiwbt {
    width: 60%;
  }
}
#brxe-nkuwkt {
  width: 2.5vw;
  position: absolute;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  height: 2.5vw;
}
@media (max-width: 478px) {
  #brxe-nkuwkt {
    width: 8vw;
    height: 8vw;
  }
}
#brxe-udpugz {
  width: 2.5vw;
  height: 2.5vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-udpugz {
    width: 8vw;
    height: 8vw;
  }
}
#brxe-qolvtu {
  margin-top: 1%;
  margin-left: 0%;
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.02vw;
  line-height: 1vw;
}
@media (max-width: 478px) {
  #brxe-qolvtu {
    font-size: 3vw;
    margin-top: 0;
    margin-left: 0;
  }
}
#brxe-lvbzxy {
  align-items: flex-start;
  width: 80%;
  align-self: center !important;
  margin-right: 0;
  margin-left: 0;
  justify-content: center;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-lvbzxy {
    width: 46vw;
    align-self: center !important;
    justify-content: center;
    align-items: center;
    padding-right: 2vw;
    padding-left: 2vw;
  }
}
#brxe-nrvyfz.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-tcaewz {
  width: 2.5vw;
  background-color: #353535;
  height: 2.5vw;
  margin-right: 0;
  margin-left: 0;
  z-index: 1;
}
#brxe-kkacoa.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-kfeqsi {
  width: 2.5vw;
  margin-right: 0;
  margin-left: 0;
  background-color: #292929;
  height: 2.5vw;
  position: absolute;
  z-index: 3;
}
#brxe-kiyzcp {
  position: absolute;
  align-items: flex-start;
  justify-content: center;
  align-self: flex-end !important;
  z-index: 0;
}
#brxe-gbuhgw {
  width: 19%;
  margin-right: 0;
  margin-left: 0;
  flex-direction: row;
  justify-content: space-between;
  background-color: #1e1e1e;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  align-items: center;
  align-self: flex-start !important;
  position: relative;
  border-width: 0px;
  border-radius: .35vw;
  overflow: hidden;
}
@media (max-width: 478px) {
  #brxe-gbuhgw {
    width: fit-content;
    flex-wrap: nowrap;
    align-self: center !important;
    justify-content: space-between;
    align-items: center;
    border-radius: 1vw;
  }
}
#brxe-jyepdq {
  width: 60%;
}
@media (max-width: 478px) {
  #brxe-jyepdq {
    width: 60%;
  }
}
#brxe-jtbdzg {
  width: 60%;
}
@media (max-width: 478px) {
  #brxe-jtbdzg {
    width: 60%;
  }
}
#brxe-bntlgb {
    width: 2.5vw;
    height: 70px;
    position: absolute;
    align-self: center !important;
    justify-content: center;
    align-items: center;
	background: #292929;
}
@media (max-width: 478px) {
  #brxe-bntlgb {
    width: 8vw;
    height: 8vw;
  }
}
#brxe-heodwu {
  justify-content: center;
  width: 2.5vw;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  align-items: center;
  align-self: center !important;
  position: relative;
  height: 2.5vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-heodwu {
    width: 8vw;
    height: 8vw;
  }
}
#brxe-bnwyth {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: normal;
  letter-spacing: -.02vw;
  line-height: normal;
  margin-top: 1%;
  margin-left: -10%;
}
@media (max-width: 478px) {
  #brxe-bnwyth {
    font-size: 3vw;
    margin-top: 0;
    margin-left: 0;
  }
}
#brxe-vqnhkr {
  align-items: center;
  justify-content: center;
  align-self: center !important;
  z-index: 2;
      margin-right: 8px;
  margin-left: 0;
  width: 80%;
}
@media (max-width: 478px) {
  #brxe-vqnhkr {
    padding-right: 2vw;
    padding-left: 2vw;
    align-self: center !important;
    justify-content: center;
    align-items: center;
    width: 80vw;
  }
}
#brxe-wrjfus.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-bqbmfo {
  margin-right: 0;
  margin-left: 0;
  z-index: 1;
  width: 2.5vw;
  background-color: #353535;
  height: 2.5vw;
}
#brxe-evgkhn.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-bjhmma {
  margin-right: 0;
  margin-left: 0;
  background-color: #292929;
  width: 2.5vw;
  height: 2.5vw;
  position: absolute;
  z-index: 3;
}
#brxe-jbvpos {
  z-index: 0;
  position: absolute;
  align-items: flex-start;
  justify-content: center;
  align-self: flex-end !important;
}
#brxe-vwkvyh {
  width: 25.5%;
  flex-direction: row;
  justify-content: space-between;
  background-color: #1e1e1e;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  align-items: center;
  align-self: flex-start !important;
  position: relative;
  border-width: 0px;
  border-radius: .35vw;
  overflow: hidden;
}
@media (max-width: 478px) {
  #brxe-vwkvyh {
    align-self: center !important;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
    flex-wrap: nowrap;
    border-radius: 1vw;    
  }
}
#brxe-jtlqay {
  width: 100%;
  row-gap: 1vh;
}
@media (max-width: 478px) {
  #brxe-jtlqay {
    flex-direction: row-reverse;
    align-self: center !important;
    justify-content: center;
    align-items: center;
    column-gap: 2vw;
  }
}
#brxe-wlnure {
  padding-bottom: 3vh;
  padding-left: 2vw;
  width: 100%;
  z-index: 2;
  height: 70vh;
  justify-content: space-between;
  align-self: flex-start !important;
  align-items: flex-start;
}
@media (max-width: 478px) {
  #brxe-wlnure {
    align-self: center !important;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    row-gap: 2vh;
    padding-right: 2vw;
  }
}
#brxe-cosdjp {
  color: #f5f5f5;
  font-family: "";
  font-weight: 500;
  font-size: 1vw;
  letter-spacing: -.02vw;
  line-height: .9vw;
}
@media (max-width: 478px) {
  #brxe-cosdjp {
    font-size: 3.2vw;
    line-height: 3vw;
    letter-spacing: -.06vw;
  }
}
#brxe-ibdgre {
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  font-size: 1vw;
  letter-spacing: -.02vw;
  line-height: .9vw;
}
@media (max-width: 478px) {
  #brxe-ibdgre {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: -.06vw;
  }
}
#brxe-teatcr {
  font-family: "";
  font-weight: 400;
  color: #f5f5f5;
  font-size: 1vw;
  letter-spacing: -.02vw;
  line-height: .9vw;
}
@media (max-width: 478px) {
  #brxe-teatcr {
    font-size: 3.2vw;
    line-height: 3vw;
    letter-spacing: -.06vw;
  }
}
#brxe-wgxyad {
  background-color: #282828;
  width: 70%;
  align-self: flex-end !important;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  margin-left: 0;
  flex-direction: row;
  column-gap: .2vw;
  padding-top: 2.75vh;
  padding-bottom: 2.25vh;
}
@media (max-width: 478px) {
  #brxe-wgxyad {
    width: 100%;
    align-self: center !important;
    justify-content: center;
    align-items: center;
    column-gap: 1%;
  }
}
#brxe-hqwley {
  background-color: #464646;
  width: 70%;
  align-self: flex-end !important;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 0;
  margin-left: 0;
  height: 5px;
}
@media (max-width: 478px) {
  #brxe-hqwley {
    align-self: center !important;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
#brxe-gzilsv {
  width: 82%;
  justify-content: flex-end;
  align-self: flex-end !important;
  align-items: flex-end;
  margin-right: 0;
  margin-left: 0;
  display: none;
}
@media (max-width: 478px) {
  #brxe-gzilsv {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    align-self: center !important;
    justify-content: center;
    align-items: center;
  }
}
#brxe-jxqfhh {
  width: 65%;
  height: 100vh;
  background-image: url("../images/contact-us-banner.jpg");
  background-size: cover;
  background-position: center center;
  position: absolute;
  right: 0px;
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-end;
  align-self: flex-end !important;
  padding-bottom: 3vh;
}
#brxe-jxqfhh.nitro-lazy {
  background-image: none !important;
}
:where(#brxe-jxqfhh > *) {
  position: relative;
}
#brxe-jxqfhh::before {
  background-image: linear-gradient(rgba(0, 0, 0, .11) 70%, #070707 100%);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 478px) {
  #brxe-jxqfhh {
    width: 100%;
  }
}
#brxe-evmzym {
  width: 100%;
  position: relative;
  height: 100vh;
  background-color: #070707;
  align-self: center !important;
  justify-content: flex-end;
  align-items: center;
  min-height: 100vh;
}
@media (max-width: 478px) {
  #brxe-evmzym {
    overflow-x: hidden !important;
  }
}
#brxe-xwpkta {
  width: 40%;
}
#brxe-qhncsb {
  border: .1vw solid rgba(255, 255, 255, .31);
  border-radius: .5vw;
  margin-right: 0;
  margin-left: 0;
  justify-content: center;
  align-items: center;
  align-self: center !important;
  width: 4vw;
  height: 4vw;
}
@media (max-width: 478px) {
  #brxe-qhncsb {
    width: 12vw;
    flex-wrap: nowrap;
    height: 12vw;
    margin-bottom: 0vw;
  }
}
#brxe-xxskkg {
  width: 12vw;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: .5vw;
  margin-right: 0;
  margin-bottom: 0;
  align-self: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
@media (max-width: 478px) {
  #brxe-xxskkg {
    width: 30vw;
    margin-top: 1.5vw;
  }
}
#brxe-ywucuh {
  flex-direction: column;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 478px) {
  #brxe-ywucuh {
    align-self: flex-end !important;
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: nowrap;
  }
}
#brxe-zzvfhf {
  width: fit-content;
  margin-left: 0;
  flex-direction: row;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  column-gap: .5vw;
}
@media (max-width: 478px) {
  #brxe-zzvfhf {
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-self: flex-end !important;
    align-items: flex-end;
    column-gap: 1vw;
  }
}
#brxe-txhgte {
  flex-direction: row;
  align-items: center;
  align-self: center !important;
  margin-right: 0;
  margin-left: 0;
  justify-content: center;
  width: fit-content;
  position: relative;
  border: .15vw none rgba(255, 255, 255, .36);
  border-radius: 0;
  flex-wrap: nowrap;
  flex-shrink: 0;
  display: none;
}
@media (max-width: 478px) {
  #brxe-txhgte {
    width: fit-content;
    flex-wrap: nowrap;
    align-self: flex-end !important;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
#brxe-jdvryy {
  font-size: 1vw;
  font-family: "Neue Haas";
  font-weight: 400;
  color: #f5f5f5;
}
@media (max-width: 478px) {
  #brxe-jdvryy {
    font-size: 3vw;
  }
}
#brxe-ysdlla {
  width: 100%;
  display: none;
}
#Contact_Us .form-group input:not([type="submit"]) {
  padding-left: 8px;
}
#Contact_Us .form-group:not(.submit-button-wrapper) {
  padding-bottom: 0;
}
#brxe-cazmww {
  color: #f5f5f5;
  font-size: 6.5vw;
  line-height: 6vw;
  font-family: "";
  letter-spacing: -.1vw;
}
@media (max-width: 478px) {
  #brxe-cazmww {
    font-size: 12vw;
    line-height: 10vw;
  }
}
#brxe-tyhrkx {
  width: 100%;
  z-index: 2;
  position: relative;
  overflow: HIDDEN;
}
@media (max-width: 478px) {
  #brxe-tyhrkx {
    align-self: center !important;
    justify-content: center;
    align-items: center;
  }
}
#brxe-owuvbr {
  color: #f5f5f5;
  font-size: 1.75vw;
  line-height: 1.75vw;
  font-family: "";
  letter-spacing: -.04vw;
}
#brxe-qlgdih {
  color: #f5f5f5;
  font-size: .8vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.02vw;
  line-height: .8vw;
  margin-top: 1.5%;
  margin-left: -5%;
}
@media (max-width: 478px) {
  #brxe-qlgdih {
    font-size: 10px;
    margin-top: 1.8%;
  }
}
#brxe-qhgrxy {
  width: 80%;
  align-items: center;
  align-self: center !important;
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
  z-index: 2;
}
#brxe-xwaayt {
  width: .85vw;
  transform: rotateZ(-45deg);
}
@media (max-width: 478px) {
  #brxe-xwaayt {
    width: 10px;
  }
}
#brxe-kiqndt {
  width: .85vw;
  transform: rotateZ(-45deg);
}
@media (max-width: 478px) {
  #brxe-kiqndt {
    width: 10px;
  }
}
#brxe-tgaawj {
  position: absolute;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: 2.25vw;
  height: 2.25vw;
}
#brxe-dmneza {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: 2.25vw;
  position: relative;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  height: 2.25vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-dmneza {
    width: 15%;
  }
}
#brxe-rgnizz.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-fgrdik {
  background-color: #353535;
  width: 2.25vw;
  height: 2.25vw;
  margin-right: 0;
  margin-left: 0;
  z-index: 1;
}
#brxe-kustgf.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-stncco {
  width: 2.25vw;
  margin-right: 0;
  margin-left: 0;
  z-index: 3;
  background-color: #292929;
  height: 2.25vw;
  position: absolute;
}
#brxe-ezdtmc {
  position: absolute;
  align-items: flex-end;
  justify-content: center;
  align-self: flex-end !important;
  z-index: 0;
}
#brxe-otltyn {
  flex-direction: row;
  justify-content: space-between;
  width: 52%;
  background-color: rgba(35, 35, 35, 0);
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  align-items: center;
  align-self: flex-start !important;
  position: relative;
  border: 1px solid #424242;
  overflow: hidden;
}
@media (max-width: 478px) {
  #brxe-otltyn {
    width: 170px;
    padding-top: 13px;
    padding-bottom: 11px;
  }
}
#brxe-mdpqfi {
  width: 100%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  column-gap: 2px;
  row-gap: 2vh;
}
@media (max-width: 478px) {
  #brxe-mdpqfi {
    margin-top: 5vh;
    display: none;
  }
}
#brxe-vxrtmc {
  width: 100%;
  row-gap: 2vh;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-vxrtmc {
    display: none;
  }
}
#brxe-vafqma.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-zkajuw {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  background-color: #1e1e1e;
  width: 100%;
}
#brxe-lbtfax {
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-left: 2vw;
  width: 25%;
  justify-content: space-between;
  min-height: 90vh;
  position: relative;
  border-top-right-radius: .75vw;
  border-bottom-right-radius: .75vw;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 478px) {
  #brxe-lbtfax {
    padding-top: 4vh;
    padding-bottom: 4vh;
    padding-left: 0vw;
    align-self: center !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 100%;
  }
}
#brxe-gyeqdz {
  font-size: 1vw;
  line-height: 1vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
}
@media (max-width: 478px) {
  #brxe-gyeqdz {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-khgqlf {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  background-color: #1e1e1e;
  padding-top: 1.5vh;
  padding-bottom: 1.5vh;
  width: 23%;
  border: 1px solid #373737;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 478px) {
  #brxe-khgqlf {
    width: 32%;
    padding-top: 1vh;
    padding-bottom: 1vh;
  }
}
#brxe-goluzk {
  font-size: 1vw;
  line-height: 1vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
}
@media (max-width: 478px) {
  #brxe-goluzk {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-bltrme {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  background-color: #1e1e1e;
  padding-top: 1.5vh;
  padding-bottom: 1.5vh;
  width: 23%;
  border: 1px solid #373737;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 478px) {
  #brxe-bltrme {
    width: 32%;
    padding-top: 1vh;
    padding-bottom: 1vh;
  }
}
#brxe-kmjnre {
  margin-right: 0;
  margin-left: 0;
  flex-direction: row;
  justify-content: flex-end;
  column-gap: 1vw;
  z-index: 5;
  position: relative;
  display: none;
}
@media (max-width: 478px) {
  #brxe-kmjnre {
    width: 100%;
    margin-top: 2vw;
    justify-content: space-between;
  }
}
#brxe-egqcud {
  width: 5%;
  font-family: "";
  font-weight: 400;
  color: #424242;
  font-size: 1.2vw;
  line-height: 1.2vw;
  letter-spacing: -.04vw;
  align-self: flex-start;
  margin-top: .15vw;
}
@media (max-width: 478px) {
  #brxe-egqcud {
    font-size: 3vw;
    line-height: 3vw;
    text-align: left;
    width: 10%;
    margin-top: 0;
  }
}
#brxe-nqwkzj {
  width: 85%;
  font-family: "";
  font-weight: 300;
  color: #f5f5f5;
  font-size: 1.58vw;
  line-height: 2.15vw;
  letter-spacing: -.04vw;
  align-self: flex-start;
  margin-top: 0;
}
@media (max-width: 478px) {
  #brxe-nqwkzj {
    font-size: 4.2vw;
    line-height: 4.2vw;
    text-align: left;
    width: 80%;
  }
}
#brxe-jhpgej {
  width: 90%;
  align-items: flex-start;
  margin-right: 0;
  margin-left: 0;
  flex-direction: row;
  align-self: center !important;
}
#brxe-qhcpfv {
  width: 50%;
  margin-top: .1vw;
}
#brxe-bmjhux {
  margin-right: 0;
  margin-left: 0;
  width: 1.7vw;
  align-items: center;
  height: 1.7vw;
  background-color: #202020;
  justify-content: center;
  align-self: center !important;
  border: 1px solid #343434;
  border-radius: 5vw;
}
@media (max-width: 478px) {
  #brxe-bmjhux {
    width: 20px;
    height: 20px;
  }
}
#brxe-uqbipd {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  align-items: center;
  height: 13vh;
  flex-direction: row;
  z-index: 1;
  padding-top: 3vh;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  justify-content: space-between;
}
@media (max-width: 478px) {
  #brxe-uqbipd {
    padding-top: 3.7vw;
    height: 19.5vw;
  }
}
#brxe-covjkl {
  width: 70%;
  font-size: .9vw;
  color: #f5f5f5;
  font-family: "";
  line-height: 1vw;
  font-weight: 400;
  position: absolute;
}
@media (max-width: 478px) {
  #brxe-covjkl {
    font-size: 3.2vw;
    line-height: 3.4vw;
    width: 84%;
  }
}
#brxe-qhedhe {
  position: relative;
  z-index: 1;
  bottom: 0px;
  flex-shrink: 0;
  flex-grow: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-qhedhe {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    flex-direction: column;
  }
}
#brxe-hsvdvy.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
@media (max-width: 478px) {
  #brxe-hsvdvy.horizontal .line {
    border-top-color: rgba(0, 0, 0, 0);
  }
}
#brxe-diowkw {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-color: #121212;
  height: 0px;
  position: absolute;
  width: 100%;
}
#brxe-azorep {
  position: relative;
  background-color: #ffc107;
  z-index: 0;
  height: 0px;
  bottom: 0px;
  display: flex;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
}
#brxe-xzoqhz {
  border-bottom: 1px solid #282828;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  overflow: hidden;
  padding-right: 0;
  padding-bottom: 1vh;
  padding-left: 0;
  background-color: rgba(139, 195, 74, 0);
}
@media (max-width: 478px) {
  #brxe-xzoqhz {
    width: 100%;
    flex-direction: row;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-radius: 0px;
    padding-bottom: 1.95vw;
  }
}
#brxe-lxsgps {
  width: 5%;
  font-family: "";
  font-weight: 400;
  color: #424242;
  font-size: 1.2vw;
  line-height: 1.2vw;
  letter-spacing: -.04vw;
  align-self: flex-start;
  margin-top: .15vw;
}
@media (max-width: 478px) {
  #brxe-lxsgps {
    font-size: 3vw;
    line-height: 3vw;
    text-align: left;
    width: 10%;
    margin-top: 0;
  }
}
#brxe-yvfpcw {
  width: 85%;
  font-family: "";
  font-weight: 300;
  color: #f5f5f5;
  font-size: 1.58vw;
  line-height: 2.15vw;
  letter-spacing: -.04vw;
  align-self: flex-start;
  margin-top: 0;
}
@media (max-width: 478px) {
  #brxe-yvfpcw {
    font-size: 4.2vw;
    line-height: 4.2vw;
    text-align: left;
    width: 80%;
  }
}
#brxe-zmznsg {
  width: 90%;
  align-items: flex-start;
  margin-right: 0;
  margin-left: 0;
  flex-direction: row;
  align-self: center !important;
}
#brxe-pklcmj {
  width: 50%;
  margin-top: .1vw;
}
#brxe-jphsbo {
  margin-right: 0;
  margin-left: 0;
  width: 1.7vw;
  align-items: center;
  height: 1.7vw;
  background-color: #202020;
  justify-content: center;
  align-self: center !important;
  border: 1px solid #343434;
  border-radius: 5vw;
}
@media (max-width: 478px) {
  #brxe-jphsbo {
    width: 20px;
    height: 20px;
  }
}
#brxe-qzypyz {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  align-items: center;
  height: 13vh;
  flex-direction: row;
  z-index: 1;
  padding-top: 3vh;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  justify-content: space-between;
}
@media (max-width: 478px) {
  #brxe-qzypyz {
    padding-top: 3.7vw;
    height: 19.5vw;
  }
}
#brxe-ikanwh {
  width: 70%;
  font-size: .9vw;
  color: #f5f5f5;
  font-family: "";
  line-height: 1vw;
  font-weight: 400;
  position: absolute;
}
@media (max-width: 478px) {
  #brxe-ikanwh {
    font-size: 3.2vw;
    line-height: 3.4vw;
    width: 84%;
  }
}
#brxe-fophoc {
  position: relative;
  z-index: 1;
  bottom: 0px;
  flex-shrink: 0;
  flex-grow: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-fophoc {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    flex-direction: column;
  }
}
#brxe-ovrgbn.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
@media (max-width: 478px) {
  #brxe-ovrgbn.horizontal .line {
    border-top-color: rgba(0, 0, 0, 0);
  }
}
#brxe-gbifyn {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-color: #121212;
  height: 0px;
  position: absolute;
  width: 100%;
}
#brxe-gxwzyz {
  position: relative;
  background-color: #ffc107;
  z-index: 0;
  height: 0px;
  bottom: 0px;
  display: flex;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
}
#brxe-tymoza {
  border-bottom: 1px solid #282828;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  overflow: hidden;
  padding-right: 0;
  padding-bottom: 1vh;
  padding-left: 0;
  background-color: rgba(139, 195, 74, 0);
}
@media (max-width: 478px) {
  #brxe-tymoza {
    width: 100%;
    flex-direction: row;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-radius: 0px;
    padding-bottom: 1.95vw;
  }
}
#brxe-ogimco {
  width: 5%;
  font-family: "";
  font-weight: 400;
  color: #424242;
  font-size: 1.2vw;
  line-height: 1.2vw;
  letter-spacing: -.04vw;
  align-self: flex-start;
  margin-top: .15vw;
}
@media (max-width: 478px) {
  #brxe-ogimco {
    font-size: 3vw;
    line-height: 3vw;
    text-align: left;
    width: 10%;
    margin-top: 0;
  }
}
#brxe-lrsofu {
  width: 85%;
  font-family: "";
  font-weight: 300;
  color: #f5f5f5;
  font-size: 1.58vw;
  line-height: 2.15vw;
  letter-spacing: -.04vw;
  align-self: flex-start;
  margin-top: 0;
}
@media (max-width: 478px) {
  #brxe-lrsofu {
    font-size: 4.2vw;
    line-height: 4.2vw;
    text-align: left;
    width: 80%;
  }
}
#brxe-pnfqce {
  width: 90%;
  align-items: flex-start;
  margin-right: 0;
  margin-left: 0;
  flex-direction: row;
  align-self: center !important;
}
#brxe-hvmobc {
  width: 50%;
  margin-top: .1vw;
}
#brxe-zkfpri {
  margin-right: 0;
  margin-left: 0;
  width: 1.7vw;
  align-items: center;
  height: 1.7vw;
  background-color: #202020;
  justify-content: center;
  align-self: center !important;
  border: 1px solid #343434;
  border-radius: 5vw;
}
@media (max-width: 478px) {
  #brxe-zkfpri {
    width: 20px;
    height: 20px;
  }
}
#brxe-khosmp {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  align-items: center;
  height: 13vh;
  flex-direction: row;
  z-index: 1;
  padding-top: 3vh;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  justify-content: space-between;
}
@media (max-width: 478px) {
  #brxe-khosmp {
    padding-top: 3.7vw;
    height: 19.5vw;
  }
}
#brxe-dqvmno {
  width: 70%;
  font-size: .9vw;
  color: #f5f5f5;
  font-family: "";
  line-height: 1vw;
  font-weight: 400;
  position: absolute;
}
@media (max-width: 478px) {
  #brxe-dqvmno {
    font-size: 3.2vw;
    line-height: 3.4vw;
    width: 84%;
  }
}
#brxe-mzdyrt {
  position: relative;
  z-index: 1;
  bottom: 0px;
  flex-shrink: 0;
  flex-grow: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-mzdyrt {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    flex-direction: column;
  }
}
#brxe-ugqljq.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
@media (max-width: 478px) {
  #brxe-ugqljq.horizontal .line {
    border-top-color: rgba(0, 0, 0, 0);
  }
}
#brxe-fpfbdt {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-color: #121212;
  height: 0px;
  position: absolute;
  width: 100%;
}
#brxe-qdzexl {
  position: relative;
  background-color: #ffc107;
  z-index: 0;
  height: 0px;
  bottom: 0px;
  display: flex;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
}
#brxe-dofeyx {
  border-bottom: 1px solid #282828;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  overflow: hidden;
  padding-right: 0;
  padding-bottom: 1vh;
  padding-left: 0;
  background-color: rgba(139, 195, 74, 0);
}
@media (max-width: 478px) {
  #brxe-dofeyx {
    width: 100%;
    flex-direction: row;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-radius: 0px;
    padding-bottom: 1.95vw;
  }
}
#brxe-yqzlsj {
  width: 5%;
  font-family: "";
  font-weight: 400;
  color: #424242;
  font-size: 1.2vw;
  line-height: 1.2vw;
  letter-spacing: -.04vw;
  align-self: flex-start;
  margin-top: .15vw;
}
@media (max-width: 478px) {
  #brxe-yqzlsj {
    font-size: 3vw;
    line-height: 3vw;
    text-align: left;
    width: 10%;
    margin-top: 0;
  }
}
#brxe-jdligz {
  width: 85%;
  font-family: "";
  font-weight: 300;
  color: #f5f5f5;
  font-size: 1.58vw;
  line-height: 2.15vw;
  letter-spacing: -.04vw;
  align-self: flex-start;
  margin-top: 0;
}
@media (max-width: 478px) {
  #brxe-jdligz {
    font-size: 4.2vw;
    line-height: 4.2vw;
    text-align: left;
    width: 80%;
  }
}
#brxe-syrigs {
  width: 90%;
  align-items: flex-start;
  margin-right: 0;
  margin-left: 0;
  flex-direction: row;
  align-self: center !important;
}
#brxe-gvjbal {
  width: 50%;
  margin-top: .1vw;
}
#brxe-wiuqwl {
  margin-right: 0;
  margin-left: 0;
  width: 1.7vw;
  align-items: center;
  height: 1.7vw;
  background-color: #202020;
  justify-content: center;
  align-self: center !important;
  border: 1px solid #343434;
  border-radius: 5vw;
}
@media (max-width: 478px) {
  #brxe-wiuqwl {
    width: 20px;
    height: 20px;
  }
}
#brxe-ojfufg {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  align-items: center;
  height: 13vh;
  flex-direction: row;
  z-index: 1;
  padding-top: 3vh;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  justify-content: space-between;
}
@media (max-width: 478px) {
  #brxe-ojfufg {
    padding-top: 3.7vw;
    height: 19.5vw;
  }
}
#brxe-yenhxc {
  width: 70%;
  font-size: .9vw;
  color: #f5f5f5;
  font-family: "";
  line-height: 1vw;
  font-weight: 400;
  position: absolute;
}
@media (max-width: 478px) {
  #brxe-yenhxc {
    font-size: 3.2vw;
    line-height: 3.4vw;
    width: 84%;
  }
}
#brxe-zrrpah {
  position: relative;
  z-index: 1;
  bottom: 0px;
  flex-shrink: 0;
  flex-grow: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-zrrpah {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    flex-direction: column;
  }
}
#brxe-uoqrat.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
@media (max-width: 478px) {
  #brxe-uoqrat.horizontal .line {
    border-top-color: rgba(0, 0, 0, 0);
  }
}
#brxe-wdxsrq {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-color: #121212;
  height: 0px;
  position: absolute;
  width: 100%;
}
#brxe-truwsd {
  position: relative;
  background-color: #ffc107;
  z-index: 0;
  height: 0px;
  bottom: 0px;
  display: flex;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
}
#brxe-omzakr {
  border-bottom: 1px solid #282828;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  overflow: hidden;
  padding-right: 0;
  padding-bottom: 1vh;
  padding-left: 0;
  background-color: rgba(139, 195, 74, 0);
}
@media (max-width: 478px) {
  #brxe-omzakr {
    width: 100%;
    flex-direction: row;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-radius: 0px;
    padding-bottom: 1.95vw;
  }
}
#brxe-mckqxa {
  width: 5%;
  font-family: "";
  font-weight: 400;
  color: #424242;
  font-size: 1.2vw;
  line-height: 1.2vw;
  letter-spacing: -.04vw;
  align-self: flex-start;
  margin-top: .15vw;
}
@media (max-width: 478px) {
  #brxe-mckqxa {
    font-size: 3vw;
    line-height: 3vw;
    text-align: left;
    width: 10%;
    margin-top: 0;
  }
}
#brxe-hkdjio {
  width: 85%;
  font-family: "";
  font-weight: 300;
  color: #f5f5f5;
  font-size: 1.58vw;
  line-height: 2.15vw;
  letter-spacing: -.04vw;
  align-self: flex-start;
  margin-top: 0;
}
@media (max-width: 478px) {
  #brxe-hkdjio {
    font-size: 4.2vw;
    line-height: 4.2vw;
    text-align: left;
    width: 80%;
  }
}
#brxe-mwfamp {
  width: 90%;
  align-items: flex-start;
  margin-right: 0;
  margin-left: 0;
  flex-direction: row;
  align-self: center !important;
}
#brxe-vnugjx {
  width: 50%;
  margin-top: .1vw;
}
#brxe-bjnlgy {
  margin-right: 0;
  margin-left: 0;
  width: 1.7vw;
  align-items: center;
  height: 1.7vw;
  background-color: #202020;
  justify-content: center;
  align-self: center !important;
  border: 1px solid #343434;
  border-radius: 5vw;
}
@media (max-width: 478px) {
  #brxe-bjnlgy {
    width: 20px;
    height: 20px;
  }
}
#brxe-gsxmxu {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  align-items: center;
  height: 13vh;
  flex-direction: row;
  z-index: 1;
  padding-top: 3vh;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  justify-content: space-between;
}
@media (max-width: 478px) {
  #brxe-gsxmxu {
    padding-top: 3.7vw;
    height: 19.5vw;
  }
}
#brxe-qbhyaq {
  width: 70%;
  font-size: .9vw;
  color: #f5f5f5;
  font-family: "";
  line-height: 1vw;
  font-weight: 400;
  position: absolute;
}
@media (max-width: 478px) {
  #brxe-qbhyaq {
    font-size: 3.2vw;
    line-height: 3.4vw;
    width: 84%;
  }
}
#brxe-wnmoyk {
  position: relative;
  z-index: 1;
  bottom: 0px;
  flex-shrink: 0;
  flex-grow: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-wnmoyk {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    flex-direction: column;
  }
}
#brxe-pcrbgk.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
@media (max-width: 478px) {
  #brxe-pcrbgk.horizontal .line {
    border-top-color: rgba(0, 0, 0, 0);
  }
}
#brxe-dtlusr {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-color: #121212;
  height: 0px;
  position: absolute;
  width: 100%;
}
#brxe-baqhnv {
  position: relative;
  background-color: #ffc107;
  z-index: 0;
  height: 0px;
  bottom: 0px;
  display: flex;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
}
#brxe-bdqkzr {
  border-bottom: 1px solid #282828;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  overflow: hidden;
  padding-right: 0;
  padding-bottom: 1vh;
  padding-left: 0;
  background-color: rgba(139, 195, 74, 0);
}
@media (max-width: 478px) {
  #brxe-bdqkzr {
    width: 100%;
    flex-direction: row;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-radius: 0px;
    padding-bottom: 1.95vw;
  }
}
#brxe-tigjss {
  width: 100%;
  column-gap: 0px;
  row-gap: 0px;
  margin-right: 0;
  margin-left: 0;
  justify-content: flex-end;
  align-self: flex-start !important;
  position: relative;
}
@media (max-width: 478px) {
  #brxe-tigjss {
    width: 100%;
    align-self: center !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-style: none;
  }
}
#brxe-gnbzzu {
  margin-right: 0;
  margin-left: 0;
  align-self: center !important;
  align-items: center;
  position: relative;
  justify-content: center;
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-gnbzzu {
    width: 100%;
    margin-top: 6vh;
  }
}
#brxe-fmeitf {
  width: 73%;
  position: relative;
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
  align-items: center;
}
@media (max-width: 478px) {
  #brxe-fmeitf {
    width: 100%;
  }
}
#brxe-dhgwcn {
  background-color: #070707;
  flex-direction: row;
  padding-right: 2vw;
  column-gap: 0vw;
  justify-content: space-between;
  align-items: stretch;
  display: none;
}
@media (max-width: 478px) {
  #brxe-dhgwcn {
    padding-right: 2vw;
    padding-left: 2vw;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
  }
}
#smooth-content {
  width: 100%;
}
#smooth-wrappers {
  width: 100%;
}
#brxe-nawqsy {
  padding-left: 0;
  position: fixed;
  z-index: 99;
  background-color: #fff;
  height: 100vh;
  top: 0px;
  display: flex;
}
@media (max-width: 478px) {
  #brxe-nawqsy {
    display: flex;
  }
}
#brxe-ntbvuv {
  width: 7vw;
}

@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: -.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-ddtxug {
  width: 25%;
  height: 25%;
  z-index: 2;
  background-image: url("../images/Group-85-3.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#brxe-ddtxug.nitro-lazy {
  background-image: none !important;
}
#brxe-ywaakq.horizontal .line {
  border-top-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: .7vw;
  margin-right: 0;
  margin-left: 0;
}
#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: -.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: -.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-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, .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;
}
@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-size: cover;
    background-position: center center;
  }
  #brxe-gkewsr.nitro-lazy {
    background-image: none !important;
  }
}
@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: -.04vw;
}
@media (max-width: 478px) {
  #brxe-junzgu {
    font-size: 6.2vw;
    line-height: 6vw;
    letter-spacing: -.2vw;
  }
}
#brxe-dvojaj {
  font-size: 2.5vw;
  color: #212121;
  font-family: "";
  line-height: 2vw;
  font-weight: 400;
  text-align: right;
  letter-spacing: -.04vw;
}
@media (max-width: 478px) {
  #brxe-dvojaj {
    font-size: 6.2vw;
    line-height: 6vw;
    letter-spacing: -.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;
}
@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;
}
@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: .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: -.04vw;
}
@media (max-width: 478px) {
  #brxe-iczccw {
    font-size: 6.2vw;
    line-height: 6vw;
    letter-spacing: -.2vw;
  }
}
#brxe-kpqzvd {
  font-size: 2.5vw;
  color: #212121;
  font-family: "";
  line-height: 2vw;
  font-weight: 400;
  text-align: right;
  letter-spacing: -.04vw;
}
@media (max-width: 478px) {
  #brxe-kpqzvd {
    font-size: 6.2vw;
    line-height: 6vw;
    letter-spacing: -.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-avrkxl {
  position: absolute;
  z-index: 1;
}
#brxe-avrkxl.horizontal .line {
  border-top-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: .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: -.04vw;
}
@media (max-width: 478px) {
  #brxe-fwebdy {
    font-size: 6.2vw;
    line-height: 6vw;
    letter-spacing: -.2vw;
  }
}
#brxe-qqouwa {
  font-size: 2.5vw;
  color: #212121;
  font-family: "";
  line-height: 2vw;
  font-weight: 400;
  text-align: right;
  letter-spacing: -.04vw;
}
@media (max-width: 478px) {
  #brxe-qqouwa {
    font-size: 6.2vw;
    line-height: 6vw;
    letter-spacing: -.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-utwnid {
  position: absolute;
  z-index: 1;
}
#brxe-utwnid.horizontal .line {
  border-top-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: .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: -.04vw;
}
@media (max-width: 478px) {
  #brxe-dqtznb {
    font-size: 6.2vw;
    line-height: 6vw;
    letter-spacing: -.2vw;
  }
}
#brxe-yyiczx {
  font-size: 2.5vw;
  color: #212121;
  font-family: "";
  line-height: 2vw;
  font-weight: 400;
  text-align: right;
  letter-spacing: -.04vw;
}
@media (max-width: 478px) {
  #brxe-yyiczx {
    font-size: 6.2vw;
    line-height: 6vw;
    letter-spacing: -.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-zqiygs {
  position: absolute;
  z-index: 1;
}
#brxe-zqiygs.horizontal .line {
  border-top-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: .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: -.04vw;
  flex-shrink: 0;
  align-self: flex-start;
}
@media (max-width: 478px) {
  #brxe-hiwchu {
    font-size: 6.2vw;
    line-height: 6vw;
    letter-spacing: -.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: -.04vw;
}
@media (max-width: 478px) {
  #brxe-kdifpr {
    font-size: 6.2vw;
    line-height: 6vw;
    letter-spacing: -.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-tbtbnj {
  position: absolute;
  z-index: 1;
}
#brxe-tbtbnj.horizontal .line {
  border-top-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: .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: -.04vw;
}
@media (max-width: 478px) {
  #brxe-efihdf {
    line-height: 6vw;
    font-size: 6.2vw;
    letter-spacing: -.2vw;
  }
}
#brxe-vkjvfj {
  font-size: 2.5vw;
  color: #212121;
  font-family: "";
  line-height: 2vw;
  font-weight: 400;
  text-align: right;
  letter-spacing: -.04vw;
}
@media (max-width: 478px) {
  #brxe-vkjvfj {
    font-size: 6.2vw;
    line-height: 6vw;
    letter-spacing: -.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-qlkrxb {
  position: absolute;
  z-index: 1;
}
#brxe-qlkrxb.horizontal .line {
  border-top-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: .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;
}
@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: -.02vw;
  line-height: 1vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-nniuoc {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: -.06vw;
  }
}
#brxe-rryxtz {
  color: #212121;
  font-family: "";
  font-weight: 500;
  font-size: 1vw;
  letter-spacing: -.02vw;
  line-height: 1vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-rryxtz {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: -.06vw;
  }
}
#brxe-vhvhwq {
  color: #212121;
  font-family: "";
  font-weight: 400;
  font-size: 1vw;
  letter-spacing: -.02vw;
  line-height: 1vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-vhvhwq {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: -.06vw;
  }
}
#brxe-sjdbgt {
  position: absolute;
  color: #212121;
  font-family: "";
  font-weight: 400;
  font-size: 1vw;
  letter-spacing: -.02vw;
  line-height: 1vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-sjdbgt {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: -.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: .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: .6vw;
  }
}
#brxe-rtllej {
  color: #212121;
  font-family: "";
  font-weight: 500;
  font-size: 1vw;
  letter-spacing: -.02vw;
  line-height: 1vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-rtllej {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: -.06vw;
  }
}
#brxe-bwcqjq {
  color: #212121;
  font-family: "";
  font-weight: 500;
  font-size: 1vw;
  letter-spacing: -.02vw;
  line-height: 1vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-bwcqjq {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: -.06vw;
  }
}
#brxe-xzaxti {
  color: #212121;
  font-family: "";
  font-weight: 400;
  font-size: 1vw;
  letter-spacing: -.02vw;
  line-height: 1vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-xzaxti {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: -.06vw;
  }
}
#brxe-wsigsd {
  position: absolute;
  color: #212121;
  font-family: "";
  font-weight: 400;
  font-size: 1vw;
  letter-spacing: -.02vw;
  line-height: 1vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-wsigsd {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: -.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: .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: .6vw;
  }
}
#brxe-bnwnkz.horizontal .line {
  border-top-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-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: .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: .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) {
  filter: invert(30%);
}
#brxe-pjuver {
  color: #fff;
  mix-blend-mode: difference;
}
#brxe-ppkodz.horizontal .line {
  border-top-style: none;
}
#brxe-efegli {
  width: 3vw;
  height: 3vw;
  border-radius: 4vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
@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) {
  filter: invert(30%);
}
#brxe-xvculz {
  color: #fff;
  mix-blend-mode: difference;
}
#brxe-lqdurn.horizontal .line {
  border-top-style: none;
}
#brxe-apiail {
  width: 3vw;
  height: 3vw;
  border-radius: 4vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
@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: .6vw;
  width: 60%;
  margin-right: 0;
  margin-left: 0;
}
#brxe-wxkukn .social-footer .cerc-bg-soclal {
  transform: scale(0);
}
#brxe-wxkukn .social-footer .logo-social-footer {
  transform: scale(1);
}
@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-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-fwqtyk {
  background-color: rgba(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;
  }
}
#brxe-fqzfif {
  width: 45%;
  z-index: 2;
}
#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;
}
#brxe-ohoimt {
  background-color: #353535;
  border-radius: 5vw;
  padding-top: .2vh;
  padding-right: .2vh;
  padding-bottom: .2vh;
  padding-left: .2vh;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
}
#brxe-kctrag {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
#brxe-gtidxk {
  position: relative;
  overflow: hidden;
}
#brxe-cmjcot {
  font-size: .9vw;
  font-family: "";
  font-weight: 400;
  color: #9e9e9e;
  letter-spacing: -.02vw;
}
#brxe-suqclr {
  position: relative;
  overflow: hidden;
}
#brxe-nxtodc {
  justify-content: center;
  align-self: center !important;
  align-items: flex-start;
  width: 10vw;
  margin-right: 0;
  margin-left: 0;
}
#brxe-gcyqgh {
  width: 30%;
  margin-right: 0;
  margin-left: 0;
  flex-direction: row;
  column-gap: .7vw;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: center !important;
}
@media (max-width: 478px) {
  #brxe-gcyqgh {
    display: none;
  }
}
#brxe-jipxbo {
  font-family: "";
  font-weight: 300;
  color: #f5f5f5;
  font-size: 1vw;
  letter-spacing: -.02vw;
  line-height: 1vw;
  text-align: center;
  margin-top: .2vh;
  z-index: 2;
}
#brxe-wfajvo.horizontal .line {
  border-top-style: none;
}
#brxe-tgaenq {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 1;
  background-color: #1a1a1a;
}
#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;
}
#brxe-qwgkqx {
  width: 30%;
  margin-right: 0;
  margin-left: 0;
  align-self: flex-end !important;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 478px) {
  #brxe-qwgkqx {
    display: none;
  }
}

body {
  visibility: inherit;
}
.nitro-cover {
  visibility: hidden !important;
}
.brf-ba-wrapper {
  overflow: hidden;
  position: relative;
}
.brf-popup {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
@media (max-width: 980px) {
  .brf-popup .brxe-container {
    max-width: 100vw;
  }
}
.wpm-mega-menu {
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  transition: all .15s linear;
  z-index: 999;
}
.bricks-is-frontend .brxe-brf-pro-forms {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.bricks-is-frontend .brxe-brf-pro-forms .form-group:not(.submit-button-wrapper):not(.brf-steps).step-progress {
  justify-content: flex-start;
  padding: 0;
  width: 100%;
}
.bricks-is-frontend .brxe-brf-pro-forms .form-group:not(.submit-button-wrapper):not(.brf-steps).step-progress button {
  height: fit-content;
}
.bricks-is-frontend .brxe-brf-pro-forms .form-group:not(.submit-button-wrapper):not(.brf-steps).is-group-item:last-child, .bricks-is-frontend .brxe-brf-pro-forms .form-group:not(.submit-button-wrapper):not(.brf-steps).is-single-option {
  padding-bottom: 0;
}
.bricks-is-frontend .brxe-brf-pro-forms .step {
  display: none;
}
.bricks-is-frontend .brxe-brf-pro-forms .step-progress, .bricks-is-frontend .brxe-brf-pro-forms button.summary {
  margin-right: 5px;
}
.bricks-is-frontend .brxe-brf-pro-forms #brf-summary {
  background: #eee;
  flex-direction: column;
  margin-bottom: 50px;
  padding: 25px;
  width: 100%;
}
.bricks-is-frontend .brxe-brf-pro-forms #brf-summary .brf-summary-item {
  margin-bottom: 20px;
}
.bricks-is-frontend .brxe-brf-pro-forms #brf-summary .brf-summary-item h4 {
  font-size: 18px;
  margin: 0;
}
.bricks-is-frontend .brxe-brf-pro-forms #brf-summary .brf-summary-headline {
  margin-bottom: 25px;
}
.bricks-is-frontend .brxe-brf-pro-forms .brf-steps {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -60px;
  width: 100%;
}
.bricks-is-frontend .brf-popup .brxe-brf-pro-forms {
  visibility: visible !important;
}
.brf-steps-remote {
  width: 100%;
}
.brf-steps-remote .brf-steps {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.brf-scroll-video {
  width: 100%;
  z-index: 1;
}
.brf-scroll-video video {
  width: 100%;
}
.brf-scroll-video canvas, .brf-scroll-video video {
  object-fit: cover;
}
.submit-button-wrapper[disabled] {
  cursor: not-allowed;
}
:where(.brxe-brf-pro-forms) {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
:where(.brxe-brf-pro-forms) .input-icon-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
:where(.brxe-brf-pro-forms) .input-icon-wrapper .input-icon {
  align-items: center;
  background: #eee;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 50px;
  z-index: 1;
}
:where(.brxe-brf-pro-forms) .input-icon-wrapper .input-icon svg {
  height: auto;
  width: 50%;
}
:where(.brxe-brf-pro-forms) .input-icon-wrapper.icon-inset .input-icon {
  position: absolute;
}
:where(.brxe-brf-pro-forms) .input-icon-wrapper.icon-inset.icon-left .input-icon {
  left: 0;
}
:where(.brxe-brf-pro-forms) .input-icon-wrapper.icon-inset.icon-left input {
  padding-left: 60px;
}
:where(.brxe-brf-pro-forms) .input-icon-wrapper.icon-inset.icon-right .input-icon {
  right: 0;
}
:where(.brxe-brf-pro-forms) .input-icon-wrapper.icon-inset.icon-right input {
  padding-right: 60px;
}
:where(.brxe-brf-pro-forms) .input-icon-wrapper.input-icon-wrapper--is-textarea {
  align-items: flex-start;
}
:where(.brxe-brf-pro-forms) div.is-group {
  display: flex;
  flex-wrap: wrap;
  padding: 25px;
  width: 100%;
}
:where(.brxe-brf-pro-forms) div.is-group div.form-group.is-group-item:last-child {
  padding-bottom: 0;
}
:where(.brxe-brf-pro-forms) .options-wrapper li[data-custom-style=true] {
  align-items: center;
  display: flex;
}
:where(.brxe-brf-pro-forms) .options-wrapper li[data-custom-style=true] input {
  background: #fff;
  background-size: contain;
  height: 10px;
  padding: 8px;
  width: 10px;
}
:where(.brxe-brf-pro-forms) .brf-pro-forms-rating-icon {
  cursor: pointer;
}
:where(.brf-repeater-wrapper) {
  width: 100%;
}
.brxe-brf-pro-forms-field-checkbox-wrapper .options-wrapper .form-group {
  width: auto;
}
.brxe-brf-pro-forms-field-radio-wrapper .options-wrapper .form-group {
  width: auto;
}
.bricks-is-frontend :where(.brxe-brf-pro-forms) .brf-invalid {
  border: 1px solid red;
}
.bricks-is-frontend :where(.brxe-brf-pro-forms) .brf-validation-message {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}
.brxe-brf-pro-forms input[type=email], .brxe-brf-pro-forms input[type=number], .brxe-brf-pro-forms input[type=password], .brxe-brf-pro-forms input[type=tel], .brxe-brf-pro-forms input[type=text], .brxe-brf-pro-forms input[type=url], .brxe-brf-pro-forms textarea {
  line-height: 1.5;
  padding: 15px 15px !important;
}
:where(.brxe-brf-pro-forms) label {
  color: inherit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .4px;
}
:where(.brxe-brf-pro-forms) .form-group .form-group-error-message {
  background-color: var(--bricks-bg-danger);
  color: var(--bricks-text-danger);
  display: none;
  padding: 15px;
  width: 100%;
}
:where(.brxe-brf-pro-forms) .form-group .form-group-error-message.show {
  display: block;
}
:where(.brxe-brf-pro-forms) .required:after {
  content: "*";
  padding: 0 2px;
  position: relative;
  top: -2px;
}
:where(.brxe-brf-pro-forms) .options-wrapper input, :where(.brxe-brf-pro-forms) .options-wrapper label {
  display: inline-block;
  height: auto;
  margin: 0 5px 0 0;
  width: auto;
}
:where(.brxe-brf-pro-forms) button[type=submit].sending {
  cursor: default;
}
:where(.brxe-brf-pro-forms) button[type=submit].sending > i, :where(.brxe-brf-pro-forms) button[type=submit].sending > svg {
  display: none;
}
:where(.brxe-brf-pro-forms) .hcaptcha-error {
  display: none;
  padding: 0 !important;
}
:where(.brxe-brf-pro-forms) .hcaptcha-error.show {
  display: block;
}
:where(.brxe-brf-pro-forms) .hcaptcha-error .brxe-alert.danger {
  align-items: center;
  background-color: var(--bricks-bg-danger);
  border-color: currentcolor;
  color: var(--bricks-text-danger);
  display: flex;
  justify-content: space-between;
  padding: 15px;
  width: 100%;
}
:where(.brxe-brf-pro-forms) textarea {
  height: inherit;
}
:where(.brxe-brf-pro-forms) .form-group.is-single-option {
  padding-bottom: 0;
}
:where(.brxe-brf-pro-forms) .submit-button-wrapper {
  width: auto;
}
:where(.brxe-brf-pro-forms) .form-group.file {
  display: block;
  width: 100%;
}
#brx-content :where(.brxe-brf-pro-forms) .form-group.file {
  display: block;
  width: 100%;
}
:where(.brxe-brf-pro-forms) .form-group.submit-button-wrapper {
  padding: 0;
}
:where(.brxe-brf-pro-forms) .form-group.submit-button-wrapper button {
  width: 100%;
}
:where(.brxe-brf-pro-forms) .options-wrapper {
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
:where(.brxe-brf-pro-forms) button[type=submit].sending .text {
  cursor: default;
  opacity: .5;
}
:where(.brxe-brf-pro-forms) button[type=submit].sending .loading i {
  opacity: 1;
}
:where(.brxe-brf-pro-forms) button[type=submit].sending .loading {
  animation: load8 1s linear infinite;
  display: flex;
  opacity: 1;
}
:where(.brxe-brf-pro-forms) .recaptcha-hidden {
  display: none;
}
:where(.brxe-brf-pro-forms) .recaptcha-error {
  display: none !important;
  padding: 0 !important;
}
:where(.brxe-brf-pro-forms) .recaptcha-error.show {
  display: block !important;
}
:where(.brxe-brf-pro-forms) .recaptcha-error .brxe-alert.danger {
  align-items: center;
  background-color: var(--bricks-bg-danger);
  border-color: currentcolor;
  color: var(--bricks-text-danger);
  display: flex;
  justify-content: space-between;
  padding: 15px;
  width: 100%;
}
:where(.brxe-brf-pro-forms) input[type=checkbox] + label, :where(.brxe-brf-pro-forms) input[type=radio] + label {
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}
:where(.brxe-brf-pro-forms) .form-group textarea {
  height: inherit;
}
:where(.brxe-brf-pro-forms) .message {
  background-color: var(--bricks-bg-info);
  color: var(--bricks-text-info);
  margin-top: 20px;
  padding-bottom: 0;
  width: 100%;
}
:where(.brxe-brf-pro-forms) .message.success {
  background-color: var(--bricks-bg-success);
  color: var(--bricks-text-success);
}
:where(.brxe-brf-pro-forms) .message.danger {
  background-color: var(--bricks-bg-danger);
  color: var(--bricks-text-danger);
}
:where(.brxe-brf-pro-forms) .message .text {
  padding: 15px;
}
:where(.brxe-brf-pro-forms) .file-result {
  display: none;
  padding: 0;
}
:where(.brxe-brf-pro-forms) .file-result.show {
  align-items: center;
  display: flex;
  margin: 0 0 15px;
}
:where(.brxe-brf-pro-forms) .file-result.show .remove {
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  margin: 0 15px;
  padding: 0 10px;
}
:where(.brxe-brf-pro-forms) .file-result.show .remove:hover {
  background-color: var(--bricks-text-danger);
  color: #fff;
}
:where(.brxe-brf-pro-forms) .choose-files {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
  line-height: 40px;
  padding: 0 15px;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  width: 100%;
}
:where(.brxe-brf-pro-forms) .form-group.step-progress {
  padding: 0;
  width: auto;
}
:where(.brxe-brf-pro-forms) .brf-hcaptcha-wrapper {
  width: 100%;
}
:where(.brxe-brf-pro-forms) .brf-field-image-preview-wrapper {
  display: flex;
}
:where(.brxe-brf-pro-forms) [class^=brf-field-image-preview-]:not(.brf-field-image-preview-wrapper) {
  position: relative;
  width: 150px;
}
:where(.brxe-brf-pro-forms) [class^=brf-field-image-preview-]:not(.brf-field-image-preview-wrapper) img {
  height: 150px;
  object-fit: cover;
  width: 150px;
}
#brx-content :where(.brxe-brf-pro-forms) .ql-toolbar {
  border: 1px solid var(--bricks-border-color);
  border-bottom: 0;
}
#brx-content :where(.brxe-brf-pro-forms) .brf-rich-text-container {
  border: 1px solid var(--bricks-border-color);
  font-family: inherit;
  font-size: inherit;
  height: auto;
  min-height: 120px;
}
#brx-content :where(.brxe-brf-pro-forms) .brf-rich-text-container .ql-editor.ql-blank:before {
  color: var(--bricks-border-color);
  font-style: normal;
}
body.bricks-is-frontend .brf-rich-text-container {
  visibility: hidden;
}
.brf-hidden {
  display: none !important;
}
#brx-content:focus {
  outline: none;
}
.form-group .choices input[type=search] {
  border-radius: 0 !important;
  margin: 0;
}
.form-group .choices .is-highlighted {
  opacity: .9;
}
.form-group .choices .choices__list--dropdown {
  z-index: 2;
}
.form-group .choices .choices__inner {
  color: #222;
  line-height: 40px;
  min-height: 0;
  padding: 0 12px;
}
.form-group .choices[data-type*=select-one] .choices__input {
  padding-bottom: inherit;
  padding-top: inherit;
}
.shepherd-theme-bricksforge {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  max-width: 400px;
  opacity: 0;
  outline: none;
  padding: 15px;
  transition: opacity .3s, visibility .3s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
.shepherd-theme-bricksforge .shepherd-arrow, .shepherd-theme-bricksforge .shepherd-arrow:before {
  height: 16px;
  position: absolute;
  width: 16px;
  z-index: -1;
}
.shepherd-theme-bricksforge .shepherd-arrow:before {
  background: #fff;
}
.brf-tour-holder__overlay {
  fill: rgba(0, 0, 0, .5);
}
.brf-pro-forms-field-file-download.brf-pending {
  display: none !important;
}
div.filepond--root {
  margin-bottom: 0;
}
.brf-pro-forms-rating-icons {
  display: flex;
  gap: 5px;
}
:root {
  --bricks-transition: all .2s;
}
article, footer {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
code {
  font-family: monospace;
  font-size: 1em;
}
audio, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
select {
  text-transform: none;
}
[type=reset], [type=submit], html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
details, menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
[hidden] {
  display: none;
}
@media (max-width: 767px) {}
.brxe-section.has-bg-video {
  position: relative;
  z-index: 1;
}
.brxe-section.has-shape {
  position: relative;
}
.brxe-section.bricks-lazy-hidden {
  background-image: none !important;
}
.brxe-section.bricks-lazy-hidden.nitro-lazy {
  background-image: none !important;
}
@media (max-width: 767px) {}
.brxe-container.has-bg-video {
  position: relative;
  z-index: 1;
}
.brxe-container.has-shape {
  position: relative;
}
.brxe-container.bricks-lazy-hidden {
  background-image: none !important;
}
.brxe-container.bricks-lazy-hidden.nitro-lazy {
  background-image: none !important;
}
.brxe-block {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 767px) {
  .brxe-block {
    flex-wrap: wrap;
  }
}
.brxe-block.has-bg-video {
  position: relative;
  z-index: 1;
}
.brxe-block.has-shape {
  position: relative;
}
.brxe-block.bricks-lazy-hidden {
  background-image: none !important;
}
.brxe-block.bricks-lazy-hidden.nitro-lazy {
  background-image: none !important;
}
.brxe-div.has-bg-video {
  position: relative;
  z-index: 1;
}
.brxe-div.has-shape {
  position: relative;
}
.brxe-div.bricks-lazy-hidden {
  background-image: none !important;
}
.brxe-div.bricks-lazy-hidden.nitro-lazy {
  background-image: none !important;
}
:where([class*=brxe-].has-shape>*) {
  position: relative;
}
svg.fill * {
  fill: inherit;
}
svg.stroke * {
  stroke: inherit;
}
span[class*=brxe-]:not(.brxe-section):not(.brxe-container):not(.brxe-block):not(.brxe-div) {
  width: auto;
}
#brx-footer {
  background-position: 50%;
  background-size: cover;
  flex-shrink: 0;
  margin-top: auto;
  position: relative;
  width: 100%;
}
body.admin-bar .brx-popup {
  height: calc(var(--bricks-vh, 1vh) * 100 - var(--wp-admin--admin-bar--height, 0));
  top: var(--wp-admin--admin-bar--height, 0);
}
.brx-popup {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: calc(var(--bricks-vh, 1vh) * 100);
  justify-content: center;
  left: 0;
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.brx-popup .brx-popup-backdrop {
  background-color: rgba(0, 0, 0, .5);
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 1s ease-in-out;
  visibility: visible;
}
.brx-popup.hide {
  pointer-events: none;
}
.brx-popup.hide, .brx-popup.hide .brx-popup-backdrop {
  opacity: 0;
  visibility: hidden;
}
.brx-popup-content {
  background-color: #fff;
  margin: 0;
  max-width: 100%;
  overflow-y: auto;
  padding: 30px;
  z-index: 1;
}
.brx-popup-content.brx-woo-quick-view {
  width: auto;
}
body {
  transition: padding-top 0s;
}
body.no-scroll {
  overflow: hidden;
}
:where(a) {
  cursor: pointer;
}
h1, h2, h4, h5, h6 {
  margin: 0;
  text-rendering: optimizelegibility;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: currentcolor;
}
h1 {
  font-size: 2.4em;
}
h1, h2 {
  line-height: 1.4;
}
h2 {
  font-size: 2.1em;
}
h4 {
  line-height: 1.4;
}
h4 {
  font-size: 1.6em;
}
h5 {
  font-size: 1.3em;
}
h5, h6 {
  line-height: 1.4;
}
h6 {
  font-size: 1.1em;
}
:where(p:last-of-type) + h1, :where(p:last-of-type) + h2, :where(p:last-of-type) + h3, :where(p:last-of-type) + h4, :where(p:last-of-type) + h5, :where(p:last-of-type) + h6 {
  margin-top: 1.2em;
}
.bricks-lazy-hidden.wait, .bricks-lazy-load-isotope.wait {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZmZmIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2Utb3BhY2l0eT0iLjUiIGN4PSIxOCIgY3k9IjE4IiByPSIxOCIvPjxwYXRoIGQ9Ik0zNiAxOGMwLTkuOTQtOC4wNi0xOC0xOC0xOCI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMTggMTgiIHRvPSIzNjAgMTggMTgiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9wYXRoPjwvZz48L3N2Zz4=") !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 32px;
  filter: brightness(.5);
  transition: all 0s;
}
.bricks-lazy-hidden.wait.nitro-lazy, .bricks-lazy-load-isotope.wait.nitro-lazy {
  background-image: none !important;
}
audio, iframe {
  max-width: 100%;
}
button {
  cursor: pointer;
}
hr {
  border: none;
  border-top: 1px solid var(--bricks-border-color);
  margin: 1em 0;
}
table {
  width: 100%;
}
table[class*=brxe-] {
  display: table;
}
label {
  color: var(--bricks-text-light);
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
}
select, textarea {
  font-family: inherit;
  text-align: inherit;
}
.input, select, textarea {
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  color: currentcolor;
  font-size: inherit;
  line-height: 40px;
  outline: none;
  padding: 0 12px;
  transition: var(--bricks-transition);
  width: 100%;
	font-size: initial;
}
input[type=range] {
  border: none;
  height: auto;
  line-height: 1;
  padding: 0;
}
input[type=button], input[type=checkbox], input[type=radio] {
  width: auto;
}
input[type=submit], select {
  cursor: pointer;
}
textarea {
  min-height: 120px;  
}
.skip-link {
  transition: transform .3s;
}
.skip-link:focus {
  transform: translateY(0);
}
body.bricks-is-frontend :focus-visible {
  outline: auto;
}
@supports not selector(:focus-visible) {
  body.bricks-is-frontend :focus {
    outline: auto;
  }
}
.brx-has-megamenu.open .brx-megamenu {
  opacity: 1;
  visibility: visible;
}
.brx-megamenu {
  left: 0;
  opacity: 0;
  position: absolute;
  transition-duration: .2s;
  transition-property: opacity, transform, visibility;
  transition-timing-function: ease;
  visibility: hidden;
  width: 100%;
  z-index: 998;
}
.brx-has-multilevel .open > ul, .brx-has-multilevel.open > ul {
  opacity: 1;
  transform: translate(0);
  visibility: visible;
}
.brx-has-multilevel .open.active, .brx-has-multilevel .open.active > ul > li, .brx-has-multilevel.open.active, .brx-has-multilevel.open.active > ul > li {
  display: flex;
}
.brx-has-multilevel .menu-item a {
  width: 100%;
}
.brx-has-multilevel .open:not(.active) > .brx-submenu-toggle {
  display: none;
}
.brx-has-multilevel > ul ul {
  transform: translate(20px);
  transition: transform .1s cubic-bezier(0, 0, .2, 1);
  will-change: transform;
}
.brx-has-multilevel ul:not(.brx-multilevel-overflow-right) {
  left: 0 !important;
}
.brx-has-multilevel ul .active > .brx-submenu-toggle, .brx-has-multilevel ul li:not(.open) {
  display: none;
}
.brx-submenu-toggle {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.brx-submenu-toggle.icon-right button {
  margin-left: 10px;
}
.brx-submenu-toggle.icon-left {
  flex-direction: row-reverse;
}
.brx-submenu-toggle.icon-left button {
  margin-right: 10px;
}
.brx-submenu-toggle button {
  align-items: center;
  background-color: transparent;
  color: currentcolor;
  display: flex;
  transition: transform .1s cubic-bezier(0, 0, .2, 1);
  will-change: transform;
}
.brx-multilevel-overflow-right, .brx-multilevel-overflow-right ul, .brx-submenu-overflow-right {
  left: auto !important;
  right: 0 !important;
}
.brx-sub-submenu-overflow-right, .brx-sub-submenu-overflow-right ul, .brx-submenu-overflow-right ul {
  left: auto !important;
  right: 100% !important;
}
#brx-content > .woocommerce {
  margin-left: auto;
  margin-right: auto;
}
.bricks-layout-wrapper {
  --columns: 3;
  --gutter: 0px;
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bricks-layout-wrapper:not(.bricks-masonry) {
  width: 100%;
}
.bricks-layout-wrapper .meta {
  color: var(--bricks-text-light);
}
.bricks-layout-item {
  line-height: 1.6;
  position: relative;
}
.bricks-layout-item:last-child img {
  padding-bottom: 0 !important;
}
.bricks-layout-item .meta {
  width: 100%;
}
.bricks-layout-item .meta span:first-child {
  padding: 0;
}
.bricks-layout-item .meta span + span {
  padding: 0 5px;
}
.bricks-layout-item .meta span + span:before {
  content: " ·";
  left: -5px;
  position: relative;
}
li.bricks-gutter-sizer {
  pointer-events: none;
  position: absolute;
  top: -99999px;
  visibility: hidden;
  width: var(--gutter) !important;
}
.bricks-layout-wrapper .image {
  aspect-ratio: 1/1;
  object-fit: cover;
  position: relative;
}
.bricks-layout-wrapper a {
  color: currentcolor;
}
.bricks-layout-wrapper[data-layout=list] > li.bricks-layout-item {
  margin-bottom: var(--gutter);
  width: 100%;
}
.bricks-layout-wrapper[data-layout=list] > li.bricks-layout-item:last-child {
  margin-bottom: 0;
}
.bricks-layout-wrapper[data-layout=grid]:not(.isotope) {
  display: grid;
  gap: var(--gutter);
  grid-template-columns: repeat(var(--columns), minmax(0, 1fr));
}
.bricks-layout-wrapper[data-layout=grid].isotope > li:not(.bricks-gutter-sizer) {
  margin-bottom: var(--gutter);
  width: calc(100% / var(--columns) - var(--gutter) * (var(--columns) - 1) / var(--columns));
}
.bricks-masonry {
  --columns: 3;
  --gutter: 10px;
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
.bricks-layout-wrapper[data-layout=masonry] > li:not(.bricks-gutter-sizer), .bricks-masonry > :not(.bricks-gutter-sizer) {
  margin-bottom: var(--gutter);
  width: calc(100% / var(--columns) - var(--gutter) * (var(--columns) - 1) / var(--columns));
}
.bricks-layout-wrapper[data-layout=masonry] .image {
  aspect-ratio: unset !important;
  display: inline-block;
  position: relative !important;
}
.bricks-layout-wrapper[data-layout=metro]:not(.isotope) {
  display: grid;
  gap: var(--gutter);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.bricks-layout-wrapper[data-layout=metro]:not(.isotope) > li:nth-child(3n+1) {
  grid-column: span 2;
  grid-row: span 2;
}
.bricks-layout-wrapper[data-layout=metro].isotope {
  --columns: 4;
}
.bricks-layout-wrapper[data-layout=metro].isotope > li.bricks-layout-item {
  margin-bottom: var(--gutter);
}
.bricks-layout-wrapper[data-layout=metro].isotope > li:nth-child(3n+1):not(.bricks-isotope-sizer) {
  width: 50%;
  width: calc(50% - var(--gutter) / 2);
}
@media (max-width: 478px) {
  .bricks-layout-wrapper[data-layout=metro].isotope > li:nth-child(3n+1):not(.bricks-isotope-sizer) {
    width: 100%;
  }
}
.bricks-layout-wrapper[data-layout=metro].isotope > li:nth-child(3n+1):not(.bricks-isotope-sizer) img {
  height: 100%;
}
.bricks-layout-wrapper[data-layout=metro].isotope > li:nth-child(3n+1):not(.bricks-isotope-sizer) .title {
  font-size: calc(1em + 1.5vmin);
}
.bricks-layout-wrapper[data-layout=metro].isotope > li {
  width: 25%;
  width: calc(100% / var(--columns) - var(--gutter) * (var(--columns) - 1) / var(--columns));
}
@media (max-width: 767px) {
  .bricks-layout-wrapper[data-layout=metro].isotope > li {
    width: calc(50% - var(--gutter) / 2);
  }
}
@media (max-width: 478px) {
  .bricks-layout-wrapper[data-layout=metro].isotope > li {
    width: 100%;
  }
}
.bricks-layout-wrapper[data-layout=metro] img {
  height: 100%;
}
#brx-header.transparent {
  background: transparent;
  border: none;
  box-shadow: none;
  color: #fff;
}
#brx-header.sticky {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: background-color .2s, transform .4s;
  width: 100%;
  z-index: 998;
}
#brx-header.sticky .bricks-nav-menu > li > a, #brx-header.sticky > .brxe-block, #brx-header.sticky > .brxe-container, #brx-header.sticky > .brxe-div, #brx-header.sticky > .brxe-section {
  transition: inherit;
}
#brx-header.sticky.slide-up:not(:has(.cart-detail.off-canvas.active, .brxe-offcanvas.brx-open)) {
  -ms-overflow-style: none;
  overflow-x: hidden;
  scrollbar-width: none;
  transform: translateY(-101%);
}
#brx-header.sticky.slide-up::-webkit-scrollbar {
  display: none;
}
#brx-header.sticky.sliding {
  overflow: hidden;
}
#brx-header.sticky:has(.cart-detail.off-canvas.active, .brxe-offcanvas.brx-open) {
  transition: none;
}
.bricks-button {
  align-items: center;
  border-width: 0;
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  letter-spacing: .5px;
  padding: .5em 1em;
  text-align: center;
}
.bricks-button.block {
  width: 100%;
}
.bricks-button.circle {
  border-radius: 100px !important;
}
.bricks-button.outline {
  background-color: transparent;
  border: 2px solid;
}
.bricks-button i {
  position: relative;
}
body.bricks-is-frontend.admin-bar #brx-header.sticky {
  top: 32px;
  top: var(--wp-admin--admin-bar--height);
}
.bricks-lightbox a {
  cursor: zoom-in;
}
.bricks-background-video-wrapper {
  background-size: cover;
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute !important;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bricks-background-video-wrapper iframe, .bricks-background-video-wrapper video {
  border: none;
  height: inherit;
  left: 50%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: inherit;
}
.bricks-background-video-wrapper iframe[poster], .bricks-background-video-wrapper video[poster] {
  object-fit: cover;
}
.bricks-background-video-wrapper .bricks-video-poster-image {
  height: inherit;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: inherit;
  z-index: 1;
}
.screen-reader-text, .screen-reader-text span {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}
.screen-reader-text span:focus, .screen-reader-text:focus {
  clip: auto !important;
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.brx-load-more-hidden, .brx-query-trail {
  display: none;
}
.bricks-isotope-sizer {
  pointer-events: none;
  position: absolute;
  top: -99999px;
  visibility: hidden;
}
.page-filtered label:not(.brx-option-disabled) {
  opacity: .5;
}
.page-filtered {
  pointer-events: none;
}
.brx-load-more-hidden {
  display: none;
}
.aligncenter {
  display: block;
  margin: .5em auto;
}
.alignright {
  float: right;
  margin: .5em 0 .5em 1em;
}
.alignleft {
  float: left;
  margin: .5em 1em .5em 0;
}
a img.alignright {
  float: right;
  margin: .5em 0 .5em 1em;
}
a img.alignleft {
  float: left;
  margin: .5em 1em .5em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignleft, .wp-caption.alignnone {
  margin: .5em 1em .5em 0;
}
.wp-caption.alignright {
  margin: .5em 0 .5em 1em;
}
.wp-caption img {
  border: 0;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.wp-block-image, .wp-block-video {
  margin: 1em 0;
  width: 100%;
}
.wp-block-video video {
  max-width: 100%;
}
.wp-block-calendar {
  width: 100%;
}
.gallery {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px;
}
.has-text-align-left {
  text-align: left;
}
.has-text-align-center {
  text-align: center;
}
.has-text-align-right {
  text-align: right;
}
.wp-block-image {
  width: 100%;
}
.alignfull, .wp-block-categories-list.alignfull {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: calc(100vw - .5em);
  position: relative;
  right: 50%;
  width: 100vw;
}
.alignwide {
  margin-left: -10%;
  max-width: 120%;
  position: relative;
  width: 120%;
}
@media (max-width: 1320px) {
  .alignwide {
    margin-left: auto;
    width: 100%;
  }
}
.aligncenter, .aligncenter img {
  margin-left: auto;
  margin-right: auto;
}
.bricks-isotope-filters {
  color: var(--bricks-text-light);
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.bricks-isotope-filters li {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 30px;
  padding: 0 20px;
  width: auto !important;
}
.bricks-isotope-filters .active {
  color: var(--bricks-text-dark);
}
.bricks-swiper-container {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: opacity .1s ease-in .1s;
  z-index: 1;
}
.bricks-swiper-container:not(.swiper-initialized) .swiper-slide:not(.swiper-slide-active) {
  opacity: 0;
}
[class^=brxe-] .bricks-swiper-container {
  opacity: 1 !important;
}
.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.bricks-swiper-button-prev {
  background-image: none !important;
  transform: translate(-100%, -50%);
}
.bricks-swiper-button-prev.nitro-lazy {
  background-image: none !important;
}
.bricks-swiper-button-next {
  background-image: none !important;
  transform: translate(100%, -50%);
}
.bricks-swiper-button-next.nitro-lazy {
  background-image: none !important;
}
.swiper-pagination {
  display: flex;
  flex-direction: row;
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity .3s;
  z-index: 10;
}
.bricks-swiper-container .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}
:where(.brxe-accordion) {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
:where(.brxe-accordion) .brx-open .accordion-content-wrapper {
  display: block;
}
:where(.brxe-accordion) .accordion-title-wrapper {
  cursor: pointer;
  margin-bottom: -1px;
  padding: 15px 0;
  transition: var(--bricks-transition);
}
:where(.brxe-accordion) .accordion-content-wrapper {
  animation: height .5s ease;
  display: none;
  overflow: hidden;
  padding: 0 0 15px;
}
:where(.brxe-accordion) .accordion-content-wrapper:empty {
  display: none !important;
}
.brxe-accordion-nested {
  width: 100%;
}
.brxe-accordion-nested .accordion-title-wrapper {
  cursor: pointer;
}
.brxe-accordion-nested .accordion-title-wrapper .brxe-heading {
  margin: 0;
}
.brxe-accordion-nested .accordion-content-wrapper {
  display: none;
}
.brxe-accordion-nested .brx-open > .accordion-content-wrapper {
  display: block;
}
:where(.brxe-alert) {
  align-items: center;
  border-color: currentcolor;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  width: 100%;
}
:where(.brxe-alert).info {
  background-color: var(--bricks-bg-info);
  color: var(--bricks-text-info);
}
:where(.brxe-alert).info .bricks-button {
  background-color: var(--bricks-text-info);
  color: #fff;
}
:where(.brxe-alert).success {
  background-color: var(--bricks-bg-success);
  color: var(--bricks-text-success);
}
:where(.brxe-alert).success .bricks-button {
  background-color: var(--bricks-text-success);
  color: #fff;
}
:where(.brxe-alert).danger {
  background-color: var(--bricks-bg-danger);
  color: var(--bricks-text-danger);
}
:where(.brxe-alert).danger .bricks-button {
  background-color: var(--bricks-text-danger);
  color: #fff;
}
:where(.brxe-alert) .content {
  flex: 1;
}
:where(.brxe-alert) h1, :where(.brxe-alert) h2, :where(.brxe-alert) h3, :where(.brxe-alert) h4, :where(.brxe-alert) h5, :where(.brxe-alert) h6 {
  color: inherit;
}
:where(.brxe-alert) p {
  margin: 0;
}
:where(.brxe-alert) a {
  text-decoration: underline;
}
:where(.brxe-alert) svg {
  cursor: pointer;
  height: 1em;
}
:where(.brxe-alert) svg g {
  stroke: currentcolor;
}
.brxe-audio {
  background-color: var(--bricks-bg-dark);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 15px 20px;
  width: 100%;
}
.brxe-back-to-top {
  align-items: center;
  appearance: none;
  bottom: 20px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  opacity: 0;
  position: fixed;
  right: 20px;
  transition: all .1s ease-in-out;
  visibility: hidden;
  z-index: 9999;
}
.brxe-back-to-top.visible {
  opacity: 1;
  visibility: visible;
}
.brxe-animated-typing {
  line-height: 1;
  margin: 0;
}
@keyframes blink {
  to {
    opacity: 0;
  }
}
.brxe-carousel {
  min-width: 0;
  position: relative;
  width: 100%;
}
.brxe-carousel .image {
  background-position: 50%;
  background-size: cover;
  bottom: 0;
  height: 300px;
  left: 0;
  position: relative;
  right: 0;
  top: 0;
}
.brxe-carousel .meta {
  width: 100%;
}
.brxe-carousel .meta span:first-child {
  padding: 0;
}
.brxe-carousel .meta span + span {
  padding: 0 5px;
}
.brxe-carousel .meta span + span:before {
  content: " ·";
  left: -5px;
  position: relative;
}
.brxe-countdown {
  display: inline-flex;
  flex-wrap: wrap;
  width: auto;
}
.brxe-countdown .field {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.brxe-countdown .format, .brxe-countdown .prefix, .brxe-countdown .suffix {
  display: block;
}
.brxe-counter {
  width: auto;
}
:where(.brxe-divider).vertical {
  flex-direction: column;
}
:where(.brxe-divider).vertical .line {
  border-right: 1px solid;
  width: auto;
}
:where(.brxe-divider) .icon {
  flex-shrink: 0;
  position: relative;
}
:where(.brxe-divider) a {
  display: inline-flex;
}
.brxe-dropdown {
  display: flex;
  flex-direction: column;
  position: relative;
}
.brxe-dropdown[data-static] .open > .brx-dropdown-content, .brxe-dropdown[data-static].open > .brx-dropdown-content {
  display: block;
}
.brxe-dropdown[data-static] .brx-dropdown-content {
  display: none;
  position: static;
}
.brxe-dropdown:not([data-toggle=click]):hover .brx-dropdown-content:after {
  bottom: 100%;
  content: "";
  height: var(--brx-dropdown-height-before, 60px);
  position: absolute;
  width: 100%;
  z-index: 1;
}
.brxe-dropdown.open > .brx-dropdown-content {
  opacity: 1;
  visibility: visible;
}
.brxe-dropdown:not(.open) .brx-dropdown-content {
  pointer-events: none;
}
.brxe-dropdown .brx-submenu-toggle {
  gap: 10px;
}
.brxe-dropdown .brxe-dropdown:not([data-toggle=click]):hover:before {
  display: none;
}
.brxe-dropdown .brxe-dropdown .brx-dropdown-content {
  left: 100%;
  top: 0;
}
.brx-dropdown-content {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  min-width: 200px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  transition-duration: .2s;
  transition-property: opacity, transform, visibility;
  transition-timing-function: ease;
  visibility: hidden;
  z-index: 1001;
}
.brx-multilevel-back {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 3px;
  width: 100%;
}
:where(.brxe-form) button[type=submit].sending {
  cursor: default;
}
:where(.brxe-form) input[type=checkbox] + .label, :where(.brxe-form) input[type=checkbox] + label, :where(.brxe-form) input[type=radio] + .label, :where(.brxe-form) input[type=radio] + label {
  cursor: pointer;
}
:where(.brxe-form) .message.closing {
  transition: opacity .2s;
}
:where(.brxe-form) .message .close {
  cursor: pointer;
}
:where(.brxe-form) .file-result.show.danger svg {
  cursor: pointer;
}
:where(.brxe-form) .choose-files {
  cursor: pointer;
}
:where(.brxe-heading).has-separator {
  align-items: center;
  display: inline-flex;
  gap: 20px;
}
:where(.brxe-heading) .separator {
  border-top: 1px solid;
  flex-grow: 1;
  flex-shrink: 0;
  height: 1px;
}
.brxe-icon {
  font-size: 60px;
}
svg.brxe-icon {
  font-size: inherit;
}
:where(.brxe-icon-box) {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
:where(.brxe-icon-box).top .icon {
  margin-bottom: 20px;
}
:where(.brxe-icon-box).bottom {
  flex-direction: column-reverse;
}
:where(.brxe-icon-box).bottom .icon {
  margin-top: 20px;
}
:where(.brxe-icon-box).right {
  flex-direction: row-reverse;
}
:where(.brxe-icon-box).right .icon {
  margin-left: 20px;
}
:where(.brxe-icon-box).left {
  flex-direction: row;
}
:where(.brxe-icon-box).left .icon {
  margin-right: 20px;
}
:where(.brxe-icon-box) .icon {
  display: inline-flex;
}
:where(.brxe-icon-box) .icon a {
  display: inline-flex;
}
:where(.brxe-icon-box) i {
  display: inline-block;
  font-size: 40px;
  line-height: 1;
  text-align: center;
}
:where(.brxe-image).caption {
  overflow: hidden;
  position: relative;
}
:where(.brxe-image).overlay {
  position: relative;
}
:where(.brxe-image).overlay:before {
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
:where(.brxe-image) a {
  border-radius: inherit;
  position: static;
  transition: inherit;
}
:where(.brxe-image) picture {
  border-radius: inherit;
  transition: inherit;
}
:where(.brxe-image) img {
  transition: inherit;
}
:where(.brxe-image) .icon {
  color: #fff;
  font-size: 60px;
  pointer-events: none;
  position: absolute;
  right: 50%;
  text-align: center;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 5;
}
.brxe-image-gallery {
  width: 100%;
}
.brxe-image-gallery .image {
  position: relative;
}
.brxe-image-gallery[data-layout=metro] .image img {
  height: auto;
  width: 100%;
}
.brxe-map {
  height: 300px;
  width: 100%;
}
.brxe-map > iframe {
  border: 0;
}
.brxe-map ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
:where(.brxe-nav-menu).dragging .bricks-mobile-menu-wrapper {
  display: none !important;
  pointer-events: none !important;
}
:where(.brxe-nav-menu) .menu-item:not(.open) .sub-menu {
  pointer-events: none;
}
:where(.brxe-nav-menu) ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
:where(.brxe-nav-menu) .bricks-nav-menu {
  display: flex;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
:where(.brxe-nav-menu) .bricks-nav-menu > li {
  margin: 0 0 0 30px;
}
:where(.brxe-nav-menu) .bricks-nav-menu > li.menu-item-has-children:hover:before {
  content: "";
  height: 100%;
  min-height: 60px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
}
:where(.brxe-nav-menu) .bricks-nav-menu > li[data-toggle=click]:before {
  display: none;
}
:where(.brxe-nav-menu) .bricks-nav-menu li {
  position: relative;
}
:where(.brxe-nav-menu) .bricks-nav-menu li.open > .sub-menu {
  opacity: 1;
  visibility: visible;
}
:where(.brxe-nav-menu) .bricks-nav-menu li.open[data-static] > .sub-menu {
  display: block;
}
:where(.brxe-nav-menu) .bricks-nav-menu li:not(.brx-has-megamenu) > a {
  display: flex;
  width: 100%;
}
:where(.brxe-nav-menu) .bricks-nav-menu li[data-static] {
  flex-direction: column;
}
:where(.brxe-nav-menu) .bricks-nav-menu li[data-static] .sub-menu {
  display: none;
  position: static !important;
  transform: none;
}
:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu {
  background-color: var(--bricks-bg-dark);
  color: #fff;
  line-height: 60px;
  min-width: 150px;
  opacity: 0;
  position: absolute;
  top: 100%;
  transition: var(--bricks-transition);
  visibility: hidden;
  white-space: nowrap;
  z-index: 998;
}
:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu li {
  border-style: none;
  position: relative;
  width: 100%;
}
:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu a, :where(.brxe-nav-menu) .bricks-nav-menu .sub-menu button {
  color: currentcolor;
  padding: 0 20px;
}
:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu .sub-menu {
  left: 100%;
  padding-top: 0;
  top: 0;
}
:where(.brxe-nav-menu) .bricks-nav-menu .brx-has-multilevel .sub-menu .brx-submenu-toggle {
  width: 100%;
}
:where(.brxe-nav-menu) .bricks-mobile-menu-toggle {
  background-color: transparent;
  cursor: pointer;
  display: none;
  height: 16px;
  min-width: 12px;
  position: relative;
  width: 20px;
}
:where(.brxe-nav-menu) .bricks-mobile-menu-toggle.always {
  display: block !important;
}
:where(.brxe-nav-menu) .bricks-mobile-menu-toggle:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
:where(.brxe-nav-menu) .bricks-mobile-menu-toggle:hover span {
  min-width: 12px;
  width: 20px;
}
:where(.brxe-nav-menu) .bricks-mobile-menu-toggle span {
  background-color: currentcolor;
  display: block;
  height: 2px;
  position: absolute;
  right: 0;
  transition: var(--bricks-transition);
}
.brx-body.iframe .bricks-mobile-menu-wrapper .sub-menu {
  display: block !important;
}
.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-toggle {
  min-width: 20px;
  width: 20px;
  z-index: 1000;
}
.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-toggle.fixed {
  position: fixed;
}
.brxe-nav-menu.show-mobile-menu li.open > .brx-megamenu {
  display: initial;
  opacity: 1;
  position: static;
  visibility: visible;
}
.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-wrapper {
  max-width: 100vw;
  opacity: 1 !important;
  transform: translateX(0) !important;
  visibility: visible;
  z-index: 999;
}
.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-overlay {
  opacity: 1;
  visibility: visible;
  z-index: 998;
}
.brxe-nav-menu .bricks-mobile-menu-wrapper {
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: calc(var(--bricks-vh, 1vh) * 100);
  left: 0;
  position: fixed;
  right: auto;
  scrollbar-width: none;
  top: var(--wp-admin--admin-bar--height, 0);
  transition-duration: .2s;
  transition-property: background-color, opacity, transform, visibility;
  visibility: hidden;
  width: 300px;
  z-index: 999;
}
.brxe-nav-menu .bricks-mobile-menu-wrapper::-webkit-scrollbar {
  background: transparent;
  height: 0;
  width: 0;
}
.brxe-nav-menu .bricks-mobile-menu-wrapper:before {
  background-color: #23282d;
  background-size: cover;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.brxe-nav-menu .bricks-mobile-menu-wrapper.left {
  transform: translateX(-100%);
}
.brxe-nav-menu .bricks-mobile-menu-wrapper.right {
  left: auto;
  right: 0;
  transform: translateX(100%);
}
.brxe-nav-menu .bricks-mobile-menu-wrapper a {
  display: block;
  width: 100%;
}
.brxe-nav-menu .bricks-mobile-menu-wrapper .brx-megamenu a {
  display: initial;
}
.brxe-nav-menu .bricks-mobile-menu-wrapper li a {
  line-height: 60px;
}
.brxe-nav-menu .bricks-mobile-menu-wrapper li a:focus {
  outline-offset: -1px;
}
.brxe-nav-menu .bricks-mobile-menu-wrapper .sub-menu {
  background: none !important;
  display: none;
  line-height: 40px;
}
.brxe-nav-menu .bricks-mobile-menu-wrapper .sub-menu li > .brx-submenu-toggle > *, .brxe-nav-menu .bricks-mobile-menu-wrapper .sub-menu li > a {
  padding: 0 45px;
}
.brxe-nav-menu .bricks-mobile-menu-wrapper li.open > .sub-menu {
  display: block;
}
.brxe-nav-menu .bricks-mobile-menu-wrapper li.menu-item-has-children:hover:before {
  display: none;
}
.brxe-nav-menu .bricks-mobile-menu-overlay {
  background-color: rgba(0, 0, 0, .25);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all .2s;
  visibility: hidden;
  z-index: -1;
}
li.menu-item-has-children [aria-expanded] .menu-item-icon {
  background-color: transparent;
  color: inherit;
  pointer-events: none;
  transition: inherit;
}
li.menu-item-has-children [aria-expanded] .menu-item-icon i {
  position: relative;
  top: 2px;
}
li.menu-item-has-children [aria-expanded=false] .open {
  display: block;
}
li.menu-item-has-children [aria-expanded=false] .close {
  display: none;
}
li.menu-item-has-children [aria-expanded=true] .close {
  display: block;
}
li.menu-item-has-children [aria-expanded=true] .open {
  display: none;
}
.brxe-nav-nested {
  align-items: center;
  display: inline-flex;
}
.brxe-nav-nested[data-toggle=always] .brx-nav-nested-items {
  display: none;
}
.brxe-nav-nested[data-toggle=always] .brx-toggle-div, .brxe-nav-nested[data-toggle=always] .brxe-toggle {
  display: inline-flex;
}
.brxe-nav-nested .brx-toggle-div, .brxe-nav-nested .brxe-toggle {
  display: none;
}
.brxe-nav-nested .menu-item:has(>.brx-toggle-div:not(.is-active):not(.brx-child-node)) {
  display: none;
}
.brxe-nav-nested.brx-open .brxe-dropdown:not([data-toggle=click]) .brx-dropdown-content:after {
  content: none;
}
.brxe-nav-nested.brx-open .brx-nav-nested-items {
  align-items: stretch;
  background-color: #fff;
  bottom: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: center;
  left: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: var(--wp-admin--admin-bar--height, 0);
  transition-duration: .2s;
  transition-property: opacity, transform, visibility;
  transition-timing-function: ease;
  z-index: 1001;
}
.brxe-nav-nested.brx-open.multilevel .brx-nav-nested-items {
  overflow: hidden;
}
.brxe-nav-nested.brx-open li.menu-item a {
  justify-content: inherit;
  width: 100%;
}
.brxe-nav-nested.brx-open :where(li.menu-item.brx-toggle-div) {
  display: block;
}
.brxe-nav-nested.brx-open .brx-submenu-toggle {
  justify-content: space-between;
}
.brxe-nav-nested.brx-open .brxe-dropdown:hover:before {
  content: none;
}
.brxe-nav-nested.brx-open .brxe-dropdown.open > .brx-dropdown-content {
  display: flex;
  min-width: auto;
  opacity: 1;
  overflow-y: auto;
  position: static;
  visibility: visible;
}
.brxe-nav-nested.brx-open .brxe-dropdown .brx-dropdown-content {
  display: none;
}
.brxe-nav-nested.brx-open .brx-has-megamenu .brx-dropdown-content {
  min-width: 0 !important;
}
.brxe-nav-nested.brx-closing .brx-nav-nested-items {
  opacity: 0 !important;
  visibility: hidden !important;
}
.brx-nav-nested-items {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.brxe-offcanvas {
  visibility: hidden;
}
.brxe-offcanvas.brx-open {
  visibility: visible;
}
.brxe-offcanvas.brx-open .brx-offcanvas-inner {
  transform: translate(0) !important;
}
.brxe-offcanvas.brx-open .brx-offcanvas-backdrop {
  opacity: 1;
  visibility: visible;
  z-index: 998;
}
.brxe-offcanvas[data-direction=top] .brx-offcanvas-inner {
  bottom: auto;
  height: 300px;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  width: 100vw;
}
.brxe-offcanvas[data-direction=right] .brx-offcanvas-inner {
  bottom: 0;
  height: 100vh;
  height: calc(var(--bricks-vh, 1vh) * 100);
  left: auto;
  right: 0;
  top: 0;
  transform: translate(100%);
  width: 300px;
}
.brxe-offcanvas[data-direction=bottom] .brx-offcanvas-inner {
  bottom: 0;
  height: 300px;
  left: 0;
  right: 0;
  top: auto;
  transform: translateY(100%);
  width: 100vw;
}
.brxe-offcanvas[data-direction=left] .brx-offcanvas-inner {
  bottom: 0;
  height: 100vh;
  height: calc(var(--bricks-vh, 1vh) * 100);
  left: 0;
  right: auto;
  top: 0;
  transform: translate(-100%);
  width: 300px;
}
.brx-offcanvas-inner {
  background-color: #fff;
  display: flex;
  overflow-x: hidden;
  position: fixed;
  transition: transform .2s cubic-bezier(.25, 0, .25, 1);
  z-index: 999;
}
.brx-offcanvas-backdrop {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity .2s cubic-bezier(.25, 0, .25, 1);
  visibility: hidden;
  z-index: -1;
}
.brxe-pie-chart {
  align-items: center;
  display: flex;
  flex-flow: column wrap;
  font-size: 30px;
  line-height: 1;
  position: relative;
}
.brxe-pie-chart .content {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.brxe-post-content {
  width: 100%;
}
body:has(.wp-lightbox-overlay) #brx-content {
  overflow: hidden;
}
.brxe-post-toc {
  overflow-y: auto;
  top: var(--wp-admin--admin-bar--height, 0);
  transform: translateX(0);
  width: 400px;
}
.brxe-post-toc > .toc-list {
  overflow: hidden;
  position: relative;
}
.brxe-post-toc .toc-list {
  counter-reset: item;
  list-style: none;
  margin: 0;
  padding: 0;
}
.brxe-post-toc .toc-list li.toc-list-item {
  position: relative;
}
.brxe-post-toc .toc-link {
  color: currentcolor;
  display: block;
  height: 100%;
  text-decoration: none;
}
.brxe-post-toc .toc-link:before {
  content: "";
  display: inline-block;
  height: inherit;
  left: 0;
  position: absolute;
  right: 0;
}
.brxe-post-toc .toc-link.is-active-link {
  font-weight: 700;
}
.brxe-post-toc .is-collapsible {
  max-height: 1000px;
  overflow: hidden;
  transition: all .3s ease-in-out;
}
.brxe-post-toc .is-collapsed {
  max-height: 0;
}
.brxe-post-toc .is-position-fixed {
  position: fixed !important;
  top: 0;
}
.brxe-post-reading-progress-bar {
  background-color: transparent;
  border: none;
  height: 12px;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 9999;
}
.brxe-post-reading-progress-bar::-webkit-progress-bar {
  background-color: transparent;
}
.brxe-post-reading-progress-bar::-moz-progress-bar {
  background-color: var(--bricks-color-primary);
}
.brxe-post-reading-progress-bar::-webkit-progress-value {
  background-color: var(--bricks-color-primary);
}
.brxe-post-reading-progress-bar[value] {
  -webkit-appearance: none;
  appearance: none;
}
.brxe-posts {
  overflow: hidden;
  width: 100%;
}
.brxe-posts img {
  width: 100%;
}
.brxe-posts .bricks-layout-wrapper {
  --columns: 2;
  --gutter: 0px;
}
.brxe-posts .bricks-layout-wrapper a {
  color: currentcolor;
}
:where(.brxe-pricing-tables) {
  width: 100%;
}
:where(.brxe-pricing-tables) ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
:where(.brxe-pricing-tables) .tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 0 30px;
  padding: 0;
}
:where(.brxe-pricing-tables) .tab {
  cursor: pointer;
  margin: 0 10px;
  text-align: center;
}
:where(.brxe-pricing-tables) .pricing-table {
  display: none;
  overflow: hidden;
  position: relative;
  text-align: center;
}
:where(.brxe-pricing-tables) .pricing-table.active {
  display: block;
}
:where(.brxe-progress-bar) {
  display: grid;
  gap: 20px;
  width: 100%;
}
:where(.brxe-progress-bar) label {
  cursor: inherit;
  display: flex;
  justify-content: space-between;
  margin-bottom: .5em;
}
:where(.brxe-progress-bar) label > * {
  flex: 1;
}
:where(.brxe-progress-bar) .bar {
  background-color: var(--bricks-bg-light);
  height: 8px;
  overflow: hidden;
  position: relative;
}
:where(.brxe-progress-bar) .bar span {
  background-color: #dee2e5;
  height: 100%;
  left: 0;
  position: absolute;
  transition: all .6s cubic-bezier(.55, .055, .675, .19);
  width: 0;
}
:where(.brxe-search) button {
  align-items: center;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  gap: .5em;
  height: 40px;
  justify-content: center;
  width: 60px;
}
:where(.brxe-search) button svg:not([height]) {
  height: inherit;
}
.bricks-search-overlay {
  background-color: #fff;
  background-position: 50%;
  background-size: cover;
  bottom: 0;
  color: var(--bricks-text-medium);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  transform: scale(1.1);
  transition: all .4s;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.bricks-search-overlay:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bricks-search-overlay.show {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  z-index: 999;
}
.bricks-search-overlay .close {
  background-color: transparent !important;
  cursor: pointer;
  font-size: 60px;
  line-height: 1;
  position: fixed;
  right: 30px;
  text-align: center;
  top: 15px;
  z-index: 1;
}
.bricks-search-overlay .title {
  margin: 0 0 1em;
}
:where(.brxe-slider) {
  list-style-type: none;
  margin: 0;
  min-width: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
:where(.brxe-slider) .title {
  color: #fff;
  font-size: 3em;
  margin: 0;
}
:where(.brxe-slider) .content {
  color: #fff;
  font-size: 1.6em;
}
:where(.brxe-slider) .content + .bricks-button {
  margin-top: 1em;
}
:where(.brxe-slider) .bricks-button {
  display: inline-flex;
}
:where(.brxe-slider) .bricks-swiper-container {
  height: inherit;
  max-height: inherit;
  max-width: inherit;
  min-height: inherit;
  min-width: inherit;
  width: inherit;
}
:where(.brxe-slider) .swiper-slide {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 50vh;
  position: relative;
  text-align: center;
}
:where(.brxe-slider) .image {
  background-position: 50%;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
:where(.brxe-slider) .image:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.brxe-slider-nested {
  min-width: 0;
  width: 100%;
}
.brxe-slider-nested .splide__slide {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.brxe-social-icons {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.brxe-social-icons li, .brxe-social-icons li a {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 5px;
  justify-content: center;
}
.brxe-social-icons i {
  line-height: unset;
}
.brxe-social-icons span {
  align-items: center;
  display: inline-flex;
}
:where(.brxe-tabs) {
  display: flex;
  flex-direction: column;
  width: 100%;
}
:where(.brxe-tabs) .tab-title {
  width: auto;
}
:where(.brxe-tabs) .tab-pane {
  display: none;
}
:where(.brxe-tabs) .tab-pane:empty {
  display: none !important;
}
:where(.brxe-tabs) .tab-pane.brx-open {
  display: block;
}
:where(.brxe-tabs).horizontal .tab-title:not(:first-child) {
  border-left: 0 !important;
}
:where(.brxe-tabs).vertical {
  flex-direction: row;
}
:where(.brxe-tabs).vertical .tab-title:not(:first-child) {
  border-top: 0 !important;
}
:where(.brxe-tabs) .tab-title {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 10px;
  line-height: 1;
}
:where(.brxe-tabs) .tab-title:empty {
  display: none !important;
}
:where(.brxe-tabs) .tab-title.brx-open {
  font-weight: 700;
}
:where(.brxe-tabs) .tab-title.icon-right {
  flex-direction: row-reverse;
}
.brxe-tabs-nested {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.brxe-tabs-nested .tab-title {
  cursor: pointer;
  width: auto;
}
.brxe-tabs-nested .tab-pane {
  display: none;
}
.brxe-tabs-nested .tab-pane:empty {
  display: none !important;
}
.brxe-tabs-nested .tab-pane.brx-open {
  display: block;
}
.brxe-template {
  width: 100%;
}
.brxe-toggle {
  background-color: transparent;
  border: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  overflow: visible;
  text-transform: none;
  transition-duration: .15s;
  transition-property: opacity, filter;
  transition-timing-function: linear;
}
.brxe-toggle {
  --brxe-toggle-scale: 1;
  --brxe-toggle-width: 40px;
  --brxe-toggle-height: 24px;
  --brxe-toggle-bar-height: 4px;
  --brxe-toggle-bar-width: 40px;
  --brxe-toggle-bar-radius: 4px;
  cursor: pointer;
  display: flex;
  line-height: 1;
  transform: scale(var(--brxe-toggle-scale));
}
:where(.brxe-video) {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
:where(.brxe-video) iframe, :where(.brxe-video) video {
  border: none;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
:where(.brxe-video) video {
  object-fit: cover;
}
.bricks-video-preview-image {
  background-position: 50%;
  background-repeat: no-repeat;
}
.bricks-video-overlay, .bricks-video-preview-image {
  background-size: cover;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bricks-video-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 1;
}
.bricks-video-overlay.bricks-lazy-hidden {
  background-image: none !important;
}
.bricks-video-overlay.bricks-lazy-hidden.nitro-lazy {
  background-image: none !important;
}
.bricks-video-overlay-icon {
  color: #fff;
  cursor: pointer;
  font-size: 60px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes scrolling {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
.brxe-post-content .blocks-gallery-grid, .brxe-post-content .wp-block-gallery {
  padding: 0;
}
.bricks-background-primary {
  background-color: var(--bricks-color-primary);
}
.pswp__bg {
  background: var(--pswp-bg);
  opacity: .005;
  transform: translateZ(0);
  will-change: opacity;
}
.pswp:not(.brx) {
  --pswp-bg: rgba(0, 0, 0, .8);
}
.pswp.brx, .pswp:not(.brx) .pswp__button svg {
  display: none;
}
.pswp.brx {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, .4);
  --pswp-preloader-color-secondary: hsla(0, 0%, 100%, .9);
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  contain: layout style size;
  height: 100%;
  left: 0;
  opacity: .003;
  outline: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  touch-action: none;
  transform: translateZ(0);
  width: 100%;
  will-change: opacity;
  z-index: var(--pswp-root-z-index);
}
.pswp.brx:focus {
  outline: 0;
}
.pswp.brx * {
  box-sizing: border-box;
}
.pswp.brx img {
  max-width: none;
}
.pswp.brx.pswp--open {
  display: block;
}
.pswp.brx .pswp__scroll-wrap {
  overflow: hidden;
}
.pswp.brx .pswp__bg, .pswp.brx .pswp__container, .pswp.brx .pswp__content, .pswp.brx .pswp__img, .pswp.brx .pswp__item, .pswp.brx .pswp__scroll-wrap, .pswp.brx .pswp__zoom-wrap {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.pswp.brx .pswp__img, .pswp.brx .pswp__zoom-wrap {
  height: auto;
  width: auto;
}
.pswp.brx.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp.brx.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp.brx.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.pswp.brx .pswp__img {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}
.pswp.brx .pswp__button, .pswp.brx .pswp__container, .pswp.brx .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp.brx .pswp__item {
  overflow: hidden;
  z-index: 1;
}
.pswp.brx .pswp__content {
  pointer-events: none;
}
.pswp.brx .pswp__content > * {
  pointer-events: auto;
}
.pswp.brx .pswp__content iframe, .pswp.brx .pswp__content video {
  border: 0;
  height: 100%;
  width: 100%;
}
.pswp.brx .pswp__content video {
  background-color: #000;
}
.pswp.brx .pswp__error-msg-container {
  display: grid;
}
.pswp.brx .pswp__error-msg {
  color: var(--pswp-error-text-color);
  font-size: 1em;
  line-height: 1;
  margin: auto;
}
.pswp.brx .pswp .pswp__hide-on-close {
  opacity: .005;
  pointer-events: none;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(.4, 0, .22, 1);
  will-change: opacity;
  z-index: 10;
}
.pswp.brx.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}
.pswp.brx .pswp__button {
  -webkit-touch-callout: none;
  appearance: none;
  background: none;
  background-image: none !important;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-flex;
  height: 60px;
  margin: 0;
  opacity: .85;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  width: 60px;
}
.pswp.brx .pswp__button.nitro-lazy {
  background-image: none !important;
}
.pswp.brx .pswp__button:active, .pswp.brx .pswp__button:focus, .pswp.brx .pswp__button:hover {
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
  padding: 0;
  transition: none;
}
.pswp.brx .pswp__button:disabled {
  cursor: auto;
  opacity: .3;
}
.pswp.brx .pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
  height: 32px;
  left: 9px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 14px;
  width: 32px;
}
.pswp.brx .pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}
.pswp.brx .pswp__icn:focus {
  outline: 0;
}
.pswp.brx div.pswp__img--placeholder {
  background: var(--pswp-placeholder-bg);
}
.pswp.brx .pswp__top-bar {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  gap: 15px;
  height: 80px;
  justify-content: flex-end;
  left: 0;
  padding: 0 20px;
  pointer-events: none !important;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.pswp.brx .pswp__top-bar .pswp__button {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.pswp.brx .pswp__top-bar .pswp__button svg {
  height: 40px;
  position: static;
  width: 40px;
}
.pswp.brx .pswp__top-bar > * {
  pointer-events: auto;
  will-change: opacity;
}
.pswp.brx .pswp__button--arrow {
  height: 100px;
  margin-top: -60px;
  position: absolute;
  top: 0;
  top: 50%;
  width: 75px;
}
.pswp.brx .pswp__button--arrow:disabled {
  cursor: default;
  display: none;
}
.pswp.brx .pswp__button--arrow .pswp__icn {
  background: none;
  border-radius: 0;
  height: 60px;
  margin-top: -30px;
  top: 50%;
  width: 60px;
}
.pswp.brx.pswp--one-slide .pswp__button--arrow {
  display: none;
}
.pswp.brx .pswp__button--arrow--prev {
  left: 0;
  right: auto;
}
.pswp.brx .pswp__button--arrow--next {
  right: 0;
}
.pswp.brx .pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  transform: scaleX(-1);
}
@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.pswp__thumbnail-nav-wrapper {
  bottom: 10px;
  display: flex;
  position: absolute;
  z-index: 1000;
}
.pswp__thumbnail-nav-wrapper .pswp__thumbnail-nav {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  transition: all .1s;
}
.pswp__thumbnail-nav-wrapper img {
  aspect-ratio: 1;
  cursor: pointer;
  display: block;
  filter: grayscale(100%);
  object-fit: cover;
  width: 80px;
}
.pswp__thumbnail-nav-wrapper img.active, .pswp__thumbnail-nav-wrapper img:hover {
  filter: grayscale(0);
}
.filepond--browser.filepond--browser {
  font-size: 0;
  left: 1em;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 1.75em;
  width: calc(100% - 2em);
}
.filepond--file {
  align-items: flex-start;
  border-radius: .5em;
  color: #fff;
  display: flex;
  height: 100%;
  padding: .5625em;
  position: static;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translateX(-.0625em);
    transform: translateX(-.0625em);
  }
  20%, 80% {
    -webkit-transform: translateX(.125em);
    transform: translateX(.125em);
  }
  30%, 50%, 70% {
    -webkit-transform: translateX(-.25em);
    transform: translateX(-.25em);
  }
  40%, 60% {
    -webkit-transform: translateX(.25em);
    transform: translateX(.25em);
  }
}
@keyframes shake {
  10%, 90% {
    -webkit-transform: translateX(-.0625em);
    transform: translateX(-.0625em);
  }
  20%, 80% {
    -webkit-transform: translateX(.125em);
    transform: translateX(.125em);
  }
  30%, 50%, 70% {
    -webkit-transform: translateX(-.25em);
    transform: translateX(-.25em);
  }
  40%, 60% {
    -webkit-transform: translateX(.25em);
    transform: translateX(.25em);
  }
}
@-webkit-keyframes fall {
  0% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
  }
  70% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fall {
  0% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
  }
  70% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media not all and (min-resolution: 0.001dpcm) {}
.filepond--browser {
  z-index: 1;
}
.filepond--root {
  box-sizing: border-box;
  contain: layout style size;
  direction: ltr;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1rem;
  font-weight: 450;
  line-height: normal;
  margin-bottom: 1em;
  position: relative;
  text-align: left;
  text-rendering: optimizeLegibility;
}
.filepond--root * {
  box-sizing: inherit;
  line-height: inherit;
}
.filepond--root :not(text) {
  font-size: inherit;
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution:0.001dpcm) {}
@-webkit-keyframes image_editor_spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes image_editor_spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes pintura-img-loading {
  0% {
    opacity: .5;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: .5;
  }
}
@keyframes pintura-img-loading {
  0% {
    opacity: .5;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: .5;
  }
}
img:is([sizes="auto"i]) {
  contain-intrinsic-size: 3000px 1500px;
}
img.wp-smiley, img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -.1em !important;
  background: none !important;
  padding: 0 !important;
}
.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}
.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none;
}
.wpml-ls-statics-shortcode_actions {
  background-color: #fff;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a {
  color: #0a0a0a;
}
h1, h2, h4, h5, h6 {
  font-family: "Neue Haas";
}
.brxe-text-basic {
  font-family: "Neue Haas";
}
h1, h2, h4, h5, h6, .brxe-text-basic {
  font-family: "Neue Haas", sans-serif !important;
}
body.bricks-is-frontend :focus {
  outline: none;
}
body, html {
  user-select: none;
}
.switch-language {
  transition: background-color .3s ease, transform .3s ease;
}
.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) {
  .switch-language {
    transition: background-color .3s ease, transform .3s ease;
  }
  .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);
  }
}
.switch-language {
  transition: background-color .3s ease, transform .3s ease;
}
.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) {
  .switch-language {
    transition: background-color .3s ease, transform .3s ease;
  }
  .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-rautat {
  cursor: pointer;
}
#brxe-bqgkrj img {
  filter: brightness(37%);
}
#brxe-erusge.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-erusge .icon {
  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-xatqsm {
  cursor: pointer;
	z-index: 1		
}
#brxe-ecfdsm .abs-bg-header-isra {
  transition: all .3s ease-in-out;
}
#brxe-ecfdsm:hover .abs-bg-header-isra {
  transform: scale(1);
}
#brxe-ecfdsm {
  cursor: pointer;
  transition: all .3s ease-in-out;
}
#brxe-ecfdsm:hover {
  transform: scale(.96);
}
#brxe-qoobtx .abs-bg-header-isra {
  transition: all .3s ease-in-out;
}
#brxe-qoobtx:hover .abs-bg-header-isra {
  transform: scale(1);
}
#brxe-qoobtx {
  cursor: pointer;
  transition: all .3s ease-in-out;
}
#brxe-qoobtx:hover {
  transform: scale(.96);
}
#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 > .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-nlzntw.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-nlzntw .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-kzkbro.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-kzkbro .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-bqepef {
  cursor: pointer;
}
#brxe-nrvyfz.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-nrvyfz .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-kkacoa.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-kkacoa .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-gbuhgw {
  cursor: pointer;
}
#brxe-wrjfus.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-wrjfus .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-evgkhn.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-evgkhn .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-vwkvyh {
    cursor: pointer;
    height: auto;
	padding: 8px 0;
}
#brxe-jxqfhh::before {
  pointer-events: none;
}
#brxe-nmtitd.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-nmtitd.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-nmtitd .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-uoiaco {
  background-color: #070707;
  height: 25vh;
  min-height: 25vh;
}
@media (max-width: 478px) {
  #brxe-uoiaco {
    height: 0vh;
    min-height: 0vh;
  }
}
#brxe-zltszt {
  align-self: flex-end;
  margin-top: 0;
  margin-left: 0;
  color: #f5f5f5;
  font-size: 1.1vw;
  font-family: "";
  font-weight: 500;
  letter-spacing: -.02vw;
  line-height: 1.1vw;
}
@media (max-width: 478px) {
  #brxe-zltszt {
    font-size: 3.25vw;
    line-height: 3.25vw;
    margin-top: 0;
    margin-left: 0;
  }
}
#brxe-ztpuuj {
  width: fit-content;
  position: relative;
  overflow: hidden;
  margin-right: 0;
  margin-left: 0;
}
#brxe-fvbfdd.horizontal .line {
  border-top-color: #444;
}
#brxe-fvbfdd.vertical .line {
  border-right-color: #444;
}
#brxe-fvbfdd .icon {
  color: #444;
}
#brxe-fvbfdd {
  justify-content: flex-end;
}
#brxe-xvbvvu {
  align-self: flex-end !important;
  justify-content: center;
  align-items: flex-end;
  height: 25vh;
  background-color: #070707;
  padding-right: 2vw;
  padding-left: 2vw;
  row-gap: 1vh;
  min-height: 25vh;
}
@media (max-width: 478px) {
  #brxe-xvbvvu {
    justify-content: flex-end;
    height: 100%;
    padding-top: 15vh;
    padding-bottom: 5vh;
  }
}
#brxe-ssrdgb {
  color: #fff;
  font-size: 3.25vw;
  line-height: 3.25vw;
  font-family: "";
  font-weight: 300;
  letter-spacing: -.06vw;
  margin-bottom: 3vh;
  width: 47%;
  position: relative;
}
#brxe-ssrdgb a {
  color: #fff;
  font-size: 3.25vw;
  font-size: inherit;
  line-height: 3.25vw;
  font-family: "";
  font-weight: 300;
  letter-spacing: -.06vw;
}
@media (max-width: 478px) {
  #brxe-ssrdgb {
    width: 100%;
    text-align: left;
    font-size: 6vw;
    line-height: 6vw;
  }
  #brxe-ssrdgb a {
    text-align: left;
    font-size: 6vw;
    font-size: inherit;
    line-height: 6vw;
  }
}
#brxe-bqjuio input {
  appearance: none;
  -webkit-appearance: none;
}
#brxe-bqjuio {
  font-family: "";
  font-weight: 400;
}
@media (max-width: 478px) {
  #brxe-bqjuio[data-custom-style="true"] label {
    font-size: 3.5vw !important;
  }
  #brxe-bqjuio input {
    appearance: none;
    -webkit-appearance: none;
  }
  #brxe-bqjuio {
    font-size: 3.5vw;
  }
}
#brxe-sauvug input {
  appearance: none;
  -webkit-appearance: none;
}
#brxe-sauvug {
  font-family: "";
  font-weight: 400;
}
@media (max-width: 478px) {
  #brxe-sauvug[data-custom-style="true"] label {
    font-size: 3.5vw !important;
  }
  #brxe-sauvug input {
    appearance: none;
    -webkit-appearance: none;
  }
  #brxe-sauvug {
    font-size: 3.5vw;
  }
}
#brxe-rvxvpu input {
  appearance: none;
  -webkit-appearance: none;
}
#brxe-rvxvpu {
  font-family: "";
  font-weight: 400;
}
@media (max-width: 478px) {
  #brxe-rvxvpu[data-custom-style="true"] label {
    font-size: 3.5vw !important;
  }
  #brxe-rvxvpu input {
    appearance: none;
    -webkit-appearance: none;
  }
  #brxe-rvxvpu {
    font-size: 3.5vw;
  }
}
#brxe-rqiwek {
  width: 100%;
  margin-bottom: 6vh;
}
#brxe-rqiwek > .options-wrapper {
  align-items: flex-start !important;
  display: flex !important;
}
#brxe-rqiwek .options-wrapper {
  column-gap: .5vw !important;
  display: flex;
}
@media (max-width: 478px) {
  #brxe-rqiwek > .options-wrapper {
    align-items: center !important;
    display: flex !important;
  }
  #brxe-rqiwek {
    padding-bottom: 4vh;
  }
}
#brxe-dobuhj {
  color: #fff;
  font-size: 3.25vw;
  line-height: 3.25vw;
  font-family: "";
  font-weight: 300;
  letter-spacing: -.06vw;
  display: flex;
  margin-bottom: 3vh;
  width: 50%;
}
#brxe-dobuhj a {
  color: #fff;
  font-size: 3.25vw;
  font-size: inherit;
  line-height: 3.25vw;
  font-family: "";
  font-weight: 300;
  letter-spacing: -.06vw;
}
@media (max-width: 478px) {
  #brxe-dobuhj {
    width: 100%;
    text-align: left;
    font-size: 6vw;
    line-height: 6vw;
  }
  #brxe-dobuhj a {
    text-align: left;
    font-size: 6vw;
    font-size: inherit;
    line-height: 6vw;
  }
}
#brxe-uiwhrc input {
  appearance: none;
  -webkit-appearance: none;
}
#brxe-uiwhrc {
  font-family: "";
  font-weight: 400;
}
@media (max-width: 478px) {
  #brxe-uiwhrc[data-custom-style="true"] label {
    font-size: 3.5vw !important;
  }
  #brxe-uiwhrc input {
    appearance: none;
    -webkit-appearance: none;
  }
  #brxe-uiwhrc {
    font-size: 3.5vw;
  }
}
#brxe-xhliro input {
  appearance: none;
  -webkit-appearance: none;
}
#brxe-xhliro {
  font-family: "";
  font-weight: 400;
}
@media (max-width: 478px) {
  #brxe-xhliro[data-custom-style="true"] label {
    font-size: 3.5vw !important;
  }
  #brxe-xhliro input {
    appearance: none;
    -webkit-appearance: none;
  }
  #brxe-xhliro {
    font-size: 3.5vw;
  }
}
#brxe-xkvhdn input {
  appearance: none;
  -webkit-appearance: none;
}
#brxe-xkvhdn {
  font-family: "";
  font-weight: 400;
}
@media (max-width: 478px) {
  #brxe-xkvhdn[data-custom-style="true"] label {
    font-size: 3.5vw !important;
  }
  #brxe-xkvhdn input {
    appearance: none;
    -webkit-appearance: none;
  }
  #brxe-xkvhdn {
    font-size: 3.5vw;
  }
}
#brxe-zumkkw {
  width: 100%;
  margin-bottom: 6vh;
}
#brxe-zumkkw > .options-wrapper {
  align-items: flex-start !important;
  display: flex !important;
}
#brxe-zumkkw .options-wrapper {
  column-gap: .5vw !important;
  display: flex;
}
@media (max-width: 478px) {
  #brxe-zumkkw {
    width: 100%;
  }
  #brxe-zumkkw > .options-wrapper {
    align-items: center !important;
    display: flex !important;
  }
}
#brxe-wmpvqb {
  color: #fff;
  font-family: "";
  font-weight: 300;
  font-size: 3.25vw;
  line-height: 3.25vw;
  letter-spacing: -.06vw;
  width: 60%;
}
#brxe-wmpvqb a {
  color: #fff;
  font-family: "";
  font-weight: 300;
  font-size: 3.25vw;
  font-size: inherit;
  line-height: 3.25vw;
  letter-spacing: -.06vw;
}
@media (max-width: 478px) {

  #brxe-wmpvqb a {
    text-align: left;
    font-size: 6vw;
    font-size: inherit;
    line-height: 5.5vw;
  }
}
#brxe-unpulu {
  width: 100%;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  color: #fff;
}
#brxe-unpulu input {
  width: 100%;
}
#brxe-unpulu.form-group input[name*="form-field-"], #brxe-unpulu input[name*="brfr"], #brxe-unpulu textarea[name*="brfr"], #brxe-unpulu select[name*="brfr"], #brxe-unpulu textarea[name*="form-field-"], #brxe-unpulu select[name*="form-field-"], #brxe-unpulu .choices, #brxe-unpulu .choices .choices__inner, #brxe-unpulu .choices .choices__item, #brxe-unpulu .choices, #brxe-unpulu .choices[data-type*=select-one] .choices__input, #brxe-unpulu .choices__list--dropdown {
  background-color: #121212;
}
#brxe-unpulu.form-group input[name*="form-field-"], #brxe-unpulu textarea[name*="form-field-"], #brxe-unpulu select[name*="form-field-"], input[name*="brfr"], #brxe-unpulu textarea[name*="brfr"], #brxe-unpulu select[name*="brfr"], #brxe-unpulu .choices .choices__inner, #brxe-unpulu .choices, #brxe-unpulu .choices[data-type*=select-one] .choices__input {
  border: .05vw solid #4a4a4a;
  border-radius: .5vw;
}
#brxe-unpulu.form-group input[name*="form-field-"], #brxe-unpulu textarea[name*="form-field-"], #brxe-unpulu select[name*="form-field-"], #brxe-unpulu input[name*="brfr"], #brxe-unpulu textarea[name*="brfr"], #brxe-unpulu select[name*="brfr"], #brxe-unpulu .choices .choices__inner, #brxe-unpulu .choices .choices__item, #brxe-unpulu .choices, #brxe-unpulu .choices[data-type*=select-one] .choices__input {
  font-size: 1vw;
  line-height: 3.5vw;
}
#brxe-unpulu.form-group input[name*="form-field-"], #brxe-unpulu textarea[name*="form-field-"], #brxe-unpulu select[name*="form-field-"], #brxe-unpulu input[name*="brfr"], #brxe-unpulu textarea[name*="brfr"], #brxe-unpulu select[name*="brfr"], #brxe-unpulu .choices .choices__inner {
  padding-left: 1vw;
}
@media (max-width: 478px) {
  #brxe-unpulu.form-group input[name*="form-field-"], #brxe-unpulu textarea[name*="form-field-"], #brxe-unpulu select[name*="form-field-"], #brxe-unpulu input[name*="brfr"], #brxe-unpulu textarea[name*="brfr"], #brxe-unpulu select[name*="brfr"], #brxe-unpulu .choices .choices__inner, #brxe-unpulu .choices .choices__item, #brxe-unpulu .choices, #brxe-unpulu .choices[data-type*=select-one] .choices__input {
    font-size: 3.25vw;
    line-height: 9vw;
  }
}
#brxe-hyyxee input {
  width: 100%;
}
#brxe-hyyxee.form-group input[name*="form-field-"], #brxe-hyyxee input[name*="brfr"], #brxe-hyyxee textarea[name*="brfr"], #brxe-hyyxee select[name*="brfr"], #brxe-hyyxee textarea[name*="form-field-"], #brxe-hyyxee select[name*="form-field-"], #brxe-hyyxee .choices, #brxe-hyyxee .choices .choices__inner, #brxe-hyyxee .choices .choices__item, #brxe-hyyxee .choices, #brxe-hyyxee .choices[data-type*=select-one] .choices__input, #brxe-hyyxee .choices__list--dropdown {
  background-color: #121212;
}
#brxe-hyyxee.form-group input[name*="form-field-"], #brxe-hyyxee textarea[name*="form-field-"], #brxe-hyyxee select[name*="form-field-"], input[name*="brfr"], #brxe-hyyxee textarea[name*="brfr"], #brxe-hyyxee select[name*="brfr"], #brxe-hyyxee .choices .choices__inner, #brxe-hyyxee .choices, #brxe-hyyxee .choices[data-type*=select-one] .choices__input {
  border: .05vw solid #4a4a4a;
  border-radius: .5vw;
}
#brxe-hyyxee.form-group input[name*="form-field-"], #brxe-hyyxee textarea[name*="form-field-"], #brxe-hyyxee select[name*="form-field-"], #brxe-hyyxee input[name*="brfr"], #brxe-hyyxee textarea[name*="brfr"], #brxe-hyyxee select[name*="brfr"], #brxe-hyyxee .choices .choices__inner, #brxe-hyyxee .choices .choices__item, #brxe-hyyxee .choices, #brxe-hyyxee .choices[data-type*=select-one] .choices__input {
  font-size: 1vw;
  line-height: 3.5vw;
}
#brxe-hyyxee.form-group input[name*="form-field-"], #brxe-hyyxee textarea[name*="form-field-"], #brxe-hyyxee select[name*="form-field-"], #brxe-hyyxee input[name*="brfr"], #brxe-hyyxee textarea[name*="brfr"], #brxe-hyyxee select[name*="brfr"], #brxe-hyyxee .choices .choices__inner {
  padding-left: 1vw;
}
#brxe-hyyxee {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  color: #fff;
}
@media (max-width: 478px) {
  #brxe-hyyxee.form-group input[name*="form-field-"], #brxe-hyyxee textarea[name*="form-field-"], #brxe-hyyxee select[name*="form-field-"], #brxe-hyyxee input[name*="brfr"], #brxe-hyyxee textarea[name*="brfr"], #brxe-hyyxee select[name*="brfr"], #brxe-hyyxee .choices .choices__inner, #brxe-hyyxee .choices .choices__item, #brxe-hyyxee .choices, #brxe-hyyxee .choices[data-type*=select-one] .choices__input {
    font-size: 3.25vw;
    line-height: 9vw;
  }
}
#brxe-mfskct {
  width: 90%;
  margin-top: 4vh;
  margin-right: 0;
  margin-left: 0;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 1vw;
}
@media (max-width: 478px) {
  #brxe-mfskct {
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    align-self: flex-start !important;
    flex-direction: column;
    row-gap: 3vh;
    margin-top: 3vh;
  }
}
#brxe-nshntv {
  width: 100%;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  color: #fff;
}
#brxe-nshntv input {
  width: 100%;
}
#brxe-nshntv.form-group input[name*="form-field-"], #brxe-nshntv input[name*="brfr"], #brxe-nshntv textarea[name*="brfr"], #brxe-nshntv select[name*="brfr"], #brxe-nshntv textarea[name*="form-field-"], #brxe-nshntv select[name*="form-field-"], #brxe-nshntv .choices, #brxe-nshntv .choices .choices__inner, #brxe-nshntv .choices .choices__item, #brxe-nshntv .choices, #brxe-nshntv .choices[data-type*=select-one] .choices__input, #brxe-nshntv .choices__list--dropdown {
  background-color: #121212;
}
#brxe-nshntv.form-group input[name*="form-field-"], #brxe-nshntv textarea[name*="form-field-"], #brxe-nshntv select[name*="form-field-"], input[name*="brfr"], #brxe-nshntv textarea[name*="brfr"], #brxe-nshntv select[name*="brfr"], #brxe-nshntv .choices .choices__inner, #brxe-nshntv .choices, #brxe-nshntv .choices[data-type*=select-one] .choices__input {
  border: .05vw solid #4a4a4a;
  border-radius: .5vw;
}
#brxe-nshntv.form-group input[name*="form-field-"], #brxe-nshntv textarea[name*="form-field-"], #brxe-nshntv select[name*="form-field-"], #brxe-nshntv input[name*="brfr"], #brxe-nshntv textarea[name*="brfr"], #brxe-nshntv select[name*="brfr"], #brxe-nshntv .choices .choices__inner, #brxe-nshntv .choices .choices__item, #brxe-nshntv .choices, #brxe-nshntv .choices[data-type*=select-one] .choices__input {
  font-size: 1vw;
  line-height: 3.5vw;
}
#brxe-nshntv.form-group input[name*="form-field-"], #brxe-nshntv textarea[name*="form-field-"], #brxe-nshntv select[name*="form-field-"], #brxe-nshntv input[name*="brfr"], #brxe-nshntv textarea[name*="brfr"], #brxe-nshntv select[name*="brfr"], #brxe-nshntv .choices .choices__inner {
  padding-left: 1vw;
}
@media (max-width: 478px) {
  #brxe-nshntv.form-group input[name*="form-field-"], #brxe-nshntv textarea[name*="form-field-"], #brxe-nshntv select[name*="form-field-"], #brxe-nshntv input[name*="brfr"], #brxe-nshntv textarea[name*="brfr"], #brxe-nshntv select[name*="brfr"], #brxe-nshntv .choices .choices__inner, #brxe-nshntv .choices .choices__item, #brxe-nshntv .choices, #brxe-nshntv .choices[data-type*=select-one] .choices__input {
    line-height: 9vw;
    font-size: 3.25vw;
  }
}
#brxe-miazne input {
  width: 100%;
}
#brxe-miazne.form-group input[name*="form-field-"], #brxe-miazne input[name*="brfr"], #brxe-miazne textarea[name*="brfr"], #brxe-miazne select[name*="brfr"], #brxe-miazne textarea[name*="form-field-"], #brxe-miazne select[name*="form-field-"], #brxe-miazne .choices, #brxe-miazne .choices .choices__inner, #brxe-miazne .choices .choices__item, #brxe-miazne .choices, #brxe-miazne .choices[data-type*=select-one] .choices__input, #brxe-miazne .choices__list--dropdown {
  background-color: #121212;
}
#brxe-miazne.form-group input[name*="form-field-"], #brxe-miazne textarea[name*="form-field-"], #brxe-miazne select[name*="form-field-"], input[name*="brfr"], #brxe-miazne textarea[name*="brfr"], #brxe-miazne select[name*="brfr"], #brxe-miazne .choices .choices__inner, #brxe-miazne .choices, #brxe-miazne .choices[data-type*=select-one] .choices__input {
  border: .05vw solid #4a4a4a;
  border-radius: .5vw;
}
#brxe-miazne.form-group input[name*="form-field-"], #brxe-miazne textarea[name*="form-field-"], #brxe-miazne select[name*="form-field-"], #brxe-miazne input[name*="brfr"], #brxe-miazne textarea[name*="brfr"], #brxe-miazne select[name*="brfr"], #brxe-miazne .choices .choices__inner, #brxe-miazne .choices .choices__item, #brxe-miazne .choices, #brxe-miazne .choices[data-type*=select-one] .choices__input {
  font-size: 1vw;
  line-height: 3.5vw;
}
#brxe-miazne.form-group input[name*="form-field-"], #brxe-miazne textarea[name*="form-field-"], #brxe-miazne select[name*="form-field-"], #brxe-miazne input[name*="brfr"], #brxe-miazne textarea[name*="brfr"], #brxe-miazne select[name*="brfr"], #brxe-miazne .choices .choices__inner {
  padding-left: 1vw;
}
#brxe-miazne {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  color: #fff;
}
@media (max-width: 478px) {
  #brxe-miazne.form-group input[name*="form-field-"], #brxe-miazne textarea[name*="form-field-"], #brxe-miazne select[name*="form-field-"], #brxe-miazne input[name*="brfr"], #brxe-miazne textarea[name*="brfr"], #brxe-miazne select[name*="brfr"], #brxe-miazne .choices .choices__inner, #brxe-miazne .choices .choices__item, #brxe-miazne .choices, #brxe-miazne .choices[data-type*=select-one] .choices__input {
    line-height: 9vw;
    font-size: 3.25vw;
  }
}
#brxe-tknhzz {
  flex-direction: row;
  width: 90%;
  margin-top: 2vh;
  margin-right: 0;
  margin-left: 0;
  flex-wrap: nowrap;
  justify-content: flex-start;
  column-gap: 1vw;
}
@media (max-width: 478px) {
  #brxe-tknhzz {
    align-self: flex-start !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-top: 3vh;
    row-gap: 3vh;
  }
}

#brxe-vuomol {
  width: 90%;
  margin-top: 2vh;
  margin-right: 0;
  margin-bottom: 6vh;
  margin-left: 0;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-start !important;
}
@media (max-width: 478px) {
  #brxe-vuomol {
    align-self: flex-start !important;
    justify-content: center;
    width: 100%;
    margin-top: 3vh;
  }
}
#brxe-zfimbv {
  width: 80%;
  margin-right: 0;
  margin-left: 0;
  align-items: flex-start;
  align-self: flex-start !important;
  justify-content: flex-start;
}
@media (max-width: 478px) {
  #brxe-zfimbv {
    width: 100%;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: flex-start !important;
  }
}
#brxe-xxskkg .choose-files {
  width: 12vw;
}
@media (max-width: 478px) {
  #brxe-xxskkg .choose-files {
    width: 30vw;
  }
}
#brxe-uooswc button {
  background-color: #e8e8e8;
  padding-top: 0;
  padding-right: 3vw;
  padding-bottom: 0;
  padding-left: 3vw;
  border: .15vw solid rgba(255, 255, 255, .33);
  border-radius: .5vw;
  font-family: "Neue Haas";
  font-weight: 400;
  color: #0a0a0a;
  font-size: 1.2vw;
  letter-spacing: -.02vw;
  line-height: 3.6vw;
}
#brxe-uooswc button:hover {
    background: #cc9e59;
    color: #fff;
}
@media (max-width: 478px) {
  #brxe-uooswc {
    margin-right: 0vw;
    margin-bottom: 1vw;
    padding-bottom: 0vh;
  }

}
#brxe-kgbput {
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 478px) {
  #brxe-kgbput {
    flex-wrap: nowrap;
  }
}
#brxe-feuwrq {
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  display: flex;
}
#brxe-tiuocc {
  width: 72%;
  flex-direction: column;
  align-items: center;
  align-self: center !important;
  margin-right: 0;
  margin-left: 0;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 478px) {
  #brxe-tiuocc {
    width: 100%;
    flex-wrap: nowrap;
    align-self: center !important;
    justify-content: space-between;
    align-items: flex-end;
  }
}
#Contact_Us .input-icon-wrapper {
  flex-direction: row;
}
#Contact_Us .brf-field-divider {
  width: 100%;
}
#Contact_Us .brf-steps {
  top: -60px;
}
#Contact_Us {
  justify-content: flex-start;
  width: 100%;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
#Contact_Us .is-group {
  justify-content: flex-start;
}
#Contact_Us .is-group .form-group input::placeholder {
  font-family: "Neue Haas";
  font-weight: 400;
  font-size: 2.2vw;
}
#Contact_Us .is-group .form-group select {
  font-family: "Neue Haas";
  font-weight: 400;
  font-size: 2.2vw;
}
#Contact_Us .is-group .form-group textarea {
  font-family: "Neue Haas";
  font-weight: 400;
  font-size: 2.2vw;
}
#Contact_Us label {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1px;
}
#Contact_Us input::placeholder, #Contact_Us textarea::placeholder {
  color: rgba(255, 255, 255, .5);
  font-size: 20px;
/*  line-height: 1.2vw;*/
  font-family: "Neue Haas";
  font-weight: 300;
  letter-spacing: 0.5px;
}


#Contact_Us .ql-editor.ql-blank::before {
  color: rgba(255, 255, 255, .5) !important;
  font-size: 1.2vw !important;
  line-height: 1.2vw !important;
  font-family: "Neue Haas" !important;
  font-weight: 300 !important;
  letter-spacing: -.02vw !important;
}
#Contact_Us .flatpickr {
  padding-left: 8px;
}
#Contact_Us textarea {
  padding-left: 8px;
}
#Contact_Us .choices__inner {
  padding-left: 8px;
}

#brxe-vdctyk {
  width: 100%;
  height: fit-content;
  background-color: #111;
  padding-right: 2vw;
  padding-left: 2vw;
}
@media (max-width: 478px) {
  #brxe-vdctyk {
    background-color: #070707;
  }
}
#brxe-gpglvu.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-gpglvu.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-gpglvu .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-uqobda {
  background-color: #070707;
  height: 25vh;
  min-height: 25vh;
}
#brxe-rgnizz.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-rgnizz .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-kustgf.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-kustgf .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-otltyn {
  cursor: pointer;
}
#brxe-vafqma.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-vafqma .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-covjkl a {
  font-size: .9vw;
  font-size: inherit;
  color: #f5f5f5;
  font-family: "";
  line-height: 1vw;
  font-weight: 400;
}
@media (max-width: 478px) {
  #brxe-covjkl a {
    font-size: 3.2vw;
    font-size: inherit;
    line-height: 3.4vw;
  }
}
#brxe-hsvdvy.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-hsvdvy .icon {
  color: rgba(0, 0, 0, 0);
}
@media (max-width: 478px) {
  #brxe-hsvdvy.vertical .line {
    border-right-color: rgba(0, 0, 0, 0);
  }
  #brxe-hsvdvy .icon {
    color: rgba(0, 0, 0, 0);
  }
}
#brxe-ikanwh a {
  font-size: .9vw;
  font-size: inherit;
  color: #f5f5f5;
  font-family: "";
  line-height: 1vw;
  font-weight: 400;
}
@media (max-width: 478px) {
  #brxe-ikanwh a {
    font-size: 3.2vw;
    font-size: inherit;
    line-height: 3.4vw;
  }
}
#brxe-ovrgbn.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-ovrgbn .icon {
  color: rgba(0, 0, 0, 0);
}
@media (max-width: 478px) {
  #brxe-ovrgbn.vertical .line {
    border-right-color: rgba(0, 0, 0, 0);
  }
  #brxe-ovrgbn .icon {
    color: rgba(0, 0, 0, 0);
  }
}
#brxe-dqvmno a {
  font-size: .9vw;
  font-size: inherit;
  color: #f5f5f5;
  font-family: "";
  line-height: 1vw;
  font-weight: 400;
}
@media (max-width: 478px) {
  #brxe-dqvmno a {
    font-size: 3.2vw;
    font-size: inherit;
    line-height: 3.4vw;
  }
}
#brxe-ugqljq.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-ugqljq .icon {
  color: rgba(0, 0, 0, 0);
}
@media (max-width: 478px) {
  #brxe-ugqljq.vertical .line {
    border-right-color: rgba(0, 0, 0, 0);
  }
  #brxe-ugqljq .icon {
    color: rgba(0, 0, 0, 0);
  }
}
#brxe-yenhxc a {
  font-size: .9vw;
  font-size: inherit;
  color: #f5f5f5;
  font-family: "";
  line-height: 1vw;
  font-weight: 400;
}
@media (max-width: 478px) {
  #brxe-yenhxc a {
    font-size: 3.2vw;
    font-size: inherit;
    line-height: 3.4vw;
  }
}
#brxe-uoqrat.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-uoqrat .icon {
  color: rgba(0, 0, 0, 0);
}
@media (max-width: 478px) {
  #brxe-uoqrat.vertical .line {
    border-right-color: rgba(0, 0, 0, 0);
  }
  #brxe-uoqrat .icon {
    color: rgba(0, 0, 0, 0);
  }
}
#brxe-qbhyaq a {
  font-size: .9vw;
  font-size: inherit;
  color: #f5f5f5;
  font-family: "";
  line-height: 1vw;
  font-weight: 400;
}
@media (max-width: 478px) {
  #brxe-qbhyaq a {
    font-size: 3.2vw;
    font-size: inherit;
    line-height: 3.4vw;
  }
}
#brxe-pcrbgk.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-pcrbgk .icon {
  color: rgba(0, 0, 0, 0);
}
@media (max-width: 478px) {
  #brxe-pcrbgk.vertical .line {
    border-right-color: rgba(0, 0, 0, 0);
  }
  #brxe-pcrbgk .icon {
    color: rgba(0, 0, 0, 0);
  }
}
#brxe-cdsypa.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-cdsypa.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-cdsypa .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-veqfyf {
  background-color: #070707;
  height: 15vh;
  max-height: 15vh;
}
#brxe-kthzzw {
  background-color: #070707;
  width: 100%;
}
#brxe-ompukr {
  padding-left: 0;
  position: fixed;
  z-index: 99;
  display: flex;
}
@media (max-width: 478px) {
  #brxe-ompukr {
    display: flex;
  }
}
#brxe-ntbvuv:not(.tag) {
  filter: invert(100%);
}
#brxe-ntbvuv {
  cursor: pointer;
}
#brxe-nphrmi.vertical .line {
  border-right-style: none;
}
#brxe-ywaakq.vertical .line {
  border-right-style: none;
}
#brxe-ygqqak {
  cursor: pointer;
}
#brxe-iljlyj.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-iljlyj .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-pgseev {
  cursor: pointer;
}
#brxe-mepbgi.vertical .line {
  border-right-color: #363636;
}
#brxe-mepbgi .icon {
  color: #363636;
}
#brxe-nuxshy.vertical .line {
  border-right-color: #dcdcdc;
}
#brxe-nuxshy .icon {
  color: #dcdcdc;
}
#brxe-hxtvam.vertical .line {
  border-right-color: #363636;
}
#brxe-hxtvam .icon {
  color: #363636;
}
#brxe-avrkxl.vertical .line {
  border-right-color: #dcdcdc;
}
#brxe-avrkxl .icon {
  color: #dcdcdc;
}
#brxe-ymxtlc.vertical .line {
  border-right-color: #363636;
}
#brxe-ymxtlc .icon {
  color: #363636;
}
#brxe-utwnid.vertical .line {
  border-right-color: #dcdcdc;
}
#brxe-utwnid .icon {
  color: #dcdcdc;
}
#brxe-lqizkx.vertical .line {
  border-right-color: #363636;
}
#brxe-lqizkx .icon {
  color: #363636;
}
#brxe-zqiygs.vertical .line {
  border-right-color: #dcdcdc;
}
#brxe-zqiygs .icon {
  color: #dcdcdc;
}
#brxe-cvsswo.vertical .line {
  border-right-color: #363636;
}
#brxe-cvsswo .icon {
  color: #363636;
}
#brxe-tbtbnj.vertical .line {
  border-right-color: #dcdcdc;
}
#brxe-tbtbnj .icon {
  color: #dcdcdc;
}
#brxe-xhnhcj.vertical .line {
  border-right-color: #363636;
}
#brxe-xhnhcj .icon {
  color: #363636;
}
#brxe-qlkrxb.vertical .line {
  border-right-color: #dcdcdc;
}
#brxe-qlkrxb .icon {
  color: #dcdcdc;
}
#brxe-zojdyi .wrapper-buton-header {
  cursor: pointer;
}
#brxe-bnwnkz.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-bnwnkz .icon {
  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-pjuver img {
  filter: invert(30%);
}
#brxe-ppkodz.vertical .line {
  border-right-style: none;
}
#brxe-xvculz img {
  filter: invert(30%);
}
#brxe-lqdurn.vertical .line {
  border-right-style: none;
}
#brxe-wxkukn .social-footer {
  cursor: pointer;
}
#brxe-wxkukn .social-footer .cerc-bg-soclal {
  transition: all .3s ease-in-out;
}
#brxe-wxkukn .social-footer:hover .cerc-bg-soclal {
  transform: scale(1);
}
#brxe-wxkukn .social-footer .logo-social-footer {
  transition: all .3s ease-in-out;
}
#brxe-wxkukn .social-footer:hover .logo-social-footer {
  transform: scale(.8);
}
#brxe-dqawru.vertical .line {
  border-right-style: none;
}
#brxe-wgdwxc.vertical .line {
  border-right-style: none;
}
#brxe-dixskl {
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  font-size: 2.5vw;
  letter-spacing: -.06vw;
  line-height: 3vw;
  text-align: center;
}
@media (max-width: 478px) {
  #brxe-dixskl {
    font-size: 6vw;
    line-height: 6vw;
  }
}
#brxe-rcrdqp {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
#brxe-msprxs {
  text-align: center;
  font-family: "";
  font-weight: 400;
  color: #f5f5f5;
  font-size: .9vw;
  line-height: .9vw;
  width: 83%;
  position: relative;
}
@media (max-width: 478px) {
  #brxe-msprxs {
    font-size: 12px;
    line-height: 12px;
    width: 70%;
  }
}
#brxe-jufkko {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#brxe-nmqfim {
  width: 30%;
  margin-right: 0;
  margin-left: 0;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  row-gap: 2vh;
}
@media (max-width: 478px) {
  #brxe-nmqfim {
    width: 100%;
  }
}
#brxe-wfajvo.vertical .line {
  border-right-style: none;
}
#brxe-geaksx {
  width: 100%;
  flex-direction: row;
  align-self: center !important;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 478px) {
  #brxe-geaksx {
    flex-direction: column-reverse;
  }
}
#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;
}
@media (max-width: 478px) {
  #brxe-muicac {
    font-size: 17vw;
    line-height: 17vw;
  }
}
#brxe-zorsfe {
  width: 100%;
  justify-content: center;
  align-items: center;
  align-self: center !important;
  position: relative;
  overflow: hidden;
}
#brxe-kkausn {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-kkausn {
    font-size: 2.5vw;
  }
}
#brxe-aedjme {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-aedjme {
    font-size: 2.5vw;
  }
}
#brxe-atfqvf {
  align-items: center;
  justify-content: center;
  align-self: center !important;
  width: 100%;
  position: absolute;
}
#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;
}
#brxe-btfkim {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-btfkim {
    font-size: 2.5vw;
  }
}
#brxe-nffdml {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-nffdml {
    font-size: 2.5vw;
  }
}
#brxe-hpoasf {
  align-items: center;
  justify-content: center;
  align-self: center !important;
  width: 100%;
  position: absolute;
}
#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;
}
#brxe-zjdriw {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-zjdriw {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
}
#brxe-ekurdb {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-ekurdb {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
}
#brxe-xhohwu {
  align-items: center;
  justify-content: center;
  align-self: center !important;
  width: 100%;
  position: absolute;
}
#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;
}
#brxe-itekgh {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-itekgh {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
}
#brxe-jqxeuo {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-jqxeuo {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
}
#brxe-ripseb {
  align-items: center;
  justify-content: center;
  align-self: center !important;
  width: 100%;
  position: absolute;
}
#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;
}
#brxe-clvbmj {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-clvbmj {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
}
#brxe-vghgxc {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-vghgxc {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
}
#brxe-ithdnz {
  align-items: center;
  justify-content: center;
  align-self: center !important;
  width: 100%;
  position: absolute;
}
#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;
}
.switch-language {
  transition: background-color .3s ease, transform .3s ease;
}
.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-bxlpjs {
    width: fit-content;
  }
  .switch-language {
    transition: background-color .3s ease, transform .3s ease;
  }
  .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-jchonq {
  cursor: auto;
  font-size: .9vw;
  font-family: "Neue Haas";
  font-weight: 400;
  line-height: 1vw;
}
#brxe-jchonq a {
  font-size: .9vw;
  font-size: inherit;
  font-family: "Neue Haas";
  font-weight: 400;
  line-height: 1vw;
}
@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;
    font-size: inherit;
    line-height: 3vw;
    font-family: "Neue Haas";
    font-weight: 400;
  }
}
#brxe-kroimm {
  align-self: center !important;
  align-items: flex-end;
  width: 100%;
  justify-content: center;
}
@media (max-width: 478px) {
  #brxe-kroimm {
    align-self: center !important;
    justify-content: center;
    align-items: center;
  }
}
#brxe-wilpfw {
  width: 2.5vw;
  height: 2.5vw;
}
@media (max-width: 478px) {
  #brxe-wilpfw {
    height: 100%;
    width: fit-content;
  }
}
#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;
}
@media (max-width: 478px) {
  #brxe-bciqez {
    width: 33.3333%;
    height: 100%;
  }
}
#brxe-mixyzq {
  width: 2.5vw;
  height: 2.5vw;
}
@media (max-width: 478px) {
  #brxe-mixyzq {
    width: fit-content;
    height: 100%;
  }
}
#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;
}
@media (max-width: 478px) {
  #brxe-rwhlje {
    width: 33.3333%;
    height: 100%;
  }
}
#brxe-hylcfq {
  width: 2.5vw;
  height: 2.5vw;
}
@media (max-width: 478px) {
  #brxe-hylcfq {
    width: fit-content;
    height: 100%;
  }
}
#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;
}
@media (max-width: 478px) {
  #brxe-gdcjzs {
    width: 33.3333%;
    height: 100%;
  }
}
#brxe-nivpcg {
  flex-direction: row;
  width: 100%;
  align-self: center !important;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 478px) {
  #brxe-nivpcg {
    align-self: center !important;
    justify-content: center;
    width: 57%;
    height: 11vw;
  }
}
#brxe-pxojns {
  width: 100%;
  row-gap: .75vh;
}
@media (max-width: 478px) {
  #brxe-pxojns {
    align-self: center !important;
    justify-content: center;
    align-items: center;
  }
}
#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;
}
@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: .9vw;
  font-family: "";
  font-weight: 400;
  color: #9e9e9e;
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-fwdgkz {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
}
#brxe-myzbsb {
  font-size: .9vw;
  font-family: "";
  font-weight: 400;
  color: #9e9e9e;
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-myzbsb {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
}
#brxe-daiisv {
  align-items: center;
  justify-content: center;
  align-self: center !important;
  width: 100%;
  position: absolute;
}
#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;
}
#brxe-izatpz {
  font-size: .9vw;
  font-family: "";
  font-weight: 400;
  color: #9e9e9e;
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-izatpz {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
}
#brxe-ubakew {
  font-size: .9vw;
  font-family: "";
  font-weight: 400;
  color: #9e9e9e;
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-ubakew {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
}
#brxe-vezgdc {
  align-items: center;
  justify-content: center;
  align-self: center !important;
  width: 100%;
  position: absolute;
}
#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;
}
#brxe-gwpuym {
  font-size: .9vw;
  font-family: "";
  font-weight: 400;
  color: #9e9e9e;
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-gwpuym {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
}
#brxe-hrulnr {
  font-size: .9vw;
  font-family: "";
  font-weight: 400;
  color: #9e9e9e;
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-hrulnr {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
}
#brxe-mggszp {
  align-items: center;
  justify-content: center;
  align-self: center !important;
  width: 100%;
  position: absolute;
}
#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;
}

#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;
}
@media (max-width: 478px) {
  #brxe-cthxzh.horizontal .line {
    border-top-style: solid;
  }
  #brxe-cthxzh.vertical .line {
    border-right-style: solid;
  }
}
#brxe-xdlgnb {
  width: 55%;
  z-index: 2;
}
#brxe-xdlgnb {
  color: #fff;
  mix-blend-mode: difference;
}
#brxe-ikxnds.horizontal .line {
  border-top-style: none;
}
#brxe-ikxnds.vertical .line {
  border-right-style: none;
}
#brxe-eekenj {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 3vw;
  height: 3vw;
  border-radius: 4vw;
}
#brxe-pftnkb {
  position: absolute;
  width: 3vw;
  height: 3vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
}
#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;
}
@media (max-width: 478px) {
  #brxe-kyddnl {
    width: 10vw;
    height: 10vw;
    border-radius: 12vw;
  }
}
#brxe-ucpzkn {
  width: 55%;
  z-index: 2;
}
#brxe-ucpzkn {
  color: #fff;
  mix-blend-mode: difference;
}
#brxe-duyulk.horizontal .line {
  border-top-style: none;
}
#brxe-duyulk.vertical .line {
  border-right-style: none;
}
#brxe-haextv {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 3vw;
  height: 3vw;
  border-radius: 4vw;
}
#brxe-noqjmi {
  position: absolute;
  width: 3vw;
  height: 3vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
}
#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;
}
@media (max-width: 478px) {
  #brxe-reurpq {
    width: 10vw;
    height: 10vw;
    border-radius: 12vw;
  }
}
#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;
}
#brxe-axtzrh.horizontal .line {
  border-top-style: none;
}
#brxe-axtzrh.vertical .line {
  border-right-style: none;
}
#brxe-techco {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 3vw;
  height: 3vw;
  border-radius: 4vw;
}
#brxe-mfielt {
  position: absolute;
  width: 3vw;
  height: 3vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
}
#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;
}
@media (max-width: 478px) {
  #brxe-gnnlfr {
    width: 10vw;
    height: 10vw;
    border-radius: 12vw;
  }
}

#brxe-jpmlge {
  width: 100%;
  flex-direction: row;
}
@media (max-width: 478px) {
  #brxe-jpmlge {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    row-gap: 3vh;
  }
}
#brxe-xqxfbf {
  width: 100%;
  row-gap: 2vh;
}
