@charset "UTF-8";

section {
    background-color: #eeeeee;
}

body {
  font-style: normal;
  font-weight: 300;
  color: #000000;
  position: relative;
}

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

.embla__button,
.carousel-control {
  background-color: #edefea;
  opacity: 0.8 !important;
  color: #464845;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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;

}

.mbr-section-subtitle {

}

.mbr-text {
  font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {

  word-break: break-word;
  word-wrap: break-word;

}

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 1px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.image-wrapper,
.btn-wrap,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.link-icon-wrapper {
  border-radius: 0 !important;
}
.link-icon-wrapper .svg1,
.link-icon-wrapper .svg2 {
  display: none;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Instrument Sans;
}
/* 大標Title 1 */
.display-1 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 4.5rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
/* 副標Title 2 */
.display-2 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 2.75rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.4375rem;
}
/* Menu */
.display-4 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* 小標Title 3 */
.display-5 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.35rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.6875rem;
}
/* 大內文Text2 */
.display-6 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.65rem;
  line-height: 1.5;
}
.display-6 > .mbr-iconfont {
  font-size: 2.0625rem;
}
/* 小內文Text */
.display-7 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.15rem;
  line-height: 1.75;
}
.display-7 > .mbr-iconfont {
  font-size: 1.4375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  /*-- 大標Title 1 --*/
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: 1.3;
  }
  /*-- 副標Title 2 --*/
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  /*-- Menu --*/
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  /*-- 小標Title 3 --*/
  .display-5 {
    font-size: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20))));
  }
  /*-- 大內文Text2 --*/
  .display-6 {
    font-size: 1.32rem;
    font-size: calc( 1.2275rem + (1.65 - 1.2275) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.75 * (1.2275rem + (1.65 - 1.2275) * ((100vw - 20rem) / (48 - 20))));
  }
  /*-- 小內文Text --*/
  .display-7 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.75 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 0;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #ffda00 !important;
}
.bg-success {
  background-color: #ffd7ef !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #858585 !important;
}
.bg-danger {
  background-color: #3f3193 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffed80 !important;
  border-color: #ffed80 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #ffed80 !important;
  border-color: #ffed80 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fda8b7 !important;
  border-color: #fda8b7 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fda8b7 !important;
  border-color: #fda8b7 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #404040 !important;
  border-color: #404040 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #404040 !important;
  border-color: #404040 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #858585 !important;
  border-color: #858585 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c5c5c5 !important;
  border-color: #c5c5c5 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c5c5c5 !important;
  border-color: #c5c5c5 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #3f3193 !important;
  border-color: #3f3193 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #8073d0 !important;
  border-color: #8073d0 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8073d0 !important;
  border-color: #8073d0 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #636363 !important;
  border-color: #636363 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #636363 !important;
  border-color: #636363 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffda00;
  color: #ffda00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #fff8cc !important;
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f92c50;
  color: #f92c50;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #fff2f5 !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #666666 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #858585;
  color: #858585;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ebebeb !important;
  background-color: #858585 !important;
  border-color: #858585 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #858585 !important;
  border-color: #858585 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #3f3193;
  color: #3f3193;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b4ade3 !important;
  background-color: #3f3193 !important;
  border-color: #3f3193 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #3f3193 !important;
  border-color: #3f3193 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #898989 !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffda00 !important;
}
.text-secondary {
  color: #f92c50 !important;
}
.text-success {
  color: #ffd7ef !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #858585 !important;
}
.text-danger {
  color: #3f3193 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #998300 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ba0525 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ff71c6 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #525252 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1e1846 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !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;
}
.nav-tabs .nav-link.active {
  color: #ffda00;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #858585;
}
.alert-danger {
  background-color: #3f3193;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffda00;
  border-color: #ffda00;
  color: #191600;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffda00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff8cc;
}
.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: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c5c5c5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #8073d0;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.15rem;
  line-height: 1.75;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.4375rem;
}
.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: #ffda00 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.15rem;
  line-height: 1.75;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.4375rem;
}
blockquote {
  border-color: #ffda00;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffda00;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffda00;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffda00;
  border-bottom-color: #ffda00;
}
.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: #000000 !important;
  background-color: #ffda00 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #f92c50 !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='%23ffda00' %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;
}
section {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-tWMdDiLsq7 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tWMdDiLsq7 .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-tWMdDiLsq7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-tWMdDiLsq7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWMdDiLsq7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWMdDiLsq7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tWMdDiLsq7 .menu_box .navbar.opened,
  .cid-tWMdDiLsq7 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tWMdDiLsq7 nav.navbar {
  position: fixed;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.cid-tWMdDiLsq7 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tWMdDiLsq7 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tWMdDiLsq7 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tWMdDiLsq7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tWMdDiLsq7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tWMdDiLsq7 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tWMdDiLsq7 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tWMdDiLsq7 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tWMdDiLsq7 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tWMdDiLsq7 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tWMdDiLsq7 .offcanvas-body .mbr-text,
  .cid-tWMdDiLsq7 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tWMdDiLsq7 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tWMdDiLsq7 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tWMdDiLsq7 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tWMdDiLsq7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tWMdDiLsq7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tWMdDiLsq7 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tWMdDiLsq7 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tWMdDiLsq7 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tWMdDiLsq7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWMdDiLsq7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tWMdDiLsq7 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tWMdDiLsq7 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tWMdDiLsq7 .lg_brand {
    margin: 0 1rem;
  }
  .cid-tWMdDiLsq7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tWMdDiLsq7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tWMdDiLsq7 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tWMdDiLsq7 .nav-item {
    margin: 0 !important;
  }
}
.cid-tWMdDiLsq7 .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tWMdDiLsq7 .nav-item .nav-link:hover,
.cid-tWMdDiLsq7 .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #ffda00;
  color: #000000 !important;
}
.cid-tWMdDiLsq7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tWMdDiLsq7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tWMdDiLsq7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tWMdDiLsq7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWMdDiLsq7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tWMdDiLsq7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tWMdDiLsq7 .offcanvas_box {
    display: none;
  }
}
.cid-tWMdDiLsq7 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tWMdDiLsq7 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tWMdDiLsq7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tWMdDiLsq7 .container {
  display: flex;
  margin: auto;
}
.cid-tWMdDiLsq7 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tWMdDiLsq7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tWMdDiLsq7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tWMdDiLsq7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tWMdDiLsq7 .navbar-nav {
    margin: 0;
  }
}
.cid-tWMdDiLsq7 .dropdown-menu,
.cid-tWMdDiLsq7 .navbar.opened {
  background-color: true !important;
}
.cid-tWMdDiLsq7 .nav-item:focus,
.cid-tWMdDiLsq7 .nav-link:focus {
  outline: none;
}
.cid-tWMdDiLsq7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWMdDiLsq7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWMdDiLsq7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWMdDiLsq7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWMdDiLsq7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWMdDiLsq7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWMdDiLsq7 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tWMdDiLsq7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tWMdDiLsq7 .navbar.opened {
  transition: all 0.3s;
}
.cid-tWMdDiLsq7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tWMdDiLsq7 .navbar .navbar-logo img {
  max-width: 90px;
  min-height: 50px;
  object-fit: contain;
}
.cid-tWMdDiLsq7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tWMdDiLsq7 .navbar.collapsed {
  justify-content: center;
}
.cid-tWMdDiLsq7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWMdDiLsq7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tWMdDiLsq7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWMdDiLsq7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWMdDiLsq7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWMdDiLsq7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tWMdDiLsq7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWMdDiLsq7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tWMdDiLsq7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
    width: 100% !important;
  }
  .cid-tWMdDiLsq7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWMdDiLsq7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWMdDiLsq7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tWMdDiLsq7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWMdDiLsq7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tWMdDiLsq7 .navbar .navbar-logo img {
    height: 2.8rem !important;
  }
  .cid-tWMdDiLsq7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tWMdDiLsq7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tWMdDiLsq7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tWMdDiLsq7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tWMdDiLsq7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWMdDiLsq7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tWMdDiLsq7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWMdDiLsq7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWMdDiLsq7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWMdDiLsq7 .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-tWMdDiLsq7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tWMdDiLsq7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWMdDiLsq7 .dropdown-item.active,
.cid-tWMdDiLsq7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tWMdDiLsq7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tWMdDiLsq7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWMdDiLsq7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWMdDiLsq7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWMdDiLsq7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tWMdDiLsq7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWMdDiLsq7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffda00;
}
.cid-tWMdDiLsq7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWMdDiLsq7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWMdDiLsq7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWMdDiLsq7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWMdDiLsq7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWMdDiLsq7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWMdDiLsq7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWMdDiLsq7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWMdDiLsq7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWMdDiLsq7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tWMdDiLsq7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWMdDiLsq7 .navbar {
    height: 70px;
  }
  .cid-tWMdDiLsq7 .navbar.opened {
    height: auto;
  }
  .cid-tWMdDiLsq7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWMdDiLsq7 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tWMdDiLsq7 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tWMdDiLsq7 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tWMdDiLsq7 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tWMdDiLsq7 .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tWMdDiLsq7 .navbar-caption:hover {
  color: #ffda00;
}
@media (min-width: 992px) {
  .cid-tWMdDiLsq7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tWMdDiLsq7 .text_widget {
  margin-bottom: 32px;
}
.cid-tWMdDiLsq7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tWMdDiLsq7 .text_widget a:hover,
.cid-tWMdDiLsq7 .text_widget a:focus {
  opacity: .6;
}
.cid-tWMdDiLsq7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tWMdDiLsq7 .navbar-caption {
  color: #000000;
}
.cid-tWMdDiLsq7 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tWMdDiLsq7 .mbr-section-subtitle,
.cid-tWMdDiLsq7 .text_widget,
.cid-tWMdDiLsq7 .mbr-section-btn {
  text-align: center;
}
.cid-tWMdDiLsq7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tYpjwRecXX {
  background-image: url("../../../assets/images/shutterstock-1640118181-s1920.jpg");
}
.cid-tYpjwRecXX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYpjwRecXX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYpjwRecXX .mbr-section-title {
  text-align: center;
  color: #ffffff;
  font-weight: 700;
}
.cid-tYpjwRecXX .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-tYpjwRecXX .mbr-section-subtitle {
    margin-top: 3rem;
  }
}
.cid-tYpjwRecXX .mbr-text,
.cid-tYpjwRecXX .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tYpjwRecXX .mbr-section-btn {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-tYpjwRecXX .btn {
  font-weight: 700;
  box-shadow: none !important;
  border-radius: 0 !important;
  border: none !important;
  min-height: 100px;
  padding-right: 70px;
  padding-left: 70px;
  margin: 0;
}
@media (min-width: 992px) {
  .cid-tYpjwRecXX .btn {
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-tYpjwRecXX .btn {
    width: 100%;
    max-width: 250px;
    padding-right: 25px;
    padding-left: 25px;
  }
}
.cid-tYpjwRecXX .one {
  color: #000000 !important;
}
.cid-tYpjwRecXX .one:hover {
  color: #000000 !important;
  background-color: white !important;
}
.cid-tYpjwRecXX .two {
  color: #ffffff !important;
}
.cid-tYpjwRecXX .two:hover {
  color: #ffffff !important;
  background-color: black !important;
}
.cid-tYpjwRecXX .mbr-section-title,
.cid-tYpjwRecXX .mbr-section-subtitle,
.cid-tYpjwRecXX .mbr-text {
  text-shadow: 0px 0px 15px #000000;
}
.cid-tW70ZtFMUm {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffda00;
}
.cid-tW70ZtFMUm .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tW70ZtFMUm .mbr-section-subtitle {
  color: #000000;
}
.cid-tW70ZtFMUm .mbr-section-title {
  color: #000000;
}
.cid-tYp6fnnzUB {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffda00;
}
@media (max-width: 767px) {
  .cid-tYp6fnnzUB {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }
}
.cid-tYp6fnnzUB .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tYp6fnnzUB .bottom_box {
  margin-top: 4rem;
}
.cid-tYp6fnnzUB .title {
  position: relative;
  z-index: 1;
}
.cid-tYp6fnnzUB .name {
  text-align: center;
  color: #ffffff;
}
.cid-tYp6fnnzUB .shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  background-color: #000000;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  border: 1px solid black;
}
@media (max-width: 767px) {
  .cid-tYp6fnnzUB .shape {
    width: 300px;
    height: 300px;
  }
}
.cid-tYp6fnnzUB .linkBtn {
  margin-top: 2.5rem;
}
.cid-tYp6fnnzUB .mbr-text,
.cid-tYp6fnnzUB .linkBtn {
  text-align: center;
  color: #ffda00;
}
.cid-tYp6fnnzUB .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 70px;
  color: #ffeb69;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-tYp6fnnzUB .iconfont-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-tYp6fnnzUB .mbr-section-subtitle,
.cid-tYp6fnnzUB .mbr-text {
  font-weight: 700;
}
.cid-tYcd7BehW8 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/shutterstock-1640118181-s1920.jpg");
}
.cid-tYcd7BehW8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYcd7BehW8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYcd7BehW8 .card {
  padding: 30px;
  background-color: #ffda00;
  border: 1px solid #000000;
}
.cid-tYcd7BehW8 .card .subtitle-wrapper {
  margin: -55px 0 0;
  transform: rotate(-5deg);
  border-left: 8px solid #000000;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  max-width: 200px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}
.cid-tYcd7BehW8 .card .subtitle-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tYcd7BehW8 .card {
    padding: 20px;
  }
}
.cid-tYcd7BehW8 .text-wrapper {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-tYcd7BehW8 .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tYcd7BehW8 .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-tYcd7BehW8 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  font-weight: 700;
}
.cid-tYcd7BehW8 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tYcd7BehW8 .video-wrapper iframe {
  width: 100%;
}
.cid-tYcd7BehW8 .cBlock {
  display: flex;
  align-items: center;
  padding: 30px;
  border: 1px solid #000000;
  border-top: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tYcd7BehW8 .cBlock {
    display: block;
    padding: 20px;
  }
}
.cid-tYcd7BehW8 .text-wrapper2 {
  padding-top: 20px;
}
@media (min-width: 993px) {
  .cid-tYcd7BehW8 .text-wrapper2 {
    padding-top: 0;
    padding-left: 30px;
  }
}
.cid-tYcd7BehW8 .mbr-section-subtitle2 {
  color: #f92c50;
}
.cid-tYcd7BehW8 .mbr-text2 {
  text-align: justify;
  color: #000000;
}
.cid-tYbZMSXjJi {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/shutterstock-1640118181-s1920.jpg");
}
.cid-tYbZMSXjJi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYbZMSXjJi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYbZMSXjJi .tttLink {
  margin-top: auto !important;
}
.cid-tYbZMSXjJi .cBlock {
  padding: 20px 30px 60px;
  border: 1px solid black;
  border-top: none;
  background-color: white;
}
@media (max-width: 768px) {
  .cid-tYbZMSXjJi .cBlock {
    padding: 20px 20px 70px;
  }
}
.cid-tYbZMSXjJi .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYbZMSXjJi .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tYbZMSXjJi .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYbZMSXjJi .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 10px;
  }
}
.cid-tYbZMSXjJi .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tYbZMSXjJi .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-tYbZMSXjJi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 600px;
  max-width: 600px;
}
@media (min-width: 769px) {
  .cid-tYbZMSXjJi .embla__slide {
    border-right: 1px solid black;
  }
}
@media (max-width: 768px) {
  .cid-tYbZMSXjJi .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tYbZMSXjJi .embla__slide .card-wrap {
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYbZMSXjJi .embla__slide .card-wrap {
    display: flex;
  }
}
.cid-tYbZMSXjJi .embla__slide .card-wrap:hover .item-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-tYbZMSXjJi .embla__slide .card-wrap .item-wrapper .image-wrap {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYbZMSXjJi .embla__slide .card-wrap .item-wrapper .image-wrap {
    width: 230px;
  }
}
.cid-tYbZMSXjJi .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tYbZMSXjJi .embla__slide .card-wrap .content-wrap {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 769px) {
  .cid-tYbZMSXjJi .embla__slide .card-wrap .content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tYbZMSXjJi .embla__slide .card-wrap .content-wrap {
    min-height: 160px;
    max-height: 200px;
    margin-top: 1rem;
  }
}
.cid-tYbZMSXjJi .embla__button--next,
.cid-tYbZMSXjJi .embla__button--prev {
  display: flex;
}
.cid-tYbZMSXjJi .embla__button {
  bottom: -3rem;
  width: 32px;
  height: 32px;
  font-size: 15px;
  background-color: #ffda00 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tYbZMSXjJi .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tYbZMSXjJi .embla__button:hover {
  opacity: .7;
}
.cid-tYbZMSXjJi .embla__button.embla__button--prev {
  left: 0;
}
.cid-tYbZMSXjJi .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tYbZMSXjJi .embla__button {
    bottom: -3.5rem;
  }
}
.cid-tYbZMSXjJi .embla {
  position: relative;
  width: 100%;
}
.cid-tYbZMSXjJi .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tYbZMSXjJi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tYbZMSXjJi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tYbZMSXjJi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tYbZMSXjJi .mbr-section-subtitle {
  color: #000000;
}
.cid-tYbZMSXjJi .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-tYbZMSXjJi .mbr-section-title mark.highlight {
  border-bottom: 4px solid #ffda00;
  background: none;
  margin: 0;
  padding: 0 2px;
}
.cid-tYbZMSXjJi .mbr-date {
  color: #777777;
}
.cid-tYbZMSXjJi .mbr-text {
  color: #f92c50;
  font-weight: 700;
}
.cid-tYbZMSXjJi .mbr-link {
  position: relative;
  width: fit-content;
  font-weight: 700;
}
.cid-tYbZMSXjJi .mbr-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
  max-width: 100px;
}
.cid-tYbZMSXjJi .mbr-link:hover a {
  background-image: none !important;
}
.cid-tYbZMSXjJi .mbr-link:hover {
  cursor: pointer;
}
.cid-tYbZMSXjJi .mbr-link:hover:before {
  width: 0%;
}
.cid-tYbZMSXjJi a {
  font-weight: 700;
}
.cid-tYcg1ja2uA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/shutterstock-1640118181-s1920.jpg");
}
.cid-tYcg1ja2uA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYcg1ja2uA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYcg1ja2uA .card {
  padding: 30px;
  background-color: #ffda00;
  border: 1px solid #000000;
}
.cid-tYcg1ja2uA .card .subtitle-wrapper {
  margin: -55px 0 0;
  transform: rotate(-5deg);
  border-left: 8px solid #000000;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  max-width: 200px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}
.cid-tYcg1ja2uA .card .subtitle-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tYcg1ja2uA .card {
    padding: 20px;
  }
}
.cid-tYcg1ja2uA .text-wrapper {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-tYcg1ja2uA .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tYcg1ja2uA .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-tYcg1ja2uA .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  font-weight: 700;
}
.cid-tYcg1ja2uA .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tYcg1ja2uA .video-wrapper iframe {
  width: 100%;
}
.cid-tYcg1ja2uA .cBlock {
  display: flex;
  align-items: center;
  padding: 30px;
  border: 1px solid #000000;
  border-top: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tYcg1ja2uA .cBlock {
    display: block;
    padding: 20px;
  }
}
.cid-tYcg1ja2uA .text-wrapper2 {
  padding-top: 20px;
}
@media (min-width: 993px) {
  .cid-tYcg1ja2uA .text-wrapper2 {
    padding-top: 0;
    padding-left: 30px;
  }
}
.cid-tYcg1ja2uA .mbr-section-subtitle2 {
  color: #f92c50;
}
.cid-tYcg1ja2uA .mbr-text2 {
  text-align: justify;
  color: #000000;
}
.cid-tYbXQeNDFC {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/shutterstock-1640118181-s1920.jpg");
}
.cid-tYbXQeNDFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYbXQeNDFC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYbXQeNDFC .tttLink {
  margin-top: auto !important;
}
.cid-tYbXQeNDFC .cBlock {
  padding: 20px 30px 60px;
  border: 1px solid black;
  border-top: none;
  background-color: white;
}
@media (max-width: 768px) {
  .cid-tYbXQeNDFC .cBlock {
    padding: 20px 20px 70px;
  }
}
.cid-tYbXQeNDFC .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYbXQeNDFC .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tYbXQeNDFC .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYbXQeNDFC .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 10px;
  }
}
.cid-tYbXQeNDFC .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tYbXQeNDFC .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-tYbXQeNDFC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 600px;
  max-width: 600px;
}
@media (min-width: 769px) {
  .cid-tYbXQeNDFC .embla__slide {
    border-right: 1px solid black;
  }
}
@media (max-width: 768px) {
  .cid-tYbXQeNDFC .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tYbXQeNDFC .embla__slide .card-wrap {
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYbXQeNDFC .embla__slide .card-wrap {
    display: flex;
  }
}
.cid-tYbXQeNDFC .embla__slide .card-wrap:hover .item-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-tYbXQeNDFC .embla__slide .card-wrap .item-wrapper .image-wrap {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYbXQeNDFC .embla__slide .card-wrap .item-wrapper .image-wrap {
    width: 230px;
  }
}
.cid-tYbXQeNDFC .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tYbXQeNDFC .embla__slide .card-wrap .content-wrap {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 769px) {
  .cid-tYbXQeNDFC .embla__slide .card-wrap .content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tYbXQeNDFC .embla__slide .card-wrap .content-wrap {
    min-height: 160px;
    max-height: 200px;
    margin-top: 1rem;
  }
}
.cid-tYbXQeNDFC .embla__button--next,
.cid-tYbXQeNDFC .embla__button--prev {
  display: flex;
}
.cid-tYbXQeNDFC .embla__button {
  bottom: -3rem;
  width: 32px;
  height: 32px;
  font-size: 15px;
  background-color: #ffda00 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tYbXQeNDFC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tYbXQeNDFC .embla__button:hover {
  opacity: .7;
}
.cid-tYbXQeNDFC .embla__button.embla__button--prev {
  left: 0;
}
.cid-tYbXQeNDFC .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tYbXQeNDFC .embla__button {
    bottom: -3.5rem;
  }
}
.cid-tYbXQeNDFC .embla {
  position: relative;
  width: 100%;
}
.cid-tYbXQeNDFC .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tYbXQeNDFC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tYbXQeNDFC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tYbXQeNDFC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tYbXQeNDFC .mbr-section-subtitle {
  color: #000000;
}
.cid-tYbXQeNDFC .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-tYbXQeNDFC .mbr-section-title mark.highlight {
  border-bottom: 4px solid #ffda00;
  background: none;
  margin: 0;
  padding: 0 2px;
}
.cid-tYbXQeNDFC .mbr-date {
  color: #777777;
}
.cid-tYbXQeNDFC .mbr-text {
  color: #f92c50;
  font-weight: 700;
}
.cid-tYbXQeNDFC .mbr-link {
  position: relative;
  width: fit-content;
  font-weight: 700;
}
.cid-tYbXQeNDFC .mbr-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
  max-width: 100px;
}
.cid-tYbXQeNDFC .mbr-link:hover a {
  background-image: none !important;
}
.cid-tYbXQeNDFC .mbr-link:hover {
  cursor: pointer;
}
.cid-tYbXQeNDFC .mbr-link:hover:before {
  width: 0%;
}
.cid-tYbXQeNDFC a {
  font-weight: 700;
}
.cid-tYcgotz6a3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/shutterstock-1640118181-s1920.jpg");
}
.cid-tYcgotz6a3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYcgotz6a3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYcgotz6a3 .card {
  padding: 30px;
  background-color: #ffda00;
  border: 1px solid #000000;
}
.cid-tYcgotz6a3 .card .subtitle-wrapper {
  margin: -55px 0 0;
  transform: rotate(-5deg);
  border-left: 8px solid #000000;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  max-width: 200px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}
.cid-tYcgotz6a3 .card .subtitle-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tYcgotz6a3 .card {
    padding: 20px;
  }
}
.cid-tYcgotz6a3 .text-wrapper {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-tYcgotz6a3 .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tYcgotz6a3 .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-tYcgotz6a3 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  font-weight: 700;
}
.cid-tYcgotz6a3 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tYcgotz6a3 .video-wrapper iframe {
  width: 100%;
}
.cid-tYcgotz6a3 .cBlock {
  display: flex;
  align-items: center;
  padding: 30px;
  border: 1px solid #000000;
  border-top: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tYcgotz6a3 .cBlock {
    display: block;
    padding: 20px;
  }
}
.cid-tYcgotz6a3 .text-wrapper2 {
  padding-top: 20px;
}
@media (min-width: 993px) {
  .cid-tYcgotz6a3 .text-wrapper2 {
    padding-top: 0;
    padding-left: 30px;
  }
}
.cid-tYcgotz6a3 .mbr-section-subtitle2 {
  color: #f92c50;
}
.cid-tYcgotz6a3 .mbr-text2 {
  text-align: justify;
  color: #000000;
}
.cid-tYbZ3IY2Rc {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/shutterstock-1640118181-s1920.jpg");
}
.cid-tYbZ3IY2Rc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYbZ3IY2Rc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYbZ3IY2Rc .tttLink {
  margin-top: auto !important;
}
.cid-tYbZ3IY2Rc .cBlock {
  padding: 20px 30px 60px;
  border: 1px solid black;
  border-top: none;
  background-color: white;
}
@media (max-width: 768px) {
  .cid-tYbZ3IY2Rc .cBlock {
    padding: 20px 20px 70px;
  }
}
.cid-tYbZ3IY2Rc .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYbZ3IY2Rc .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tYbZ3IY2Rc .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYbZ3IY2Rc .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 10px;
  }
}
.cid-tYbZ3IY2Rc .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tYbZ3IY2Rc .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-tYbZ3IY2Rc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 600px;
  max-width: 600px;
}
@media (min-width: 769px) {
  .cid-tYbZ3IY2Rc .embla__slide {
    border-right: 1px solid black;
  }
}
@media (max-width: 768px) {
  .cid-tYbZ3IY2Rc .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tYbZ3IY2Rc .embla__slide .card-wrap {
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYbZ3IY2Rc .embla__slide .card-wrap {
    display: flex;
  }
}
.cid-tYbZ3IY2Rc .embla__slide .card-wrap:hover .item-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-tYbZ3IY2Rc .embla__slide .card-wrap .item-wrapper .image-wrap {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYbZ3IY2Rc .embla__slide .card-wrap .item-wrapper .image-wrap {
    width: 230px;
  }
}
.cid-tYbZ3IY2Rc .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tYbZ3IY2Rc .embla__slide .card-wrap .content-wrap {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 769px) {
  .cid-tYbZ3IY2Rc .embla__slide .card-wrap .content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tYbZ3IY2Rc .embla__slide .card-wrap .content-wrap {
    min-height: 160px;
    max-height: 200px;
    margin-top: 1rem;
  }
}
.cid-tYbZ3IY2Rc .embla__button--next,
.cid-tYbZ3IY2Rc .embla__button--prev {
  display: flex;
}
.cid-tYbZ3IY2Rc .embla__button {
  bottom: -3rem;
  width: 32px;
  height: 32px;
  font-size: 15px;
  background-color: #ffda00 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tYbZ3IY2Rc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tYbZ3IY2Rc .embla__button:hover {
  opacity: .7;
}
.cid-tYbZ3IY2Rc .embla__button.embla__button--prev {
  left: 0;
}
.cid-tYbZ3IY2Rc .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tYbZ3IY2Rc .embla__button {
    bottom: -3.5rem;
  }
}
.cid-tYbZ3IY2Rc .embla {
  position: relative;
  width: 100%;
}
.cid-tYbZ3IY2Rc .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tYbZ3IY2Rc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tYbZ3IY2Rc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tYbZ3IY2Rc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tYbZ3IY2Rc .mbr-section-subtitle {
  color: #000000;
}
.cid-tYbZ3IY2Rc .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-tYbZ3IY2Rc .mbr-section-title mark.highlight {
  border-bottom: 4px solid #ffda00;
  background: none;
  margin: 0;
  padding: 0 2px;
}
.cid-tYbZ3IY2Rc .mbr-date {
  color: #777777;
}
.cid-tYbZ3IY2Rc .mbr-text {
  color: #f92c50;
  font-weight: 700;
}
.cid-tYbZ3IY2Rc .mbr-link {
  position: relative;
  width: fit-content;
  font-weight: 700;
}
.cid-tYbZ3IY2Rc .mbr-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
  max-width: 100px;
}
.cid-tYbZ3IY2Rc .mbr-link:hover a {
  background-image: none !important;
}
.cid-tYbZ3IY2Rc .mbr-link:hover {
  cursor: pointer;
}
.cid-tYbZ3IY2Rc .mbr-link:hover:before {
  width: 0%;
}
.cid-tYbZ3IY2Rc a {
  font-weight: 700;
}
.cid-tYcgqcgCJY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/shutterstock-1640118181-s1920.jpg");
}
.cid-tYcgqcgCJY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYcgqcgCJY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYcgqcgCJY .card {
  padding: 30px;
  background-color: #ffda00;
  border: 1px solid #000000;
}
.cid-tYcgqcgCJY .card .subtitle-wrapper {
  margin: -55px 0 0;
  transform: rotate(-5deg);
  border-left: 8px solid #000000;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  max-width: 200px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}
.cid-tYcgqcgCJY .card .subtitle-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tYcgqcgCJY .card {
    padding: 20px;
  }
}
.cid-tYcgqcgCJY .text-wrapper {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-tYcgqcgCJY .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tYcgqcgCJY .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-tYcgqcgCJY .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  font-weight: 700;
}
.cid-tYcgqcgCJY .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tYcgqcgCJY .video-wrapper iframe {
  width: 100%;
}
.cid-tYcgqcgCJY .cBlock {
  display: flex;
  align-items: center;
  padding: 30px;
  border: 1px solid #000000;
  border-top: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tYcgqcgCJY .cBlock {
    display: block;
    padding: 20px;
  }
}
.cid-tYcgqcgCJY .text-wrapper2 {
  padding-top: 20px;
}
@media (min-width: 993px) {
  .cid-tYcgqcgCJY .text-wrapper2 {
    padding-top: 0;
    padding-left: 30px;
  }
}
.cid-tYcgqcgCJY .mbr-section-subtitle2 {
  color: #f92c50;
}
.cid-tYcgqcgCJY .mbr-text2 {
  text-align: justify;
  color: #000000;
}
.cid-tYbZiy6ouG {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/shutterstock-1640118181-s1920.jpg");
}
.cid-tYbZiy6ouG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYbZiy6ouG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYbZiy6ouG .tttLink {
  margin-top: auto !important;
}
.cid-tYbZiy6ouG .cBlock {
  padding: 20px 30px 60px;
  border: 1px solid black;
  border-top: none;
  background-color: white;
}
@media (max-width: 768px) {
  .cid-tYbZiy6ouG .cBlock {
    padding: 20px 20px 70px;
  }
}
.cid-tYbZiy6ouG .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYbZiy6ouG .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tYbZiy6ouG .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYbZiy6ouG .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 10px;
  }
}
.cid-tYbZiy6ouG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tYbZiy6ouG .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-tYbZiy6ouG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 600px;
  max-width: 600px;
}
@media (min-width: 769px) {
  .cid-tYbZiy6ouG .embla__slide {
    border-right: 1px solid black;
  }
}
@media (max-width: 768px) {
  .cid-tYbZiy6ouG .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tYbZiy6ouG .embla__slide .card-wrap {
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYbZiy6ouG .embla__slide .card-wrap {
    display: flex;
  }
}
.cid-tYbZiy6ouG .embla__slide .card-wrap:hover .item-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-tYbZiy6ouG .embla__slide .card-wrap .item-wrapper .image-wrap {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYbZiy6ouG .embla__slide .card-wrap .item-wrapper .image-wrap {
    width: 230px;
  }
}
.cid-tYbZiy6ouG .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tYbZiy6ouG .embla__slide .card-wrap .content-wrap {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 769px) {
  .cid-tYbZiy6ouG .embla__slide .card-wrap .content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tYbZiy6ouG .embla__slide .card-wrap .content-wrap {
    min-height: 160px;
    max-height: 200px;
    margin-top: 1rem;
  }
}
.cid-tYbZiy6ouG .embla__button--next,
.cid-tYbZiy6ouG .embla__button--prev {
  display: flex;
}
.cid-tYbZiy6ouG .embla__button {
  bottom: -3rem;
  width: 32px;
  height: 32px;
  font-size: 15px;
  background-color: #ffda00 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tYbZiy6ouG .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tYbZiy6ouG .embla__button:hover {
  opacity: .7;
}
.cid-tYbZiy6ouG .embla__button.embla__button--prev {
  left: 0;
}
.cid-tYbZiy6ouG .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tYbZiy6ouG .embla__button {
    bottom: -3.5rem;
  }
}
.cid-tYbZiy6ouG .embla {
  position: relative;
  width: 100%;
}
.cid-tYbZiy6ouG .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tYbZiy6ouG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tYbZiy6ouG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tYbZiy6ouG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tYbZiy6ouG .mbr-section-subtitle {
  color: #000000;
}
.cid-tYbZiy6ouG .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-tYbZiy6ouG .mbr-section-title mark.highlight {
  border-bottom: 4px solid #ffda00;
  background: none;
  margin: 0;
  padding: 0 2px;
}
.cid-tYbZiy6ouG .mbr-date {
  color: #777777;
}
.cid-tYbZiy6ouG .mbr-text {
  color: #f92c50;
  font-weight: 700;
}
.cid-tYbZiy6ouG .mbr-link {
  position: relative;
  width: fit-content;
  font-weight: 700;
}
.cid-tYbZiy6ouG .mbr-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
  max-width: 100px;
}
.cid-tYbZiy6ouG .mbr-link:hover a {
  background-image: none !important;
}
.cid-tYbZiy6ouG .mbr-link:hover {
  cursor: pointer;
}
.cid-tYbZiy6ouG .mbr-link:hover:before {
  width: 0%;
}
.cid-tYbZiy6ouG a {
  font-weight: 700;
}
.cid-tYcgnIM1P6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/shutterstock-1640118181-s1920.jpg");
}
.cid-tYcgnIM1P6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYcgnIM1P6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYcgnIM1P6 .card {
  padding: 30px;
  background-color: #ffda00;
  border: 1px solid #000000;
}
.cid-tYcgnIM1P6 .card .subtitle-wrapper {
  margin: -55px 0 0;
  transform: rotate(-5deg);
  border-left: 8px solid #000000;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  max-width: 200px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}
.cid-tYcgnIM1P6 .card .subtitle-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tYcgnIM1P6 .card {
    padding: 20px;
  }
}
.cid-tYcgnIM1P6 .text-wrapper {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-tYcgnIM1P6 .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tYcgnIM1P6 .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-tYcgnIM1P6 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  font-weight: 700;
}
.cid-tYcgnIM1P6 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tYcgnIM1P6 .video-wrapper iframe {
  width: 100%;
}
.cid-tYcgnIM1P6 .cBlock {
  display: flex;
  align-items: center;
  padding: 30px;
  border: 1px solid #000000;
  border-top: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tYcgnIM1P6 .cBlock {
    display: block;
    padding: 20px;
  }
}
.cid-tYcgnIM1P6 .text-wrapper2 {
  padding-top: 20px;
}
@media (min-width: 993px) {
  .cid-tYcgnIM1P6 .text-wrapper2 {
    padding-top: 0;
    padding-left: 30px;
  }
}
.cid-tYcgnIM1P6 .mbr-section-subtitle2 {
  color: #f92c50;
}
.cid-tYcgnIM1P6 .mbr-text2 {
  text-align: justify;
  color: #000000;
}
.cid-tYbYP0ivcS {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/shutterstock-1640118181-s1920.jpg");
}
.cid-tYbYP0ivcS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYbYP0ivcS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYbYP0ivcS .tttLink {
  margin-top: auto !important;
}
.cid-tYbYP0ivcS .cBlock {
  padding: 20px 30px 60px;
  border: 1px solid black;
  border-top: none;
  background-color: white;
}
@media (max-width: 768px) {
  .cid-tYbYP0ivcS .cBlock {
    padding: 20px 20px 70px;
  }
}
.cid-tYbYP0ivcS .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYbYP0ivcS .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tYbYP0ivcS .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYbYP0ivcS .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 10px;
  }
}
.cid-tYbYP0ivcS .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tYbYP0ivcS .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-tYbYP0ivcS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 600px;
  max-width: 600px;
}
@media (min-width: 769px) {
  .cid-tYbYP0ivcS .embla__slide {
    border-right: 1px solid black;
  }
}
@media (max-width: 768px) {
  .cid-tYbYP0ivcS .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tYbYP0ivcS .embla__slide .card-wrap {
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYbYP0ivcS .embla__slide .card-wrap {
    display: flex;
  }
}
.cid-tYbYP0ivcS .embla__slide .card-wrap:hover .item-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-tYbYP0ivcS .embla__slide .card-wrap .item-wrapper .image-wrap {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYbYP0ivcS .embla__slide .card-wrap .item-wrapper .image-wrap {
    width: 230px;
  }
}
.cid-tYbYP0ivcS .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tYbYP0ivcS .embla__slide .card-wrap .content-wrap {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 769px) {
  .cid-tYbYP0ivcS .embla__slide .card-wrap .content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tYbYP0ivcS .embla__slide .card-wrap .content-wrap {
    min-height: 160px;
    max-height: 200px;
    margin-top: 1rem;
  }
}
.cid-tYbYP0ivcS .embla__button--next,
.cid-tYbYP0ivcS .embla__button--prev {
  display: flex;
}
.cid-tYbYP0ivcS .embla__button {
  bottom: -3rem;
  width: 32px;
  height: 32px;
  font-size: 15px;
  background-color: #ffda00 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tYbYP0ivcS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tYbYP0ivcS .embla__button:hover {
  opacity: .7;
}
.cid-tYbYP0ivcS .embla__button.embla__button--prev {
  left: 0;
}
.cid-tYbYP0ivcS .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tYbYP0ivcS .embla__button {
    bottom: -3.5rem;
  }
}
.cid-tYbYP0ivcS .embla {
  position: relative;
  width: 100%;
}
.cid-tYbYP0ivcS .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tYbYP0ivcS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tYbYP0ivcS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tYbYP0ivcS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tYbYP0ivcS .mbr-section-subtitle {
  color: #000000;
}
.cid-tYbYP0ivcS .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-tYbYP0ivcS .mbr-section-title mark.highlight {
  border-bottom: 4px solid #ffda00;
  background: none;
  margin: 0;
  padding: 0 2px;
}
.cid-tYbYP0ivcS .mbr-date {
  color: #777777;
}
.cid-tYbYP0ivcS .mbr-text {
  color: #f92c50;
  font-weight: 700;
}
.cid-tYbYP0ivcS .mbr-link {
  position: relative;
  width: fit-content;
  font-weight: 700;
}
.cid-tYbYP0ivcS .mbr-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
  max-width: 100px;
}
.cid-tYbYP0ivcS .mbr-link:hover a {
  background-image: none !important;
}
.cid-tYbYP0ivcS .mbr-link:hover {
  cursor: pointer;
}
.cid-tYbYP0ivcS .mbr-link:hover:before {
  width: 0%;
}
.cid-tYbYP0ivcS a {
  font-weight: 700;
}
.cid-tYcgpxFoSD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/shutterstock-1640118181-s1920.jpg");
}
.cid-tYcgpxFoSD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYcgpxFoSD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYcgpxFoSD .card {
  padding: 30px;
  background-color: #ffda00;
  border: 1px solid #000000;
}
.cid-tYcgpxFoSD .card .subtitle-wrapper {
  margin: -55px 0 0;
  transform: rotate(-5deg);
  border-left: 8px solid #000000;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  max-width: 200px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}
.cid-tYcgpxFoSD .card .subtitle-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tYcgpxFoSD .card {
    padding: 20px;
  }
}
.cid-tYcgpxFoSD .text-wrapper {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-tYcgpxFoSD .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tYcgpxFoSD .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-tYcgpxFoSD .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  font-weight: 700;
}
.cid-tYcgpxFoSD .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tYcgpxFoSD .video-wrapper iframe {
  width: 100%;
}
.cid-tYcgpxFoSD .cBlock {
  display: flex;
  align-items: center;
  padding: 30px;
  border: 1px solid #000000;
  border-top: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tYcgpxFoSD .cBlock {
    display: block;
    padding: 20px;
  }
}
.cid-tYcgpxFoSD .text-wrapper2 {
  padding-top: 20px;
}
@media (min-width: 993px) {
  .cid-tYcgpxFoSD .text-wrapper2 {
    padding-top: 0;
    padding-left: 30px;
  }
}
.cid-tYcgpxFoSD .mbr-section-subtitle2 {
  color: #f92c50;
}
.cid-tYcgpxFoSD .mbr-text2 {
  text-align: justify;
  color: #000000;
}
.cid-tYbZhRnvZP {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/shutterstock-1640118181-s1920.jpg");
}
.cid-tYbZhRnvZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYbZhRnvZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYbZhRnvZP .tttLink {
  margin-top: auto !important;
}
.cid-tYbZhRnvZP .cBlock {
  padding: 20px 30px 60px;
  border: 1px solid black;
  border-top: none;
  background-color: white;
}
@media (max-width: 768px) {
  .cid-tYbZhRnvZP .cBlock {
    padding: 20px 20px 70px;
  }
}
.cid-tYbZhRnvZP .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYbZhRnvZP .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tYbZhRnvZP .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYbZhRnvZP .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 10px;
  }
}
.cid-tYbZhRnvZP .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tYbZhRnvZP .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-tYbZhRnvZP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 600px;
  max-width: 600px;
}
@media (min-width: 769px) {
  .cid-tYbZhRnvZP .embla__slide {
    border-right: 1px solid black;
  }
}
@media (max-width: 768px) {
  .cid-tYbZhRnvZP .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tYbZhRnvZP .embla__slide .card-wrap {
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYbZhRnvZP .embla__slide .card-wrap {
    display: flex;
  }
}
.cid-tYbZhRnvZP .embla__slide .card-wrap:hover .item-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-tYbZhRnvZP .embla__slide .card-wrap .item-wrapper .image-wrap {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYbZhRnvZP .embla__slide .card-wrap .item-wrapper .image-wrap {
    width: 230px;
  }
}
.cid-tYbZhRnvZP .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tYbZhRnvZP .embla__slide .card-wrap .content-wrap {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 769px) {
  .cid-tYbZhRnvZP .embla__slide .card-wrap .content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tYbZhRnvZP .embla__slide .card-wrap .content-wrap {
    min-height: 160px;
    max-height: 200px;
    margin-top: 1rem;
  }
}
.cid-tYbZhRnvZP .embla__button--next,
.cid-tYbZhRnvZP .embla__button--prev {
  display: flex;
}
.cid-tYbZhRnvZP .embla__button {
  bottom: -3rem;
  width: 32px;
  height: 32px;
  font-size: 15px;
  background-color: #ffda00 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tYbZhRnvZP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tYbZhRnvZP .embla__button:hover {
  opacity: .7;
}
.cid-tYbZhRnvZP .embla__button.embla__button--prev {
  left: 0;
}
.cid-tYbZhRnvZP .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tYbZhRnvZP .embla__button {
    bottom: -3.5rem;
  }
}
.cid-tYbZhRnvZP .embla {
  position: relative;
  width: 100%;
}
.cid-tYbZhRnvZP .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tYbZhRnvZP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tYbZhRnvZP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tYbZhRnvZP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tYbZhRnvZP .mbr-section-subtitle {
  color: #000000;
}
.cid-tYbZhRnvZP .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-tYbZhRnvZP .mbr-section-title mark.highlight {
  border-bottom: 4px solid #ffda00;
  background: none;
  margin: 0;
  padding: 0 2px;
}
.cid-tYbZhRnvZP .mbr-date {
  color: #777777;
}
.cid-tYbZhRnvZP .mbr-text {
  color: #f92c50;
  font-weight: 700;
}
.cid-tYbZhRnvZP .mbr-link {
  position: relative;
  width: fit-content;
  font-weight: 700;
}
.cid-tYbZhRnvZP .mbr-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
  max-width: 100px;
}
.cid-tYbZhRnvZP .mbr-link:hover a {
  background-image: none !important;
}
.cid-tYbZhRnvZP .mbr-link:hover {
  cursor: pointer;
}
.cid-tYbZhRnvZP .mbr-link:hover:before {
  width: 0%;
}
.cid-tYbZhRnvZP a {
  font-weight: 700;
}
.cid-tYcgqKj2Ui {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/shutterstock-1640118181-s1920.jpg");
}
.cid-tYcgqKj2Ui .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYcgqKj2Ui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYcgqKj2Ui .card {
  padding: 30px;
  background-color: #ffda00;
  border: 1px solid #000000;
}
.cid-tYcgqKj2Ui .card .subtitle-wrapper {
  margin: -55px 0 0;
  transform: rotate(-5deg);
  border-left: 8px solid #000000;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  max-width: 200px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}
.cid-tYcgqKj2Ui .card .subtitle-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tYcgqKj2Ui .card {
    padding: 20px;
  }
}
.cid-tYcgqKj2Ui .text-wrapper {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-tYcgqKj2Ui .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tYcgqKj2Ui .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-tYcgqKj2Ui .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  font-weight: 700;
}
.cid-tYcgqKj2Ui .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tYcgqKj2Ui .video-wrapper iframe {
  width: 100%;
}
.cid-tYcgqKj2Ui .cBlock {
  display: flex;
  align-items: center;
  padding: 30px;
  border: 1px solid #000000;
  border-top: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tYcgqKj2Ui .cBlock {
    display: block;
    padding: 20px;
  }
}
.cid-tYcgqKj2Ui .text-wrapper2 {
  padding-top: 20px;
}
@media (min-width: 993px) {
  .cid-tYcgqKj2Ui .text-wrapper2 {
    padding-top: 0;
    padding-left: 30px;
  }
}
.cid-tYcgqKj2Ui .mbr-section-subtitle2 {
  color: #f92c50;
}
.cid-tYcgqKj2Ui .mbr-text2 {
  text-align: justify;
  color: #000000;
}
.cid-tYbZj8N7vS {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/shutterstock-1640118181-s1920.jpg");
}
.cid-tYbZj8N7vS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYbZj8N7vS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYbZj8N7vS .tttLink {
  margin-top: auto !important;
}
.cid-tYbZj8N7vS .cBlock {
  padding: 20px 30px 60px;
  border: 1px solid black;
  border-top: none;
  background-color: white;
}
@media (max-width: 768px) {
  .cid-tYbZj8N7vS .cBlock {
    padding: 20px 20px 70px;
  }
}
.cid-tYbZj8N7vS .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYbZj8N7vS .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tYbZj8N7vS .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYbZj8N7vS .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 10px;
  }
}
.cid-tYbZj8N7vS .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tYbZj8N7vS .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-tYbZj8N7vS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 600px;
  max-width: 600px;
}
@media (min-width: 769px) {
  .cid-tYbZj8N7vS .embla__slide {
    border-right: 1px solid black;
  }
}
@media (max-width: 768px) {
  .cid-tYbZj8N7vS .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tYbZj8N7vS .embla__slide .card-wrap {
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYbZj8N7vS .embla__slide .card-wrap {
    display: flex;
  }
}
.cid-tYbZj8N7vS .embla__slide .card-wrap:hover .item-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-tYbZj8N7vS .embla__slide .card-wrap .item-wrapper .image-wrap {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYbZj8N7vS .embla__slide .card-wrap .item-wrapper .image-wrap {
    width: 230px;
  }
}
.cid-tYbZj8N7vS .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tYbZj8N7vS .embla__slide .card-wrap .content-wrap {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 769px) {
  .cid-tYbZj8N7vS .embla__slide .card-wrap .content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tYbZj8N7vS .embla__slide .card-wrap .content-wrap {
    min-height: 160px;
    max-height: 200px;
    margin-top: 1rem;
  }
}
.cid-tYbZj8N7vS .embla__button--next,
.cid-tYbZj8N7vS .embla__button--prev {
  display: flex;
}
.cid-tYbZj8N7vS .embla__button {
  bottom: -3rem;
  width: 32px;
  height: 32px;
  font-size: 15px;
  background-color: #ffda00 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tYbZj8N7vS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tYbZj8N7vS .embla__button:hover {
  opacity: .7;
}
.cid-tYbZj8N7vS .embla__button.embla__button--prev {
  left: 0;
}
.cid-tYbZj8N7vS .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tYbZj8N7vS .embla__button {
    bottom: -3.5rem;
  }
}
.cid-tYbZj8N7vS .embla {
  position: relative;
  width: 100%;
}
.cid-tYbZj8N7vS .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tYbZj8N7vS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tYbZj8N7vS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tYbZj8N7vS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tYbZj8N7vS .mbr-section-subtitle {
  color: #000000;
}
.cid-tYbZj8N7vS .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-tYbZj8N7vS .mbr-section-title mark.highlight {
  border-bottom: 4px solid #ffda00;
  background: none;
  margin: 0;
  padding: 0 2px;
}
.cid-tYbZj8N7vS .mbr-date {
  color: #777777;
}
.cid-tYbZj8N7vS .mbr-text {
  color: #f92c50;
  font-weight: 700;
}
.cid-tYbZj8N7vS .mbr-link {
  position: relative;
  width: fit-content;
  font-weight: 700;
}
.cid-tYbZj8N7vS .mbr-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
  max-width: 100px;
}
.cid-tYbZj8N7vS .mbr-link:hover a {
  background-image: none !important;
}
.cid-tYbZj8N7vS .mbr-link:hover {
  cursor: pointer;
}
.cid-tYbZj8N7vS .mbr-link:hover:before {
  width: 0%;
}
.cid-tYbZj8N7vS a {
  font-weight: 700;
}
.cid-tYcgrlrewI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/shutterstock-1640118181-s1920.jpg");
}
.cid-tYcgrlrewI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYcgrlrewI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYcgrlrewI .card {
  padding: 30px;
  background-color: #ffda00;
  border: 1px solid #000000;
}
.cid-tYcgrlrewI .card .subtitle-wrapper {
  margin: -55px 0 0;
  transform: rotate(-5deg);
  border-left: 8px solid #000000;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  max-width: 200px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}
.cid-tYcgrlrewI .card .subtitle-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tYcgrlrewI .card {
    padding: 20px;
  }
}
.cid-tYcgrlrewI .text-wrapper {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-tYcgrlrewI .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tYcgrlrewI .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-tYcgrlrewI .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  font-weight: 700;
}
.cid-tYcgrlrewI .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tYcgrlrewI .video-wrapper iframe {
  width: 100%;
}
.cid-tYcgrlrewI .cBlock {
  display: flex;
  align-items: center;
  padding: 30px;
  border: 1px solid #000000;
  border-top: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tYcgrlrewI .cBlock {
    display: block;
    padding: 20px;
  }
}
.cid-tYcgrlrewI .text-wrapper2 {
  padding-top: 20px;
}
@media (min-width: 993px) {
  .cid-tYcgrlrewI .text-wrapper2 {
    padding-top: 0;
    padding-left: 30px;
  }
}
.cid-tYcgrlrewI .mbr-section-subtitle2 {
  color: #f92c50;
}
.cid-tYcgrlrewI .mbr-text2 {
  text-align: justify;
  color: #000000;
}
.cid-tYbZjCFu7Z {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/shutterstock-1640118181-s1920.jpg");
}
.cid-tYbZjCFu7Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYbZjCFu7Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYbZjCFu7Z .tttLink {
  margin-top: auto !important;
}
.cid-tYbZjCFu7Z .cBlock {
  padding: 20px 30px 60px;
  border: 1px solid black;
  border-top: none;
  background-color: white;
}
@media (max-width: 768px) {
  .cid-tYbZjCFu7Z .cBlock {
    padding: 20px 20px 70px;
  }
}
.cid-tYbZjCFu7Z .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYbZjCFu7Z .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tYbZjCFu7Z .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYbZjCFu7Z .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 10px;
  }
}
.cid-tYbZjCFu7Z .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tYbZjCFu7Z .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-tYbZjCFu7Z .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 600px;
  max-width: 600px;
}
@media (min-width: 769px) {
  .cid-tYbZjCFu7Z .embla__slide {
    border-right: 1px solid black;
  }
}
@media (max-width: 768px) {
  .cid-tYbZjCFu7Z .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tYbZjCFu7Z .embla__slide .card-wrap {
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYbZjCFu7Z .embla__slide .card-wrap {
    display: flex;
  }
}
.cid-tYbZjCFu7Z .embla__slide .card-wrap:hover .item-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-tYbZjCFu7Z .embla__slide .card-wrap .item-wrapper .image-wrap {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYbZjCFu7Z .embla__slide .card-wrap .item-wrapper .image-wrap {
    width: 230px;
  }
}
.cid-tYbZjCFu7Z .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tYbZjCFu7Z .embla__slide .card-wrap .content-wrap {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 769px) {
  .cid-tYbZjCFu7Z .embla__slide .card-wrap .content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tYbZjCFu7Z .embla__slide .card-wrap .content-wrap {
    min-height: 160px;
    max-height: 200px;
    margin-top: 1rem;
  }
}
.cid-tYbZjCFu7Z .embla__button--next,
.cid-tYbZjCFu7Z .embla__button--prev {
  display: flex;
}
.cid-tYbZjCFu7Z .embla__button {
  bottom: -3rem;
  width: 32px;
  height: 32px;
  font-size: 15px;
  background-color: #ffda00 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tYbZjCFu7Z .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tYbZjCFu7Z .embla__button:hover {
  opacity: .7;
}
.cid-tYbZjCFu7Z .embla__button.embla__button--prev {
  left: 0;
}
.cid-tYbZjCFu7Z .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tYbZjCFu7Z .embla__button {
    bottom: -3.5rem;
  }
}
.cid-tYbZjCFu7Z .embla {
  position: relative;
  width: 100%;
}
.cid-tYbZjCFu7Z .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tYbZjCFu7Z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tYbZjCFu7Z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tYbZjCFu7Z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tYbZjCFu7Z .mbr-section-subtitle {
  color: #000000;
}
.cid-tYbZjCFu7Z .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-tYbZjCFu7Z .mbr-section-title mark.highlight {
  border-bottom: 4px solid #ffda00;
  background: none;
  margin: 0;
  padding: 0 2px;
}
.cid-tYbZjCFu7Z .mbr-date {
  color: #777777;
}
.cid-tYbZjCFu7Z .mbr-text {
  color: #f92c50;
  font-weight: 700;
}
.cid-tYbZjCFu7Z .mbr-link {
  position: relative;
  width: fit-content;
  font-weight: 700;
}
.cid-tYbZjCFu7Z .mbr-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
  max-width: 100px;
}
.cid-tYbZjCFu7Z .mbr-link:hover a {
  background-image: none !important;
}
.cid-tYbZjCFu7Z .mbr-link:hover {
  cursor: pointer;
}
.cid-tYbZjCFu7Z .mbr-link:hover:before {
  width: 0%;
}
.cid-tYbZjCFu7Z a {
  font-weight: 700;
}
.cid-tYcgrVmokN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/shutterstock-1640118181-s1920.jpg");
}
.cid-tYcgrVmokN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYcgrVmokN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYcgrVmokN .card {
  padding: 30px;
  background-color: #ffda00;
  border: 1px solid #000000;
}
.cid-tYcgrVmokN .card .subtitle-wrapper {
  margin: -55px 0 0;
  transform: rotate(-5deg);
  border-left: 8px solid #000000;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  max-width: 200px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}
.cid-tYcgrVmokN .card .subtitle-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tYcgrVmokN .card {
    padding: 20px;
  }
}
.cid-tYcgrVmokN .text-wrapper {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-tYcgrVmokN .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tYcgrVmokN .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-tYcgrVmokN .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  font-weight: 700;
}
.cid-tYcgrVmokN .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tYcgrVmokN .video-wrapper iframe {
  width: 100%;
}
.cid-tYcgrVmokN .cBlock {
  display: flex;
  align-items: center;
  padding: 30px;
  border: 1px solid #000000;
  border-top: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tYcgrVmokN .cBlock {
    display: block;
    padding: 20px;
  }
}
.cid-tYcgrVmokN .text-wrapper2 {
  padding-top: 20px;
}
@media (min-width: 993px) {
  .cid-tYcgrVmokN .text-wrapper2 {
    padding-top: 0;
    padding-left: 30px;
  }
}
.cid-tYcgrVmokN .mbr-section-subtitle2 {
  color: #f92c50;
}
.cid-tYcgrVmokN .mbr-text2 {
  text-align: justify;
  color: #000000;
}
.cid-tYbZkbNAM9 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/shutterstock-1640118181-s1920.jpg");
}
.cid-tYbZkbNAM9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYbZkbNAM9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYbZkbNAM9 .tttLink {
  margin-top: auto !important;
}
.cid-tYbZkbNAM9 .cBlock {
  padding: 20px 30px 60px;
  border: 1px solid black;
  border-top: none;
  background-color: white;
}
@media (max-width: 768px) {
  .cid-tYbZkbNAM9 .cBlock {
    padding: 20px 20px 70px;
  }
}
.cid-tYbZkbNAM9 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYbZkbNAM9 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tYbZkbNAM9 .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYbZkbNAM9 .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 10px;
  }
}
.cid-tYbZkbNAM9 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tYbZkbNAM9 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-tYbZkbNAM9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 600px;
  max-width: 600px;
}
@media (min-width: 769px) {
  .cid-tYbZkbNAM9 .embla__slide {
    border-right: 1px solid black;
  }
}
@media (max-width: 768px) {
  .cid-tYbZkbNAM9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tYbZkbNAM9 .embla__slide .card-wrap {
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYbZkbNAM9 .embla__slide .card-wrap {
    display: flex;
  }
}
.cid-tYbZkbNAM9 .embla__slide .card-wrap:hover .item-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-tYbZkbNAM9 .embla__slide .card-wrap .item-wrapper .image-wrap {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYbZkbNAM9 .embla__slide .card-wrap .item-wrapper .image-wrap {
    width: 230px;
  }
}
.cid-tYbZkbNAM9 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tYbZkbNAM9 .embla__slide .card-wrap .content-wrap {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 769px) {
  .cid-tYbZkbNAM9 .embla__slide .card-wrap .content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tYbZkbNAM9 .embla__slide .card-wrap .content-wrap {
    min-height: 160px;
    max-height: 200px;
    margin-top: 1rem;
  }
}
.cid-tYbZkbNAM9 .embla__button--next,
.cid-tYbZkbNAM9 .embla__button--prev {
  display: flex;
}
.cid-tYbZkbNAM9 .embla__button {
  bottom: -3rem;
  width: 32px;
  height: 32px;
  font-size: 15px;
  background-color: #ffda00 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tYbZkbNAM9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tYbZkbNAM9 .embla__button:hover {
  opacity: .7;
}
.cid-tYbZkbNAM9 .embla__button.embla__button--prev {
  left: 0;
}
.cid-tYbZkbNAM9 .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tYbZkbNAM9 .embla__button {
    bottom: -3.5rem;
  }
}
.cid-tYbZkbNAM9 .embla {
  position: relative;
  width: 100%;
}
.cid-tYbZkbNAM9 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tYbZkbNAM9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tYbZkbNAM9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tYbZkbNAM9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tYbZkbNAM9 .mbr-section-subtitle {
  color: #000000;
}
.cid-tYbZkbNAM9 .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-tYbZkbNAM9 .mbr-section-title mark.highlight {
  border-bottom: 4px solid #ffda00;
  background: none;
  margin: 0;
  padding: 0 2px;
}
.cid-tYbZkbNAM9 .mbr-date {
  color: #777777;
}
.cid-tYbZkbNAM9 .mbr-text {
  color: #f92c50;
  font-weight: 700;
}
.cid-tYbZkbNAM9 .mbr-link {
  position: relative;
  width: fit-content;
  font-weight: 700;
}
.cid-tYbZkbNAM9 .mbr-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
  max-width: 100px;
}
.cid-tYbZkbNAM9 .mbr-link:hover a {
  background-image: none !important;
}
.cid-tYbZkbNAM9 .mbr-link:hover {
  cursor: pointer;
}
.cid-tYbZkbNAM9 .mbr-link:hover:before {
  width: 0%;
}
.cid-tYbZkbNAM9 a {
  font-weight: 700;
}
.cid-tYcgsunCuK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/shutterstock-1640118181-s1920.jpg");
}
.cid-tYcgsunCuK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYcgsunCuK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYcgsunCuK .card {
  padding: 30px;
  background-color: #ffda00;
  border: 1px solid #000000;
}
.cid-tYcgsunCuK .card .subtitle-wrapper {
  margin: -55px 0 0;
  transform: rotate(-5deg);
  border-left: 8px solid #000000;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  max-width: 200px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}
.cid-tYcgsunCuK .card .subtitle-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tYcgsunCuK .card {
    padding: 20px;
  }
}
.cid-tYcgsunCuK .text-wrapper {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-tYcgsunCuK .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tYcgsunCuK .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-tYcgsunCuK .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  font-weight: 700;
}
.cid-tYcgsunCuK .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tYcgsunCuK .video-wrapper iframe {
  width: 100%;
}
.cid-tYcgsunCuK .cBlock {
  display: flex;
  align-items: center;
  padding: 30px;
  border: 1px solid #000000;
  border-top: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tYcgsunCuK .cBlock {
    display: block;
    padding: 20px;
  }
}
.cid-tYcgsunCuK .text-wrapper2 {
  padding-top: 20px;
}
@media (min-width: 993px) {
  .cid-tYcgsunCuK .text-wrapper2 {
    padding-top: 0;
    padding-left: 30px;
  }
}
.cid-tYcgsunCuK .mbr-section-subtitle2 {
  color: #f92c50;
}
.cid-tYcgsunCuK .mbr-text2 {
  text-align: justify;
  color: #000000;
}
.cid-tYbZkEYkvQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/shutterstock-1640118181-s1920.jpg");
}
.cid-tYbZkEYkvQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYbZkEYkvQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYbZkEYkvQ .tttLink {
  margin-top: auto !important;
}
.cid-tYbZkEYkvQ .cBlock {
  padding: 20px 30px 60px;
  border: 1px solid black;
  border-top: none;
  background-color: white;
}
@media (max-width: 768px) {
  .cid-tYbZkEYkvQ .cBlock {
    padding: 20px 20px 70px;
  }
}
.cid-tYbZkEYkvQ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYbZkEYkvQ .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tYbZkEYkvQ .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYbZkEYkvQ .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 10px;
  }
}
.cid-tYbZkEYkvQ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tYbZkEYkvQ .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-tYbZkEYkvQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 600px;
  max-width: 600px;
}
@media (min-width: 769px) {
  .cid-tYbZkEYkvQ .embla__slide {
    border-right: 1px solid black;
  }
}
@media (max-width: 768px) {
  .cid-tYbZkEYkvQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tYbZkEYkvQ .embla__slide .card-wrap {
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYbZkEYkvQ .embla__slide .card-wrap {
    display: flex;
  }
}
.cid-tYbZkEYkvQ .embla__slide .card-wrap:hover .item-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-tYbZkEYkvQ .embla__slide .card-wrap .item-wrapper .image-wrap {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYbZkEYkvQ .embla__slide .card-wrap .item-wrapper .image-wrap {
    width: 230px;
  }
}
.cid-tYbZkEYkvQ .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tYbZkEYkvQ .embla__slide .card-wrap .content-wrap {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 769px) {
  .cid-tYbZkEYkvQ .embla__slide .card-wrap .content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tYbZkEYkvQ .embla__slide .card-wrap .content-wrap {
    min-height: 160px;
    max-height: 200px;
    margin-top: 1rem;
  }
}
.cid-tYbZkEYkvQ .embla__button--next,
.cid-tYbZkEYkvQ .embla__button--prev {
  display: flex;
}
.cid-tYbZkEYkvQ .embla__button {
  bottom: -3rem;
  width: 32px;
  height: 32px;
  font-size: 15px;
  background-color: #ffda00 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tYbZkEYkvQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tYbZkEYkvQ .embla__button:hover {
  opacity: .7;
}
.cid-tYbZkEYkvQ .embla__button.embla__button--prev {
  left: 0;
}
.cid-tYbZkEYkvQ .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tYbZkEYkvQ .embla__button {
    bottom: -3.5rem;
  }
}
.cid-tYbZkEYkvQ .embla {
  position: relative;
  width: 100%;
}
.cid-tYbZkEYkvQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tYbZkEYkvQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tYbZkEYkvQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tYbZkEYkvQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tYbZkEYkvQ .mbr-section-subtitle {
  color: #000000;
}
.cid-tYbZkEYkvQ .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-tYbZkEYkvQ .mbr-section-title mark.highlight {
  border-bottom: 4px solid #ffda00;
  background: none;
  margin: 0;
  padding: 0 2px;
}
.cid-tYbZkEYkvQ .mbr-date {
  color: #777777;
}
.cid-tYbZkEYkvQ .mbr-text {
  color: #f92c50;
  font-weight: 700;
}
.cid-tYbZkEYkvQ .mbr-link {
  position: relative;
  width: fit-content;
  font-weight: 700;
}
.cid-tYbZkEYkvQ .mbr-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
  max-width: 100px;
}
.cid-tYbZkEYkvQ .mbr-link:hover a {
  background-image: none !important;
}
.cid-tYbZkEYkvQ .mbr-link:hover {
  cursor: pointer;
}
.cid-tYbZkEYkvQ .mbr-link:hover:before {
  width: 0%;
}
.cid-tYbZkEYkvQ a {
  font-weight: 700;
}
.cid-tXEwcgFxcH {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/world-bg1.jpg");
}
.cid-tXEwcgFxcH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXEwcgFxcH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tXEwcgFxcH .container {
    padding: 0 25px;
  }
}
.cid-tXEwcgFxcH .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
}
.cid-tXEwcgFxcH .mbr-text {
  margin-bottom: 50px;
  color: #ffffff;
  text-align: center;
}
.cid-tXEwcgFxcH .mbr-section-title,
.cid-tXEwcgFxcH .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tXEwcgFxcH .mbr-section-title {
  text-shadow: 0px 0px 10px #000000;
}
.cid-tYciQTKQhl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/world-bg1.jpg");
}
.cid-tYciQTKQhl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYciQTKQhl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYciQTKQhl .card {
  padding: 30px;
  background-color: #3f3193;
  border: 1px solid #000000;
}
.cid-tYciQTKQhl .card .subtitle-wrapper {
  margin: -55px 0 0;
  transform: rotate(-5deg);
  border-left: 8px solid #000000;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  max-width: 200px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}
.cid-tYciQTKQhl .card .subtitle-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tYciQTKQhl .card {
    padding: 20px;
  }
}
.cid-tYciQTKQhl .text-wrapper {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-tYciQTKQhl .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tYciQTKQhl .mbr-section-title {
  color: #ffda00;
  font-weight: 700;
}
.cid-tYciQTKQhl .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  font-weight: 700;
}
.cid-tYciQTKQhl .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-tYciQTKQhl .video-wrapper iframe {
  width: 100%;
}
.cid-tYciQTKQhl .cBlock {
  display: flex;
  align-items: center;
  padding: 30px;
  border: 1px solid #000000;
  border-top: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tYciQTKQhl .cBlock {
    display: block;
    padding: 20px;
  }
}
.cid-tYciQTKQhl .text-wrapper2 {
  padding-top: 20px;
}
@media (min-width: 993px) {
  .cid-tYciQTKQhl .text-wrapper2 {
    padding-top: 0;
    padding-left: 30px;
  }
}
.cid-tYciQTKQhl .mbr-section-subtitle2 {
  color: #f92c50;
}
.cid-tYciQTKQhl .mbr-text2 {
  text-align: justify;
  color: #000000;
}
.cid-tYc28qZu6h {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/world-bg1.jpg");
}
.cid-tYc28qZu6h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYc28qZu6h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYc28qZu6h .tttLink {
  margin-top: auto !important;
}
.cid-tYc28qZu6h .cBlock {
  padding: 20px 30px 60px;
  border: 1px solid black;
  border-top: none;
  background-color: white;
}
@media (max-width: 768px) {
  .cid-tYc28qZu6h .cBlock {
    padding: 20px 20px 70px;
  }
}
.cid-tYc28qZu6h .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYc28qZu6h .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tYc28qZu6h .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYc28qZu6h .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 10px;
  }
}
.cid-tYc28qZu6h .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tYc28qZu6h .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-tYc28qZu6h .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 600px;
  max-width: 600px;
}
@media (min-width: 769px) {
  .cid-tYc28qZu6h .embla__slide {
    border-right: 1px solid black;
  }
}
@media (max-width: 768px) {
  .cid-tYc28qZu6h .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tYc28qZu6h .embla__slide .card-wrap {
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYc28qZu6h .embla__slide .card-wrap {
    display: flex;
  }
}
.cid-tYc28qZu6h .embla__slide .card-wrap:hover .item-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-tYc28qZu6h .embla__slide .card-wrap .item-wrapper .image-wrap {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYc28qZu6h .embla__slide .card-wrap .item-wrapper .image-wrap {
    width: 230px;
  }
}
.cid-tYc28qZu6h .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tYc28qZu6h .embla__slide .card-wrap .content-wrap {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 769px) {
  .cid-tYc28qZu6h .embla__slide .card-wrap .content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tYc28qZu6h .embla__slide .card-wrap .content-wrap {
    min-height: 160px;
    max-height: 200px;
    margin-top: 1rem;
  }
}
.cid-tYc28qZu6h .embla__button--next,
.cid-tYc28qZu6h .embla__button--prev {
  display: flex;
}
.cid-tYc28qZu6h .embla__button {
  bottom: -3rem;
  width: 32px;
  height: 32px;
  font-size: 15px;
  background-color: #b7adf1 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tYc28qZu6h .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tYc28qZu6h .embla__button:hover {
  opacity: .7;
}
.cid-tYc28qZu6h .embla__button.embla__button--prev {
  left: 0;
}
.cid-tYc28qZu6h .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tYc28qZu6h .embla__button {
    bottom: -3.5rem;
  }
}
.cid-tYc28qZu6h .embla {
  position: relative;
  width: 100%;
}
.cid-tYc28qZu6h .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tYc28qZu6h .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tYc28qZu6h .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tYc28qZu6h .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tYc28qZu6h .mbr-section-subtitle {
  color: #000000;
}
.cid-tYc28qZu6h .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-tYc28qZu6h .mbr-section-title mark.highlight {
  border-bottom: 4px solid #b7adf1;
  background: none;
  margin: 0;
  padding: 0 2px;
}
.cid-tYc28qZu6h .mbr-date {
  color: #777777;
}
.cid-tYc28qZu6h .mbr-text {
  color: #f92c50;
  font-weight: 700;
}
.cid-tYc28qZu6h .mbr-link {
  position: relative;
  width: fit-content;
  font-weight: 700;
}
.cid-tYc28qZu6h .mbr-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
  max-width: 100px;
}
.cid-tYc28qZu6h .mbr-link:hover a {
  background-image: none !important;
}
.cid-tYc28qZu6h .mbr-link:hover {
  cursor: pointer;
}
.cid-tYc28qZu6h .mbr-link:hover:before {
  width: 0%;
}
.cid-tYc28qZu6h a {
  font-weight: 700;
}
.cid-tYciK9WDXK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/world-bg1.jpg");
}
.cid-tYciK9WDXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYciK9WDXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYciK9WDXK .card {
  padding: 30px;
  background-color: #3f3193;
  border: 1px solid #000000;
}
.cid-tYciK9WDXK .card .subtitle-wrapper {
  margin: -55px 0 0;
  transform: rotate(-5deg);
  border-left: 8px solid #000000;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  max-width: 200px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}
.cid-tYciK9WDXK .card .subtitle-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tYciK9WDXK .card {
    padding: 20px;
  }
}
.cid-tYciK9WDXK .text-wrapper {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-tYciK9WDXK .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tYciK9WDXK .mbr-section-title {
  color: #ffda00;
  font-weight: 700;
}
.cid-tYciK9WDXK .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  font-weight: 700;
}
.cid-tYciK9WDXK .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-tYciK9WDXK .video-wrapper iframe {
  width: 100%;
}
.cid-tYciK9WDXK .cBlock {
  display: flex;
  align-items: center;
  padding: 30px;
  border: 1px solid #000000;
  border-top: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tYciK9WDXK .cBlock {
    display: block;
    padding: 20px;
  }
}
.cid-tYciK9WDXK .text-wrapper2 {
  padding-top: 20px;
}
@media (min-width: 993px) {
  .cid-tYciK9WDXK .text-wrapper2 {
    padding-top: 0;
    padding-left: 30px;
  }
}
.cid-tYciK9WDXK .mbr-section-subtitle2 {
  color: #f92c50;
}
.cid-tYciK9WDXK .mbr-text2 {
  text-align: justify;
  color: #000000;
}
.cid-tYc27c4uiC {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/world-bg1.jpg");
}
.cid-tYc27c4uiC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYc27c4uiC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYc27c4uiC .tttLink {
  margin-top: auto !important;
}
.cid-tYc27c4uiC .cBlock {
  padding: 20px 30px 60px;
  border: 1px solid black;
  border-top: none;
  background-color: white;
}
@media (max-width: 768px) {
  .cid-tYc27c4uiC .cBlock {
    padding: 20px 20px 70px;
  }
}
.cid-tYc27c4uiC .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYc27c4uiC .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tYc27c4uiC .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYc27c4uiC .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 10px;
  }
}
.cid-tYc27c4uiC .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tYc27c4uiC .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-tYc27c4uiC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 600px;
  max-width: 600px;
}
@media (min-width: 769px) {
  .cid-tYc27c4uiC .embla__slide {
    border-right: 1px solid black;
  }
}
@media (max-width: 768px) {
  .cid-tYc27c4uiC .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tYc27c4uiC .embla__slide .card-wrap {
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYc27c4uiC .embla__slide .card-wrap {
    display: flex;
  }
}
.cid-tYc27c4uiC .embla__slide .card-wrap:hover .item-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-tYc27c4uiC .embla__slide .card-wrap .item-wrapper .image-wrap {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYc27c4uiC .embla__slide .card-wrap .item-wrapper .image-wrap {
    width: 230px;
  }
}
.cid-tYc27c4uiC .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tYc27c4uiC .embla__slide .card-wrap .content-wrap {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 769px) {
  .cid-tYc27c4uiC .embla__slide .card-wrap .content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tYc27c4uiC .embla__slide .card-wrap .content-wrap {
    min-height: 160px;
    max-height: 200px;
    margin-top: 1rem;
  }
}
.cid-tYc27c4uiC .embla__button--next,
.cid-tYc27c4uiC .embla__button--prev {
  display: flex;
}
.cid-tYc27c4uiC .embla__button {
  bottom: -3rem;
  width: 32px;
  height: 32px;
  font-size: 15px;
  background-color: #b7adf1 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tYc27c4uiC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tYc27c4uiC .embla__button:hover {
  opacity: .7;
}
.cid-tYc27c4uiC .embla__button.embla__button--prev {
  left: 0;
}
.cid-tYc27c4uiC .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tYc27c4uiC .embla__button {
    bottom: -3.5rem;
  }
}
.cid-tYc27c4uiC .embla {
  position: relative;
  width: 100%;
}
.cid-tYc27c4uiC .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tYc27c4uiC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tYc27c4uiC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tYc27c4uiC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tYc27c4uiC .mbr-section-subtitle {
  color: #000000;
}
.cid-tYc27c4uiC .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-tYc27c4uiC .mbr-section-title mark.highlight {
  border-bottom: 4px solid #b7adf1;
  background: none;
  margin: 0;
  padding: 0 2px;
}
.cid-tYc27c4uiC .mbr-date {
  color: #777777;
}
.cid-tYc27c4uiC .mbr-text {
  color: #f92c50;
  font-weight: 700;
}
.cid-tYc27c4uiC .mbr-link {
  position: relative;
  width: fit-content;
  font-weight: 700;
}
.cid-tYc27c4uiC .mbr-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
  max-width: 100px;
}
.cid-tYc27c4uiC .mbr-link:hover a {
  background-image: none !important;
}
.cid-tYc27c4uiC .mbr-link:hover {
  cursor: pointer;
}
.cid-tYc27c4uiC .mbr-link:hover:before {
  width: 0%;
}
.cid-tYc27c4uiC a {
  font-weight: 700;
}
.cid-tYciUaJ7zG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/world-bg1.jpg");
}
.cid-tYciUaJ7zG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYciUaJ7zG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYciUaJ7zG .card {
  padding: 30px;
  background-color: #3f3193;
  border: 1px solid #000000;
}
.cid-tYciUaJ7zG .card .subtitle-wrapper {
  margin: -55px 0 0;
  transform: rotate(-5deg);
  border-left: 8px solid #000000;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  max-width: 200px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}
.cid-tYciUaJ7zG .card .subtitle-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tYciUaJ7zG .card {
    padding: 20px;
  }
}
.cid-tYciUaJ7zG .text-wrapper {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-tYciUaJ7zG .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tYciUaJ7zG .mbr-section-title {
  color: #ffda00;
  font-weight: 700;
}
.cid-tYciUaJ7zG .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  font-weight: 700;
}
.cid-tYciUaJ7zG .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-tYciUaJ7zG .video-wrapper iframe {
  width: 100%;
}
.cid-tYciUaJ7zG .cBlock {
  display: flex;
  align-items: center;
  padding: 30px;
  border: 1px solid #000000;
  border-top: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tYciUaJ7zG .cBlock {
    display: block;
    padding: 20px;
  }
}
.cid-tYciUaJ7zG .text-wrapper2 {
  padding-top: 20px;
}
@media (min-width: 993px) {
  .cid-tYciUaJ7zG .text-wrapper2 {
    padding-top: 0;
    padding-left: 30px;
  }
}
.cid-tYciUaJ7zG .mbr-section-subtitle2 {
  color: #f92c50;
}
.cid-tYciUaJ7zG .mbr-text2 {
  text-align: justify;
  color: #000000;
}
.cid-tYc21y3KS0 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/world-bg1.jpg");
}
.cid-tYc21y3KS0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYc21y3KS0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYc21y3KS0 .tttLink {
  margin-top: auto !important;
}
.cid-tYc21y3KS0 .cBlock {
  padding: 20px 30px 60px;
  border: 1px solid black;
  border-top: none;
  background-color: white;
}
@media (max-width: 768px) {
  .cid-tYc21y3KS0 .cBlock {
    padding: 20px 20px 70px;
  }
}
.cid-tYc21y3KS0 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYc21y3KS0 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tYc21y3KS0 .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYc21y3KS0 .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 10px;
  }
}
.cid-tYc21y3KS0 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tYc21y3KS0 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-tYc21y3KS0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 600px;
  max-width: 600px;
}
@media (min-width: 769px) {
  .cid-tYc21y3KS0 .embla__slide {
    border-right: 1px solid black;
  }
}
@media (max-width: 768px) {
  .cid-tYc21y3KS0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tYc21y3KS0 .embla__slide .card-wrap {
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYc21y3KS0 .embla__slide .card-wrap {
    display: flex;
  }
}
.cid-tYc21y3KS0 .embla__slide .card-wrap:hover .item-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-tYc21y3KS0 .embla__slide .card-wrap .item-wrapper .image-wrap {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYc21y3KS0 .embla__slide .card-wrap .item-wrapper .image-wrap {
    width: 230px;
  }
}
.cid-tYc21y3KS0 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tYc21y3KS0 .embla__slide .card-wrap .content-wrap {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 769px) {
  .cid-tYc21y3KS0 .embla__slide .card-wrap .content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tYc21y3KS0 .embla__slide .card-wrap .content-wrap {
    min-height: 160px;
    max-height: 200px;
    margin-top: 1rem;
  }
}
.cid-tYc21y3KS0 .embla__button--next,
.cid-tYc21y3KS0 .embla__button--prev {
  display: flex;
}
.cid-tYc21y3KS0 .embla__button {
  bottom: -3rem;
  width: 32px;
  height: 32px;
  font-size: 15px;
  background-color: #b7adf1 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tYc21y3KS0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tYc21y3KS0 .embla__button:hover {
  opacity: .7;
}
.cid-tYc21y3KS0 .embla__button.embla__button--prev {
  left: 0;
}
.cid-tYc21y3KS0 .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tYc21y3KS0 .embla__button {
    bottom: -3.5rem;
  }
}
.cid-tYc21y3KS0 .embla {
  position: relative;
  width: 100%;
}
.cid-tYc21y3KS0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tYc21y3KS0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tYc21y3KS0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tYc21y3KS0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tYc21y3KS0 .mbr-section-subtitle {
  color: #000000;
}
.cid-tYc21y3KS0 .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-tYc21y3KS0 .mbr-section-title mark.highlight {
  border-bottom: 4px solid #b7adf1;
  background: none;
  margin: 0;
  padding: 0 2px;
}
.cid-tYc21y3KS0 .mbr-date {
  color: #777777;
}
.cid-tYc21y3KS0 .mbr-text {
  color: #f92c50;
  font-weight: 700;
}
.cid-tYc21y3KS0 .mbr-link {
  position: relative;
  width: fit-content;
  font-weight: 700;
}
.cid-tYc21y3KS0 .mbr-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
  max-width: 100px;
}
.cid-tYc21y3KS0 .mbr-link:hover a {
  background-image: none !important;
}
.cid-tYc21y3KS0 .mbr-link:hover {
  cursor: pointer;
}
.cid-tYc21y3KS0 .mbr-link:hover:before {
  width: 0%;
}
.cid-tYc21y3KS0 a {
  font-weight: 700;
}
.cid-tYciQfGSIT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/world-bg1.jpg");
}
.cid-tYciQfGSIT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYciQfGSIT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYciQfGSIT .card {
  padding: 30px;
  background-color: #3f3193;
  border: 1px solid #000000;
}
.cid-tYciQfGSIT .card .subtitle-wrapper {
  margin: -55px 0 0;
  transform: rotate(-5deg);
  border-left: 8px solid #000000;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  max-width: 200px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}
.cid-tYciQfGSIT .card .subtitle-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tYciQfGSIT .card {
    padding: 20px;
  }
}
.cid-tYciQfGSIT .text-wrapper {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-tYciQfGSIT .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tYciQfGSIT .mbr-section-title {
  color: #ffda00;
  font-weight: 700;
}
.cid-tYciQfGSIT .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  font-weight: 700;
}
.cid-tYciQfGSIT .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-tYciQfGSIT .video-wrapper iframe {
  width: 100%;
}
.cid-tYciQfGSIT .cBlock {
  display: flex;
  align-items: center;
  padding: 30px;
  border: 1px solid #000000;
  border-top: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tYciQfGSIT .cBlock {
    display: block;
    padding: 20px;
  }
}
.cid-tYciQfGSIT .text-wrapper2 {
  padding-top: 20px;
}
@media (min-width: 993px) {
  .cid-tYciQfGSIT .text-wrapper2 {
    padding-top: 0;
    padding-left: 30px;
  }
}
.cid-tYciQfGSIT .mbr-section-subtitle2 {
  color: #f92c50;
}
.cid-tYciQfGSIT .mbr-text2 {
  text-align: justify;
  color: #000000;
}
.cid-tYc27OefuH {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/world-bg1.jpg");
}
.cid-tYc27OefuH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYc27OefuH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYc27OefuH .tttLink {
  margin-top: auto !important;
}
.cid-tYc27OefuH .cBlock {
  padding: 20px 30px 60px;
  border: 1px solid black;
  border-top: none;
  background-color: white;
}
@media (max-width: 768px) {
  .cid-tYc27OefuH .cBlock {
    padding: 20px 20px 70px;
  }
}
.cid-tYc27OefuH .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYc27OefuH .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tYc27OefuH .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYc27OefuH .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 10px;
  }
}
.cid-tYc27OefuH .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tYc27OefuH .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-tYc27OefuH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 600px;
  max-width: 600px;
}
@media (min-width: 769px) {
  .cid-tYc27OefuH .embla__slide {
    border-right: 1px solid black;
  }
}
@media (max-width: 768px) {
  .cid-tYc27OefuH .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tYc27OefuH .embla__slide .card-wrap {
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYc27OefuH .embla__slide .card-wrap {
    display: flex;
  }
}
.cid-tYc27OefuH .embla__slide .card-wrap:hover .item-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-tYc27OefuH .embla__slide .card-wrap .item-wrapper .image-wrap {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYc27OefuH .embla__slide .card-wrap .item-wrapper .image-wrap {
    width: 230px;
  }
}
.cid-tYc27OefuH .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tYc27OefuH .embla__slide .card-wrap .content-wrap {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 769px) {
  .cid-tYc27OefuH .embla__slide .card-wrap .content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tYc27OefuH .embla__slide .card-wrap .content-wrap {
    min-height: 160px;
    max-height: 200px;
    margin-top: 1rem;
  }
}
.cid-tYc27OefuH .embla__button--next,
.cid-tYc27OefuH .embla__button--prev {
  display: flex;
}
.cid-tYc27OefuH .embla__button {
  bottom: -3rem;
  width: 32px;
  height: 32px;
  font-size: 15px;
  background-color: #b7adf1 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tYc27OefuH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tYc27OefuH .embla__button:hover {
  opacity: .7;
}
.cid-tYc27OefuH .embla__button.embla__button--prev {
  left: 0;
}
.cid-tYc27OefuH .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tYc27OefuH .embla__button {
    bottom: -3.5rem;
  }
}
.cid-tYc27OefuH .embla {
  position: relative;
  width: 100%;
}
.cid-tYc27OefuH .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tYc27OefuH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tYc27OefuH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tYc27OefuH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tYc27OefuH .mbr-section-subtitle {
  color: #000000;
}
.cid-tYc27OefuH .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-tYc27OefuH .mbr-section-title mark.highlight {
  border-bottom: 4px solid #b7adf1;
  background: none;
  margin: 0;
  padding: 0 2px;
}
.cid-tYc27OefuH .mbr-date {
  color: #777777;
}
.cid-tYc27OefuH .mbr-text {
  color: #f92c50;
  font-weight: 700;
}
.cid-tYc27OefuH .mbr-link {
  position: relative;
  width: fit-content;
  font-weight: 700;
}
.cid-tYc27OefuH .mbr-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
  max-width: 100px;
}
.cid-tYc27OefuH .mbr-link:hover a {
  background-image: none !important;
}
.cid-tYc27OefuH .mbr-link:hover {
  cursor: pointer;
}
.cid-tYc27OefuH .mbr-link:hover:before {
  width: 0%;
}
.cid-tYc27OefuH a {
  font-weight: 700;
}
.cid-tYciUH15Wn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/world-bg1.jpg");
}
.cid-tYciUH15Wn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYciUH15Wn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYciUH15Wn .card {
  padding: 30px;
  background-color: #3f3193;
  border: 1px solid #000000;
}
.cid-tYciUH15Wn .card .subtitle-wrapper {
  margin: -55px 0 0;
  transform: rotate(-5deg);
  border-left: 8px solid #000000;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  max-width: 200px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}
.cid-tYciUH15Wn .card .subtitle-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tYciUH15Wn .card {
    padding: 20px;
  }
}
.cid-tYciUH15Wn .text-wrapper {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-tYciUH15Wn .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tYciUH15Wn .mbr-section-title {
  color: #ffda00;
  font-weight: 700;
}
.cid-tYciUH15Wn .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  font-weight: 700;
}
.cid-tYciUH15Wn .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-tYciUH15Wn .video-wrapper iframe {
  width: 100%;
}
.cid-tYciUH15Wn .cBlock {
  display: flex;
  align-items: center;
  padding: 30px;
  border: 1px solid #000000;
  border-top: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tYciUH15Wn .cBlock {
    display: block;
    padding: 20px;
  }
}
.cid-tYciUH15Wn .text-wrapper2 {
  padding-top: 20px;
}
@media (min-width: 993px) {
  .cid-tYciUH15Wn .text-wrapper2 {
    padding-top: 0;
    padding-left: 30px;
  }
}
.cid-tYciUH15Wn .mbr-section-subtitle2 {
  color: #f92c50;
}
.cid-tYciUH15Wn .mbr-text2 {
  text-align: justify;
  color: #000000;
}
.cid-tYc1SkDu4Q {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/world-bg1.jpg");
}
.cid-tYc1SkDu4Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYc1SkDu4Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYc1SkDu4Q .tttLink {
  margin-top: auto !important;
}
.cid-tYc1SkDu4Q .cBlock {
  padding: 20px 30px 60px;
  border: 1px solid black;
  border-top: none;
  background-color: white;
}
@media (max-width: 768px) {
  .cid-tYc1SkDu4Q .cBlock {
    padding: 20px 20px 70px;
  }
}
.cid-tYc1SkDu4Q .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYc1SkDu4Q .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tYc1SkDu4Q .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYc1SkDu4Q .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 10px;
  }
}
.cid-tYc1SkDu4Q .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tYc1SkDu4Q .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-tYc1SkDu4Q .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 600px;
  max-width: 600px;
}
@media (min-width: 769px) {
  .cid-tYc1SkDu4Q .embla__slide {
    border-right: 1px solid black;
  }
}
@media (max-width: 768px) {
  .cid-tYc1SkDu4Q .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tYc1SkDu4Q .embla__slide .card-wrap {
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYc1SkDu4Q .embla__slide .card-wrap {
    display: flex;
  }
}
.cid-tYc1SkDu4Q .embla__slide .card-wrap:hover .item-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-tYc1SkDu4Q .embla__slide .card-wrap .item-wrapper .image-wrap {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYc1SkDu4Q .embla__slide .card-wrap .item-wrapper .image-wrap {
    width: 230px;
  }
}
.cid-tYc1SkDu4Q .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tYc1SkDu4Q .embla__slide .card-wrap .content-wrap {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 769px) {
  .cid-tYc1SkDu4Q .embla__slide .card-wrap .content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tYc1SkDu4Q .embla__slide .card-wrap .content-wrap {
    min-height: 160px;
    max-height: 200px;
    margin-top: 1rem;
  }
}
.cid-tYc1SkDu4Q .embla__button--next,
.cid-tYc1SkDu4Q .embla__button--prev {
  display: flex;
}
.cid-tYc1SkDu4Q .embla__button {
  bottom: -3rem;
  width: 32px;
  height: 32px;
  font-size: 15px;
  background-color: #b7adf1 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tYc1SkDu4Q .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tYc1SkDu4Q .embla__button:hover {
  opacity: .7;
}
.cid-tYc1SkDu4Q .embla__button.embla__button--prev {
  left: 0;
}
.cid-tYc1SkDu4Q .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tYc1SkDu4Q .embla__button {
    bottom: -3.5rem;
  }
}
.cid-tYc1SkDu4Q .embla {
  position: relative;
  width: 100%;
}
.cid-tYc1SkDu4Q .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tYc1SkDu4Q .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tYc1SkDu4Q .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tYc1SkDu4Q .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tYc1SkDu4Q .mbr-section-subtitle {
  color: #000000;
}
.cid-tYc1SkDu4Q .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-tYc1SkDu4Q .mbr-section-title mark.highlight {
  border-bottom: 4px solid #b7adf1;
  background: none;
  margin: 0;
  padding: 0 2px;
}
.cid-tYc1SkDu4Q .mbr-date {
  color: #777777;
}
.cid-tYc1SkDu4Q .mbr-text {
  color: #f92c50;
  font-weight: 700;
}
.cid-tYc1SkDu4Q .mbr-link {
  position: relative;
  width: fit-content;
  font-weight: 700;
}
.cid-tYc1SkDu4Q .mbr-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
  max-width: 100px;
}
.cid-tYc1SkDu4Q .mbr-link:hover a {
  background-image: none !important;
}
.cid-tYc1SkDu4Q .mbr-link:hover {
  cursor: pointer;
}
.cid-tYc1SkDu4Q .mbr-link:hover:before {
  width: 0%;
}
.cid-tYc1SkDu4Q a {
  font-weight: 700;
}
.cid-tYciRuO6IJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/world-bg1.jpg");
}
.cid-tYciRuO6IJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYciRuO6IJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYciRuO6IJ .card {
  padding: 30px;
  background-color: #3f3193;
  border: 1px solid #000000;
}
.cid-tYciRuO6IJ .card .subtitle-wrapper {
  margin: -55px 0 0;
  transform: rotate(-5deg);
  border-left: 8px solid #000000;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  max-width: 200px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}
.cid-tYciRuO6IJ .card .subtitle-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tYciRuO6IJ .card {
    padding: 20px;
  }
}
.cid-tYciRuO6IJ .text-wrapper {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-tYciRuO6IJ .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tYciRuO6IJ .mbr-section-title {
  color: #ffda00;
  font-weight: 700;
}
.cid-tYciRuO6IJ .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  font-weight: 700;
}
.cid-tYciRuO6IJ .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-tYciRuO6IJ .video-wrapper iframe {
  width: 100%;
}
.cid-tYciRuO6IJ .cBlock {
  display: flex;
  align-items: center;
  padding: 30px;
  border: 1px solid #000000;
  border-top: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tYciRuO6IJ .cBlock {
    display: block;
    padding: 20px;
  }
}
.cid-tYciRuO6IJ .text-wrapper2 {
  padding-top: 20px;
}
@media (min-width: 993px) {
  .cid-tYciRuO6IJ .text-wrapper2 {
    padding-top: 0;
    padding-left: 30px;
  }
}
.cid-tYciRuO6IJ .mbr-section-subtitle2 {
  color: #f92c50;
}
.cid-tYciRuO6IJ .mbr-text2 {
  text-align: justify;
  color: #000000;
}
.cid-tYc26b3auT {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/world-bg1.jpg");
}
.cid-tYc26b3auT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYc26b3auT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYc26b3auT .tttLink {
  margin-top: auto !important;
}
.cid-tYc26b3auT .cBlock {
  padding: 20px 30px 60px;
  border: 1px solid black;
  border-top: none;
  background-color: white;
}
@media (max-width: 768px) {
  .cid-tYc26b3auT .cBlock {
    padding: 20px 20px 70px;
  }
}
.cid-tYc26b3auT .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYc26b3auT .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tYc26b3auT .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYc26b3auT .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 10px;
  }
}
.cid-tYc26b3auT .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tYc26b3auT .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-tYc26b3auT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 600px;
  max-width: 600px;
}
@media (min-width: 769px) {
  .cid-tYc26b3auT .embla__slide {
    border-right: 1px solid black;
  }
}
@media (max-width: 768px) {
  .cid-tYc26b3auT .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tYc26b3auT .embla__slide .card-wrap {
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYc26b3auT .embla__slide .card-wrap {
    display: flex;
  }
}
.cid-tYc26b3auT .embla__slide .card-wrap:hover .item-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-tYc26b3auT .embla__slide .card-wrap .item-wrapper .image-wrap {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYc26b3auT .embla__slide .card-wrap .item-wrapper .image-wrap {
    width: 230px;
  }
}
.cid-tYc26b3auT .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tYc26b3auT .embla__slide .card-wrap .content-wrap {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 769px) {
  .cid-tYc26b3auT .embla__slide .card-wrap .content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tYc26b3auT .embla__slide .card-wrap .content-wrap {
    min-height: 160px;
    max-height: 200px;
    margin-top: 1rem;
  }
}
.cid-tYc26b3auT .embla__button--next,
.cid-tYc26b3auT .embla__button--prev {
  display: flex;
}
.cid-tYc26b3auT .embla__button {
  bottom: -3rem;
  width: 32px;
  height: 32px;
  font-size: 15px;
  background-color: #b7adf1 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tYc26b3auT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tYc26b3auT .embla__button:hover {
  opacity: .7;
}
.cid-tYc26b3auT .embla__button.embla__button--prev {
  left: 0;
}
.cid-tYc26b3auT .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tYc26b3auT .embla__button {
    bottom: -3.5rem;
  }
}
.cid-tYc26b3auT .embla {
  position: relative;
  width: 100%;
}
.cid-tYc26b3auT .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tYc26b3auT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tYc26b3auT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tYc26b3auT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tYc26b3auT .mbr-section-subtitle {
  color: #000000;
}
.cid-tYc26b3auT .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-tYc26b3auT .mbr-section-title mark.highlight {
  border-bottom: 4px solid #b7adf1;
  background: none;
  margin: 0;
  padding: 0 2px;
}
.cid-tYc26b3auT .mbr-date {
  color: #777777;
}
.cid-tYc26b3auT .mbr-text {
  color: #f92c50;
  font-weight: 700;
}
.cid-tYc26b3auT .mbr-link {
  position: relative;
  width: fit-content;
  font-weight: 700;
}
.cid-tYc26b3auT .mbr-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
  max-width: 100px;
}
.cid-tYc26b3auT .mbr-link:hover a {
  background-image: none !important;
}
.cid-tYc26b3auT .mbr-link:hover {
  cursor: pointer;
}
.cid-tYc26b3auT .mbr-link:hover:before {
  width: 0%;
}
.cid-tYc26b3auT a {
  font-weight: 700;
}
.cid-tYciS2CL87 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/world-bg1.jpg");
}
.cid-tYciS2CL87 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYciS2CL87 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYciS2CL87 .card {
  padding: 30px;
  background-color: #3f3193;
  border: 1px solid #000000;
}
.cid-tYciS2CL87 .card .subtitle-wrapper {
  margin: -55px 0 0;
  transform: rotate(-5deg);
  border-left: 8px solid #000000;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  max-width: 200px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}
.cid-tYciS2CL87 .card .subtitle-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tYciS2CL87 .card {
    padding: 20px;
  }
}
.cid-tYciS2CL87 .text-wrapper {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-tYciS2CL87 .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tYciS2CL87 .mbr-section-title {
  color: #ffda00;
  font-weight: 700;
}
.cid-tYciS2CL87 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  font-weight: 700;
}
.cid-tYciS2CL87 .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-tYciS2CL87 .video-wrapper iframe {
  width: 100%;
}
.cid-tYciS2CL87 .cBlock {
  display: flex;
  align-items: center;
  padding: 30px;
  border: 1px solid #000000;
  border-top: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tYciS2CL87 .cBlock {
    display: block;
    padding: 20px;
  }
}
.cid-tYciS2CL87 .text-wrapper2 {
  padding-top: 20px;
}
@media (min-width: 993px) {
  .cid-tYciS2CL87 .text-wrapper2 {
    padding-top: 0;
    padding-left: 30px;
  }
}
.cid-tYciS2CL87 .mbr-section-subtitle2 {
  color: #f92c50;
}
.cid-tYciS2CL87 .mbr-text2 {
  text-align: justify;
  color: #000000;
}
.cid-tYc25eRVKe {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/world-bg1.jpg");
}
.cid-tYc25eRVKe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYc25eRVKe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYc25eRVKe .tttLink {
  margin-top: auto !important;
}
.cid-tYc25eRVKe .cBlock {
  padding: 20px 30px 60px;
  border: 1px solid black;
  border-top: none;
  background-color: white;
}
@media (max-width: 768px) {
  .cid-tYc25eRVKe .cBlock {
    padding: 20px 20px 70px;
  }
}
.cid-tYc25eRVKe .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYc25eRVKe .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tYc25eRVKe .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYc25eRVKe .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 10px;
  }
}
.cid-tYc25eRVKe .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tYc25eRVKe .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-tYc25eRVKe .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 600px;
  max-width: 600px;
}
@media (min-width: 769px) {
  .cid-tYc25eRVKe .embla__slide {
    border-right: 1px solid black;
  }
}
@media (max-width: 768px) {
  .cid-tYc25eRVKe .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tYc25eRVKe .embla__slide .card-wrap {
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYc25eRVKe .embla__slide .card-wrap {
    display: flex;
  }
}
.cid-tYc25eRVKe .embla__slide .card-wrap:hover .item-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-tYc25eRVKe .embla__slide .card-wrap .item-wrapper .image-wrap {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYc25eRVKe .embla__slide .card-wrap .item-wrapper .image-wrap {
    width: 230px;
  }
}
.cid-tYc25eRVKe .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tYc25eRVKe .embla__slide .card-wrap .content-wrap {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 769px) {
  .cid-tYc25eRVKe .embla__slide .card-wrap .content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tYc25eRVKe .embla__slide .card-wrap .content-wrap {
    min-height: 160px;
    max-height: 200px;
    margin-top: 1rem;
  }
}
.cid-tYc25eRVKe .embla__button--next,
.cid-tYc25eRVKe .embla__button--prev {
  display: flex;
}
.cid-tYc25eRVKe .embla__button {
  bottom: -3rem;
  width: 32px;
  height: 32px;
  font-size: 15px;
  background-color: #b7adf1 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tYc25eRVKe .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tYc25eRVKe .embla__button:hover {
  opacity: .7;
}
.cid-tYc25eRVKe .embla__button.embla__button--prev {
  left: 0;
}
.cid-tYc25eRVKe .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tYc25eRVKe .embla__button {
    bottom: -3.5rem;
  }
}
.cid-tYc25eRVKe .embla {
  position: relative;
  width: 100%;
}
.cid-tYc25eRVKe .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tYc25eRVKe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tYc25eRVKe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tYc25eRVKe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tYc25eRVKe .mbr-section-subtitle {
  color: #000000;
}
.cid-tYc25eRVKe .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-tYc25eRVKe .mbr-section-title mark.highlight {
  border-bottom: 4px solid #b7adf1;
  background: none;
  margin: 0;
  padding: 0 2px;
}
.cid-tYc25eRVKe .mbr-date {
  color: #777777;
}
.cid-tYc25eRVKe .mbr-text {
  color: #f92c50;
  font-weight: 700;
}
.cid-tYc25eRVKe .mbr-link {
  position: relative;
  width: fit-content;
  font-weight: 700;
}
.cid-tYc25eRVKe .mbr-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
  max-width: 100px;
}
.cid-tYc25eRVKe .mbr-link:hover a {
  background-image: none !important;
}
.cid-tYc25eRVKe .mbr-link:hover {
  cursor: pointer;
}
.cid-tYc25eRVKe .mbr-link:hover:before {
  width: 0%;
}
.cid-tYc25eRVKe a {
  font-weight: 700;
}
.cid-tYciT9pzK4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/world-bg1.jpg");
}
.cid-tYciT9pzK4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYciT9pzK4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYciT9pzK4 .card {
  padding: 30px;
  background-color: #3f3193;
  border: 1px solid #000000;
}
.cid-tYciT9pzK4 .card .subtitle-wrapper {
  margin: -55px 0 0;
  transform: rotate(-5deg);
  border-left: 8px solid #000000;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  max-width: 200px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}
.cid-tYciT9pzK4 .card .subtitle-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tYciT9pzK4 .card {
    padding: 20px;
  }
}
.cid-tYciT9pzK4 .text-wrapper {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-tYciT9pzK4 .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tYciT9pzK4 .mbr-section-title {
  color: #ffda00;
  font-weight: 700;
}
.cid-tYciT9pzK4 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  font-weight: 700;
}
.cid-tYciT9pzK4 .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-tYciT9pzK4 .video-wrapper iframe {
  width: 100%;
}
.cid-tYciT9pzK4 .cBlock {
  display: flex;
  align-items: center;
  padding: 30px;
  border: 1px solid #000000;
  border-top: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tYciT9pzK4 .cBlock {
    display: block;
    padding: 20px;
  }
}
.cid-tYciT9pzK4 .text-wrapper2 {
  padding-top: 20px;
}
@media (min-width: 993px) {
  .cid-tYciT9pzK4 .text-wrapper2 {
    padding-top: 0;
    padding-left: 30px;
  }
}
.cid-tYciT9pzK4 .mbr-section-subtitle2 {
  color: #f92c50;
}
.cid-tYciT9pzK4 .mbr-text2 {
  text-align: justify;
  color: #000000;
}
.cid-tYc23ioh8L {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/world-bg1.jpg");
}
.cid-tYc23ioh8L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYc23ioh8L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYc23ioh8L .tttLink {
  margin-top: auto !important;
}
.cid-tYc23ioh8L .cBlock {
  padding: 20px 30px 60px;
  border: 1px solid black;
  border-top: none;
  background-color: white;
}
@media (max-width: 768px) {
  .cid-tYc23ioh8L .cBlock {
    padding: 20px 20px 70px;
  }
}
.cid-tYc23ioh8L .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYc23ioh8L .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tYc23ioh8L .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYc23ioh8L .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 10px;
  }
}
.cid-tYc23ioh8L .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tYc23ioh8L .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-tYc23ioh8L .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 600px;
  max-width: 600px;
}
@media (min-width: 769px) {
  .cid-tYc23ioh8L .embla__slide {
    border-right: 1px solid black;
  }
}
@media (max-width: 768px) {
  .cid-tYc23ioh8L .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tYc23ioh8L .embla__slide .card-wrap {
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYc23ioh8L .embla__slide .card-wrap {
    display: flex;
  }
}
.cid-tYc23ioh8L .embla__slide .card-wrap:hover .item-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-tYc23ioh8L .embla__slide .card-wrap .item-wrapper .image-wrap {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYc23ioh8L .embla__slide .card-wrap .item-wrapper .image-wrap {
    width: 230px;
  }
}
.cid-tYc23ioh8L .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tYc23ioh8L .embla__slide .card-wrap .content-wrap {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 769px) {
  .cid-tYc23ioh8L .embla__slide .card-wrap .content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tYc23ioh8L .embla__slide .card-wrap .content-wrap {
    min-height: 160px;
    max-height: 200px;
    margin-top: 1rem;
  }
}
.cid-tYc23ioh8L .embla__button--next,
.cid-tYc23ioh8L .embla__button--prev {
  display: flex;
}
.cid-tYc23ioh8L .embla__button {
  bottom: -3rem;
  width: 32px;
  height: 32px;
  font-size: 15px;
  background-color: #b7adf1 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tYc23ioh8L .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tYc23ioh8L .embla__button:hover {
  opacity: .7;
}
.cid-tYc23ioh8L .embla__button.embla__button--prev {
  left: 0;
}
.cid-tYc23ioh8L .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tYc23ioh8L .embla__button {
    bottom: -3.5rem;
  }
}
.cid-tYc23ioh8L .embla {
  position: relative;
  width: 100%;
}
.cid-tYc23ioh8L .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tYc23ioh8L .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tYc23ioh8L .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tYc23ioh8L .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tYc23ioh8L .mbr-section-subtitle {
  color: #000000;
}
.cid-tYc23ioh8L .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-tYc23ioh8L .mbr-section-title mark.highlight {
  border-bottom: 4px solid #b7adf1;
  background: none;
  margin: 0;
  padding: 0 2px;
}
.cid-tYc23ioh8L .mbr-date {
  color: #777777;
}
.cid-tYc23ioh8L .mbr-text {
  color: #f92c50;
  font-weight: 700;
}
.cid-tYc23ioh8L .mbr-link {
  position: relative;
  width: fit-content;
  font-weight: 700;
}
.cid-tYc23ioh8L .mbr-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
  max-width: 100px;
}
.cid-tYc23ioh8L .mbr-link:hover a {
  background-image: none !important;
}
.cid-tYc23ioh8L .mbr-link:hover {
  cursor: pointer;
}
.cid-tYc23ioh8L .mbr-link:hover:before {
  width: 0%;
}
.cid-tYc23ioh8L a {
  font-weight: 700;
}
.cid-tYciTG4hww {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/world-bg1.jpg");
}
.cid-tYciTG4hww .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYciTG4hww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYciTG4hww .card {
  padding: 30px;
  background-color: #3f3193;
  border: 1px solid #000000;
}
.cid-tYciTG4hww .card .subtitle-wrapper {
  margin: -55px 0 0;
  transform: rotate(-5deg);
  border-left: 8px solid #000000;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  max-width: 200px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}
.cid-tYciTG4hww .card .subtitle-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tYciTG4hww .card {
    padding: 20px;
  }
}
.cid-tYciTG4hww .text-wrapper {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-tYciTG4hww .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tYciTG4hww .mbr-section-title {
  color: #ffda00;
  font-weight: 700;
}
.cid-tYciTG4hww .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  font-weight: 700;
}
.cid-tYciTG4hww .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-tYciTG4hww .video-wrapper iframe {
  width: 100%;
}
.cid-tYciTG4hww .cBlock {
  display: flex;
  align-items: center;
  padding: 30px;
  border: 1px solid #000000;
  border-top: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tYciTG4hww .cBlock {
    display: block;
    padding: 20px;
  }
}
.cid-tYciTG4hww .text-wrapper2 {
  padding-top: 20px;
}
@media (min-width: 993px) {
  .cid-tYciTG4hww .text-wrapper2 {
    padding-top: 0;
    padding-left: 30px;
  }
}
.cid-tYciTG4hww .mbr-section-subtitle2 {
  color: #f92c50;
}
.cid-tYciTG4hww .mbr-text2 {
  text-align: justify;
  color: #000000;
}
.cid-tYc22mrpP3 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/world-bg1.jpg");
}
.cid-tYc22mrpP3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYc22mrpP3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYc22mrpP3 .tttLink {
  margin-top: auto !important;
}
.cid-tYc22mrpP3 .cBlock {
  padding: 20px 30px 60px;
  border: 1px solid black;
  border-top: none;
  background-color: white;
}
@media (max-width: 768px) {
  .cid-tYc22mrpP3 .cBlock {
    padding: 20px 20px 70px;
  }
}
.cid-tYc22mrpP3 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYc22mrpP3 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tYc22mrpP3 .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYc22mrpP3 .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 10px;
  }
}
.cid-tYc22mrpP3 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tYc22mrpP3 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-tYc22mrpP3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 600px;
  max-width: 600px;
}
@media (min-width: 769px) {
  .cid-tYc22mrpP3 .embla__slide {
    border-right: 1px solid black;
  }
}
@media (max-width: 768px) {
  .cid-tYc22mrpP3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tYc22mrpP3 .embla__slide .card-wrap {
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYc22mrpP3 .embla__slide .card-wrap {
    display: flex;
  }
}
.cid-tYc22mrpP3 .embla__slide .card-wrap:hover .item-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-tYc22mrpP3 .embla__slide .card-wrap .item-wrapper .image-wrap {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYc22mrpP3 .embla__slide .card-wrap .item-wrapper .image-wrap {
    width: 230px;
  }
}
.cid-tYc22mrpP3 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tYc22mrpP3 .embla__slide .card-wrap .content-wrap {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 769px) {
  .cid-tYc22mrpP3 .embla__slide .card-wrap .content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tYc22mrpP3 .embla__slide .card-wrap .content-wrap {
    min-height: 160px;
    max-height: 200px;
    margin-top: 1rem;
  }
}
.cid-tYc22mrpP3 .embla__button--next,
.cid-tYc22mrpP3 .embla__button--prev {
  display: flex;
}
.cid-tYc22mrpP3 .embla__button {
  bottom: -3rem;
  width: 32px;
  height: 32px;
  font-size: 15px;
  background-color: #b7adf1 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tYc22mrpP3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tYc22mrpP3 .embla__button:hover {
  opacity: .7;
}
.cid-tYc22mrpP3 .embla__button.embla__button--prev {
  left: 0;
}
.cid-tYc22mrpP3 .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tYc22mrpP3 .embla__button {
    bottom: -3.5rem;
  }
}
.cid-tYc22mrpP3 .embla {
  position: relative;
  width: 100%;
}
.cid-tYc22mrpP3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tYc22mrpP3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tYc22mrpP3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tYc22mrpP3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tYc22mrpP3 .mbr-section-subtitle {
  color: #000000;
}
.cid-tYc22mrpP3 .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-tYc22mrpP3 .mbr-section-title mark.highlight {
  border-bottom: 4px solid #b7adf1;
  background: none;
  margin: 0;
  padding: 0 2px;
}
.cid-tYc22mrpP3 .mbr-date {
  color: #777777;
}
.cid-tYc22mrpP3 .mbr-text {
  color: #f92c50;
  font-weight: 700;
}
.cid-tYc22mrpP3 .mbr-link {
  position: relative;
  width: fit-content;
  font-weight: 700;
}
.cid-tYc22mrpP3 .mbr-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
  max-width: 100px;
}
.cid-tYc22mrpP3 .mbr-link:hover a {
  background-image: none !important;
}
.cid-tYc22mrpP3 .mbr-link:hover {
  cursor: pointer;
}
.cid-tYc22mrpP3 .mbr-link:hover:before {
  width: 0%;
}
.cid-tYc22mrpP3 a {
  font-weight: 700;
}
.cid-tYciSCTqKV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/world-bg1.jpg");
}
.cid-tYciSCTqKV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYciSCTqKV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYciSCTqKV .card {
  padding: 30px;
  background-color: #3f3193;
  border: 1px solid #000000;
}
.cid-tYciSCTqKV .card .subtitle-wrapper {
  margin: -55px 0 0;
  transform: rotate(-5deg);
  border-left: 8px solid #000000;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  max-width: 200px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}
.cid-tYciSCTqKV .card .subtitle-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tYciSCTqKV .card {
    padding: 20px;
  }
}
.cid-tYciSCTqKV .text-wrapper {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-tYciSCTqKV .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tYciSCTqKV .mbr-section-title {
  color: #ffda00;
  font-weight: 700;
}
.cid-tYciSCTqKV .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  font-weight: 700;
}
.cid-tYciSCTqKV .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-tYciSCTqKV .video-wrapper iframe {
  width: 100%;
}
.cid-tYciSCTqKV .cBlock {
  display: flex;
  align-items: center;
  padding: 30px;
  border: 1px solid #000000;
  border-top: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tYciSCTqKV .cBlock {
    display: block;
    padding: 20px;
  }
}
.cid-tYciSCTqKV .text-wrapper2 {
  padding-top: 20px;
}
@media (min-width: 993px) {
  .cid-tYciSCTqKV .text-wrapper2 {
    padding-top: 0;
    padding-left: 30px;
  }
}
.cid-tYciSCTqKV .mbr-section-subtitle2 {
  color: #f92c50;
}
.cid-tYciSCTqKV .mbr-text2 {
  text-align: justify;
  color: #000000;
}
.cid-tYc24creBD {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/world-bg1.jpg");
}
.cid-tYc24creBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYc24creBD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYc24creBD .tttLink {
  margin-top: auto !important;
}
.cid-tYc24creBD .cBlock {
  padding: 20px 30px 60px;
  border: 1px solid black;
  border-top: none;
  background-color: white;
}
@media (max-width: 768px) {
  .cid-tYc24creBD .cBlock {
    padding: 20px 20px 70px;
  }
}
.cid-tYc24creBD .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYc24creBD .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tYc24creBD .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tYc24creBD .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 10px;
  }
}
.cid-tYc24creBD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tYc24creBD .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-tYc24creBD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 600px;
  max-width: 600px;
}
@media (min-width: 769px) {
  .cid-tYc24creBD .embla__slide {
    border-right: 1px solid black;
  }
}
@media (max-width: 768px) {
  .cid-tYc24creBD .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tYc24creBD .embla__slide .card-wrap {
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYc24creBD .embla__slide .card-wrap {
    display: flex;
  }
}
.cid-tYc24creBD .embla__slide .card-wrap:hover .item-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-tYc24creBD .embla__slide .card-wrap .item-wrapper .image-wrap {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tYc24creBD .embla__slide .card-wrap .item-wrapper .image-wrap {
    width: 230px;
  }
}
.cid-tYc24creBD .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tYc24creBD .embla__slide .card-wrap .content-wrap {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 769px) {
  .cid-tYc24creBD .embla__slide .card-wrap .content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tYc24creBD .embla__slide .card-wrap .content-wrap {
    min-height: 160px;
    max-height: 200px;
    margin-top: 1rem;
  }
}
.cid-tYc24creBD .embla__button--next,
.cid-tYc24creBD .embla__button--prev {
  display: flex;
}
.cid-tYc24creBD .embla__button {
  bottom: -3rem;
  width: 32px;
  height: 32px;
  font-size: 15px;
  background-color: #b7adf1 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tYc24creBD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tYc24creBD .embla__button:hover {
  opacity: .7;
}
.cid-tYc24creBD .embla__button.embla__button--prev {
  left: 0;
}
.cid-tYc24creBD .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tYc24creBD .embla__button {
    bottom: -3.5rem;
  }
}
.cid-tYc24creBD .embla {
  position: relative;
  width: 100%;
}
.cid-tYc24creBD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tYc24creBD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tYc24creBD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tYc24creBD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tYc24creBD .mbr-section-subtitle {
  color: #000000;
}
.cid-tYc24creBD .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-tYc24creBD .mbr-section-title mark.highlight {
  border-bottom: 4px solid #b7adf1;
  background: none;
  margin: 0;
  padding: 0 2px;
}
.cid-tYc24creBD .mbr-date {
  color: #777777;
}
.cid-tYc24creBD .mbr-text {
  color: #f92c50;
  font-weight: 700;
}
.cid-tYc24creBD .mbr-link {
  position: relative;
  width: fit-content;
  font-weight: 700;
}
.cid-tYc24creBD .mbr-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
  max-width: 100px;
}
.cid-tYc24creBD .mbr-link:hover a {
  background-image: none !important;
}
.cid-tYc24creBD .mbr-link:hover {
  cursor: pointer;
}
.cid-tYc24creBD .mbr-link:hover:before {
  width: 0%;
}
.cid-tYc24creBD a {
  font-weight: 700;
}
.cid-tYoTwYoLcS {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffda00;
  position: relative;
  overflow: hidden;
}
.cid-tYoTwYoLcS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYoTwYoLcS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYoTwYoLcS .col-text {
  position: relative;
  width: 34vw;
}
@media (max-width: 991px) {
  .cid-tYoTwYoLcS .col-text {
    width: 62vw;
  }
}
@media (max-width: 767px) {
  .cid-tYoTwYoLcS .col-text {
    width: 70vw;
  }
}
@media (max-width: 575px) {
  .cid-tYoTwYoLcS .col-text {
    width: 100%;
  }
}
.cid-tYoTwYoLcS .text-wrap {
  position: relative;
  z-index: 3;
  padding: 3%;
}
@media (max-width: 767px) {
  .cid-tYoTwYoLcS .text-wrap {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .cid-tYoTwYoLcS .text-wrap {
    width: 100%;
    max-width: 80vw;
    margin: 0 auto;
  }
}
.cid-tYoTwYoLcS .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 70px;
  color: #000000;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.cid-tYoTwYoLcS .mbr-section-title {
  color: #ffda00;
  font-weight: 700;
}
.cid-tYoTwYoLcS .mbr-section-subtitle {
  color: #ffda00;
}
.cid-tYoTwYoLcS .mbr-text {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-tYoTwYoLcS .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tYoTwYoLcS .img-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #000000;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tYoTwYoLcS .img-bg {
    width: 380px;
  }
}
@media (max-width: 575px) {
  .cid-tYoTwYoLcS .img-bg {
    width: calc(100% - -3rem);
  }
}
.cid-tYoTwYoLcS .mbr-text,
.cid-tYoTwYoLcS .mbr-section-btn {
  color: #ffffff;
}
.cid-tX5ufVAyV8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
@media (max-width: 767px) {
  .cid-tX5ufVAyV8 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.cid-tX5ufVAyV8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX5ufVAyV8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX5ufVAyV8 .video-wrapper iframe {
  width: 100%;
}
.cid-tX5ufVAyV8 .mbr-section-title,
.cid-tX5ufVAyV8 .mbr-section-subtitle,
.cid-tX5ufVAyV8 .mbr-text {
  text-align: center;
}
.cid-tX5ufVAyV8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tX5ufVAyV8 .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-tX5ufVAyV8 .mbr-section-subtitle {
  text-align: center;
  color: #f92c50;
}
.cid-tX5ufVAyV8 .mbr-section-btn {
  text-align: center;
}
.cid-tX5ufVAyV8 .mbr-description {
  color: #f92c50;
  text-align: center;
}
.cid-tXKxw90Rn6 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #eeeeee;
}
@media (max-width: 767px) {
  .cid-tXKxw90Rn6 {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.cid-tXKxw90Rn6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXKxw90Rn6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXKxw90Rn6 .video-wrapper iframe {
  width: 100%;
}
.cid-tXKxw90Rn6 .mbr-section-title,
.cid-tXKxw90Rn6 .mbr-section-subtitle,
.cid-tXKxw90Rn6 .mbr-text {
  text-align: center;
}
.cid-tXKxw90Rn6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tXKxw90Rn6 .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-tXKxw90Rn6 .mbr-section-subtitle {
  text-align: center;
  color: #f92c50;
}
.cid-tXKxw90Rn6 .mbr-section-btn {
  text-align: center;
}
.cid-tXKxw90Rn6 .mbr-description {
  color: #f92c50;
  text-align: center;
}
.cid-tXPTy3naTD {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #eeeeee;
}
.cid-tXPTy3naTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPTy3naTD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPTy3naTD .bg-facebook {
  background: #3f3193;
  color: #ffffff;
}
.cid-tXPTy3naTD .bg-facebook:hover {
  background: #2f246d;
}
.cid-tXPTy3naTD .bg-line {
  background: #3f3193;
  color: #ffffff;
}
.cid-tXPTy3naTD .bg-line:hover {
  background: #2f246d;
}
.cid-tXPTy3naTD .bg-instagram {
  background: #3f3193;
  color: #ffffff;
}
.cid-tXPTy3naTD .bg-instagram:hover {
  background: #2f246d;
}
.cid-tXPTy3naTD .bg-youtube {
  background: #3f3193;
  color: #ffffff;
}
.cid-tXPTy3naTD .bg-youtube:hover {
  background: #2f246d;
}
.cid-tXPTy3naTD .social-list {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tXPTy3naTD .iconfont-wrapper {
  display: flex;
  font-size: 25px;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 0.3rem;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.cid-tXPTy3naTD [class^="socicon-"]:before,
.cid-tXPTy3naTD [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tXPTy3naTD .mbr-section-title,
.cid-tXPTy3naTD .social-list {
  color: #000000;
}
.cid-tVPONSCYLJ {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffda00;
}
@media (max-width: 767px) {
  .cid-tVPONSCYLJ .content {
    text-align: center;
  }
  .cid-tVPONSCYLJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tVPONSCYLJ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tVPONSCYLJ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tVPONSCYLJ .media-wrap img {
  height: 6rem;
}
.cid-tVPONSCYLJ .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-tVPONSCYLJ .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-tVPONSCYLJ .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-tVPONSCYLJ .mbr-text {
  color: #8d97ad;
  font-weight: 400;
}
.cid-tVPONSCYLJ .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVPONSCYLJ .copyright img {
  margin-right: 10px;
}
.cid-tVPONSCYLJ hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-tVPONSCYLJ .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tVPONSCYLJ .p-title {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-tVPONSCYLJ H5 {
  text-align: center;
  color: #000000;
}
.cid-tVPONSCYLJ .copyright > p {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-tVPONSCYLJ SPAN {
  color: #000000;
}
.cid-tVPONSCYLJ .menu-list span a {
  font-weight: 400;
}
@charset "UTF-8";

section {
    background-color: #eeeeee;
}

body {
  font-style: normal;
  font-weight: 300;
  color: #000000;
  position: relative;
}

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

.embla__button,
.carousel-control {
  background-color: #edefea;
  opacity: 0.8 !important;
  color: #464845;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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;

}

.mbr-section-subtitle {

}

.mbr-text {
  font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {

  word-break: break-word;
  word-wrap: break-word;

}

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tXPzXxQINB {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tXPzXxQINB .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-tXPzXxQINB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-tXPzXxQINB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXPzXxQINB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXPzXxQINB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tXPzXxQINB .menu_box .navbar.opened,
  .cid-tXPzXxQINB .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tXPzXxQINB nav.navbar {
  position: fixed;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.cid-tXPzXxQINB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tXPzXxQINB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tXPzXxQINB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tXPzXxQINB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tXPzXxQINB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tXPzXxQINB .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tXPzXxQINB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tXPzXxQINB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tXPzXxQINB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tXPzXxQINB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tXPzXxQINB .offcanvas-body .mbr-text,
  .cid-tXPzXxQINB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tXPzXxQINB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tXPzXxQINB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tXPzXxQINB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tXPzXxQINB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tXPzXxQINB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tXPzXxQINB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tXPzXxQINB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tXPzXxQINB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tXPzXxQINB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPzXxQINB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tXPzXxQINB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tXPzXxQINB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tXPzXxQINB .lg_brand {
    margin: 0 1rem;
  }
  .cid-tXPzXxQINB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tXPzXxQINB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tXPzXxQINB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tXPzXxQINB .nav-item {
    margin: 0 !important;
  }
}
.cid-tXPzXxQINB .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tXPzXxQINB .nav-item .nav-link:hover,
.cid-tXPzXxQINB .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #ffda00;
  color: #000000 !important;
}
.cid-tXPzXxQINB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tXPzXxQINB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tXPzXxQINB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tXPzXxQINB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPzXxQINB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tXPzXxQINB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tXPzXxQINB .offcanvas_box {
    display: none;
  }
}
.cid-tXPzXxQINB .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tXPzXxQINB .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tXPzXxQINB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tXPzXxQINB .container {
  display: flex;
  margin: auto;
}
.cid-tXPzXxQINB .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tXPzXxQINB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tXPzXxQINB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tXPzXxQINB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tXPzXxQINB .navbar-nav {
    margin: 0;
  }
}
.cid-tXPzXxQINB .dropdown-menu,
.cid-tXPzXxQINB .navbar.opened {
  background-color: true !important;
}
.cid-tXPzXxQINB .nav-item:focus,
.cid-tXPzXxQINB .nav-link:focus {
  outline: none;
}
.cid-tXPzXxQINB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXPzXxQINB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXPzXxQINB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXPzXxQINB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXPzXxQINB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXPzXxQINB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXPzXxQINB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tXPzXxQINB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tXPzXxQINB .navbar.opened {
  transition: all 0.3s;
}
.cid-tXPzXxQINB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tXPzXxQINB .navbar .navbar-logo img {
  max-width: 90px;
  min-height: 50px;
  object-fit: contain;
}
.cid-tXPzXxQINB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tXPzXxQINB .navbar.collapsed {
  justify-content: center;
}
.cid-tXPzXxQINB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXPzXxQINB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXPzXxQINB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXPzXxQINB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXPzXxQINB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXPzXxQINB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tXPzXxQINB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXPzXxQINB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tXPzXxQINB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
    width: 100% !important;
  }
  .cid-tXPzXxQINB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXPzXxQINB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXPzXxQINB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tXPzXxQINB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXPzXxQINB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tXPzXxQINB .navbar .navbar-logo img {
    height: 2.8rem !important;
  }
  .cid-tXPzXxQINB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tXPzXxQINB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tXPzXxQINB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tXPzXxQINB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tXPzXxQINB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXPzXxQINB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tXPzXxQINB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXPzXxQINB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXPzXxQINB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXPzXxQINB .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-tXPzXxQINB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tXPzXxQINB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXPzXxQINB .dropdown-item.active,
.cid-tXPzXxQINB .dropdown-item:active {
  background-color: transparent;
}
.cid-tXPzXxQINB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tXPzXxQINB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXPzXxQINB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXPzXxQINB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXPzXxQINB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tXPzXxQINB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXPzXxQINB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffda00;
}
.cid-tXPzXxQINB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXPzXxQINB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXPzXxQINB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPzXxQINB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPzXxQINB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXPzXxQINB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPzXxQINB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXPzXxQINB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXPzXxQINB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPzXxQINB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tXPzXxQINB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXPzXxQINB .navbar {
    height: 70px;
  }
  .cid-tXPzXxQINB .navbar.opened {
    height: auto;
  }
  .cid-tXPzXxQINB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXPzXxQINB .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tXPzXxQINB .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tXPzXxQINB .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tXPzXxQINB .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tXPzXxQINB .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tXPzXxQINB .navbar-caption:hover {
  color: #ffda00;
}
@media (min-width: 992px) {
  .cid-tXPzXxQINB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tXPzXxQINB .text_widget {
  margin-bottom: 32px;
}
.cid-tXPzXxQINB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tXPzXxQINB .text_widget a:hover,
.cid-tXPzXxQINB .text_widget a:focus {
  opacity: .6;
}
.cid-tXPzXxQINB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tXPzXxQINB .navbar-caption {
  color: #000000;
}
.cid-tXPzXxQINB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tXPzXxQINB .mbr-section-subtitle,
.cid-tXPzXxQINB .text_widget,
.cid-tXPzXxQINB .mbr-section-btn {
  text-align: center;
}
.cid-tXPzXxQINB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tXPzXydmV5 {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffda00;
}
.cid-tXPzXydmV5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPzXydmV5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPzXydmV5 .mbr-section-title {
  color: #000000;
  text-align: left;
  margin-top: 20px;
  font-weight: 700;
}
.cid-tXPzXydmV5 .mbr-section-subtitle {
  color: #000000;
  margin: 0;
  font-weight: 700;
}
.cid-tXPzXydmV5 .mbr-text,
.cid-tXPzXydmV5 .mbr-section-btn {
  color: #777777;
  text-align: justify;
}
.cid-tXPzXydmV5 .subtitle-wrapper {
  transform: rotate(-5deg);
  border-left: 8px solid #000000;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
.cid-tXPzXydmV5 .mbr-text {
  color: #777777;
}
.cid-tXPzXyt2bH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPzXyt2bH .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPzXyt2bH .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPzXyt2bH .mbr-section-title {
  color: #000000;
}
.cid-tXPzXyGWCj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPzXyGWCj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPzXyGWCj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPzXyGWCj .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPzXyGWCj .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPzXyGWCj .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPzXyGWCj .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPzXyGWCj .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPzXyGWCj .image-wrapper img {
  object-fit: cover;
}
.cid-tXPzXyGWCj .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXPzXyURpC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPzXyURpC .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPzXyURpC .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPzXyURpC .mbr-section-title {
  color: #000000;
}
.cid-tXPC4mOHIz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPC4mOHIz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPC4mOHIz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPC4mOHIz .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPC4mOHIz .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPC4mOHIz .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPC4mOHIz .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPC4mOHIz .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPC4mOHIz .image-wrapper img {
  object-fit: cover;
}
.cid-tXPC4mOHIz .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXPC4ELxYP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPC4ELxYP .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPC4ELxYP .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPC4ELxYP .mbr-section-title {
  color: #000000;
}
.cid-tXPzXz8Div {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #eeeeee;
}
.cid-tXPzXz8Div .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPzXz8Div .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPzXz8Div .video-wrapper iframe {
  width: 100%;
}
.cid-tXPzXz8Div .mbr-section-title,
.cid-tXPzXz8Div .mbr-section-subtitle,
.cid-tXPzXz8Div .mbr-text {
  text-align: center;
}
.cid-tXPzXz8Div .mbr-section-title {
  color: #000000;
}
.cid-tXPzXzswNQ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #aaaaaa;
}
.cid-tXPzXzswNQ .item-content .mbr-text a {
  font-weight: 700;
}
.cid-tXPzXzswNQ .mbr-text {
  text-align: justify;
  font-weight: 700;
}
.cid-tXPzXzswNQ .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tXPzXzswNQ .container {
    max-width: 1308px;
  }
}
.cid-tXPzXzswNQ .item-content {
  padding: 1rem;
}
.cid-tXPzXzswNQ img,
.cid-tXPzXzswNQ .item-img {
  width: 100%;
  object-fit: cover;
}
.cid-tXPzXzswNQ .item:focus,
.cid-tXPzXzswNQ span:focus {
  outline: none;
}
.cid-tXPzXzswNQ .item-wrapper {
  position: relative;
}
.cid-tXPzXzswNQ .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tXPzXzswNQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-tXPzXzswNQ .embla__slide {
    min-width: 270px;
    max-width: 270px;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tXPzXzswNQ .embla__button--next,
.cid-tXPzXzswNQ .embla__button--prev {
  display: flex;
}
.cid-tXPzXzswNQ .embla__button {
  border: none !important;
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: -1.5rem;
  font-size: 14px;
  color: #000000;
  background-color: #ffda00;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXPzXzswNQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXPzXzswNQ .embla__button:hover {
  background-color: #3f3193;
  color: #ffda00;
}
.cid-tXPzXzswNQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXPzXzswNQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXPzXzswNQ .embla__button {
    top: auto;
  }
}
.cid-tXPzXzswNQ .embla {
  position: relative;
  width: 100%;
}
.cid-tXPzXzswNQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXPzXzswNQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXPzXzswNQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXPzXzswNQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tXPzXzswNQ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tXPzXzswNQ .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-tXPzXzUUnZ {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffda00;
}
@media (max-width: 767px) {
  .cid-tXPzXzUUnZ .content {
    text-align: center;
  }
  .cid-tXPzXzUUnZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tXPzXzUUnZ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tXPzXzUUnZ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tXPzXzUUnZ .media-wrap img {
  height: 6rem;
}
.cid-tXPzXzUUnZ .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-tXPzXzUUnZ .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-tXPzXzUUnZ .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-tXPzXzUUnZ .mbr-text {
  color: #8d97ad;
  font-weight: 400;
}
.cid-tXPzXzUUnZ .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXPzXzUUnZ .copyright img {
  margin-right: 10px;
}
.cid-tXPzXzUUnZ hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-tXPzXzUUnZ .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXPzXzUUnZ .p-title {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-tXPzXzUUnZ H5 {
  text-align: center;
  color: #000000;
}
.cid-tXPzXzUUnZ .copyright > p {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-tXPzXzUUnZ SPAN {
  color: #000000;
}
.cid-tXPzXzUUnZ .menu-list span a {
  font-weight: 400;
}
@charset "UTF-8";

section {
    background-color: #eeeeee;
}

body {
  font-style: normal;
  font-weight: 300;
  color: #000000;
  position: relative;
}

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

.embla__button,
.carousel-control {
  background-color: #edefea;
  opacity: 0.8 !important;
  color: #464845;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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;

}

.mbr-section-subtitle {

}

.mbr-text {
  font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {

  word-break: break-word;
  word-wrap: break-word;

}

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tXPvaRQNiD {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tXPvaRQNiD .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-tXPvaRQNiD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-tXPvaRQNiD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXPvaRQNiD .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXPvaRQNiD .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tXPvaRQNiD .menu_box .navbar.opened,
  .cid-tXPvaRQNiD .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tXPvaRQNiD nav.navbar {
  position: fixed;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.cid-tXPvaRQNiD .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tXPvaRQNiD .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tXPvaRQNiD .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tXPvaRQNiD .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tXPvaRQNiD .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tXPvaRQNiD .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tXPvaRQNiD .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tXPvaRQNiD .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tXPvaRQNiD .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tXPvaRQNiD .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tXPvaRQNiD .offcanvas-body .mbr-text,
  .cid-tXPvaRQNiD .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tXPvaRQNiD .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tXPvaRQNiD .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tXPvaRQNiD .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tXPvaRQNiD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tXPvaRQNiD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tXPvaRQNiD .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tXPvaRQNiD .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tXPvaRQNiD ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tXPvaRQNiD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPvaRQNiD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tXPvaRQNiD .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tXPvaRQNiD li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tXPvaRQNiD .lg_brand {
    margin: 0 1rem;
  }
  .cid-tXPvaRQNiD .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tXPvaRQNiD .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tXPvaRQNiD .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tXPvaRQNiD .nav-item {
    margin: 0 !important;
  }
}
.cid-tXPvaRQNiD .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tXPvaRQNiD .nav-item .nav-link:hover,
.cid-tXPvaRQNiD .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #ffda00;
  color: #000000 !important;
}
.cid-tXPvaRQNiD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tXPvaRQNiD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tXPvaRQNiD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tXPvaRQNiD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPvaRQNiD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tXPvaRQNiD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tXPvaRQNiD .offcanvas_box {
    display: none;
  }
}
.cid-tXPvaRQNiD .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tXPvaRQNiD .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tXPvaRQNiD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tXPvaRQNiD .container {
  display: flex;
  margin: auto;
}
.cid-tXPvaRQNiD .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tXPvaRQNiD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tXPvaRQNiD .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tXPvaRQNiD .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tXPvaRQNiD .navbar-nav {
    margin: 0;
  }
}
.cid-tXPvaRQNiD .dropdown-menu,
.cid-tXPvaRQNiD .navbar.opened {
  background-color: true !important;
}
.cid-tXPvaRQNiD .nav-item:focus,
.cid-tXPvaRQNiD .nav-link:focus {
  outline: none;
}
.cid-tXPvaRQNiD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXPvaRQNiD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXPvaRQNiD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXPvaRQNiD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXPvaRQNiD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXPvaRQNiD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXPvaRQNiD .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tXPvaRQNiD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tXPvaRQNiD .navbar.opened {
  transition: all 0.3s;
}
.cid-tXPvaRQNiD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tXPvaRQNiD .navbar .navbar-logo img {
  max-width: 90px;
  min-height: 50px;
  object-fit: contain;
}
.cid-tXPvaRQNiD .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tXPvaRQNiD .navbar.collapsed {
  justify-content: center;
}
.cid-tXPvaRQNiD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXPvaRQNiD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXPvaRQNiD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXPvaRQNiD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXPvaRQNiD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXPvaRQNiD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tXPvaRQNiD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXPvaRQNiD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tXPvaRQNiD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
    width: 100% !important;
  }
  .cid-tXPvaRQNiD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXPvaRQNiD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXPvaRQNiD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tXPvaRQNiD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXPvaRQNiD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tXPvaRQNiD .navbar .navbar-logo img {
    height: 2.8rem !important;
  }
  .cid-tXPvaRQNiD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tXPvaRQNiD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tXPvaRQNiD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tXPvaRQNiD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tXPvaRQNiD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXPvaRQNiD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tXPvaRQNiD .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXPvaRQNiD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXPvaRQNiD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXPvaRQNiD .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-tXPvaRQNiD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tXPvaRQNiD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXPvaRQNiD .dropdown-item.active,
.cid-tXPvaRQNiD .dropdown-item:active {
  background-color: transparent;
}
.cid-tXPvaRQNiD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tXPvaRQNiD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXPvaRQNiD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXPvaRQNiD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXPvaRQNiD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tXPvaRQNiD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXPvaRQNiD button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffda00;
}
.cid-tXPvaRQNiD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXPvaRQNiD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXPvaRQNiD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPvaRQNiD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPvaRQNiD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXPvaRQNiD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPvaRQNiD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXPvaRQNiD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXPvaRQNiD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPvaRQNiD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tXPvaRQNiD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXPvaRQNiD .navbar {
    height: 70px;
  }
  .cid-tXPvaRQNiD .navbar.opened {
    height: auto;
  }
  .cid-tXPvaRQNiD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXPvaRQNiD .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tXPvaRQNiD .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tXPvaRQNiD .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tXPvaRQNiD .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tXPvaRQNiD .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tXPvaRQNiD .navbar-caption:hover {
  color: #ffda00;
}
@media (min-width: 992px) {
  .cid-tXPvaRQNiD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tXPvaRQNiD .text_widget {
  margin-bottom: 32px;
}
.cid-tXPvaRQNiD .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tXPvaRQNiD .text_widget a:hover,
.cid-tXPvaRQNiD .text_widget a:focus {
  opacity: .6;
}
.cid-tXPvaRQNiD .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tXPvaRQNiD .navbar-caption {
  color: #000000;
}
.cid-tXPvaRQNiD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tXPvaRQNiD .mbr-section-subtitle,
.cid-tXPvaRQNiD .text_widget,
.cid-tXPvaRQNiD .mbr-section-btn {
  text-align: center;
}
.cid-tXPvaRQNiD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tXPvaSpmKK {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffda00;
}
.cid-tXPvaSpmKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPvaSpmKK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPvaSpmKK .mbr-section-title {
  color: #000000;
  text-align: left;
  margin-top: 20px;
  font-weight: 700;
}
.cid-tXPvaSpmKK .mbr-section-subtitle {
  color: #000000;
  margin: 0;
  font-weight: 700;
}
.cid-tXPvaSpmKK .mbr-text,
.cid-tXPvaSpmKK .mbr-section-btn {
  color: #777777;
  text-align: justify;
}
.cid-tXPvaSpmKK .subtitle-wrapper {
  transform: rotate(-5deg);
  border-left: 8px solid #000000;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  max-width: 200px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
.cid-tXPvaSpmKK .mbr-text {
  color: #777777;
}
.cid-tXPvaSIrMC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPvaSIrMC .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPvaSIrMC .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPvaSIrMC .mbr-section-title {
  color: #000000;
}
.cid-tYnZiHAAby {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
@media (max-width: 991px) {
  .cid-tYnZiHAAby .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYnZiHAAby .image-wrapper {
  border: 1px solid #000000;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 0px;
}
.cid-tYnZiHAAby .row {
  flex-direction: row-reverse;
}
.cid-tYnZiHAAby img {
  width: 100%;
}
.cid-tYnZiHAAby .mbr-section-title {
  margin-bottom: 1.5rem;
  color: #3f3193;
}
.cid-tYnZiHAAby .mbr-text {
  margin-bottom: 2rem;
  color: #000000;
  text-align: justify;
}
.cid-tYnZiHAAby img,
.cid-tYnZiHAAby iframe {
  display: block;
  width: 100%;
  border-radius: 0px;
}
.cid-tYnZiHAAby .mbr-section-subtitle {
  text-align: center;
  color: #3f3193;
}
.cid-tYnZiHAAby .mbr-description {
  text-align: right;
  color: #858585;
}
.cid-tYo06jHNPi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tYo06jHNPi .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tYo06jHNPi .mbr-section-subtitle {
  color: #051b41;
}
.cid-tYo06jHNPi .mbr-section-title {
  color: #000000;
}
.cid-tXPvaSWS1p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPvaSWS1p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPvaSWS1p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPvaSWS1p .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPvaSWS1p .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPvaSWS1p .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPvaSWS1p .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPvaSWS1p .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPvaSWS1p .image-wrapper img {
  object-fit: cover;
}
.cid-tXPvaSWS1p .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXPvJr7vIl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPvJr7vIl .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPvJr7vIl .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPvJr7vIl .mbr-section-title {
  color: #000000;
}
.cid-tXPvJ2XQ0k {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPvJ2XQ0k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPvJ2XQ0k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPvJ2XQ0k .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPvJ2XQ0k .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPvJ2XQ0k .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPvJ2XQ0k .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPvJ2XQ0k .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPvJ2XQ0k .image-wrapper img {
  object-fit: cover;
}
.cid-tXPvJ2XQ0k .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXPvaTstd0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPvaTstd0 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPvaTstd0 .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPvaTstd0 .mbr-section-title {
  color: #000000;
}
.cid-tXPvaTVGwN {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #eeeeee;
}
.cid-tXPvaTVGwN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPvaTVGwN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPvaTVGwN .video-wrapper iframe {
  width: 100%;
}
.cid-tXPvaTVGwN .mbr-section-title,
.cid-tXPvaTVGwN .mbr-section-subtitle,
.cid-tXPvaTVGwN .mbr-text {
  text-align: center;
}
.cid-tXPvaTVGwN .mbr-section-title {
  color: #000000;
}
.cid-tXPvaUcT8e {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #aaaaaa;
}
.cid-tXPvaUcT8e .item-content .mbr-text a {
  font-weight: 700;
}
.cid-tXPvaUcT8e .mbr-text {
  text-align: justify;
  font-weight: 700;
}
.cid-tXPvaUcT8e .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tXPvaUcT8e .container {
    max-width: 1308px;
  }
}
.cid-tXPvaUcT8e .item-content {
  padding: 1rem;
}
.cid-tXPvaUcT8e img,
.cid-tXPvaUcT8e .item-img {
  width: 100%;
  object-fit: cover;
}
.cid-tXPvaUcT8e .item:focus,
.cid-tXPvaUcT8e span:focus {
  outline: none;
}
.cid-tXPvaUcT8e .item-wrapper {
  position: relative;
}
.cid-tXPvaUcT8e .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tXPvaUcT8e .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-tXPvaUcT8e .embla__slide {
    min-width: 270px;
    max-width: 270px;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tXPvaUcT8e .embla__button--next,
.cid-tXPvaUcT8e .embla__button--prev {
  display: flex;
}
.cid-tXPvaUcT8e .embla__button {
  border: none !important;
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: -1.5rem;
  font-size: 14px;
  color: #000000;
  background-color: #ffda00;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXPvaUcT8e .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXPvaUcT8e .embla__button:hover {
  background-color: #3f3193;
  color: #ffda00;
}
.cid-tXPvaUcT8e .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXPvaUcT8e .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXPvaUcT8e .embla__button {
    top: auto;
  }
}
.cid-tXPvaUcT8e .embla {
  position: relative;
  width: 100%;
}
.cid-tXPvaUcT8e .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXPvaUcT8e .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXPvaUcT8e .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXPvaUcT8e .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tXPvaUcT8e .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tXPvaUcT8e .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-tXPvaUCLt0 {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffda00;
}
@media (max-width: 767px) {
  .cid-tXPvaUCLt0 .content {
    text-align: center;
  }
  .cid-tXPvaUCLt0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tXPvaUCLt0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tXPvaUCLt0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tXPvaUCLt0 .media-wrap img {
  height: 6rem;
}
.cid-tXPvaUCLt0 .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-tXPvaUCLt0 .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-tXPvaUCLt0 .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-tXPvaUCLt0 .mbr-text {
  color: #8d97ad;
  font-weight: 400;
}
.cid-tXPvaUCLt0 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXPvaUCLt0 .copyright img {
  margin-right: 10px;
}
.cid-tXPvaUCLt0 hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-tXPvaUCLt0 .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXPvaUCLt0 .p-title {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-tXPvaUCLt0 H5 {
  text-align: center;
  color: #000000;
}
.cid-tXPvaUCLt0 .copyright > p {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-tXPvaUCLt0 SPAN {
  color: #000000;
}
.cid-tXPvaUCLt0 .menu-list span a {
  font-weight: 400;
}
@charset "UTF-8";

section {
    background-color: #eeeeee;
}

body {
  font-style: normal;
  font-weight: 300;
  color: #000000;
  position: relative;
}

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

.embla__button,
.carousel-control {
  background-color: #edefea;
  opacity: 0.8 !important;
  color: #464845;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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;

}

.mbr-section-subtitle {

}

.mbr-text {
  font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {

  word-break: break-word;
  word-wrap: break-word;

}

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tXOp23yrCO {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tXOp23yrCO .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-tXOp23yrCO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-tXOp23yrCO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXOp23yrCO .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXOp23yrCO .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tXOp23yrCO .menu_box .navbar.opened,
  .cid-tXOp23yrCO .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tXOp23yrCO nav.navbar {
  position: fixed;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.cid-tXOp23yrCO .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tXOp23yrCO .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tXOp23yrCO .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tXOp23yrCO .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tXOp23yrCO .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tXOp23yrCO .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tXOp23yrCO .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tXOp23yrCO .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tXOp23yrCO .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tXOp23yrCO .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tXOp23yrCO .offcanvas-body .mbr-text,
  .cid-tXOp23yrCO .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tXOp23yrCO .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tXOp23yrCO .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tXOp23yrCO .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tXOp23yrCO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tXOp23yrCO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tXOp23yrCO .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tXOp23yrCO .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tXOp23yrCO ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tXOp23yrCO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXOp23yrCO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tXOp23yrCO .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tXOp23yrCO li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tXOp23yrCO .lg_brand {
    margin: 0 1rem;
  }
  .cid-tXOp23yrCO .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tXOp23yrCO .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tXOp23yrCO .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tXOp23yrCO .nav-item {
    margin: 0 !important;
  }
}
.cid-tXOp23yrCO .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tXOp23yrCO .nav-item .nav-link:hover,
.cid-tXOp23yrCO .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #ffda00;
  color: #000000 !important;
}
.cid-tXOp23yrCO .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tXOp23yrCO .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tXOp23yrCO .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tXOp23yrCO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXOp23yrCO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tXOp23yrCO .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tXOp23yrCO .offcanvas_box {
    display: none;
  }
}
.cid-tXOp23yrCO .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tXOp23yrCO .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tXOp23yrCO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tXOp23yrCO .container {
  display: flex;
  margin: auto;
}
.cid-tXOp23yrCO .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tXOp23yrCO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tXOp23yrCO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tXOp23yrCO .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tXOp23yrCO .navbar-nav {
    margin: 0;
  }
}
.cid-tXOp23yrCO .dropdown-menu,
.cid-tXOp23yrCO .navbar.opened {
  background-color: true !important;
}
.cid-tXOp23yrCO .nav-item:focus,
.cid-tXOp23yrCO .nav-link:focus {
  outline: none;
}
.cid-tXOp23yrCO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXOp23yrCO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXOp23yrCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXOp23yrCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXOp23yrCO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXOp23yrCO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXOp23yrCO .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tXOp23yrCO .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tXOp23yrCO .navbar.opened {
  transition: all 0.3s;
}
.cid-tXOp23yrCO .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tXOp23yrCO .navbar .navbar-logo img {
  max-width: 90px;
  min-height: 50px;
  object-fit: contain;
}
.cid-tXOp23yrCO .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tXOp23yrCO .navbar.collapsed {
  justify-content: center;
}
.cid-tXOp23yrCO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXOp23yrCO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXOp23yrCO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXOp23yrCO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXOp23yrCO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXOp23yrCO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tXOp23yrCO .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXOp23yrCO .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tXOp23yrCO .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
    width: 100% !important;
  }
  .cid-tXOp23yrCO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXOp23yrCO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXOp23yrCO .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tXOp23yrCO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXOp23yrCO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tXOp23yrCO .navbar .navbar-logo img {
    height: 2.8rem !important;
  }
  .cid-tXOp23yrCO .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tXOp23yrCO .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tXOp23yrCO .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tXOp23yrCO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tXOp23yrCO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXOp23yrCO .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tXOp23yrCO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXOp23yrCO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXOp23yrCO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXOp23yrCO .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-tXOp23yrCO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tXOp23yrCO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXOp23yrCO .dropdown-item.active,
.cid-tXOp23yrCO .dropdown-item:active {
  background-color: transparent;
}
.cid-tXOp23yrCO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tXOp23yrCO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXOp23yrCO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXOp23yrCO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXOp23yrCO ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tXOp23yrCO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXOp23yrCO button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffda00;
}
.cid-tXOp23yrCO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXOp23yrCO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXOp23yrCO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXOp23yrCO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXOp23yrCO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXOp23yrCO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXOp23yrCO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXOp23yrCO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXOp23yrCO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXOp23yrCO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tXOp23yrCO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXOp23yrCO .navbar {
    height: 70px;
  }
  .cid-tXOp23yrCO .navbar.opened {
    height: auto;
  }
  .cid-tXOp23yrCO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXOp23yrCO .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tXOp23yrCO .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tXOp23yrCO .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tXOp23yrCO .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tXOp23yrCO .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tXOp23yrCO .navbar-caption:hover {
  color: #ffda00;
}
@media (min-width: 992px) {
  .cid-tXOp23yrCO .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tXOp23yrCO .text_widget {
  margin-bottom: 32px;
}
.cid-tXOp23yrCO .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tXOp23yrCO .text_widget a:hover,
.cid-tXOp23yrCO .text_widget a:focus {
  opacity: .6;
}
.cid-tXOp23yrCO .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tXOp23yrCO .navbar-caption {
  color: #000000;
}
.cid-tXOp23yrCO .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tXOp23yrCO .mbr-section-subtitle,
.cid-tXOp23yrCO .text_widget,
.cid-tXOp23yrCO .mbr-section-btn {
  text-align: center;
}
.cid-tXOp23yrCO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tXOp23U2lU {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffda00;
}
.cid-tXOp23U2lU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXOp23U2lU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXOp23U2lU .mbr-section-title {
  color: #000000;
  text-align: left;
  margin-top: 20px;
  font-weight: 700;
}
.cid-tXOp23U2lU .mbr-section-subtitle {
  color: #000000;
  margin: 0;
  font-weight: 700;
}
.cid-tXOp23U2lU .mbr-text,
.cid-tXOp23U2lU .mbr-section-btn {
  color: #777777;
  text-align: justify;
}
.cid-tXOp23U2lU .subtitle-wrapper {
  transform: rotate(-5deg);
  border-left: 8px solid #000000;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  max-width: 200px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
.cid-tXOp23U2lU .mbr-text {
  color: #777777;
}
.cid-tXOp247o6B {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXOp247o6B .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXOp247o6B .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXOp247o6B .mbr-section-title {
  color: #000000;
}
.cid-tXPkGNb5zr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPkGNb5zr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPkGNb5zr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPkGNb5zr .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPkGNb5zr .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPkGNb5zr .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPkGNb5zr .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPkGNb5zr .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPkGNb5zr .image-wrapper img {
  object-fit: cover;
}
.cid-tXPkGNb5zr .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXOprwAUH5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXOprwAUH5 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXOprwAUH5 .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXOprwAUH5 .mbr-section-title {
  color: #000000;
}
.cid-tXPnsB5ow4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPnsB5ow4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPnsB5ow4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPnsB5ow4 .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPnsB5ow4 .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPnsB5ow4 .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPnsB5ow4 .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPnsB5ow4 .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPnsB5ow4 .image-wrapper img {
  object-fit: cover;
}
.cid-tXPnsB5ow4 .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXOpsJHiR2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXOpsJHiR2 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXOpsJHiR2 .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXOpsJHiR2 .mbr-section-title {
  color: #000000;
}
.cid-tXPnt5dkTR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPnt5dkTR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPnt5dkTR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPnt5dkTR .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPnt5dkTR .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPnt5dkTR .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPnt5dkTR .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPnt5dkTR .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPnt5dkTR .image-wrapper img {
  object-fit: cover;
}
.cid-tXPnt5dkTR .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXOpsfpb72 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXOpsfpb72 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXOpsfpb72 .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXOpsfpb72 .mbr-section-title {
  color: #000000;
}
.cid-tXOp24G08d {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #eeeeee;
}
.cid-tXOp24G08d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXOp24G08d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXOp24G08d .video-wrapper iframe {
  width: 100%;
}
.cid-tXOp24G08d .mbr-section-title,
.cid-tXOp24G08d .mbr-section-subtitle,
.cid-tXOp24G08d .mbr-text {
  text-align: center;
}
.cid-tXOp24G08d .mbr-section-title {
  color: #000000;
}
.cid-tXOp24VabI {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #aaaaaa;
}
.cid-tXOp24VabI .item-content .mbr-text a {
  font-weight: 700;
}
.cid-tXOp24VabI .mbr-text {
  text-align: justify;
  font-weight: 700;
}
.cid-tXOp24VabI .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tXOp24VabI .container {
    max-width: 1308px;
  }
}
.cid-tXOp24VabI .item-content {
  padding: 1rem;
}
.cid-tXOp24VabI img,
.cid-tXOp24VabI .item-img {
  width: 100%;
  object-fit: cover;
}
.cid-tXOp24VabI .item:focus,
.cid-tXOp24VabI span:focus {
  outline: none;
}
.cid-tXOp24VabI .item-wrapper {
  position: relative;
}
.cid-tXOp24VabI .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tXOp24VabI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-tXOp24VabI .embla__slide {
    min-width: 270px;
    max-width: 270px;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tXOp24VabI .embla__button--next,
.cid-tXOp24VabI .embla__button--prev {
  display: flex;
}
.cid-tXOp24VabI .embla__button {
  border: none !important;
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: -1.5rem;
  font-size: 14px;
  color: #000000;
  background-color: #ffda00;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXOp24VabI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXOp24VabI .embla__button:hover {
  background-color: #3f3193;
  color: #ffda00;
}
.cid-tXOp24VabI .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXOp24VabI .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXOp24VabI .embla__button {
    top: auto;
  }
}
.cid-tXOp24VabI .embla {
  position: relative;
  width: 100%;
}
.cid-tXOp24VabI .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXOp24VabI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXOp24VabI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXOp24VabI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tXOp24VabI .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tXOp24VabI .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-tXOp25k20C {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffda00;
}
@media (max-width: 767px) {
  .cid-tXOp25k20C .content {
    text-align: center;
  }
  .cid-tXOp25k20C .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tXOp25k20C .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tXOp25k20C .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tXOp25k20C .media-wrap img {
  height: 6rem;
}
.cid-tXOp25k20C .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-tXOp25k20C .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-tXOp25k20C .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-tXOp25k20C .mbr-text {
  color: #8d97ad;
  font-weight: 400;
}
.cid-tXOp25k20C .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXOp25k20C .copyright img {
  margin-right: 10px;
}
.cid-tXOp25k20C hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-tXOp25k20C .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXOp25k20C .p-title {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-tXOp25k20C H5 {
  text-align: center;
  color: #000000;
}
.cid-tXOp25k20C .copyright > p {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-tXOp25k20C SPAN {
  color: #000000;
}
.cid-tXOp25k20C .menu-list span a {
  font-weight: 400;
}
@charset "UTF-8";

section {
    background-color: #eeeeee;
}

body {
  font-style: normal;
  font-weight: 300;
  color: #000000;
  position: relative;
}

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

.embla__button,
.carousel-control {
  background-color: #edefea;
  opacity: 0.8 !important;
  color: #464845;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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;

}

.mbr-section-subtitle {

}

.mbr-text {
  font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {

  word-break: break-word;
  word-wrap: break-word;

}

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tXPvcPRLGC {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tXPvcPRLGC .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-tXPvcPRLGC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-tXPvcPRLGC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXPvcPRLGC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXPvcPRLGC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tXPvcPRLGC .menu_box .navbar.opened,
  .cid-tXPvcPRLGC .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tXPvcPRLGC nav.navbar {
  position: fixed;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.cid-tXPvcPRLGC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tXPvcPRLGC .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tXPvcPRLGC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tXPvcPRLGC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tXPvcPRLGC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tXPvcPRLGC .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tXPvcPRLGC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tXPvcPRLGC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tXPvcPRLGC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tXPvcPRLGC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tXPvcPRLGC .offcanvas-body .mbr-text,
  .cid-tXPvcPRLGC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tXPvcPRLGC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tXPvcPRLGC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tXPvcPRLGC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tXPvcPRLGC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tXPvcPRLGC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tXPvcPRLGC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tXPvcPRLGC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tXPvcPRLGC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tXPvcPRLGC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPvcPRLGC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tXPvcPRLGC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tXPvcPRLGC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tXPvcPRLGC .lg_brand {
    margin: 0 1rem;
  }
  .cid-tXPvcPRLGC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tXPvcPRLGC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tXPvcPRLGC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tXPvcPRLGC .nav-item {
    margin: 0 !important;
  }
}
.cid-tXPvcPRLGC .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tXPvcPRLGC .nav-item .nav-link:hover,
.cid-tXPvcPRLGC .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #ffda00;
  color: #000000 !important;
}
.cid-tXPvcPRLGC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tXPvcPRLGC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tXPvcPRLGC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tXPvcPRLGC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPvcPRLGC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tXPvcPRLGC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tXPvcPRLGC .offcanvas_box {
    display: none;
  }
}
.cid-tXPvcPRLGC .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tXPvcPRLGC .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tXPvcPRLGC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tXPvcPRLGC .container {
  display: flex;
  margin: auto;
}
.cid-tXPvcPRLGC .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tXPvcPRLGC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tXPvcPRLGC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tXPvcPRLGC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tXPvcPRLGC .navbar-nav {
    margin: 0;
  }
}
.cid-tXPvcPRLGC .dropdown-menu,
.cid-tXPvcPRLGC .navbar.opened {
  background-color: true !important;
}
.cid-tXPvcPRLGC .nav-item:focus,
.cid-tXPvcPRLGC .nav-link:focus {
  outline: none;
}
.cid-tXPvcPRLGC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXPvcPRLGC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXPvcPRLGC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXPvcPRLGC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXPvcPRLGC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXPvcPRLGC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXPvcPRLGC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tXPvcPRLGC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tXPvcPRLGC .navbar.opened {
  transition: all 0.3s;
}
.cid-tXPvcPRLGC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tXPvcPRLGC .navbar .navbar-logo img {
  max-width: 90px;
  min-height: 50px;
  object-fit: contain;
}
.cid-tXPvcPRLGC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tXPvcPRLGC .navbar.collapsed {
  justify-content: center;
}
.cid-tXPvcPRLGC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXPvcPRLGC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXPvcPRLGC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXPvcPRLGC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXPvcPRLGC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXPvcPRLGC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tXPvcPRLGC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXPvcPRLGC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tXPvcPRLGC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
    width: 100% !important;
  }
  .cid-tXPvcPRLGC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXPvcPRLGC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXPvcPRLGC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tXPvcPRLGC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXPvcPRLGC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tXPvcPRLGC .navbar .navbar-logo img {
    height: 2.8rem !important;
  }
  .cid-tXPvcPRLGC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tXPvcPRLGC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tXPvcPRLGC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tXPvcPRLGC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tXPvcPRLGC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXPvcPRLGC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tXPvcPRLGC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXPvcPRLGC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXPvcPRLGC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXPvcPRLGC .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-tXPvcPRLGC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tXPvcPRLGC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXPvcPRLGC .dropdown-item.active,
.cid-tXPvcPRLGC .dropdown-item:active {
  background-color: transparent;
}
.cid-tXPvcPRLGC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tXPvcPRLGC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXPvcPRLGC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXPvcPRLGC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXPvcPRLGC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tXPvcPRLGC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXPvcPRLGC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffda00;
}
.cid-tXPvcPRLGC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXPvcPRLGC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXPvcPRLGC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPvcPRLGC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPvcPRLGC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXPvcPRLGC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPvcPRLGC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXPvcPRLGC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXPvcPRLGC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPvcPRLGC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tXPvcPRLGC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXPvcPRLGC .navbar {
    height: 70px;
  }
  .cid-tXPvcPRLGC .navbar.opened {
    height: auto;
  }
  .cid-tXPvcPRLGC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXPvcPRLGC .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tXPvcPRLGC .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tXPvcPRLGC .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tXPvcPRLGC .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tXPvcPRLGC .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tXPvcPRLGC .navbar-caption:hover {
  color: #ffda00;
}
@media (min-width: 992px) {
  .cid-tXPvcPRLGC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tXPvcPRLGC .text_widget {
  margin-bottom: 32px;
}
.cid-tXPvcPRLGC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tXPvcPRLGC .text_widget a:hover,
.cid-tXPvcPRLGC .text_widget a:focus {
  opacity: .6;
}
.cid-tXPvcPRLGC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tXPvcPRLGC .navbar-caption {
  color: #000000;
}
.cid-tXPvcPRLGC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tXPvcPRLGC .mbr-section-subtitle,
.cid-tXPvcPRLGC .text_widget,
.cid-tXPvcPRLGC .mbr-section-btn {
  text-align: center;
}
.cid-tXPvcPRLGC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tXPvcQg4sk {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffda00;
}
.cid-tXPvcQg4sk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPvcQg4sk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPvcQg4sk .mbr-section-title {
  color: #000000;
  text-align: left;
  margin-top: 20px;
  font-weight: 700;
}
.cid-tXPvcQg4sk .mbr-section-subtitle {
  color: #000000;
  margin: 0;
  font-weight: 700;
}
.cid-tXPvcQg4sk .mbr-text,
.cid-tXPvcQg4sk .mbr-section-btn {
  color: #777777;
  text-align: justify;
}
.cid-tXPvcQg4sk .subtitle-wrapper {
  transform: rotate(-5deg);
  border-left: 8px solid #000000;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
.cid-tXPvcQg4sk .mbr-text {
  color: #777777;
}
.cid-tXPvcQwBcu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPvcQwBcu .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPvcQwBcu .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPvcQwBcu .mbr-section-title {
  color: #000000;
}
.cid-tXPxKb3Wck {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPxKb3Wck .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPxKb3Wck .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPxKb3Wck .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPxKb3Wck .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPxKb3Wck .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPxKb3Wck .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPxKb3Wck .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPxKb3Wck .image-wrapper img {
  object-fit: cover;
}
.cid-tXPxKb3Wck .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXPvcQYajB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPvcQYajB .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPvcQYajB .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPvcQYajB .mbr-section-title {
  color: #000000;
}
.cid-tXPxJdXULX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPxJdXULX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPxJdXULX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPxJdXULX .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPxJdXULX .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPxJdXULX .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPxJdXULX .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPxJdXULX .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPxJdXULX .image-wrapper img {
  object-fit: cover;
}
.cid-tXPxJdXULX .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXPxJBgolq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPxJBgolq .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPxJBgolq .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPxJBgolq .mbr-section-title {
  color: #000000;
}
.cid-tXPvcQJkqF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPvcQJkqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPvcQJkqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPvcQJkqF .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPvcQJkqF .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPvcQJkqF .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPvcQJkqF .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPvcQJkqF .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPvcQJkqF .image-wrapper img {
  object-fit: cover;
}
.cid-tXPvcQJkqF .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXPxKvcyI4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPxKvcyI4 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPxKvcyI4 .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPxKvcyI4 .mbr-section-title {
  color: #000000;
}
.cid-tXPvcRbMqQ {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #eeeeee;
}
.cid-tXPvcRbMqQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPvcRbMqQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPvcRbMqQ .video-wrapper iframe {
  width: 100%;
}
.cid-tXPvcRbMqQ .mbr-section-title,
.cid-tXPvcRbMqQ .mbr-section-subtitle,
.cid-tXPvcRbMqQ .mbr-text {
  text-align: center;
}
.cid-tXPvcRbMqQ .mbr-section-title {
  color: #000000;
}
.cid-tXPvcRsako {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #aaaaaa;
}
.cid-tXPvcRsako .item-content .mbr-text a {
  font-weight: 700;
}
.cid-tXPvcRsako .mbr-text {
  text-align: justify;
  font-weight: 700;
}
.cid-tXPvcRsako .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tXPvcRsako .container {
    max-width: 1308px;
  }
}
.cid-tXPvcRsako .item-content {
  padding: 1rem;
}
.cid-tXPvcRsako img,
.cid-tXPvcRsako .item-img {
  width: 100%;
  object-fit: cover;
}
.cid-tXPvcRsako .item:focus,
.cid-tXPvcRsako span:focus {
  outline: none;
}
.cid-tXPvcRsako .item-wrapper {
  position: relative;
}
.cid-tXPvcRsako .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tXPvcRsako .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-tXPvcRsako .embla__slide {
    min-width: 270px;
    max-width: 270px;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tXPvcRsako .embla__button--next,
.cid-tXPvcRsako .embla__button--prev {
  display: flex;
}
.cid-tXPvcRsako .embla__button {
  border: none !important;
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: -1.5rem;
  font-size: 14px;
  color: #000000;
  background-color: #ffda00;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXPvcRsako .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXPvcRsako .embla__button:hover {
  background-color: #3f3193;
  color: #ffda00;
}
.cid-tXPvcRsako .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXPvcRsako .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXPvcRsako .embla__button {
    top: auto;
  }
}
.cid-tXPvcRsako .embla {
  position: relative;
  width: 100%;
}
.cid-tXPvcRsako .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXPvcRsako .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXPvcRsako .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXPvcRsako .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tXPvcRsako .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tXPvcRsako .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-tXPvcRU4UC {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffda00;
}
@media (max-width: 767px) {
  .cid-tXPvcRU4UC .content {
    text-align: center;
  }
  .cid-tXPvcRU4UC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tXPvcRU4UC .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tXPvcRU4UC .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tXPvcRU4UC .media-wrap img {
  height: 6rem;
}
.cid-tXPvcRU4UC .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-tXPvcRU4UC .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-tXPvcRU4UC .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-tXPvcRU4UC .mbr-text {
  color: #8d97ad;
  font-weight: 400;
}
.cid-tXPvcRU4UC .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXPvcRU4UC .copyright img {
  margin-right: 10px;
}
.cid-tXPvcRU4UC hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-tXPvcRU4UC .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXPvcRU4UC .p-title {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-tXPvcRU4UC H5 {
  text-align: center;
  color: #000000;
}
.cid-tXPvcRU4UC .copyright > p {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-tXPvcRU4UC SPAN {
  color: #000000;
}
.cid-tXPvcRU4UC .menu-list span a {
  font-weight: 400;
}
@charset "UTF-8";

section {
    background-color: #eeeeee;
}

body {
  font-style: normal;
  font-weight: 300;
  color: #000000;
  position: relative;
}

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

.embla__button,
.carousel-control {
  background-color: #edefea;
  opacity: 0.8 !important;
  color: #464845;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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;

}

.mbr-section-subtitle {

}

.mbr-text {
  font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {

  word-break: break-word;
  word-wrap: break-word;

}

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tXPzT0AQiV {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tXPzT0AQiV .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-tXPzT0AQiV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-tXPzT0AQiV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXPzT0AQiV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXPzT0AQiV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tXPzT0AQiV .menu_box .navbar.opened,
  .cid-tXPzT0AQiV .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tXPzT0AQiV nav.navbar {
  position: fixed;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.cid-tXPzT0AQiV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tXPzT0AQiV .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tXPzT0AQiV .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tXPzT0AQiV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tXPzT0AQiV .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tXPzT0AQiV .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tXPzT0AQiV .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tXPzT0AQiV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tXPzT0AQiV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tXPzT0AQiV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tXPzT0AQiV .offcanvas-body .mbr-text,
  .cid-tXPzT0AQiV .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tXPzT0AQiV .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tXPzT0AQiV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tXPzT0AQiV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tXPzT0AQiV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tXPzT0AQiV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tXPzT0AQiV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tXPzT0AQiV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tXPzT0AQiV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tXPzT0AQiV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPzT0AQiV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tXPzT0AQiV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tXPzT0AQiV li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tXPzT0AQiV .lg_brand {
    margin: 0 1rem;
  }
  .cid-tXPzT0AQiV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tXPzT0AQiV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tXPzT0AQiV .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tXPzT0AQiV .nav-item {
    margin: 0 !important;
  }
}
.cid-tXPzT0AQiV .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tXPzT0AQiV .nav-item .nav-link:hover,
.cid-tXPzT0AQiV .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #ffda00;
  color: #000000 !important;
}
.cid-tXPzT0AQiV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tXPzT0AQiV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tXPzT0AQiV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tXPzT0AQiV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPzT0AQiV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tXPzT0AQiV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tXPzT0AQiV .offcanvas_box {
    display: none;
  }
}
.cid-tXPzT0AQiV .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tXPzT0AQiV .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tXPzT0AQiV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tXPzT0AQiV .container {
  display: flex;
  margin: auto;
}
.cid-tXPzT0AQiV .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tXPzT0AQiV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tXPzT0AQiV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tXPzT0AQiV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tXPzT0AQiV .navbar-nav {
    margin: 0;
  }
}
.cid-tXPzT0AQiV .dropdown-menu,
.cid-tXPzT0AQiV .navbar.opened {
  background-color: true !important;
}
.cid-tXPzT0AQiV .nav-item:focus,
.cid-tXPzT0AQiV .nav-link:focus {
  outline: none;
}
.cid-tXPzT0AQiV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXPzT0AQiV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXPzT0AQiV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXPzT0AQiV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXPzT0AQiV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXPzT0AQiV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXPzT0AQiV .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tXPzT0AQiV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tXPzT0AQiV .navbar.opened {
  transition: all 0.3s;
}
.cid-tXPzT0AQiV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tXPzT0AQiV .navbar .navbar-logo img {
  max-width: 90px;
  min-height: 50px;
  object-fit: contain;
}
.cid-tXPzT0AQiV .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tXPzT0AQiV .navbar.collapsed {
  justify-content: center;
}
.cid-tXPzT0AQiV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXPzT0AQiV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXPzT0AQiV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXPzT0AQiV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXPzT0AQiV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXPzT0AQiV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tXPzT0AQiV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXPzT0AQiV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tXPzT0AQiV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
    width: 100% !important;
  }
  .cid-tXPzT0AQiV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXPzT0AQiV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXPzT0AQiV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tXPzT0AQiV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXPzT0AQiV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tXPzT0AQiV .navbar .navbar-logo img {
    height: 2.8rem !important;
  }
  .cid-tXPzT0AQiV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tXPzT0AQiV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tXPzT0AQiV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tXPzT0AQiV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tXPzT0AQiV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXPzT0AQiV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tXPzT0AQiV .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXPzT0AQiV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXPzT0AQiV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXPzT0AQiV .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-tXPzT0AQiV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tXPzT0AQiV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXPzT0AQiV .dropdown-item.active,
.cid-tXPzT0AQiV .dropdown-item:active {
  background-color: transparent;
}
.cid-tXPzT0AQiV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tXPzT0AQiV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXPzT0AQiV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXPzT0AQiV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXPzT0AQiV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tXPzT0AQiV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXPzT0AQiV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffda00;
}
.cid-tXPzT0AQiV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXPzT0AQiV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXPzT0AQiV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPzT0AQiV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPzT0AQiV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXPzT0AQiV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPzT0AQiV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXPzT0AQiV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXPzT0AQiV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPzT0AQiV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tXPzT0AQiV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXPzT0AQiV .navbar {
    height: 70px;
  }
  .cid-tXPzT0AQiV .navbar.opened {
    height: auto;
  }
  .cid-tXPzT0AQiV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXPzT0AQiV .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tXPzT0AQiV .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tXPzT0AQiV .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tXPzT0AQiV .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tXPzT0AQiV .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tXPzT0AQiV .navbar-caption:hover {
  color: #ffda00;
}
@media (min-width: 992px) {
  .cid-tXPzT0AQiV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tXPzT0AQiV .text_widget {
  margin-bottom: 32px;
}
.cid-tXPzT0AQiV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tXPzT0AQiV .text_widget a:hover,
.cid-tXPzT0AQiV .text_widget a:focus {
  opacity: .6;
}
.cid-tXPzT0AQiV .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tXPzT0AQiV .navbar-caption {
  color: #000000;
}
.cid-tXPzT0AQiV .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tXPzT0AQiV .mbr-section-subtitle,
.cid-tXPzT0AQiV .text_widget,
.cid-tXPzT0AQiV .mbr-section-btn {
  text-align: center;
}
.cid-tXPzT0AQiV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tXPzT11p7N {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffda00;
}
.cid-tXPzT11p7N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPzT11p7N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPzT11p7N .mbr-section-title {
  color: #000000;
  text-align: left;
  margin-top: 20px;
  font-weight: 700;
}
.cid-tXPzT11p7N .mbr-section-subtitle {
  color: #000000;
  margin: 0;
  font-weight: 700;
}
.cid-tXPzT11p7N .mbr-text,
.cid-tXPzT11p7N .mbr-section-btn {
  color: #777777;
  text-align: justify;
}
.cid-tXPzT11p7N .subtitle-wrapper {
  transform: rotate(-5deg);
  border-left: 8px solid #000000;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
.cid-tXPzT11p7N .mbr-text {
  color: #777777;
}
.cid-tXPzT1h0fP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPzT1h0fP .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPzT1h0fP .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPzT1h0fP .mbr-section-title {
  color: #000000;
}
.cid-tXPzT1u8gI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPzT1u8gI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPzT1u8gI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPzT1u8gI .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPzT1u8gI .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPzT1u8gI .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPzT1u8gI .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPzT1u8gI .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPzT1u8gI .image-wrapper img {
  object-fit: cover;
}
.cid-tXPzT1u8gI .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXPzT1LrTV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPzT1LrTV .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPzT1LrTV .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPzT1LrTV .mbr-section-title {
  color: #000000;
}
.cid-tY6rEg7NAI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tY6rEg7NAI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY6rEg7NAI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tY6rEg7NAI .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tY6rEg7NAI .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tY6rEg7NAI .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tY6rEg7NAI .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tY6rEg7NAI .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tY6rEg7NAI .image-wrapper img {
  object-fit: cover;
}
.cid-tY6rEg7NAI .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tY6rEzOMi4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tY6rEzOMi4 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tY6rEzOMi4 .mbr-section-subtitle {
  color: #051b41;
}
.cid-tY6rEzOMi4 .mbr-section-title {
  color: #000000;
}
.cid-tXPzT1Z8SM {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #eeeeee;
}
.cid-tXPzT1Z8SM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPzT1Z8SM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPzT1Z8SM .video-wrapper iframe {
  width: 100%;
}
.cid-tXPzT1Z8SM .mbr-section-title,
.cid-tXPzT1Z8SM .mbr-section-subtitle,
.cid-tXPzT1Z8SM .mbr-text {
  text-align: center;
}
.cid-tXPzT1Z8SM .mbr-section-title {
  color: #000000;
}
.cid-tXPzT2gAye {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #aaaaaa;
}
.cid-tXPzT2gAye .item-content .mbr-text a {
  font-weight: 700;
}
.cid-tXPzT2gAye .mbr-text {
  text-align: justify;
  font-weight: 700;
}
.cid-tXPzT2gAye .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tXPzT2gAye .container {
    max-width: 1308px;
  }
}
.cid-tXPzT2gAye .item-content {
  padding: 1rem;
}
.cid-tXPzT2gAye img,
.cid-tXPzT2gAye .item-img {
  width: 100%;
  object-fit: cover;
}
.cid-tXPzT2gAye .item:focus,
.cid-tXPzT2gAye span:focus {
  outline: none;
}
.cid-tXPzT2gAye .item-wrapper {
  position: relative;
}
.cid-tXPzT2gAye .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tXPzT2gAye .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-tXPzT2gAye .embla__slide {
    min-width: 270px;
    max-width: 270px;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tXPzT2gAye .embla__button--next,
.cid-tXPzT2gAye .embla__button--prev {
  display: flex;
}
.cid-tXPzT2gAye .embla__button {
  border: none !important;
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: -1.5rem;
  font-size: 14px;
  color: #000000;
  background-color: #ffda00;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXPzT2gAye .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXPzT2gAye .embla__button:hover {
  background-color: #3f3193;
  color: #ffda00;
}
.cid-tXPzT2gAye .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXPzT2gAye .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXPzT2gAye .embla__button {
    top: auto;
  }
}
.cid-tXPzT2gAye .embla {
  position: relative;
  width: 100%;
}
.cid-tXPzT2gAye .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXPzT2gAye .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXPzT2gAye .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXPzT2gAye .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tXPzT2gAye .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tXPzT2gAye .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-tXPzT2JOLD {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffda00;
}
@media (max-width: 767px) {
  .cid-tXPzT2JOLD .content {
    text-align: center;
  }
  .cid-tXPzT2JOLD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tXPzT2JOLD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tXPzT2JOLD .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tXPzT2JOLD .media-wrap img {
  height: 6rem;
}
.cid-tXPzT2JOLD .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-tXPzT2JOLD .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-tXPzT2JOLD .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-tXPzT2JOLD .mbr-text {
  color: #8d97ad;
  font-weight: 400;
}
.cid-tXPzT2JOLD .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXPzT2JOLD .copyright img {
  margin-right: 10px;
}
.cid-tXPzT2JOLD hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-tXPzT2JOLD .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXPzT2JOLD .p-title {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-tXPzT2JOLD H5 {
  text-align: center;
  color: #000000;
}
.cid-tXPzT2JOLD .copyright > p {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-tXPzT2JOLD SPAN {
  color: #000000;
}
.cid-tXPzT2JOLD .menu-list span a {
  font-weight: 400;
}
@charset "UTF-8";

section {
    background-color: #eeeeee;
}

body {
  font-style: normal;
  font-weight: 300;
  color: #000000;
  position: relative;
}

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

.embla__button,
.carousel-control {
  background-color: #edefea;
  opacity: 0.8 !important;
  color: #464845;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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;

}

.mbr-section-subtitle {

}

.mbr-text {
  font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {

  word-break: break-word;
  word-wrap: break-word;

}

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tXPvc5luU0 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tXPvc5luU0 .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-tXPvc5luU0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-tXPvc5luU0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXPvc5luU0 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXPvc5luU0 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tXPvc5luU0 .menu_box .navbar.opened,
  .cid-tXPvc5luU0 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tXPvc5luU0 nav.navbar {
  position: fixed;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.cid-tXPvc5luU0 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tXPvc5luU0 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tXPvc5luU0 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tXPvc5luU0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tXPvc5luU0 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tXPvc5luU0 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tXPvc5luU0 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tXPvc5luU0 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tXPvc5luU0 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tXPvc5luU0 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tXPvc5luU0 .offcanvas-body .mbr-text,
  .cid-tXPvc5luU0 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tXPvc5luU0 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tXPvc5luU0 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tXPvc5luU0 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tXPvc5luU0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tXPvc5luU0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tXPvc5luU0 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tXPvc5luU0 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tXPvc5luU0 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tXPvc5luU0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPvc5luU0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tXPvc5luU0 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tXPvc5luU0 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tXPvc5luU0 .lg_brand {
    margin: 0 1rem;
  }
  .cid-tXPvc5luU0 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tXPvc5luU0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tXPvc5luU0 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tXPvc5luU0 .nav-item {
    margin: 0 !important;
  }
}
.cid-tXPvc5luU0 .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tXPvc5luU0 .nav-item .nav-link:hover,
.cid-tXPvc5luU0 .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #ffda00;
  color: #000000 !important;
}
.cid-tXPvc5luU0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tXPvc5luU0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tXPvc5luU0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tXPvc5luU0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPvc5luU0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tXPvc5luU0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tXPvc5luU0 .offcanvas_box {
    display: none;
  }
}
.cid-tXPvc5luU0 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tXPvc5luU0 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tXPvc5luU0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tXPvc5luU0 .container {
  display: flex;
  margin: auto;
}
.cid-tXPvc5luU0 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tXPvc5luU0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tXPvc5luU0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tXPvc5luU0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tXPvc5luU0 .navbar-nav {
    margin: 0;
  }
}
.cid-tXPvc5luU0 .dropdown-menu,
.cid-tXPvc5luU0 .navbar.opened {
  background-color: true !important;
}
.cid-tXPvc5luU0 .nav-item:focus,
.cid-tXPvc5luU0 .nav-link:focus {
  outline: none;
}
.cid-tXPvc5luU0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXPvc5luU0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXPvc5luU0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXPvc5luU0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXPvc5luU0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXPvc5luU0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXPvc5luU0 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tXPvc5luU0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tXPvc5luU0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tXPvc5luU0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tXPvc5luU0 .navbar .navbar-logo img {
  max-width: 90px;
  min-height: 50px;
  object-fit: contain;
}
.cid-tXPvc5luU0 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tXPvc5luU0 .navbar.collapsed {
  justify-content: center;
}
.cid-tXPvc5luU0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXPvc5luU0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXPvc5luU0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXPvc5luU0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXPvc5luU0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXPvc5luU0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tXPvc5luU0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXPvc5luU0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tXPvc5luU0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
    width: 100% !important;
  }
  .cid-tXPvc5luU0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXPvc5luU0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXPvc5luU0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tXPvc5luU0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXPvc5luU0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tXPvc5luU0 .navbar .navbar-logo img {
    height: 2.8rem !important;
  }
  .cid-tXPvc5luU0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tXPvc5luU0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tXPvc5luU0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tXPvc5luU0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tXPvc5luU0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXPvc5luU0 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tXPvc5luU0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXPvc5luU0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXPvc5luU0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXPvc5luU0 .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-tXPvc5luU0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tXPvc5luU0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXPvc5luU0 .dropdown-item.active,
.cid-tXPvc5luU0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tXPvc5luU0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tXPvc5luU0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXPvc5luU0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXPvc5luU0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXPvc5luU0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tXPvc5luU0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXPvc5luU0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffda00;
}
.cid-tXPvc5luU0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXPvc5luU0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXPvc5luU0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPvc5luU0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPvc5luU0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXPvc5luU0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPvc5luU0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXPvc5luU0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXPvc5luU0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPvc5luU0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tXPvc5luU0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXPvc5luU0 .navbar {
    height: 70px;
  }
  .cid-tXPvc5luU0 .navbar.opened {
    height: auto;
  }
  .cid-tXPvc5luU0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXPvc5luU0 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tXPvc5luU0 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tXPvc5luU0 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tXPvc5luU0 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tXPvc5luU0 .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tXPvc5luU0 .navbar-caption:hover {
  color: #ffda00;
}
@media (min-width: 992px) {
  .cid-tXPvc5luU0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tXPvc5luU0 .text_widget {
  margin-bottom: 32px;
}
.cid-tXPvc5luU0 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tXPvc5luU0 .text_widget a:hover,
.cid-tXPvc5luU0 .text_widget a:focus {
  opacity: .6;
}
.cid-tXPvc5luU0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tXPvc5luU0 .navbar-caption {
  color: #000000;
}
.cid-tXPvc5luU0 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tXPvc5luU0 .mbr-section-subtitle,
.cid-tXPvc5luU0 .text_widget,
.cid-tXPvc5luU0 .mbr-section-btn {
  text-align: center;
}
.cid-tXPvc5luU0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tXPvc5Kng2 {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffda00;
}
.cid-tXPvc5Kng2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPvc5Kng2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPvc5Kng2 .mbr-section-title {
  color: #000000;
  text-align: left;
  margin-top: 20px;
  font-weight: 700;
}
.cid-tXPvc5Kng2 .mbr-section-subtitle {
  color: #000000;
  margin: 0;
  font-weight: 700;
}
.cid-tXPvc5Kng2 .mbr-text,
.cid-tXPvc5Kng2 .mbr-section-btn {
  color: #777777;
  text-align: justify;
}
.cid-tXPvc5Kng2 .subtitle-wrapper {
  transform: rotate(-5deg);
  border-left: 8px solid #000000;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
.cid-tXPvc5Kng2 .mbr-text {
  color: #777777;
}
.cid-tXPvc5ZMSX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPvc5ZMSX .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPvc5ZMSX .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPvc5ZMSX .mbr-section-title {
  color: #000000;
}
.cid-tXPwgVtuVU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPwgVtuVU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPwgVtuVU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPwgVtuVU .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPwgVtuVU .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPwgVtuVU .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPwgVtuVU .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPwgVtuVU .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPwgVtuVU .image-wrapper img {
  object-fit: cover;
}
.cid-tXPwgVtuVU .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXPwhd6u6G {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPwhd6u6G .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPwhd6u6G .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPwhd6u6G .mbr-section-title {
  color: #000000;
}
.cid-tXPvc6cK2G {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPvc6cK2G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPvc6cK2G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPvc6cK2G .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPvc6cK2G .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPvc6cK2G .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPvc6cK2G .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPvc6cK2G .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPvc6cK2G .image-wrapper img {
  object-fit: cover;
}
.cid-tXPvc6cK2G .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXPvc6qQc3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPvc6qQc3 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPvc6qQc3 .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPvc6qQc3 .mbr-section-title {
  color: #000000;
}
.cid-tXPvc6EbH8 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #eeeeee;
}
.cid-tXPvc6EbH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPvc6EbH8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPvc6EbH8 .video-wrapper iframe {
  width: 100%;
}
.cid-tXPvc6EbH8 .mbr-section-title,
.cid-tXPvc6EbH8 .mbr-section-subtitle,
.cid-tXPvc6EbH8 .mbr-text {
  text-align: center;
}
.cid-tXPvc6EbH8 .mbr-section-title {
  color: #000000;
}
.cid-tXPvc6WyIp {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #aaaaaa;
}
.cid-tXPvc6WyIp .item-content .mbr-text a {
  font-weight: 700;
}
.cid-tXPvc6WyIp .mbr-text {
  text-align: justify;
  font-weight: 700;
}
.cid-tXPvc6WyIp .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tXPvc6WyIp .container {
    max-width: 1308px;
  }
}
.cid-tXPvc6WyIp .item-content {
  padding: 1rem;
}
.cid-tXPvc6WyIp img,
.cid-tXPvc6WyIp .item-img {
  width: 100%;
  object-fit: cover;
}
.cid-tXPvc6WyIp .item:focus,
.cid-tXPvc6WyIp span:focus {
  outline: none;
}
.cid-tXPvc6WyIp .item-wrapper {
  position: relative;
}
.cid-tXPvc6WyIp .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tXPvc6WyIp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-tXPvc6WyIp .embla__slide {
    min-width: 270px;
    max-width: 270px;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tXPvc6WyIp .embla__button--next,
.cid-tXPvc6WyIp .embla__button--prev {
  display: flex;
}
.cid-tXPvc6WyIp .embla__button {
  border: none !important;
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: -1.5rem;
  font-size: 14px;
  color: #000000;
  background-color: #ffda00;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXPvc6WyIp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXPvc6WyIp .embla__button:hover {
  background-color: #3f3193;
  color: #ffda00;
}
.cid-tXPvc6WyIp .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXPvc6WyIp .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXPvc6WyIp .embla__button {
    top: auto;
  }
}
.cid-tXPvc6WyIp .embla {
  position: relative;
  width: 100%;
}
.cid-tXPvc6WyIp .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXPvc6WyIp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXPvc6WyIp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXPvc6WyIp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tXPvc6WyIp .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tXPvc6WyIp .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-tXPvc7nPcN {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffda00;
}
@media (max-width: 767px) {
  .cid-tXPvc7nPcN .content {
    text-align: center;
  }
  .cid-tXPvc7nPcN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tXPvc7nPcN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tXPvc7nPcN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tXPvc7nPcN .media-wrap img {
  height: 6rem;
}
.cid-tXPvc7nPcN .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-tXPvc7nPcN .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-tXPvc7nPcN .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-tXPvc7nPcN .mbr-text {
  color: #8d97ad;
  font-weight: 400;
}
.cid-tXPvc7nPcN .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXPvc7nPcN .copyright img {
  margin-right: 10px;
}
.cid-tXPvc7nPcN hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-tXPvc7nPcN .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXPvc7nPcN .p-title {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-tXPvc7nPcN H5 {
  text-align: center;
  color: #000000;
}
.cid-tXPvc7nPcN .copyright > p {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-tXPvc7nPcN SPAN {
  color: #000000;
}
.cid-tXPvc7nPcN .menu-list span a {
  font-weight: 400;
}
@charset "UTF-8";

section {
    background-color: #eeeeee;
}

body {
  font-style: normal;
  font-weight: 300;
  color: #000000;
  position: relative;
}

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

.embla__button,
.carousel-control {
  background-color: #edefea;
  opacity: 0.8 !important;
  color: #464845;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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;

}

.mbr-section-subtitle {

}

.mbr-text {
  font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {

  word-break: break-word;
  word-wrap: break-word;

}

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tX4SPWpOa6 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tX4SPWpOa6 .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-tX4SPWpOa6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-tX4SPWpOa6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tX4SPWpOa6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tX4SPWpOa6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tX4SPWpOa6 .menu_box .navbar.opened,
  .cid-tX4SPWpOa6 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tX4SPWpOa6 nav.navbar {
  position: fixed;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.cid-tX4SPWpOa6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tX4SPWpOa6 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tX4SPWpOa6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tX4SPWpOa6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tX4SPWpOa6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tX4SPWpOa6 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tX4SPWpOa6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tX4SPWpOa6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tX4SPWpOa6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tX4SPWpOa6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tX4SPWpOa6 .offcanvas-body .mbr-text,
  .cid-tX4SPWpOa6 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tX4SPWpOa6 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tX4SPWpOa6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tX4SPWpOa6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tX4SPWpOa6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tX4SPWpOa6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tX4SPWpOa6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tX4SPWpOa6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tX4SPWpOa6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tX4SPWpOa6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tX4SPWpOa6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tX4SPWpOa6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tX4SPWpOa6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tX4SPWpOa6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-tX4SPWpOa6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tX4SPWpOa6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tX4SPWpOa6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tX4SPWpOa6 .nav-item {
    margin: 0 !important;
  }
}
.cid-tX4SPWpOa6 .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tX4SPWpOa6 .nav-item .nav-link:hover,
.cid-tX4SPWpOa6 .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #ffda00;
  color: #000000 !important;
}
.cid-tX4SPWpOa6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tX4SPWpOa6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tX4SPWpOa6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tX4SPWpOa6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tX4SPWpOa6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tX4SPWpOa6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tX4SPWpOa6 .offcanvas_box {
    display: none;
  }
}
.cid-tX4SPWpOa6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tX4SPWpOa6 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tX4SPWpOa6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tX4SPWpOa6 .container {
  display: flex;
  margin: auto;
}
.cid-tX4SPWpOa6 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tX4SPWpOa6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tX4SPWpOa6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tX4SPWpOa6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tX4SPWpOa6 .navbar-nav {
    margin: 0;
  }
}
.cid-tX4SPWpOa6 .dropdown-menu,
.cid-tX4SPWpOa6 .navbar.opened {
  background-color: true !important;
}
.cid-tX4SPWpOa6 .nav-item:focus,
.cid-tX4SPWpOa6 .nav-link:focus {
  outline: none;
}
.cid-tX4SPWpOa6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tX4SPWpOa6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tX4SPWpOa6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tX4SPWpOa6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tX4SPWpOa6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tX4SPWpOa6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tX4SPWpOa6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tX4SPWpOa6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tX4SPWpOa6 .navbar.opened {
  transition: all 0.3s;
}
.cid-tX4SPWpOa6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tX4SPWpOa6 .navbar .navbar-logo img {
  max-width: 90px;
  min-height: 50px;
  object-fit: contain;
}
.cid-tX4SPWpOa6 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tX4SPWpOa6 .navbar.collapsed {
  justify-content: center;
}
.cid-tX4SPWpOa6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tX4SPWpOa6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tX4SPWpOa6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tX4SPWpOa6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tX4SPWpOa6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tX4SPWpOa6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tX4SPWpOa6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tX4SPWpOa6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tX4SPWpOa6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
    width: 100% !important;
  }
  .cid-tX4SPWpOa6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tX4SPWpOa6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tX4SPWpOa6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tX4SPWpOa6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tX4SPWpOa6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tX4SPWpOa6 .navbar .navbar-logo img {
    height: 2.8rem !important;
  }
  .cid-tX4SPWpOa6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tX4SPWpOa6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tX4SPWpOa6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tX4SPWpOa6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tX4SPWpOa6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tX4SPWpOa6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tX4SPWpOa6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tX4SPWpOa6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tX4SPWpOa6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tX4SPWpOa6 .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-tX4SPWpOa6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tX4SPWpOa6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tX4SPWpOa6 .dropdown-item.active,
.cid-tX4SPWpOa6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tX4SPWpOa6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tX4SPWpOa6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tX4SPWpOa6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tX4SPWpOa6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tX4SPWpOa6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tX4SPWpOa6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tX4SPWpOa6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffda00;
}
.cid-tX4SPWpOa6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tX4SPWpOa6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tX4SPWpOa6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tX4SPWpOa6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tX4SPWpOa6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tX4SPWpOa6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tX4SPWpOa6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tX4SPWpOa6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tX4SPWpOa6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tX4SPWpOa6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tX4SPWpOa6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tX4SPWpOa6 .navbar {
    height: 70px;
  }
  .cid-tX4SPWpOa6 .navbar.opened {
    height: auto;
  }
  .cid-tX4SPWpOa6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tX4SPWpOa6 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tX4SPWpOa6 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tX4SPWpOa6 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tX4SPWpOa6 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tX4SPWpOa6 .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tX4SPWpOa6 .navbar-caption:hover {
  color: #ffda00;
}
@media (min-width: 992px) {
  .cid-tX4SPWpOa6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tX4SPWpOa6 .text_widget {
  margin-bottom: 32px;
}
.cid-tX4SPWpOa6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tX4SPWpOa6 .text_widget a:hover,
.cid-tX4SPWpOa6 .text_widget a:focus {
  opacity: .6;
}
.cid-tX4SPWpOa6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tX4SPWpOa6 .navbar-caption {
  color: #000000;
}
.cid-tX4SPWpOa6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tX4SPWpOa6 .mbr-section-subtitle,
.cid-tX4SPWpOa6 .text_widget,
.cid-tX4SPWpOa6 .mbr-section-btn {
  text-align: center;
}
.cid-tX4SPWpOa6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tXKvmFZgkb {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffda00;
}
.cid-tXKvmFZgkb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXKvmFZgkb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXKvmFZgkb .mbr-section-title {
  color: #000000;
  text-align: left;
  margin-top: 20px;
  font-weight: 700;
}
.cid-tXKvmFZgkb .mbr-section-subtitle {
  color: #000000;
  margin: 0;
  font-weight: 700;
}
.cid-tXKvmFZgkb .mbr-text,
.cid-tXKvmFZgkb .mbr-section-btn {
  color: #777777;
  text-align: justify;
}
.cid-tXKvmFZgkb .subtitle-wrapper {
  transform: rotate(-5deg);
  border-left: 8px solid #000000;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
.cid-tXKvmFZgkb .mbr-text {
  color: #777777;
}
.cid-tXrdAkquLa {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXrdAkquLa .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXrdAkquLa .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXrdAkquLa .mbr-section-title {
  color: #000000;
}
.cid-tXPprH0yDi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPprH0yDi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPprH0yDi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPprH0yDi .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPprH0yDi .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPprH0yDi .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPprH0yDi .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPprH0yDi .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPprH0yDi .image-wrapper img {
  object-fit: cover;
}
.cid-tXPprH0yDi .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXrdIXf2YY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXrdIXf2YY .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXrdIXf2YY .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXrdIXf2YY .mbr-section-title {
  color: #000000;
}
.cid-tXPpxQXyd3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPpxQXyd3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPpxQXyd3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPpxQXyd3 .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPpxQXyd3 .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPpxQXyd3 .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPpxQXyd3 .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPpxQXyd3 .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPpxQXyd3 .image-wrapper img {
  object-fit: cover;
}
.cid-tXPpxQXyd3 .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXrdLBEKy4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXrdLBEKy4 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXrdLBEKy4 .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXrdLBEKy4 .mbr-section-title {
  color: #000000;
}
.cid-tXPpycepHv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPpycepHv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPpycepHv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPpycepHv .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPpycepHv .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPpycepHv .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPpycepHv .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPpycepHv .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPpycepHv .image-wrapper img {
  object-fit: cover;
}
.cid-tXPpycepHv .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXrdM4KCIj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXrdM4KCIj .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXrdM4KCIj .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXrdM4KCIj .mbr-section-title {
  color: #000000;
}
.cid-tXExOe2fKo {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #eeeeee;
}
.cid-tXExOe2fKo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXExOe2fKo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXExOe2fKo .video-wrapper iframe {
  width: 100%;
}
.cid-tXExOe2fKo .mbr-section-title,
.cid-tXExOe2fKo .mbr-section-subtitle,
.cid-tXExOe2fKo .mbr-text {
  text-align: center;
}
.cid-tXExOe2fKo .mbr-section-title {
  color: #000000;
}
.cid-tXre7sgPKy {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #aaaaaa;
}
.cid-tXre7sgPKy .item-content .mbr-text a {
  font-weight: 700;
}
.cid-tXre7sgPKy .mbr-text {
  text-align: justify;
  font-weight: 700;
}
.cid-tXre7sgPKy .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tXre7sgPKy .container {
    max-width: 1308px;
  }
}
.cid-tXre7sgPKy .item-content {
  padding: 1rem;
}
.cid-tXre7sgPKy img,
.cid-tXre7sgPKy .item-img {
  width: 100%;
  object-fit: cover;
}
.cid-tXre7sgPKy .item:focus,
.cid-tXre7sgPKy span:focus {
  outline: none;
}
.cid-tXre7sgPKy .item-wrapper {
  position: relative;
}
.cid-tXre7sgPKy .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tXre7sgPKy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-tXre7sgPKy .embla__slide {
    min-width: 270px;
    max-width: 270px;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tXre7sgPKy .embla__button--next,
.cid-tXre7sgPKy .embla__button--prev {
  display: flex;
}
.cid-tXre7sgPKy .embla__button {
  border: none !important;
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: -1.5rem;
  font-size: 14px;
  color: #000000;
  background-color: #ffda00;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXre7sgPKy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXre7sgPKy .embla__button:hover {
  background-color: #3f3193;
  color: #ffda00;
}
.cid-tXre7sgPKy .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXre7sgPKy .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXre7sgPKy .embla__button {
    top: auto;
  }
}
.cid-tXre7sgPKy .embla {
  position: relative;
  width: 100%;
}
.cid-tXre7sgPKy .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXre7sgPKy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXre7sgPKy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXre7sgPKy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tXre7sgPKy .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tXre7sgPKy .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-tX4SQhoWy2 {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffda00;
}
@media (max-width: 767px) {
  .cid-tX4SQhoWy2 .content {
    text-align: center;
  }
  .cid-tX4SQhoWy2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tX4SQhoWy2 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tX4SQhoWy2 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tX4SQhoWy2 .media-wrap img {
  height: 6rem;
}
.cid-tX4SQhoWy2 .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-tX4SQhoWy2 .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-tX4SQhoWy2 .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-tX4SQhoWy2 .mbr-text {
  color: #8d97ad;
  font-weight: 400;
}
.cid-tX4SQhoWy2 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tX4SQhoWy2 .copyright img {
  margin-right: 10px;
}
.cid-tX4SQhoWy2 hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-tX4SQhoWy2 .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tX4SQhoWy2 .p-title {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-tX4SQhoWy2 H5 {
  text-align: center;
  color: #000000;
}
.cid-tX4SQhoWy2 .copyright > p {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-tX4SQhoWy2 SPAN {
  color: #000000;
}
.cid-tX4SQhoWy2 .menu-list span a {
  font-weight: 400;
}
@charset "UTF-8";

section {
    background-color: #eeeeee;
}

body {
  font-style: normal;
  font-weight: 300;
  color: #000000;
  position: relative;
}

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

.embla__button,
.carousel-control {
  background-color: #edefea;
  opacity: 0.8 !important;
  color: #464845;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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;

}

.mbr-section-subtitle {

}

.mbr-text {
  font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {

  word-break: break-word;
  word-wrap: break-word;

}

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tXPzVgv4mo {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tXPzVgv4mo .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-tXPzVgv4mo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-tXPzVgv4mo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXPzVgv4mo .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXPzVgv4mo .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tXPzVgv4mo .menu_box .navbar.opened,
  .cid-tXPzVgv4mo .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tXPzVgv4mo nav.navbar {
  position: fixed;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.cid-tXPzVgv4mo .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tXPzVgv4mo .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tXPzVgv4mo .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tXPzVgv4mo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tXPzVgv4mo .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tXPzVgv4mo .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tXPzVgv4mo .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tXPzVgv4mo .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tXPzVgv4mo .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tXPzVgv4mo .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tXPzVgv4mo .offcanvas-body .mbr-text,
  .cid-tXPzVgv4mo .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tXPzVgv4mo .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tXPzVgv4mo .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tXPzVgv4mo .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tXPzVgv4mo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tXPzVgv4mo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tXPzVgv4mo .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tXPzVgv4mo .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tXPzVgv4mo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tXPzVgv4mo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPzVgv4mo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tXPzVgv4mo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tXPzVgv4mo li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tXPzVgv4mo .lg_brand {
    margin: 0 1rem;
  }
  .cid-tXPzVgv4mo .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tXPzVgv4mo .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tXPzVgv4mo .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tXPzVgv4mo .nav-item {
    margin: 0 !important;
  }
}
.cid-tXPzVgv4mo .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tXPzVgv4mo .nav-item .nav-link:hover,
.cid-tXPzVgv4mo .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #ffda00;
  color: #000000 !important;
}
.cid-tXPzVgv4mo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tXPzVgv4mo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tXPzVgv4mo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tXPzVgv4mo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPzVgv4mo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tXPzVgv4mo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tXPzVgv4mo .offcanvas_box {
    display: none;
  }
}
.cid-tXPzVgv4mo .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tXPzVgv4mo .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tXPzVgv4mo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tXPzVgv4mo .container {
  display: flex;
  margin: auto;
}
.cid-tXPzVgv4mo .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tXPzVgv4mo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tXPzVgv4mo .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tXPzVgv4mo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tXPzVgv4mo .navbar-nav {
    margin: 0;
  }
}
.cid-tXPzVgv4mo .dropdown-menu,
.cid-tXPzVgv4mo .navbar.opened {
  background-color: true !important;
}
.cid-tXPzVgv4mo .nav-item:focus,
.cid-tXPzVgv4mo .nav-link:focus {
  outline: none;
}
.cid-tXPzVgv4mo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXPzVgv4mo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXPzVgv4mo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXPzVgv4mo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXPzVgv4mo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXPzVgv4mo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXPzVgv4mo .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tXPzVgv4mo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tXPzVgv4mo .navbar.opened {
  transition: all 0.3s;
}
.cid-tXPzVgv4mo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tXPzVgv4mo .navbar .navbar-logo img {
  max-width: 90px;
  min-height: 50px;
  object-fit: contain;
}
.cid-tXPzVgv4mo .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tXPzVgv4mo .navbar.collapsed {
  justify-content: center;
}
.cid-tXPzVgv4mo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXPzVgv4mo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXPzVgv4mo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXPzVgv4mo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXPzVgv4mo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXPzVgv4mo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tXPzVgv4mo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXPzVgv4mo .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tXPzVgv4mo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
    width: 100% !important;
  }
  .cid-tXPzVgv4mo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXPzVgv4mo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXPzVgv4mo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tXPzVgv4mo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXPzVgv4mo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tXPzVgv4mo .navbar .navbar-logo img {
    height: 2.8rem !important;
  }
  .cid-tXPzVgv4mo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tXPzVgv4mo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tXPzVgv4mo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tXPzVgv4mo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tXPzVgv4mo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXPzVgv4mo .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tXPzVgv4mo .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXPzVgv4mo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXPzVgv4mo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXPzVgv4mo .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-tXPzVgv4mo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tXPzVgv4mo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXPzVgv4mo .dropdown-item.active,
.cid-tXPzVgv4mo .dropdown-item:active {
  background-color: transparent;
}
.cid-tXPzVgv4mo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tXPzVgv4mo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXPzVgv4mo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXPzVgv4mo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXPzVgv4mo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tXPzVgv4mo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXPzVgv4mo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffda00;
}
.cid-tXPzVgv4mo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXPzVgv4mo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXPzVgv4mo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPzVgv4mo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPzVgv4mo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXPzVgv4mo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPzVgv4mo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXPzVgv4mo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXPzVgv4mo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPzVgv4mo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tXPzVgv4mo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXPzVgv4mo .navbar {
    height: 70px;
  }
  .cid-tXPzVgv4mo .navbar.opened {
    height: auto;
  }
  .cid-tXPzVgv4mo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXPzVgv4mo .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tXPzVgv4mo .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tXPzVgv4mo .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tXPzVgv4mo .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tXPzVgv4mo .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tXPzVgv4mo .navbar-caption:hover {
  color: #ffda00;
}
@media (min-width: 992px) {
  .cid-tXPzVgv4mo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tXPzVgv4mo .text_widget {
  margin-bottom: 32px;
}
.cid-tXPzVgv4mo .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tXPzVgv4mo .text_widget a:hover,
.cid-tXPzVgv4mo .text_widget a:focus {
  opacity: .6;
}
.cid-tXPzVgv4mo .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tXPzVgv4mo .navbar-caption {
  color: #000000;
}
.cid-tXPzVgv4mo .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tXPzVgv4mo .mbr-section-subtitle,
.cid-tXPzVgv4mo .text_widget,
.cid-tXPzVgv4mo .mbr-section-btn {
  text-align: center;
}
.cid-tXPzVgv4mo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tXPzVgTIni {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffda00;
}
.cid-tXPzVgTIni .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPzVgTIni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPzVgTIni .mbr-section-title {
  color: #000000;
  text-align: left;
  margin-top: 20px;
  font-weight: 700;
}
.cid-tXPzVgTIni .mbr-section-subtitle {
  color: #000000;
  margin: 0;
  font-weight: 700;
}
.cid-tXPzVgTIni .mbr-text,
.cid-tXPzVgTIni .mbr-section-btn {
  color: #777777;
  text-align: justify;
}
.cid-tXPzVgTIni .subtitle-wrapper {
  transform: rotate(-5deg);
  border-left: 8px solid #000000;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
.cid-tXPzVgTIni .mbr-text {
  color: #777777;
}
.cid-tXPzVhabVo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPzVhabVo .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPzVhabVo .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPzVhabVo .mbr-section-title {
  color: #000000;
}
.cid-tXPzVhnJjP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPzVhnJjP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPzVhnJjP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPzVhnJjP .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPzVhnJjP .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPzVhnJjP .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPzVhnJjP .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPzVhnJjP .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPzVhnJjP .image-wrapper img {
  object-fit: cover;
}
.cid-tXPzVhnJjP .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXPzVhBquI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPzVhBquI .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPzVhBquI .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPzVhBquI .mbr-section-title {
  color: #000000;
}
.cid-tYbIbVtw2y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tYbIbVtw2y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYbIbVtw2y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tYbIbVtw2y .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tYbIbVtw2y .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tYbIbVtw2y .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tYbIbVtw2y .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tYbIbVtw2y .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tYbIbVtw2y .image-wrapper img {
  object-fit: cover;
}
.cid-tYbIbVtw2y .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tYbIccHsQO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tYbIccHsQO .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tYbIccHsQO .mbr-section-subtitle {
  color: #051b41;
}
.cid-tYbIccHsQO .mbr-section-title {
  color: #000000;
}
.cid-tXPzVhOhgi {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #eeeeee;
}
.cid-tXPzVhOhgi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPzVhOhgi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPzVhOhgi .video-wrapper iframe {
  width: 100%;
}
.cid-tXPzVhOhgi .mbr-section-title,
.cid-tXPzVhOhgi .mbr-section-subtitle,
.cid-tXPzVhOhgi .mbr-text {
  text-align: center;
}
.cid-tXPzVhOhgi .mbr-section-title {
  color: #000000;
}
.cid-tXPzVi5EpK {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #aaaaaa;
}
.cid-tXPzVi5EpK .item-content .mbr-text a {
  font-weight: 700;
}
.cid-tXPzVi5EpK .mbr-text {
  text-align: justify;
  font-weight: 700;
}
.cid-tXPzVi5EpK .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tXPzVi5EpK .container {
    max-width: 1308px;
  }
}
.cid-tXPzVi5EpK .item-content {
  padding: 1rem;
}
.cid-tXPzVi5EpK img,
.cid-tXPzVi5EpK .item-img {
  width: 100%;
  object-fit: cover;
}
.cid-tXPzVi5EpK .item:focus,
.cid-tXPzVi5EpK span:focus {
  outline: none;
}
.cid-tXPzVi5EpK .item-wrapper {
  position: relative;
}
.cid-tXPzVi5EpK .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tXPzVi5EpK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-tXPzVi5EpK .embla__slide {
    min-width: 270px;
    max-width: 270px;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tXPzVi5EpK .embla__button--next,
.cid-tXPzVi5EpK .embla__button--prev {
  display: flex;
}
.cid-tXPzVi5EpK .embla__button {
  border: none !important;
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: -1.5rem;
  font-size: 14px;
  color: #000000;
  background-color: #ffda00;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXPzVi5EpK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXPzVi5EpK .embla__button:hover {
  background-color: #3f3193;
  color: #ffda00;
}
.cid-tXPzVi5EpK .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXPzVi5EpK .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXPzVi5EpK .embla__button {
    top: auto;
  }
}
.cid-tXPzVi5EpK .embla {
  position: relative;
  width: 100%;
}
.cid-tXPzVi5EpK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXPzVi5EpK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXPzVi5EpK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXPzVi5EpK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tXPzVi5EpK .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tXPzVi5EpK .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-tXPzVivV0k {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffda00;
}
@media (max-width: 767px) {
  .cid-tXPzVivV0k .content {
    text-align: center;
  }
  .cid-tXPzVivV0k .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tXPzVivV0k .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tXPzVivV0k .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tXPzVivV0k .media-wrap img {
  height: 6rem;
}
.cid-tXPzVivV0k .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-tXPzVivV0k .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-tXPzVivV0k .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-tXPzVivV0k .mbr-text {
  color: #8d97ad;
  font-weight: 400;
}
.cid-tXPzVivV0k .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXPzVivV0k .copyright img {
  margin-right: 10px;
}
.cid-tXPzVivV0k hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-tXPzVivV0k .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXPzVivV0k .p-title {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-tXPzVivV0k H5 {
  text-align: center;
  color: #000000;
}
.cid-tXPzVivV0k .copyright > p {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-tXPzVivV0k SPAN {
  color: #000000;
}
.cid-tXPzVivV0k .menu-list span a {
  font-weight: 400;
}
@charset "UTF-8";

section {
    background-color: #eeeeee;
}

body {
  font-style: normal;
  font-weight: 300;
  color: #000000;
  position: relative;
}

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

.embla__button,
.carousel-control {
  background-color: #edefea;
  opacity: 0.8 !important;
  color: #464845;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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;

}

.mbr-section-subtitle {

}

.mbr-text {
  font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {

  word-break: break-word;
  word-wrap: break-word;

}

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tXPzW4tVhm {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tXPzW4tVhm .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-tXPzW4tVhm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-tXPzW4tVhm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXPzW4tVhm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXPzW4tVhm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tXPzW4tVhm .menu_box .navbar.opened,
  .cid-tXPzW4tVhm .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tXPzW4tVhm nav.navbar {
  position: fixed;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.cid-tXPzW4tVhm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tXPzW4tVhm .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tXPzW4tVhm .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tXPzW4tVhm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tXPzW4tVhm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tXPzW4tVhm .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tXPzW4tVhm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tXPzW4tVhm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tXPzW4tVhm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tXPzW4tVhm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tXPzW4tVhm .offcanvas-body .mbr-text,
  .cid-tXPzW4tVhm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tXPzW4tVhm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tXPzW4tVhm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tXPzW4tVhm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tXPzW4tVhm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tXPzW4tVhm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tXPzW4tVhm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tXPzW4tVhm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tXPzW4tVhm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tXPzW4tVhm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPzW4tVhm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tXPzW4tVhm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tXPzW4tVhm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tXPzW4tVhm .lg_brand {
    margin: 0 1rem;
  }
  .cid-tXPzW4tVhm .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tXPzW4tVhm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tXPzW4tVhm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tXPzW4tVhm .nav-item {
    margin: 0 !important;
  }
}
.cid-tXPzW4tVhm .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tXPzW4tVhm .nav-item .nav-link:hover,
.cid-tXPzW4tVhm .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #ffda00;
  color: #000000 !important;
}
.cid-tXPzW4tVhm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tXPzW4tVhm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tXPzW4tVhm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tXPzW4tVhm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPzW4tVhm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tXPzW4tVhm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tXPzW4tVhm .offcanvas_box {
    display: none;
  }
}
.cid-tXPzW4tVhm .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tXPzW4tVhm .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tXPzW4tVhm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tXPzW4tVhm .container {
  display: flex;
  margin: auto;
}
.cid-tXPzW4tVhm .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tXPzW4tVhm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tXPzW4tVhm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tXPzW4tVhm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tXPzW4tVhm .navbar-nav {
    margin: 0;
  }
}
.cid-tXPzW4tVhm .dropdown-menu,
.cid-tXPzW4tVhm .navbar.opened {
  background-color: true !important;
}
.cid-tXPzW4tVhm .nav-item:focus,
.cid-tXPzW4tVhm .nav-link:focus {
  outline: none;
}
.cid-tXPzW4tVhm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXPzW4tVhm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXPzW4tVhm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXPzW4tVhm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXPzW4tVhm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXPzW4tVhm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXPzW4tVhm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tXPzW4tVhm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tXPzW4tVhm .navbar.opened {
  transition: all 0.3s;
}
.cid-tXPzW4tVhm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tXPzW4tVhm .navbar .navbar-logo img {
  max-width: 90px;
  min-height: 50px;
  object-fit: contain;
}
.cid-tXPzW4tVhm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tXPzW4tVhm .navbar.collapsed {
  justify-content: center;
}
.cid-tXPzW4tVhm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXPzW4tVhm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXPzW4tVhm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXPzW4tVhm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXPzW4tVhm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXPzW4tVhm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tXPzW4tVhm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXPzW4tVhm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tXPzW4tVhm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
    width: 100% !important;
  }
  .cid-tXPzW4tVhm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXPzW4tVhm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXPzW4tVhm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tXPzW4tVhm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXPzW4tVhm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tXPzW4tVhm .navbar .navbar-logo img {
    height: 2.8rem !important;
  }
  .cid-tXPzW4tVhm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tXPzW4tVhm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tXPzW4tVhm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tXPzW4tVhm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tXPzW4tVhm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXPzW4tVhm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tXPzW4tVhm .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXPzW4tVhm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXPzW4tVhm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXPzW4tVhm .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-tXPzW4tVhm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tXPzW4tVhm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXPzW4tVhm .dropdown-item.active,
.cid-tXPzW4tVhm .dropdown-item:active {
  background-color: transparent;
}
.cid-tXPzW4tVhm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tXPzW4tVhm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXPzW4tVhm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXPzW4tVhm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXPzW4tVhm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tXPzW4tVhm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXPzW4tVhm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffda00;
}
.cid-tXPzW4tVhm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXPzW4tVhm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXPzW4tVhm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPzW4tVhm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPzW4tVhm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXPzW4tVhm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPzW4tVhm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXPzW4tVhm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXPzW4tVhm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPzW4tVhm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tXPzW4tVhm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXPzW4tVhm .navbar {
    height: 70px;
  }
  .cid-tXPzW4tVhm .navbar.opened {
    height: auto;
  }
  .cid-tXPzW4tVhm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXPzW4tVhm .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tXPzW4tVhm .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tXPzW4tVhm .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tXPzW4tVhm .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tXPzW4tVhm .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tXPzW4tVhm .navbar-caption:hover {
  color: #ffda00;
}
@media (min-width: 992px) {
  .cid-tXPzW4tVhm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tXPzW4tVhm .text_widget {
  margin-bottom: 32px;
}
.cid-tXPzW4tVhm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tXPzW4tVhm .text_widget a:hover,
.cid-tXPzW4tVhm .text_widget a:focus {
  opacity: .6;
}
.cid-tXPzW4tVhm .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tXPzW4tVhm .navbar-caption {
  color: #000000;
}
.cid-tXPzW4tVhm .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tXPzW4tVhm .mbr-section-subtitle,
.cid-tXPzW4tVhm .text_widget,
.cid-tXPzW4tVhm .mbr-section-btn {
  text-align: center;
}
.cid-tXPzW4tVhm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tXPzW4Rg3V {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffda00;
}
.cid-tXPzW4Rg3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPzW4Rg3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPzW4Rg3V .mbr-section-title {
  color: #000000;
  text-align: left;
  margin-top: 20px;
  font-weight: 700;
}
.cid-tXPzW4Rg3V .mbr-section-subtitle {
  color: #000000;
  margin: 0;
  font-weight: 700;
}
.cid-tXPzW4Rg3V .mbr-text,
.cid-tXPzW4Rg3V .mbr-section-btn {
  color: #777777;
  text-align: justify;
}
.cid-tXPzW4Rg3V .subtitle-wrapper {
  transform: rotate(-5deg);
  border-left: 8px solid #000000;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
.cid-tXPzW4Rg3V .mbr-text {
  color: #777777;
}
.cid-tXPzW566I7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPzW566I7 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPzW566I7 .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPzW566I7 .mbr-section-title {
  color: #000000;
}
.cid-tXPzW5kJ0s {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPzW5kJ0s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPzW5kJ0s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPzW5kJ0s .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPzW5kJ0s .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPzW5kJ0s .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPzW5kJ0s .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPzW5kJ0s .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPzW5kJ0s .image-wrapper img {
  object-fit: cover;
}
.cid-tXPzW5kJ0s .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXPzW5z2lE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPzW5z2lE .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPzW5z2lE .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPzW5z2lE .mbr-section-title {
  color: #000000;
}
.cid-tY6q8A44lM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tY6q8A44lM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY6q8A44lM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tY6q8A44lM .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tY6q8A44lM .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tY6q8A44lM .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tY6q8A44lM .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tY6q8A44lM .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tY6q8A44lM .image-wrapper img {
  object-fit: cover;
}
.cid-tY6q8A44lM .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tY6q9lpu4r {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tY6q9lpu4r .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tY6q9lpu4r .mbr-section-subtitle {
  color: #051b41;
}
.cid-tY6q9lpu4r .mbr-section-title {
  color: #000000;
}
.cid-tXPzW5N0tP {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #eeeeee;
}
.cid-tXPzW5N0tP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPzW5N0tP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPzW5N0tP .video-wrapper iframe {
  width: 100%;
}
.cid-tXPzW5N0tP .mbr-section-title,
.cid-tXPzW5N0tP .mbr-section-subtitle,
.cid-tXPzW5N0tP .mbr-text {
  text-align: center;
}
.cid-tXPzW5N0tP .mbr-section-title {
  color: #000000;
}
.cid-tXPzW66Kkp {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #aaaaaa;
}
.cid-tXPzW66Kkp .item-content .mbr-text a {
  font-weight: 700;
}
.cid-tXPzW66Kkp .mbr-text {
  text-align: justify;
  font-weight: 700;
}
.cid-tXPzW66Kkp .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tXPzW66Kkp .container {
    max-width: 1308px;
  }
}
.cid-tXPzW66Kkp .item-content {
  padding: 1rem;
}
.cid-tXPzW66Kkp img,
.cid-tXPzW66Kkp .item-img {
  width: 100%;
  object-fit: cover;
}
.cid-tXPzW66Kkp .item:focus,
.cid-tXPzW66Kkp span:focus {
  outline: none;
}
.cid-tXPzW66Kkp .item-wrapper {
  position: relative;
}
.cid-tXPzW66Kkp .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tXPzW66Kkp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-tXPzW66Kkp .embla__slide {
    min-width: 270px;
    max-width: 270px;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tXPzW66Kkp .embla__button--next,
.cid-tXPzW66Kkp .embla__button--prev {
  display: flex;
}
.cid-tXPzW66Kkp .embla__button {
  border: none !important;
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: -1.5rem;
  font-size: 14px;
  color: #000000;
  background-color: #ffda00;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXPzW66Kkp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXPzW66Kkp .embla__button:hover {
  background-color: #3f3193;
  color: #ffda00;
}
.cid-tXPzW66Kkp .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXPzW66Kkp .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXPzW66Kkp .embla__button {
    top: auto;
  }
}
.cid-tXPzW66Kkp .embla {
  position: relative;
  width: 100%;
}
.cid-tXPzW66Kkp .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXPzW66Kkp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXPzW66Kkp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXPzW66Kkp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tXPzW66Kkp .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tXPzW66Kkp .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-tXPzW6x9Js {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffda00;
}
@media (max-width: 767px) {
  .cid-tXPzW6x9Js .content {
    text-align: center;
  }
  .cid-tXPzW6x9Js .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tXPzW6x9Js .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tXPzW6x9Js .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tXPzW6x9Js .media-wrap img {
  height: 6rem;
}
.cid-tXPzW6x9Js .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-tXPzW6x9Js .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-tXPzW6x9Js .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-tXPzW6x9Js .mbr-text {
  color: #8d97ad;
  font-weight: 400;
}
.cid-tXPzW6x9Js .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXPzW6x9Js .copyright img {
  margin-right: 10px;
}
.cid-tXPzW6x9Js hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-tXPzW6x9Js .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXPzW6x9Js .p-title {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-tXPzW6x9Js H5 {
  text-align: center;
  color: #000000;
}
.cid-tXPzW6x9Js .copyright > p {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-tXPzW6x9Js SPAN {
  color: #000000;
}
.cid-tXPzW6x9Js .menu-list span a {
  font-weight: 400;
}
@charset "UTF-8";

section {
    background-color: #eeeeee;
}

body {
  font-style: normal;
  font-weight: 300;
  color: #000000;
  position: relative;
}

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

.embla__button,
.carousel-control {
  background-color: #edefea;
  opacity: 0.8 !important;
  color: #464845;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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;

}

.mbr-section-subtitle {

}

.mbr-text {
  font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {

  word-break: break-word;
  word-wrap: break-word;

}

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tXPzWQWE7W {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tXPzWQWE7W .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-tXPzWQWE7W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-tXPzWQWE7W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXPzWQWE7W .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXPzWQWE7W .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tXPzWQWE7W .menu_box .navbar.opened,
  .cid-tXPzWQWE7W .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tXPzWQWE7W nav.navbar {
  position: fixed;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.cid-tXPzWQWE7W .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tXPzWQWE7W .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tXPzWQWE7W .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tXPzWQWE7W .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tXPzWQWE7W .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tXPzWQWE7W .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tXPzWQWE7W .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tXPzWQWE7W .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tXPzWQWE7W .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tXPzWQWE7W .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tXPzWQWE7W .offcanvas-body .mbr-text,
  .cid-tXPzWQWE7W .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tXPzWQWE7W .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tXPzWQWE7W .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tXPzWQWE7W .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tXPzWQWE7W .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tXPzWQWE7W .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tXPzWQWE7W .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tXPzWQWE7W .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tXPzWQWE7W ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tXPzWQWE7W .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPzWQWE7W .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tXPzWQWE7W .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tXPzWQWE7W li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tXPzWQWE7W .lg_brand {
    margin: 0 1rem;
  }
  .cid-tXPzWQWE7W .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tXPzWQWE7W .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tXPzWQWE7W .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tXPzWQWE7W .nav-item {
    margin: 0 !important;
  }
}
.cid-tXPzWQWE7W .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tXPzWQWE7W .nav-item .nav-link:hover,
.cid-tXPzWQWE7W .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #ffda00;
  color: #000000 !important;
}
.cid-tXPzWQWE7W .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tXPzWQWE7W .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tXPzWQWE7W .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tXPzWQWE7W .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPzWQWE7W .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tXPzWQWE7W .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tXPzWQWE7W .offcanvas_box {
    display: none;
  }
}
.cid-tXPzWQWE7W .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tXPzWQWE7W .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tXPzWQWE7W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tXPzWQWE7W .container {
  display: flex;
  margin: auto;
}
.cid-tXPzWQWE7W .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tXPzWQWE7W .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tXPzWQWE7W .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tXPzWQWE7W .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tXPzWQWE7W .navbar-nav {
    margin: 0;
  }
}
.cid-tXPzWQWE7W .dropdown-menu,
.cid-tXPzWQWE7W .navbar.opened {
  background-color: true !important;
}
.cid-tXPzWQWE7W .nav-item:focus,
.cid-tXPzWQWE7W .nav-link:focus {
  outline: none;
}
.cid-tXPzWQWE7W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXPzWQWE7W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXPzWQWE7W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXPzWQWE7W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXPzWQWE7W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXPzWQWE7W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXPzWQWE7W .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tXPzWQWE7W .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tXPzWQWE7W .navbar.opened {
  transition: all 0.3s;
}
.cid-tXPzWQWE7W .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tXPzWQWE7W .navbar .navbar-logo img {
  max-width: 90px;
  min-height: 50px;
  object-fit: contain;
}
.cid-tXPzWQWE7W .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tXPzWQWE7W .navbar.collapsed {
  justify-content: center;
}
.cid-tXPzWQWE7W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXPzWQWE7W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXPzWQWE7W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXPzWQWE7W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXPzWQWE7W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXPzWQWE7W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tXPzWQWE7W .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXPzWQWE7W .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tXPzWQWE7W .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
    width: 100% !important;
  }
  .cid-tXPzWQWE7W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXPzWQWE7W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXPzWQWE7W .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tXPzWQWE7W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXPzWQWE7W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tXPzWQWE7W .navbar .navbar-logo img {
    height: 2.8rem !important;
  }
  .cid-tXPzWQWE7W .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tXPzWQWE7W .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tXPzWQWE7W .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tXPzWQWE7W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tXPzWQWE7W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXPzWQWE7W .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tXPzWQWE7W .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXPzWQWE7W .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXPzWQWE7W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXPzWQWE7W .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-tXPzWQWE7W .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tXPzWQWE7W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXPzWQWE7W .dropdown-item.active,
.cid-tXPzWQWE7W .dropdown-item:active {
  background-color: transparent;
}
.cid-tXPzWQWE7W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tXPzWQWE7W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXPzWQWE7W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXPzWQWE7W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXPzWQWE7W ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tXPzWQWE7W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXPzWQWE7W button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffda00;
}
.cid-tXPzWQWE7W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXPzWQWE7W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXPzWQWE7W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPzWQWE7W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPzWQWE7W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXPzWQWE7W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPzWQWE7W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXPzWQWE7W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXPzWQWE7W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPzWQWE7W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tXPzWQWE7W .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXPzWQWE7W .navbar {
    height: 70px;
  }
  .cid-tXPzWQWE7W .navbar.opened {
    height: auto;
  }
  .cid-tXPzWQWE7W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXPzWQWE7W .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tXPzWQWE7W .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tXPzWQWE7W .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tXPzWQWE7W .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tXPzWQWE7W .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tXPzWQWE7W .navbar-caption:hover {
  color: #ffda00;
}
@media (min-width: 992px) {
  .cid-tXPzWQWE7W .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tXPzWQWE7W .text_widget {
  margin-bottom: 32px;
}
.cid-tXPzWQWE7W .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tXPzWQWE7W .text_widget a:hover,
.cid-tXPzWQWE7W .text_widget a:focus {
  opacity: .6;
}
.cid-tXPzWQWE7W .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tXPzWQWE7W .navbar-caption {
  color: #000000;
}
.cid-tXPzWQWE7W .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tXPzWQWE7W .mbr-section-subtitle,
.cid-tXPzWQWE7W .text_widget,
.cid-tXPzWQWE7W .mbr-section-btn {
  text-align: center;
}
.cid-tXPzWQWE7W a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tXPzWRlfZ7 {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffda00;
}
.cid-tXPzWRlfZ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPzWRlfZ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPzWRlfZ7 .mbr-section-title {
  color: #000000;
  text-align: left;
  margin-top: 20px;
  font-weight: 700;
}
.cid-tXPzWRlfZ7 .mbr-section-subtitle {
  color: #000000;
  margin: 0;
  font-weight: 700;
}
.cid-tXPzWRlfZ7 .mbr-text,
.cid-tXPzWRlfZ7 .mbr-section-btn {
  color: #777777;
  text-align: justify;
}
.cid-tXPzWRlfZ7 .subtitle-wrapper {
  transform: rotate(-5deg);
  border-left: 8px solid #000000;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
.cid-tXPzWRlfZ7 .mbr-text {
  color: #777777;
}
.cid-tXPzWRBl3M {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPzWRBl3M .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPzWRBl3M .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPzWRBl3M .mbr-section-title {
  color: #000000;
}
.cid-tXPzWRRpxr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPzWRRpxr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPzWRRpxr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPzWRRpxr .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPzWRRpxr .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPzWRRpxr .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPzWRRpxr .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPzWRRpxr .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPzWRRpxr .image-wrapper img {
  object-fit: cover;
}
.cid-tXPzWRRpxr .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXPzWS62Jm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPzWS62Jm .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPzWS62Jm .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPzWS62Jm .mbr-section-title {
  color: #000000;
}
.cid-tXPAz3guMq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPAz3guMq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPAz3guMq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPAz3guMq .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPAz3guMq .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPAz3guMq .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPAz3guMq .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPAz3guMq .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPAz3guMq .image-wrapper img {
  object-fit: cover;
}
.cid-tXPAz3guMq .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXPAzkXkEL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPAzkXkEL .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPAzkXkEL .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPAzkXkEL .mbr-section-title {
  color: #000000;
}
.cid-tXPAzG3coc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPAzG3coc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPAzG3coc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPAzG3coc .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPAzG3coc .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPAzG3coc .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPAzG3coc .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPAzG3coc .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPAzG3coc .image-wrapper img {
  object-fit: cover;
}
.cid-tXPAzG3coc .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXPAGZ3nvM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPAGZ3nvM .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPAGZ3nvM .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPAGZ3nvM .mbr-section-title {
  color: #000000;
}
.cid-tXPzWSlOO9 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #eeeeee;
}
.cid-tXPzWSlOO9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPzWSlOO9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPzWSlOO9 .video-wrapper iframe {
  width: 100%;
}
.cid-tXPzWSlOO9 .mbr-section-title,
.cid-tXPzWSlOO9 .mbr-section-subtitle,
.cid-tXPzWSlOO9 .mbr-text {
  text-align: center;
}
.cid-tXPzWSlOO9 .mbr-section-title {
  color: #000000;
}
.cid-tXPzWSCqmO {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #aaaaaa;
}
.cid-tXPzWSCqmO .item-content .mbr-text a {
  font-weight: 700;
}
.cid-tXPzWSCqmO .mbr-text {
  text-align: justify;
  font-weight: 700;
}
.cid-tXPzWSCqmO .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tXPzWSCqmO .container {
    max-width: 1308px;
  }
}
.cid-tXPzWSCqmO .item-content {
  padding: 1rem;
}
.cid-tXPzWSCqmO img,
.cid-tXPzWSCqmO .item-img {
  width: 100%;
  object-fit: cover;
}
.cid-tXPzWSCqmO .item:focus,
.cid-tXPzWSCqmO span:focus {
  outline: none;
}
.cid-tXPzWSCqmO .item-wrapper {
  position: relative;
}
.cid-tXPzWSCqmO .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tXPzWSCqmO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-tXPzWSCqmO .embla__slide {
    min-width: 270px;
    max-width: 270px;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tXPzWSCqmO .embla__button--next,
.cid-tXPzWSCqmO .embla__button--prev {
  display: flex;
}
.cid-tXPzWSCqmO .embla__button {
  border: none !important;
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: -1.5rem;
  font-size: 14px;
  color: #000000;
  background-color: #ffda00;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXPzWSCqmO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXPzWSCqmO .embla__button:hover {
  background-color: #3f3193;
  color: #ffda00;
}
.cid-tXPzWSCqmO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXPzWSCqmO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXPzWSCqmO .embla__button {
    top: auto;
  }
}
.cid-tXPzWSCqmO .embla {
  position: relative;
  width: 100%;
}
.cid-tXPzWSCqmO .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXPzWSCqmO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXPzWSCqmO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXPzWSCqmO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tXPzWSCqmO .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tXPzWSCqmO .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-tXPzWT4zBt {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffda00;
}
@media (max-width: 767px) {
  .cid-tXPzWT4zBt .content {
    text-align: center;
  }
  .cid-tXPzWT4zBt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tXPzWT4zBt .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tXPzWT4zBt .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tXPzWT4zBt .media-wrap img {
  height: 6rem;
}
.cid-tXPzWT4zBt .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-tXPzWT4zBt .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-tXPzWT4zBt .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-tXPzWT4zBt .mbr-text {
  color: #8d97ad;
  font-weight: 400;
}
.cid-tXPzWT4zBt .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXPzWT4zBt .copyright img {
  margin-right: 10px;
}
.cid-tXPzWT4zBt hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-tXPzWT4zBt .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXPzWT4zBt .p-title {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-tXPzWT4zBt H5 {
  text-align: center;
  color: #000000;
}
.cid-tXPzWT4zBt .copyright > p {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-tXPzWT4zBt SPAN {
  color: #000000;
}
.cid-tXPzWT4zBt .menu-list span a {
  font-weight: 400;
}
@charset "UTF-8";

section {
    background-color: #eeeeee;
}

body {
  font-style: normal;
  font-weight: 300;
  color: #000000;
  position: relative;
}

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

.embla__button,
.carousel-control {
  background-color: #edefea;
  opacity: 0.8 !important;
  color: #464845;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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;

}

.mbr-section-subtitle {

}

.mbr-text {
  font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {

  word-break: break-word;
  word-wrap: break-word;

}

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tXOs8GJ4Wk {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tXOs8GJ4Wk .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-tXOs8GJ4Wk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-tXOs8GJ4Wk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXOs8GJ4Wk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXOs8GJ4Wk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tXOs8GJ4Wk .menu_box .navbar.opened,
  .cid-tXOs8GJ4Wk .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tXOs8GJ4Wk nav.navbar {
  position: fixed;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.cid-tXOs8GJ4Wk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tXOs8GJ4Wk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tXOs8GJ4Wk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tXOs8GJ4Wk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tXOs8GJ4Wk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tXOs8GJ4Wk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tXOs8GJ4Wk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tXOs8GJ4Wk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tXOs8GJ4Wk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tXOs8GJ4Wk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tXOs8GJ4Wk .offcanvas-body .mbr-text,
  .cid-tXOs8GJ4Wk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tXOs8GJ4Wk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tXOs8GJ4Wk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tXOs8GJ4Wk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tXOs8GJ4Wk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tXOs8GJ4Wk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tXOs8GJ4Wk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tXOs8GJ4Wk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tXOs8GJ4Wk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tXOs8GJ4Wk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXOs8GJ4Wk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tXOs8GJ4Wk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tXOs8GJ4Wk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tXOs8GJ4Wk .lg_brand {
    margin: 0 1rem;
  }
  .cid-tXOs8GJ4Wk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tXOs8GJ4Wk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tXOs8GJ4Wk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tXOs8GJ4Wk .nav-item {
    margin: 0 !important;
  }
}
.cid-tXOs8GJ4Wk .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tXOs8GJ4Wk .nav-item .nav-link:hover,
.cid-tXOs8GJ4Wk .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #ffda00;
  color: #000000 !important;
}
.cid-tXOs8GJ4Wk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tXOs8GJ4Wk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tXOs8GJ4Wk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tXOs8GJ4Wk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXOs8GJ4Wk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tXOs8GJ4Wk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tXOs8GJ4Wk .offcanvas_box {
    display: none;
  }
}
.cid-tXOs8GJ4Wk .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tXOs8GJ4Wk .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tXOs8GJ4Wk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tXOs8GJ4Wk .container {
  display: flex;
  margin: auto;
}
.cid-tXOs8GJ4Wk .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tXOs8GJ4Wk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tXOs8GJ4Wk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tXOs8GJ4Wk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tXOs8GJ4Wk .navbar-nav {
    margin: 0;
  }
}
.cid-tXOs8GJ4Wk .dropdown-menu,
.cid-tXOs8GJ4Wk .navbar.opened {
  background-color: true !important;
}
.cid-tXOs8GJ4Wk .nav-item:focus,
.cid-tXOs8GJ4Wk .nav-link:focus {
  outline: none;
}
.cid-tXOs8GJ4Wk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXOs8GJ4Wk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXOs8GJ4Wk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXOs8GJ4Wk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXOs8GJ4Wk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXOs8GJ4Wk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXOs8GJ4Wk .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tXOs8GJ4Wk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tXOs8GJ4Wk .navbar.opened {
  transition: all 0.3s;
}
.cid-tXOs8GJ4Wk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tXOs8GJ4Wk .navbar .navbar-logo img {
  max-width: 90px;
  min-height: 50px;
  object-fit: contain;
}
.cid-tXOs8GJ4Wk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tXOs8GJ4Wk .navbar.collapsed {
  justify-content: center;
}
.cid-tXOs8GJ4Wk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXOs8GJ4Wk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXOs8GJ4Wk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXOs8GJ4Wk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXOs8GJ4Wk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXOs8GJ4Wk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tXOs8GJ4Wk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXOs8GJ4Wk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tXOs8GJ4Wk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
    width: 100% !important;
  }
  .cid-tXOs8GJ4Wk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXOs8GJ4Wk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXOs8GJ4Wk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tXOs8GJ4Wk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXOs8GJ4Wk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tXOs8GJ4Wk .navbar .navbar-logo img {
    height: 2.8rem !important;
  }
  .cid-tXOs8GJ4Wk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tXOs8GJ4Wk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tXOs8GJ4Wk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tXOs8GJ4Wk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tXOs8GJ4Wk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXOs8GJ4Wk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tXOs8GJ4Wk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXOs8GJ4Wk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXOs8GJ4Wk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXOs8GJ4Wk .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-tXOs8GJ4Wk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tXOs8GJ4Wk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXOs8GJ4Wk .dropdown-item.active,
.cid-tXOs8GJ4Wk .dropdown-item:active {
  background-color: transparent;
}
.cid-tXOs8GJ4Wk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tXOs8GJ4Wk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXOs8GJ4Wk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXOs8GJ4Wk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXOs8GJ4Wk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tXOs8GJ4Wk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXOs8GJ4Wk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffda00;
}
.cid-tXOs8GJ4Wk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXOs8GJ4Wk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXOs8GJ4Wk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXOs8GJ4Wk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXOs8GJ4Wk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXOs8GJ4Wk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXOs8GJ4Wk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXOs8GJ4Wk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXOs8GJ4Wk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXOs8GJ4Wk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tXOs8GJ4Wk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXOs8GJ4Wk .navbar {
    height: 70px;
  }
  .cid-tXOs8GJ4Wk .navbar.opened {
    height: auto;
  }
  .cid-tXOs8GJ4Wk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXOs8GJ4Wk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tXOs8GJ4Wk .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tXOs8GJ4Wk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tXOs8GJ4Wk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tXOs8GJ4Wk .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tXOs8GJ4Wk .navbar-caption:hover {
  color: #ffda00;
}
@media (min-width: 992px) {
  .cid-tXOs8GJ4Wk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tXOs8GJ4Wk .text_widget {
  margin-bottom: 32px;
}
.cid-tXOs8GJ4Wk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tXOs8GJ4Wk .text_widget a:hover,
.cid-tXOs8GJ4Wk .text_widget a:focus {
  opacity: .6;
}
.cid-tXOs8GJ4Wk .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tXOs8GJ4Wk .navbar-caption {
  color: #000000;
}
.cid-tXOs8GJ4Wk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tXOs8GJ4Wk .mbr-section-subtitle,
.cid-tXOs8GJ4Wk .text_widget,
.cid-tXOs8GJ4Wk .mbr-section-btn {
  text-align: center;
}
.cid-tXOs8GJ4Wk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tXOs8Ha0M2 {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #3f3193;
}
.cid-tXOs8Ha0M2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXOs8Ha0M2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXOs8Ha0M2 .mbr-section-title {
  color: #ffda00;
  text-align: left;
  margin-top: 20px;
  font-weight: 700;
}
.cid-tXOs8Ha0M2 .mbr-section-subtitle {
  color: #000000;
  margin: 0;
  font-weight: 700;
}
.cid-tXOs8Ha0M2 .mbr-text,
.cid-tXOs8Ha0M2 .mbr-section-btn {
  color: #777777;
  text-align: justify;
}
.cid-tXOs8Ha0M2 .subtitle-wrapper {
  transform: rotate(-5deg);
  border-left: 8px solid #ffda00;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
.cid-tXOs8Ha0M2 .mbr-text {
  color: #ffffff;
}
.cid-tXOs8Hoc3J {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXOs8Hoc3J .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXOs8Hoc3J .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXOs8Hoc3J .mbr-section-title {
  color: #000000;
}
.cid-tXPpHHPl8F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPpHHPl8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPpHHPl8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPpHHPl8F .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPpHHPl8F .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPpHHPl8F .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPpHHPl8F .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPpHHPl8F .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPpHHPl8F .image-wrapper img {
  object-fit: cover;
}
.cid-tXPpHHPl8F .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXOs8HOVU1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXOs8HOVU1 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXOs8HOVU1 .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXOs8HOVU1 .mbr-section-title {
  color: #000000;
}
.cid-tXPpGQluAA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPpGQluAA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPpGQluAA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPpGQluAA .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPpGQluAA .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPpGQluAA .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPpGQluAA .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPpGQluAA .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPpGQluAA .image-wrapper img {
  object-fit: cover;
}
.cid-tXPpGQluAA .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXOs8IfTHm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXOs8IfTHm .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXOs8IfTHm .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXOs8IfTHm .mbr-section-title {
  color: #000000;
}
.cid-tXPpGhvWOq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPpGhvWOq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPpGhvWOq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPpGhvWOq .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPpGhvWOq .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPpGhvWOq .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPpGhvWOq .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPpGhvWOq .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPpGhvWOq .image-wrapper img {
  object-fit: cover;
}
.cid-tXPpGhvWOq .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXOtaqAcZ4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXOtaqAcZ4 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXOtaqAcZ4 .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXOtaqAcZ4 .mbr-section-title {
  color: #000000;
}
.cid-tXOs8IsqYP {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #eeeeee;
}
.cid-tXOs8IsqYP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXOs8IsqYP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXOs8IsqYP .video-wrapper iframe {
  width: 100%;
}
.cid-tXOs8IsqYP .mbr-section-title,
.cid-tXOs8IsqYP .mbr-section-subtitle,
.cid-tXOs8IsqYP .mbr-text {
  text-align: center;
}
.cid-tXOs8IsqYP .mbr-section-title {
  color: #000000;
}
.cid-tXOs8II0Yj {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #aaaaaa;
}
.cid-tXOs8II0Yj .item-content .mbr-text a {
  font-weight: 700;
}
.cid-tXOs8II0Yj .mbr-text {
  text-align: justify;
  font-weight: 700;
}
.cid-tXOs8II0Yj .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tXOs8II0Yj .container {
    max-width: 1308px;
  }
}
.cid-tXOs8II0Yj .item-content {
  padding: 1rem;
}
.cid-tXOs8II0Yj img,
.cid-tXOs8II0Yj .item-img {
  width: 100%;
  object-fit: cover;
}
.cid-tXOs8II0Yj .item:focus,
.cid-tXOs8II0Yj span:focus {
  outline: none;
}
.cid-tXOs8II0Yj .item-wrapper {
  position: relative;
}
.cid-tXOs8II0Yj .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tXOs8II0Yj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-tXOs8II0Yj .embla__slide {
    min-width: 270px;
    max-width: 270px;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tXOs8II0Yj .embla__button--next,
.cid-tXOs8II0Yj .embla__button--prev {
  display: flex;
}
.cid-tXOs8II0Yj .embla__button {
  border: none !important;
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: -1.5rem;
  font-size: 14px;
  color: #000000;
  background-color: #ffda00;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXOs8II0Yj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXOs8II0Yj .embla__button:hover {
  background-color: #3f3193;
  color: #ffda00;
}
.cid-tXOs8II0Yj .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXOs8II0Yj .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXOs8II0Yj .embla__button {
    top: auto;
  }
}
.cid-tXOs8II0Yj .embla {
  position: relative;
  width: 100%;
}
.cid-tXOs8II0Yj .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXOs8II0Yj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXOs8II0Yj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXOs8II0Yj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tXOs8II0Yj .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tXOs8II0Yj .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-tXOs8JadPP {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffda00;
}
@media (max-width: 767px) {
  .cid-tXOs8JadPP .content {
    text-align: center;
  }
  .cid-tXOs8JadPP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tXOs8JadPP .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tXOs8JadPP .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tXOs8JadPP .media-wrap img {
  height: 6rem;
}
.cid-tXOs8JadPP .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-tXOs8JadPP .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-tXOs8JadPP .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-tXOs8JadPP .mbr-text {
  color: #8d97ad;
  font-weight: 400;
}
.cid-tXOs8JadPP .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXOs8JadPP .copyright img {
  margin-right: 10px;
}
.cid-tXOs8JadPP hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-tXOs8JadPP .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXOs8JadPP .p-title {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-tXOs8JadPP H5 {
  text-align: center;
  color: #000000;
}
.cid-tXOs8JadPP .copyright > p {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-tXOs8JadPP SPAN {
  color: #000000;
}
.cid-tXOs8JadPP .menu-list span a {
  font-weight: 400;
}
@charset "UTF-8";

section {
    background-color: #eeeeee;
}

body {
  font-style: normal;
  font-weight: 300;
  color: #000000;
  position: relative;
}

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

.embla__button,
.carousel-control {
  background-color: #edefea;
  opacity: 0.8 !important;
  color: #464845;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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;

}

.mbr-section-subtitle {

}

.mbr-text {
  font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {

  word-break: break-word;
  word-wrap: break-word;

}

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tXPFaLXwDs {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tXPFaLXwDs .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-tXPFaLXwDs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-tXPFaLXwDs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXPFaLXwDs .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXPFaLXwDs .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tXPFaLXwDs .menu_box .navbar.opened,
  .cid-tXPFaLXwDs .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tXPFaLXwDs nav.navbar {
  position: fixed;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.cid-tXPFaLXwDs .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tXPFaLXwDs .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tXPFaLXwDs .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tXPFaLXwDs .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tXPFaLXwDs .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tXPFaLXwDs .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tXPFaLXwDs .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tXPFaLXwDs .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tXPFaLXwDs .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tXPFaLXwDs .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tXPFaLXwDs .offcanvas-body .mbr-text,
  .cid-tXPFaLXwDs .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tXPFaLXwDs .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tXPFaLXwDs .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tXPFaLXwDs .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tXPFaLXwDs .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tXPFaLXwDs .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tXPFaLXwDs .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tXPFaLXwDs .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tXPFaLXwDs ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tXPFaLXwDs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPFaLXwDs .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tXPFaLXwDs .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tXPFaLXwDs li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tXPFaLXwDs .lg_brand {
    margin: 0 1rem;
  }
  .cid-tXPFaLXwDs .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tXPFaLXwDs .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tXPFaLXwDs .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tXPFaLXwDs .nav-item {
    margin: 0 !important;
  }
}
.cid-tXPFaLXwDs .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tXPFaLXwDs .nav-item .nav-link:hover,
.cid-tXPFaLXwDs .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #ffda00;
  color: #000000 !important;
}
.cid-tXPFaLXwDs .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tXPFaLXwDs .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tXPFaLXwDs .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tXPFaLXwDs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPFaLXwDs .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tXPFaLXwDs .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tXPFaLXwDs .offcanvas_box {
    display: none;
  }
}
.cid-tXPFaLXwDs .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tXPFaLXwDs .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tXPFaLXwDs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tXPFaLXwDs .container {
  display: flex;
  margin: auto;
}
.cid-tXPFaLXwDs .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tXPFaLXwDs .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tXPFaLXwDs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tXPFaLXwDs .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tXPFaLXwDs .navbar-nav {
    margin: 0;
  }
}
.cid-tXPFaLXwDs .dropdown-menu,
.cid-tXPFaLXwDs .navbar.opened {
  background-color: true !important;
}
.cid-tXPFaLXwDs .nav-item:focus,
.cid-tXPFaLXwDs .nav-link:focus {
  outline: none;
}
.cid-tXPFaLXwDs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXPFaLXwDs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXPFaLXwDs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXPFaLXwDs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXPFaLXwDs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXPFaLXwDs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXPFaLXwDs .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tXPFaLXwDs .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tXPFaLXwDs .navbar.opened {
  transition: all 0.3s;
}
.cid-tXPFaLXwDs .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tXPFaLXwDs .navbar .navbar-logo img {
  max-width: 90px;
  min-height: 50px;
  object-fit: contain;
}
.cid-tXPFaLXwDs .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tXPFaLXwDs .navbar.collapsed {
  justify-content: center;
}
.cid-tXPFaLXwDs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXPFaLXwDs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXPFaLXwDs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXPFaLXwDs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXPFaLXwDs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXPFaLXwDs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tXPFaLXwDs .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXPFaLXwDs .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tXPFaLXwDs .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
    width: 100% !important;
  }
  .cid-tXPFaLXwDs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXPFaLXwDs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXPFaLXwDs .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tXPFaLXwDs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXPFaLXwDs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tXPFaLXwDs .navbar .navbar-logo img {
    height: 2.8rem !important;
  }
  .cid-tXPFaLXwDs .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tXPFaLXwDs .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tXPFaLXwDs .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tXPFaLXwDs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tXPFaLXwDs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXPFaLXwDs .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tXPFaLXwDs .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXPFaLXwDs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXPFaLXwDs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXPFaLXwDs .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-tXPFaLXwDs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tXPFaLXwDs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXPFaLXwDs .dropdown-item.active,
.cid-tXPFaLXwDs .dropdown-item:active {
  background-color: transparent;
}
.cid-tXPFaLXwDs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tXPFaLXwDs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXPFaLXwDs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXPFaLXwDs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXPFaLXwDs ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tXPFaLXwDs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXPFaLXwDs button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffda00;
}
.cid-tXPFaLXwDs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXPFaLXwDs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXPFaLXwDs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPFaLXwDs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPFaLXwDs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXPFaLXwDs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPFaLXwDs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXPFaLXwDs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXPFaLXwDs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPFaLXwDs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tXPFaLXwDs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXPFaLXwDs .navbar {
    height: 70px;
  }
  .cid-tXPFaLXwDs .navbar.opened {
    height: auto;
  }
  .cid-tXPFaLXwDs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXPFaLXwDs .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tXPFaLXwDs .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tXPFaLXwDs .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tXPFaLXwDs .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tXPFaLXwDs .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tXPFaLXwDs .navbar-caption:hover {
  color: #ffda00;
}
@media (min-width: 992px) {
  .cid-tXPFaLXwDs .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tXPFaLXwDs .text_widget {
  margin-bottom: 32px;
}
.cid-tXPFaLXwDs .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tXPFaLXwDs .text_widget a:hover,
.cid-tXPFaLXwDs .text_widget a:focus {
  opacity: .6;
}
.cid-tXPFaLXwDs .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tXPFaLXwDs .navbar-caption {
  color: #000000;
}
.cid-tXPFaLXwDs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tXPFaLXwDs .mbr-section-subtitle,
.cid-tXPFaLXwDs .text_widget,
.cid-tXPFaLXwDs .mbr-section-btn {
  text-align: center;
}
.cid-tXPFaLXwDs a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tXPFaMHQCi {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #3f3193;
}
.cid-tXPFaMHQCi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPFaMHQCi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPFaMHQCi .mbr-section-title {
  color: #ffda00;
  text-align: left;
  margin-top: 20px;
  font-weight: 700;
}
.cid-tXPFaMHQCi .mbr-section-subtitle {
  color: #000000;
  margin: 0;
  font-weight: 700;
}
.cid-tXPFaMHQCi .mbr-text,
.cid-tXPFaMHQCi .mbr-section-btn {
  color: #777777;
  text-align: justify;
}
.cid-tXPFaMHQCi .subtitle-wrapper {
  transform: rotate(-5deg);
  border-left: 8px solid #ffda00;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
.cid-tXPFaMHQCi .mbr-text {
  color: #ffffff;
}
.cid-tXPFaN7lyE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPFaN7lyE .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPFaN7lyE .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPFaN7lyE .mbr-section-title {
  color: #000000;
}
.cid-tXPFaNrmmN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPFaNrmmN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPFaNrmmN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPFaNrmmN .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPFaNrmmN .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPFaNrmmN .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPFaNrmmN .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPFaNrmmN .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPFaNrmmN .image-wrapper img {
  object-fit: cover;
}
.cid-tXPFaNrmmN .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXPFaNMuqp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPFaNMuqp .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPFaNMuqp .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPFaNMuqp .mbr-section-title {
  color: #000000;
}
.cid-tXPFaO4LYa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPFaO4LYa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPFaO4LYa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPFaO4LYa .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPFaO4LYa .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPFaO4LYa .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPFaO4LYa .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPFaO4LYa .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPFaO4LYa .image-wrapper img {
  object-fit: cover;
}
.cid-tXPFaO4LYa .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXPFaOuBS6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPFaOuBS6 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPFaOuBS6 .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPFaOuBS6 .mbr-section-title {
  color: #000000;
}
.cid-tXPFaOOD6q {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #eeeeee;
}
.cid-tXPFaOOD6q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPFaOOD6q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPFaOOD6q .video-wrapper iframe {
  width: 100%;
}
.cid-tXPFaOOD6q .mbr-section-title,
.cid-tXPFaOOD6q .mbr-section-subtitle,
.cid-tXPFaOOD6q .mbr-text {
  text-align: center;
}
.cid-tXPFaOOD6q .mbr-section-title {
  color: #000000;
}
.cid-tXPFaPeZLa {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #aaaaaa;
}
.cid-tXPFaPeZLa .item-content .mbr-text a {
  font-weight: 700;
}
.cid-tXPFaPeZLa .mbr-text {
  text-align: justify;
  font-weight: 700;
}
.cid-tXPFaPeZLa .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tXPFaPeZLa .container {
    max-width: 1308px;
  }
}
.cid-tXPFaPeZLa .item-content {
  padding: 1rem;
}
.cid-tXPFaPeZLa img,
.cid-tXPFaPeZLa .item-img {
  width: 100%;
  object-fit: cover;
}
.cid-tXPFaPeZLa .item:focus,
.cid-tXPFaPeZLa span:focus {
  outline: none;
}
.cid-tXPFaPeZLa .item-wrapper {
  position: relative;
}
.cid-tXPFaPeZLa .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tXPFaPeZLa .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-tXPFaPeZLa .embla__slide {
    min-width: 270px;
    max-width: 270px;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tXPFaPeZLa .embla__button--next,
.cid-tXPFaPeZLa .embla__button--prev {
  display: flex;
}
.cid-tXPFaPeZLa .embla__button {
  border: none !important;
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: -1.5rem;
  font-size: 14px;
  color: #000000;
  background-color: #ffda00;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXPFaPeZLa .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXPFaPeZLa .embla__button:hover {
  background-color: #3f3193;
  color: #ffda00;
}
.cid-tXPFaPeZLa .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXPFaPeZLa .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXPFaPeZLa .embla__button {
    top: auto;
  }
}
.cid-tXPFaPeZLa .embla {
  position: relative;
  width: 100%;
}
.cid-tXPFaPeZLa .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXPFaPeZLa .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXPFaPeZLa .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXPFaPeZLa .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tXPFaPeZLa .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tXPFaPeZLa .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-tXPFaPVkYO {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffda00;
}
@media (max-width: 767px) {
  .cid-tXPFaPVkYO .content {
    text-align: center;
  }
  .cid-tXPFaPVkYO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tXPFaPVkYO .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tXPFaPVkYO .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tXPFaPVkYO .media-wrap img {
  height: 6rem;
}
.cid-tXPFaPVkYO .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-tXPFaPVkYO .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-tXPFaPVkYO .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-tXPFaPVkYO .mbr-text {
  color: #8d97ad;
  font-weight: 400;
}
.cid-tXPFaPVkYO .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXPFaPVkYO .copyright img {
  margin-right: 10px;
}
.cid-tXPFaPVkYO hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-tXPFaPVkYO .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXPFaPVkYO .p-title {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-tXPFaPVkYO H5 {
  text-align: center;
  color: #000000;
}
.cid-tXPFaPVkYO .copyright > p {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-tXPFaPVkYO SPAN {
  color: #000000;
}
.cid-tXPFaPVkYO .menu-list span a {
  font-weight: 400;
}
@charset "UTF-8";

section {
    background-color: #eeeeee;
}

body {
  font-style: normal;
  font-weight: 300;
  color: #000000;
  position: relative;
}

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

.embla__button,
.carousel-control {
  background-color: #edefea;
  opacity: 0.8 !important;
  color: #464845;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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;

}

.mbr-section-subtitle {

}

.mbr-text {
  font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {

  word-break: break-word;
  word-wrap: break-word;

}

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tXPGMcUCht {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tXPGMcUCht .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-tXPGMcUCht .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-tXPGMcUCht .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXPGMcUCht .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXPGMcUCht .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tXPGMcUCht .menu_box .navbar.opened,
  .cid-tXPGMcUCht .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tXPGMcUCht nav.navbar {
  position: fixed;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.cid-tXPGMcUCht .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tXPGMcUCht .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tXPGMcUCht .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tXPGMcUCht .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tXPGMcUCht .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tXPGMcUCht .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tXPGMcUCht .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tXPGMcUCht .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tXPGMcUCht .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tXPGMcUCht .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tXPGMcUCht .offcanvas-body .mbr-text,
  .cid-tXPGMcUCht .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tXPGMcUCht .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tXPGMcUCht .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tXPGMcUCht .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tXPGMcUCht .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tXPGMcUCht .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tXPGMcUCht .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tXPGMcUCht .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tXPGMcUCht ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tXPGMcUCht .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPGMcUCht .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tXPGMcUCht .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tXPGMcUCht li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tXPGMcUCht .lg_brand {
    margin: 0 1rem;
  }
  .cid-tXPGMcUCht .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tXPGMcUCht .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tXPGMcUCht .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tXPGMcUCht .nav-item {
    margin: 0 !important;
  }
}
.cid-tXPGMcUCht .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tXPGMcUCht .nav-item .nav-link:hover,
.cid-tXPGMcUCht .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #ffda00;
  color: #000000 !important;
}
.cid-tXPGMcUCht .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tXPGMcUCht .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tXPGMcUCht .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tXPGMcUCht .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPGMcUCht .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tXPGMcUCht .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tXPGMcUCht .offcanvas_box {
    display: none;
  }
}
.cid-tXPGMcUCht .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tXPGMcUCht .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tXPGMcUCht .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tXPGMcUCht .container {
  display: flex;
  margin: auto;
}
.cid-tXPGMcUCht .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tXPGMcUCht .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tXPGMcUCht .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tXPGMcUCht .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tXPGMcUCht .navbar-nav {
    margin: 0;
  }
}
.cid-tXPGMcUCht .dropdown-menu,
.cid-tXPGMcUCht .navbar.opened {
  background-color: true !important;
}
.cid-tXPGMcUCht .nav-item:focus,
.cid-tXPGMcUCht .nav-link:focus {
  outline: none;
}
.cid-tXPGMcUCht .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXPGMcUCht .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXPGMcUCht .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXPGMcUCht .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXPGMcUCht .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXPGMcUCht .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXPGMcUCht .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tXPGMcUCht .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tXPGMcUCht .navbar.opened {
  transition: all 0.3s;
}
.cid-tXPGMcUCht .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tXPGMcUCht .navbar .navbar-logo img {
  max-width: 90px;
  min-height: 50px;
  object-fit: contain;
}
.cid-tXPGMcUCht .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tXPGMcUCht .navbar.collapsed {
  justify-content: center;
}
.cid-tXPGMcUCht .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXPGMcUCht .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXPGMcUCht .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXPGMcUCht .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXPGMcUCht .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXPGMcUCht .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tXPGMcUCht .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXPGMcUCht .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tXPGMcUCht .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
    width: 100% !important;
  }
  .cid-tXPGMcUCht .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXPGMcUCht .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXPGMcUCht .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tXPGMcUCht .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXPGMcUCht .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tXPGMcUCht .navbar .navbar-logo img {
    height: 2.8rem !important;
  }
  .cid-tXPGMcUCht .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tXPGMcUCht .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tXPGMcUCht .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tXPGMcUCht .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tXPGMcUCht .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXPGMcUCht .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tXPGMcUCht .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXPGMcUCht .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXPGMcUCht .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXPGMcUCht .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-tXPGMcUCht .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tXPGMcUCht .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXPGMcUCht .dropdown-item.active,
.cid-tXPGMcUCht .dropdown-item:active {
  background-color: transparent;
}
.cid-tXPGMcUCht .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tXPGMcUCht .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXPGMcUCht .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXPGMcUCht .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXPGMcUCht ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tXPGMcUCht .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXPGMcUCht button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffda00;
}
.cid-tXPGMcUCht button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXPGMcUCht button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXPGMcUCht button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPGMcUCht button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPGMcUCht button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXPGMcUCht nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPGMcUCht nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXPGMcUCht nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXPGMcUCht nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPGMcUCht a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tXPGMcUCht .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXPGMcUCht .navbar {
    height: 70px;
  }
  .cid-tXPGMcUCht .navbar.opened {
    height: auto;
  }
  .cid-tXPGMcUCht .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXPGMcUCht .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tXPGMcUCht .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tXPGMcUCht .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tXPGMcUCht .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tXPGMcUCht .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tXPGMcUCht .navbar-caption:hover {
  color: #ffda00;
}
@media (min-width: 992px) {
  .cid-tXPGMcUCht .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tXPGMcUCht .text_widget {
  margin-bottom: 32px;
}
.cid-tXPGMcUCht .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tXPGMcUCht .text_widget a:hover,
.cid-tXPGMcUCht .text_widget a:focus {
  opacity: .6;
}
.cid-tXPGMcUCht .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tXPGMcUCht .navbar-caption {
  color: #000000;
}
.cid-tXPGMcUCht .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tXPGMcUCht .mbr-section-subtitle,
.cid-tXPGMcUCht .text_widget,
.cid-tXPGMcUCht .mbr-section-btn {
  text-align: center;
}
.cid-tXPGMcUCht a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tXPGMdjwgx {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #3f3193;
}
.cid-tXPGMdjwgx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPGMdjwgx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPGMdjwgx .mbr-section-title {
  color: #ffda00;
  text-align: left;
  margin-top: 20px;
  font-weight: 700;
}
.cid-tXPGMdjwgx .mbr-section-subtitle {
  color: #000000;
  margin: 0;
  font-weight: 700;
}
.cid-tXPGMdjwgx .mbr-text,
.cid-tXPGMdjwgx .mbr-section-btn {
  color: #777777;
  text-align: justify;
}
.cid-tXPGMdjwgx .subtitle-wrapper {
  transform: rotate(-5deg);
  border-left: 8px solid #ffda00;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
.cid-tXPGMdjwgx .mbr-text {
  color: #ffffff;
}
.cid-tXPGMdBWHv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPGMdBWHv .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPGMdBWHv .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPGMdBWHv .mbr-section-title {
  color: #000000;
}
.cid-tXPGMdOonm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPGMdOonm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPGMdOonm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPGMdOonm .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPGMdOonm .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPGMdOonm .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPGMdOonm .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPGMdOonm .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPGMdOonm .image-wrapper img {
  object-fit: cover;
}
.cid-tXPGMdOonm .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXPGMe3F7Y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPGMe3F7Y .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPGMe3F7Y .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPGMe3F7Y .mbr-section-title {
  color: #000000;
}
.cid-tXPGMehMZk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPGMehMZk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPGMehMZk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPGMehMZk .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPGMehMZk .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPGMehMZk .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPGMehMZk .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPGMehMZk .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPGMehMZk .image-wrapper img {
  object-fit: cover;
}
.cid-tXPGMehMZk .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXPGMewi8a {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPGMewi8a .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPGMewi8a .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPGMewi8a .mbr-section-title {
  color: #000000;
}
.cid-tXPGMeL1GT {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #eeeeee;
}
.cid-tXPGMeL1GT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPGMeL1GT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPGMeL1GT .video-wrapper iframe {
  width: 100%;
}
.cid-tXPGMeL1GT .mbr-section-title,
.cid-tXPGMeL1GT .mbr-section-subtitle,
.cid-tXPGMeL1GT .mbr-text {
  text-align: center;
}
.cid-tXPGMeL1GT .mbr-section-title {
  color: #000000;
}
.cid-tXPGMf3MlV {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #aaaaaa;
}
.cid-tXPGMf3MlV .item-content .mbr-text a {
  font-weight: 700;
}
.cid-tXPGMf3MlV .mbr-text {
  text-align: justify;
  font-weight: 700;
}
.cid-tXPGMf3MlV .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tXPGMf3MlV .container {
    max-width: 1308px;
  }
}
.cid-tXPGMf3MlV .item-content {
  padding: 1rem;
}
.cid-tXPGMf3MlV img,
.cid-tXPGMf3MlV .item-img {
  width: 100%;
  object-fit: cover;
}
.cid-tXPGMf3MlV .item:focus,
.cid-tXPGMf3MlV span:focus {
  outline: none;
}
.cid-tXPGMf3MlV .item-wrapper {
  position: relative;
}
.cid-tXPGMf3MlV .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tXPGMf3MlV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-tXPGMf3MlV .embla__slide {
    min-width: 270px;
    max-width: 270px;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tXPGMf3MlV .embla__button--next,
.cid-tXPGMf3MlV .embla__button--prev {
  display: flex;
}
.cid-tXPGMf3MlV .embla__button {
  border: none !important;
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: -1.5rem;
  font-size: 14px;
  color: #000000;
  background-color: #ffda00;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXPGMf3MlV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXPGMf3MlV .embla__button:hover {
  background-color: #3f3193;
  color: #ffda00;
}
.cid-tXPGMf3MlV .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXPGMf3MlV .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXPGMf3MlV .embla__button {
    top: auto;
  }
}
.cid-tXPGMf3MlV .embla {
  position: relative;
  width: 100%;
}
.cid-tXPGMf3MlV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXPGMf3MlV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXPGMf3MlV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXPGMf3MlV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tXPGMf3MlV .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tXPGMf3MlV .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-tXPGMfxJrq {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffda00;
}
@media (max-width: 767px) {
  .cid-tXPGMfxJrq .content {
    text-align: center;
  }
  .cid-tXPGMfxJrq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tXPGMfxJrq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tXPGMfxJrq .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tXPGMfxJrq .media-wrap img {
  height: 6rem;
}
.cid-tXPGMfxJrq .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-tXPGMfxJrq .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-tXPGMfxJrq .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-tXPGMfxJrq .mbr-text {
  color: #8d97ad;
  font-weight: 400;
}
.cid-tXPGMfxJrq .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXPGMfxJrq .copyright img {
  margin-right: 10px;
}
.cid-tXPGMfxJrq hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-tXPGMfxJrq .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXPGMfxJrq .p-title {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-tXPGMfxJrq H5 {
  text-align: center;
  color: #000000;
}
.cid-tXPGMfxJrq .copyright > p {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-tXPGMfxJrq SPAN {
  color: #000000;
}
.cid-tXPGMfxJrq .menu-list span a {
  font-weight: 400;
}
@charset "UTF-8";

section {
    background-color: #eeeeee;
}

body {
  font-style: normal;
  font-weight: 300;
  color: #000000;
  position: relative;
}

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

.embla__button,
.carousel-control {
  background-color: #edefea;
  opacity: 0.8 !important;
  color: #464845;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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;

}

.mbr-section-subtitle {

}

.mbr-text {
  font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {

  word-break: break-word;
  word-wrap: break-word;

}

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tXPFcRmBIF {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tXPFcRmBIF .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-tXPFcRmBIF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-tXPFcRmBIF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXPFcRmBIF .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXPFcRmBIF .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tXPFcRmBIF .menu_box .navbar.opened,
  .cid-tXPFcRmBIF .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tXPFcRmBIF nav.navbar {
  position: fixed;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.cid-tXPFcRmBIF .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tXPFcRmBIF .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tXPFcRmBIF .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tXPFcRmBIF .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tXPFcRmBIF .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tXPFcRmBIF .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tXPFcRmBIF .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tXPFcRmBIF .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tXPFcRmBIF .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tXPFcRmBIF .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tXPFcRmBIF .offcanvas-body .mbr-text,
  .cid-tXPFcRmBIF .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tXPFcRmBIF .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tXPFcRmBIF .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tXPFcRmBIF .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tXPFcRmBIF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tXPFcRmBIF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tXPFcRmBIF .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tXPFcRmBIF .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tXPFcRmBIF ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tXPFcRmBIF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPFcRmBIF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tXPFcRmBIF .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tXPFcRmBIF li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tXPFcRmBIF .lg_brand {
    margin: 0 1rem;
  }
  .cid-tXPFcRmBIF .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tXPFcRmBIF .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tXPFcRmBIF .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tXPFcRmBIF .nav-item {
    margin: 0 !important;
  }
}
.cid-tXPFcRmBIF .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tXPFcRmBIF .nav-item .nav-link:hover,
.cid-tXPFcRmBIF .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #ffda00;
  color: #000000 !important;
}
.cid-tXPFcRmBIF .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tXPFcRmBIF .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tXPFcRmBIF .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tXPFcRmBIF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPFcRmBIF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tXPFcRmBIF .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tXPFcRmBIF .offcanvas_box {
    display: none;
  }
}
.cid-tXPFcRmBIF .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tXPFcRmBIF .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tXPFcRmBIF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tXPFcRmBIF .container {
  display: flex;
  margin: auto;
}
.cid-tXPFcRmBIF .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tXPFcRmBIF .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tXPFcRmBIF .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tXPFcRmBIF .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tXPFcRmBIF .navbar-nav {
    margin: 0;
  }
}
.cid-tXPFcRmBIF .dropdown-menu,
.cid-tXPFcRmBIF .navbar.opened {
  background-color: true !important;
}
.cid-tXPFcRmBIF .nav-item:focus,
.cid-tXPFcRmBIF .nav-link:focus {
  outline: none;
}
.cid-tXPFcRmBIF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXPFcRmBIF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXPFcRmBIF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXPFcRmBIF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXPFcRmBIF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXPFcRmBIF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXPFcRmBIF .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tXPFcRmBIF .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tXPFcRmBIF .navbar.opened {
  transition: all 0.3s;
}
.cid-tXPFcRmBIF .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tXPFcRmBIF .navbar .navbar-logo img {
  max-width: 90px;
  min-height: 50px;
  object-fit: contain;
}
.cid-tXPFcRmBIF .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tXPFcRmBIF .navbar.collapsed {
  justify-content: center;
}
.cid-tXPFcRmBIF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXPFcRmBIF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXPFcRmBIF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXPFcRmBIF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXPFcRmBIF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXPFcRmBIF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tXPFcRmBIF .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXPFcRmBIF .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tXPFcRmBIF .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
    width: 100% !important;
  }
  .cid-tXPFcRmBIF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXPFcRmBIF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXPFcRmBIF .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tXPFcRmBIF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXPFcRmBIF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tXPFcRmBIF .navbar .navbar-logo img {
    height: 2.8rem !important;
  }
  .cid-tXPFcRmBIF .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tXPFcRmBIF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tXPFcRmBIF .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tXPFcRmBIF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tXPFcRmBIF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXPFcRmBIF .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tXPFcRmBIF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXPFcRmBIF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXPFcRmBIF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXPFcRmBIF .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-tXPFcRmBIF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tXPFcRmBIF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXPFcRmBIF .dropdown-item.active,
.cid-tXPFcRmBIF .dropdown-item:active {
  background-color: transparent;
}
.cid-tXPFcRmBIF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tXPFcRmBIF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXPFcRmBIF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXPFcRmBIF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXPFcRmBIF ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tXPFcRmBIF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXPFcRmBIF button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffda00;
}
.cid-tXPFcRmBIF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXPFcRmBIF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXPFcRmBIF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPFcRmBIF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPFcRmBIF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXPFcRmBIF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPFcRmBIF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXPFcRmBIF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXPFcRmBIF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPFcRmBIF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tXPFcRmBIF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXPFcRmBIF .navbar {
    height: 70px;
  }
  .cid-tXPFcRmBIF .navbar.opened {
    height: auto;
  }
  .cid-tXPFcRmBIF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXPFcRmBIF .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tXPFcRmBIF .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tXPFcRmBIF .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tXPFcRmBIF .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tXPFcRmBIF .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tXPFcRmBIF .navbar-caption:hover {
  color: #ffda00;
}
@media (min-width: 992px) {
  .cid-tXPFcRmBIF .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tXPFcRmBIF .text_widget {
  margin-bottom: 32px;
}
.cid-tXPFcRmBIF .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tXPFcRmBIF .text_widget a:hover,
.cid-tXPFcRmBIF .text_widget a:focus {
  opacity: .6;
}
.cid-tXPFcRmBIF .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tXPFcRmBIF .navbar-caption {
  color: #000000;
}
.cid-tXPFcRmBIF .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tXPFcRmBIF .mbr-section-subtitle,
.cid-tXPFcRmBIF .text_widget,
.cid-tXPFcRmBIF .mbr-section-btn {
  text-align: center;
}
.cid-tXPFcRmBIF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tXPFcRVRKE {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #3f3193;
}
.cid-tXPFcRVRKE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPFcRVRKE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPFcRVRKE .mbr-section-title {
  color: #ffda00;
  text-align: left;
  margin-top: 20px;
  font-weight: 700;
}
.cid-tXPFcRVRKE .mbr-section-subtitle {
  color: #000000;
  margin: 0;
  font-weight: 700;
}
.cid-tXPFcRVRKE .mbr-text,
.cid-tXPFcRVRKE .mbr-section-btn {
  color: #777777;
  text-align: justify;
}
.cid-tXPFcRVRKE .subtitle-wrapper {
  transform: rotate(-5deg);
  border-left: 8px solid #ffda00;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
.cid-tXPFcRVRKE .mbr-text {
  color: #ffffff;
}
.cid-tXPFcSgxrI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPFcSgxrI .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPFcSgxrI .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPFcSgxrI .mbr-section-title {
  color: #000000;
}
.cid-tXPFcSzIoi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPFcSzIoi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPFcSzIoi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPFcSzIoi .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPFcSzIoi .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPFcSzIoi .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPFcSzIoi .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPFcSzIoi .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPFcSzIoi .image-wrapper img {
  object-fit: cover;
}
.cid-tXPFcSzIoi .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXPFcTxDbI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPFcTxDbI .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPFcTxDbI .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPFcTxDbI .mbr-section-title {
  color: #000000;
}
.cid-tXPFcTMcso {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPFcTMcso .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPFcTMcso .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPFcTMcso .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPFcTMcso .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPFcTMcso .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPFcTMcso .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPFcTMcso .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPFcTMcso .image-wrapper img {
  object-fit: cover;
}
.cid-tXPFcTMcso .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXPFcU1NQU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPFcU1NQU .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPFcU1NQU .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPFcU1NQU .mbr-section-title {
  color: #000000;
}
.cid-tXPFcUgVyY {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #eeeeee;
}
.cid-tXPFcUgVyY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPFcUgVyY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPFcUgVyY .video-wrapper iframe {
  width: 100%;
}
.cid-tXPFcUgVyY .mbr-section-title,
.cid-tXPFcUgVyY .mbr-section-subtitle,
.cid-tXPFcUgVyY .mbr-text {
  text-align: center;
}
.cid-tXPFcUgVyY .mbr-section-title {
  color: #000000;
}
.cid-tXPFcUyUez {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #aaaaaa;
}
.cid-tXPFcUyUez .item-content .mbr-text a {
  font-weight: 700;
}
.cid-tXPFcUyUez .mbr-text {
  text-align: justify;
  font-weight: 700;
}
.cid-tXPFcUyUez .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tXPFcUyUez .container {
    max-width: 1308px;
  }
}
.cid-tXPFcUyUez .item-content {
  padding: 1rem;
}
.cid-tXPFcUyUez img,
.cid-tXPFcUyUez .item-img {
  width: 100%;
  object-fit: cover;
}
.cid-tXPFcUyUez .item:focus,
.cid-tXPFcUyUez span:focus {
  outline: none;
}
.cid-tXPFcUyUez .item-wrapper {
  position: relative;
}
.cid-tXPFcUyUez .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tXPFcUyUez .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-tXPFcUyUez .embla__slide {
    min-width: 270px;
    max-width: 270px;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tXPFcUyUez .embla__button--next,
.cid-tXPFcUyUez .embla__button--prev {
  display: flex;
}
.cid-tXPFcUyUez .embla__button {
  border: none !important;
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: -1.5rem;
  font-size: 14px;
  color: #000000;
  background-color: #ffda00;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXPFcUyUez .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXPFcUyUez .embla__button:hover {
  background-color: #3f3193;
  color: #ffda00;
}
.cid-tXPFcUyUez .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXPFcUyUez .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXPFcUyUez .embla__button {
    top: auto;
  }
}
.cid-tXPFcUyUez .embla {
  position: relative;
  width: 100%;
}
.cid-tXPFcUyUez .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXPFcUyUez .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXPFcUyUez .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXPFcUyUez .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tXPFcUyUez .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tXPFcUyUez .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-tXPFcUZDtF {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffda00;
}
@media (max-width: 767px) {
  .cid-tXPFcUZDtF .content {
    text-align: center;
  }
  .cid-tXPFcUZDtF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tXPFcUZDtF .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tXPFcUZDtF .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tXPFcUZDtF .media-wrap img {
  height: 6rem;
}
.cid-tXPFcUZDtF .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-tXPFcUZDtF .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-tXPFcUZDtF .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-tXPFcUZDtF .mbr-text {
  color: #8d97ad;
  font-weight: 400;
}
.cid-tXPFcUZDtF .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXPFcUZDtF .copyright img {
  margin-right: 10px;
}
.cid-tXPFcUZDtF hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-tXPFcUZDtF .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXPFcUZDtF .p-title {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-tXPFcUZDtF H5 {
  text-align: center;
  color: #000000;
}
.cid-tXPFcUZDtF .copyright > p {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-tXPFcUZDtF SPAN {
  color: #000000;
}
.cid-tXPFcUZDtF .menu-list span a {
  font-weight: 400;
}
@charset "UTF-8";

section {
    background-color: #eeeeee;
}

body {
  font-style: normal;
  font-weight: 300;
  color: #000000;
  position: relative;
}

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

.embla__button,
.carousel-control {
  background-color: #edefea;
  opacity: 0.8 !important;
  color: #464845;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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;

}

.mbr-section-subtitle {

}

.mbr-text {
  font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {

  word-break: break-word;
  word-wrap: break-word;

}

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tXPGMYmNA1 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tXPGMYmNA1 .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-tXPGMYmNA1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-tXPGMYmNA1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXPGMYmNA1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXPGMYmNA1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tXPGMYmNA1 .menu_box .navbar.opened,
  .cid-tXPGMYmNA1 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tXPGMYmNA1 nav.navbar {
  position: fixed;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.cid-tXPGMYmNA1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tXPGMYmNA1 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tXPGMYmNA1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tXPGMYmNA1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tXPGMYmNA1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tXPGMYmNA1 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tXPGMYmNA1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tXPGMYmNA1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tXPGMYmNA1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tXPGMYmNA1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tXPGMYmNA1 .offcanvas-body .mbr-text,
  .cid-tXPGMYmNA1 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tXPGMYmNA1 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tXPGMYmNA1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tXPGMYmNA1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tXPGMYmNA1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tXPGMYmNA1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tXPGMYmNA1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tXPGMYmNA1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tXPGMYmNA1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tXPGMYmNA1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPGMYmNA1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tXPGMYmNA1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tXPGMYmNA1 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tXPGMYmNA1 .lg_brand {
    margin: 0 1rem;
  }
  .cid-tXPGMYmNA1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tXPGMYmNA1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tXPGMYmNA1 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tXPGMYmNA1 .nav-item {
    margin: 0 !important;
  }
}
.cid-tXPGMYmNA1 .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tXPGMYmNA1 .nav-item .nav-link:hover,
.cid-tXPGMYmNA1 .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #ffda00;
  color: #000000 !important;
}
.cid-tXPGMYmNA1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tXPGMYmNA1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tXPGMYmNA1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tXPGMYmNA1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPGMYmNA1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tXPGMYmNA1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tXPGMYmNA1 .offcanvas_box {
    display: none;
  }
}
.cid-tXPGMYmNA1 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tXPGMYmNA1 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tXPGMYmNA1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tXPGMYmNA1 .container {
  display: flex;
  margin: auto;
}
.cid-tXPGMYmNA1 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tXPGMYmNA1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tXPGMYmNA1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tXPGMYmNA1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tXPGMYmNA1 .navbar-nav {
    margin: 0;
  }
}
.cid-tXPGMYmNA1 .dropdown-menu,
.cid-tXPGMYmNA1 .navbar.opened {
  background-color: true !important;
}
.cid-tXPGMYmNA1 .nav-item:focus,
.cid-tXPGMYmNA1 .nav-link:focus {
  outline: none;
}
.cid-tXPGMYmNA1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXPGMYmNA1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXPGMYmNA1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXPGMYmNA1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXPGMYmNA1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXPGMYmNA1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXPGMYmNA1 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tXPGMYmNA1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tXPGMYmNA1 .navbar.opened {
  transition: all 0.3s;
}
.cid-tXPGMYmNA1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tXPGMYmNA1 .navbar .navbar-logo img {
  max-width: 90px;
  min-height: 50px;
  object-fit: contain;
}
.cid-tXPGMYmNA1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tXPGMYmNA1 .navbar.collapsed {
  justify-content: center;
}
.cid-tXPGMYmNA1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXPGMYmNA1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXPGMYmNA1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXPGMYmNA1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXPGMYmNA1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXPGMYmNA1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tXPGMYmNA1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXPGMYmNA1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tXPGMYmNA1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
    width: 100% !important;
  }
  .cid-tXPGMYmNA1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXPGMYmNA1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXPGMYmNA1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tXPGMYmNA1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXPGMYmNA1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tXPGMYmNA1 .navbar .navbar-logo img {
    height: 2.8rem !important;
  }
  .cid-tXPGMYmNA1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tXPGMYmNA1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tXPGMYmNA1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tXPGMYmNA1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tXPGMYmNA1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXPGMYmNA1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tXPGMYmNA1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXPGMYmNA1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXPGMYmNA1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXPGMYmNA1 .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-tXPGMYmNA1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tXPGMYmNA1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXPGMYmNA1 .dropdown-item.active,
.cid-tXPGMYmNA1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tXPGMYmNA1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tXPGMYmNA1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXPGMYmNA1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXPGMYmNA1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXPGMYmNA1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tXPGMYmNA1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXPGMYmNA1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffda00;
}
.cid-tXPGMYmNA1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXPGMYmNA1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXPGMYmNA1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPGMYmNA1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPGMYmNA1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXPGMYmNA1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPGMYmNA1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXPGMYmNA1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXPGMYmNA1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPGMYmNA1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tXPGMYmNA1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXPGMYmNA1 .navbar {
    height: 70px;
  }
  .cid-tXPGMYmNA1 .navbar.opened {
    height: auto;
  }
  .cid-tXPGMYmNA1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXPGMYmNA1 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tXPGMYmNA1 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tXPGMYmNA1 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tXPGMYmNA1 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tXPGMYmNA1 .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tXPGMYmNA1 .navbar-caption:hover {
  color: #ffda00;
}
@media (min-width: 992px) {
  .cid-tXPGMYmNA1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tXPGMYmNA1 .text_widget {
  margin-bottom: 32px;
}
.cid-tXPGMYmNA1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tXPGMYmNA1 .text_widget a:hover,
.cid-tXPGMYmNA1 .text_widget a:focus {
  opacity: .6;
}
.cid-tXPGMYmNA1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tXPGMYmNA1 .navbar-caption {
  color: #000000;
}
.cid-tXPGMYmNA1 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tXPGMYmNA1 .mbr-section-subtitle,
.cid-tXPGMYmNA1 .text_widget,
.cid-tXPGMYmNA1 .mbr-section-btn {
  text-align: center;
}
.cid-tXPGMYmNA1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tXPGMYKAX2 {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #3f3193;
}
.cid-tXPGMYKAX2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPGMYKAX2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPGMYKAX2 .mbr-section-title {
  color: #ffda00;
  text-align: left;
  margin-top: 20px;
  font-weight: 700;
}
.cid-tXPGMYKAX2 .mbr-section-subtitle {
  color: #000000;
  margin: 0;
  font-weight: 700;
}
.cid-tXPGMYKAX2 .mbr-text,
.cid-tXPGMYKAX2 .mbr-section-btn {
  color: #777777;
  text-align: justify;
}
.cid-tXPGMYKAX2 .subtitle-wrapper {
  transform: rotate(-5deg);
  border-left: 8px solid #ffda00;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
.cid-tXPGMYKAX2 .mbr-text {
  color: #ffffff;
}
.cid-tXPGMYZaGy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPGMYZaGy .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPGMYZaGy .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPGMYZaGy .mbr-section-title {
  color: #000000;
}
.cid-tXPGMZdDrR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPGMZdDrR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPGMZdDrR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPGMZdDrR .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPGMZdDrR .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPGMZdDrR .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPGMZdDrR .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPGMZdDrR .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPGMZdDrR .image-wrapper img {
  object-fit: cover;
}
.cid-tXPGMZdDrR .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXPGMZvEIj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPGMZvEIj .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPGMZvEIj .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPGMZvEIj .mbr-section-title {
  color: #000000;
}
.cid-tXPGMZJOA6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPGMZJOA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPGMZJOA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPGMZJOA6 .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPGMZJOA6 .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPGMZJOA6 .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPGMZJOA6 .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPGMZJOA6 .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPGMZJOA6 .image-wrapper img {
  object-fit: cover;
}
.cid-tXPGMZJOA6 .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXPGMZYu5z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPGMZYu5z .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPGMZYu5z .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPGMZYu5z .mbr-section-title {
  color: #000000;
}
.cid-tXPGN0dHRT {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #eeeeee;
}
.cid-tXPGN0dHRT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPGN0dHRT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPGN0dHRT .video-wrapper iframe {
  width: 100%;
}
.cid-tXPGN0dHRT .mbr-section-title,
.cid-tXPGN0dHRT .mbr-section-subtitle,
.cid-tXPGN0dHRT .mbr-text {
  text-align: center;
}
.cid-tXPGN0dHRT .mbr-section-title {
  color: #000000;
}
.cid-tXPGN0vSfk {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #aaaaaa;
}
.cid-tXPGN0vSfk .item-content .mbr-text a {
  font-weight: 700;
}
.cid-tXPGN0vSfk .mbr-text {
  text-align: justify;
  font-weight: 700;
}
.cid-tXPGN0vSfk .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tXPGN0vSfk .container {
    max-width: 1308px;
  }
}
.cid-tXPGN0vSfk .item-content {
  padding: 1rem;
}
.cid-tXPGN0vSfk img,
.cid-tXPGN0vSfk .item-img {
  width: 100%;
  object-fit: cover;
}
.cid-tXPGN0vSfk .item:focus,
.cid-tXPGN0vSfk span:focus {
  outline: none;
}
.cid-tXPGN0vSfk .item-wrapper {
  position: relative;
}
.cid-tXPGN0vSfk .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tXPGN0vSfk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-tXPGN0vSfk .embla__slide {
    min-width: 270px;
    max-width: 270px;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tXPGN0vSfk .embla__button--next,
.cid-tXPGN0vSfk .embla__button--prev {
  display: flex;
}
.cid-tXPGN0vSfk .embla__button {
  border: none !important;
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: -1.5rem;
  font-size: 14px;
  color: #000000;
  background-color: #ffda00;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXPGN0vSfk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXPGN0vSfk .embla__button:hover {
  background-color: #3f3193;
  color: #ffda00;
}
.cid-tXPGN0vSfk .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXPGN0vSfk .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXPGN0vSfk .embla__button {
    top: auto;
  }
}
.cid-tXPGN0vSfk .embla {
  position: relative;
  width: 100%;
}
.cid-tXPGN0vSfk .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXPGN0vSfk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXPGN0vSfk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXPGN0vSfk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tXPGN0vSfk .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tXPGN0vSfk .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-tXPGN0Zhs2 {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffda00;
}
@media (max-width: 767px) {
  .cid-tXPGN0Zhs2 .content {
    text-align: center;
  }
  .cid-tXPGN0Zhs2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tXPGN0Zhs2 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tXPGN0Zhs2 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tXPGN0Zhs2 .media-wrap img {
  height: 6rem;
}
.cid-tXPGN0Zhs2 .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-tXPGN0Zhs2 .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-tXPGN0Zhs2 .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-tXPGN0Zhs2 .mbr-text {
  color: #8d97ad;
  font-weight: 400;
}
.cid-tXPGN0Zhs2 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXPGN0Zhs2 .copyright img {
  margin-right: 10px;
}
.cid-tXPGN0Zhs2 hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-tXPGN0Zhs2 .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXPGN0Zhs2 .p-title {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-tXPGN0Zhs2 H5 {
  text-align: center;
  color: #000000;
}
.cid-tXPGN0Zhs2 .copyright > p {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-tXPGN0Zhs2 SPAN {
  color: #000000;
}
.cid-tXPGN0Zhs2 .menu-list span a {
  font-weight: 400;
}
@charset "UTF-8";

section {
    background-color: #eeeeee;
}

body {
  font-style: normal;
  font-weight: 300;
  color: #000000;
  position: relative;
}

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

.embla__button,
.carousel-control {
  background-color: #edefea;
  opacity: 0.8 !important;
  color: #464845;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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;

}

.mbr-section-subtitle {

}

.mbr-text {
  font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {

  word-break: break-word;
  word-wrap: break-word;

}

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tXPFJcL03R {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tXPFJcL03R .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-tXPFJcL03R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-tXPFJcL03R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXPFJcL03R .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXPFJcL03R .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tXPFJcL03R .menu_box .navbar.opened,
  .cid-tXPFJcL03R .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tXPFJcL03R nav.navbar {
  position: fixed;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.cid-tXPFJcL03R .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tXPFJcL03R .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tXPFJcL03R .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tXPFJcL03R .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tXPFJcL03R .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tXPFJcL03R .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tXPFJcL03R .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tXPFJcL03R .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tXPFJcL03R .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tXPFJcL03R .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tXPFJcL03R .offcanvas-body .mbr-text,
  .cid-tXPFJcL03R .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tXPFJcL03R .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tXPFJcL03R .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tXPFJcL03R .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tXPFJcL03R .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tXPFJcL03R .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tXPFJcL03R .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tXPFJcL03R .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tXPFJcL03R ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tXPFJcL03R .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPFJcL03R .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tXPFJcL03R .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tXPFJcL03R li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tXPFJcL03R .lg_brand {
    margin: 0 1rem;
  }
  .cid-tXPFJcL03R .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tXPFJcL03R .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tXPFJcL03R .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tXPFJcL03R .nav-item {
    margin: 0 !important;
  }
}
.cid-tXPFJcL03R .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tXPFJcL03R .nav-item .nav-link:hover,
.cid-tXPFJcL03R .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #ffda00;
  color: #000000 !important;
}
.cid-tXPFJcL03R .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tXPFJcL03R .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tXPFJcL03R .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tXPFJcL03R .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPFJcL03R .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tXPFJcL03R .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tXPFJcL03R .offcanvas_box {
    display: none;
  }
}
.cid-tXPFJcL03R .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tXPFJcL03R .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tXPFJcL03R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tXPFJcL03R .container {
  display: flex;
  margin: auto;
}
.cid-tXPFJcL03R .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tXPFJcL03R .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tXPFJcL03R .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tXPFJcL03R .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tXPFJcL03R .navbar-nav {
    margin: 0;
  }
}
.cid-tXPFJcL03R .dropdown-menu,
.cid-tXPFJcL03R .navbar.opened {
  background-color: true !important;
}
.cid-tXPFJcL03R .nav-item:focus,
.cid-tXPFJcL03R .nav-link:focus {
  outline: none;
}
.cid-tXPFJcL03R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXPFJcL03R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXPFJcL03R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXPFJcL03R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXPFJcL03R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXPFJcL03R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXPFJcL03R .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tXPFJcL03R .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tXPFJcL03R .navbar.opened {
  transition: all 0.3s;
}
.cid-tXPFJcL03R .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tXPFJcL03R .navbar .navbar-logo img {
  max-width: 90px;
  min-height: 50px;
  object-fit: contain;
}
.cid-tXPFJcL03R .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tXPFJcL03R .navbar.collapsed {
  justify-content: center;
}
.cid-tXPFJcL03R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXPFJcL03R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXPFJcL03R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXPFJcL03R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXPFJcL03R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXPFJcL03R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tXPFJcL03R .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXPFJcL03R .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tXPFJcL03R .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
    width: 100% !important;
  }
  .cid-tXPFJcL03R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXPFJcL03R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXPFJcL03R .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tXPFJcL03R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXPFJcL03R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tXPFJcL03R .navbar .navbar-logo img {
    height: 2.8rem !important;
  }
  .cid-tXPFJcL03R .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tXPFJcL03R .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tXPFJcL03R .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tXPFJcL03R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tXPFJcL03R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXPFJcL03R .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tXPFJcL03R .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXPFJcL03R .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXPFJcL03R .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXPFJcL03R .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-tXPFJcL03R .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tXPFJcL03R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXPFJcL03R .dropdown-item.active,
.cid-tXPFJcL03R .dropdown-item:active {
  background-color: transparent;
}
.cid-tXPFJcL03R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tXPFJcL03R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXPFJcL03R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXPFJcL03R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXPFJcL03R ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tXPFJcL03R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXPFJcL03R button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffda00;
}
.cid-tXPFJcL03R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXPFJcL03R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXPFJcL03R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPFJcL03R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPFJcL03R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXPFJcL03R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPFJcL03R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXPFJcL03R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXPFJcL03R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPFJcL03R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tXPFJcL03R .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXPFJcL03R .navbar {
    height: 70px;
  }
  .cid-tXPFJcL03R .navbar.opened {
    height: auto;
  }
  .cid-tXPFJcL03R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXPFJcL03R .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tXPFJcL03R .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tXPFJcL03R .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tXPFJcL03R .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tXPFJcL03R .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tXPFJcL03R .navbar-caption:hover {
  color: #ffda00;
}
@media (min-width: 992px) {
  .cid-tXPFJcL03R .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tXPFJcL03R .text_widget {
  margin-bottom: 32px;
}
.cid-tXPFJcL03R .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tXPFJcL03R .text_widget a:hover,
.cid-tXPFJcL03R .text_widget a:focus {
  opacity: .6;
}
.cid-tXPFJcL03R .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tXPFJcL03R .navbar-caption {
  color: #000000;
}
.cid-tXPFJcL03R .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tXPFJcL03R .mbr-section-subtitle,
.cid-tXPFJcL03R .text_widget,
.cid-tXPFJcL03R .mbr-section-btn {
  text-align: center;
}
.cid-tXPFJcL03R a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tXPFJdcIZq {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #3f3193;
}
.cid-tXPFJdcIZq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPFJdcIZq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPFJdcIZq .mbr-section-title {
  color: #ffda00;
  text-align: left;
  margin-top: 20px;
  font-weight: 700;
}
.cid-tXPFJdcIZq .mbr-section-subtitle {
  font-weight: 700;
  color: #000000;
  margin: 0;
  text-align: left;
}
.cid-tXPFJdcIZq .mbr-text,
.cid-tXPFJdcIZq .mbr-section-btn {
  color: #777777;
  text-align: justify;
}
.cid-tXPFJdcIZq .subtitle-wrapper {
  transform: rotate(-5deg);
  border-left: 8px solid #ffda00;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
.cid-tXPFJdcIZq .mbr-text {
  color: #ffffff;
}
.cid-tXPFJdtPBu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPFJdtPBu .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPFJdtPBu .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPFJdtPBu .mbr-section-title {
  color: #000000;
}
.cid-tXPFJdItVY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPFJdItVY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPFJdItVY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPFJdItVY .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPFJdItVY .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPFJdItVY .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPFJdItVY .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPFJdItVY .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPFJdItVY .image-wrapper img {
  object-fit: cover;
}
.cid-tXPFJdItVY .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXPFJdYGMT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPFJdYGMT .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPFJdYGMT .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPFJdYGMT .mbr-section-title {
  color: #000000;
}
.cid-tXPFJed2MQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPFJed2MQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPFJed2MQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPFJed2MQ .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPFJed2MQ .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPFJed2MQ .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPFJed2MQ .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPFJed2MQ .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPFJed2MQ .image-wrapper img {
  object-fit: cover;
}
.cid-tXPFJed2MQ .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXPFJevNhH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPFJevNhH .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPFJevNhH .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPFJevNhH .mbr-section-title {
  color: #000000;
}
.cid-tXPFJeJgcH {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #eeeeee;
}
.cid-tXPFJeJgcH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPFJeJgcH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPFJeJgcH .video-wrapper iframe {
  width: 100%;
}
.cid-tXPFJeJgcH .mbr-section-title,
.cid-tXPFJeJgcH .mbr-section-subtitle,
.cid-tXPFJeJgcH .mbr-text {
  text-align: center;
}
.cid-tXPFJeJgcH .mbr-section-title {
  color: #000000;
}
.cid-tXPFJf2gCD {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #aaaaaa;
}
.cid-tXPFJf2gCD .item-content .mbr-text a {
  font-weight: 700;
}
.cid-tXPFJf2gCD .mbr-text {
  text-align: justify;
  font-weight: 700;
}
.cid-tXPFJf2gCD .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tXPFJf2gCD .container {
    max-width: 1308px;
  }
}
.cid-tXPFJf2gCD .item-content {
  padding: 1rem;
}
.cid-tXPFJf2gCD img,
.cid-tXPFJf2gCD .item-img {
  width: 100%;
  object-fit: cover;
}
.cid-tXPFJf2gCD .item:focus,
.cid-tXPFJf2gCD span:focus {
  outline: none;
}
.cid-tXPFJf2gCD .item-wrapper {
  position: relative;
}
.cid-tXPFJf2gCD .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tXPFJf2gCD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-tXPFJf2gCD .embla__slide {
    min-width: 270px;
    max-width: 270px;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tXPFJf2gCD .embla__button--next,
.cid-tXPFJf2gCD .embla__button--prev {
  display: flex;
}
.cid-tXPFJf2gCD .embla__button {
  border: none !important;
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: -1.5rem;
  font-size: 14px;
  color: #000000;
  background-color: #ffda00;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXPFJf2gCD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXPFJf2gCD .embla__button:hover {
  background-color: #3f3193;
  color: #ffda00;
}
.cid-tXPFJf2gCD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXPFJf2gCD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXPFJf2gCD .embla__button {
    top: auto;
  }
}
.cid-tXPFJf2gCD .embla {
  position: relative;
  width: 100%;
}
.cid-tXPFJf2gCD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXPFJf2gCD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXPFJf2gCD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXPFJf2gCD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tXPFJf2gCD .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tXPFJf2gCD .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-tXPFJfvl7z {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffda00;
}
@media (max-width: 767px) {
  .cid-tXPFJfvl7z .content {
    text-align: center;
  }
  .cid-tXPFJfvl7z .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tXPFJfvl7z .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tXPFJfvl7z .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tXPFJfvl7z .media-wrap img {
  height: 6rem;
}
.cid-tXPFJfvl7z .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-tXPFJfvl7z .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-tXPFJfvl7z .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-tXPFJfvl7z .mbr-text {
  color: #8d97ad;
  font-weight: 400;
}
.cid-tXPFJfvl7z .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXPFJfvl7z .copyright img {
  margin-right: 10px;
}
.cid-tXPFJfvl7z hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-tXPFJfvl7z .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXPFJfvl7z .p-title {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-tXPFJfvl7z H5 {
  text-align: center;
  color: #000000;
}
.cid-tXPFJfvl7z .copyright > p {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-tXPFJfvl7z SPAN {
  color: #000000;
}
.cid-tXPFJfvl7z .menu-list span a {
  font-weight: 400;
}
@charset "UTF-8";

section {
    background-color: #eeeeee;
}

body {
  font-style: normal;
  font-weight: 300;
  color: #000000;
  position: relative;
}

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

.embla__button,
.carousel-control {
  background-color: #edefea;
  opacity: 0.8 !important;
  color: #464845;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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;

}

.mbr-section-subtitle {

}

.mbr-text {
  font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {

  word-break: break-word;
  word-wrap: break-word;

}

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tXPGHmghU3 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tXPGHmghU3 .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-tXPGHmghU3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-tXPGHmghU3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXPGHmghU3 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXPGHmghU3 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tXPGHmghU3 .menu_box .navbar.opened,
  .cid-tXPGHmghU3 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tXPGHmghU3 nav.navbar {
  position: fixed;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.cid-tXPGHmghU3 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tXPGHmghU3 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tXPGHmghU3 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tXPGHmghU3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tXPGHmghU3 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tXPGHmghU3 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tXPGHmghU3 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tXPGHmghU3 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tXPGHmghU3 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tXPGHmghU3 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tXPGHmghU3 .offcanvas-body .mbr-text,
  .cid-tXPGHmghU3 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tXPGHmghU3 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tXPGHmghU3 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tXPGHmghU3 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tXPGHmghU3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tXPGHmghU3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tXPGHmghU3 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tXPGHmghU3 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tXPGHmghU3 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tXPGHmghU3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPGHmghU3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tXPGHmghU3 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tXPGHmghU3 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tXPGHmghU3 .lg_brand {
    margin: 0 1rem;
  }
  .cid-tXPGHmghU3 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tXPGHmghU3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tXPGHmghU3 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tXPGHmghU3 .nav-item {
    margin: 0 !important;
  }
}
.cid-tXPGHmghU3 .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tXPGHmghU3 .nav-item .nav-link:hover,
.cid-tXPGHmghU3 .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #ffda00;
  color: #000000 !important;
}
.cid-tXPGHmghU3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tXPGHmghU3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tXPGHmghU3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tXPGHmghU3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPGHmghU3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tXPGHmghU3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tXPGHmghU3 .offcanvas_box {
    display: none;
  }
}
.cid-tXPGHmghU3 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tXPGHmghU3 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tXPGHmghU3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tXPGHmghU3 .container {
  display: flex;
  margin: auto;
}
.cid-tXPGHmghU3 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tXPGHmghU3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tXPGHmghU3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tXPGHmghU3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tXPGHmghU3 .navbar-nav {
    margin: 0;
  }
}
.cid-tXPGHmghU3 .dropdown-menu,
.cid-tXPGHmghU3 .navbar.opened {
  background-color: true !important;
}
.cid-tXPGHmghU3 .nav-item:focus,
.cid-tXPGHmghU3 .nav-link:focus {
  outline: none;
}
.cid-tXPGHmghU3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXPGHmghU3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXPGHmghU3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXPGHmghU3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXPGHmghU3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXPGHmghU3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXPGHmghU3 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tXPGHmghU3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tXPGHmghU3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tXPGHmghU3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tXPGHmghU3 .navbar .navbar-logo img {
  max-width: 90px;
  min-height: 50px;
  object-fit: contain;
}
.cid-tXPGHmghU3 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tXPGHmghU3 .navbar.collapsed {
  justify-content: center;
}
.cid-tXPGHmghU3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXPGHmghU3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXPGHmghU3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXPGHmghU3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXPGHmghU3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXPGHmghU3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tXPGHmghU3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXPGHmghU3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tXPGHmghU3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
    width: 100% !important;
  }
  .cid-tXPGHmghU3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXPGHmghU3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXPGHmghU3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tXPGHmghU3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXPGHmghU3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tXPGHmghU3 .navbar .navbar-logo img {
    height: 2.8rem !important;
  }
  .cid-tXPGHmghU3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tXPGHmghU3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tXPGHmghU3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tXPGHmghU3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tXPGHmghU3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXPGHmghU3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tXPGHmghU3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXPGHmghU3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXPGHmghU3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXPGHmghU3 .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-tXPGHmghU3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tXPGHmghU3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXPGHmghU3 .dropdown-item.active,
.cid-tXPGHmghU3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tXPGHmghU3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tXPGHmghU3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXPGHmghU3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXPGHmghU3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXPGHmghU3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tXPGHmghU3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXPGHmghU3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffda00;
}
.cid-tXPGHmghU3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXPGHmghU3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXPGHmghU3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPGHmghU3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPGHmghU3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXPGHmghU3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPGHmghU3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXPGHmghU3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXPGHmghU3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPGHmghU3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tXPGHmghU3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXPGHmghU3 .navbar {
    height: 70px;
  }
  .cid-tXPGHmghU3 .navbar.opened {
    height: auto;
  }
  .cid-tXPGHmghU3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXPGHmghU3 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tXPGHmghU3 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tXPGHmghU3 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tXPGHmghU3 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tXPGHmghU3 .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tXPGHmghU3 .navbar-caption:hover {
  color: #ffda00;
}
@media (min-width: 992px) {
  .cid-tXPGHmghU3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tXPGHmghU3 .text_widget {
  margin-bottom: 32px;
}
.cid-tXPGHmghU3 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tXPGHmghU3 .text_widget a:hover,
.cid-tXPGHmghU3 .text_widget a:focus {
  opacity: .6;
}
.cid-tXPGHmghU3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tXPGHmghU3 .navbar-caption {
  color: #000000;
}
.cid-tXPGHmghU3 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tXPGHmghU3 .mbr-section-subtitle,
.cid-tXPGHmghU3 .text_widget,
.cid-tXPGHmghU3 .mbr-section-btn {
  text-align: center;
}
.cid-tXPGHmghU3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tXPGHmHFL4 {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #3f3193;
}
.cid-tXPGHmHFL4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPGHmHFL4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPGHmHFL4 .mbr-section-title {
  color: #ffda00;
  text-align: left;
  margin-top: 20px;
  font-weight: 700;
}
.cid-tXPGHmHFL4 .mbr-section-subtitle {
  color: #000000;
  margin: 0;
  text-align: left;
}
.cid-tXPGHmHFL4 .mbr-text,
.cid-tXPGHmHFL4 .mbr-section-btn {
  color: #777777;
  text-align: justify;
}
.cid-tXPGHmHFL4 .subtitle-wrapper {
  transform: rotate(-5deg);
  border-left: 8px solid #ffda00;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
.cid-tXPGHmHFL4 .mbr-text {
  color: #ffffff;
}
.cid-tXPGHmXPeX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPGHmXPeX .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPGHmXPeX .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPGHmXPeX .mbr-section-title {
  color: #000000;
}
.cid-tXPGHnb2Ub {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPGHnb2Ub .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPGHnb2Ub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPGHnb2Ub .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPGHnb2Ub .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPGHnb2Ub .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPGHnb2Ub .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPGHnb2Ub .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPGHnb2Ub .image-wrapper img {
  object-fit: cover;
}
.cid-tXPGHnb2Ub .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXPGHnsEZ3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPGHnsEZ3 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPGHnsEZ3 .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPGHnsEZ3 .mbr-section-title {
  color: #000000;
}
.cid-tXPGHnGIWP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPGHnGIWP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPGHnGIWP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPGHnGIWP .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPGHnGIWP .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPGHnGIWP .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPGHnGIWP .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPGHnGIWP .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPGHnGIWP .image-wrapper img {
  object-fit: cover;
}
.cid-tXPGHnGIWP .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXPGHnW6XC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPGHnW6XC .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPGHnW6XC .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPGHnW6XC .mbr-section-title {
  color: #000000;
}
.cid-tXPGHobWsG {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #eeeeee;
}
.cid-tXPGHobWsG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPGHobWsG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPGHobWsG .video-wrapper iframe {
  width: 100%;
}
.cid-tXPGHobWsG .mbr-section-title,
.cid-tXPGHobWsG .mbr-section-subtitle,
.cid-tXPGHobWsG .mbr-text {
  text-align: center;
}
.cid-tXPGHobWsG .mbr-section-title {
  color: #000000;
}
.cid-tXPGHotNR6 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #aaaaaa;
}
.cid-tXPGHotNR6 .item-content .mbr-text a {
  font-weight: 700;
}
.cid-tXPGHotNR6 .mbr-text {
  text-align: justify;
  font-weight: 700;
}
.cid-tXPGHotNR6 .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tXPGHotNR6 .container {
    max-width: 1308px;
  }
}
.cid-tXPGHotNR6 .item-content {
  padding: 1rem;
}
.cid-tXPGHotNR6 img,
.cid-tXPGHotNR6 .item-img {
  width: 100%;
  object-fit: cover;
}
.cid-tXPGHotNR6 .item:focus,
.cid-tXPGHotNR6 span:focus {
  outline: none;
}
.cid-tXPGHotNR6 .item-wrapper {
  position: relative;
}
.cid-tXPGHotNR6 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tXPGHotNR6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-tXPGHotNR6 .embla__slide {
    min-width: 270px;
    max-width: 270px;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tXPGHotNR6 .embla__button--next,
.cid-tXPGHotNR6 .embla__button--prev {
  display: flex;
}
.cid-tXPGHotNR6 .embla__button {
  border: none !important;
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: -1.5rem;
  font-size: 14px;
  color: #000000;
  background-color: #ffda00;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXPGHotNR6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXPGHotNR6 .embla__button:hover {
  background-color: #3f3193;
  color: #ffda00;
}
.cid-tXPGHotNR6 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXPGHotNR6 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXPGHotNR6 .embla__button {
    top: auto;
  }
}
.cid-tXPGHotNR6 .embla {
  position: relative;
  width: 100%;
}
.cid-tXPGHotNR6 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXPGHotNR6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXPGHotNR6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXPGHotNR6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tXPGHotNR6 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tXPGHotNR6 .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-tXPGHoWIyy {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffda00;
}
@media (max-width: 767px) {
  .cid-tXPGHoWIyy .content {
    text-align: center;
  }
  .cid-tXPGHoWIyy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tXPGHoWIyy .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tXPGHoWIyy .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tXPGHoWIyy .media-wrap img {
  height: 6rem;
}
.cid-tXPGHoWIyy .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-tXPGHoWIyy .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-tXPGHoWIyy .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-tXPGHoWIyy .mbr-text {
  color: #8d97ad;
  font-weight: 400;
}
.cid-tXPGHoWIyy .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXPGHoWIyy .copyright img {
  margin-right: 10px;
}
.cid-tXPGHoWIyy hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-tXPGHoWIyy .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXPGHoWIyy .p-title {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-tXPGHoWIyy H5 {
  text-align: center;
  color: #000000;
}
.cid-tXPGHoWIyy .copyright > p {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-tXPGHoWIyy SPAN {
  color: #000000;
}
.cid-tXPGHoWIyy .menu-list span a {
  font-weight: 400;
}
@charset "UTF-8";

section {
    background-color: #eeeeee;
}

body {
  font-style: normal;
  font-weight: 300;
  color: #000000;
  position: relative;
}

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

.embla__button,
.carousel-control {
  background-color: #edefea;
  opacity: 0.8 !important;
  color: #464845;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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;

}

.mbr-section-subtitle {

}

.mbr-text {
  font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {

  word-break: break-word;
  word-wrap: break-word;

}

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 16px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

.app-video-wrapper>img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item+.dropdown-menu {
  display: none;
}

.dropdown-item:hover+.dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tXPGKm08az {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tXPGKm08az .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-tXPGKm08az .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-tXPGKm08az .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXPGKm08az .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXPGKm08az .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tXPGKm08az .menu_box .navbar.opened,
  .cid-tXPGKm08az .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tXPGKm08az nav.navbar {
  position: fixed;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.cid-tXPGKm08az .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tXPGKm08az .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tXPGKm08az .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tXPGKm08az .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tXPGKm08az .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tXPGKm08az .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tXPGKm08az .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tXPGKm08az .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tXPGKm08az .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tXPGKm08az .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tXPGKm08az .offcanvas-body .mbr-text,
  .cid-tXPGKm08az .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tXPGKm08az .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tXPGKm08az .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tXPGKm08az .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tXPGKm08az .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tXPGKm08az .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tXPGKm08az .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tXPGKm08az .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tXPGKm08az ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tXPGKm08az .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPGKm08az .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tXPGKm08az .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tXPGKm08az li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tXPGKm08az .lg_brand {
    margin: 0 1rem;
  }
  .cid-tXPGKm08az .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tXPGKm08az .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tXPGKm08az .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tXPGKm08az .nav-item {
    margin: 0 !important;
  }
}
.cid-tXPGKm08az .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tXPGKm08az .nav-item .nav-link:hover,
.cid-tXPGKm08az .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #ffda00;
  color: #000000 !important;
}
.cid-tXPGKm08az .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tXPGKm08az .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tXPGKm08az .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tXPGKm08az .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPGKm08az .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tXPGKm08az .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tXPGKm08az .offcanvas_box {
    display: none;
  }
}
.cid-tXPGKm08az .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tXPGKm08az .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tXPGKm08az .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tXPGKm08az .container {
  display: flex;
  margin: auto;
}
.cid-tXPGKm08az .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tXPGKm08az .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tXPGKm08az .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tXPGKm08az .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tXPGKm08az .navbar-nav {
    margin: 0;
  }
}
.cid-tXPGKm08az .dropdown-menu,
.cid-tXPGKm08az .navbar.opened {
  background-color: true !important;
}
.cid-tXPGKm08az .nav-item:focus,
.cid-tXPGKm08az .nav-link:focus {
  outline: none;
}
.cid-tXPGKm08az .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXPGKm08az .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXPGKm08az .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXPGKm08az .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXPGKm08az .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXPGKm08az .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXPGKm08az .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tXPGKm08az .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tXPGKm08az .navbar.opened {
  transition: all 0.3s;
}
.cid-tXPGKm08az .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tXPGKm08az .navbar .navbar-logo img {
  max-width: 90px;
  min-height: 50px;
  object-fit: contain;
}
.cid-tXPGKm08az .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tXPGKm08az .navbar.collapsed {
  justify-content: center;
}
.cid-tXPGKm08az .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXPGKm08az .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXPGKm08az .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXPGKm08az .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXPGKm08az .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXPGKm08az .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tXPGKm08az .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXPGKm08az .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tXPGKm08az .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
    width: 100% !important;
  }
  .cid-tXPGKm08az .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXPGKm08az .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXPGKm08az .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tXPGKm08az .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXPGKm08az .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tXPGKm08az .navbar .navbar-logo img {
    height: 2.8rem !important;
  }
  .cid-tXPGKm08az .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tXPGKm08az .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tXPGKm08az .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tXPGKm08az .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tXPGKm08az .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXPGKm08az .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tXPGKm08az .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXPGKm08az .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXPGKm08az .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXPGKm08az .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-tXPGKm08az .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tXPGKm08az .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXPGKm08az .dropdown-item.active,
.cid-tXPGKm08az .dropdown-item:active {
  background-color: transparent;
}
.cid-tXPGKm08az .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tXPGKm08az .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXPGKm08az .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXPGKm08az .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXPGKm08az ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tXPGKm08az .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXPGKm08az button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffda00;
}
.cid-tXPGKm08az button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXPGKm08az button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXPGKm08az button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPGKm08az button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPGKm08az button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXPGKm08az nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPGKm08az nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXPGKm08az nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXPGKm08az nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPGKm08az a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tXPGKm08az .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXPGKm08az .navbar {
    height: 70px;
  }
  .cid-tXPGKm08az .navbar.opened {
    height: auto;
  }
  .cid-tXPGKm08az .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXPGKm08az .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tXPGKm08az .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tXPGKm08az .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tXPGKm08az .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tXPGKm08az .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tXPGKm08az .navbar-caption:hover {
  color: #ffda00;
}
@media (min-width: 992px) {
  .cid-tXPGKm08az .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tXPGKm08az .text_widget {
  margin-bottom: 32px;
}
.cid-tXPGKm08az .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tXPGKm08az .text_widget a:hover,
.cid-tXPGKm08az .text_widget a:focus {
  opacity: .6;
}
.cid-tXPGKm08az .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tXPGKm08az .navbar-caption {
  color: #000000;
}
.cid-tXPGKm08az .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tXPGKm08az .mbr-section-subtitle,
.cid-tXPGKm08az .text_widget,
.cid-tXPGKm08az .mbr-section-btn {
  text-align: center;
}
.cid-tXPGKm08az a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tXPGKmp7ee {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #3f3193;
}
.cid-tXPGKmp7ee .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPGKmp7ee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPGKmp7ee .mbr-section-title {
  color: #ffda00;
  text-align: left;
  margin-top: 20px;
  font-weight: 700;
}
.cid-tXPGKmp7ee .mbr-section-subtitle {
  font-weight: 700;
  color: #000000;
  margin: 0;
  text-align: left;
}
.cid-tXPGKmp7ee .mbr-text,
.cid-tXPGKmp7ee .mbr-section-btn {
  color: #777777;
  text-align: justify;
}
.cid-tXPGKmp7ee .subtitle-wrapper {
  transform: rotate(-5deg);
  border-left: 8px solid #ffda00;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
.cid-tXPGKmp7ee .mbr-text {
  color: #ffffff;
}
.cid-tXPGKmHT2T {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPGKmHT2T .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPGKmHT2T .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPGKmHT2T .mbr-section-title {
  color: #000000;
}
.cid-tXPGKmV4aE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPGKmV4aE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPGKmV4aE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPGKmV4aE .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPGKmV4aE .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPGKmV4aE .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPGKmV4aE .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPGKmV4aE .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPGKmV4aE .image-wrapper img {
  object-fit: cover;
}
.cid-tXPGKmV4aE .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXPGKnbGXZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPGKnbGXZ .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPGKnbGXZ .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPGKnbGXZ .mbr-section-title {
  color: #000000;
}
.cid-tXPGKnqU0F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPGKnqU0F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPGKnqU0F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPGKnqU0F .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPGKnqU0F .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPGKnqU0F .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPGKnqU0F .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPGKnqU0F .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPGKnqU0F .image-wrapper img {
  object-fit: cover;
}
.cid-tXPGKnqU0F .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXPGKnHAtt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPGKnHAtt .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPGKnHAtt .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPGKnHAtt .mbr-section-title {
  color: #000000;
}
.cid-tXPGKnW83U {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #eeeeee;
}
.cid-tXPGKnW83U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPGKnW83U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPGKnW83U .video-wrapper iframe {
  width: 100%;
}
.cid-tXPGKnW83U .mbr-section-title,
.cid-tXPGKnW83U .mbr-section-subtitle,
.cid-tXPGKnW83U .mbr-text {
  text-align: center;
}
.cid-tXPGKnW83U .mbr-section-title {
  color: #000000;
}
.cid-tXPGKohYLr {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #aaaaaa;
}
.cid-tXPGKohYLr .item-content .mbr-text a {
  font-weight: 700;
}
.cid-tXPGKohYLr .mbr-text {
  text-align: justify;
  font-weight: 700;
}
.cid-tXPGKohYLr .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tXPGKohYLr .container {
    max-width: 1308px;
  }
}
.cid-tXPGKohYLr .item-content {
  padding: 1rem;
}
.cid-tXPGKohYLr img,
.cid-tXPGKohYLr .item-img {
  width: 100%;
  object-fit: cover;
}
.cid-tXPGKohYLr .item:focus,
.cid-tXPGKohYLr span:focus {
  outline: none;
}
.cid-tXPGKohYLr .item-wrapper {
  position: relative;
}
.cid-tXPGKohYLr .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tXPGKohYLr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-tXPGKohYLr .embla__slide {
    min-width: 270px;
    max-width: 270px;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tXPGKohYLr .embla__button--next,
.cid-tXPGKohYLr .embla__button--prev {
  display: flex;
}
.cid-tXPGKohYLr .embla__button {
  border: none !important;
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: -1.5rem;
  font-size: 14px;
  color: #000000;
  background-color: #ffda00;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXPGKohYLr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXPGKohYLr .embla__button:hover {
  background-color: #3f3193;
  color: #ffda00;
}
.cid-tXPGKohYLr .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXPGKohYLr .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXPGKohYLr .embla__button {
    top: auto;
  }
}
.cid-tXPGKohYLr .embla {
  position: relative;
  width: 100%;
}
.cid-tXPGKohYLr .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXPGKohYLr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXPGKohYLr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXPGKohYLr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tXPGKohYLr .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tXPGKohYLr .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-tXPGKoKFQQ {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffda00;
}
@media (max-width: 767px) {
  .cid-tXPGKoKFQQ .content {
    text-align: center;
  }
  .cid-tXPGKoKFQQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tXPGKoKFQQ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tXPGKoKFQQ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tXPGKoKFQQ .media-wrap img {
  height: 6rem;
}
.cid-tXPGKoKFQQ .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-tXPGKoKFQQ .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-tXPGKoKFQQ .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-tXPGKoKFQQ .mbr-text {
  color: #8d97ad;
  font-weight: 400;
}
.cid-tXPGKoKFQQ .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXPGKoKFQQ .copyright img {
  margin-right: 10px;
}
.cid-tXPGKoKFQQ hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-tXPGKoKFQQ .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXPGKoKFQQ .p-title {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-tXPGKoKFQQ H5 {
  text-align: center;
  color: #000000;
}
.cid-tXPGKoKFQQ .copyright > p {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-tXPGKoKFQQ SPAN {
  color: #000000;
}
.cid-tXPGKoKFQQ .menu-list span a {
  font-weight: 400;
}
@charset "UTF-8";

section {
    background-color: #eeeeee;
}

body {
  font-style: normal;
  font-weight: 300;
  color: #000000;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea;
  opacity: 0.8 !important;
  color: #464845;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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;

}

.mbr-section-subtitle {

}

.mbr-text {
  font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {

  word-break: break-word;
  word-wrap: break-word;

}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 16px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

.app-video-wrapper>img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item+.dropdown-menu {
  display: none;
}

.dropdown-item:hover+.dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tXPGLesnVo {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tXPGLesnVo .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-tXPGLesnVo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-tXPGLesnVo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXPGLesnVo .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXPGLesnVo .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tXPGLesnVo .menu_box .navbar.opened,
  .cid-tXPGLesnVo .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tXPGLesnVo nav.navbar {
  position: fixed;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.cid-tXPGLesnVo .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tXPGLesnVo .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tXPGLesnVo .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tXPGLesnVo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tXPGLesnVo .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tXPGLesnVo .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tXPGLesnVo .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tXPGLesnVo .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tXPGLesnVo .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tXPGLesnVo .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tXPGLesnVo .offcanvas-body .mbr-text,
  .cid-tXPGLesnVo .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tXPGLesnVo .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tXPGLesnVo .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tXPGLesnVo .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tXPGLesnVo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tXPGLesnVo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tXPGLesnVo .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tXPGLesnVo .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tXPGLesnVo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tXPGLesnVo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPGLesnVo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tXPGLesnVo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tXPGLesnVo li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tXPGLesnVo .lg_brand {
    margin: 0 1rem;
  }
  .cid-tXPGLesnVo .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tXPGLesnVo .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tXPGLesnVo .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tXPGLesnVo .nav-item {
    margin: 0 !important;
  }
}
.cid-tXPGLesnVo .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tXPGLesnVo .nav-item .nav-link:hover,
.cid-tXPGLesnVo .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #ffda00;
  color: #000000 !important;
}
.cid-tXPGLesnVo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tXPGLesnVo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tXPGLesnVo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tXPGLesnVo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPGLesnVo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tXPGLesnVo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tXPGLesnVo .offcanvas_box {
    display: none;
  }
}
.cid-tXPGLesnVo .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tXPGLesnVo .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tXPGLesnVo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tXPGLesnVo .container {
  display: flex;
  margin: auto;
}
.cid-tXPGLesnVo .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tXPGLesnVo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tXPGLesnVo .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tXPGLesnVo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tXPGLesnVo .navbar-nav {
    margin: 0;
  }
}
.cid-tXPGLesnVo .dropdown-menu,
.cid-tXPGLesnVo .navbar.opened {
  background-color: true !important;
}
.cid-tXPGLesnVo .nav-item:focus,
.cid-tXPGLesnVo .nav-link:focus {
  outline: none;
}
.cid-tXPGLesnVo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXPGLesnVo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXPGLesnVo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXPGLesnVo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXPGLesnVo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXPGLesnVo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXPGLesnVo .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tXPGLesnVo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tXPGLesnVo .navbar.opened {
  transition: all 0.3s;
}
.cid-tXPGLesnVo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tXPGLesnVo .navbar .navbar-logo img {
  max-width: 90px;
  min-height: 50px;
  object-fit: contain;
}
.cid-tXPGLesnVo .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tXPGLesnVo .navbar.collapsed {
  justify-content: center;
}
.cid-tXPGLesnVo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXPGLesnVo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXPGLesnVo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXPGLesnVo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXPGLesnVo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXPGLesnVo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tXPGLesnVo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXPGLesnVo .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tXPGLesnVo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
    width: 100% !important;
  }
  .cid-tXPGLesnVo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXPGLesnVo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXPGLesnVo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tXPGLesnVo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXPGLesnVo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tXPGLesnVo .navbar .navbar-logo img {
    height: 2.8rem !important;
  }
  .cid-tXPGLesnVo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tXPGLesnVo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tXPGLesnVo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tXPGLesnVo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tXPGLesnVo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXPGLesnVo .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tXPGLesnVo .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXPGLesnVo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXPGLesnVo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXPGLesnVo .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-tXPGLesnVo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tXPGLesnVo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXPGLesnVo .dropdown-item.active,
.cid-tXPGLesnVo .dropdown-item:active {
  background-color: transparent;
}
.cid-tXPGLesnVo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tXPGLesnVo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXPGLesnVo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXPGLesnVo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXPGLesnVo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tXPGLesnVo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXPGLesnVo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffda00;
}
.cid-tXPGLesnVo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXPGLesnVo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXPGLesnVo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPGLesnVo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPGLesnVo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXPGLesnVo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPGLesnVo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXPGLesnVo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXPGLesnVo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPGLesnVo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tXPGLesnVo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXPGLesnVo .navbar {
    height: 70px;
  }
  .cid-tXPGLesnVo .navbar.opened {
    height: auto;
  }
  .cid-tXPGLesnVo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXPGLesnVo .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tXPGLesnVo .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tXPGLesnVo .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tXPGLesnVo .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tXPGLesnVo .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tXPGLesnVo .navbar-caption:hover {
  color: #ffda00;
}
@media (min-width: 992px) {
  .cid-tXPGLesnVo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tXPGLesnVo .text_widget {
  margin-bottom: 32px;
}
.cid-tXPGLesnVo .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tXPGLesnVo .text_widget a:hover,
.cid-tXPGLesnVo .text_widget a:focus {
  opacity: .6;
}
.cid-tXPGLesnVo .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tXPGLesnVo .navbar-caption {
  color: #000000;
}
.cid-tXPGLesnVo .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tXPGLesnVo .mbr-section-subtitle,
.cid-tXPGLesnVo .text_widget,
.cid-tXPGLesnVo .mbr-section-btn {
  text-align: center;
}
.cid-tXPGLesnVo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tXPGLeRWE2 {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #3f3193;
}
.cid-tXPGLeRWE2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPGLeRWE2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPGLeRWE2 .mbr-section-title {
  color: #ffda00;
  text-align: left;
  margin-top: 20px;
  font-weight: 700;
}
.cid-tXPGLeRWE2 .mbr-section-subtitle {
  font-weight: 700;
  color: #000000;
  margin: 0;
  text-align: left;
}
.cid-tXPGLeRWE2 .mbr-text,
.cid-tXPGLeRWE2 .mbr-section-btn {
  color: #777777;
  text-align: justify;
}
.cid-tXPGLeRWE2 .subtitle-wrapper {
  transform: rotate(-5deg);
  border-left: 8px solid #ffda00;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
.cid-tXPGLeRWE2 .mbr-text {
  color: #ffffff;
}
.cid-tXPGLf7v7M {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPGLf7v7M .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPGLf7v7M .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPGLf7v7M .mbr-section-title {
  color: #000000;
}
.cid-tXPGLfnN19 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPGLfnN19 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPGLfnN19 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPGLfnN19 .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPGLfnN19 .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPGLfnN19 .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPGLfnN19 .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPGLfnN19 .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPGLfnN19 .image-wrapper img {
  object-fit: cover;
}
.cid-tXPGLfnN19 .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXPGLfDxsw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPGLfDxsw .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPGLfDxsw .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPGLfDxsw .mbr-section-title {
  color: #000000;
}
.cid-tXPGLfSuRA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPGLfSuRA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPGLfSuRA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPGLfSuRA .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPGLfSuRA .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPGLfSuRA .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPGLfSuRA .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPGLfSuRA .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPGLfSuRA .image-wrapper img {
  object-fit: cover;
}
.cid-tXPGLfSuRA .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXPGLg8qSn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPGLg8qSn .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPGLg8qSn .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPGLg8qSn .mbr-section-title {
  color: #000000;
}
.cid-tXPGLgo4he {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #eeeeee;
}
.cid-tXPGLgo4he .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPGLgo4he .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPGLgo4he .video-wrapper iframe {
  width: 100%;
}
.cid-tXPGLgo4he .mbr-section-title,
.cid-tXPGLgo4he .mbr-section-subtitle,
.cid-tXPGLgo4he .mbr-text {
  text-align: center;
}
.cid-tXPGLgo4he .mbr-section-title {
  color: #000000;
}
.cid-tXPGLgIZ0J {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #aaaaaa;
}
.cid-tXPGLgIZ0J .item-content .mbr-text a {
  font-weight: 700;
}
.cid-tXPGLgIZ0J .mbr-text {
  text-align: justify;
  font-weight: 700;
}
.cid-tXPGLgIZ0J .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tXPGLgIZ0J .container {
    max-width: 1308px;
  }
}
.cid-tXPGLgIZ0J .item-content {
  padding: 1rem;
}
.cid-tXPGLgIZ0J img,
.cid-tXPGLgIZ0J .item-img {
  width: 100%;
  object-fit: cover;
}
.cid-tXPGLgIZ0J .item:focus,
.cid-tXPGLgIZ0J span:focus {
  outline: none;
}
.cid-tXPGLgIZ0J .item-wrapper {
  position: relative;
}
.cid-tXPGLgIZ0J .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tXPGLgIZ0J .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-tXPGLgIZ0J .embla__slide {
    min-width: 270px;
    max-width: 270px;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tXPGLgIZ0J .embla__button--next,
.cid-tXPGLgIZ0J .embla__button--prev {
  display: flex;
}
.cid-tXPGLgIZ0J .embla__button {
  border: none !important;
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: -1.5rem;
  font-size: 14px;
  color: #000000;
  background-color: #ffda00;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXPGLgIZ0J .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXPGLgIZ0J .embla__button:hover {
  background-color: #3f3193;
  color: #ffda00;
}
.cid-tXPGLgIZ0J .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXPGLgIZ0J .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXPGLgIZ0J .embla__button {
    top: auto;
  }
}
.cid-tXPGLgIZ0J .embla {
  position: relative;
  width: 100%;
}
.cid-tXPGLgIZ0J .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXPGLgIZ0J .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXPGLgIZ0J .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXPGLgIZ0J .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tXPGLgIZ0J .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tXPGLgIZ0J .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-tXPGLhdaGr {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffda00;
}
@media (max-width: 767px) {
  .cid-tXPGLhdaGr .content {
    text-align: center;
  }
  .cid-tXPGLhdaGr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tXPGLhdaGr .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tXPGLhdaGr .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tXPGLhdaGr .media-wrap img {
  height: 6rem;
}
.cid-tXPGLhdaGr .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-tXPGLhdaGr .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-tXPGLhdaGr .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-tXPGLhdaGr .mbr-text {
  color: #8d97ad;
  font-weight: 400;
}
.cid-tXPGLhdaGr .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXPGLhdaGr .copyright img {
  margin-right: 10px;
}
.cid-tXPGLhdaGr hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-tXPGLhdaGr .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXPGLhdaGr .p-title {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-tXPGLhdaGr H5 {
  text-align: center;
  color: #000000;
}
.cid-tXPGLhdaGr .copyright > p {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-tXPGLhdaGr SPAN {
  color: #000000;
}
.cid-tXPGLhdaGr .menu-list span a {
  font-weight: 400;
}
@charset "UTF-8";

section {
    background-color: #eeeeee;
}

body {
  font-style: normal;
  font-weight: 300;
  color: #000000;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea;
  opacity: 0.8 !important;
  color: #464845;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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;

}

.mbr-section-subtitle {

}

.mbr-text {
  font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {

  word-break: break-word;
  word-wrap: break-word;

}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 16px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

.app-video-wrapper>img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item+.dropdown-menu {
  display: none;
}

.dropdown-item:hover+.dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tXPGJ7Lash {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tXPGJ7Lash .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-tXPGJ7Lash .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-tXPGJ7Lash .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXPGJ7Lash .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXPGJ7Lash .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tXPGJ7Lash .menu_box .navbar.opened,
  .cid-tXPGJ7Lash .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-tXPGJ7Lash nav.navbar {
  position: fixed;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.cid-tXPGJ7Lash .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tXPGJ7Lash .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tXPGJ7Lash .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tXPGJ7Lash .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tXPGJ7Lash .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tXPGJ7Lash .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tXPGJ7Lash .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tXPGJ7Lash .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tXPGJ7Lash .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tXPGJ7Lash .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tXPGJ7Lash .offcanvas-body .mbr-text,
  .cid-tXPGJ7Lash .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tXPGJ7Lash .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tXPGJ7Lash .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tXPGJ7Lash .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tXPGJ7Lash .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tXPGJ7Lash .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tXPGJ7Lash .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tXPGJ7Lash .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tXPGJ7Lash ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tXPGJ7Lash .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPGJ7Lash .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tXPGJ7Lash .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tXPGJ7Lash li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tXPGJ7Lash .lg_brand {
    margin: 0 1rem;
  }
  .cid-tXPGJ7Lash .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tXPGJ7Lash .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tXPGJ7Lash .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tXPGJ7Lash .nav-item {
    margin: 0 !important;
  }
}
.cid-tXPGJ7Lash .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tXPGJ7Lash .nav-item .nav-link:hover,
.cid-tXPGJ7Lash .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #ffda00;
  color: #000000 !important;
}
.cid-tXPGJ7Lash .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tXPGJ7Lash .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tXPGJ7Lash .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tXPGJ7Lash .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXPGJ7Lash .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tXPGJ7Lash .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tXPGJ7Lash .offcanvas_box {
    display: none;
  }
}
.cid-tXPGJ7Lash .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tXPGJ7Lash .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tXPGJ7Lash .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tXPGJ7Lash .container {
  display: flex;
  margin: auto;
}
.cid-tXPGJ7Lash .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tXPGJ7Lash .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tXPGJ7Lash .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tXPGJ7Lash .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tXPGJ7Lash .navbar-nav {
    margin: 0;
  }
}
.cid-tXPGJ7Lash .dropdown-menu,
.cid-tXPGJ7Lash .navbar.opened {
  background-color: true !important;
}
.cid-tXPGJ7Lash .nav-item:focus,
.cid-tXPGJ7Lash .nav-link:focus {
  outline: none;
}
.cid-tXPGJ7Lash .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXPGJ7Lash .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXPGJ7Lash .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXPGJ7Lash .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXPGJ7Lash .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXPGJ7Lash .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXPGJ7Lash .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tXPGJ7Lash .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tXPGJ7Lash .navbar.opened {
  transition: all 0.3s;
}
.cid-tXPGJ7Lash .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tXPGJ7Lash .navbar .navbar-logo img {
  max-width: 90px;
  min-height: 50px;
  object-fit: contain;
}
.cid-tXPGJ7Lash .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tXPGJ7Lash .navbar.collapsed {
  justify-content: center;
}
.cid-tXPGJ7Lash .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXPGJ7Lash .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXPGJ7Lash .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXPGJ7Lash .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXPGJ7Lash .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXPGJ7Lash .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tXPGJ7Lash .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXPGJ7Lash .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tXPGJ7Lash .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
    width: 100% !important;
  }
  .cid-tXPGJ7Lash .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXPGJ7Lash .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXPGJ7Lash .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tXPGJ7Lash .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXPGJ7Lash .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tXPGJ7Lash .navbar .navbar-logo img {
    height: 2.8rem !important;
  }
  .cid-tXPGJ7Lash .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tXPGJ7Lash .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tXPGJ7Lash .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tXPGJ7Lash .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tXPGJ7Lash .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXPGJ7Lash .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tXPGJ7Lash .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXPGJ7Lash .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXPGJ7Lash .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXPGJ7Lash .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-tXPGJ7Lash .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tXPGJ7Lash .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXPGJ7Lash .dropdown-item.active,
.cid-tXPGJ7Lash .dropdown-item:active {
  background-color: transparent;
}
.cid-tXPGJ7Lash .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tXPGJ7Lash .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXPGJ7Lash .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXPGJ7Lash .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXPGJ7Lash ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tXPGJ7Lash .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXPGJ7Lash button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffda00;
}
.cid-tXPGJ7Lash button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tXPGJ7Lash button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXPGJ7Lash button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPGJ7Lash button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXPGJ7Lash button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXPGJ7Lash nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPGJ7Lash nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXPGJ7Lash nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXPGJ7Lash nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXPGJ7Lash a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tXPGJ7Lash .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXPGJ7Lash .navbar {
    height: 70px;
  }
  .cid-tXPGJ7Lash .navbar.opened {
    height: auto;
  }
  .cid-tXPGJ7Lash .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXPGJ7Lash .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tXPGJ7Lash .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tXPGJ7Lash .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tXPGJ7Lash .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tXPGJ7Lash .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tXPGJ7Lash .navbar-caption:hover {
  color: #ffda00;
}
@media (min-width: 992px) {
  .cid-tXPGJ7Lash .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tXPGJ7Lash .text_widget {
  margin-bottom: 32px;
}
.cid-tXPGJ7Lash .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tXPGJ7Lash .text_widget a:hover,
.cid-tXPGJ7Lash .text_widget a:focus {
  opacity: .6;
}
.cid-tXPGJ7Lash .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tXPGJ7Lash .navbar-caption {
  color: #000000;
}
.cid-tXPGJ7Lash .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tXPGJ7Lash .mbr-section-subtitle,
.cid-tXPGJ7Lash .text_widget,
.cid-tXPGJ7Lash .mbr-section-btn {
  text-align: center;
}
.cid-tXPGJ7Lash a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tXPGJ89C6J {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #3f3193;
}
.cid-tXPGJ89C6J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPGJ89C6J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPGJ89C6J .mbr-section-title {
  color: #ffda00;
  text-align: left;
  margin-top: 20px;
  font-weight: 700;
}
.cid-tXPGJ89C6J .mbr-section-subtitle {
  font-weight: 700;
  color: #000000;
  margin: 0;
  text-align: left;
}
.cid-tXPGJ89C6J .mbr-text,
.cid-tXPGJ89C6J .mbr-section-btn {
  color: #777777;
  text-align: justify;
}
.cid-tXPGJ89C6J .subtitle-wrapper {
  transform: rotate(-5deg);
  border-left: 8px solid #ffda00;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: fit-content;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
.cid-tXPGJ89C6J .mbr-text {
  color: #ffffff;
}
.cid-tXPGJ8pJwc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPGJ8pJwc .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPGJ8pJwc .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPGJ8pJwc .mbr-section-title {
  color: #000000;
}
.cid-tXPGJ8GvVj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPGJ8GvVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPGJ8GvVj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPGJ8GvVj .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPGJ8GvVj .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPGJ8GvVj .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPGJ8GvVj .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPGJ8GvVj .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPGJ8GvVj .image-wrapper img {
  object-fit: cover;
}
.cid-tXPGJ8GvVj .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXPGJ8VrFl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPGJ8VrFl .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPGJ8VrFl .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPGJ8VrFl .mbr-section-title {
  color: #000000;
}
.cid-tXPGJ9aaeI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-tXPGJ9aaeI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPGJ9aaeI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 993px) {
  .cid-tXPGJ9aaeI .row {
    max-width: 950px;
    margin: auto;
  }
}
.cid-tXPGJ9aaeI .text-wrap {
  padding-top: 16px;
}
@media (min-width: 993px) {
  .cid-tXPGJ9aaeI .text-wrap {
    display: flex;
    align-items: flex-end;
  }
  .cid-tXPGJ9aaeI .text-wrap .text-wrapper {
    padding-top: 16px;
    border-top: 1px solid #000000;
    margin-left: 0;
  }
}
.cid-tXPGJ9aaeI .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXPGJ9aaeI .image-wrapper img {
  object-fit: cover;
}
.cid-tXPGJ9aaeI .mbr-text {
  color: #777777;
  text-align: justify;
}
.cid-tXPGJ9qkbp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tXPGJ9qkbp .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tXPGJ9qkbp .mbr-section-subtitle {
  color: #051b41;
}
.cid-tXPGJ9qkbp .mbr-section-title {
  color: #000000;
}
.cid-tXPGJ9FstK {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #eeeeee;
}
.cid-tXPGJ9FstK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPGJ9FstK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXPGJ9FstK .video-wrapper iframe {
  width: 100%;
}
.cid-tXPGJ9FstK .mbr-section-title,
.cid-tXPGJ9FstK .mbr-section-subtitle,
.cid-tXPGJ9FstK .mbr-text {
  text-align: center;
}
.cid-tXPGJ9FstK .mbr-section-title {
  color: #000000;
}
.cid-tXPGJ9XEBq {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #aaaaaa;
}
.cid-tXPGJ9XEBq .item-content .mbr-text a {
  font-weight: 700;
}
.cid-tXPGJ9XEBq .mbr-text {
  text-align: justify;
  font-weight: 700;
}
.cid-tXPGJ9XEBq .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tXPGJ9XEBq .container {
    max-width: 1308px;
  }
}
.cid-tXPGJ9XEBq .item-content {
  padding: 1rem;
}
.cid-tXPGJ9XEBq img,
.cid-tXPGJ9XEBq .item-img {
  width: 100%;
  object-fit: cover;
}
.cid-tXPGJ9XEBq .item:focus,
.cid-tXPGJ9XEBq span:focus {
  outline: none;
}
.cid-tXPGJ9XEBq .item-wrapper {
  position: relative;
}
.cid-tXPGJ9XEBq .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tXPGJ9XEBq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-tXPGJ9XEBq .embla__slide {
    min-width: 270px;
    max-width: 270px;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tXPGJ9XEBq .embla__button--next,
.cid-tXPGJ9XEBq .embla__button--prev {
  display: flex;
}
.cid-tXPGJ9XEBq .embla__button {
  border: none !important;
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: -1.5rem;
  font-size: 14px;
  color: #000000;
  background-color: #ffda00;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXPGJ9XEBq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXPGJ9XEBq .embla__button:hover {
  background-color: #3f3193;
  color: #ffda00;
}
.cid-tXPGJ9XEBq .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXPGJ9XEBq .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXPGJ9XEBq .embla__button {
    top: auto;
  }
}
.cid-tXPGJ9XEBq .embla {
  position: relative;
  width: 100%;
}
.cid-tXPGJ9XEBq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXPGJ9XEBq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXPGJ9XEBq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXPGJ9XEBq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tXPGJ9XEBq .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tXPGJ9XEBq .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-tXPGJastyE {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffda00;
}
@media (max-width: 767px) {
  .cid-tXPGJastyE .content {
    text-align: center;
  }
  .cid-tXPGJastyE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tXPGJastyE .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tXPGJastyE .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tXPGJastyE .media-wrap img {
  height: 6rem;
}
.cid-tXPGJastyE .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-tXPGJastyE .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-tXPGJastyE .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-tXPGJastyE .mbr-text {
  color: #8d97ad;
  font-weight: 400;
}
.cid-tXPGJastyE .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXPGJastyE .copyright img {
  margin-right: 10px;
}
.cid-tXPGJastyE hr {
  margin: 1rem 0;
  border-top: 1px solid #000000;
  opacity: 1;
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-tXPGJastyE .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXPGJastyE .p-title {
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.cid-tXPGJastyE H5 {
  text-align: center;
  color: #000000;
}
.cid-tXPGJastyE .copyright > p {
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.cid-tXPGJastyE SPAN {
  color: #000000;
}
.cid-tXPGJastyE .menu-list span a {
  font-weight: 400;
}
