@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.5;
}

.mbr-section-subtitle {
  line-height: 1.5;
}

.mbr-text {
  font-style: normal;
  line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.88rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.35rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.504rem;
    font-size: calc( 1.3079999999999998rem + (1.88 - 1.3079999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3079999999999998rem + (1.88 - 1.3079999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #bdcdc6 !important;
}
.bg-info {
  background-color: #47ad06 !important;
}
.bg-warning {
  background-color: #09a9fd !important;
}
.bg-danger {
  background-color: #33363b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffe50d !important;
  border: none  !important;
  color: #0d0c00 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b5a200 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #0d0c00 !important;
  background-color: #b5a200 !important;
  border-color: #b5a200 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47ad06 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #255903 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #255903 !important;
  border-color: #255903 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bdcdc6 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #8ca89b !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8ca89b !important;
  border-color: #8ca89b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #09a9fd !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #0173ae !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0173ae !important;
  border-color: #0173ae !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #33363b !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0b0b0c !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0b0b0c !important;
  border-color: #0b0b0c !important;
}
.btn-white,
.btn-white:active {
  background-color: #efefef !important;
  border: none  !important;
  color: #707070 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #c4c4c4 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #707070 !important;
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #010101 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #000000;
  color: #000000;
  border-radius: 0 !important;
}
.btn-primary-outline .mbr-iconfont,
.btn-primary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #ffe50d;
  color: #ffe50d;
  border-radius: 0 !important;
}
.btn-secondary-outline .mbr-iconfont,
.btn-secondary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b5a200 !important;
  background-color: transparent!important;
  border-color: #b5a200 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #0d0c00 !important;
  background-color: #ffe50d !important;
  border-color: #ffe50d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #47ad06;
  color: #47ad06;
  border-radius: 0 !important;
}
.btn-info-outline .mbr-iconfont,
.btn-info-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #255903 !important;
  background-color: transparent!important;
  border-color: #255903 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47ad06 !important;
  border-color: #47ad06 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #bdcdc6;
  color: #bdcdc6;
  border-radius: 0 !important;
}
.btn-success-outline .mbr-iconfont,
.btn-success-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8ca89b !important;
  background-color: transparent!important;
  border-color: #8ca89b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bdcdc6 !important;
  border-color: #bdcdc6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #09a9fd;
  color: #09a9fd;
  border-radius: 0 !important;
}
.btn-warning-outline .mbr-iconfont,
.btn-warning-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0173ae !important;
  background-color: transparent!important;
  border-color: #0173ae !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #09a9fd !important;
  border-color: #09a9fd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #33363b;
  color: #33363b;
  border-radius: 0 !important;
}
.btn-danger-outline .mbr-iconfont,
.btn-danger-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0b0b0c !important;
  background-color: transparent!important;
  border-color: #0b0b0c !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #33363b !important;
  border-color: #33363b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #010101;
  color: #010101;
  border-radius: 0 !important;
}
.btn-black-outline .mbr-iconfont,
.btn-black-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #010101 !important;
  border-color: #010101 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #efefef;
  color: #efefef;
  border-radius: 0 !important;
}
.btn-white-outline .mbr-iconfont,
.btn-white-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #c4c4c4 !important;
  background-color: transparent!important;
  border-color: #c4c4c4 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #ffe50d !important;
}
.text-success {
  color: #bdcdc6 !important;
}
.text-info {
  color: #47ad06 !important;
}
.text-warning {
  color: #09a9fd !important;
}
.text-danger {
  color: #33363b !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-black {
  color: #24262b !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a69400 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #83a194 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1f4a03 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #01699f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #040404 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #bcbcbc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #24262b;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47ad06;
}
.alert-warning {
  background-color: #09a9fd;
}
.alert-danger {
  background-color: #33363b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #84f83a;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d3f0ff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a4a8b0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffe50d !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: .3s all;
  font-weight: 600 !important;
}
a:hover {
  background-image: none !important;
}
.container {
  position: relative;
  max-width: 1380px;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
.container-fluid {
  max-width: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
}
@media (max-width: 1399px) {
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.row {
  margin-left: -16px;
  margin-right: -16px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 52px;
  padding: 10px 30px;
  border-radius: 3px;
  transition: all .3s;
}
.mbr-section-btn .btn .mbr-iconfont {
  transition: transform .3s;
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  transform: translateX(0.5rem);
}
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black {
  color: #FFFFFF;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-black:hover {
  color: #FFFFFF;
  background-color: #000000 !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover {
  color: #000000 !important;
  border-color: #000000 !important;
}
.cid-ukeuYoQYLE {
  z-index: 1000;
  width: 100%;
}
.cid-ukeuYoQYLE nav.navbar {
  position: fixed;
}
.cid-ukeuYoQYLE .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-ukeuYoQYLE .wrapper {
    padding: 0;
  }
}
.cid-ukeuYoQYLE .btn {
  border-radius: 30px;
}
.cid-ukeuYoQYLE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukeuYoQYLE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukeuYoQYLE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukeuYoQYLE .dropdown-item:hover,
.cid-ukeuYoQYLE .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-ukeuYoQYLE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukeuYoQYLE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukeuYoQYLE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-ukeuYoQYLE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukeuYoQYLE .nav-link {
  position: relative;
}
.cid-ukeuYoQYLE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukeuYoQYLE .dropdown-menu,
.cid-ukeuYoQYLE .navbar.opened {
  background: #ffe50d !important;
}
.cid-ukeuYoQYLE .nav-item:focus,
.cid-ukeuYoQYLE .nav-link:focus {
  outline: none;
}
.cid-ukeuYoQYLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukeuYoQYLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukeuYoQYLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukeuYoQYLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukeuYoQYLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukeuYoQYLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukeuYoQYLE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffe50d;
}
.cid-ukeuYoQYLE .navbar.opened {
  transition: all 0.3s;
}
.cid-ukeuYoQYLE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukeuYoQYLE .navbar .navbar-logo img {
  width: auto;
}
.cid-ukeuYoQYLE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukeuYoQYLE .navbar.collapsed {
  justify-content: center;
}
.cid-ukeuYoQYLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukeuYoQYLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukeuYoQYLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-ukeuYoQYLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukeuYoQYLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukeuYoQYLE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ukeuYoQYLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukeuYoQYLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukeuYoQYLE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukeuYoQYLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukeuYoQYLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukeuYoQYLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukeuYoQYLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukeuYoQYLE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ukeuYoQYLE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukeuYoQYLE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukeuYoQYLE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukeuYoQYLE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukeuYoQYLE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukeuYoQYLE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukeuYoQYLE .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukeuYoQYLE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukeuYoQYLE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukeuYoQYLE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukeuYoQYLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukeuYoQYLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukeuYoQYLE .dropdown-item.active,
.cid-ukeuYoQYLE .dropdown-item:active {
  background-color: transparent;
}
.cid-ukeuYoQYLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukeuYoQYLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukeuYoQYLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukeuYoQYLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe50d;
}
.cid-ukeuYoQYLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukeuYoQYLE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukeuYoQYLE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukeuYoQYLE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukeuYoQYLE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-ukeuYoQYLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukeuYoQYLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukeuYoQYLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukeuYoQYLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukeuYoQYLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukeuYoQYLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukeuYoQYLE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukeuYoQYLE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukeuYoQYLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukeuYoQYLE .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-ukeuYoQYLE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukeuYoQYLE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukeuYoQYLE .navbar {
    height: 70px;
  }
  .cid-ukeuYoQYLE .navbar.opened {
    height: auto;
  }
  .cid-ukeuYoQYLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSfzUpklsm {
  background-image: url("../../../assets/images/banner202b-1228x691.png");
}
.cid-uSfzUpklsm .mbr-section-title {
  color: #ffffff;
}
.cid-uSfzUpklsm .mbr-text,
.cid-uSfzUpklsm .mbr-section-btn {
  color: #fafafa;
}
.cid-uS5c7ZvNtH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uS5c7ZvNtH .item:focus,
.cid-uS5c7ZvNtH span:focus {
  outline: none;
}
.cid-uS5c7ZvNtH .item {
  cursor: pointer;
}
.cid-uS5c7ZvNtH .grid-container {
  grid-row-gap: 26px;
}
.cid-uS5c7ZvNtH .grid-container-1,
.cid-uS5c7ZvNtH .grid-container-2 {
  gap: 0 26px;
}
.cid-uS5c7ZvNtH .mbr-section-title {
  margin-bottom: 80px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uS5c7ZvNtH .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uS5c7ZvNtH .content-head {
  max-width: 800px;
}
.cid-uS5c7ZvNtH .container,
.cid-uS5c7ZvNtH .container-fluid {
  overflow: hidden;
}
.cid-uS5c7ZvNtH .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uS5c7ZvNtH .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uS5c7ZvNtH .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uS5c7ZvNtH .grid-item img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .cid-uS5c7ZvNtH .grid-item img {
    min-width: 35vw;
    height: 140px;
  }
}
.cid-uS5c7ZvNtH .grid-container-1,
.cid-uS5c7ZvNtH .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uS5c7ZvNtH .grid-container-1 {
  align-items: flex-end;
}
.cid-uS5c7ZvNtH .grid-container-2 {
  align-items: flex-start;
}
.cid-ukewYrnASG {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/5dakar.gif");
}
.cid-ukewYrnASG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukewYrnASG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukewYrnASG .mbr-description {
  text-align: left;
}
.cid-ukewYrnASG .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-ukewYrnASG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ukewYrnASG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ukewYrnASG .card-title,
.cid-ukewYrnASG .iconfont-wrapper {
  color: #000000;
}
.cid-ukewYrnASG .card-text {
  color: #000000;
}
.cid-ukewYrnASG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukewYrnASG .mbr-number {
  color: #000000;
}
.cid-ukewYrnASG .mbr-text,
.cid-ukewYrnASG .mbr-section-btn {
  text-align: center;
}
.cid-ukewYrnASG .card-text,
.cid-ukewYrnASG .item .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ukealZLQ72 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ukealZLQ72 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukealZLQ72 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ukealZLQ72 .item-content {
  border-top: 1px solid #efefef;
  margin-top: 2rem;
  padding: 0.5rem 2.25rem 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ukealZLQ72 .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ukealZLQ72 .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-ukealZLQ72 h5,
.cid-ukealZLQ72 h4,
.cid-ukealZLQ72 h6,
.cid-ukealZLQ72 p,
.cid-ukealZLQ72 li,
.cid-ukealZLQ72 li:before {
  transition: all 0.3s;
}
.cid-ukealZLQ72 .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  border: 1px solid #efefef;
  margin-bottom: 2rem;
  transition: all 0.3s;
  background: #000000;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ukealZLQ72 .item-wrapper:hover {
  background: #ffe50d;
}
.cid-ukealZLQ72 .item-wrapper:hover h5,
.cid-ukealZLQ72 .item-wrapper:hover h4,
.cid-ukealZLQ72 .item-wrapper:hover h6,
.cid-ukealZLQ72 .item-wrapper:hover p,
.cid-ukealZLQ72 .item-wrapper:hover li,
.cid-ukealZLQ72 .item-wrapper:hover li:before {
  color: #000000;
}
.cid-ukealZLQ72 .btn {
  width: -webkit-fill-available;
}
.cid-ukealZLQ72 .item:focus,
.cid-ukealZLQ72 span:focus {
  outline: none;
}
.cid-ukealZLQ72 .mbr-section-btn {
  padding: 0 1rem;
  width: 100%;
}
.cid-ukealZLQ72 .mbr-section-btn .btn {
  width: 100%;
}
.cid-ukealZLQ72 .mbr-section-title {
  color: #ffe50d;
}
.cid-ukealZLQ72 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukealZLQ72 .mbr-text,
.cid-ukealZLQ72 .mbr-section-btn {
  text-align: left;
  margin-left: 50px;
  margin-right: 50px;
  color: #ffffff;
}
.cid-ukealZLQ72 .item-title {
  text-align: center;
  color: #ffffff;
  margin-left: 50px;
  margin-right: 50px;
}
.cid-ukealZLQ72 .item-subtitle {
  text-align: center;
  color: #ffe50d;
}
.cid-ukealZLQ72 .content-head {
  max-width: 800px;
}
.cid-ukealZLQ72 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ukealZLQ72 .counter-container ul li {
  position: relative;
  list-style: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.cid-ukealZLQ72 .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -1.5em;
  content: "\e97c";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  width: 0.5em;
  height: 0.5em;
  top: 0.3em;
  border-radius: 50%;
}
.cid-ukealZLQ72 .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-ukealZLQ72 .mbr-text UL {
  text-align: left;
}
.cid-ukealZLQ72 .item-maintitle {
  text-align: center;
  color: #ffffff;
}
.cid-umC9ILbhGK {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #e9e9e6;
}
.cid-umC9ILbhGK .mbr-fallback-image.disabled {
  display: none;
}
.cid-umC9ILbhGK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umC9ILbhGK .row {
  justify-content: center;
}
.cid-umC9ILbhGK .content-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-umC9ILbhGK .content-wrapper {
    margin-bottom: 15px;
  }
}
.cid-umC9ILbhGK .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-umC9ILbhGK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umC9ILbhGK .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-umC9ILbhGK .item {
    margin-bottom: 35px;
  }
}
.cid-umC9ILbhGK .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-umC9ILbhGK .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-umC9ILbhGK .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 60px;
}
.cid-umC9ILbhGK .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-umC9ILbhGK .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-umC9ILbhGK .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-umC9ILbhGK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-umC9ILbhGK .mbr-text {
  color: #000000;
}
.cid-umC9ILbhGK .item-title {
  color: #000000;
}
.cid-umC9ILbhGK .item-text {
  color: #000000;
  text-align: center;
}
.cid-umC9ILbhGK .item-title,
.cid-umC9ILbhGK .icon-wrapper {
  text-align: center;
}
.cid-uiZ1I0DRLA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #24262b;
}
.cid-uiZ1I0DRLA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiZ1I0DRLA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiZ1I0DRLA .col-title {
  margin-bottom: 32px;
}
.cid-uiZ1I0DRLA .mbr-section-title {
  color: #FFFFFF;
}
.cid-uiZ1I0DRLA .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-uiZ1I0DRLA .cards-row {
  row-gap: 32px;
}
.cid-uiZ1I0DRLA .card {
  border-radius: 0;
}
@media (max-width: 767px) {
  .cid-uiZ1I0DRLA .card {
    text-align: center;
  }
}
.cid-uiZ1I0DRLA .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: stretch;
  flex-wrap: wrap;
}
.cid-uiZ1I0DRLA .mbr-iconfont {
  flex-shrink: 0;
  display: block;
  font-size: 48px;
  color: #ffe50d;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uiZ1I0DRLA .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uiZ1I0DRLA .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-uiZ1I0DRLA .text-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uiZ1I0DRLA .text-wrap {
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uiZ1I0DRLA .card-title {
  flex-grow: 1;
  color: #FFFFFF;
}
.cid-uiZ1I0DRLA .card-text {
  width: 100%;
  margin-top: 20px;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uiZ1I0DRLA .card-text {
    margin-top: 0.5rem;
  }
}
.cid-uiZ1I0DRLA .card-title,
.cid-uiZ1I0DRLA .text-wrap {
  text-align: center;
}
.cid-uPHZcPhiHv {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uPHZcPhiHv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHZcPhiHv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHZcPhiHv .btn {
  padding: 1rem 2rem;
}
.cid-uPHZcPhiHv .content-head {
  max-width: 800px;
}
.cid-uPHZcPhiHv .item-wrapper .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #fdfde1;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-uPHZcPhiHv .card-title,
.cid-uPHZcPhiHv .iconfont-wrapper {
  color: #fdfde1;
}
.cid-uPHZcPhiHv .card-text {
  color: #fdfde1;
}
.cid-uPHZcPhiHv .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-uPHZcPhiHv .mbr-section-title {
  color: #fdfde1;
}
.cid-tDSyoRyMfC {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDSyoRyMfC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSyoRyMfC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDSyoRyMfC .col-title {
  margin-bottom: 32px;
}
.cid-tDSyoRyMfC .mbr-section-title {
  color: #24262b;
}
.cid-tDSyoRyMfC .mbr-section-subtitle {
  color: #24262b;
}
.cid-tDSyoRyMfC .border-item {
  width: 100%;
  height: 1px;
  background: #ffe50d;
  margin-bottom: 2rem;
}
.cid-tDSyoRyMfC .cards-row {
  row-gap: 32px;
}
.cid-tDSyoRyMfC .card {
  border-radius: 0;
}
.cid-tDSyoRyMfC .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ffffff;
  margin-right: 0.5rem;
  flex-shrink: 0;
  transition: 0.3s all;
}
.cid-tDSyoRyMfC .card-title {
  flex-grow: 1;
  color: #ffffff;
  transition: 0.3s all;
  text-align: center;
}
.cid-tDSyoRyMfC .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDSyoRyMfC .card-wrapper:hover .card-title {
  color: #ffe50d;
}
.cid-tDSyoRyMfC .card-wrapper:hover .mbr-iconfont {
  color: #ffe50d;
}
.cid-uS9yQqw7Fe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffe50d;
}
.cid-uS9yQqw7Fe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9yQqw7Fe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9yQqw7Fe .mbr-section-title {
  color: #24262b;
}
.cid-uS9yQqw7Fe .mbr-section-subtitle {
  color: #24262b;
}
.cid-uS9yQqw7Fe .mbr-section-btn {
  margin-top: 16px;
}
.cid-uiZ8gNQurF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-uiZ8gNQurF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiZ8gNQurF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiZ8gNQurF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uiZ8gNQurF .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uiZ8gNQurF .container {
    padding: 0 14px;
  }
}
.cid-uiZ8gNQurF .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uiZ8gNQurF .google-map iframe {
    height: 300px;
  }
}
.cid-umNXroCIUf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #24262b;
}
.cid-umNXroCIUf .mbr-fallback-image.disabled {
  display: none;
}
.cid-umNXroCIUf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-umNXroCIUf .container {
    padding: 0 16px;
  }
}
.cid-umNXroCIUf .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-umNXroCIUf .card {
    margin-bottom: 40px;
  }
}
.cid-umNXroCIUf .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-umNXroCIUf .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-umNXroCIUf .card .content-wrapper .title-wrapper .title-wrap img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-umNXroCIUf .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-umNXroCIUf .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-umNXroCIUf .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-umNXroCIUf .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-umNXroCIUf .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-umNXroCIUf .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-umNXroCIUf .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-umNXroCIUf .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-umNXroCIUf .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-umNXroCIUf .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-umNXroCIUf .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-umNXroCIUf .mbr-section-title {
  color: #ffffff;
}
.cid-umNXroCIUf .copyright {
  color: #ffffff;
}
.cid-umNXroCIUf .mbr-card-title {
  color: #ffffff;
}
.cid-umNXroCIUf .list {
  color: #ffffff;
}
#rodapé_data_dinamica {
  /* Type valid CSS here */
}
#rodapé_data_dinamica div {
  padding: 10px 0;
  background-color: #24262b;
  text-align: center;
}
#rodapé_data_dinamica p {
  font-size: 14px;
  color: #ffe50d;
}
#rodapé_data_dinamica a {
  color: #ffe50d;
}
.cid-ukeuYoQYLE {
  z-index: 1000;
  width: 100%;
}
.cid-ukeuYoQYLE nav.navbar {
  position: fixed;
}
.cid-ukeuYoQYLE .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-ukeuYoQYLE .wrapper {
    padding: 0;
  }
}
.cid-ukeuYoQYLE .btn {
  border-radius: 30px;
}
.cid-ukeuYoQYLE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukeuYoQYLE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukeuYoQYLE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukeuYoQYLE .dropdown-item:hover,
.cid-ukeuYoQYLE .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-ukeuYoQYLE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukeuYoQYLE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukeuYoQYLE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-ukeuYoQYLE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukeuYoQYLE .nav-link {
  position: relative;
}
.cid-ukeuYoQYLE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukeuYoQYLE .dropdown-menu,
.cid-ukeuYoQYLE .navbar.opened {
  background: #ffe50d !important;
}
.cid-ukeuYoQYLE .nav-item:focus,
.cid-ukeuYoQYLE .nav-link:focus {
  outline: none;
}
.cid-ukeuYoQYLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukeuYoQYLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukeuYoQYLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukeuYoQYLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukeuYoQYLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukeuYoQYLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukeuYoQYLE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffe50d;
}
.cid-ukeuYoQYLE .navbar.opened {
  transition: all 0.3s;
}
.cid-ukeuYoQYLE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukeuYoQYLE .navbar .navbar-logo img {
  width: auto;
}
.cid-ukeuYoQYLE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukeuYoQYLE .navbar.collapsed {
  justify-content: center;
}
.cid-ukeuYoQYLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukeuYoQYLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukeuYoQYLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-ukeuYoQYLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukeuYoQYLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukeuYoQYLE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ukeuYoQYLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukeuYoQYLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukeuYoQYLE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukeuYoQYLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukeuYoQYLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukeuYoQYLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukeuYoQYLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukeuYoQYLE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ukeuYoQYLE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukeuYoQYLE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukeuYoQYLE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukeuYoQYLE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukeuYoQYLE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukeuYoQYLE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukeuYoQYLE .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukeuYoQYLE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukeuYoQYLE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukeuYoQYLE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukeuYoQYLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukeuYoQYLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukeuYoQYLE .dropdown-item.active,
.cid-ukeuYoQYLE .dropdown-item:active {
  background-color: transparent;
}
.cid-ukeuYoQYLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukeuYoQYLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukeuYoQYLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukeuYoQYLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe50d;
}
.cid-ukeuYoQYLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukeuYoQYLE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukeuYoQYLE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukeuYoQYLE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukeuYoQYLE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-ukeuYoQYLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukeuYoQYLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukeuYoQYLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukeuYoQYLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukeuYoQYLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukeuYoQYLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukeuYoQYLE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukeuYoQYLE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukeuYoQYLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukeuYoQYLE .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-ukeuYoQYLE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukeuYoQYLE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukeuYoQYLE .navbar {
    height: 70px;
  }
  .cid-ukeuYoQYLE .navbar.opened {
    height: auto;
  }
  .cid-ukeuYoQYLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umF4Zi6kqp {
  padding-top: 11rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/1dakar-1228x540.jpg");
}
.cid-umF4Zi6kqp .mbr-fallback-image.disabled {
  display: none;
}
.cid-umF4Zi6kqp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-umF4Zi6kqp .container {
    padding: 0 20px;
  }
}
.cid-umF4Zi6kqp .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-umF4Zi6kqp .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-umF4Zi6kqp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-umF4Zi6kqp .image-wrapper img {
  height: 400px;
  border-radius: 2rem !important;
  object-fit: cover;
}
@media (max-width: 792px) {
  .cid-umF4Zi6kqp .image-wrapper img {
    height: 350px;
  }
}
.cid-umF4Zi6kqp .mbr-section-title {
  color: #ffffff;
}
.cid-umF4Zi6kqp .mbr-text {
  color: #ffffff;
}
.cid-umF4Zi6kqp .mbr-text,
.cid-umF4Zi6kqp .text-wrapper {
  color: #ffffff;
}
.cid-umF4Zi6kqp .mbr-section-title,
.cid-umF4Zi6kqp .mbr-section-btn {
  color: #ffe50d;
}
.cid-umF4Zi6kqp H2 {
  color: #ffffff;
  line-height: 1.35;
}
.cid-umF7pvyHqw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umF7pvyHqw .mbr-fallback-image.disabled {
  display: none;
}
.cid-umF7pvyHqw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umF7pvyHqw .mbr-title {
  margin-bottom: 30px;
  color: #000000;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-umF7pvyHqw .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-umF7pvyHqw .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-umF7pvyHqw .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-umF7pvyHqw .mbr-section-btn {
  padding-top: 40px;
}
.cid-umF7pvyHqw .mbr-subtitle DIV {
  text-align: left;
}
.cid-umF7T0OnWT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umF7T0OnWT .mbr-fallback-image.disabled {
  display: none;
}
.cid-umF7T0OnWT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umF7T0OnWT .mbr-title {
  margin-bottom: 30px;
  color: #ffe50d;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-umF7T0OnWT .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-umF7T0OnWT .mbr-subtitle {
  padding-top: 20px;
  color: #ffffff;
}
.cid-umF7T0OnWT .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-umF7T0OnWT .mbr-section-btn {
  padding-top: 40px;
}
.cid-umF7T0OnWT .mbr-subtitle DIV {
  text-align: left;
}
.cid-uSySiL5jWe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe50d;
}
.cid-uSySiL5jWe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSySiL5jWe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSySiL5jWe .card-wrapper {
  position: relative;
  background-color: #ffe50d;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uSySiL5jWe .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uSySiL5jWe .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uSySiL5jWe .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uSySiL5jWe .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uSySiL5jWe .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uSySiL5jWe .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uSySiL5jWe .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uSySiL5jWe .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSySiL5jWe .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uSySiL5jWe .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uSySiL5jWe .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSySiL5jWe .mbr-section-title {
  color: #000000;
}
.cid-uSySiL5jWe .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uSySiL5jWe .mbr-text,
.cid-uSySiL5jWe .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uSySiL5jWe .mbr-section-title,
.cid-uSySiL5jWe .mbr-section-btn {
  text-align: center;
}
.cid-umFc7BD8fS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-umFc7BD8fS .mbr-fallback-image.disabled {
  display: none;
}
.cid-umFc7BD8fS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umFc7BD8fS .mbr-section-head {
  margin-bottom: 32px;
}
.cid-umFc7BD8fS .mbr-section-title {
  color: #24262b;
}
.cid-umFc7BD8fS .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-umFc7BD8fS .items-row {
  row-gap: 32px;
}
.cid-umFc7BD8fS .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-umFc7BD8fS .item-wrapper img {
  width: 100%;
  height: calc(50px * 10);
  object-fit: cover;
  transition: all 0.3s;
}
.cid-umFc7BD8fS .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-umFc7BD8fS .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-umFc7BD8fS .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-umFc7BD8fS .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-umFc7BD8fS .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-umFc7BD8fS .carousel-control,
.cid-umFc7BD8fS .close {
  background: #1b1b1b;
}
.cid-umFc7BD8fS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-umFc7BD8fS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-umFc7BD8fS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-umFc7BD8fS .carousel-control-next span {
  margin-left: 5px;
}
.cid-umFc7BD8fS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-umFc7BD8fS .close::before {
  content: '\e91a';
}
.cid-umFc7BD8fS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-umFc7BD8fS .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-umFc7BD8fS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umFc7BD8fS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-umFc7BD8fS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-umFc7BD8fS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-umFc7BD8fS .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-umFc7BD8fS .carousel-indicators li.active,
.cid-umFc7BD8fS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-umFc7BD8fS .carousel-indicators li::after,
.cid-umFc7BD8fS .carousel-indicators li::before {
  content: none;
}
.cid-umFc7BD8fS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-umFc7BD8fS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-umFc7BD8fS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-umFc7BD8fS .carousel-indicators {
    display: none;
  }
}
.cid-umFc7BD8fS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-umFc7BD8fS .carousel-inner > .active {
  display: block;
}
.cid-umFc7BD8fS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umFc7BD8fS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umFc7BD8fS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-umFc7BD8fS .carousel-control,
  .cid-umFc7BD8fS .carousel-indicators,
  .cid-umFc7BD8fS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-umFc7BD8fS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-umFc7BD8fS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-umFc7BD8fS .carousel-indicators .active,
.cid-umFc7BD8fS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-umFc7BD8fS .carousel-indicators .active {
  background: #fff;
}
.cid-umFc7BD8fS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-umFc7BD8fS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-umFc7BD8fS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-umFc7BD8fS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-umFc7BD8fS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-umFc7BD8fS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-umFc7BD8fS .carousel {
  width: 100%;
}
.cid-umFc7BD8fS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-umFc7BD8fS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-umFc7BD8fS .modal.fade .modal-dialog,
.cid-umFc7BD8fS .modal.in .modal-dialog {
  transform: none;
}
.cid-umFc7BD8fS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-umFc7BD8fS H6 {
  text-align: center;
}
.cid-umNXroCIUf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #24262b;
}
.cid-umNXroCIUf .mbr-fallback-image.disabled {
  display: none;
}
.cid-umNXroCIUf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-umNXroCIUf .container {
    padding: 0 16px;
  }
}
.cid-umNXroCIUf .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-umNXroCIUf .card {
    margin-bottom: 40px;
  }
}
.cid-umNXroCIUf .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-umNXroCIUf .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-umNXroCIUf .card .content-wrapper .title-wrapper .title-wrap img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-umNXroCIUf .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-umNXroCIUf .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-umNXroCIUf .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-umNXroCIUf .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-umNXroCIUf .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-umNXroCIUf .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-umNXroCIUf .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-umNXroCIUf .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-umNXroCIUf .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-umNXroCIUf .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-umNXroCIUf .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-umNXroCIUf .mbr-section-title {
  color: #ffffff;
}
.cid-umNXroCIUf .copyright {
  color: #ffffff;
}
.cid-umNXroCIUf .mbr-card-title {
  color: #ffffff;
}
.cid-umNXroCIUf .list {
  color: #ffffff;
}
.cid-ukeuYoQYLE {
  z-index: 1000;
  width: 100%;
}
.cid-ukeuYoQYLE nav.navbar {
  position: fixed;
}
.cid-ukeuYoQYLE .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-ukeuYoQYLE .wrapper {
    padding: 0;
  }
}
.cid-ukeuYoQYLE .btn {
  border-radius: 30px;
}
.cid-ukeuYoQYLE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukeuYoQYLE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukeuYoQYLE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukeuYoQYLE .dropdown-item:hover,
.cid-ukeuYoQYLE .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-ukeuYoQYLE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukeuYoQYLE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukeuYoQYLE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-ukeuYoQYLE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukeuYoQYLE .nav-link {
  position: relative;
}
.cid-ukeuYoQYLE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukeuYoQYLE .dropdown-menu,
.cid-ukeuYoQYLE .navbar.opened {
  background: #ffe50d !important;
}
.cid-ukeuYoQYLE .nav-item:focus,
.cid-ukeuYoQYLE .nav-link:focus {
  outline: none;
}
.cid-ukeuYoQYLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukeuYoQYLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukeuYoQYLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukeuYoQYLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukeuYoQYLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukeuYoQYLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukeuYoQYLE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffe50d;
}
.cid-ukeuYoQYLE .navbar.opened {
  transition: all 0.3s;
}
.cid-ukeuYoQYLE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukeuYoQYLE .navbar .navbar-logo img {
  width: auto;
}
.cid-ukeuYoQYLE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukeuYoQYLE .navbar.collapsed {
  justify-content: center;
}
.cid-ukeuYoQYLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukeuYoQYLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukeuYoQYLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-ukeuYoQYLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukeuYoQYLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukeuYoQYLE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ukeuYoQYLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukeuYoQYLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukeuYoQYLE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukeuYoQYLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukeuYoQYLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukeuYoQYLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukeuYoQYLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukeuYoQYLE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ukeuYoQYLE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukeuYoQYLE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukeuYoQYLE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukeuYoQYLE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukeuYoQYLE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukeuYoQYLE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukeuYoQYLE .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukeuYoQYLE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukeuYoQYLE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukeuYoQYLE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukeuYoQYLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukeuYoQYLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukeuYoQYLE .dropdown-item.active,
.cid-ukeuYoQYLE .dropdown-item:active {
  background-color: transparent;
}
.cid-ukeuYoQYLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukeuYoQYLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukeuYoQYLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukeuYoQYLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe50d;
}
.cid-ukeuYoQYLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukeuYoQYLE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukeuYoQYLE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukeuYoQYLE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukeuYoQYLE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-ukeuYoQYLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukeuYoQYLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukeuYoQYLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukeuYoQYLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukeuYoQYLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukeuYoQYLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukeuYoQYLE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukeuYoQYLE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukeuYoQYLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukeuYoQYLE .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-ukeuYoQYLE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukeuYoQYLE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukeuYoQYLE .navbar {
    height: 70px;
  }
  .cid-ukeuYoQYLE .navbar.opened {
    height: auto;
  }
  .cid-ukeuYoQYLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umQuQ7ajYl {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-umQuQ7ajYl .mbr-fallback-image.disabled {
  display: none;
}
.cid-umQuQ7ajYl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umQuQ7ajYl .mbr-title {
  margin-bottom: 30px;
  color: #000000;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-umQuQ7ajYl .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-umQuQ7ajYl .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-umQuQ7ajYl .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-umQuQ7ajYl .mbr-section-btn {
  padding-top: 40px;
}
.cid-umQuQ7ajYl .mbr-subtitle DIV {
  text-align: left;
}
.cid-umQuQ7ajYl .mbr-text,
.cid-umQuQ7ajYl .mbr-section-btn {
  text-align: left;
}
.cid-un8QH48qgq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-un8QH48qgq .mbr-fallback-image.disabled {
  display: none;
}
.cid-un8QH48qgq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un8QH48qgq .mbr-section-head {
  margin-bottom: 32px;
}
.cid-un8QH48qgq .mbr-section-title {
  color: #24262b;
}
.cid-un8QH48qgq .mbr-section-subtitle {
  color: #24262b;
}
.cid-un8QH48qgq .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-un8QH48qgq .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-un8QH48qgq .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem 3rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-un8QH48qgq .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-un8QH48qgq .item-content {
  max-width: 100%;
  width: 100%;
}
.cid-un8QH48qgq .card-title-1 {
  margin-bottom: 16px;
  color: #24262b;
  text-align: left;
}
.cid-un8QH48qgq .card-title-2 {
  margin-bottom: 16px;
  color: #24262b;
  text-align: left;
}
.cid-un8QH48qgq .card-subtitle-1 {
  color: #ffffff;
  text-align: left;
}
.cid-un8QH48qgq .card-subtitle-2 {
  color: #ffffff;
  text-align: left;
}
.cid-un8QH48qgq .card-text-1 {
  margin-top: 16px;
  color: #24262b;
}
.cid-un8QH48qgq .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-un8QH48qgq .mbr-section-btn {
  margin-top: 20px;
}
.cid-un8QH48qgq .card-1 .card-wrap {
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-un8QH48qgq .card-2 .card-wrap {
  background: #09a9fd;
}
.cid-un8QH48qgq .card-text-2,
.cid-un8QH48qgq .mbr-section-btn-2 {
  text-align: left;
  color: #ffffff;
}
.cid-un8QH48qgq .card-text-1,
.cid-un8QH48qgq .mbr-section-btn-1 {
  text-align: left;
  color: #ffffff;
}
.cid-umQvRJgnA2 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-umQvRJgnA2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umQvRJgnA2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umQvRJgnA2 .card-box__top {
  display: flex;
  justify-content: space-between;
  align-items: top;
}
@media (max-width: 1600px) {
  .cid-umQvRJgnA2 .card-box__top {
    flex-direction: column-reverse;
  }
}
.cid-umQvRJgnA2 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umQvRJgnA2 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-umQvRJgnA2 .card-text {
  padding-top: 1rem;
}
@media (max-width: 992px) {
  .cid-umQvRJgnA2 .card-text {
    padding-top: 5rem;
  }
}
.cid-umQvRJgnA2 .item-wrapper {
  background: #ffffff;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 1px #000000;
  transition: all ease-in-out 0.3s;
}
.cid-umQvRJgnA2 .item-wrapper:hover {
  background-color: #000000;
  transition: all ease-in-out 0.3s;
}
.cid-umQvRJgnA2 .item-wrapper:hover .card-title,
.cid-umQvRJgnA2 .item-wrapper:hover .card-text,
.cid-umQvRJgnA2 .item-wrapper:hover .mbr-iconfont {
  color: #ffffff !important;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-umQvRJgnA2 .item-wrapper {
    padding: 1rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-umQvRJgnA2 .item-wrapper {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.cid-umQvRJgnA2 .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #221b35;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 1700px) {
  .cid-umQvRJgnA2 .mbr-iconfont {
    font-size: 3rem;
    margin-left: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-umQvRJgnA2 .mbr-section-title {
  color: #221b35;
}
.cid-umQvRJgnA2 .mbr-section-subtitle {
  color: #221b35;
}
.cid-umQvRJgnA2 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-umQvRJgnA2 .card-box .item-footer {
  margin-top: auto;
  border-radius: 10px;
}
.cid-umQvRJgnA2 .content-head {
  max-width: 800px;
}
.cid-umQvRJgnA2 .card-title,
.cid-umQvRJgnA2 .iconfont-wrapper {
  color: #221b35;
}
.cid-umQvRJgnA2 .card-text,
.cid-umQvRJgnA2 .item .mbr-section-btn {
  color: #221b35;
}
.cid-umNXroCIUf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #24262b;
}
.cid-umNXroCIUf .mbr-fallback-image.disabled {
  display: none;
}
.cid-umNXroCIUf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-umNXroCIUf .container {
    padding: 0 16px;
  }
}
.cid-umNXroCIUf .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-umNXroCIUf .card {
    margin-bottom: 40px;
  }
}
.cid-umNXroCIUf .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-umNXroCIUf .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-umNXroCIUf .card .content-wrapper .title-wrapper .title-wrap img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-umNXroCIUf .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-umNXroCIUf .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-umNXroCIUf .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-umNXroCIUf .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-umNXroCIUf .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-umNXroCIUf .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-umNXroCIUf .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-umNXroCIUf .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-umNXroCIUf .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-umNXroCIUf .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-umNXroCIUf .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-umNXroCIUf .mbr-section-title {
  color: #ffffff;
}
.cid-umNXroCIUf .copyright {
  color: #ffffff;
}
.cid-umNXroCIUf .mbr-card-title {
  color: #ffffff;
}
.cid-umNXroCIUf .list {
  color: #ffffff;
}
.cid-ukeuYoQYLE {
  z-index: 1000;
  width: 100%;
}
.cid-ukeuYoQYLE nav.navbar {
  position: fixed;
}
.cid-ukeuYoQYLE .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-ukeuYoQYLE .wrapper {
    padding: 0;
  }
}
.cid-ukeuYoQYLE .btn {
  border-radius: 30px;
}
.cid-ukeuYoQYLE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukeuYoQYLE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukeuYoQYLE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukeuYoQYLE .dropdown-item:hover,
.cid-ukeuYoQYLE .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-ukeuYoQYLE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukeuYoQYLE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukeuYoQYLE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-ukeuYoQYLE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukeuYoQYLE .nav-link {
  position: relative;
}
.cid-ukeuYoQYLE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukeuYoQYLE .dropdown-menu,
.cid-ukeuYoQYLE .navbar.opened {
  background: #ffe50d !important;
}
.cid-ukeuYoQYLE .nav-item:focus,
.cid-ukeuYoQYLE .nav-link:focus {
  outline: none;
}
.cid-ukeuYoQYLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukeuYoQYLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukeuYoQYLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukeuYoQYLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukeuYoQYLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukeuYoQYLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukeuYoQYLE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffe50d;
}
.cid-ukeuYoQYLE .navbar.opened {
  transition: all 0.3s;
}
.cid-ukeuYoQYLE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukeuYoQYLE .navbar .navbar-logo img {
  width: auto;
}
.cid-ukeuYoQYLE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukeuYoQYLE .navbar.collapsed {
  justify-content: center;
}
.cid-ukeuYoQYLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukeuYoQYLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukeuYoQYLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-ukeuYoQYLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukeuYoQYLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukeuYoQYLE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ukeuYoQYLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukeuYoQYLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukeuYoQYLE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukeuYoQYLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukeuYoQYLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukeuYoQYLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukeuYoQYLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukeuYoQYLE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ukeuYoQYLE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukeuYoQYLE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukeuYoQYLE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukeuYoQYLE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukeuYoQYLE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukeuYoQYLE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukeuYoQYLE .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukeuYoQYLE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukeuYoQYLE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukeuYoQYLE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukeuYoQYLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukeuYoQYLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukeuYoQYLE .dropdown-item.active,
.cid-ukeuYoQYLE .dropdown-item:active {
  background-color: transparent;
}
.cid-ukeuYoQYLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukeuYoQYLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukeuYoQYLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukeuYoQYLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe50d;
}
.cid-ukeuYoQYLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukeuYoQYLE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukeuYoQYLE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukeuYoQYLE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukeuYoQYLE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-ukeuYoQYLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukeuYoQYLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukeuYoQYLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukeuYoQYLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukeuYoQYLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukeuYoQYLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukeuYoQYLE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukeuYoQYLE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukeuYoQYLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukeuYoQYLE .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-ukeuYoQYLE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukeuYoQYLE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukeuYoQYLE .navbar {
    height: 70px;
  }
  .cid-ukeuYoQYLE .navbar.opened {
    height: auto;
  }
  .cid-ukeuYoQYLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unEF5QQVUo {
  padding-top: 12rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-unEF5QQVUo .mbr-fallback-image.disabled {
  display: none;
}
.cid-unEF5QQVUo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-unEF5QQVUo .container {
    padding: 0 15px;
  }
}
.cid-unEF5QQVUo .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-unEF5QQVUo .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-unEF5QQVUo .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-unEF5QQVUo .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-unEF5QQVUo .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-unEF5QQVUo .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-unEF5QQVUo .mbr-section-title {
  color: #131c28;
}
.cid-unEF5QQVUo .mbr-desc {
  color: #131c28;
}
.cid-unEF5QQVUo .mbr-section-title,
.cid-unEF5QQVUo .mbr-section-btn {
  color: #ffffff;
}
.cid-unEF5QQVUo .mbr-text {
  color: #ffffff;
}
.cid-un8V9ccxky {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffe50d;
}
@media (min-width: 992px) {
  .cid-un8V9ccxky .wrapper {
    padding: 0 28px;
  }
}
.cid-un8V9ccxky img,
.cid-un8V9ccxky .item-img {
  width: 60%;
  margin: auto;
}
.cid-un8V9ccxky .item:focus,
.cid-un8V9ccxky span:focus {
  outline: none;
}
.cid-un8V9ccxky .item {
  margin-bottom: 2rem;
}
.cid-un8V9ccxky .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-un8V9ccxky .mbr-section-btn {
  margin-top: auto !important;
}
.cid-un8V9ccxky .item-title {
  text-align: center;
}
.cid-un8V9ccxky .mbr-section-title {
  text-align: center;
}
.cid-un8V9ccxky h6 {
  margin: 30px 30px 30px 30px;
}
.cid-umNXroCIUf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #24262b;
}
.cid-umNXroCIUf .mbr-fallback-image.disabled {
  display: none;
}
.cid-umNXroCIUf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-umNXroCIUf .container {
    padding: 0 16px;
  }
}
.cid-umNXroCIUf .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-umNXroCIUf .card {
    margin-bottom: 40px;
  }
}
.cid-umNXroCIUf .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-umNXroCIUf .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-umNXroCIUf .card .content-wrapper .title-wrapper .title-wrap img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-umNXroCIUf .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-umNXroCIUf .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-umNXroCIUf .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-umNXroCIUf .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-umNXroCIUf .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-umNXroCIUf .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-umNXroCIUf .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-umNXroCIUf .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-umNXroCIUf .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-umNXroCIUf .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-umNXroCIUf .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-umNXroCIUf .mbr-section-title {
  color: #ffffff;
}
.cid-umNXroCIUf .copyright {
  color: #ffffff;
}
.cid-umNXroCIUf .mbr-card-title {
  color: #ffffff;
}
.cid-umNXroCIUf .list {
  color: #ffffff;
}
.cid-unEGpvHSV8 {
  z-index: 1000;
  width: 100%;
}
.cid-unEGpvHSV8 nav.navbar {
  position: fixed;
}
.cid-unEGpvHSV8 .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-unEGpvHSV8 .wrapper {
    padding: 0;
  }
}
.cid-unEGpvHSV8 .btn {
  border-radius: 30px;
}
.cid-unEGpvHSV8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unEGpvHSV8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unEGpvHSV8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unEGpvHSV8 .dropdown-item:hover,
.cid-unEGpvHSV8 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-unEGpvHSV8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unEGpvHSV8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unEGpvHSV8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-unEGpvHSV8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unEGpvHSV8 .nav-link {
  position: relative;
}
.cid-unEGpvHSV8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unEGpvHSV8 .dropdown-menu,
.cid-unEGpvHSV8 .navbar.opened {
  background: #ffe50d !important;
}
.cid-unEGpvHSV8 .nav-item:focus,
.cid-unEGpvHSV8 .nav-link:focus {
  outline: none;
}
.cid-unEGpvHSV8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unEGpvHSV8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unEGpvHSV8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unEGpvHSV8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unEGpvHSV8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unEGpvHSV8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unEGpvHSV8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffe50d;
}
.cid-unEGpvHSV8 .navbar.opened {
  transition: all 0.3s;
}
.cid-unEGpvHSV8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unEGpvHSV8 .navbar .navbar-logo img {
  width: auto;
}
.cid-unEGpvHSV8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unEGpvHSV8 .navbar.collapsed {
  justify-content: center;
}
.cid-unEGpvHSV8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unEGpvHSV8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unEGpvHSV8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-unEGpvHSV8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unEGpvHSV8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unEGpvHSV8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unEGpvHSV8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unEGpvHSV8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unEGpvHSV8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unEGpvHSV8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unEGpvHSV8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unEGpvHSV8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unEGpvHSV8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unEGpvHSV8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unEGpvHSV8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unEGpvHSV8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unEGpvHSV8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unEGpvHSV8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unEGpvHSV8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unEGpvHSV8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unEGpvHSV8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-unEGpvHSV8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unEGpvHSV8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unEGpvHSV8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unEGpvHSV8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unEGpvHSV8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unEGpvHSV8 .dropdown-item.active,
.cid-unEGpvHSV8 .dropdown-item:active {
  background-color: transparent;
}
.cid-unEGpvHSV8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unEGpvHSV8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unEGpvHSV8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unEGpvHSV8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe50d;
}
.cid-unEGpvHSV8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unEGpvHSV8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unEGpvHSV8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unEGpvHSV8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unEGpvHSV8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-unEGpvHSV8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unEGpvHSV8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unEGpvHSV8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unEGpvHSV8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unEGpvHSV8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unEGpvHSV8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unEGpvHSV8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unEGpvHSV8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unEGpvHSV8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unEGpvHSV8 .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-unEGpvHSV8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unEGpvHSV8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unEGpvHSV8 .navbar {
    height: 70px;
  }
  .cid-unEGpvHSV8 .navbar.opened {
    height: auto;
  }
  .cid-unEGpvHSV8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unEGpwp2MT {
  padding-top: 12rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/mbr-2-1920x1357.jpg");
}
.cid-unEGpwp2MT .mbr-fallback-image.disabled {
  display: none;
}
.cid-unEGpwp2MT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-unEGpwp2MT .container {
    padding: 0 15px;
  }
}
.cid-unEGpwp2MT .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-unEGpwp2MT .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-unEGpwp2MT .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-unEGpwp2MT .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-unEGpwp2MT .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-unEGpwp2MT .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-unEGpwp2MT .mbr-section-title {
  color: #131c28;
}
.cid-unEGpwp2MT .mbr-desc {
  color: #131c28;
}
.cid-unEGpwp2MT .mbr-section-title,
.cid-unEGpwp2MT .mbr-section-btn {
  color: #ffffff;
}
.cid-unEGpwp2MT .mbr-text {
  color: #ffffff;
}
.cid-unEGpwGg6r {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #221b35;
}
@media (min-width: 992px) {
  .cid-unEGpwGg6r .wrapper {
    padding: 0 28px;
  }
}
.cid-unEGpwGg6r img,
.cid-unEGpwGg6r .item-img {
  width: 60%;
  margin: auto;
}
.cid-unEGpwGg6r .item:focus,
.cid-unEGpwGg6r span:focus {
  outline: none;
}
.cid-unEGpwGg6r .item {
  margin-bottom: 2rem;
}
.cid-unEGpwGg6r .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-unEGpwGg6r .mbr-section-btn {
  margin-top: auto !important;
}
.cid-unEGpwGg6r .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-unEGpwGg6r .mbr-section-title {
  text-align: center;
}
.cid-unEGpwGg6r h6 {
  margin: 30px 30px 30px 30px;
}
.cid-unEGpz1Xkn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #24262b;
}
.cid-unEGpz1Xkn .mbr-fallback-image.disabled {
  display: none;
}
.cid-unEGpz1Xkn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-unEGpz1Xkn .container {
    padding: 0 16px;
  }
}
.cid-unEGpz1Xkn .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-unEGpz1Xkn .card {
    margin-bottom: 40px;
  }
}
.cid-unEGpz1Xkn .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-unEGpz1Xkn .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-unEGpz1Xkn .card .content-wrapper .title-wrapper .title-wrap img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-unEGpz1Xkn .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-unEGpz1Xkn .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-unEGpz1Xkn .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-unEGpz1Xkn .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-unEGpz1Xkn .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-unEGpz1Xkn .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-unEGpz1Xkn .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-unEGpz1Xkn .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-unEGpz1Xkn .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-unEGpz1Xkn .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-unEGpz1Xkn .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-unEGpz1Xkn .mbr-section-title {
  color: #ffffff;
}
.cid-unEGpz1Xkn .copyright {
  color: #ffffff;
}
.cid-unEGpz1Xkn .mbr-card-title {
  color: #ffffff;
}
.cid-unEGpz1Xkn .list {
  color: #ffffff;
}
.cid-unHPxoFsdb {
  z-index: 1000;
  width: 100%;
}
.cid-unHPxoFsdb nav.navbar {
  position: fixed;
}
.cid-unHPxoFsdb .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-unHPxoFsdb .wrapper {
    padding: 0;
  }
}
.cid-unHPxoFsdb .btn {
  border-radius: 30px;
}
.cid-unHPxoFsdb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unHPxoFsdb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unHPxoFsdb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unHPxoFsdb .dropdown-item:hover,
.cid-unHPxoFsdb .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-unHPxoFsdb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unHPxoFsdb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unHPxoFsdb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-unHPxoFsdb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unHPxoFsdb .nav-link {
  position: relative;
}
.cid-unHPxoFsdb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unHPxoFsdb .dropdown-menu,
.cid-unHPxoFsdb .navbar.opened {
  background: #ffe50d !important;
}
.cid-unHPxoFsdb .nav-item:focus,
.cid-unHPxoFsdb .nav-link:focus {
  outline: none;
}
.cid-unHPxoFsdb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unHPxoFsdb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unHPxoFsdb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unHPxoFsdb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unHPxoFsdb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unHPxoFsdb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unHPxoFsdb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffe50d;
}
.cid-unHPxoFsdb .navbar.opened {
  transition: all 0.3s;
}
.cid-unHPxoFsdb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unHPxoFsdb .navbar .navbar-logo img {
  width: auto;
}
.cid-unHPxoFsdb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unHPxoFsdb .navbar.collapsed {
  justify-content: center;
}
.cid-unHPxoFsdb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unHPxoFsdb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unHPxoFsdb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-unHPxoFsdb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unHPxoFsdb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unHPxoFsdb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unHPxoFsdb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unHPxoFsdb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unHPxoFsdb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unHPxoFsdb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unHPxoFsdb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unHPxoFsdb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unHPxoFsdb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unHPxoFsdb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unHPxoFsdb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unHPxoFsdb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unHPxoFsdb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unHPxoFsdb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unHPxoFsdb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unHPxoFsdb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unHPxoFsdb .navbar.navbar-short {
  min-height: 60px;
}
.cid-unHPxoFsdb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unHPxoFsdb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unHPxoFsdb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unHPxoFsdb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unHPxoFsdb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unHPxoFsdb .dropdown-item.active,
.cid-unHPxoFsdb .dropdown-item:active {
  background-color: transparent;
}
.cid-unHPxoFsdb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unHPxoFsdb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unHPxoFsdb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unHPxoFsdb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe50d;
}
.cid-unHPxoFsdb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unHPxoFsdb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unHPxoFsdb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unHPxoFsdb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unHPxoFsdb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-unHPxoFsdb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unHPxoFsdb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unHPxoFsdb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unHPxoFsdb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unHPxoFsdb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unHPxoFsdb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unHPxoFsdb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unHPxoFsdb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unHPxoFsdb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unHPxoFsdb .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-unHPxoFsdb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unHPxoFsdb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unHPxoFsdb .navbar {
    height: 70px;
  }
  .cid-unHPxoFsdb .navbar.opened {
    height: auto;
  }
  .cid-unHPxoFsdb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unHPxprD7z {
  padding-top: 12rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/mbr-1-1920x1440.jpg");
}
.cid-unHPxprD7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-unHPxprD7z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-unHPxprD7z .container {
    padding: 0 15px;
  }
}
.cid-unHPxprD7z .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-unHPxprD7z .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-unHPxprD7z .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-unHPxprD7z .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-unHPxprD7z .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-unHPxprD7z .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-unHPxprD7z .mbr-section-title {
  color: #131c28;
}
.cid-unHPxprD7z .mbr-desc {
  color: #131c28;
}
.cid-unHPxprD7z .mbr-section-title,
.cid-unHPxprD7z .mbr-section-btn {
  color: #ffffff;
}
.cid-unHPxprD7z .mbr-text {
  color: #ffffff;
}
.cid-unHPxpJhzz {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #27018e;
}
@media (min-width: 992px) {
  .cid-unHPxpJhzz .wrapper {
    padding: 0 28px;
  }
}
.cid-unHPxpJhzz img,
.cid-unHPxpJhzz .item-img {
  width: 60%;
  margin: auto;
}
.cid-unHPxpJhzz .item:focus,
.cid-unHPxpJhzz span:focus {
  outline: none;
}
.cid-unHPxpJhzz .item {
  margin-bottom: 2rem;
}
.cid-unHPxpJhzz .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-unHPxpJhzz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-unHPxpJhzz .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-unHPxpJhzz .mbr-section-title {
  text-align: center;
}
.cid-unHPxpJhzz h6 {
  margin: 30px 30px 30px 30px;
}
.cid-unHPxrcohE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #24262b;
}
.cid-unHPxrcohE .mbr-fallback-image.disabled {
  display: none;
}
.cid-unHPxrcohE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-unHPxrcohE .container {
    padding: 0 16px;
  }
}
.cid-unHPxrcohE .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-unHPxrcohE .card {
    margin-bottom: 40px;
  }
}
.cid-unHPxrcohE .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-unHPxrcohE .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-unHPxrcohE .card .content-wrapper .title-wrapper .title-wrap img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-unHPxrcohE .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-unHPxrcohE .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-unHPxrcohE .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-unHPxrcohE .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-unHPxrcohE .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-unHPxrcohE .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-unHPxrcohE .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-unHPxrcohE .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-unHPxrcohE .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-unHPxrcohE .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-unHPxrcohE .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-unHPxrcohE .mbr-section-title {
  color: #ffffff;
}
.cid-unHPxrcohE .copyright {
  color: #ffffff;
}
.cid-unHPxrcohE .mbr-card-title {
  color: #ffffff;
}
.cid-unHPxrcohE .list {
  color: #ffffff;
}
.cid-unSzo25YNj {
  z-index: 1000;
  width: 100%;
}
.cid-unSzo25YNj nav.navbar {
  position: fixed;
}
.cid-unSzo25YNj .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-unSzo25YNj .wrapper {
    padding: 0;
  }
}
.cid-unSzo25YNj .btn {
  border-radius: 30px;
}
.cid-unSzo25YNj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unSzo25YNj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unSzo25YNj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unSzo25YNj .dropdown-item:hover,
.cid-unSzo25YNj .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-unSzo25YNj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unSzo25YNj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unSzo25YNj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-unSzo25YNj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unSzo25YNj .nav-link {
  position: relative;
}
.cid-unSzo25YNj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unSzo25YNj .dropdown-menu,
.cid-unSzo25YNj .navbar.opened {
  background: #ffe50d !important;
}
.cid-unSzo25YNj .nav-item:focus,
.cid-unSzo25YNj .nav-link:focus {
  outline: none;
}
.cid-unSzo25YNj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unSzo25YNj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unSzo25YNj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unSzo25YNj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unSzo25YNj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unSzo25YNj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unSzo25YNj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffe50d;
}
.cid-unSzo25YNj .navbar.opened {
  transition: all 0.3s;
}
.cid-unSzo25YNj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unSzo25YNj .navbar .navbar-logo img {
  width: auto;
}
.cid-unSzo25YNj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unSzo25YNj .navbar.collapsed {
  justify-content: center;
}
.cid-unSzo25YNj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unSzo25YNj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unSzo25YNj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-unSzo25YNj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unSzo25YNj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unSzo25YNj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unSzo25YNj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unSzo25YNj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unSzo25YNj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unSzo25YNj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unSzo25YNj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unSzo25YNj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unSzo25YNj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unSzo25YNj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unSzo25YNj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unSzo25YNj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unSzo25YNj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unSzo25YNj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unSzo25YNj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unSzo25YNj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unSzo25YNj .navbar.navbar-short {
  min-height: 60px;
}
.cid-unSzo25YNj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unSzo25YNj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unSzo25YNj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unSzo25YNj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unSzo25YNj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unSzo25YNj .dropdown-item.active,
.cid-unSzo25YNj .dropdown-item:active {
  background-color: transparent;
}
.cid-unSzo25YNj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unSzo25YNj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unSzo25YNj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unSzo25YNj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe50d;
}
.cid-unSzo25YNj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unSzo25YNj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unSzo25YNj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unSzo25YNj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unSzo25YNj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-unSzo25YNj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unSzo25YNj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unSzo25YNj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unSzo25YNj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unSzo25YNj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unSzo25YNj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unSzo25YNj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unSzo25YNj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unSzo25YNj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unSzo25YNj .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-unSzo25YNj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unSzo25YNj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unSzo25YNj .navbar {
    height: 70px;
  }
  .cid-unSzo25YNj .navbar.opened {
    height: auto;
  }
  .cid-unSzo25YNj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unSzo2E4cH {
  padding-top: 12rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-unSzo2E4cH .mbr-fallback-image.disabled {
  display: none;
}
.cid-unSzo2E4cH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-unSzo2E4cH .container {
    padding: 0 15px;
  }
}
.cid-unSzo2E4cH .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-unSzo2E4cH .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-unSzo2E4cH .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-unSzo2E4cH .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-unSzo2E4cH .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-unSzo2E4cH .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-unSzo2E4cH .mbr-section-title {
  color: #131c28;
}
.cid-unSzo2E4cH .mbr-desc {
  color: #131c28;
}
.cid-unSzo2E4cH .mbr-section-title,
.cid-unSzo2E4cH .mbr-section-btn {
  color: #ffffff;
}
.cid-unSzo2E4cH .mbr-text {
  color: #ffffff;
}
.cid-unSzo2ZwJH {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #24262b;
}
@media (min-width: 992px) {
  .cid-unSzo2ZwJH .wrapper {
    padding: 0 28px;
  }
}
.cid-unSzo2ZwJH img,
.cid-unSzo2ZwJH .item-img {
  width: 60%;
  margin: auto;
}
.cid-unSzo2ZwJH .item:focus,
.cid-unSzo2ZwJH span:focus {
  outline: none;
}
.cid-unSzo2ZwJH .item {
  margin-bottom: 2rem;
}
.cid-unSzo2ZwJH .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-unSzo2ZwJH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-unSzo2ZwJH .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-unSzo2ZwJH .mbr-section-title {
  text-align: center;
}
.cid-unSzo2ZwJH h6 {
  margin: 30px 30px 30px 30px;
}
.cid-unSzo3PwJK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #24262b;
}
.cid-unSzo3PwJK .mbr-fallback-image.disabled {
  display: none;
}
.cid-unSzo3PwJK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-unSzo3PwJK .container {
    padding: 0 16px;
  }
}
.cid-unSzo3PwJK .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-unSzo3PwJK .card {
    margin-bottom: 40px;
  }
}
.cid-unSzo3PwJK .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-unSzo3PwJK .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-unSzo3PwJK .card .content-wrapper .title-wrapper .title-wrap img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-unSzo3PwJK .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-unSzo3PwJK .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-unSzo3PwJK .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-unSzo3PwJK .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-unSzo3PwJK .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-unSzo3PwJK .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-unSzo3PwJK .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-unSzo3PwJK .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-unSzo3PwJK .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-unSzo3PwJK .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-unSzo3PwJK .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-unSzo3PwJK .mbr-section-title {
  color: #ffffff;
}
.cid-unSzo3PwJK .copyright {
  color: #ffffff;
}
.cid-unSzo3PwJK .mbr-card-title {
  color: #ffffff;
}
.cid-unSzo3PwJK .list {
  color: #ffffff;
}
.cid-uoRt9SSv2w {
  z-index: 1000;
  width: 100%;
}
.cid-uoRt9SSv2w nav.navbar {
  position: fixed;
}
.cid-uoRt9SSv2w .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-uoRt9SSv2w .wrapper {
    padding: 0;
  }
}
.cid-uoRt9SSv2w .btn {
  border-radius: 30px;
}
.cid-uoRt9SSv2w .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoRt9SSv2w .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoRt9SSv2w .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoRt9SSv2w .dropdown-item:hover,
.cid-uoRt9SSv2w .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uoRt9SSv2w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoRt9SSv2w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoRt9SSv2w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-uoRt9SSv2w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoRt9SSv2w .nav-link {
  position: relative;
}
.cid-uoRt9SSv2w .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoRt9SSv2w .dropdown-menu,
.cid-uoRt9SSv2w .navbar.opened {
  background: #ffe50d !important;
}
.cid-uoRt9SSv2w .nav-item:focus,
.cid-uoRt9SSv2w .nav-link:focus {
  outline: none;
}
.cid-uoRt9SSv2w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoRt9SSv2w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoRt9SSv2w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoRt9SSv2w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoRt9SSv2w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoRt9SSv2w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoRt9SSv2w .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffe50d;
}
.cid-uoRt9SSv2w .navbar.opened {
  transition: all 0.3s;
}
.cid-uoRt9SSv2w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoRt9SSv2w .navbar .navbar-logo img {
  width: auto;
}
.cid-uoRt9SSv2w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoRt9SSv2w .navbar.collapsed {
  justify-content: center;
}
.cid-uoRt9SSv2w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoRt9SSv2w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoRt9SSv2w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uoRt9SSv2w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoRt9SSv2w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoRt9SSv2w .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoRt9SSv2w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoRt9SSv2w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoRt9SSv2w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoRt9SSv2w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoRt9SSv2w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoRt9SSv2w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoRt9SSv2w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoRt9SSv2w .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoRt9SSv2w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoRt9SSv2w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoRt9SSv2w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoRt9SSv2w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoRt9SSv2w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoRt9SSv2w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoRt9SSv2w .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoRt9SSv2w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoRt9SSv2w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoRt9SSv2w .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoRt9SSv2w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoRt9SSv2w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoRt9SSv2w .dropdown-item.active,
.cid-uoRt9SSv2w .dropdown-item:active {
  background-color: transparent;
}
.cid-uoRt9SSv2w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoRt9SSv2w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoRt9SSv2w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoRt9SSv2w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe50d;
}
.cid-uoRt9SSv2w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoRt9SSv2w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoRt9SSv2w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoRt9SSv2w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoRt9SSv2w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-uoRt9SSv2w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoRt9SSv2w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoRt9SSv2w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoRt9SSv2w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoRt9SSv2w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoRt9SSv2w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoRt9SSv2w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoRt9SSv2w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoRt9SSv2w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoRt9SSv2w .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-uoRt9SSv2w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoRt9SSv2w .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoRt9SSv2w .navbar {
    height: 70px;
  }
  .cid-uoRt9SSv2w .navbar.opened {
    height: auto;
  }
  .cid-uoRt9SSv2w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoRt9TkhBZ {
  padding-top: 12rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-uoRt9TkhBZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoRt9TkhBZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uoRt9TkhBZ .container {
    padding: 0 15px;
  }
}
.cid-uoRt9TkhBZ .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uoRt9TkhBZ .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uoRt9TkhBZ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uoRt9TkhBZ .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uoRt9TkhBZ .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uoRt9TkhBZ .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uoRt9TkhBZ .mbr-section-title {
  color: #131c28;
}
.cid-uoRt9TkhBZ .mbr-desc {
  color: #131c28;
}
.cid-uoRt9TkhBZ .mbr-section-title,
.cid-uoRt9TkhBZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uoRt9TkhBZ .mbr-text {
  color: #ffffff;
}
.cid-uoRt9TxDMw {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-uoRt9TxDMw .wrapper {
    padding: 0 28px;
  }
}
.cid-uoRt9TxDMw img,
.cid-uoRt9TxDMw .item-img {
  width: 60%;
  margin: auto;
}
.cid-uoRt9TxDMw .item:focus,
.cid-uoRt9TxDMw span:focus {
  outline: none;
}
.cid-uoRt9TxDMw .item {
  margin-bottom: 2rem;
}
.cid-uoRt9TxDMw .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uoRt9TxDMw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uoRt9TxDMw .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uoRt9TxDMw .mbr-section-title {
  text-align: center;
}
.cid-uoRt9TxDMw h6 {
  margin: 30px 30px 30px 30px;
}
.cid-uoRt9Uj6cI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #24262b;
}
.cid-uoRt9Uj6cI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoRt9Uj6cI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uoRt9Uj6cI .container {
    padding: 0 16px;
  }
}
.cid-uoRt9Uj6cI .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uoRt9Uj6cI .card {
    margin-bottom: 40px;
  }
}
.cid-uoRt9Uj6cI .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uoRt9Uj6cI .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uoRt9Uj6cI .card .content-wrapper .title-wrapper .title-wrap img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uoRt9Uj6cI .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uoRt9Uj6cI .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uoRt9Uj6cI .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uoRt9Uj6cI .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uoRt9Uj6cI .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uoRt9Uj6cI .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uoRt9Uj6cI .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-uoRt9Uj6cI .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uoRt9Uj6cI .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uoRt9Uj6cI .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uoRt9Uj6cI .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uoRt9Uj6cI .mbr-section-title {
  color: #ffffff;
}
.cid-uoRt9Uj6cI .copyright {
  color: #ffffff;
}
.cid-uoRt9Uj6cI .mbr-card-title {
  color: #ffffff;
}
.cid-uoRt9Uj6cI .list {
  color: #ffffff;
}
.cid-uoUP4PgYHr {
  z-index: 1000;
  width: 100%;
}
.cid-uoUP4PgYHr nav.navbar {
  position: fixed;
}
.cid-uoUP4PgYHr .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-uoUP4PgYHr .wrapper {
    padding: 0;
  }
}
.cid-uoUP4PgYHr .btn {
  border-radius: 30px;
}
.cid-uoUP4PgYHr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoUP4PgYHr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoUP4PgYHr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoUP4PgYHr .dropdown-item:hover,
.cid-uoUP4PgYHr .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uoUP4PgYHr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoUP4PgYHr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoUP4PgYHr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-uoUP4PgYHr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoUP4PgYHr .nav-link {
  position: relative;
}
.cid-uoUP4PgYHr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoUP4PgYHr .dropdown-menu,
.cid-uoUP4PgYHr .navbar.opened {
  background: #ffe50d !important;
}
.cid-uoUP4PgYHr .nav-item:focus,
.cid-uoUP4PgYHr .nav-link:focus {
  outline: none;
}
.cid-uoUP4PgYHr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoUP4PgYHr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoUP4PgYHr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoUP4PgYHr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoUP4PgYHr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoUP4PgYHr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoUP4PgYHr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffe50d;
}
.cid-uoUP4PgYHr .navbar.opened {
  transition: all 0.3s;
}
.cid-uoUP4PgYHr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoUP4PgYHr .navbar .navbar-logo img {
  width: auto;
}
.cid-uoUP4PgYHr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoUP4PgYHr .navbar.collapsed {
  justify-content: center;
}
.cid-uoUP4PgYHr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoUP4PgYHr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoUP4PgYHr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uoUP4PgYHr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoUP4PgYHr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoUP4PgYHr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoUP4PgYHr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoUP4PgYHr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoUP4PgYHr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoUP4PgYHr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoUP4PgYHr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoUP4PgYHr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoUP4PgYHr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoUP4PgYHr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoUP4PgYHr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoUP4PgYHr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoUP4PgYHr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoUP4PgYHr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoUP4PgYHr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoUP4PgYHr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoUP4PgYHr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoUP4PgYHr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoUP4PgYHr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoUP4PgYHr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoUP4PgYHr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoUP4PgYHr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoUP4PgYHr .dropdown-item.active,
.cid-uoUP4PgYHr .dropdown-item:active {
  background-color: transparent;
}
.cid-uoUP4PgYHr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoUP4PgYHr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoUP4PgYHr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoUP4PgYHr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe50d;
}
.cid-uoUP4PgYHr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoUP4PgYHr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoUP4PgYHr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoUP4PgYHr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoUP4PgYHr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-uoUP4PgYHr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoUP4PgYHr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoUP4PgYHr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoUP4PgYHr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoUP4PgYHr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoUP4PgYHr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoUP4PgYHr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoUP4PgYHr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoUP4PgYHr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoUP4PgYHr .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-uoUP4PgYHr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoUP4PgYHr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoUP4PgYHr .navbar {
    height: 70px;
  }
  .cid-uoUP4PgYHr .navbar.opened {
    height: auto;
  }
  .cid-uoUP4PgYHr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoUP4PZ7Pn {
  padding-top: 12rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-uoUP4PZ7Pn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoUP4PZ7Pn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uoUP4PZ7Pn .container {
    padding: 0 15px;
  }
}
.cid-uoUP4PZ7Pn .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uoUP4PZ7Pn .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uoUP4PZ7Pn .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uoUP4PZ7Pn .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uoUP4PZ7Pn .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uoUP4PZ7Pn .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uoUP4PZ7Pn .mbr-section-title {
  color: #131c28;
}
.cid-uoUP4PZ7Pn .mbr-desc {
  color: #131c28;
}
.cid-uoUP4PZ7Pn .mbr-section-title,
.cid-uoUP4PZ7Pn .mbr-section-btn {
  color: #ffffff;
}
.cid-uoUP4PZ7Pn .mbr-text {
  color: #ffffff;
}
.cid-uoUP4QhhO6 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f5f8f3;
}
@media (min-width: 992px) {
  .cid-uoUP4QhhO6 .wrapper {
    padding: 0 28px;
  }
}
.cid-uoUP4QhhO6 img,
.cid-uoUP4QhhO6 .item-img {
  display: flex;
  flex-basis: 25%;
  width: 60%;
  margin: auto;
}
.cid-uoUP4QhhO6 .item:focus,
.cid-uoUP4QhhO6 span:focus {
  outline: none;
}
.cid-uoUP4QhhO6 .item {
  margin-bottom: 2rem;
}
.cid-uoUP4QhhO6 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uoUP4QhhO6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uoUP4QhhO6 .item-title {
  text-align: center;
  color: #000000;
}
.cid-uoUP4QhhO6 .mbr-section-title {
  text-align: center;
}
.cid-uoUP4QhhO6 h6 {
  margin: 30px 30px 30px 30px;
}
.cid-uoUP4RHxLg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #24262b;
}
.cid-uoUP4RHxLg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoUP4RHxLg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uoUP4RHxLg .container {
    padding: 0 16px;
  }
}
.cid-uoUP4RHxLg .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uoUP4RHxLg .card {
    margin-bottom: 40px;
  }
}
.cid-uoUP4RHxLg .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uoUP4RHxLg .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uoUP4RHxLg .card .content-wrapper .title-wrapper .title-wrap img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uoUP4RHxLg .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uoUP4RHxLg .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uoUP4RHxLg .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uoUP4RHxLg .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uoUP4RHxLg .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uoUP4RHxLg .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uoUP4RHxLg .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-uoUP4RHxLg .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uoUP4RHxLg .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uoUP4RHxLg .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uoUP4RHxLg .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uoUP4RHxLg .mbr-section-title {
  color: #ffffff;
}
.cid-uoUP4RHxLg .copyright {
  color: #ffffff;
}
.cid-uoUP4RHxLg .mbr-card-title {
  color: #ffffff;
}
.cid-uoUP4RHxLg .list {
  color: #ffffff;
}
.cid-ukeuYoQYLE {
  z-index: 1000;
  width: 100%;
}
.cid-ukeuYoQYLE nav.navbar {
  position: fixed;
}
.cid-ukeuYoQYLE .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-ukeuYoQYLE .wrapper {
    padding: 0;
  }
}
.cid-ukeuYoQYLE .btn {
  border-radius: 30px;
}
.cid-ukeuYoQYLE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukeuYoQYLE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukeuYoQYLE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukeuYoQYLE .dropdown-item:hover,
.cid-ukeuYoQYLE .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-ukeuYoQYLE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukeuYoQYLE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukeuYoQYLE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-ukeuYoQYLE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukeuYoQYLE .nav-link {
  position: relative;
}
.cid-ukeuYoQYLE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukeuYoQYLE .dropdown-menu,
.cid-ukeuYoQYLE .navbar.opened {
  background: #ffe50d !important;
}
.cid-ukeuYoQYLE .nav-item:focus,
.cid-ukeuYoQYLE .nav-link:focus {
  outline: none;
}
.cid-ukeuYoQYLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukeuYoQYLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukeuYoQYLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukeuYoQYLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukeuYoQYLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukeuYoQYLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukeuYoQYLE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffe50d;
}
.cid-ukeuYoQYLE .navbar.opened {
  transition: all 0.3s;
}
.cid-ukeuYoQYLE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukeuYoQYLE .navbar .navbar-logo img {
  width: auto;
}
.cid-ukeuYoQYLE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukeuYoQYLE .navbar.collapsed {
  justify-content: center;
}
.cid-ukeuYoQYLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukeuYoQYLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukeuYoQYLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-ukeuYoQYLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukeuYoQYLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukeuYoQYLE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ukeuYoQYLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukeuYoQYLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukeuYoQYLE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukeuYoQYLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukeuYoQYLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukeuYoQYLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukeuYoQYLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukeuYoQYLE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ukeuYoQYLE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukeuYoQYLE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukeuYoQYLE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukeuYoQYLE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukeuYoQYLE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukeuYoQYLE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukeuYoQYLE .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukeuYoQYLE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukeuYoQYLE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukeuYoQYLE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukeuYoQYLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukeuYoQYLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukeuYoQYLE .dropdown-item.active,
.cid-ukeuYoQYLE .dropdown-item:active {
  background-color: transparent;
}
.cid-ukeuYoQYLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukeuYoQYLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukeuYoQYLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukeuYoQYLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe50d;
}
.cid-ukeuYoQYLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukeuYoQYLE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukeuYoQYLE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukeuYoQYLE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukeuYoQYLE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-ukeuYoQYLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukeuYoQYLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukeuYoQYLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukeuYoQYLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukeuYoQYLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukeuYoQYLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukeuYoQYLE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukeuYoQYLE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukeuYoQYLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukeuYoQYLE .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-ukeuYoQYLE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukeuYoQYLE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukeuYoQYLE .navbar {
    height: 70px;
  }
  .cid-ukeuYoQYLE .navbar.opened {
    height: auto;
  }
  .cid-ukeuYoQYLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIp0ZsK591 {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-uIp0ZsK591 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIp0ZsK591 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIp0ZsK591 .mbr-section-title {
  color: #24262b;
}
.cid-uIp0ZsK591 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uIp0ZsK591 .mbr-section-btn {
  margin-top: 16px;
}
.cid-uIlMf3GmXb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #33363b;
}
.cid-uIlMf3GmXb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIlMf3GmXb LABEL {
  color: #ffffff;
}
.cid-uIlMf3GmXb H4 {
  color: #ffffff;
}
.cid-umNXroCIUf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #24262b;
}
.cid-umNXroCIUf .mbr-fallback-image.disabled {
  display: none;
}
.cid-umNXroCIUf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-umNXroCIUf .container {
    padding: 0 16px;
  }
}
.cid-umNXroCIUf .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-umNXroCIUf .card {
    margin-bottom: 40px;
  }
}
.cid-umNXroCIUf .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-umNXroCIUf .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-umNXroCIUf .card .content-wrapper .title-wrapper .title-wrap img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-umNXroCIUf .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-umNXroCIUf .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-umNXroCIUf .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-umNXroCIUf .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-umNXroCIUf .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-umNXroCIUf .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-umNXroCIUf .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-umNXroCIUf .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-umNXroCIUf .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-umNXroCIUf .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-umNXroCIUf .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-umNXroCIUf .mbr-section-title {
  color: #ffffff;
}
.cid-umNXroCIUf .copyright {
  color: #ffffff;
}
.cid-umNXroCIUf .mbr-card-title {
  color: #ffffff;
}
.cid-umNXroCIUf .list {
  color: #ffffff;
}
