.only-mobile-inline,
.only-mobile-block,
.only-mobile-flex {
  display: none;
}
@media (max-width: 768px) {
  .hidden-tablet {
    display: none;
  }
}
@media (max-width: 575px) {
  .hidden-mobile {
    display: none;
  }
  .only-mobile-inline {
    display: inline;
  }
  .only-mobile-block {
    display: block;
  }
  .only-mobile-flex {
    display: flex;
  }
}
@font-face {
  font-family: 'KMR Apparat';
  src: url("/static/fonts/KMR-Apparat-Light.woff2") format('woff2'), url("/static/fonts/KMR-Apparat-Light.woff") format('woff');
  font-weight: 300 /* Light */;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KMR Apparat';
  src: url("/static/fonts/KMR-Apparat-Regular.woff2") format('woff2'), url("/static/fonts/KMR-Apparat-Regular.woff") format('woff');
  font-weight: 400 /* Regular */;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KMR Apparat';
  src: url("/static/fonts/KMR-Apparat-Book.woff2") format('woff2'), url("/static/fonts/KMR-Apparat-Book.woff") format('woff');
  font-weight: 500 /* Book */;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KMR Apparat';
  src: url("/static/fonts/KMR-Apparat-Medium.woff2") format('woff2'), url("/static/fonts/KMR-Apparat-Medium.woff") format('woff');
  font-weight: 600 /* Medium */;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KMR Apparat';
  src: url("/static/fonts/KMR-Apparat-Bold.woff2") format('woff2'), url("/static/fonts/KMR-Apparat-Bold.woff") format('woff');
  font-weight: 700 /* Bold */;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KMR Apparat';
  src: url("/static/fonts/KMR-Apparat-Heavy.woff2") format('woff2'), url("/static/fonts/KMR-Apparat-Heavy.woff") format('woff');
  font-weight: 800 /* Heavy */;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KMR Apparat';
  src: url("/static/fonts/KMR-Apparat-Black.woff2") format('woff2'), url("/static/fonts/KMR-Apparat-Black.woff") format('woff');
  font-weight: 900 /* Black */;
  font-style: normal;
  font-display: swap;
}
h1 {
  color: #686868;
  font-size: 30px;
  font-weight: 900;
}
h2 {
  color: #74b0ca;
  font-size: 18px;
}
h3 {
  color: #74b0ca;
  font-size: 16px;
}
@media (max-width: 1300px) {
  h2 {
    font-size: 0.9em;
  }
  h3 {
    font-size: 1em;
  }
}
section:not(.redoc-wrap) table {
  width: 100%;
  border-color: #000;
  border-collapse: collapse;
}
section:not(.redoc-wrap) table caption {
  font-weight: 700;
  padding-bottom: 20px;
}
section:not(.redoc-wrap) table tbody tr {
  height: 40px;
}
section:not(.redoc-wrap) table tbody tr:first-child {
  height: 35px;
  vertical-align: top;
}
section:not(.redoc-wrap) table tbody tr th,
section:not(.redoc-wrap) table tbody tr td {
  border-bottom: solid 1px;
  border-right: solid 1px;
  border-color: #000;
  padding: 0px 5px;
}
section:not(.redoc-wrap) table tbody tr th:last-child,
section:not(.redoc-wrap) table tbody tr td:last-child {
  border-right: none;
}
section:not(.redoc-wrap) table tbody tr th {
  font-weight: 700;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'KMR Apparat', Verdana, Geneva, Tahoma, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
a:-moz-any-link {
  color: #74b0ca;
}
a:any-link {
  color: #74b0ca;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.wrap {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 30px);
  padding-bottom: 30px;
  background-color: #eaeaea;
  animation: transit 0.4s ease 1 forwards;
}
.backdrop-loader {
  position: fixed;
  display: block;
  width: 100vw;
  height: calc(100vh - 68px);
  background-color: #eaeaea;
  left: 0px;
  top: 68px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
.backdrop-loader .loader {
  display: none;
}
.backdrop-loader.loading {
  opacity: 1;
  visibility: visible;
}
.backdrop-loader.loading .loader {
  display: block;
}
@media (max-width: 575px) {
  .wrap {
    overflow: hidden;
  }
}
@keyframes transit {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#bexs-header-padding {
  padding-top: 68px;
}
header {
  position: fixed;
  width: 100%;
  height: 68px;
  top: 0px;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 0 52px;
  z-index: 10;
}
#logo-header {
  width: 136px;
  height: 67px;
}
#logo-header img {
  height: 100%;
  max-height: 45px;
  padding: 12px;
}
.portal-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.portal-link a {
  font-size: 16px;
  font-weight: 400;
  color: #555;
  text-decoration: none;
  transition: color 0.2s ease;
  padding: 0px 23px;
  white-space: nowrap;
}
.portal-link a.active,
.portal-link a:hover {
  color: #74b0ca;
}
.portal-link a strong {
  font-weight: 900;
  color: #686868;
}
.portal-link a svg {
  margin-left: 12px;
  margin-top: -5px;
  vertical-align: middle;
}
.portal-link a.only-mobile,
.portal-link a .only-mobile {
  display: none;
}
#menu-nav {
  display: flex;
  align-items: center;
  visibility: visible;
  transition: opacity 0.15s ease;
}
#menu-nav a {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  text-decoration: none;
  transition: color 0.2s ease;
  padding: 0px 23px;
  white-space: nowrap;
}
#menu-nav a.break-line {
  white-space: normal;
}
#menu-nav a::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 12px;
  background-color: #9b9b9b;
  left: 100%;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
#menu-nav a:last-child::after {
  display: none;
}
#menu-nav a.active,
#menu-nav a:hover {
  color: #74b0ca;
}
#menu-nav a strong {
  font-weight: 900;
  color: #686868;
}
#menu-nav a svg {
  margin-left: 12px;
  margin-top: -5px;
  vertical-align: middle;
}
#menu-nav a.only-mobile,
#menu-nav a .only-mobile {
  display: none;
}
#menu-burger {
  display: none;
}
@media (max-width: 992px) {
  #menu-nav {
    width: 50%;
  }
  #menu-nav a {
    padding: 0px 15px;
  }
  #menu-nav a svg {
    margin-left: 7px;
  }
}
@media (max-width: 767px) {
  header {
    display: block;
    transition: height 0.3s ease;
    transition-delay: 0.1s;
  }
  header::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    height: calc(100vh - 100%);
    background-color: #000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.5s;
  }
  header.grow-down {
    transition-delay: 0s;
  }
  header.grow-down::before {
    opacity: 0.8;
    visibility: visible;
  }
  #menu-nav {
    visibility: hidden;
    top: 70px;
    width: 100%;
    padding: 80px 0;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    opacity: 0;
    background-color: #fff;
    transition: opacity 0.2s;
  }
  #menu-nav.show {
    transition-delay: 0.4s;
    visibility: visible;
    opacity: 1;
  }
  #menu-nav a {
    position: relative;
    display: flex;
    width: 100%;
    height: 44px;
    align-items: center;
    padding: 0px 0px;
  }
  #menu-nav a.active,
  #menu-nav a:hover {
    color: #74b0ca;
  }
  #menu-nav a strong,
  #menu-nav a span {
    display: flex;
    flex-direction: row-reverse;
    padding-left: 56px;
  }
  #menu-nav a strong {
    color: #fff;
  }
  #menu-nav a svg {
    position: absolute;
    left: 20px;
    top: 0px;
    bottom: 0px;
    margin: auto;
  }
  #menu-nav a svg>path {
    fill: #fff;
  }
  #menu-nav a::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #9b9b9b;
    left: 0%;
    top: 100%;
    margin: auto;
  }
  #menu-nav a.only-mobile {
    display: flex;
  }
  #menu-nav a .only-mobile {
    display: inline;
  }
  .portal-link {
    display: none;
  }
  #menu-burger {
    position: absolute;
    display: block;
    width: 18px;
    height: 10px;
    cursor: pointer;
    top: 25px;
    right: 23px;
  }
  #menu-burger>.burgerIcon {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #74b0ca;
    top: 0px;
    transform: rotate(0deg);
    transition: transform 0.3s, top 0.3s, width 0.3s;
  }
  #menu-burger>.burgerIcon:nth-child(2) {
    top: 5px;
  }
  #menu-burger>.burgerIcon:nth-child(3) {
    top: 10px;
  }
  #menu-burger.turn-closer .burgerIcon:nth-child(1) {
    transform: rotate(-45deg);
  }
  #menu-burger.turn-closer .burgerIcon:nth-child(2) {
    width: 0%;
  }
  #menu-burger.turn-closer .burgerIcon:nth-child(3) {
    transform: rotate(45deg);
  }
  #menu-burger.turn-closer .burgerIcon:nth-child(1),
  #menu-burger.turn-closer .burgerIcon:nth-child(3) {
    top: 7px;
  }
  #logo-header {
    position: absolute;
    z-index: 999;
    left: 10px;
  }
}

footer {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  background-color: transparent;
  color: #555;
  font-size: 12px;
  font-weight: 500;
  z-index: 100;
  border-top: 1px solid #eaeaea;
}

.loader {
  position: fixed;
  display: block;
  width: 100px;
  height: 100px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
}
.loader::before,
.loader::after {
  content: "";
  position: absolute;
  background-color: transparent;
  z-index: 1;
}
.loader::before {
  width: 300%;
  height: 100%;
  left: -100%;
}
.loader::after {
  top: -100%;
  width: 100%;
  height: 300%;
}
.loader .tab {
  position: absolute;
  border: solid 2px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.loader .tab:nth-child(1),
.loader .tab:nth-child(2) {
  border-color: #74b0ca;
}
.loader .tab:nth-child(3),
.loader .tab:nth-child(4) {
  border-color: #74b0ca;
}
.loader .tab:nth-child(1) {
  top: -99%;
}
.loader .tab:nth-child(2) {
  right: -99%;
}
.loader .tab:nth-child(3) {
  bottom: -99%;
}
.loader .tab:nth-child(4) {
  left: -99%;
}
@media (max-width: 767px) {
  .loader {
    width: 50px;
    height: 50px;
  }
  .loader .tab {
    border-width: 1px;
  }
}
.loader {
  animation: spin 3s infinite;
}
.loader::before {
  animation: to-green 3s infinite, shorting-pseudo-x 3s infinite;
}
.loader::after {
  animation: to-green 3s infinite, shorting-pseudo-y 3s infinite;
}
.loader .tab:nth-child(1) {
  animation: shorting-top 3s infinite;
}
.loader .tab:nth-child(2) {
  animation: shorting-right 3s infinite;
}
.loader .tab:nth-child(3) {
  animation: shorting-bottom 3s infinite;
}
.loader .tab:nth-child(4) {
  animation: shorting-left 3s infinite;
}
@keyframes to-green {
  0% {
    background-color: rgba(116,176,202,0);
  }
  10% {
    background-color: #74b0ca;
  }
  62% {
    background-color: #74b0ca;
  }
  68% {
    background-color: rgba(116,176,202,0);
  }
  100% {
    background-color: rgba(116,176,202,0);
  }
}
@keyframes spin {
  0% {
    transform: rotate(45deg);
  }
  20% {
    transform: rotate(45deg);
  }
  60% {
    transform: rotate(405deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
@keyframes shorting-pseudo-x {
  0% {
    left: -100%;
    width: 300%;
  }
  20% {
    left: -100%;
    width: 300%;
  }
  60% {
    left: 0%;
    width: 100%;
  }
  100% {
    left: 0%;
    width: 100%;
  }
}
@keyframes shorting-pseudo-y {
  0% {
    top: -100%;
    height: 300%;
  }
  20% {
    top: -100%;
    height: 300%;
  }
  60% {
    top: 0%;
    height: 100%;
  }
  100% {
    top: 0%;
    height: 100%;
  }
}
@keyframes shorting-top {
  0% {
    top: -99%;
    height: 100%;
    border-top-width: 2px;
  }
  20% {
    top: -99%;
    height: 100%;
  }
  60% {
    top: 0%;
    height: 0%;
  }
  70% {
    top: 0%;
    height: 0%;
  }
  78% {
    top: -99%;
    height: 100%;
  }
}
@keyframes shorting-right {
  0% {
    right: -99%;
    width: 100%;
  }
  20% {
    right: -99%;
    width: 100%;
  }
  60% {
    right: 0%;
    width: 0%;
  }
  80% {
    right: 0%;
    width: 0%;
  }
  88% {
    right: -99%;
    width: 100%;
  }
}
@keyframes shorting-bottom {
  0% {
    bottom: -99%;
    height: 100%;
  }
  20% {
    bottom: -99%;
    height: 100%;
  }
  60% {
    bottom: 0%;
    height: 0%;
  }
  70% {
    bottom: 0%;
    height: 0%;
  }
  78% {
    bottom: -99%;
    height: 100%;
  }
}
@keyframes shorting-left {
  0% {
    left: -99%;
    width: 100%;
  }
  20% {
    left: -99%;
    width: 100%;
  }
  60% {
    left: 0%;
    width: 0%;
  }
  80% {
    left: 0%;
    width: 0%;
  }
  88% {
    left: -99%;
    width: 100%;
  }
}

#error-page {
  margin-top: 25vh;
}

#solutions-bexs {
  padding: 24px 0px;
  min-height: calc(100vh - 150px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #373737;
}
#solutions-bexs #solutions-summary {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
#solutions-bexs #solutions-summary h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  color: #74b0ca;
}
#solutions-bexs #solutions-summary p {
  color: #555;
}
#solutions-bexs #solutions-summary .solutions-wrapper-img {
  height: 320px;
  position: relative;
  display: flex;
  justify-content: center;
}
#solutions-bexs #solutions-summary .solutions-wrapper-img .solutions-img {
  position: absolute;
  top: -72px;
  left: 0px;
}
#solutions-bexs #solutions-summary .ebury-gradient {
  display: inline-block;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  background-image: linear-gradient(-45deg, #48d1db 38%, #00bef0 100%);
}
#solutions-bexs #solution-cards .card-content a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #373737;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#solutions-bexs #solution-cards .card-content .card-icon {
  min-width: 52px;
  flex-grow: 1;
}
#solutions-bexs #solution-cards .card-content .card-text {
  font-size: 16px;
  text-align: left;
  padding-left: 20px;
  width: calc(100% - 236px);
  color: #555;
  font-weight: 400;
}
#solutions-bexs #solution-cards .card-content .card-text .card-title {
  color: #373737;
  font-weight: 600;
  margin-bottom: 5px;
}
#solutions-bexs #solution-cards .card-content .card-btn {
  min-width: 256px;
  flex-grow: 1;
}
#solutions-bexs #solution-cards .card-content .card-btn span {
  text-wrap: nowrap;
}
@media (max-width: 992px) {
  #solutions-bexs div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100% !important;
  }
  #solutions-bexs #solutions-summary {
    width: 100%;
    padding: 40px 0;
    text-align: center !important;
  }
  #solutions-bexs #solutions-summary .solutions-img {
    position: static !important;
  }
  #solutions-bexs #solution-cards .card-content a {
    display: block;
    text-align: right;
  }
  #solutions-bexs #solution-cards .card-content .card-icon,
  #solutions-bexs #solution-cards .card-content .card-text,
  #solutions-bexs #solution-cards .card-content .card-btn {
    display: inline-block;
  }
  #solutions-bexs #solution-cards .card-content .card-icon {
    vertical-align: top;
    text-align: center;
    width: 30%;
  }
  #solutions-bexs #solution-cards .card-content .card-text {
    text-align: start;
    padding-left: 0px;
    width: 70%;
  }
  #solutions-bexs #solution-cards .card-content .card-btn {
    width: 100%;
    margin-top: 17px;
  }
}

.btn-bexs {
  display: inline-block;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  background-color: #74b0ca;
  border: none;
  cursor: inherit;
  width: 80%;
  border-radius: 42px;
}
@media (max-width: 992px) {
  .btn-bexs {
    width: 100%;
  }
}

#support-bexs {
  padding-top: 54px;
  color: #555;
  font-size: 18px;
  max-width: 1916px;
  margin: auto;
}
#support-bexs .container-fluid {
  margin: auto;
}
#support-bexs #wrap-recaptcha {
  z-index: 99;
  cursor: pointer;
}
#support-bexs #wrap-recaptcha .grecaptcha-badge {
  margin-bottom: 20px;
}
#support-bexs .support-content {
  position: relative;
}
#support-bexs .support-content .support-content-main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#support-bexs .support-content .support-content-main .content-text {
  flex: 3;
  max-width: 776px;
}
#support-bexs .support-content .support-content-main .content-text h1 {
  color: #74b0ca;
  font-weight: 500;
  margin: 0px;
  margin-bottom: 26px;
}
#support-bexs .support-content .support-content-main .content-text .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 776px;
}
#support-bexs .support-content .support-content-main .content-text .text-wrapper .support-description {
  padding-bottom: 26px;
  border-bottom: 1px solid #dde2e3;
}
#support-bexs .support-content .support-content-main .content-text .text-wrapper .support-contact {
  padding-bottom: 26px;
  border-bottom: 1px solid #dde2e3;
}
#support-bexs .support-content .support-content-main .content-text .text-wrapper .support-contact h2 {
  margin: 0;
  color: #373737;
  font-weight: 600;
  font-size: 20px;
}
#support-bexs .support-content .support-content-main .content-text .text-wrapper .support-contact h3 {
  color: #74b0ca;
  font-size: 20px;
}
#support-bexs .support-content .support-content-main .content-text .text-wrapper .support-contact p {
  color: #555;
}
#support-bexs .support-content .support-content-main .content-text .text-wrapper .support-contact p a {
  color: #373737;
  font-weight: 600;
  text-decoration: none;
}
#support-bexs .support-content .support-content-main .content-text .text-wrapper .support-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #fff;
  padding: 16px 24px;
  border: 1px solid #dde2e3;
  border-radius: 8px;
}
#support-bexs .support-content .support-content-main .content-text .text-wrapper .support-card .support-card-text {
  color: #373737;
  font-size: 18px;
  line-height: 24px !important;
  text-decoration: none;
}
#support-bexs .support-content .support-content-main .content-img {
  align-self: start;
}
@media (max-width: 1322px) {
  #support-bexs .support-content .support-content-main .content-img {
    margin-top: 80px;
  }
  #support-bexs .support-content .support-content-main .content-img img {
    width: 300px;
  }
}
@media (max-width: 1110px) {
  #support-bexs .support-content .support-content-main .content-text .text-wrapper {
    width: 100%;
  }
  #support-bexs .support-content .support-content-main .content-img {
    display: none;
  }
}
@media (max-width: 992px) {
  #support-bexs {
    padding: 26px 0;
  }
  #support-bexs .support-content {
    padding: 0;
  }
  #support-bexs .support-content .support-content-main {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
  #support-bexs .support-content .support-content-main .content-text {
    margin: 0;
  }
  #support-bexs .support-content .support-content-main .content-text h1 {
    text-align: center;
  }
  #support-bexs .support-content .support-content-main .content-text .text-wrapper {
    padding: 0 18px;
    width: inherit !important;
  }
  #support-bexs .support-content .support-content-main .content-img {
    display: block;
    margin: auto;
  }
  #support-bexs .support-content .support-content-main .content-img img {
    width: 400px;
  }
}

