@font-face {
  font-family: "Inter";
  src: url("/wp-content/uploads/fonts/InterVariable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/wp-content/uploads/fonts/InterVariable-Italic.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
:root {
  --mw-font-main: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body,
button,
input,
textarea,
select {
  font-family: var(--mw-font-main);
}

#_header_row-9-260070 .oxy-header-center {
  z-index: 1;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.mw-lang-switcher {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  float: left;
  margin-left: 20px;
}
.mw-lang-switcher > .current_lang {
  padding: 5px 10px;
}
.mw-lang-switcher img {
  margin-right: 10px;
}
.mw-lang-switcher ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  background-color: #000;
  border-radius: 5px;
  list-style: none;
}
.mw-lang-switcher ul li {
  padding: 5px 10px;
}
.mw-lang-switcher ul li > a, .mw-lang-switcher ul li > span {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mw-lang-switcher:hover ul {
  display: block;
}

.ct-section .sib-form {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.ct-section .sib-form #sib-container {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none !important;
}
.ct-section .sib-form .sib-form-block {
  padding: 0 0;
}
.ct-section .sib-form input#FIRSTNAME {
  background-image: url(/wp-content/uploads/2022/12/user.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.ct-section .sib-form input#EMAIL {
  background-image: url(/wp-content/uploads/2022/12/mail.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.ct-section .sib-form button[type=submit] {
  font-size: 18px;
  width: 100%;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  padding: 20px;
  margin: 5px 0px;
  outline: none;
  border-radius: 15px;
  background-color: black;
  border: none;
}
.ct-section .sib-form .form__entry.entry_mcq {
  padding-left: 30px;
}
.ct-section .sib-form .form__entry .entry__error {
  display: none !important;
}
.ct-section .sib-form .form__entry.entry_errored .entry__error {
  display: block !important;
}