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

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #222222;
  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.3;
}

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

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

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: #222222;
}

.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;
}
.alert-success {
color: #000000 !important;
}

.modal-content .alert-success {
background-color: #ffffff !important; }.btn {
  border-width: 2px;
}
body {
  font-family: 'Rajdhani', sans-serif;
}
.display-1 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 4.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-2 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 2.375rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-7 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.975rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((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.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: #ffe161 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #fff8f1 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #efc38b !important;
  border-color: #efc38b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e49c3f !important;
  border-color: #e49c3f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e49c3f !important;
  border-color: #e49c3f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fff8f1 !important;
  border-color: #fff8f1 !important;
  color: #f17900 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #9a4d00 !important;
  background-color: #ffcd9a !important;
  border-color: #ffcd9a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #f17900 !important;
  background-color: #ffcd9a !important;
  border-color: #ffcd9a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
  color: #95785a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #5f4c39 !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #95785a !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.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 {
  background-color: transparent !important;
  border-color: #efc38b;
  color: #efc38b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e49c3f !important;
  background-color: transparent!important;
  border-color: #e49c3f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #efc38b !important;
  border-color: #efc38b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fff8f1;
  color: #fff8f1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffcd9a !important;
  background-color: transparent!important;
  border-color: #ffcd9a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #f17900 !important;
  background-color: #fff8f1 !important;
  border-color: #fff8f1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #222222;
  color: #222222;
}
.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: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #f9f7f5;
  color: #f9f7f5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d8ccbf !important;
  background-color: transparent!important;
  border-color: #d8ccbf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #95785a !important;
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #efc38b !important;
}
.text-success {
  color: #ffe161 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #fff8f1 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !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: #e39531 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #facb00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffc58b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #d3c4b5 !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: #222222;
}
.alert-success {
  background-color: #ffffff !important;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #fff8f1;
}
.alert-danger {
  background-color: #000000;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
  font-size: 1rem;
  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: 'Rajdhani', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
  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: #efc38b !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: color 0.6s;
}
.container {
  max-width: 1302px;
}
.btn {
  padding: 12px 24px;
  border-radius: 0;
  letter-spacing: 3px;
}
.btn-big {
  padding: 20px 40px !important;
}
.btn-scale {
  transition: 0.3s all;
}
.btn-scale:hover {
  transform: scale(0.9);
}
.cid-tL9PdxbCil {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
@media (min-width: 992px) {
  .cid-tL9PdxbCil .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tL9PdxbCil .align-right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .cid-tL9PdxbCil .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tL9PdxbCil .navbar-caption {
  font-weight: 500;
}
.cid-tL9PdxbCil nav.navbar {
  position: fixed;
}
.cid-tL9PdxbCil .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-tL9PdxbCil .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tL9PdxbCil .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tL9PdxbCil .dropdown-item:hover,
.cid-tL9PdxbCil .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tL9PdxbCil .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tL9PdxbCil .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tL9PdxbCil .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tL9PdxbCil .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tL9PdxbCil .nav-link {
  position: relative;
  text-align: right;
  display: inline-block;
  width: 100%;
}
.cid-tL9PdxbCil .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-tL9PdxbCil .nav-link:hover::after {
  visibility: visible;
  width: 100%;
}
.cid-tL9PdxbCil .container {
  display: flex;
  margin: auto;
}
.cid-tL9PdxbCil .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-tL9PdxbCil .dropdown-menu,
.cid-tL9PdxbCil .navbar.opened {
  background: #ffffff !important;
}
.cid-tL9PdxbCil .nav-item:focus,
.cid-tL9PdxbCil .nav-link:focus {
  outline: none;
}
.cid-tL9PdxbCil .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tL9PdxbCil .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tL9PdxbCil .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tL9PdxbCil .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tL9PdxbCil .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tL9PdxbCil .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tL9PdxbCil .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tL9PdxbCil .navbar.opened {
  transition: all 0.3s;
}
.cid-tL9PdxbCil .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tL9PdxbCil .navbar .navbar-logo img {
  width: auto;
}
.cid-tL9PdxbCil .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tL9PdxbCil .navbar.collapsed {
  justify-content: center;
}
.cid-tL9PdxbCil .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tL9PdxbCil .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tL9PdxbCil .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tL9PdxbCil .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tL9PdxbCil .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tL9PdxbCil .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-tL9PdxbCil .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tL9PdxbCil .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tL9PdxbCil .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tL9PdxbCil .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tL9PdxbCil .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tL9PdxbCil .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tL9PdxbCil .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tL9PdxbCil .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-tL9PdxbCil .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tL9PdxbCil .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tL9PdxbCil .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tL9PdxbCil .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tL9PdxbCil .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tL9PdxbCil .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tL9PdxbCil .navbar.navbar-short {
  min-height: 80px;
}
.cid-tL9PdxbCil .navbar.navbar-short .navbar-logo img {
  height: 3.3rem !important;
}
.cid-tL9PdxbCil .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tL9PdxbCil .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-tL9PdxbCil .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tL9PdxbCil .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tL9PdxbCil .dropdown-item.active,
.cid-tL9PdxbCil .dropdown-item:active {
  background-color: transparent;
}
.cid-tL9PdxbCil .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tL9PdxbCil .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tL9PdxbCil .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tL9PdxbCil .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tL9PdxbCil .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tL9PdxbCil .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tL9PdxbCil ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tL9PdxbCil button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tL9PdxbCil button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tL9PdxbCil button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tL9PdxbCil button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tL9PdxbCil button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tL9PdxbCil button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tL9PdxbCil nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tL9PdxbCil nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tL9PdxbCil nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tL9PdxbCil nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tL9PdxbCil .navbar-dropdown {
  position: fixed;
}
.cid-tL9PdxbCil a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL9PdxbCil .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tL9PdxbCil .navbar {
    height: 70px;
  }
  .cid-tL9PdxbCil .navbar.opened {
    height: auto;
  }
  .cid-tL9PdxbCil .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tM1tLceEgy {
  background-color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-tM1tLceEgy .carousel {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 550px;
  }
}
@media (max-width: 767px) {
  .cid-tM1tLceEgy .carousel {
    height: 80vh;
  }
}
.cid-tM1tLceEgy .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tM1tLceEgy .carousel-item,
.cid-tM1tLceEgy .carousel-inner {
  height: 100%;
}
.cid-tM1tLceEgy .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
}
.cid-tM1tLceEgy .mbr-section-btn {
  margin-top: 25px;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .cid-tM1tLceEgy .mbr-section-btn .btn {
    padding: 1rem 2rem;
  }
}
.cid-tM1tLceEgy .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tM1tLceEgy .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tM1tLceEgy .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-tM1tLceEgy .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-tM1tLceEgy .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tM1tLceEgy .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tM1tLceEgy .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tM1tLceEgy .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tM1tLceEgy .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-tM1tLceEgy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: -2.5rem;
}
.cid-tM1tLceEgy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: -2.5rem;
}
.cid-tM1tLceEgy .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-tM1tLceEgy .carousel-control {
    display: none !important;
  }
}
.cid-tM1tLceEgy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-tM1tLceEgy .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 10px;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-tM1tLceEgy .carousel-indicators li.active,
.cid-tM1tLceEgy .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-tM1tLceEgy .carousel-indicators li::after,
.cid-tM1tLceEgy .carousel-indicators li::before {
  content: none;
}
.cid-tM1tLceEgy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tM1tLceEgy .carousel-indicators {
    display: none !important;
  }
}
.cid-tM1tLceEgy H5 {
  text-align: center;
  color: #ffffff;
}
.cid-tM1tLceEgy .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .cid-tM1tLceEgy .carousel-caption {
    width: 100%;
    padding: 0;
    margin: 0;
    right: auto;
    left: 0;
  }
}
.cid-tM1tLceEgy .carousel-item {
  transition: none !important;
}
@media (min-width: 992px) {
  .cid-tM1tLceEgy .custom-container .row > [class*="col"] {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-tM3RVPQaRo {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tM3RVPQaRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM3RVPQaRo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-tM3RVPQaRo .container {
    padding: 0 26px;
  }
}
.cid-tM3RVPQaRo .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tM3RVPQaRo .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tM3RVPQaRo .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tM3RVPQaRo .mbr-section-title {
  color: #000000;
}
.cid-tM3RVPQaRo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tM3RVPQaRo .mbr-text {
  color: #cacaca;
}
.cid-sSwTkM5eXb {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sSwTkM5eXb .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sSwTkM5eXb .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sSwTkM5eXb .image-wrapper {
    padding: 16px;
  }
}
.cid-sSwTkM5eXb .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-sSwTkM5eXb .image-wrapper img {
  height: 200px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-sSwTkM5eXb .image-wrapper img {
    height: 277px;
  }
}
@media (max-width: 991px) {
  .cid-sSwTkM5eXb .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sSwTkM5eXb .col-text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sSwTkM5eXb .col-text {
    text-align: center;
  }
}
.cid-sSwTkM5eXb .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sSwTkM5eXb .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSwTkM5eXb .label-text {
    text-align: center !important;
  }
}
.cid-sSwTkM5eXb .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-sSwTkM5eXb .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
  text-align: left;
}
.cid-sSwTkM5eXb .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-sSwTkM5eXb .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSwTkM5eXb .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sSwTkM5eXb .mbr-section-title,
.cid-sSwTkM5eXb .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-sSwTkM5eXb .mbr-section-title,
.cid-sSwTkM5eXb .mbr-section-btn DIV {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSwTkM5eXb .image-wrapper img {
    height: auto !important;
    max-width: 100%;
    width: 100%;
    object-fit: contain;
    flex-grow: 1;
  }
}
.cid-tM3U0Q9gYH {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tM3U0Q9gYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM3U0Q9gYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-tM3U0Q9gYH .container {
    padding: 0 26px;
  }
}
.cid-tM3U0Q9gYH .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tM3U0Q9gYH .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tM3U0Q9gYH .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tM3U0Q9gYH .mbr-section-title {
  color: #000000;
}
.cid-tM3U0Q9gYH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tM3U0Q9gYH .mbr-text {
  color: #cacaca;
}
.cid-uHlKjiiSgI {
  display: flex;
  position: relative;
  padding-top: 18rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/0..jpeg-2000x1125.jpg");
}
.cid-uHlKjiiSgI .bottom-gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  pointer-events: none;
  z-index: 1;
}
@media (min-width: 768px) {
  .cid-uHlKjiiSgI {
    align-items: flex-end;
  }
  .cid-uHlKjiiSgI .row {
    justify-content: center;
  }
  .cid-uHlKjiiSgI .content-wrap {
    padding: 1rem 3rem;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHlKjiiSgI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHlKjiiSgI {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uHlKjiiSgI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHlKjiiSgI .content-wrap {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.cid-uHlKjiiSgI .mbr-section-title {
  text-align: center;
}
.cid-uHlKjiiSgI .mbr-section-subtitle {
  text-align: center;
}
.cid-uHlKjiiSgI .mbr-text {
  text-align: center;
}
.cid-uHlKjiiSgI .mbr-section-btn {
  text-align: center;
  position: relative;
  z-index: 2;
}
.cid-uHlJhMP3cK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHlJhMP3cK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHlJhMP3cK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uHlJhMP3cK .container {
    padding: 0 26px;
  }
}
.cid-uHlJhMP3cK .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uHlJhMP3cK .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uHlJhMP3cK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHlJhMP3cK .mbr-section-title {
  color: #000000;
}
.cid-uHlJhMP3cK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHlJhMP3cK .mbr-text {
  color: #cacaca;
}
.cid-uHlIQNYAJY {
  display: flex;
  padding-top: 18rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/0..jpeg-1-2000x1125.jpg");
  position: relative;
}
.cid-uHlIQNYAJY .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uHlIQNYAJY {
    align-items: flex-end;
  }
  .cid-uHlIQNYAJY .row {
    justify-content: center;
  }
  .cid-uHlIQNYAJY .content-wrap {
    padding: 1rem 3rem;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHlIQNYAJY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHlIQNYAJY {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uHlIQNYAJY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHlIQNYAJY .content-wrap {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.cid-uHlIQNYAJY .mbr-section-title,
.cid-uHlIQNYAJY .mbr-section-subtitle {
  text-align: center;
}
.cid-uHlIQNYAJY .mbr-text,
.cid-uHlIQNYAJY .mbr-section-btn {
  text-align: center;
}
.cid-uHlIQNYAJY .bottom-gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uHlIQNYAJY .mbr-section-title {
  text-align: center;
}
.cid-uHlIQNYAJY .mbr-section-subtitle {
  text-align: center;
}
.cid-uHlIQNYAJY .mbr-text {
  text-align: center;
}
.cid-uHlIQNYAJY .mbr-section-btn {
  text-align: center;
  position: relative;
  z-index: 2;
}
.cid-uHogxYy0J4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHogxYy0J4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHogxYy0J4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uHogxYy0J4 .container {
    padding: 0 26px;
  }
}
.cid-uHogxYy0J4 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uHogxYy0J4 .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uHogxYy0J4 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHogxYy0J4 .mbr-section-title {
  color: #000000;
}
.cid-uHogxYy0J4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHogxYy0J4 .mbr-text {
  color: #cacaca;
}
.cid-uHogvIxNrN {
  display: flex;
  padding-top: 18rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/0..jpeg-2-2000x1125.jpg");
  position: relative;
}
.cid-uHogvIxNrN .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uHogvIxNrN {
    align-items: flex-end;
  }
  .cid-uHogvIxNrN .row {
    justify-content: center;
  }
  .cid-uHogvIxNrN .content-wrap {
    padding: 1rem 3rem;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHogvIxNrN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHogvIxNrN {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uHogvIxNrN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHogvIxNrN .content-wrap {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.cid-uHogvIxNrN .mbr-section-title,
.cid-uHogvIxNrN .mbr-section-subtitle {
  text-align: center;
}
.cid-uHogvIxNrN .mbr-text,
.cid-uHogvIxNrN .mbr-section-btn {
  text-align: center;
}
.cid-uHogvIxNrN .bottom-gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uHogvIxNrN .mbr-section-title {
  text-align: center;
}
.cid-uHogvIxNrN .mbr-section-subtitle {
  text-align: center;
}
.cid-uHogvIxNrN .mbr-text {
  text-align: center;
}
.cid-uHogvIxNrN .mbr-section-btn {
  text-align: center;
  position: relative;
  z-index: 2;
}
.cid-uHogC3ca57 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHogC3ca57 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHogC3ca57 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uHogC3ca57 .container {
    padding: 0 26px;
  }
}
.cid-uHogC3ca57 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uHogC3ca57 .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uHogC3ca57 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHogC3ca57 .mbr-section-title {
  color: #000000;
}
.cid-uHogC3ca57 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHogC3ca57 .mbr-text {
  color: #cacaca;
}
.cid-uHogBhfu35 {
  display: flex;
  padding-top: 18rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/0..jpeg-3-2000x1125.jpg");
  position: relative;
}
.cid-uHogBhfu35 .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uHogBhfu35 {
    align-items: flex-end;
  }
  .cid-uHogBhfu35 .row {
    justify-content: center;
  }
  .cid-uHogBhfu35 .content-wrap {
    padding: 1rem 3rem;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHogBhfu35 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHogBhfu35 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uHogBhfu35 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHogBhfu35 .content-wrap {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.cid-uHogBhfu35 .mbr-section-title,
.cid-uHogBhfu35 .mbr-section-subtitle {
  text-align: center;
}
.cid-uHogBhfu35 .mbr-text,
.cid-uHogBhfu35 .mbr-section-btn {
  text-align: center;
}
.cid-uHogBhfu35 .bottom-gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uHogBhfu35 .mbr-section-title {
  text-align: center;
}
.cid-uHogBhfu35 .mbr-section-subtitle {
  text-align: center;
}
.cid-uHogBhfu35 .mbr-text {
  text-align: center;
}
.cid-uHogBhfu35 .mbr-section-btn {
  text-align: center;
  position: relative;
  z-index: 2;
}
.cid-uHoheApukD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHoheApukD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoheApukD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uHoheApukD .container {
    padding: 0 26px;
  }
}
.cid-uHoheApukD .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uHoheApukD .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uHoheApukD .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHoheApukD .mbr-section-title {
  color: #000000;
}
.cid-uHoheApukD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHoheApukD .mbr-text {
  color: #cacaca;
}
.cid-uHohdGIrci {
  display: flex;
  padding-top: 18rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/0..jpeg-4-2000x1125.jpg");
  position: relative;
}
.cid-uHohdGIrci .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uHohdGIrci {
    align-items: flex-end;
  }
  .cid-uHohdGIrci .row {
    justify-content: center;
  }
  .cid-uHohdGIrci .content-wrap {
    padding: 1rem 3rem;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHohdGIrci .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHohdGIrci {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uHohdGIrci .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHohdGIrci .content-wrap {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.cid-uHohdGIrci .mbr-section-title,
.cid-uHohdGIrci .mbr-section-subtitle {
  text-align: center;
}
.cid-uHohdGIrci .mbr-text,
.cid-uHohdGIrci .mbr-section-btn {
  text-align: center;
}
.cid-uHohdGIrci .bottom-gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uHohdGIrci .mbr-section-title {
  text-align: center;
}
.cid-uHohdGIrci .mbr-section-subtitle {
  text-align: center;
}
.cid-uHohdGIrci .mbr-text {
  text-align: center;
}
.cid-uHohdGIrci .mbr-section-btn {
  text-align: center;
  position: relative;
  z-index: 2;
}
.cid-uHohgUkvER {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHohgUkvER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHohgUkvER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uHohgUkvER .container {
    padding: 0 26px;
  }
}
.cid-uHohgUkvER .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uHohgUkvER .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uHohgUkvER .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHohgUkvER .mbr-section-title {
  color: #000000;
}
.cid-uHohgUkvER .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHohgUkvER .mbr-text {
  color: #cacaca;
}
.cid-uHohfU9qwD {
  display: flex;
  padding-top: 18rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/0..jpeg-5-2000x1125.jpg");
  position: relative;
}
.cid-uHohfU9qwD .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uHohfU9qwD {
    align-items: flex-end;
  }
  .cid-uHohfU9qwD .row {
    justify-content: center;
  }
  .cid-uHohfU9qwD .content-wrap {
    padding: 1rem 3rem;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHohfU9qwD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHohfU9qwD {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uHohfU9qwD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHohfU9qwD .content-wrap {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.cid-uHohfU9qwD .mbr-section-title,
.cid-uHohfU9qwD .mbr-section-subtitle {
  text-align: center;
}
.cid-uHohfU9qwD .mbr-text,
.cid-uHohfU9qwD .mbr-section-btn {
  text-align: center;
}
.cid-uHohfU9qwD .bottom-gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uHohfU9qwD .mbr-section-title {
  text-align: center;
}
.cid-uHohfU9qwD .mbr-section-subtitle {
  text-align: center;
}
.cid-uHohfU9qwD .mbr-text {
  text-align: center;
}
.cid-uHohfU9qwD .mbr-section-btn {
  text-align: center;
  position: relative;
  z-index: 2;
}
.cid-uHohjeiRol {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHohjeiRol .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHohjeiRol .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uHohjeiRol .container {
    padding: 0 26px;
  }
}
.cid-uHohjeiRol .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uHohjeiRol .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uHohjeiRol .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHohjeiRol .mbr-section-title {
  color: #000000;
}
.cid-uHohjeiRol .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHohjeiRol .mbr-text {
  color: #cacaca;
}
.cid-uHohimfKVZ {
  display: flex;
  padding-top: 18rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/0..jpeg-6-2000x1125.jpg");
  position: relative;
}
.cid-uHohimfKVZ .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uHohimfKVZ {
    align-items: flex-end;
  }
  .cid-uHohimfKVZ .row {
    justify-content: center;
  }
  .cid-uHohimfKVZ .content-wrap {
    padding: 1rem 3rem;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHohimfKVZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHohimfKVZ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uHohimfKVZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHohimfKVZ .content-wrap {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.cid-uHohimfKVZ .mbr-section-title,
.cid-uHohimfKVZ .mbr-section-subtitle {
  text-align: center;
}
.cid-uHohimfKVZ .mbr-text,
.cid-uHohimfKVZ .mbr-section-btn {
  text-align: center;
}
.cid-uHohimfKVZ .bottom-gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uHohimfKVZ .mbr-section-title {
  text-align: center;
}
.cid-uHohimfKVZ .mbr-section-subtitle {
  text-align: center;
}
.cid-uHohimfKVZ .mbr-text {
  text-align: center;
}
.cid-uHohimfKVZ .mbr-section-btn {
  text-align: center;
  position: relative;
  z-index: 2;
}
.cid-uHohldWBPD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHohldWBPD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHohldWBPD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uHohldWBPD .container {
    padding: 0 26px;
  }
}
.cid-uHohldWBPD .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uHohldWBPD .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uHohldWBPD .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHohldWBPD .mbr-section-title {
  color: #000000;
}
.cid-uHohldWBPD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHohldWBPD .mbr-text {
  color: #cacaca;
}
.cid-uHohkpAXQT {
  display: flex;
  padding-top: 18rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/0..jpeg-1920x1080.jpg");
  position: relative;
}
.cid-uHohkpAXQT .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uHohkpAXQT {
    align-items: flex-end;
  }
  .cid-uHohkpAXQT .row {
    justify-content: center;
  }
  .cid-uHohkpAXQT .content-wrap {
    padding: 1rem 3rem;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHohkpAXQT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHohkpAXQT {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uHohkpAXQT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHohkpAXQT .content-wrap {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.cid-uHohkpAXQT .mbr-section-title,
.cid-uHohkpAXQT .mbr-section-subtitle {
  text-align: center;
}
.cid-uHohkpAXQT .mbr-text,
.cid-uHohkpAXQT .mbr-section-btn {
  text-align: center;
}
.cid-uHohkpAXQT .bottom-gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uHohkpAXQT .mbr-section-title {
  text-align: center;
}
.cid-uHohkpAXQT .mbr-section-subtitle {
  text-align: center;
}
.cid-uHohkpAXQT .mbr-text {
  text-align: center;
}
.cid-uHohkpAXQT .mbr-section-btn {
  text-align: center;
  position: relative;
  z-index: 2;
}
.cid-tM3U8EW8h3 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tM3U8EW8h3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM3U8EW8h3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-tM3U8EW8h3 .container {
    padding: 0 26px;
  }
}
.cid-tM3U8EW8h3 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tM3U8EW8h3 .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tM3U8EW8h3 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tM3U8EW8h3 .mbr-section-title {
  color: #000000;
}
.cid-tM3U8EW8h3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tM3U8EW8h3 .mbr-text {
  color: #cacaca;
}
.cid-tMikjHptOC {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tMikjHptOC .row {
  flex-direction: row-reverse;
}
.cid-tMikjHptOC .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tMikjHptOC .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tMikjHptOC .image-wrapper {
    padding: 16px;
  }
}
.cid-tMikjHptOC .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-tMikjHptOC .image-wrapper img {
  height: 200px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-tMikjHptOC .image-wrapper img {
    height: 277px;
  }
}
@media (max-width: 991px) {
  .cid-tMikjHptOC .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tMikjHptOC .col-text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tMikjHptOC .col-text {
    text-align: center;
  }
}
.cid-tMikjHptOC .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tMikjHptOC .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tMikjHptOC .label-text {
    text-align: center !important;
  }
}
.cid-tMikjHptOC .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-tMikjHptOC .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
  text-align: left;
}
.cid-tMikjHptOC .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-tMikjHptOC .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tMikjHptOC .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tMikjHptOC .mbr-section-title,
.cid-tMikjHptOC .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tMikjHptOC .mbr-section-title,
.cid-tMikjHptOC .mbr-section-btn DIV {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tMikjHptOC .image-wrapper {
    align-items: flex-end;
  }
  .cid-tMikjHptOC img {
    width: auto;
  }
}
.cid-tM04dN7rAF {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tM04dN7rAF .title__block {
  margin-bottom: 0px;
}
.cid-tM04dN7rAF .timelines-container .separline:last-child:before {
  content: none;
}
.cid-tM04dN7rAF .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-tM04dN7rAF .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #999999;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-tM04dN7rAF .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tM04dN7rAF .timeline-text-content:before {
  width: 14px;
  height: 14px;
  border: 1px solid #999999;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-tM04dN7rAF .timeline-element {
  margin-top: 0px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tM04dN7rAF .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-tM04dN7rAF .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-tM04dN7rAF .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-tM04dN7rAF .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 5%;
  left: 50%;
  top: 21px;
  width: 5px;
  height: 0px;
  transform: translateX(-50%);
  background-color: #000000;
}
.cid-tM04dN7rAF .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: inherit;
  opacity: .75;
  top: 0px;
  left: 8px;
  border-radius: 75%;
  text-align: center;
  line-height: 30px;
  color: white;
}
.cid-tM04dN7rAF .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #000000;
  left: calc(50% - -2px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-tM04dN7rAF .title__block {
    margin-bottom: 0px;
  }
  .cid-tM04dN7rAF .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-tM04dN7rAF .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tM04dN7rAF .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-tM04dN7rAF .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tM04dN7rAF .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
    border: none;
  }
  .cid-tM04dN7rAF .iconBackground {
    left: 0 !important;
  }
  .cid-tM04dN7rAF .separline:before {
    left: 0 !important;
  }
}
.cid-tM04dN7rAF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM04dN7rAF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM04dN7rAF .mbr-section-title {
  text-align: left;
}
.cid-tM4IE7vt2I {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tM4IE7vt2I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM4IE7vt2I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-tM4IE7vt2I .container {
    padding: 0 26px;
  }
}
.cid-tM4IE7vt2I .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tM4IE7vt2I .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tM4IE7vt2I .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tM4IE7vt2I .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tM4IE7vt2I .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tM4IE7vt2I .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-tM4ITVw86X {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tM4ITVw86X .title__block {
  margin-bottom: 0px;
}
.cid-tM4ITVw86X .timelines-container .separline:last-child:before {
  content: none;
}
.cid-tM4ITVw86X .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-tM4ITVw86X .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #999999;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-tM4ITVw86X .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tM4ITVw86X .timeline-text-content:before {
  width: 14px;
  height: 14px;
  border: 1px solid #999999;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-tM4ITVw86X .timeline-element {
  margin-top: 0px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tM4ITVw86X .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-tM4ITVw86X .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-tM4ITVw86X .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-tM4ITVw86X .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 5%;
  left: 50%;
  top: 21px;
  width: 5px;
  height: 0px;
  transform: translateX(-50%);
  background-color: #000000;
}
.cid-tM4ITVw86X .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: inherit;
  opacity: .75;
  top: 0px;
  left: 8px;
  border-radius: 75%;
  text-align: center;
  line-height: 30px;
  color: white;
}
.cid-tM4ITVw86X .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #000000;
  left: calc(50% - -2px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-tM4ITVw86X .title__block {
    margin-bottom: 0px;
  }
  .cid-tM4ITVw86X .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-tM4ITVw86X .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tM4ITVw86X .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-tM4ITVw86X .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tM4ITVw86X .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
    border: none;
  }
  .cid-tM4ITVw86X .iconBackground {
    left: 0 !important;
  }
  .cid-tM4ITVw86X .separline:before {
    left: 0 !important;
  }
}
.cid-tM4ITVw86X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM4ITVw86X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM4ITVw86X .mbr-section-title {
  text-align: left;
}
.cid-tM4Jluzvbn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tM4Jluzvbn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM4Jluzvbn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-tM4Jluzvbn .container {
    padding: 0 26px;
  }
}
.cid-tM4Jluzvbn .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tM4Jluzvbn .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tM4Jluzvbn .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tM4Jluzvbn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tM4Jluzvbn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tM4Jluzvbn .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-tM4JKaWoT1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tM4JKaWoT1 .title__block {
  margin-bottom: 0px;
}
.cid-tM4JKaWoT1 .timelines-container .separline:last-child:before {
  content: none;
}
.cid-tM4JKaWoT1 .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-tM4JKaWoT1 .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #999999;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-tM4JKaWoT1 .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tM4JKaWoT1 .timeline-text-content:before {
  width: 14px;
  height: 14px;
  border: 1px solid #999999;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-tM4JKaWoT1 .timeline-element {
  margin-top: 0px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tM4JKaWoT1 .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-tM4JKaWoT1 .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-tM4JKaWoT1 .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-tM4JKaWoT1 .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 5%;
  left: 50%;
  top: 21px;
  width: 5px;
  height: 0px;
  transform: translateX(-50%);
  background-color: #000000;
}
.cid-tM4JKaWoT1 .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: inherit;
  opacity: .75;
  top: 0px;
  left: 8px;
  border-radius: 75%;
  text-align: center;
  line-height: 30px;
  color: white;
}
.cid-tM4JKaWoT1 .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #000000;
  left: calc(50% - -2px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-tM4JKaWoT1 .title__block {
    margin-bottom: 0px;
  }
  .cid-tM4JKaWoT1 .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-tM4JKaWoT1 .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tM4JKaWoT1 .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-tM4JKaWoT1 .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tM4JKaWoT1 .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
    border: none;
  }
  .cid-tM4JKaWoT1 .iconBackground {
    left: 0 !important;
  }
  .cid-tM4JKaWoT1 .separline:before {
    left: 0 !important;
  }
}
.cid-tM4JKaWoT1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM4JKaWoT1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM4JKaWoT1 .mbr-section-title {
  text-align: left;
}
.cid-tM3UcGa38v {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tM3UcGa38v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM3UcGa38v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-tM3UcGa38v .container {
    padding: 0 26px;
  }
}
.cid-tM3UcGa38v .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tM3UcGa38v .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tM3UcGa38v .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tM3UcGa38v .mbr-section-title {
  color: #000000;
}
.cid-tM3UcGa38v .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tM3UcGa38v .mbr-text {
  color: #cacaca;
}
.cid-tMikaM4stC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMikaM4stC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tMikaM4stC form {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-tMikaM4stC form {
    padding: 2rem 0rem;
  }
}
.cid-tMikaM4stC .border-radius {
  border-radius: 0rem;
}
.cid-tMikaM4stC input,
.cid-tMikaM4stC textarea {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.cid-tMikaM4stC input:hover,
.cid-tMikaM4stC textarea:hover,
.cid-tMikaM4stC input:focus,
.cid-tMikaM4stC textarea:focus,
.cid-tMikaM4stC input:active,
.cid-tMikaM4stC textarea:active {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  box-shadow: none;
}
.cid-tMikaM4stC .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-tMikaM4stC img {
    max-width: 60%;
    height: auto;
    object-fit: contain;
  }
}
.cid-tMikaM4stC .row {
  background: #ffffff;
  overflow: hidden;
  margin: 0;
}
.cid-tMikaM4stC .btn {
  padding: 0.5rem 10rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0rem !important;
  display: block;
}
@media (max-width: 767px) {
  .cid-tMikaM4stC .btn {
    padding: 0.5rem 1rem;
    width: auto;
  }
}
@media (max-width: 767px) {
  .cid-tMikaM4stC .col-auto {
    margin: auto;
  }
}
.cid-tMikaM4stC h5 {
  margin-bottom: 1rem;
}
.cid-tMikaM4stC a {
  font-weight: bold;
}
.cid-tMikaM4stC .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tMikaM4stC .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tMikaM4stC .no-padding {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMikaM4stC H5 {
  text-align: left;
}
.cid-sSwZSCgWd3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sSwZSCgWd3 .media-container-row .mbr-text {
  color: #000000;
}
.cid-uH7aBMCJ5j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
@media (min-width: 992px) {
  .cid-uH7aBMCJ5j .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uH7aBMCJ5j .align-right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .cid-uH7aBMCJ5j .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uH7aBMCJ5j .navbar-caption {
  font-weight: 500;
}
.cid-uH7aBMCJ5j nav.navbar {
  position: fixed;
}
.cid-uH7aBMCJ5j .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-uH7aBMCJ5j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uH7aBMCJ5j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uH7aBMCJ5j .dropdown-item:hover,
.cid-uH7aBMCJ5j .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uH7aBMCJ5j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uH7aBMCJ5j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uH7aBMCJ5j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uH7aBMCJ5j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uH7aBMCJ5j .nav-link {
  position: relative;
  text-align: right;
  display: inline-block;
  width: 100%;
}
.cid-uH7aBMCJ5j .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-uH7aBMCJ5j .nav-link:hover::after {
  visibility: visible;
  width: 100%;
}
.cid-uH7aBMCJ5j .container {
  display: flex;
  margin: auto;
}
.cid-uH7aBMCJ5j .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-uH7aBMCJ5j .dropdown-menu,
.cid-uH7aBMCJ5j .navbar.opened {
  background: #ffffff !important;
}
.cid-uH7aBMCJ5j .nav-item:focus,
.cid-uH7aBMCJ5j .nav-link:focus {
  outline: none;
}
.cid-uH7aBMCJ5j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uH7aBMCJ5j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH7aBMCJ5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uH7aBMCJ5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH7aBMCJ5j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uH7aBMCJ5j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uH7aBMCJ5j .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uH7aBMCJ5j .navbar.opened {
  transition: all 0.3s;
}
.cid-uH7aBMCJ5j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uH7aBMCJ5j .navbar .navbar-logo img {
  width: auto;
}
.cid-uH7aBMCJ5j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uH7aBMCJ5j .navbar.collapsed {
  justify-content: center;
}
.cid-uH7aBMCJ5j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uH7aBMCJ5j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uH7aBMCJ5j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uH7aBMCJ5j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uH7aBMCJ5j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uH7aBMCJ5j .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-uH7aBMCJ5j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uH7aBMCJ5j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uH7aBMCJ5j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uH7aBMCJ5j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uH7aBMCJ5j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uH7aBMCJ5j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uH7aBMCJ5j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uH7aBMCJ5j .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-uH7aBMCJ5j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uH7aBMCJ5j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uH7aBMCJ5j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uH7aBMCJ5j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uH7aBMCJ5j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uH7aBMCJ5j .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uH7aBMCJ5j .navbar.navbar-short {
  min-height: 80px;
}
.cid-uH7aBMCJ5j .navbar.navbar-short .navbar-logo img {
  height: 3.3rem !important;
}
.cid-uH7aBMCJ5j .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uH7aBMCJ5j .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-uH7aBMCJ5j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uH7aBMCJ5j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uH7aBMCJ5j .dropdown-item.active,
.cid-uH7aBMCJ5j .dropdown-item:active {
  background-color: transparent;
}
.cid-uH7aBMCJ5j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uH7aBMCJ5j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uH7aBMCJ5j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uH7aBMCJ5j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uH7aBMCJ5j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uH7aBMCJ5j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uH7aBMCJ5j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uH7aBMCJ5j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uH7aBMCJ5j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uH7aBMCJ5j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uH7aBMCJ5j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH7aBMCJ5j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH7aBMCJ5j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uH7aBMCJ5j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH7aBMCJ5j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uH7aBMCJ5j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uH7aBMCJ5j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH7aBMCJ5j .navbar-dropdown {
  position: fixed;
}
.cid-uH7aBMCJ5j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uH7aBMCJ5j .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uH7aBMCJ5j .navbar {
    height: 70px;
  }
  .cid-uH7aBMCJ5j .navbar.opened {
    height: auto;
  }
  .cid-uH7aBMCJ5j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uH7aBPhEG5 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uH7aBPhEG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH7aBPhEG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uH7aBPhEG5 .container {
    padding: 0 26px;
  }
}
.cid-uH7aBPhEG5 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uH7aBPhEG5 .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uH7aBPhEG5 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uH7aBPhEG5 .mbr-section-title {
  color: #000000;
}
.cid-uH7aBPhEG5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uH7aBPhEG5 .mbr-text {
  color: #cacaca;
}
.cid-uH7aBV3zp8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uH7aBV3zp8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH7aBV3zp8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uH7aBV3zp8 .container {
    padding: 0 26px;
  }
}
.cid-uH7aBV3zp8 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uH7aBV3zp8 .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uH7aBV3zp8 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uH7aBV3zp8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uH7aBV3zp8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uH7aBV3zp8 .mbr-text {
  color: #222222;
  text-align: left;
}
.cid-uHiRV5MUWD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .cid-uHiRV5MUWD .col-12.col-cards {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
}
.cid-uHiRV5MUWD .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uHiRV5MUWD .row {
    text-align: center !important;
  }
}
.cid-uHiRV5MUWD .col-text {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uHiRV5MUWD .col-text {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.cid-uHiRV5MUWD .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-uHiRV5MUWD .text-wrapper {
    text-align: center !important;
  }
}
.cid-uHiRV5MUWD .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uHiRV5MUWD .label-text {
    text-align: center !important;
  }
}
.cid-uHiRV5MUWD .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uHiRV5MUWD .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uHiRV5MUWD .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uHiRV5MUWD .mbr-text {
    text-align: center !important;
  }
}
.cid-uHiRV5MUWD .btn-container {
  width: 100%;
  margin-top: 16px;
}
.cid-uHiRV5MUWD .mbr-section-btn .btn {
  padding: 0;
}
.cid-uHiRV5MUWD .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-uHiRV5MUWD .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-uHiRV5MUWD .col-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 48px;
}
@media (max-width: 991px) {
  .cid-uHiRV5MUWD .col-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 992px) {
  .cid-uHiRV5MUWD .col-cards {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.cid-uHiRV5MUWD .col-cards-second {
  padding-top: 48px;
  border-top: 1px solid #555555;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uHiRV5MUWD .card {
    margin-bottom: 1rem;
  }
}
.cid-uHiRV5MUWD .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uHiRV5MUWD .card-title {
  color: #222222;
  margin-bottom: 8px;
}
.cid-uHiRV5MUWD .card-date {
  color: #999999;
  margin-bottom: 12px;
}
.cid-uHiRV5MUWD .card-text {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-uHiRV5MUWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHiRV5MUWD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHiRV5MUWD .card-title,
.cid-uHiRV5MUWD .mbr-section-btn {
  text-align: left;
}
.cid-uHiTQcEalb {
  background-color: #ffffff;
}
.cid-uHiTQcEalb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHiTQcEalb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHiTQcEalb img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHiTQcEalb .img-wide {
  height: 50%;
}
.cid-uHiTQcEalb .img-big {
  height: 100%;
}
.cid-uHiTQcEalb .small-image-1 img,
.cid-uHiTQcEalb .small-image-2 img {
  height: 100%;
}
.cid-uHiTQcEalb .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHiTQcEalb .row {
    gap: 10px;
  }
}
.cid-uHiTQcEalb .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHiTQcEalb .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHj9GmjLJ2 {
  background-color: #ffffff;
}
.cid-uHj9GmjLJ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHj9GmjLJ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHj9GmjLJ2 img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHj9GmjLJ2 .img-wide {
  height: 50%;
}
.cid-uHj9GmjLJ2 .img-big {
  height: 100%;
}
.cid-uHj9GmjLJ2 .small-image-1 img,
.cid-uHj9GmjLJ2 .small-image-2 img {
  height: 100%;
}
.cid-uHj9GmjLJ2 .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHj9GmjLJ2 .row {
    gap: 10px;
  }
}
.cid-uHj9GmjLJ2 .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHj9GmjLJ2 .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHj9Icajvc {
  background-color: #ffffff;
}
.cid-uHj9Icajvc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHj9Icajvc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHj9Icajvc img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHj9Icajvc .img-wide {
  height: 50%;
}
.cid-uHj9Icajvc .img-big {
  height: 100%;
}
.cid-uHj9Icajvc .small-image-1 img,
.cid-uHj9Icajvc .small-image-2 img {
  height: 100%;
}
.cid-uHj9Icajvc .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHj9Icajvc .row {
    gap: 10px;
  }
}
.cid-uHj9Icajvc .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHj9Icajvc .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHj9IHKjRk {
  background-color: #ffffff;
}
.cid-uHj9IHKjRk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHj9IHKjRk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHj9IHKjRk img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHj9IHKjRk .img-wide {
  height: 50%;
}
.cid-uHj9IHKjRk .img-big {
  height: 100%;
}
.cid-uHj9IHKjRk .small-image-1 img,
.cid-uHj9IHKjRk .small-image-2 img {
  height: 100%;
}
.cid-uHj9IHKjRk .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHj9IHKjRk .row {
    gap: 10px;
  }
}
.cid-uHj9IHKjRk .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHj9IHKjRk .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHj9J8bI2n {
  background-color: #ffffff;
}
.cid-uHj9J8bI2n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHj9J8bI2n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHj9J8bI2n img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHj9J8bI2n .img-wide {
  height: 50%;
}
.cid-uHj9J8bI2n .img-big {
  height: 100%;
}
.cid-uHj9J8bI2n .small-image-1 img,
.cid-uHj9J8bI2n .small-image-2 img {
  height: 100%;
}
.cid-uHj9J8bI2n .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHj9J8bI2n .row {
    gap: 10px;
  }
}
.cid-uHj9J8bI2n .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHj9J8bI2n .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHj9JutYgV {
  background-color: #ffffff;
}
.cid-uHj9JutYgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHj9JutYgV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHj9JutYgV img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHj9JutYgV .img-wide {
  height: 50%;
}
.cid-uHj9JutYgV .img-big {
  height: 100%;
}
.cid-uHj9JutYgV .small-image-1 img,
.cid-uHj9JutYgV .small-image-2 img {
  height: 100%;
}
.cid-uHj9JutYgV .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHj9JutYgV .row {
    gap: 10px;
  }
}
.cid-uHj9JutYgV .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHj9JutYgV .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHj9JR3Du4 {
  background-color: #ffffff;
}
.cid-uHj9JR3Du4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHj9JR3Du4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHj9JR3Du4 img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHj9JR3Du4 .img-wide {
  height: 50%;
}
.cid-uHj9JR3Du4 .img-big {
  height: 100%;
}
.cid-uHj9JR3Du4 .small-image-1 img,
.cid-uHj9JR3Du4 .small-image-2 img {
  height: 100%;
}
.cid-uHj9JR3Du4 .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHj9JR3Du4 .row {
    gap: 10px;
  }
}
.cid-uHj9JR3Du4 .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHj9JR3Du4 .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uH7aBXLBVW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uH7aBXLBVW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH7aBXLBVW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uH7aBXLBVW .container {
    padding: 0 26px;
  }
}
.cid-uH7aBXLBVW .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uH7aBXLBVW .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uH7aBXLBVW .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uH7aBXLBVW .mbr-section-title {
  color: #000000;
}
.cid-uH7aBXLBVW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uH7aBXLBVW .mbr-text {
  color: #cacaca;
}
.cid-uH7aBYDEkf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uH7aBYDEkf .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uH7aBYDEkf form {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uH7aBYDEkf form {
    padding: 2rem 0rem;
  }
}
.cid-uH7aBYDEkf .border-radius {
  border-radius: 0rem;
}
.cid-uH7aBYDEkf input,
.cid-uH7aBYDEkf textarea {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.cid-uH7aBYDEkf input:hover,
.cid-uH7aBYDEkf textarea:hover,
.cid-uH7aBYDEkf input:focus,
.cid-uH7aBYDEkf textarea:focus,
.cid-uH7aBYDEkf input:active,
.cid-uH7aBYDEkf textarea:active {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  box-shadow: none;
}
.cid-uH7aBYDEkf .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uH7aBYDEkf img {
    max-width: 60%;
    height: auto;
    object-fit: contain;
  }
}
.cid-uH7aBYDEkf .row {
  background: #ffffff;
  overflow: hidden;
  margin: 0;
}
.cid-uH7aBYDEkf .btn {
  padding: 0.5rem 10rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0rem !important;
  display: block;
}
@media (max-width: 767px) {
  .cid-uH7aBYDEkf .btn {
    padding: 0.5rem 1rem;
    width: auto;
  }
}
@media (max-width: 767px) {
  .cid-uH7aBYDEkf .col-auto {
    margin: auto;
  }
}
.cid-uH7aBYDEkf h5 {
  margin-bottom: 1rem;
}
.cid-uH7aBYDEkf a {
  font-weight: bold;
}
.cid-uH7aBYDEkf .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uH7aBYDEkf .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uH7aBYDEkf .no-padding {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uH7aBYDEkf H5 {
  text-align: left;
}
.cid-uH7aBZCdp4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uH7aBZCdp4 .media-container-row .mbr-text {
  color: #000000;
}
.cid-uHokEnT2j1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
@media (min-width: 992px) {
  .cid-uHokEnT2j1 .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uHokEnT2j1 .align-right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .cid-uHokEnT2j1 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uHokEnT2j1 .navbar-caption {
  font-weight: 500;
}
.cid-uHokEnT2j1 nav.navbar {
  position: fixed;
}
.cid-uHokEnT2j1 .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-uHokEnT2j1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHokEnT2j1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHokEnT2j1 .dropdown-item:hover,
.cid-uHokEnT2j1 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uHokEnT2j1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHokEnT2j1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHokEnT2j1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHokEnT2j1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHokEnT2j1 .nav-link {
  position: relative;
  text-align: right;
  display: inline-block;
  width: 100%;
}
.cid-uHokEnT2j1 .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-uHokEnT2j1 .nav-link:hover::after {
  visibility: visible;
  width: 100%;
}
.cid-uHokEnT2j1 .container {
  display: flex;
  margin: auto;
}
.cid-uHokEnT2j1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-uHokEnT2j1 .dropdown-menu,
.cid-uHokEnT2j1 .navbar.opened {
  background: #ffffff !important;
}
.cid-uHokEnT2j1 .nav-item:focus,
.cid-uHokEnT2j1 .nav-link:focus {
  outline: none;
}
.cid-uHokEnT2j1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHokEnT2j1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHokEnT2j1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHokEnT2j1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHokEnT2j1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHokEnT2j1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHokEnT2j1 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHokEnT2j1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uHokEnT2j1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHokEnT2j1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uHokEnT2j1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHokEnT2j1 .navbar.collapsed {
  justify-content: center;
}
.cid-uHokEnT2j1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHokEnT2j1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHokEnT2j1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uHokEnT2j1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHokEnT2j1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHokEnT2j1 .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-uHokEnT2j1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHokEnT2j1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHokEnT2j1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHokEnT2j1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHokEnT2j1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHokEnT2j1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHokEnT2j1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHokEnT2j1 .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-uHokEnT2j1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHokEnT2j1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHokEnT2j1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHokEnT2j1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHokEnT2j1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHokEnT2j1 .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHokEnT2j1 .navbar.navbar-short {
  min-height: 80px;
}
.cid-uHokEnT2j1 .navbar.navbar-short .navbar-logo img {
  height: 3.3rem !important;
}
.cid-uHokEnT2j1 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uHokEnT2j1 .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-uHokEnT2j1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHokEnT2j1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHokEnT2j1 .dropdown-item.active,
.cid-uHokEnT2j1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHokEnT2j1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHokEnT2j1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHokEnT2j1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHokEnT2j1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHokEnT2j1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHokEnT2j1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHokEnT2j1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHokEnT2j1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHokEnT2j1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHokEnT2j1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHokEnT2j1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHokEnT2j1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHokEnT2j1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHokEnT2j1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHokEnT2j1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHokEnT2j1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHokEnT2j1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHokEnT2j1 .navbar-dropdown {
  position: fixed;
}
.cid-uHokEnT2j1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHokEnT2j1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHokEnT2j1 .navbar {
    height: 70px;
  }
  .cid-uHokEnT2j1 .navbar.opened {
    height: auto;
  }
  .cid-uHokEnT2j1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHokEopE03 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHokEopE03 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokEopE03 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uHokEopE03 .container {
    padding: 0 26px;
  }
}
.cid-uHokEopE03 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uHokEopE03 .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uHokEopE03 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHokEopE03 .mbr-section-title {
  color: #000000;
}
.cid-uHokEopE03 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHokEopE03 .mbr-text {
  color: #cacaca;
}
.cid-uHokEoRieD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHokEoRieD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokEoRieD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uHokEoRieD .container {
    padding: 0 26px;
  }
}
.cid-uHokEoRieD .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uHokEoRieD .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uHokEoRieD .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHokEoRieD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHokEoRieD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHokEoRieD .mbr-text {
  color: #222222;
  text-align: left;
}
.cid-uHokEpfzkE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .cid-uHokEpfzkE .col-12.col-cards {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
}
.cid-uHokEpfzkE .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uHokEpfzkE .row {
    text-align: center !important;
  }
}
.cid-uHokEpfzkE .col-text {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uHokEpfzkE .col-text {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.cid-uHokEpfzkE .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-uHokEpfzkE .text-wrapper {
    text-align: center !important;
  }
}
.cid-uHokEpfzkE .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uHokEpfzkE .label-text {
    text-align: center !important;
  }
}
.cid-uHokEpfzkE .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uHokEpfzkE .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uHokEpfzkE .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uHokEpfzkE .mbr-text {
    text-align: center !important;
  }
}
.cid-uHokEpfzkE .btn-container {
  width: 100%;
  margin-top: 16px;
}
.cid-uHokEpfzkE .mbr-section-btn .btn {
  padding: 0;
}
.cid-uHokEpfzkE .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-uHokEpfzkE .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-uHokEpfzkE .col-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 48px;
}
@media (max-width: 991px) {
  .cid-uHokEpfzkE .col-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 992px) {
  .cid-uHokEpfzkE .col-cards {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.cid-uHokEpfzkE .col-cards-second {
  padding-top: 48px;
  border-top: 1px solid #555555;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uHokEpfzkE .card {
    margin-bottom: 1rem;
  }
}
.cid-uHokEpfzkE .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uHokEpfzkE .card-title {
  color: #222222;
  margin-bottom: 8px;
}
.cid-uHokEpfzkE .card-date {
  color: #999999;
  margin-bottom: 12px;
}
.cid-uHokEpfzkE .card-text {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-uHokEpfzkE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokEpfzkE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHokEpfzkE .card-title,
.cid-uHokEpfzkE .mbr-section-btn {
  text-align: left;
}
.cid-uHokEpNQAx {
  background-color: #ffffff;
}
.cid-uHokEpNQAx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokEpNQAx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHokEpNQAx img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHokEpNQAx .img-wide {
  height: 50%;
}
.cid-uHokEpNQAx .img-big {
  height: 100%;
}
.cid-uHokEpNQAx .small-image-1 img,
.cid-uHokEpNQAx .small-image-2 img {
  height: 100%;
}
.cid-uHokEpNQAx .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHokEpNQAx .row {
    gap: 10px;
  }
}
.cid-uHokEpNQAx .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHokEpNQAx .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHokEqj3iw {
  background-color: #ffffff;
}
.cid-uHokEqj3iw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokEqj3iw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHokEqj3iw img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHokEqj3iw .img-wide {
  height: 50%;
}
.cid-uHokEqj3iw .img-big {
  height: 100%;
}
.cid-uHokEqj3iw .small-image-1 img,
.cid-uHokEqj3iw .small-image-2 img {
  height: 100%;
}
.cid-uHokEqj3iw .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHokEqj3iw .row {
    gap: 10px;
  }
}
.cid-uHokEqj3iw .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHokEqj3iw .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHokEqJZHY {
  background-color: #ffffff;
}
.cid-uHokEqJZHY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokEqJZHY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHokEqJZHY img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHokEqJZHY .img-wide {
  height: 50%;
}
.cid-uHokEqJZHY .img-big {
  height: 100%;
}
.cid-uHokEqJZHY .small-image-1 img,
.cid-uHokEqJZHY .small-image-2 img {
  height: 100%;
}
.cid-uHokEqJZHY .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHokEqJZHY .row {
    gap: 10px;
  }
}
.cid-uHokEqJZHY .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHokEqJZHY .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHokEsYKGj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHokEsYKGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokEsYKGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uHokEsYKGj .container {
    padding: 0 26px;
  }
}
.cid-uHokEsYKGj .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uHokEsYKGj .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uHokEsYKGj .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHokEsYKGj .mbr-section-title {
  color: #000000;
}
.cid-uHokEsYKGj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHokEsYKGj .mbr-text {
  color: #cacaca;
}
.cid-uHokEtokkH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHokEtokkH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uHokEtokkH form {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uHokEtokkH form {
    padding: 2rem 0rem;
  }
}
.cid-uHokEtokkH .border-radius {
  border-radius: 0rem;
}
.cid-uHokEtokkH input,
.cid-uHokEtokkH textarea {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.cid-uHokEtokkH input:hover,
.cid-uHokEtokkH textarea:hover,
.cid-uHokEtokkH input:focus,
.cid-uHokEtokkH textarea:focus,
.cid-uHokEtokkH input:active,
.cid-uHokEtokkH textarea:active {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  box-shadow: none;
}
.cid-uHokEtokkH .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uHokEtokkH img {
    max-width: 60%;
    height: auto;
    object-fit: contain;
  }
}
.cid-uHokEtokkH .row {
  background: #ffffff;
  overflow: hidden;
  margin: 0;
}
.cid-uHokEtokkH .btn {
  padding: 0.5rem 10rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0rem !important;
  display: block;
}
@media (max-width: 767px) {
  .cid-uHokEtokkH .btn {
    padding: 0.5rem 1rem;
    width: auto;
  }
}
@media (max-width: 767px) {
  .cid-uHokEtokkH .col-auto {
    margin: auto;
  }
}
.cid-uHokEtokkH h5 {
  margin-bottom: 1rem;
}
.cid-uHokEtokkH a {
  font-weight: bold;
}
.cid-uHokEtokkH .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uHokEtokkH .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uHokEtokkH .no-padding {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHokEtokkH H5 {
  text-align: left;
}
.cid-uHokEtS3P1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uHokEtS3P1 .media-container-row .mbr-text {
  color: #000000;
}
.cid-uHokBhzU58 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
@media (min-width: 992px) {
  .cid-uHokBhzU58 .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uHokBhzU58 .align-right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .cid-uHokBhzU58 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uHokBhzU58 .navbar-caption {
  font-weight: 500;
}
.cid-uHokBhzU58 nav.navbar {
  position: fixed;
}
.cid-uHokBhzU58 .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-uHokBhzU58 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHokBhzU58 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHokBhzU58 .dropdown-item:hover,
.cid-uHokBhzU58 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uHokBhzU58 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHokBhzU58 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHokBhzU58 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHokBhzU58 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHokBhzU58 .nav-link {
  position: relative;
  text-align: right;
  display: inline-block;
  width: 100%;
}
.cid-uHokBhzU58 .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-uHokBhzU58 .nav-link:hover::after {
  visibility: visible;
  width: 100%;
}
.cid-uHokBhzU58 .container {
  display: flex;
  margin: auto;
}
.cid-uHokBhzU58 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-uHokBhzU58 .dropdown-menu,
.cid-uHokBhzU58 .navbar.opened {
  background: #ffffff !important;
}
.cid-uHokBhzU58 .nav-item:focus,
.cid-uHokBhzU58 .nav-link:focus {
  outline: none;
}
.cid-uHokBhzU58 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHokBhzU58 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHokBhzU58 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHokBhzU58 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHokBhzU58 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHokBhzU58 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHokBhzU58 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHokBhzU58 .navbar.opened {
  transition: all 0.3s;
}
.cid-uHokBhzU58 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHokBhzU58 .navbar .navbar-logo img {
  width: auto;
}
.cid-uHokBhzU58 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHokBhzU58 .navbar.collapsed {
  justify-content: center;
}
.cid-uHokBhzU58 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHokBhzU58 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHokBhzU58 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uHokBhzU58 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHokBhzU58 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHokBhzU58 .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-uHokBhzU58 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHokBhzU58 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHokBhzU58 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHokBhzU58 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHokBhzU58 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHokBhzU58 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHokBhzU58 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHokBhzU58 .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-uHokBhzU58 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHokBhzU58 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHokBhzU58 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHokBhzU58 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHokBhzU58 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHokBhzU58 .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHokBhzU58 .navbar.navbar-short {
  min-height: 80px;
}
.cid-uHokBhzU58 .navbar.navbar-short .navbar-logo img {
  height: 3.3rem !important;
}
.cid-uHokBhzU58 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uHokBhzU58 .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-uHokBhzU58 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHokBhzU58 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHokBhzU58 .dropdown-item.active,
.cid-uHokBhzU58 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHokBhzU58 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHokBhzU58 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHokBhzU58 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHokBhzU58 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHokBhzU58 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHokBhzU58 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHokBhzU58 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHokBhzU58 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHokBhzU58 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHokBhzU58 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHokBhzU58 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHokBhzU58 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHokBhzU58 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHokBhzU58 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHokBhzU58 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHokBhzU58 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHokBhzU58 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHokBhzU58 .navbar-dropdown {
  position: fixed;
}
.cid-uHokBhzU58 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHokBhzU58 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHokBhzU58 .navbar {
    height: 70px;
  }
  .cid-uHokBhzU58 .navbar.opened {
    height: auto;
  }
  .cid-uHokBhzU58 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHokBi3MtW {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHokBi3MtW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokBi3MtW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uHokBi3MtW .container {
    padding: 0 26px;
  }
}
.cid-uHokBi3MtW .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uHokBi3MtW .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uHokBi3MtW .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHokBi3MtW .mbr-section-title {
  color: #000000;
}
.cid-uHokBi3MtW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHokBi3MtW .mbr-text {
  color: #cacaca;
}
.cid-uHokBiw9ia {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHokBiw9ia .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokBiw9ia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uHokBiw9ia .container {
    padding: 0 26px;
  }
}
.cid-uHokBiw9ia .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uHokBiw9ia .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uHokBiw9ia .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHokBiw9ia .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHokBiw9ia .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHokBiw9ia .mbr-text {
  color: #222222;
  text-align: left;
}
.cid-uHokBiS4lI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .cid-uHokBiS4lI .col-12.col-cards {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
}
.cid-uHokBiS4lI .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uHokBiS4lI .row {
    text-align: center !important;
  }
}
.cid-uHokBiS4lI .col-text {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uHokBiS4lI .col-text {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.cid-uHokBiS4lI .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-uHokBiS4lI .text-wrapper {
    text-align: center !important;
  }
}
.cid-uHokBiS4lI .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uHokBiS4lI .label-text {
    text-align: center !important;
  }
}
.cid-uHokBiS4lI .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uHokBiS4lI .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uHokBiS4lI .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uHokBiS4lI .mbr-text {
    text-align: center !important;
  }
}
.cid-uHokBiS4lI .btn-container {
  width: 100%;
  margin-top: 16px;
}
.cid-uHokBiS4lI .mbr-section-btn .btn {
  padding: 0;
}
.cid-uHokBiS4lI .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-uHokBiS4lI .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-uHokBiS4lI .col-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 48px;
}
@media (max-width: 991px) {
  .cid-uHokBiS4lI .col-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 992px) {
  .cid-uHokBiS4lI .col-cards {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.cid-uHokBiS4lI .col-cards-second {
  padding-top: 48px;
  border-top: 1px solid #555555;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uHokBiS4lI .card {
    margin-bottom: 1rem;
  }
}
.cid-uHokBiS4lI .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uHokBiS4lI .card-title {
  color: #222222;
  margin-bottom: 8px;
}
.cid-uHokBiS4lI .card-date {
  color: #999999;
  margin-bottom: 12px;
}
.cid-uHokBiS4lI .card-text {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-uHokBiS4lI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokBiS4lI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHokBiS4lI .card-title,
.cid-uHokBiS4lI .mbr-section-btn {
  text-align: left;
}
.cid-uHokBjn827 {
  background-color: #ffffff;
}
.cid-uHokBjn827 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokBjn827 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHokBjn827 img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHokBjn827 .img-wide {
  height: 50%;
}
.cid-uHokBjn827 .img-big {
  height: 100%;
}
.cid-uHokBjn827 .small-image-1 img,
.cid-uHokBjn827 .small-image-2 img {
  height: 100%;
}
.cid-uHokBjn827 .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHokBjn827 .row {
    gap: 10px;
  }
}
.cid-uHokBjn827 .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHokBjn827 .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHokBjLN0x {
  background-color: #ffffff;
}
.cid-uHokBjLN0x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokBjLN0x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHokBjLN0x img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHokBjLN0x .img-wide {
  height: 50%;
}
.cid-uHokBjLN0x .img-big {
  height: 100%;
}
.cid-uHokBjLN0x .small-image-1 img,
.cid-uHokBjLN0x .small-image-2 img {
  height: 100%;
}
.cid-uHokBjLN0x .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHokBjLN0x .row {
    gap: 10px;
  }
}
.cid-uHokBjLN0x .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHokBjLN0x .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHokBmh1Wx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHokBmh1Wx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokBmh1Wx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uHokBmh1Wx .container {
    padding: 0 26px;
  }
}
.cid-uHokBmh1Wx .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uHokBmh1Wx .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uHokBmh1Wx .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHokBmh1Wx .mbr-section-title {
  color: #000000;
}
.cid-uHokBmh1Wx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHokBmh1Wx .mbr-text {
  color: #cacaca;
}
.cid-uHokBmITfy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHokBmITfy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uHokBmITfy form {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uHokBmITfy form {
    padding: 2rem 0rem;
  }
}
.cid-uHokBmITfy .border-radius {
  border-radius: 0rem;
}
.cid-uHokBmITfy input,
.cid-uHokBmITfy textarea {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.cid-uHokBmITfy input:hover,
.cid-uHokBmITfy textarea:hover,
.cid-uHokBmITfy input:focus,
.cid-uHokBmITfy textarea:focus,
.cid-uHokBmITfy input:active,
.cid-uHokBmITfy textarea:active {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  box-shadow: none;
}
.cid-uHokBmITfy .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uHokBmITfy img {
    max-width: 60%;
    height: auto;
    object-fit: contain;
  }
}
.cid-uHokBmITfy .row {
  background: #ffffff;
  overflow: hidden;
  margin: 0;
}
.cid-uHokBmITfy .btn {
  padding: 0.5rem 10rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0rem !important;
  display: block;
}
@media (max-width: 767px) {
  .cid-uHokBmITfy .btn {
    padding: 0.5rem 1rem;
    width: auto;
  }
}
@media (max-width: 767px) {
  .cid-uHokBmITfy .col-auto {
    margin: auto;
  }
}
.cid-uHokBmITfy h5 {
  margin-bottom: 1rem;
}
.cid-uHokBmITfy a {
  font-weight: bold;
}
.cid-uHokBmITfy .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uHokBmITfy .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uHokBmITfy .no-padding {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHokBmITfy H5 {
  text-align: left;
}
.cid-uHokBneNaI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uHokBneNaI .media-container-row .mbr-text {
  color: #000000;
}
.cid-uHokyiigVs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
@media (min-width: 992px) {
  .cid-uHokyiigVs .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uHokyiigVs .align-right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .cid-uHokyiigVs .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uHokyiigVs .navbar-caption {
  font-weight: 500;
}
.cid-uHokyiigVs nav.navbar {
  position: fixed;
}
.cid-uHokyiigVs .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-uHokyiigVs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHokyiigVs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHokyiigVs .dropdown-item:hover,
.cid-uHokyiigVs .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uHokyiigVs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHokyiigVs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHokyiigVs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHokyiigVs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHokyiigVs .nav-link {
  position: relative;
  text-align: right;
  display: inline-block;
  width: 100%;
}
.cid-uHokyiigVs .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-uHokyiigVs .nav-link:hover::after {
  visibility: visible;
  width: 100%;
}
.cid-uHokyiigVs .container {
  display: flex;
  margin: auto;
}
.cid-uHokyiigVs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-uHokyiigVs .dropdown-menu,
.cid-uHokyiigVs .navbar.opened {
  background: #ffffff !important;
}
.cid-uHokyiigVs .nav-item:focus,
.cid-uHokyiigVs .nav-link:focus {
  outline: none;
}
.cid-uHokyiigVs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHokyiigVs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHokyiigVs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHokyiigVs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHokyiigVs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHokyiigVs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHokyiigVs .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHokyiigVs .navbar.opened {
  transition: all 0.3s;
}
.cid-uHokyiigVs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHokyiigVs .navbar .navbar-logo img {
  width: auto;
}
.cid-uHokyiigVs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHokyiigVs .navbar.collapsed {
  justify-content: center;
}
.cid-uHokyiigVs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHokyiigVs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHokyiigVs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uHokyiigVs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHokyiigVs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHokyiigVs .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-uHokyiigVs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHokyiigVs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHokyiigVs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHokyiigVs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHokyiigVs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHokyiigVs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHokyiigVs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHokyiigVs .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-uHokyiigVs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHokyiigVs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHokyiigVs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHokyiigVs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHokyiigVs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHokyiigVs .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHokyiigVs .navbar.navbar-short {
  min-height: 80px;
}
.cid-uHokyiigVs .navbar.navbar-short .navbar-logo img {
  height: 3.3rem !important;
}
.cid-uHokyiigVs .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uHokyiigVs .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-uHokyiigVs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHokyiigVs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHokyiigVs .dropdown-item.active,
.cid-uHokyiigVs .dropdown-item:active {
  background-color: transparent;
}
.cid-uHokyiigVs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHokyiigVs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHokyiigVs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHokyiigVs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHokyiigVs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHokyiigVs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHokyiigVs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHokyiigVs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHokyiigVs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHokyiigVs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHokyiigVs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHokyiigVs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHokyiigVs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHokyiigVs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHokyiigVs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHokyiigVs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHokyiigVs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHokyiigVs .navbar-dropdown {
  position: fixed;
}
.cid-uHokyiigVs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHokyiigVs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHokyiigVs .navbar {
    height: 70px;
  }
  .cid-uHokyiigVs .navbar.opened {
    height: auto;
  }
  .cid-uHokyiigVs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHokyiS48V {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHokyiS48V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokyiS48V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uHokyiS48V .container {
    padding: 0 26px;
  }
}
.cid-uHokyiS48V .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uHokyiS48V .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uHokyiS48V .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHokyiS48V .mbr-section-title {
  color: #000000;
}
.cid-uHokyiS48V .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHokyiS48V .mbr-text {
  color: #cacaca;
}
.cid-uHokyjegER {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHokyjegER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokyjegER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uHokyjegER .container {
    padding: 0 26px;
  }
}
.cid-uHokyjegER .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uHokyjegER .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uHokyjegER .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHokyjegER .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHokyjegER .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHokyjegER .mbr-text {
  color: #222222;
  text-align: left;
}
.cid-uHokyjG41c {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .cid-uHokyjG41c .col-12.col-cards {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
}
.cid-uHokyjG41c .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uHokyjG41c .row {
    text-align: center !important;
  }
}
.cid-uHokyjG41c .col-text {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uHokyjG41c .col-text {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.cid-uHokyjG41c .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-uHokyjG41c .text-wrapper {
    text-align: center !important;
  }
}
.cid-uHokyjG41c .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uHokyjG41c .label-text {
    text-align: center !important;
  }
}
.cid-uHokyjG41c .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uHokyjG41c .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uHokyjG41c .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uHokyjG41c .mbr-text {
    text-align: center !important;
  }
}
.cid-uHokyjG41c .btn-container {
  width: 100%;
  margin-top: 16px;
}
.cid-uHokyjG41c .mbr-section-btn .btn {
  padding: 0;
}
.cid-uHokyjG41c .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-uHokyjG41c .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-uHokyjG41c .col-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 48px;
}
@media (max-width: 991px) {
  .cid-uHokyjG41c .col-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 992px) {
  .cid-uHokyjG41c .col-cards {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.cid-uHokyjG41c .col-cards-second {
  padding-top: 48px;
  border-top: 1px solid #555555;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uHokyjG41c .card {
    margin-bottom: 1rem;
  }
}
.cid-uHokyjG41c .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uHokyjG41c .card-title {
  color: #222222;
  margin-bottom: 8px;
}
.cid-uHokyjG41c .card-date {
  color: #999999;
  margin-bottom: 12px;
}
.cid-uHokyjG41c .card-text {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-uHokyjG41c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokyjG41c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHokyjG41c .card-title,
.cid-uHokyjG41c .mbr-section-btn {
  text-align: left;
}
.cid-uHokykhekq {
  background-color: #ffffff;
}
.cid-uHokykhekq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokykhekq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHokykhekq img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHokykhekq .img-wide {
  height: 50%;
}
.cid-uHokykhekq .img-big {
  height: 100%;
}
.cid-uHokykhekq .small-image-1 img,
.cid-uHokykhekq .small-image-2 img {
  height: 100%;
}
.cid-uHokykhekq .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHokykhekq .row {
    gap: 10px;
  }
}
.cid-uHokykhekq .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHokykhekq .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHokykHrZd {
  background-color: #ffffff;
}
.cid-uHokykHrZd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokykHrZd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHokykHrZd img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHokykHrZd .img-wide {
  height: 50%;
}
.cid-uHokykHrZd .img-big {
  height: 100%;
}
.cid-uHokykHrZd .small-image-1 img,
.cid-uHokykHrZd .small-image-2 img {
  height: 100%;
}
.cid-uHokykHrZd .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHokykHrZd .row {
    gap: 10px;
  }
}
.cid-uHokykHrZd .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHokykHrZd .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHokyl7uNt {
  background-color: #ffffff;
}
.cid-uHokyl7uNt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokyl7uNt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHokyl7uNt img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHokyl7uNt .img-wide {
  height: 50%;
}
.cid-uHokyl7uNt .img-big {
  height: 100%;
}
.cid-uHokyl7uNt .small-image-1 img,
.cid-uHokyl7uNt .small-image-2 img {
  height: 100%;
}
.cid-uHokyl7uNt .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHokyl7uNt .row {
    gap: 10px;
  }
}
.cid-uHokyl7uNt .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHokyl7uNt .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHokylAhNq {
  background-color: #ffffff;
}
.cid-uHokylAhNq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokylAhNq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHokylAhNq img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHokylAhNq .img-wide {
  height: 50%;
}
.cid-uHokylAhNq .img-big {
  height: 100%;
}
.cid-uHokylAhNq .small-image-1 img,
.cid-uHokylAhNq .small-image-2 img {
  height: 100%;
}
.cid-uHokylAhNq .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHokylAhNq .row {
    gap: 10px;
  }
}
.cid-uHokylAhNq .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHokylAhNq .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHokyngoHs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHokyngoHs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokyngoHs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uHokyngoHs .container {
    padding: 0 26px;
  }
}
.cid-uHokyngoHs .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uHokyngoHs .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uHokyngoHs .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHokyngoHs .mbr-section-title {
  color: #000000;
}
.cid-uHokyngoHs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHokyngoHs .mbr-text {
  color: #cacaca;
}
.cid-uHokynHVAJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHokynHVAJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uHokynHVAJ form {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uHokynHVAJ form {
    padding: 2rem 0rem;
  }
}
.cid-uHokynHVAJ .border-radius {
  border-radius: 0rem;
}
.cid-uHokynHVAJ input,
.cid-uHokynHVAJ textarea {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.cid-uHokynHVAJ input:hover,
.cid-uHokynHVAJ textarea:hover,
.cid-uHokynHVAJ input:focus,
.cid-uHokynHVAJ textarea:focus,
.cid-uHokynHVAJ input:active,
.cid-uHokynHVAJ textarea:active {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  box-shadow: none;
}
.cid-uHokynHVAJ .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uHokynHVAJ img {
    max-width: 60%;
    height: auto;
    object-fit: contain;
  }
}
.cid-uHokynHVAJ .row {
  background: #ffffff;
  overflow: hidden;
  margin: 0;
}
.cid-uHokynHVAJ .btn {
  padding: 0.5rem 10rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0rem !important;
  display: block;
}
@media (max-width: 767px) {
  .cid-uHokynHVAJ .btn {
    padding: 0.5rem 1rem;
    width: auto;
  }
}
@media (max-width: 767px) {
  .cid-uHokynHVAJ .col-auto {
    margin: auto;
  }
}
.cid-uHokynHVAJ h5 {
  margin-bottom: 1rem;
}
.cid-uHokynHVAJ a {
  font-weight: bold;
}
.cid-uHokynHVAJ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uHokynHVAJ .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uHokynHVAJ .no-padding {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHokynHVAJ H5 {
  text-align: left;
}
.cid-uHokyocDJD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uHokyocDJD .media-container-row .mbr-text {
  color: #000000;
}
.cid-uHokvskyVR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
@media (min-width: 992px) {
  .cid-uHokvskyVR .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uHokvskyVR .align-right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .cid-uHokvskyVR .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uHokvskyVR .navbar-caption {
  font-weight: 500;
}
.cid-uHokvskyVR nav.navbar {
  position: fixed;
}
.cid-uHokvskyVR .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-uHokvskyVR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHokvskyVR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHokvskyVR .dropdown-item:hover,
.cid-uHokvskyVR .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uHokvskyVR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHokvskyVR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHokvskyVR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHokvskyVR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHokvskyVR .nav-link {
  position: relative;
  text-align: right;
  display: inline-block;
  width: 100%;
}
.cid-uHokvskyVR .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-uHokvskyVR .nav-link:hover::after {
  visibility: visible;
  width: 100%;
}
.cid-uHokvskyVR .container {
  display: flex;
  margin: auto;
}
.cid-uHokvskyVR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-uHokvskyVR .dropdown-menu,
.cid-uHokvskyVR .navbar.opened {
  background: #ffffff !important;
}
.cid-uHokvskyVR .nav-item:focus,
.cid-uHokvskyVR .nav-link:focus {
  outline: none;
}
.cid-uHokvskyVR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHokvskyVR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHokvskyVR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHokvskyVR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHokvskyVR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHokvskyVR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHokvskyVR .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHokvskyVR .navbar.opened {
  transition: all 0.3s;
}
.cid-uHokvskyVR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHokvskyVR .navbar .navbar-logo img {
  width: auto;
}
.cid-uHokvskyVR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHokvskyVR .navbar.collapsed {
  justify-content: center;
}
.cid-uHokvskyVR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHokvskyVR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHokvskyVR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uHokvskyVR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHokvskyVR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHokvskyVR .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-uHokvskyVR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHokvskyVR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHokvskyVR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHokvskyVR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHokvskyVR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHokvskyVR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHokvskyVR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHokvskyVR .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-uHokvskyVR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHokvskyVR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHokvskyVR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHokvskyVR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHokvskyVR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHokvskyVR .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHokvskyVR .navbar.navbar-short {
  min-height: 80px;
}
.cid-uHokvskyVR .navbar.navbar-short .navbar-logo img {
  height: 3.3rem !important;
}
.cid-uHokvskyVR .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uHokvskyVR .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-uHokvskyVR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHokvskyVR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHokvskyVR .dropdown-item.active,
.cid-uHokvskyVR .dropdown-item:active {
  background-color: transparent;
}
.cid-uHokvskyVR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHokvskyVR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHokvskyVR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHokvskyVR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHokvskyVR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHokvskyVR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHokvskyVR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHokvskyVR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHokvskyVR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHokvskyVR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHokvskyVR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHokvskyVR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHokvskyVR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHokvskyVR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHokvskyVR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHokvskyVR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHokvskyVR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHokvskyVR .navbar-dropdown {
  position: fixed;
}
.cid-uHokvskyVR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHokvskyVR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHokvskyVR .navbar {
    height: 70px;
  }
  .cid-uHokvskyVR .navbar.opened {
    height: auto;
  }
  .cid-uHokvskyVR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHokvsOwq2 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHokvsOwq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokvsOwq2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uHokvsOwq2 .container {
    padding: 0 26px;
  }
}
.cid-uHokvsOwq2 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uHokvsOwq2 .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uHokvsOwq2 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHokvsOwq2 .mbr-section-title {
  color: #000000;
}
.cid-uHokvsOwq2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHokvsOwq2 .mbr-text {
  color: #cacaca;
}
.cid-uHokvtbSz5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHokvtbSz5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokvtbSz5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uHokvtbSz5 .container {
    padding: 0 26px;
  }
}
.cid-uHokvtbSz5 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uHokvtbSz5 .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uHokvtbSz5 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHokvtbSz5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHokvtbSz5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHokvtbSz5 .mbr-text {
  color: #222222;
  text-align: left;
}
.cid-uHokvtzg4y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .cid-uHokvtzg4y .col-12.col-cards {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
}
.cid-uHokvtzg4y .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uHokvtzg4y .row {
    text-align: center !important;
  }
}
.cid-uHokvtzg4y .col-text {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uHokvtzg4y .col-text {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.cid-uHokvtzg4y .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-uHokvtzg4y .text-wrapper {
    text-align: center !important;
  }
}
.cid-uHokvtzg4y .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uHokvtzg4y .label-text {
    text-align: center !important;
  }
}
.cid-uHokvtzg4y .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uHokvtzg4y .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uHokvtzg4y .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uHokvtzg4y .mbr-text {
    text-align: center !important;
  }
}
.cid-uHokvtzg4y .btn-container {
  width: 100%;
  margin-top: 16px;
}
.cid-uHokvtzg4y .mbr-section-btn .btn {
  padding: 0;
}
.cid-uHokvtzg4y .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-uHokvtzg4y .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-uHokvtzg4y .col-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 48px;
}
@media (max-width: 991px) {
  .cid-uHokvtzg4y .col-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 992px) {
  .cid-uHokvtzg4y .col-cards {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.cid-uHokvtzg4y .col-cards-second {
  padding-top: 48px;
  border-top: 1px solid #555555;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uHokvtzg4y .card {
    margin-bottom: 1rem;
  }
}
.cid-uHokvtzg4y .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uHokvtzg4y .card-title {
  color: #222222;
  margin-bottom: 8px;
}
.cid-uHokvtzg4y .card-date {
  color: #999999;
  margin-bottom: 12px;
}
.cid-uHokvtzg4y .card-text {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-uHokvtzg4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokvtzg4y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHokvtzg4y .card-title,
.cid-uHokvtzg4y .mbr-section-btn {
  text-align: left;
}
.cid-uHokvubTxP {
  background-color: #ffffff;
}
.cid-uHokvubTxP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokvubTxP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHokvubTxP img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHokvubTxP .img-wide {
  height: 50%;
}
.cid-uHokvubTxP .img-big {
  height: 100%;
}
.cid-uHokvubTxP .small-image-1 img,
.cid-uHokvubTxP .small-image-2 img {
  height: 100%;
}
.cid-uHokvubTxP .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHokvubTxP .row {
    gap: 10px;
  }
}
.cid-uHokvubTxP .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHokvubTxP .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHokvuDwU1 {
  background-color: #ffffff;
}
.cid-uHokvuDwU1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokvuDwU1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHokvuDwU1 img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHokvuDwU1 .img-wide {
  height: 50%;
}
.cid-uHokvuDwU1 .img-big {
  height: 100%;
}
.cid-uHokvuDwU1 .small-image-1 img,
.cid-uHokvuDwU1 .small-image-2 img {
  height: 100%;
}
.cid-uHokvuDwU1 .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHokvuDwU1 .row {
    gap: 10px;
  }
}
.cid-uHokvuDwU1 .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHokvuDwU1 .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHokvv19TP {
  background-color: #ffffff;
}
.cid-uHokvv19TP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokvv19TP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHokvv19TP img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHokvv19TP .img-wide {
  height: 50%;
}
.cid-uHokvv19TP .img-big {
  height: 100%;
}
.cid-uHokvv19TP .small-image-1 img,
.cid-uHokvv19TP .small-image-2 img {
  height: 100%;
}
.cid-uHokvv19TP .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHokvv19TP .row {
    gap: 10px;
  }
}
.cid-uHokvv19TP .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHokvv19TP .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHokvvytVd {
  background-color: #ffffff;
}
.cid-uHokvvytVd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokvvytVd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHokvvytVd img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHokvvytVd .img-wide {
  height: 50%;
}
.cid-uHokvvytVd .img-big {
  height: 100%;
}
.cid-uHokvvytVd .small-image-1 img,
.cid-uHokvvytVd .small-image-2 img {
  height: 100%;
}
.cid-uHokvvytVd .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHokvvytVd .row {
    gap: 10px;
  }
}
.cid-uHokvvytVd .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHokvvytVd .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHokvxb5qL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHokvxb5qL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokvxb5qL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uHokvxb5qL .container {
    padding: 0 26px;
  }
}
.cid-uHokvxb5qL .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uHokvxb5qL .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uHokvxb5qL .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHokvxb5qL .mbr-section-title {
  color: #000000;
}
.cid-uHokvxb5qL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHokvxb5qL .mbr-text {
  color: #cacaca;
}
.cid-uHokvxBYw9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHokvxBYw9 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uHokvxBYw9 form {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uHokvxBYw9 form {
    padding: 2rem 0rem;
  }
}
.cid-uHokvxBYw9 .border-radius {
  border-radius: 0rem;
}
.cid-uHokvxBYw9 input,
.cid-uHokvxBYw9 textarea {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.cid-uHokvxBYw9 input:hover,
.cid-uHokvxBYw9 textarea:hover,
.cid-uHokvxBYw9 input:focus,
.cid-uHokvxBYw9 textarea:focus,
.cid-uHokvxBYw9 input:active,
.cid-uHokvxBYw9 textarea:active {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  box-shadow: none;
}
.cid-uHokvxBYw9 .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uHokvxBYw9 img {
    max-width: 60%;
    height: auto;
    object-fit: contain;
  }
}
.cid-uHokvxBYw9 .row {
  background: #ffffff;
  overflow: hidden;
  margin: 0;
}
.cid-uHokvxBYw9 .btn {
  padding: 0.5rem 10rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0rem !important;
  display: block;
}
@media (max-width: 767px) {
  .cid-uHokvxBYw9 .btn {
    padding: 0.5rem 1rem;
    width: auto;
  }
}
@media (max-width: 767px) {
  .cid-uHokvxBYw9 .col-auto {
    margin: auto;
  }
}
.cid-uHokvxBYw9 h5 {
  margin-bottom: 1rem;
}
.cid-uHokvxBYw9 a {
  font-weight: bold;
}
.cid-uHokvxBYw9 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uHokvxBYw9 .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uHokvxBYw9 .no-padding {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHokvxBYw9 H5 {
  text-align: left;
}
.cid-uHokvy6Wjp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uHokvy6Wjp .media-container-row .mbr-text {
  color: #000000;
}
.cid-uHoksEAD2o {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
@media (min-width: 992px) {
  .cid-uHoksEAD2o .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uHoksEAD2o .align-right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .cid-uHoksEAD2o .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uHoksEAD2o .navbar-caption {
  font-weight: 500;
}
.cid-uHoksEAD2o nav.navbar {
  position: fixed;
}
.cid-uHoksEAD2o .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-uHoksEAD2o .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHoksEAD2o .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHoksEAD2o .dropdown-item:hover,
.cid-uHoksEAD2o .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uHoksEAD2o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHoksEAD2o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHoksEAD2o .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHoksEAD2o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHoksEAD2o .nav-link {
  position: relative;
  text-align: right;
  display: inline-block;
  width: 100%;
}
.cid-uHoksEAD2o .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-uHoksEAD2o .nav-link:hover::after {
  visibility: visible;
  width: 100%;
}
.cid-uHoksEAD2o .container {
  display: flex;
  margin: auto;
}
.cid-uHoksEAD2o .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-uHoksEAD2o .dropdown-menu,
.cid-uHoksEAD2o .navbar.opened {
  background: #ffffff !important;
}
.cid-uHoksEAD2o .nav-item:focus,
.cid-uHoksEAD2o .nav-link:focus {
  outline: none;
}
.cid-uHoksEAD2o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHoksEAD2o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHoksEAD2o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHoksEAD2o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHoksEAD2o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHoksEAD2o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHoksEAD2o .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHoksEAD2o .navbar.opened {
  transition: all 0.3s;
}
.cid-uHoksEAD2o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHoksEAD2o .navbar .navbar-logo img {
  width: auto;
}
.cid-uHoksEAD2o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHoksEAD2o .navbar.collapsed {
  justify-content: center;
}
.cid-uHoksEAD2o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHoksEAD2o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHoksEAD2o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uHoksEAD2o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHoksEAD2o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHoksEAD2o .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-uHoksEAD2o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHoksEAD2o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHoksEAD2o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHoksEAD2o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHoksEAD2o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHoksEAD2o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHoksEAD2o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHoksEAD2o .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-uHoksEAD2o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHoksEAD2o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHoksEAD2o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHoksEAD2o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHoksEAD2o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHoksEAD2o .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHoksEAD2o .navbar.navbar-short {
  min-height: 80px;
}
.cid-uHoksEAD2o .navbar.navbar-short .navbar-logo img {
  height: 3.3rem !important;
}
.cid-uHoksEAD2o .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uHoksEAD2o .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-uHoksEAD2o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHoksEAD2o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHoksEAD2o .dropdown-item.active,
.cid-uHoksEAD2o .dropdown-item:active {
  background-color: transparent;
}
.cid-uHoksEAD2o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHoksEAD2o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHoksEAD2o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHoksEAD2o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHoksEAD2o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHoksEAD2o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHoksEAD2o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHoksEAD2o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHoksEAD2o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHoksEAD2o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHoksEAD2o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHoksEAD2o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHoksEAD2o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHoksEAD2o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHoksEAD2o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHoksEAD2o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHoksEAD2o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHoksEAD2o .navbar-dropdown {
  position: fixed;
}
.cid-uHoksEAD2o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHoksEAD2o .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHoksEAD2o .navbar {
    height: 70px;
  }
  .cid-uHoksEAD2o .navbar.opened {
    height: auto;
  }
  .cid-uHoksEAD2o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHoksF2JDQ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHoksF2JDQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoksF2JDQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uHoksF2JDQ .container {
    padding: 0 26px;
  }
}
.cid-uHoksF2JDQ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uHoksF2JDQ .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uHoksF2JDQ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHoksF2JDQ .mbr-section-title {
  color: #000000;
}
.cid-uHoksF2JDQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHoksF2JDQ .mbr-text {
  color: #cacaca;
}
.cid-uHoksFpXFC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHoksFpXFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoksFpXFC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uHoksFpXFC .container {
    padding: 0 26px;
  }
}
.cid-uHoksFpXFC .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uHoksFpXFC .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uHoksFpXFC .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHoksFpXFC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHoksFpXFC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHoksFpXFC .mbr-text {
  color: #222222;
  text-align: left;
}
.cid-uHoksFM0bh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .cid-uHoksFM0bh .col-12.col-cards {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
}
.cid-uHoksFM0bh .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uHoksFM0bh .row {
    text-align: center !important;
  }
}
.cid-uHoksFM0bh .col-text {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uHoksFM0bh .col-text {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.cid-uHoksFM0bh .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-uHoksFM0bh .text-wrapper {
    text-align: center !important;
  }
}
.cid-uHoksFM0bh .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uHoksFM0bh .label-text {
    text-align: center !important;
  }
}
.cid-uHoksFM0bh .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uHoksFM0bh .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uHoksFM0bh .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uHoksFM0bh .mbr-text {
    text-align: center !important;
  }
}
.cid-uHoksFM0bh .btn-container {
  width: 100%;
  margin-top: 16px;
}
.cid-uHoksFM0bh .mbr-section-btn .btn {
  padding: 0;
}
.cid-uHoksFM0bh .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-uHoksFM0bh .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-uHoksFM0bh .col-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 48px;
}
@media (max-width: 991px) {
  .cid-uHoksFM0bh .col-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 992px) {
  .cid-uHoksFM0bh .col-cards {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.cid-uHoksFM0bh .col-cards-second {
  padding-top: 48px;
  border-top: 1px solid #555555;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uHoksFM0bh .card {
    margin-bottom: 1rem;
  }
}
.cid-uHoksFM0bh .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uHoksFM0bh .card-title {
  color: #222222;
  margin-bottom: 8px;
}
.cid-uHoksFM0bh .card-date {
  color: #999999;
  margin-bottom: 12px;
}
.cid-uHoksFM0bh .card-text {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-uHoksFM0bh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoksFM0bh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoksFM0bh .card-title,
.cid-uHoksFM0bh .mbr-section-btn {
  text-align: left;
}
.cid-uHoksGhVeH {
  background-color: #ffffff;
}
.cid-uHoksGhVeH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoksGhVeH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoksGhVeH img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHoksGhVeH .img-wide {
  height: 50%;
}
.cid-uHoksGhVeH .img-big {
  height: 100%;
}
.cid-uHoksGhVeH .small-image-1 img,
.cid-uHoksGhVeH .small-image-2 img {
  height: 100%;
}
.cid-uHoksGhVeH .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHoksGhVeH .row {
    gap: 10px;
  }
}
.cid-uHoksGhVeH .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHoksGhVeH .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHoksGGs8q {
  background-color: #ffffff;
}
.cid-uHoksGGs8q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoksGGs8q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoksGGs8q img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHoksGGs8q .img-wide {
  height: 50%;
}
.cid-uHoksGGs8q .img-big {
  height: 100%;
}
.cid-uHoksGGs8q .small-image-1 img,
.cid-uHoksGGs8q .small-image-2 img {
  height: 100%;
}
.cid-uHoksGGs8q .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHoksGGs8q .row {
    gap: 10px;
  }
}
.cid-uHoksGGs8q .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHoksGGs8q .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHoksH5fNy {
  background-color: #ffffff;
}
.cid-uHoksH5fNy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoksH5fNy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoksH5fNy img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHoksH5fNy .img-wide {
  height: 50%;
}
.cid-uHoksH5fNy .img-big {
  height: 100%;
}
.cid-uHoksH5fNy .small-image-1 img,
.cid-uHoksH5fNy .small-image-2 img {
  height: 100%;
}
.cid-uHoksH5fNy .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHoksH5fNy .row {
    gap: 10px;
  }
}
.cid-uHoksH5fNy .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHoksH5fNy .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHoksHuowf {
  background-color: #ffffff;
}
.cid-uHoksHuowf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoksHuowf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoksHuowf img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHoksHuowf .img-wide {
  height: 50%;
}
.cid-uHoksHuowf .img-big {
  height: 100%;
}
.cid-uHoksHuowf .small-image-1 img,
.cid-uHoksHuowf .small-image-2 img {
  height: 100%;
}
.cid-uHoksHuowf .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHoksHuowf .row {
    gap: 10px;
  }
}
.cid-uHoksHuowf .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHoksHuowf .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHoksHXUah {
  background-color: #ffffff;
}
.cid-uHoksHXUah .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoksHXUah .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoksHXUah img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHoksHXUah .img-wide {
  height: 50%;
}
.cid-uHoksHXUah .img-big {
  height: 100%;
}
.cid-uHoksHXUah .small-image-1 img,
.cid-uHoksHXUah .small-image-2 img {
  height: 100%;
}
.cid-uHoksHXUah .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHoksHXUah .row {
    gap: 10px;
  }
}
.cid-uHoksHXUah .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHoksHXUah .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHoksImhO3 {
  background-color: #ffffff;
}
.cid-uHoksImhO3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoksImhO3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoksImhO3 img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHoksImhO3 .img-wide {
  height: 50%;
}
.cid-uHoksImhO3 .img-big {
  height: 100%;
}
.cid-uHoksImhO3 .small-image-1 img,
.cid-uHoksImhO3 .small-image-2 img {
  height: 100%;
}
.cid-uHoksImhO3 .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHoksImhO3 .row {
    gap: 10px;
  }
}
.cid-uHoksImhO3 .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHoksImhO3 .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHoksJdnqQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHoksJdnqQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoksJdnqQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uHoksJdnqQ .container {
    padding: 0 26px;
  }
}
.cid-uHoksJdnqQ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uHoksJdnqQ .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uHoksJdnqQ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHoksJdnqQ .mbr-section-title {
  color: #000000;
}
.cid-uHoksJdnqQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHoksJdnqQ .mbr-text {
  color: #cacaca;
}
.cid-uHoksJIdMk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHoksJIdMk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uHoksJIdMk form {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uHoksJIdMk form {
    padding: 2rem 0rem;
  }
}
.cid-uHoksJIdMk .border-radius {
  border-radius: 0rem;
}
.cid-uHoksJIdMk input,
.cid-uHoksJIdMk textarea {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.cid-uHoksJIdMk input:hover,
.cid-uHoksJIdMk textarea:hover,
.cid-uHoksJIdMk input:focus,
.cid-uHoksJIdMk textarea:focus,
.cid-uHoksJIdMk input:active,
.cid-uHoksJIdMk textarea:active {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  box-shadow: none;
}
.cid-uHoksJIdMk .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uHoksJIdMk img {
    max-width: 60%;
    height: auto;
    object-fit: contain;
  }
}
.cid-uHoksJIdMk .row {
  background: #ffffff;
  overflow: hidden;
  margin: 0;
}
.cid-uHoksJIdMk .btn {
  padding: 0.5rem 10rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0rem !important;
  display: block;
}
@media (max-width: 767px) {
  .cid-uHoksJIdMk .btn {
    padding: 0.5rem 1rem;
    width: auto;
  }
}
@media (max-width: 767px) {
  .cid-uHoksJIdMk .col-auto {
    margin: auto;
  }
}
.cid-uHoksJIdMk h5 {
  margin-bottom: 1rem;
}
.cid-uHoksJIdMk a {
  font-weight: bold;
}
.cid-uHoksJIdMk .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uHoksJIdMk .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uHoksJIdMk .no-padding {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHoksJIdMk H5 {
  text-align: left;
}
.cid-uHoksKgyQ5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uHoksKgyQ5 .media-container-row .mbr-text {
  color: #000000;
}
.cid-uHokpwQaua {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
@media (min-width: 992px) {
  .cid-uHokpwQaua .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uHokpwQaua .align-right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .cid-uHokpwQaua .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uHokpwQaua .navbar-caption {
  font-weight: 500;
}
.cid-uHokpwQaua nav.navbar {
  position: fixed;
}
.cid-uHokpwQaua .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-uHokpwQaua .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHokpwQaua .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHokpwQaua .dropdown-item:hover,
.cid-uHokpwQaua .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uHokpwQaua .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHokpwQaua .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHokpwQaua .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHokpwQaua .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHokpwQaua .nav-link {
  position: relative;
  text-align: right;
  display: inline-block;
  width: 100%;
}
.cid-uHokpwQaua .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-uHokpwQaua .nav-link:hover::after {
  visibility: visible;
  width: 100%;
}
.cid-uHokpwQaua .container {
  display: flex;
  margin: auto;
}
.cid-uHokpwQaua .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-uHokpwQaua .dropdown-menu,
.cid-uHokpwQaua .navbar.opened {
  background: #ffffff !important;
}
.cid-uHokpwQaua .nav-item:focus,
.cid-uHokpwQaua .nav-link:focus {
  outline: none;
}
.cid-uHokpwQaua .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHokpwQaua .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHokpwQaua .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHokpwQaua .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHokpwQaua .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHokpwQaua .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHokpwQaua .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHokpwQaua .navbar.opened {
  transition: all 0.3s;
}
.cid-uHokpwQaua .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHokpwQaua .navbar .navbar-logo img {
  width: auto;
}
.cid-uHokpwQaua .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHokpwQaua .navbar.collapsed {
  justify-content: center;
}
.cid-uHokpwQaua .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHokpwQaua .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHokpwQaua .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uHokpwQaua .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHokpwQaua .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHokpwQaua .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-uHokpwQaua .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHokpwQaua .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHokpwQaua .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHokpwQaua .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHokpwQaua .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHokpwQaua .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHokpwQaua .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHokpwQaua .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-uHokpwQaua .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHokpwQaua .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHokpwQaua .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHokpwQaua .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHokpwQaua .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHokpwQaua .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHokpwQaua .navbar.navbar-short {
  min-height: 80px;
}
.cid-uHokpwQaua .navbar.navbar-short .navbar-logo img {
  height: 3.3rem !important;
}
.cid-uHokpwQaua .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uHokpwQaua .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-uHokpwQaua .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHokpwQaua .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHokpwQaua .dropdown-item.active,
.cid-uHokpwQaua .dropdown-item:active {
  background-color: transparent;
}
.cid-uHokpwQaua .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHokpwQaua .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHokpwQaua .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHokpwQaua .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHokpwQaua .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHokpwQaua .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHokpwQaua ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHokpwQaua button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHokpwQaua button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHokpwQaua button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHokpwQaua button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHokpwQaua button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHokpwQaua button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHokpwQaua nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHokpwQaua nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHokpwQaua nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHokpwQaua nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHokpwQaua .navbar-dropdown {
  position: fixed;
}
.cid-uHokpwQaua a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHokpwQaua .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHokpwQaua .navbar {
    height: 70px;
  }
  .cid-uHokpwQaua .navbar.opened {
    height: auto;
  }
  .cid-uHokpwQaua .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHokpxjUaB {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHokpxjUaB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokpxjUaB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uHokpxjUaB .container {
    padding: 0 26px;
  }
}
.cid-uHokpxjUaB .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uHokpxjUaB .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uHokpxjUaB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHokpxjUaB .mbr-section-title {
  color: #000000;
}
.cid-uHokpxjUaB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHokpxjUaB .mbr-text {
  color: #cacaca;
}
.cid-uHokpxFQas {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHokpxFQas .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokpxFQas .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uHokpxFQas .container {
    padding: 0 26px;
  }
}
.cid-uHokpxFQas .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uHokpxFQas .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uHokpxFQas .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHokpxFQas .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHokpxFQas .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHokpxFQas .mbr-text {
  color: #222222;
  text-align: left;
}
.cid-uHokpy4JFU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .cid-uHokpy4JFU .col-12.col-cards {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
}
.cid-uHokpy4JFU .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uHokpy4JFU .row {
    text-align: center !important;
  }
}
.cid-uHokpy4JFU .col-text {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uHokpy4JFU .col-text {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.cid-uHokpy4JFU .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-uHokpy4JFU .text-wrapper {
    text-align: center !important;
  }
}
.cid-uHokpy4JFU .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uHokpy4JFU .label-text {
    text-align: center !important;
  }
}
.cid-uHokpy4JFU .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uHokpy4JFU .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uHokpy4JFU .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uHokpy4JFU .mbr-text {
    text-align: center !important;
  }
}
.cid-uHokpy4JFU .btn-container {
  width: 100%;
  margin-top: 16px;
}
.cid-uHokpy4JFU .mbr-section-btn .btn {
  padding: 0;
}
.cid-uHokpy4JFU .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-uHokpy4JFU .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-uHokpy4JFU .col-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 48px;
}
@media (max-width: 991px) {
  .cid-uHokpy4JFU .col-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 992px) {
  .cid-uHokpy4JFU .col-cards {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.cid-uHokpy4JFU .col-cards-second {
  padding-top: 48px;
  border-top: 1px solid #555555;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uHokpy4JFU .card {
    margin-bottom: 1rem;
  }
}
.cid-uHokpy4JFU .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uHokpy4JFU .card-title {
  color: #222222;
  margin-bottom: 8px;
}
.cid-uHokpy4JFU .card-date {
  color: #999999;
  margin-bottom: 12px;
}
.cid-uHokpy4JFU .card-text {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-uHokpy4JFU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokpy4JFU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHokpy4JFU .card-title,
.cid-uHokpy4JFU .mbr-section-btn {
  text-align: left;
}
.cid-uHokpyCx1d {
  background-color: #ffffff;
}
.cid-uHokpyCx1d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokpyCx1d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHokpyCx1d img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHokpyCx1d .img-wide {
  height: 50%;
}
.cid-uHokpyCx1d .img-big {
  height: 100%;
}
.cid-uHokpyCx1d .small-image-1 img,
.cid-uHokpyCx1d .small-image-2 img {
  height: 100%;
}
.cid-uHokpyCx1d .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHokpyCx1d .row {
    gap: 10px;
  }
}
.cid-uHokpyCx1d .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHokpyCx1d .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHokpz0YXG {
  background-color: #ffffff;
}
.cid-uHokpz0YXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokpz0YXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHokpz0YXG img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHokpz0YXG .img-wide {
  height: 50%;
}
.cid-uHokpz0YXG .img-big {
  height: 100%;
}
.cid-uHokpz0YXG .small-image-1 img,
.cid-uHokpz0YXG .small-image-2 img {
  height: 100%;
}
.cid-uHokpz0YXG .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHokpz0YXG .row {
    gap: 10px;
  }
}
.cid-uHokpz0YXG .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHokpz0YXG .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHokpzoQOu {
  background-color: #ffffff;
}
.cid-uHokpzoQOu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokpzoQOu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHokpzoQOu img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHokpzoQOu .img-wide {
  height: 50%;
}
.cid-uHokpzoQOu .img-big {
  height: 100%;
}
.cid-uHokpzoQOu .small-image-1 img,
.cid-uHokpzoQOu .small-image-2 img {
  height: 100%;
}
.cid-uHokpzoQOu .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHokpzoQOu .row {
    gap: 10px;
  }
}
.cid-uHokpzoQOu .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHokpzoQOu .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHokpzPQRP {
  background-color: #ffffff;
}
.cid-uHokpzPQRP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokpzPQRP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHokpzPQRP img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHokpzPQRP .img-wide {
  height: 50%;
}
.cid-uHokpzPQRP .img-big {
  height: 100%;
}
.cid-uHokpzPQRP .small-image-1 img,
.cid-uHokpzPQRP .small-image-2 img {
  height: 100%;
}
.cid-uHokpzPQRP .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHokpzPQRP .row {
    gap: 10px;
  }
}
.cid-uHokpzPQRP .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHokpzPQRP .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHokpAfg1U {
  background-color: #ffffff;
}
.cid-uHokpAfg1U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokpAfg1U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHokpAfg1U img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHokpAfg1U .img-wide {
  height: 50%;
}
.cid-uHokpAfg1U .img-big {
  height: 100%;
}
.cid-uHokpAfg1U .small-image-1 img,
.cid-uHokpAfg1U .small-image-2 img {
  height: 100%;
}
.cid-uHokpAfg1U .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHokpAfg1U .row {
    gap: 10px;
  }
}
.cid-uHokpAfg1U .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHokpAfg1U .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHokpAGlqo {
  background-color: #ffffff;
}
.cid-uHokpAGlqo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokpAGlqo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHokpAGlqo img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHokpAGlqo .img-wide {
  height: 50%;
}
.cid-uHokpAGlqo .img-big {
  height: 100%;
}
.cid-uHokpAGlqo .small-image-1 img,
.cid-uHokpAGlqo .small-image-2 img {
  height: 100%;
}
.cid-uHokpAGlqo .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHokpAGlqo .row {
    gap: 10px;
  }
}
.cid-uHokpAGlqo .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHokpAGlqo .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHokpBab63 {
  background-color: #ffffff;
}
.cid-uHokpBab63 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokpBab63 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHokpBab63 img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHokpBab63 .img-wide {
  height: 50%;
}
.cid-uHokpBab63 .img-big {
  height: 100%;
}
.cid-uHokpBab63 .small-image-1 img,
.cid-uHokpBab63 .small-image-2 img {
  height: 100%;
}
.cid-uHokpBab63 .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHokpBab63 .row {
    gap: 10px;
  }
}
.cid-uHokpBab63 .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHokpBab63 .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHontEnpo3 {
  background-color: #ffffff;
}
.cid-uHontEnpo3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHontEnpo3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHontEnpo3 img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHontEnpo3 .img-wide {
  height: 50%;
}
.cid-uHontEnpo3 .img-big {
  height: 100%;
}
.cid-uHontEnpo3 .small-image-1 img,
.cid-uHontEnpo3 .small-image-2 img {
  height: 100%;
}
.cid-uHontEnpo3 .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHontEnpo3 .row {
    gap: 10px;
  }
}
.cid-uHontEnpo3 .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHontEnpo3 .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHokpBBo9Z {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHokpBBo9Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokpBBo9Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uHokpBBo9Z .container {
    padding: 0 26px;
  }
}
.cid-uHokpBBo9Z .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uHokpBBo9Z .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uHokpBBo9Z .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHokpBBo9Z .mbr-section-title {
  color: #000000;
}
.cid-uHokpBBo9Z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHokpBBo9Z .mbr-text {
  color: #cacaca;
}
.cid-uHokpC1IQV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHokpC1IQV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uHokpC1IQV form {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uHokpC1IQV form {
    padding: 2rem 0rem;
  }
}
.cid-uHokpC1IQV .border-radius {
  border-radius: 0rem;
}
.cid-uHokpC1IQV input,
.cid-uHokpC1IQV textarea {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.cid-uHokpC1IQV input:hover,
.cid-uHokpC1IQV textarea:hover,
.cid-uHokpC1IQV input:focus,
.cid-uHokpC1IQV textarea:focus,
.cid-uHokpC1IQV input:active,
.cid-uHokpC1IQV textarea:active {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  box-shadow: none;
}
.cid-uHokpC1IQV .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uHokpC1IQV img {
    max-width: 60%;
    height: auto;
    object-fit: contain;
  }
}
.cid-uHokpC1IQV .row {
  background: #ffffff;
  overflow: hidden;
  margin: 0;
}
.cid-uHokpC1IQV .btn {
  padding: 0.5rem 10rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0rem !important;
  display: block;
}
@media (max-width: 767px) {
  .cid-uHokpC1IQV .btn {
    padding: 0.5rem 1rem;
    width: auto;
  }
}
@media (max-width: 767px) {
  .cid-uHokpC1IQV .col-auto {
    margin: auto;
  }
}
.cid-uHokpC1IQV h5 {
  margin-bottom: 1rem;
}
.cid-uHokpC1IQV a {
  font-weight: bold;
}
.cid-uHokpC1IQV .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uHokpC1IQV .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uHokpC1IQV .no-padding {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHokpC1IQV H5 {
  text-align: left;
}
.cid-uHokpCxwGB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uHokpCxwGB .media-container-row .mbr-text {
  color: #000000;
}
.cid-uHokiWTkVx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
@media (min-width: 992px) {
  .cid-uHokiWTkVx .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uHokiWTkVx .align-right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .cid-uHokiWTkVx .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uHokiWTkVx .navbar-caption {
  font-weight: 500;
}
.cid-uHokiWTkVx nav.navbar {
  position: fixed;
}
.cid-uHokiWTkVx .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-uHokiWTkVx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHokiWTkVx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHokiWTkVx .dropdown-item:hover,
.cid-uHokiWTkVx .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uHokiWTkVx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHokiWTkVx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHokiWTkVx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHokiWTkVx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHokiWTkVx .nav-link {
  position: relative;
  text-align: right;
  display: inline-block;
  width: 100%;
}
.cid-uHokiWTkVx .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-uHokiWTkVx .nav-link:hover::after {
  visibility: visible;
  width: 100%;
}
.cid-uHokiWTkVx .container {
  display: flex;
  margin: auto;
}
.cid-uHokiWTkVx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-uHokiWTkVx .dropdown-menu,
.cid-uHokiWTkVx .navbar.opened {
  background: #ffffff !important;
}
.cid-uHokiWTkVx .nav-item:focus,
.cid-uHokiWTkVx .nav-link:focus {
  outline: none;
}
.cid-uHokiWTkVx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHokiWTkVx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHokiWTkVx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHokiWTkVx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHokiWTkVx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHokiWTkVx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHokiWTkVx .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHokiWTkVx .navbar.opened {
  transition: all 0.3s;
}
.cid-uHokiWTkVx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHokiWTkVx .navbar .navbar-logo img {
  width: auto;
}
.cid-uHokiWTkVx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHokiWTkVx .navbar.collapsed {
  justify-content: center;
}
.cid-uHokiWTkVx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHokiWTkVx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHokiWTkVx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uHokiWTkVx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHokiWTkVx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHokiWTkVx .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-uHokiWTkVx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHokiWTkVx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHokiWTkVx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHokiWTkVx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHokiWTkVx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHokiWTkVx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHokiWTkVx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHokiWTkVx .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-uHokiWTkVx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHokiWTkVx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHokiWTkVx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHokiWTkVx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHokiWTkVx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHokiWTkVx .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHokiWTkVx .navbar.navbar-short {
  min-height: 80px;
}
.cid-uHokiWTkVx .navbar.navbar-short .navbar-logo img {
  height: 3.3rem !important;
}
.cid-uHokiWTkVx .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uHokiWTkVx .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-uHokiWTkVx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHokiWTkVx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHokiWTkVx .dropdown-item.active,
.cid-uHokiWTkVx .dropdown-item:active {
  background-color: transparent;
}
.cid-uHokiWTkVx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHokiWTkVx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHokiWTkVx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHokiWTkVx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHokiWTkVx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHokiWTkVx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHokiWTkVx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHokiWTkVx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHokiWTkVx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHokiWTkVx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHokiWTkVx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHokiWTkVx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHokiWTkVx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHokiWTkVx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHokiWTkVx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHokiWTkVx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHokiWTkVx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHokiWTkVx .navbar-dropdown {
  position: fixed;
}
.cid-uHokiWTkVx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHokiWTkVx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHokiWTkVx .navbar {
    height: 70px;
  }
  .cid-uHokiWTkVx .navbar.opened {
    height: auto;
  }
  .cid-uHokiWTkVx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHokiXmsek {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHokiXmsek .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokiXmsek .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uHokiXmsek .container {
    padding: 0 26px;
  }
}
.cid-uHokiXmsek .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uHokiXmsek .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uHokiXmsek .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHokiXmsek .mbr-section-title {
  color: #000000;
}
.cid-uHokiXmsek .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHokiXmsek .mbr-text {
  color: #cacaca;
}
.cid-uHokiXJWx0 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHokiXJWx0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokiXJWx0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uHokiXJWx0 .container {
    padding: 0 26px;
  }
}
.cid-uHokiXJWx0 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uHokiXJWx0 .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uHokiXJWx0 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHokiXJWx0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHokiXJWx0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHokiXJWx0 .mbr-text {
  color: #222222;
  text-align: left;
}
.cid-uHokiYa8F6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .cid-uHokiYa8F6 .col-12.col-cards {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
}
.cid-uHokiYa8F6 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uHokiYa8F6 .row {
    text-align: center !important;
  }
}
.cid-uHokiYa8F6 .col-text {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uHokiYa8F6 .col-text {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.cid-uHokiYa8F6 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-uHokiYa8F6 .text-wrapper {
    text-align: center !important;
  }
}
.cid-uHokiYa8F6 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uHokiYa8F6 .label-text {
    text-align: center !important;
  }
}
.cid-uHokiYa8F6 .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uHokiYa8F6 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uHokiYa8F6 .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uHokiYa8F6 .mbr-text {
    text-align: center !important;
  }
}
.cid-uHokiYa8F6 .btn-container {
  width: 100%;
  margin-top: 16px;
}
.cid-uHokiYa8F6 .mbr-section-btn .btn {
  padding: 0;
}
.cid-uHokiYa8F6 .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-uHokiYa8F6 .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-uHokiYa8F6 .col-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 48px;
}
@media (max-width: 991px) {
  .cid-uHokiYa8F6 .col-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 992px) {
  .cid-uHokiYa8F6 .col-cards {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.cid-uHokiYa8F6 .col-cards-second {
  padding-top: 48px;
  border-top: 1px solid #555555;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uHokiYa8F6 .card {
    margin-bottom: 1rem;
  }
}
.cid-uHokiYa8F6 .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uHokiYa8F6 .card-title {
  color: #222222;
  margin-bottom: 8px;
}
.cid-uHokiYa8F6 .card-date {
  color: #999999;
  margin-bottom: 12px;
}
.cid-uHokiYa8F6 .card-text {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-uHokiYa8F6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokiYa8F6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHokiYa8F6 .card-title,
.cid-uHokiYa8F6 .mbr-section-btn {
  text-align: left;
}
.cid-uHokiYIzoy {
  background-color: #ffffff;
}
.cid-uHokiYIzoy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokiYIzoy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHokiYIzoy img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHokiYIzoy .img-wide {
  height: 50%;
}
.cid-uHokiYIzoy .img-big {
  height: 100%;
}
.cid-uHokiYIzoy .small-image-1 img,
.cid-uHokiYIzoy .small-image-2 img {
  height: 100%;
}
.cid-uHokiYIzoy .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHokiYIzoy .row {
    gap: 10px;
  }
}
.cid-uHokiYIzoy .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHokiYIzoy .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHokiZ8Ose {
  background-color: #ffffff;
}
.cid-uHokiZ8Ose .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokiZ8Ose .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHokiZ8Ose img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHokiZ8Ose .img-wide {
  height: 50%;
}
.cid-uHokiZ8Ose .img-big {
  height: 100%;
}
.cid-uHokiZ8Ose .small-image-1 img,
.cid-uHokiZ8Ose .small-image-2 img {
  height: 100%;
}
.cid-uHokiZ8Ose .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHokiZ8Ose .row {
    gap: 10px;
  }
}
.cid-uHokiZ8Ose .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHokiZ8Ose .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHokiZyQDj {
  background-color: #ffffff;
}
.cid-uHokiZyQDj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokiZyQDj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHokiZyQDj img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHokiZyQDj .img-wide {
  height: 50%;
}
.cid-uHokiZyQDj .img-big {
  height: 100%;
}
.cid-uHokiZyQDj .small-image-1 img,
.cid-uHokiZyQDj .small-image-2 img {
  height: 100%;
}
.cid-uHokiZyQDj .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHokiZyQDj .row {
    gap: 10px;
  }
}
.cid-uHokiZyQDj .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHokiZyQDj .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHokj00S4h {
  background-color: #ffffff;
}
.cid-uHokj00S4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokj00S4h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHokj00S4h img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHokj00S4h .img-wide {
  height: 50%;
}
.cid-uHokj00S4h .img-big {
  height: 100%;
}
.cid-uHokj00S4h .small-image-1 img,
.cid-uHokj00S4h .small-image-2 img {
  height: 100%;
}
.cid-uHokj00S4h .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHokj00S4h .row {
    gap: 10px;
  }
}
.cid-uHokj00S4h .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHokj00S4h .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHokj0ufOE {
  background-color: #ffffff;
}
.cid-uHokj0ufOE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokj0ufOE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHokj0ufOE img {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
  object-fit: contain;
  border: 0px dashed #efc38b;
  border-radius: 0px;
}
.cid-uHokj0ufOE .img-wide {
  height: 50%;
}
.cid-uHokj0ufOE .img-big {
  height: 100%;
}
.cid-uHokj0ufOE .small-image-1 img,
.cid-uHokj0ufOE .small-image-2 img {
  height: 100%;
}
.cid-uHokj0ufOE .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHokj0ufOE .row {
    gap: 10px;
  }
}
.cid-uHokj0ufOE .mbr-fullscreen {
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-uHokj0ufOE .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.cid-uHokj2dyul {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHokj2dyul .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHokj2dyul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uHokj2dyul .container {
    padding: 0 26px;
  }
}
.cid-uHokj2dyul .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uHokj2dyul .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uHokj2dyul .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHokj2dyul .mbr-section-title {
  color: #000000;
}
.cid-uHokj2dyul .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHokj2dyul .mbr-text {
  color: #cacaca;
}
.cid-uHokj2P2cT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHokj2P2cT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uHokj2P2cT form {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uHokj2P2cT form {
    padding: 2rem 0rem;
  }
}
.cid-uHokj2P2cT .border-radius {
  border-radius: 0rem;
}
.cid-uHokj2P2cT input,
.cid-uHokj2P2cT textarea {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.cid-uHokj2P2cT input:hover,
.cid-uHokj2P2cT textarea:hover,
.cid-uHokj2P2cT input:focus,
.cid-uHokj2P2cT textarea:focus,
.cid-uHokj2P2cT input:active,
.cid-uHokj2P2cT textarea:active {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  box-shadow: none;
}
.cid-uHokj2P2cT .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uHokj2P2cT img {
    max-width: 60%;
    height: auto;
    object-fit: contain;
  }
}
.cid-uHokj2P2cT .row {
  background: #ffffff;
  overflow: hidden;
  margin: 0;
}
.cid-uHokj2P2cT .btn {
  padding: 0.5rem 10rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0rem !important;
  display: block;
}
@media (max-width: 767px) {
  .cid-uHokj2P2cT .btn {
    padding: 0.5rem 1rem;
    width: auto;
  }
}
@media (max-width: 767px) {
  .cid-uHokj2P2cT .col-auto {
    margin: auto;
  }
}
.cid-uHokj2P2cT h5 {
  margin-bottom: 1rem;
}
.cid-uHokj2P2cT a {
  font-weight: bold;
}
.cid-uHokj2P2cT .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uHokj2P2cT .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uHokj2P2cT .no-padding {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHokj2P2cT H5 {
  text-align: left;
}
.cid-uHokj3z9te {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uHokj3z9te .media-container-row .mbr-text {
  color: #000000;
}
