body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #005584 !important;
}
.bg-info {
  background-color: #00ffff !important;
}
.bg-warning {
  background-color: #f1a81e !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #00ffff !important;
  border-color: #00ffff !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #00a8a8 !important;
  border-color: #00a8a8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #00a8a8 !important;
  border-color: #00a8a8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #005584 !important;
  border-color: #005584 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #001d2d !important;
  border-color: #001d2d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #001d2d !important;
  border-color: #001d2d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f1a81e !important;
  border-color: #f1a81e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ae750b !important;
  border-color: #ae750b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ae750b !important;
  border-color: #ae750b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00ffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #00a8a8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #00ffff !important;
  border-color: #00ffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #005584;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #001d2d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #005584 !important;
  border-color: #005584 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f1a81e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ae750b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f1a81e !important;
  border-color: #f1a81e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!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: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!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: #000000 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #005584 !important;
}
.text-info {
  color: #00ffff !important;
}
.text-warning {
  color: #f1a81e !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #00131e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #009999 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #9f6b0a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #00ffff;
}
.alert-warning {
  background-color: #f1a81e;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #04a6ff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ccffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdf2de;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-ux7ANktoGF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ux7ANktoGF .nav-item:focus,
.cid-ux7ANktoGF .nav-link:focus {
  outline: none;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ux7ANktoGF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ux7ANktoGF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ux7ANktoGF .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ux7ANktoGF .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #353535;
}
.cid-ux7ANktoGF .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #353535 !important;
}
.cid-ux7ANktoGF .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-ux7ANktoGF .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-ux7ANktoGF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ux7ANktoGF .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.show,
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ux7ANktoGF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ux7ANktoGF .navbar.collapsed .right-menu,
.cid-ux7ANktoGF .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF .navbar .navbar-collapse.show,
  .cid-ux7ANktoGF .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ux7ANktoGF .navbar .navbar-collapse.show .brand-container,
  .cid-ux7ANktoGF .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-ux7ANktoGF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ux7ANktoGF .navbar .navbar-logo img {
    height: 6rem !important;
  }
  .cid-ux7ANktoGF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ux7ANktoGF .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-ux7ANktoGF .navbar .right-menu,
  .cid-ux7ANktoGF .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ux7ANktoGF .navbar.navbar-short {
  min-height: 60px;
}
.cid-ux7ANktoGF .navbar.navbar-short .mbr-overlay {
  background: #353535 !important;
}
.cid-ux7ANktoGF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ux7ANktoGF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ux7ANktoGF .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ux7ANktoGF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ux7ANktoGF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ux7ANktoGF .dropdown-item.active,
.cid-ux7ANktoGF .dropdown-item:active {
  background-color: transparent;
}
.cid-ux7ANktoGF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ux7ANktoGF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ux7ANktoGF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ux7ANktoGF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ux7ANktoGF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ux7ANktoGF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ux7ANktoGF ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-ux7ANktoGF .navbar-buttons {
  margin-left: auto;
}
.cid-ux7ANktoGF button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f1a81e;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux7ANktoGF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ux7ANktoGF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ux7ANktoGF .right-menu,
.cid-ux7ANktoGF .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-ux7ANktoGF .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ux7ANktoGF .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ux7ANktoGF .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ux7ANktoGF .menu-top {
  text-align: center;
  width: 100%;
  background-color: #000000;
  padding: 0.5rem 0;
  color: #ffffff;
}
.cid-ux7ANktoGF .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ux7ANktoGF .card-wrapper {
  z-index: 3;
}
.cid-ux7ANktoGF .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ux7ANktoGF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ux7AzcaaOq {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/acc-toiture.jpg");
}
.cid-ux7AzcaaOq .text {
  display: flex;
  align-items: center;
}
.cid-ux7AzcaaOq .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #f26818;
}
.cid-ux7AzcaaOq .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-ux7AzcaaOq .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-ux7AzcaaOq .btn:hover {
  box-shadow: none;
}
.cid-ux7AzcaaOq .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ux7AzcaaOq .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-ux7AzcaaOq .image-wrapper img {
  position: absolute;
  top: 145px;
  right: 10%;
  width: 300px;
  height: 345px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-ux7AzcaaOq .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-ux7AzcaaOq .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-ux7AzcaaOq .image-wrapper .image-absolute {
  position: absolute;
  top: 145px;
  right: 50%;
  width: 300px;
  height: 345px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-ux7AzcaaOq .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-ux7AzcaaOq .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-ux7AzcaaOq .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-ux7AzcaaOq .row:hover img {
  transform: rotate(0deg);
}
.cid-ux7AzcaaOq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux7AzcaaOq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux7AzcaaOq .mbr-iconfont {
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
.cid-ux7AzcaaOq .image {
  display: flex;
}
.cid-ux7AzcaaOq .image img {
  margin-top: 70px;
  border-radius: 10px;
  object-fit: cover;
  width: 619px;
  height: 219px;
}
@media (max-width: 991px) {
  .cid-ux7AzcaaOq .image img {
    width: 250px;
    height: 95px;
  }
}
.cid-u45g3WqqS4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u45g3WqqS4 .row {
  flex-direction: row-reverse;
}
.cid-u45g3WqqS4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u45g3WqqS4 .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-u45g3WqqS4 .row {
    flex-direction: column-reverse;
  }
  .cid-u45g3WqqS4 .arrow-text {
    display: none;
  }
}
@media (max-width: 425px) {
  .cid-u45g3WqqS4 .image-wrapper {
    display: none;
  }
  .cid-u45g3WqqS4 .card-title {
    line-height: 46px !important;
  }
}
.cid-u45g3WqqS4 .content-wrapper {
  background: #353535;
}
@media (max-width: 991px) {
  .cid-u45g3WqqS4 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u45g3WqqS4 .content-wrapper {
    padding: 1rem;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u45g3WqqS4 .content-wrapper {
    padding: 2rem;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .cid-u45g3WqqS4 .content-wrapper {
    padding: 2rem 1rem;
    padding-left: 0;
  }
  .cid-u45g3WqqS4 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-u45g3WqqS4 .image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-u45g3WqqS4 .card-title,
.cid-u45g3WqqS4 .mbr-text {
  color: #fafafa;
}
.cid-u45g3WqqS4 .card-title {
  line-height: 69px;
  color: #353535;
}
@media (min-width: 991px) {
  .cid-u45g3WqqS4 .card-title-position {
    margin-left: 25rem;
  }
  .cid-u45g3WqqS4 .mbr-text {
    margin-bottom: 0;
    padding: 0;
  }
}
.cid-u45g3WqqS4 .mbr-text {
  padding-left: 50px;
}
.cid-u45g3WqqS4 .arrow-text {
  transform: rotate(225deg);
  color: #fafafa;
  position: absolute;
  left: 25px;
  top: -7px;
}
@media (max-width: 991px) {
  .cid-u45g3WqqS4 .arrow-text {
    display: none;
  }
  .cid-u45g3WqqS4 .mbr-text {
    padding-left: 50px;
  }
}
@media (max-width: 576px) {
  .cid-u45g3WqqS4 .arrow-text {
    display: none;
  }
  .cid-u45g3WqqS4 .mbr-text {
    padding-left: 0;
  }
}
.cid-u45g3WqqS4 .for-arrow {
  position: relative;
}
.cid-u45g3WqqS4 .mbr-text,
.cid-u45g3WqqS4 .mbr-section-btn {
  color: #ffffff;
}
.cid-veiEsS4KZI {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-veiEsS4KZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-veiEsS4KZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veiEsS4KZI .video-wrapper iframe {
  width: 100%;
}
.cid-veiEsS4KZI .mbr-section-title,
.cid-veiEsS4KZI .mbr-section-subtitle,
.cid-veiEsS4KZI .mbr-text {
  text-align: center;
}
.cid-veiEsS4KZI .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vboCWtVj9m {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e6e6e6;
}
.cid-vboCWtVj9m .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vboCWtVj9m .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vboCWtVj9m .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 354px;
  max-width: 354px;
}
@media (max-width: 992px) {
  .cid-vboCWtVj9m .embla__slide {
    min-width: 620px;
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cid-vboCWtVj9m .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vboCWtVj9m .embla__slide .slide-content {
  width: 100%;
}
.cid-vboCWtVj9m .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vboCWtVj9m .embla__slide .slide-content .item-wrapper {
    height: 350px;
  }
}
.cid-vboCWtVj9m .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #272b2e, transparent);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-vboCWtVj9m .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vboCWtVj9m .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vboCWtVj9m .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vboCWtVj9m .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vboCWtVj9m .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-vboCWtVj9m .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-vboCWtVj9m .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-vboCWtVj9m .embla__button--next,
.cid-vboCWtVj9m .embla__button--prev {
  display: flex;
}
.cid-vboCWtVj9m .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #272b2e !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vboCWtVj9m .embla__button:hover {
  opacity: .7 !important;
}
.cid-vboCWtVj9m .embla__button.embla__button--prev {
  right: 48px;
}
.cid-vboCWtVj9m .embla__button.embla__button--next {
  right: 0;
}
.cid-vboCWtVj9m .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-vboCWtVj9m .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-vboCWtVj9m .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vboCWtVj9m .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vboCWtVj9m .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vboCWtVj9m .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vboCWtVj9m .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vboCWtVj9m .item-tag {
  color: #ffffff;
}
.cid-vboCWtVj9m .item-name {
  color: #ffffff;
}
.cid-vboEqEbv6W {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vboEqEbv6W .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboEqEbv6W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboEqEbv6W .item {
  padding-bottom: 2rem;
}
.cid-vboEqEbv6W .item-wrapper {
  position: relative;
}
.cid-vboEqEbv6W .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vboEqEbv6W .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vboEqEbv6W .carousel-control,
.cid-vboEqEbv6W .close {
  background: #1b1b1b;
}
.cid-vboEqEbv6W .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vboEqEbv6W .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vboEqEbv6W .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vboEqEbv6W .carousel-control-next span {
  margin-left: 5px;
}
.cid-vboEqEbv6W .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vboEqEbv6W .close::before {
  content: '\e91a';
}
.cid-vboEqEbv6W .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vboEqEbv6W .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vboEqEbv6W .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vboEqEbv6W .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vboEqEbv6W .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vboEqEbv6W .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vboEqEbv6W .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vboEqEbv6W .carousel-indicators li.active,
.cid-vboEqEbv6W .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vboEqEbv6W .carousel-indicators li::after,
.cid-vboEqEbv6W .carousel-indicators li::before {
  content: none;
}
.cid-vboEqEbv6W .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vboEqEbv6W .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vboEqEbv6W .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vboEqEbv6W .carousel-indicators {
    display: none;
  }
}
.cid-vboEqEbv6W .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vboEqEbv6W .carousel-inner > .active {
  display: block;
}
.cid-vboEqEbv6W .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vboEqEbv6W .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vboEqEbv6W .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vboEqEbv6W .carousel-control,
  .cid-vboEqEbv6W .carousel-indicators,
  .cid-vboEqEbv6W .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vboEqEbv6W .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vboEqEbv6W .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vboEqEbv6W .carousel-indicators .active,
.cid-vboEqEbv6W .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vboEqEbv6W .carousel-indicators .active {
  background: #fff;
}
.cid-vboEqEbv6W .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vboEqEbv6W .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vboEqEbv6W .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vboEqEbv6W .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vboEqEbv6W .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vboEqEbv6W .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vboEqEbv6W .carousel {
  width: 100%;
}
.cid-vboEqEbv6W .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vboEqEbv6W .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vboEqEbv6W .modal.fade .modal-dialog,
.cid-vboEqEbv6W .modal.in .modal-dialog {
  transform: none;
}
.cid-vboEqEbv6W .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vboEqEbv6W H6 {
  text-align: center;
}
.cid-vboEqEbv6W H3 {
  text-align: left;
}
.cid-vboeiunavj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #005584;
}
.cid-vboeiunavj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboeiunavj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboeiunavj .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-vboeiunavj .container {
    max-width: 1400px;
  }
}
.cid-vboeiunavj .card {
  margin: auto;
}
.cid-vboeiunavj .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-vboeiunavj .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vboeiunavj .row {
  justify-content: center;
}
.cid-vboeiunavj .card-title,
.cid-vboeiunavj .card-box {
  color: #ffffff;
}
.cid-vboeiunavj H3 {
  color: #ffffff;
}
.cid-vbnJxbGeEh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
}
.cid-vbnJxbGeEh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbnJxbGeEh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbnJxbGeEh .mbr-section-title {
  text-align: left;
  color: #0d4da1;
}
.cid-vbnJqONnwM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
}
.cid-vbnJqONnwM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbnJqONnwM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbnJqONnwM .items-wrap {
  justify-content: center;
  margin: 0 -32px;
}
.cid-vbnJqONnwM .items-wrap .item {
  padding: 0 32px;
}
.cid-vbnJqONnwM .item {
  margin-bottom: 32px;
}
.cid-vbnJqONnwM .item:hover .item-wrapper .item-img .icon-wrapper .mbr-iconfont,
.cid-vbnJqONnwM .item:focus .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  color: #cfef54;
  background-color: #191c25;
}
.cid-vbnJqONnwM .item .item-wrapper .item-desc {
  margin-bottom: 22px;
}
.cid-vbnJqONnwM .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-vbnJqONnwM .item .item-wrapper .item-img .image-wrapper img {
  height: 380px;
  width: 380px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-vbnJqONnwM .item .item-wrapper .item-img .image-wrapper img {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-vbnJqONnwM .item .item-wrapper .item-img .image-wrapper img {
    height: 225px;
    width: 225px;
  }
}
.cid-vbnJqONnwM .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  z-index: 1;
  width: 68px;
  height: 68px;
}
.cid-vbnJqONnwM .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  font-size: 24px;
  color: #191c25;
  border-radius: 100%;
  background-color: #cfef54;
  padding-left: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vbnJqONnwM .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vbnJqONnwM .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-vbnJqONnwM .item-title {
  color: #005584;
  text-align: center;
}
.cid-vbnJqONnwM .item-name {
  color: RED;
  text-align: center;
}
.cid-vbnJvqKMXH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
}
.cid-vbnJvqKMXH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbnJvqKMXH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbnJvqKMXH .items-wrap {
  justify-content: center;
  margin: 0 -32px;
}
.cid-vbnJvqKMXH .items-wrap .item {
  padding: 0 32px;
}
.cid-vbnJvqKMXH .item {
  margin-bottom: 32px;
}
.cid-vbnJvqKMXH .item:hover .item-wrapper .item-img .icon-wrapper .mbr-iconfont,
.cid-vbnJvqKMXH .item:focus .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  color: #cfef54;
  background-color: #191c25;
}
.cid-vbnJvqKMXH .item .item-wrapper .item-desc {
  margin-bottom: 22px;
}
.cid-vbnJvqKMXH .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-vbnJvqKMXH .item .item-wrapper .item-img .image-wrapper img {
  height: 380px;
  width: 380px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-vbnJvqKMXH .item .item-wrapper .item-img .image-wrapper img {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-vbnJvqKMXH .item .item-wrapper .item-img .image-wrapper img {
    height: 225px;
    width: 225px;
  }
}
.cid-vbnJvqKMXH .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  z-index: 1;
  width: 68px;
  height: 68px;
}
.cid-vbnJvqKMXH .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  font-size: 24px;
  color: #191c25;
  border-radius: 100%;
  background-color: #cfef54;
  padding-left: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vbnJvqKMXH .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vbnJvqKMXH .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-vbnJvqKMXH .item-title {
  color: #005584;
  text-align: center;
}
.cid-vbnJvqKMXH .item-name {
  color: #191c25;
  text-align: center;
}
.cid-uxcoo3E9dW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uxcoo3E9dW .mbr-text,
.cid-uxcoo3E9dW .mbr-section-btn {
  color: #ffffff;
}
.cid-uxcoo3E9dW .card-title,
.cid-uxcoo3E9dW .card-box {
  color: #ffffff;
}
.cid-uxcoo3E9dW .mbr-text,
.cid-uxcoo3E9dW .link-wrap {
  color: #ffffff;
}
.cid-u3MxQ5vsGv {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/ctvelux.jpg");
}
.cid-u3MxQ5vsGv .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.3;
}
.cid-u3MxQ5vsGv .form-control,
.cid-u3MxQ5vsGv .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u3MxQ5vsGv .form-control::-webkit-input-placeholder,
.cid-u3MxQ5vsGv .field-input::-webkit-input-placeholder,
.cid-u3MxQ5vsGv .form-control::-webkit-input-placeholder,
.cid-u3MxQ5vsGv .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-u3MxQ5vsGv .form-control:-moz-placeholder,
.cid-u3MxQ5vsGv .field-input:-moz-placeholder,
.cid-u3MxQ5vsGv .form-control:-moz-placeholder,
.cid-u3MxQ5vsGv .field-input:-moz-placeholder {
  color: #000000;
}
.cid-u3MxQ5vsGv .form-control:hover,
.cid-u3MxQ5vsGv .field-input:hover,
.cid-u3MxQ5vsGv .form-control:focus,
.cid-u3MxQ5vsGv .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-u3MxQ5vsGv .form-control:hover::-webkit-input-placeholder,
.cid-u3MxQ5vsGv .field-input:hover::-webkit-input-placeholder,
.cid-u3MxQ5vsGv .form-control:focus::-webkit-input-placeholder,
.cid-u3MxQ5vsGv .field-input:focus::-webkit-input-placeholder,
.cid-u3MxQ5vsGv .form-control:hover::-webkit-input-placeholder,
.cid-u3MxQ5vsGv .field-input:hover::-webkit-input-placeholder,
.cid-u3MxQ5vsGv .form-control:focus::-webkit-input-placeholder,
.cid-u3MxQ5vsGv .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-u3MxQ5vsGv .form-control:hover:-moz-placeholder,
.cid-u3MxQ5vsGv .field-input:hover:-moz-placeholder,
.cid-u3MxQ5vsGv .form-control:focus:-moz-placeholder,
.cid-u3MxQ5vsGv .field-input:focus:-moz-placeholder,
.cid-u3MxQ5vsGv .form-control:hover:-moz-placeholder,
.cid-u3MxQ5vsGv .field-input:hover:-moz-placeholder,
.cid-u3MxQ5vsGv .form-control:focus:-moz-placeholder,
.cid-u3MxQ5vsGv .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-u3MxQ5vsGv .jq-number__spin:hover,
.cid-u3MxQ5vsGv .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u3MxQ5vsGv .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u3MxQ5vsGv .jq-selectbox li,
.cid-u3MxQ5vsGv .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-u3MxQ5vsGv .jq-selectbox li:hover,
.cid-u3MxQ5vsGv .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-u3MxQ5vsGv .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u3MxQ5vsGv .jq-number__spin.minus:hover:after,
.cid-u3MxQ5vsGv .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u3MxQ5vsGv .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u3MxQ5vsGv .jq-number__spin.minus:after,
.cid-u3MxQ5vsGv .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-u3MxQ5vsGv input::-webkit-clear-button {
  display: none;
}
.cid-u3MxQ5vsGv input::-webkit-inner-spin-button {
  display: none;
}
.cid-u3MxQ5vsGv input::-webkit-outer-spin-button {
  display: none;
}
.cid-u3MxQ5vsGv input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u3MxQ5vsGv H4 {
  color: #ffffff;
}
.cid-uWdFoFmy7K {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uWdFoFmy7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdFoFmy7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdFoFmy7K .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uWdFoFmy7K .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uWdFoFmy7K .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWdFoFmy7K .mbr-title {
  color: #ffffff;
  margin-bottom: 14px;
}
.cid-uWdFoFmy7K .mbr-text {
  color: #ffffff;
}
.cid-uWdFoFmy7K .list-box {
  width: 100%;
}
.cid-uWdFoFmy7K .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uWdFoFmy7K .list a:hover:before {
  background-position: left !important;
}
.cid-uWdFoFmy7K .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uWdFoFmy7K .news-item {
  width: 100%;
}
.cid-uWdFoFmy7K .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uWdFoFmy7K .news-title {
  color: #ffffff;
}
.cid-ux7G0kja9N {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ux8vppe18z {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/toi.jpg");
}
.cid-ux8vppe18z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux8vppe18z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux8vppe18z .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-ux8vppe18z .mbr-section-title {
  color: #FFFFFF;
}
.cid-ux8vppe18z .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-ux8vppe18z .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-ux8vppe18z .mbr-section-btn {
  margin-top: 28px;
}
.cid-ux8vppe18z iframe,
.cid-ux8vppe18z img,
.cid-ux8vppe18z video {
  width: 100%;
}
.cid-ux8vppe18z .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 32px 0;
  width: fit-content;
  max-width: 100%;
}
.cid-ux8vppe18z .mbr-media span {
  font-size: 1.5rem;
  color: #ffffff;
  transition: all 0.2s;
}
.cid-ux8vppe18z .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffff;
  z-index: 2;
}
.cid-ux8vppe18z .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-ux8vppe18z .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-ux8vppe18z .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ux8vppe18z .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-ux8vppe18z .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ux8vppe18z .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-ux8vppe18z .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ux8vppe18z .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ux8vppe18z .image {
  display: flex;
}
.cid-ux8vppe18z .image img {
  margin-top: 70px;
  border-radius: 10px;
  object-fit: cover;
  width: 619px;
  height: 219px;
}
@media (max-width: 991px) {
  .cid-ux8vppe18z .image img {
    width: 250px;
    height: 95px;
  }
}
.cid-vbo6Cl2CAr {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vbo6Cl2CAr .image-wrapper {
    padding: 1rem;
  }
}
.cid-vbo6Cl2CAr img {
  max-width: 95%;
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-vbo6Cl2CAr img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-vbo6Cl2CAr .mbr-text,
.cid-vbo6Cl2CAr .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vbo6Cl2CAr .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vbo6Cl2CAr .mbr-text2,
.cid-vbo6Cl2CAr .mbr-section-btn2 {
  color: #232323;
  text-align: left;
}
.cid-vboH5Pl5uO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
}
.cid-vboH5Pl5uO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboH5Pl5uO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboH5Pl5uO .item {
  padding-bottom: 2rem;
}
.cid-vboH5Pl5uO .item-wrapper {
  position: relative;
}
.cid-vboH5Pl5uO .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vboH5Pl5uO .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vboH5Pl5uO .carousel-control,
.cid-vboH5Pl5uO .close {
  background: #1b1b1b;
}
.cid-vboH5Pl5uO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vboH5Pl5uO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vboH5Pl5uO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vboH5Pl5uO .carousel-control-next span {
  margin-left: 5px;
}
.cid-vboH5Pl5uO .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vboH5Pl5uO .close::before {
  content: '\e91a';
}
.cid-vboH5Pl5uO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vboH5Pl5uO .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vboH5Pl5uO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vboH5Pl5uO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vboH5Pl5uO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vboH5Pl5uO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vboH5Pl5uO .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vboH5Pl5uO .carousel-indicators li.active,
.cid-vboH5Pl5uO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vboH5Pl5uO .carousel-indicators li::after,
.cid-vboH5Pl5uO .carousel-indicators li::before {
  content: none;
}
.cid-vboH5Pl5uO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vboH5Pl5uO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vboH5Pl5uO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vboH5Pl5uO .carousel-indicators {
    display: none;
  }
}
.cid-vboH5Pl5uO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vboH5Pl5uO .carousel-inner > .active {
  display: block;
}
.cid-vboH5Pl5uO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vboH5Pl5uO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vboH5Pl5uO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vboH5Pl5uO .carousel-control,
  .cid-vboH5Pl5uO .carousel-indicators,
  .cid-vboH5Pl5uO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vboH5Pl5uO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vboH5Pl5uO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vboH5Pl5uO .carousel-indicators .active,
.cid-vboH5Pl5uO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vboH5Pl5uO .carousel-indicators .active {
  background: #fff;
}
.cid-vboH5Pl5uO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vboH5Pl5uO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vboH5Pl5uO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vboH5Pl5uO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vboH5Pl5uO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vboH5Pl5uO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vboH5Pl5uO .carousel {
  width: 100%;
}
.cid-vboH5Pl5uO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vboH5Pl5uO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vboH5Pl5uO .modal.fade .modal-dialog,
.cid-vboH5Pl5uO .modal.in .modal-dialog {
  transform: none;
}
.cid-vboH5Pl5uO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vboH5Pl5uO H6 {
  text-align: center;
}
.cid-vboH5Pl5uO H3 {
  text-align: left;
}
.cid-veiRW3ulmO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-veiRW3ulmO .mbr-fallback-image.disabled {
  display: none;
}
.cid-veiRW3ulmO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veiRW3ulmO .item {
  padding-bottom: 2rem;
}
.cid-veiRW3ulmO .item-wrapper {
  position: relative;
}
.cid-veiRW3ulmO .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-veiRW3ulmO .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-veiRW3ulmO .carousel-control,
.cid-veiRW3ulmO .close {
  background: #1b1b1b;
}
.cid-veiRW3ulmO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veiRW3ulmO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veiRW3ulmO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veiRW3ulmO .carousel-control-next span {
  margin-left: 5px;
}
.cid-veiRW3ulmO .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-veiRW3ulmO .close::before {
  content: '\e91a';
}
.cid-veiRW3ulmO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veiRW3ulmO .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-veiRW3ulmO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veiRW3ulmO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veiRW3ulmO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veiRW3ulmO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veiRW3ulmO .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-veiRW3ulmO .carousel-indicators li.active,
.cid-veiRW3ulmO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veiRW3ulmO .carousel-indicators li::after,
.cid-veiRW3ulmO .carousel-indicators li::before {
  content: none;
}
.cid-veiRW3ulmO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veiRW3ulmO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veiRW3ulmO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veiRW3ulmO .carousel-indicators {
    display: none;
  }
}
.cid-veiRW3ulmO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veiRW3ulmO .carousel-inner > .active {
  display: block;
}
.cid-veiRW3ulmO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veiRW3ulmO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veiRW3ulmO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veiRW3ulmO .carousel-control,
  .cid-veiRW3ulmO .carousel-indicators,
  .cid-veiRW3ulmO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veiRW3ulmO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veiRW3ulmO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veiRW3ulmO .carousel-indicators .active,
.cid-veiRW3ulmO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veiRW3ulmO .carousel-indicators .active {
  background: #fff;
}
.cid-veiRW3ulmO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veiRW3ulmO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veiRW3ulmO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veiRW3ulmO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veiRW3ulmO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veiRW3ulmO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veiRW3ulmO .carousel {
  width: 100%;
}
.cid-veiRW3ulmO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veiRW3ulmO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veiRW3ulmO .modal.fade .modal-dialog,
.cid-veiRW3ulmO .modal.in .modal-dialog {
  transform: none;
}
.cid-veiRW3ulmO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veiRW3ulmO H6 {
  text-align: center;
}
.cid-veiRW3ulmO H3 {
  text-align: left;
  color: #ffffff;
}
.cid-vboG9nFDiw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vboG9nFDiw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboG9nFDiw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboG9nFDiw .item {
  padding-bottom: 2rem;
}
.cid-vboG9nFDiw .item-wrapper {
  position: relative;
}
.cid-vboG9nFDiw .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vboG9nFDiw .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vboG9nFDiw .carousel-control,
.cid-vboG9nFDiw .close {
  background: #1b1b1b;
}
.cid-vboG9nFDiw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vboG9nFDiw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vboG9nFDiw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vboG9nFDiw .carousel-control-next span {
  margin-left: 5px;
}
.cid-vboG9nFDiw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vboG9nFDiw .close::before {
  content: '\e91a';
}
.cid-vboG9nFDiw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vboG9nFDiw .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vboG9nFDiw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vboG9nFDiw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vboG9nFDiw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vboG9nFDiw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vboG9nFDiw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vboG9nFDiw .carousel-indicators li.active,
.cid-vboG9nFDiw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vboG9nFDiw .carousel-indicators li::after,
.cid-vboG9nFDiw .carousel-indicators li::before {
  content: none;
}
.cid-vboG9nFDiw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vboG9nFDiw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vboG9nFDiw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vboG9nFDiw .carousel-indicators {
    display: none;
  }
}
.cid-vboG9nFDiw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vboG9nFDiw .carousel-inner > .active {
  display: block;
}
.cid-vboG9nFDiw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vboG9nFDiw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vboG9nFDiw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vboG9nFDiw .carousel-control,
  .cid-vboG9nFDiw .carousel-indicators,
  .cid-vboG9nFDiw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vboG9nFDiw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vboG9nFDiw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vboG9nFDiw .carousel-indicators .active,
.cid-vboG9nFDiw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vboG9nFDiw .carousel-indicators .active {
  background: #fff;
}
.cid-vboG9nFDiw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vboG9nFDiw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vboG9nFDiw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vboG9nFDiw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vboG9nFDiw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vboG9nFDiw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vboG9nFDiw .carousel {
  width: 100%;
}
.cid-vboG9nFDiw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vboG9nFDiw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vboG9nFDiw .modal.fade .modal-dialog,
.cid-vboG9nFDiw .modal.in .modal-dialog {
  transform: none;
}
.cid-vboG9nFDiw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vboG9nFDiw H6 {
  text-align: center;
}
.cid-vboG9nFDiw H3 {
  text-align: left;
}
.cid-u9lVx0dGse {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-u9lVx0dGse .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9lVx0dGse .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9lVx0dGse .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u9lVx0dGse .container {
    max-width: 1400px;
  }
}
.cid-u9lVx0dGse .card {
  margin: auto;
}
.cid-u9lVx0dGse .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-u9lVx0dGse .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u9lVx0dGse .row {
  justify-content: center;
}
.cid-u9lVx0dGse .card-title,
.cid-u9lVx0dGse .card-box {
  color: #ffffff;
}
.cid-vbo8I3Vyq5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
}
.cid-vbo8I3Vyq5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbo8I3Vyq5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbo8I3Vyq5 .mbr-section-title {
  text-align: left;
  color: #0d4da1;
}
.cid-vbo8JqPXBl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
}
.cid-vbo8JqPXBl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbo8JqPXBl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbo8JqPXBl .items-wrap {
  justify-content: center;
  margin: 0 -32px;
}
.cid-vbo8JqPXBl .items-wrap .item {
  padding: 0 32px;
}
.cid-vbo8JqPXBl .item {
  margin-bottom: 32px;
}
.cid-vbo8JqPXBl .item:hover .item-wrapper .item-img .icon-wrapper .mbr-iconfont,
.cid-vbo8JqPXBl .item:focus .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  color: #cfef54;
  background-color: #191c25;
}
.cid-vbo8JqPXBl .item .item-wrapper .item-desc {
  margin-bottom: 22px;
}
.cid-vbo8JqPXBl .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-vbo8JqPXBl .item .item-wrapper .item-img .image-wrapper img {
  height: 380px;
  width: 380px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-vbo8JqPXBl .item .item-wrapper .item-img .image-wrapper img {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-vbo8JqPXBl .item .item-wrapper .item-img .image-wrapper img {
    height: 225px;
    width: 225px;
  }
}
.cid-vbo8JqPXBl .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  z-index: 1;
  width: 68px;
  height: 68px;
}
.cid-vbo8JqPXBl .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  font-size: 24px;
  color: #191c25;
  border-radius: 100%;
  background-color: #cfef54;
  padding-left: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vbo8JqPXBl .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vbo8JqPXBl .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-vbo8JqPXBl .item-title {
  color: #005584;
  text-align: center;
}
.cid-vbo8JqPXBl .item-name {
  color: RED;
  text-align: center;
}
.cid-ux7ANktoGF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ux7ANktoGF .nav-item:focus,
.cid-ux7ANktoGF .nav-link:focus {
  outline: none;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ux7ANktoGF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ux7ANktoGF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ux7ANktoGF .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ux7ANktoGF .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #353535;
}
.cid-ux7ANktoGF .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #353535 !important;
}
.cid-ux7ANktoGF .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-ux7ANktoGF .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-ux7ANktoGF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ux7ANktoGF .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.show,
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ux7ANktoGF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ux7ANktoGF .navbar.collapsed .right-menu,
.cid-ux7ANktoGF .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF .navbar .navbar-collapse.show,
  .cid-ux7ANktoGF .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ux7ANktoGF .navbar .navbar-collapse.show .brand-container,
  .cid-ux7ANktoGF .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-ux7ANktoGF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ux7ANktoGF .navbar .navbar-logo img {
    height: 6rem !important;
  }
  .cid-ux7ANktoGF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ux7ANktoGF .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-ux7ANktoGF .navbar .right-menu,
  .cid-ux7ANktoGF .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ux7ANktoGF .navbar.navbar-short {
  min-height: 60px;
}
.cid-ux7ANktoGF .navbar.navbar-short .mbr-overlay {
  background: #353535 !important;
}
.cid-ux7ANktoGF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ux7ANktoGF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ux7ANktoGF .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ux7ANktoGF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ux7ANktoGF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ux7ANktoGF .dropdown-item.active,
.cid-ux7ANktoGF .dropdown-item:active {
  background-color: transparent;
}
.cid-ux7ANktoGF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ux7ANktoGF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ux7ANktoGF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ux7ANktoGF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ux7ANktoGF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ux7ANktoGF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ux7ANktoGF ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-ux7ANktoGF .navbar-buttons {
  margin-left: auto;
}
.cid-ux7ANktoGF button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f1a81e;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux7ANktoGF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ux7ANktoGF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ux7ANktoGF .right-menu,
.cid-ux7ANktoGF .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-ux7ANktoGF .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ux7ANktoGF .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ux7ANktoGF .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ux7ANktoGF .menu-top {
  text-align: center;
  width: 100%;
  background-color: #000000;
  padding: 0.5rem 0;
  color: #ffffff;
}
.cid-ux7ANktoGF .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ux7ANktoGF .card-wrapper {
  z-index: 3;
}
.cid-ux7ANktoGF .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ux7ANktoGF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbo8K2uhgF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
}
.cid-vbo8K2uhgF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbo8K2uhgF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbo8K2uhgF .items-wrap {
  justify-content: center;
  margin: 0 -32px;
}
.cid-vbo8K2uhgF .items-wrap .item {
  padding: 0 32px;
}
.cid-vbo8K2uhgF .item {
  margin-bottom: 32px;
}
.cid-vbo8K2uhgF .item:hover .item-wrapper .item-img .icon-wrapper .mbr-iconfont,
.cid-vbo8K2uhgF .item:focus .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  color: #cfef54;
  background-color: #191c25;
}
.cid-vbo8K2uhgF .item .item-wrapper .item-desc {
  margin-bottom: 22px;
}
.cid-vbo8K2uhgF .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-vbo8K2uhgF .item .item-wrapper .item-img .image-wrapper img {
  height: 380px;
  width: 380px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-vbo8K2uhgF .item .item-wrapper .item-img .image-wrapper img {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-vbo8K2uhgF .item .item-wrapper .item-img .image-wrapper img {
    height: 225px;
    width: 225px;
  }
}
.cid-vbo8K2uhgF .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  z-index: 1;
  width: 68px;
  height: 68px;
}
.cid-vbo8K2uhgF .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  font-size: 24px;
  color: #191c25;
  border-radius: 100%;
  background-color: #cfef54;
  padding-left: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vbo8K2uhgF .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vbo8K2uhgF .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-vbo8K2uhgF .item-title {
  color: #005584;
  text-align: center;
}
.cid-vbo8K2uhgF .item-name {
  color: #191c25;
  text-align: center;
}
.cid-vbo8KJi9Cu {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vbo8KJi9Cu .mbr-text,
.cid-vbo8KJi9Cu .mbr-section-btn {
  color: #ffffff;
}
.cid-vbo8KJi9Cu .card-title,
.cid-vbo8KJi9Cu .card-box {
  color: #ffffff;
}
.cid-vbo8KJi9Cu .mbr-text,
.cid-vbo8KJi9Cu .link-wrap {
  color: #ffffff;
}
.cid-vbo8LoTBBp {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/ctvelux.jpg");
}
.cid-vbo8LoTBBp .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.3;
}
.cid-vbo8LoTBBp .form-control,
.cid-vbo8LoTBBp .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vbo8LoTBBp .form-control::-webkit-input-placeholder,
.cid-vbo8LoTBBp .field-input::-webkit-input-placeholder,
.cid-vbo8LoTBBp .form-control::-webkit-input-placeholder,
.cid-vbo8LoTBBp .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vbo8LoTBBp .form-control:-moz-placeholder,
.cid-vbo8LoTBBp .field-input:-moz-placeholder,
.cid-vbo8LoTBBp .form-control:-moz-placeholder,
.cid-vbo8LoTBBp .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vbo8LoTBBp .form-control:hover,
.cid-vbo8LoTBBp .field-input:hover,
.cid-vbo8LoTBBp .form-control:focus,
.cid-vbo8LoTBBp .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-vbo8LoTBBp .form-control:hover::-webkit-input-placeholder,
.cid-vbo8LoTBBp .field-input:hover::-webkit-input-placeholder,
.cid-vbo8LoTBBp .form-control:focus::-webkit-input-placeholder,
.cid-vbo8LoTBBp .field-input:focus::-webkit-input-placeholder,
.cid-vbo8LoTBBp .form-control:hover::-webkit-input-placeholder,
.cid-vbo8LoTBBp .field-input:hover::-webkit-input-placeholder,
.cid-vbo8LoTBBp .form-control:focus::-webkit-input-placeholder,
.cid-vbo8LoTBBp .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-vbo8LoTBBp .form-control:hover:-moz-placeholder,
.cid-vbo8LoTBBp .field-input:hover:-moz-placeholder,
.cid-vbo8LoTBBp .form-control:focus:-moz-placeholder,
.cid-vbo8LoTBBp .field-input:focus:-moz-placeholder,
.cid-vbo8LoTBBp .form-control:hover:-moz-placeholder,
.cid-vbo8LoTBBp .field-input:hover:-moz-placeholder,
.cid-vbo8LoTBBp .form-control:focus:-moz-placeholder,
.cid-vbo8LoTBBp .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-vbo8LoTBBp .jq-number__spin:hover,
.cid-vbo8LoTBBp .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vbo8LoTBBp .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vbo8LoTBBp .jq-selectbox li,
.cid-vbo8LoTBBp .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vbo8LoTBBp .jq-selectbox li:hover,
.cid-vbo8LoTBBp .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-vbo8LoTBBp .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vbo8LoTBBp .jq-number__spin.minus:hover:after,
.cid-vbo8LoTBBp .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vbo8LoTBBp .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vbo8LoTBBp .jq-number__spin.minus:after,
.cid-vbo8LoTBBp .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-vbo8LoTBBp input::-webkit-clear-button {
  display: none;
}
.cid-vbo8LoTBBp input::-webkit-inner-spin-button {
  display: none;
}
.cid-vbo8LoTBBp input::-webkit-outer-spin-button {
  display: none;
}
.cid-vbo8LoTBBp input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vbo8LoTBBp H4 {
  color: #ffffff;
}
.cid-uWdFoFmy7K {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uWdFoFmy7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdFoFmy7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdFoFmy7K .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uWdFoFmy7K .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uWdFoFmy7K .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWdFoFmy7K .mbr-title {
  color: #ffffff;
  margin-bottom: 14px;
}
.cid-uWdFoFmy7K .mbr-text {
  color: #ffffff;
}
.cid-uWdFoFmy7K .list-box {
  width: 100%;
}
.cid-uWdFoFmy7K .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uWdFoFmy7K .list a:hover:before {
  background-position: left !important;
}
.cid-uWdFoFmy7K .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uWdFoFmy7K .news-item {
  width: 100%;
}
.cid-uWdFoFmy7K .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uWdFoFmy7K .news-title {
  color: #ffffff;
}
.cid-ux7G0kja9N {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
}
.cid-vbotaRN1dG {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dem.jpeg");
}
.cid-vbotaRN1dG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbotaRN1dG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbotaRN1dG .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-vbotaRN1dG .mbr-section-title {
  color: #FFFFFF;
}
.cid-vbotaRN1dG .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-vbotaRN1dG .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-vbotaRN1dG .mbr-section-btn {
  margin-top: 28px;
}
.cid-vbotaRN1dG iframe,
.cid-vbotaRN1dG img,
.cid-vbotaRN1dG video {
  width: 100%;
}
.cid-vbotaRN1dG .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 32px 0;
  width: fit-content;
  max-width: 100%;
}
.cid-vbotaRN1dG .mbr-media span {
  font-size: 1.5rem;
  color: #ffffff;
  transition: all 0.2s;
}
.cid-vbotaRN1dG .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffff;
  z-index: 2;
}
.cid-vbotaRN1dG .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vbotaRN1dG .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-vbotaRN1dG .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vbotaRN1dG .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-vbotaRN1dG .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vbotaRN1dG .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-vbotaRN1dG .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vbotaRN1dG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vbotaRN1dG .image {
  display: flex;
}
.cid-vbotaRN1dG .image img {
  margin-top: 70px;
  border-radius: 10px;
  object-fit: cover;
  width: 619px;
  height: 219px;
}
@media (max-width: 991px) {
  .cid-vbotaRN1dG .image img {
    width: 250px;
    height: 95px;
  }
}
.cid-u9ljF0f5cM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9ljF0f5cM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ljF0f5cM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ljF0f5cM .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u9ljF0f5cM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9ljF0f5cM .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9ljF0f5cM .image-wrapper {
    padding: 0;
  }
}
.cid-u9ljF0f5cM .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-u9ljF0f5cM .image-wrapper img {
    height: 350px;
  }
}
.cid-u9ljF0f5cM .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-u9ljF0f5cM .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-u9ljF0f5cM .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u9ljF0f5cM .content-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u9ljF0f5cM .content-wrapper .mbr-text {
  margin: 24px 0 0;
}
@media (max-width: 992px) {
  .cid-u9ljF0f5cM .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-u9ljF0f5cM .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u9ljF0f5cM .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u9ljF0f5cM .mbr-section-title {
  color: #262642;
}
.cid-u9ljF0f5cM .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-u9ljF0f5cM .mbr-text {
  color: #2b2b2b;
}
.cid-u9ljF0f5cM .mbr-section-title,
.cid-u9ljF0f5cM .mbr-section-btn {
  color: #000000;
}
.cid-veiDrpctU2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-veiDrpctU2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veiDrpctU2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veiDrpctU2 .item {
  padding-bottom: 2rem;
}
.cid-veiDrpctU2 .item-wrapper {
  position: relative;
}
.cid-veiDrpctU2 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-veiDrpctU2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-veiDrpctU2 .carousel-control,
.cid-veiDrpctU2 .close {
  background: #1b1b1b;
}
.cid-veiDrpctU2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veiDrpctU2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veiDrpctU2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veiDrpctU2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-veiDrpctU2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-veiDrpctU2 .close::before {
  content: '\e91a';
}
.cid-veiDrpctU2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veiDrpctU2 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-veiDrpctU2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veiDrpctU2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veiDrpctU2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veiDrpctU2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veiDrpctU2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-veiDrpctU2 .carousel-indicators li.active,
.cid-veiDrpctU2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veiDrpctU2 .carousel-indicators li::after,
.cid-veiDrpctU2 .carousel-indicators li::before {
  content: none;
}
.cid-veiDrpctU2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veiDrpctU2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veiDrpctU2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veiDrpctU2 .carousel-indicators {
    display: none;
  }
}
.cid-veiDrpctU2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veiDrpctU2 .carousel-inner > .active {
  display: block;
}
.cid-veiDrpctU2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veiDrpctU2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veiDrpctU2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veiDrpctU2 .carousel-control,
  .cid-veiDrpctU2 .carousel-indicators,
  .cid-veiDrpctU2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veiDrpctU2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veiDrpctU2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veiDrpctU2 .carousel-indicators .active,
.cid-veiDrpctU2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veiDrpctU2 .carousel-indicators .active {
  background: #fff;
}
.cid-veiDrpctU2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veiDrpctU2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veiDrpctU2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veiDrpctU2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veiDrpctU2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veiDrpctU2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veiDrpctU2 .carousel {
  width: 100%;
}
.cid-veiDrpctU2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veiDrpctU2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veiDrpctU2 .modal.fade .modal-dialog,
.cid-veiDrpctU2 .modal.in .modal-dialog {
  transform: none;
}
.cid-veiDrpctU2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veiDrpctU2 H6 {
  text-align: center;
}
.cid-veiDrpctU2 H3 {
  text-align: left;
  color: #ffffff;
}
.cid-veiDRpBJzT {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-veiDRpBJzT .mbr-fallback-image.disabled {
  display: none;
}
.cid-veiDRpBJzT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veiDRpBJzT .video-wrapper iframe {
  width: 100%;
}
.cid-veiDRpBJzT .mbr-section-title,
.cid-veiDRpBJzT .mbr-section-subtitle,
.cid-veiDRpBJzT .mbr-text {
  text-align: center;
}
.cid-veiH0Ii4Xy {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veiH0Ii4Xy .mbr-fallback-image.disabled {
  display: none;
}
.cid-veiH0Ii4Xy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veiH0Ii4Xy .video-wrapper iframe {
  width: 100%;
}
.cid-veiH0Ii4Xy .mbr-section-title,
.cid-veiH0Ii4Xy .mbr-section-subtitle,
.cid-veiH0Ii4Xy .mbr-text {
  text-align: center;
}
.cid-veiH0Ii4Xy .mbr-section-title {
  text-align: left;
}
.cid-vboDCi1jNQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e6e6e6;
}
.cid-vboDCi1jNQ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vboDCi1jNQ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vboDCi1jNQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 354px;
  max-width: 354px;
}
@media (max-width: 992px) {
  .cid-vboDCi1jNQ .embla__slide {
    min-width: 620px;
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cid-vboDCi1jNQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vboDCi1jNQ .embla__slide .slide-content {
  width: 100%;
}
.cid-vboDCi1jNQ .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vboDCi1jNQ .embla__slide .slide-content .item-wrapper {
    height: 350px;
  }
}
.cid-vboDCi1jNQ .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #272b2e, transparent);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-vboDCi1jNQ .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vboDCi1jNQ .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vboDCi1jNQ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vboDCi1jNQ .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vboDCi1jNQ .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-vboDCi1jNQ .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-vboDCi1jNQ .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-vboDCi1jNQ .embla__button--next,
.cid-vboDCi1jNQ .embla__button--prev {
  display: flex;
}
.cid-vboDCi1jNQ .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #272b2e !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vboDCi1jNQ .embla__button:hover {
  opacity: .7 !important;
}
.cid-vboDCi1jNQ .embla__button.embla__button--prev {
  right: 48px;
}
.cid-vboDCi1jNQ .embla__button.embla__button--next {
  right: 0;
}
.cid-vboDCi1jNQ .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-vboDCi1jNQ .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-vboDCi1jNQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vboDCi1jNQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vboDCi1jNQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vboDCi1jNQ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vboDCi1jNQ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vboDCi1jNQ .item-tag {
  color: #ffffff;
}
.cid-vboDCi1jNQ .item-name {
  color: #ffffff;
}
.cid-vboEVIQOIO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vboEVIQOIO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboEVIQOIO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboEVIQOIO .item {
  padding-bottom: 2rem;
}
.cid-vboEVIQOIO .item-wrapper {
  position: relative;
}
.cid-vboEVIQOIO .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vboEVIQOIO .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vboEVIQOIO .carousel-control,
.cid-vboEVIQOIO .close {
  background: #1b1b1b;
}
.cid-vboEVIQOIO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vboEVIQOIO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vboEVIQOIO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vboEVIQOIO .carousel-control-next span {
  margin-left: 5px;
}
.cid-vboEVIQOIO .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vboEVIQOIO .close::before {
  content: '\e91a';
}
.cid-vboEVIQOIO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vboEVIQOIO .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vboEVIQOIO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vboEVIQOIO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vboEVIQOIO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vboEVIQOIO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vboEVIQOIO .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vboEVIQOIO .carousel-indicators li.active,
.cid-vboEVIQOIO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vboEVIQOIO .carousel-indicators li::after,
.cid-vboEVIQOIO .carousel-indicators li::before {
  content: none;
}
.cid-vboEVIQOIO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vboEVIQOIO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vboEVIQOIO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vboEVIQOIO .carousel-indicators {
    display: none;
  }
}
.cid-vboEVIQOIO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vboEVIQOIO .carousel-inner > .active {
  display: block;
}
.cid-vboEVIQOIO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vboEVIQOIO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vboEVIQOIO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vboEVIQOIO .carousel-control,
  .cid-vboEVIQOIO .carousel-indicators,
  .cid-vboEVIQOIO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vboEVIQOIO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vboEVIQOIO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vboEVIQOIO .carousel-indicators .active,
.cid-vboEVIQOIO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vboEVIQOIO .carousel-indicators .active {
  background: #fff;
}
.cid-vboEVIQOIO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vboEVIQOIO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vboEVIQOIO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vboEVIQOIO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vboEVIQOIO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vboEVIQOIO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vboEVIQOIO .carousel {
  width: 100%;
}
.cid-vboEVIQOIO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vboEVIQOIO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vboEVIQOIO .modal.fade .modal-dialog,
.cid-vboEVIQOIO .modal.in .modal-dialog {
  transform: none;
}
.cid-vboEVIQOIO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vboEVIQOIO H6 {
  text-align: center;
}
.cid-vboEVIQOIO H3 {
  text-align: left;
}
.cid-vbouW9CV71 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-vbouW9CV71 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbouW9CV71 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbouW9CV71 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-vbouW9CV71 .container {
    max-width: 1400px;
  }
}
.cid-vbouW9CV71 .card {
  margin: auto;
}
.cid-vbouW9CV71 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-vbouW9CV71 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vbouW9CV71 .row {
  justify-content: center;
}
.cid-vbouW9CV71 .card-title,
.cid-vbouW9CV71 .card-box {
  color: #ffffff;
}
.cid-ux7ANktoGF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ux7ANktoGF .nav-item:focus,
.cid-ux7ANktoGF .nav-link:focus {
  outline: none;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ux7ANktoGF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ux7ANktoGF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ux7ANktoGF .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ux7ANktoGF .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #353535;
}
.cid-ux7ANktoGF .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #353535 !important;
}
.cid-ux7ANktoGF .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-ux7ANktoGF .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-ux7ANktoGF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ux7ANktoGF .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.show,
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ux7ANktoGF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ux7ANktoGF .navbar.collapsed .right-menu,
.cid-ux7ANktoGF .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF .navbar .navbar-collapse.show,
  .cid-ux7ANktoGF .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ux7ANktoGF .navbar .navbar-collapse.show .brand-container,
  .cid-ux7ANktoGF .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-ux7ANktoGF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ux7ANktoGF .navbar .navbar-logo img {
    height: 6rem !important;
  }
  .cid-ux7ANktoGF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ux7ANktoGF .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-ux7ANktoGF .navbar .right-menu,
  .cid-ux7ANktoGF .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ux7ANktoGF .navbar.navbar-short {
  min-height: 60px;
}
.cid-ux7ANktoGF .navbar.navbar-short .mbr-overlay {
  background: #353535 !important;
}
.cid-ux7ANktoGF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ux7ANktoGF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ux7ANktoGF .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ux7ANktoGF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ux7ANktoGF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ux7ANktoGF .dropdown-item.active,
.cid-ux7ANktoGF .dropdown-item:active {
  background-color: transparent;
}
.cid-ux7ANktoGF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ux7ANktoGF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ux7ANktoGF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ux7ANktoGF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ux7ANktoGF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ux7ANktoGF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ux7ANktoGF ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-ux7ANktoGF .navbar-buttons {
  margin-left: auto;
}
.cid-ux7ANktoGF button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f1a81e;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux7ANktoGF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ux7ANktoGF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ux7ANktoGF .right-menu,
.cid-ux7ANktoGF .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-ux7ANktoGF .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ux7ANktoGF .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ux7ANktoGF .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ux7ANktoGF .menu-top {
  text-align: center;
  width: 100%;
  background-color: #000000;
  padding: 0.5rem 0;
  color: #ffffff;
}
.cid-ux7ANktoGF .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ux7ANktoGF .card-wrapper {
  z-index: 3;
}
.cid-ux7ANktoGF .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ux7ANktoGF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vboBIrUIhz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
}
.cid-vboBIrUIhz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboBIrUIhz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboBIrUIhz .mbr-section-title {
  text-align: left;
  color: #0d4da1;
}
.cid-vbouZDzvBN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
}
.cid-vbouZDzvBN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbouZDzvBN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbouZDzvBN .items-wrap {
  justify-content: center;
  margin: 0 -32px;
}
.cid-vbouZDzvBN .items-wrap .item {
  padding: 0 32px;
}
.cid-vbouZDzvBN .item {
  margin-bottom: 32px;
}
.cid-vbouZDzvBN .item:hover .item-wrapper .item-img .icon-wrapper .mbr-iconfont,
.cid-vbouZDzvBN .item:focus .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  color: #cfef54;
  background-color: #191c25;
}
.cid-vbouZDzvBN .item .item-wrapper .item-desc {
  margin-bottom: 22px;
}
.cid-vbouZDzvBN .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-vbouZDzvBN .item .item-wrapper .item-img .image-wrapper img {
  height: 380px;
  width: 380px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-vbouZDzvBN .item .item-wrapper .item-img .image-wrapper img {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-vbouZDzvBN .item .item-wrapper .item-img .image-wrapper img {
    height: 225px;
    width: 225px;
  }
}
.cid-vbouZDzvBN .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  z-index: 1;
  width: 68px;
  height: 68px;
}
.cid-vbouZDzvBN .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  font-size: 24px;
  color: #191c25;
  border-radius: 100%;
  background-color: #cfef54;
  padding-left: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vbouZDzvBN .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vbouZDzvBN .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-vbouZDzvBN .item-title {
  color: #005584;
  text-align: center;
}
.cid-vbouZDzvBN .item-name {
  color: RED;
  text-align: center;
}
.cid-vbouYI4OAI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
}
.cid-vbouYI4OAI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbouYI4OAI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbouYI4OAI .items-wrap {
  justify-content: center;
  margin: 0 -32px;
}
.cid-vbouYI4OAI .items-wrap .item {
  padding: 0 32px;
}
.cid-vbouYI4OAI .item {
  margin-bottom: 32px;
}
.cid-vbouYI4OAI .item:hover .item-wrapper .item-img .icon-wrapper .mbr-iconfont,
.cid-vbouYI4OAI .item:focus .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  color: #cfef54;
  background-color: #191c25;
}
.cid-vbouYI4OAI .item .item-wrapper .item-desc {
  margin-bottom: 22px;
}
.cid-vbouYI4OAI .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-vbouYI4OAI .item .item-wrapper .item-img .image-wrapper img {
  height: 380px;
  width: 380px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-vbouYI4OAI .item .item-wrapper .item-img .image-wrapper img {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-vbouYI4OAI .item .item-wrapper .item-img .image-wrapper img {
    height: 225px;
    width: 225px;
  }
}
.cid-vbouYI4OAI .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  z-index: 1;
  width: 68px;
  height: 68px;
}
.cid-vbouYI4OAI .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  font-size: 24px;
  color: #191c25;
  border-radius: 100%;
  background-color: #cfef54;
  padding-left: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vbouYI4OAI .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vbouYI4OAI .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-vbouYI4OAI .item-title {
  color: #005584;
  text-align: center;
}
.cid-vbouYI4OAI .item-name {
  color: #191c25;
  text-align: center;
}
.cid-vbouWS0jq9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vbouWS0jq9 .mbr-text,
.cid-vbouWS0jq9 .mbr-section-btn {
  color: #ffffff;
}
.cid-vbouWS0jq9 .card-title,
.cid-vbouWS0jq9 .card-box {
  color: #ffffff;
}
.cid-vbouWS0jq9 .mbr-text,
.cid-vbouWS0jq9 .link-wrap {
  color: #ffffff;
}
.cid-vbouXwfBCL {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/ctvelux.jpg");
}
.cid-vbouXwfBCL .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.3;
}
.cid-vbouXwfBCL .form-control,
.cid-vbouXwfBCL .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vbouXwfBCL .form-control::-webkit-input-placeholder,
.cid-vbouXwfBCL .field-input::-webkit-input-placeholder,
.cid-vbouXwfBCL .form-control::-webkit-input-placeholder,
.cid-vbouXwfBCL .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vbouXwfBCL .form-control:-moz-placeholder,
.cid-vbouXwfBCL .field-input:-moz-placeholder,
.cid-vbouXwfBCL .form-control:-moz-placeholder,
.cid-vbouXwfBCL .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vbouXwfBCL .form-control:hover,
.cid-vbouXwfBCL .field-input:hover,
.cid-vbouXwfBCL .form-control:focus,
.cid-vbouXwfBCL .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-vbouXwfBCL .form-control:hover::-webkit-input-placeholder,
.cid-vbouXwfBCL .field-input:hover::-webkit-input-placeholder,
.cid-vbouXwfBCL .form-control:focus::-webkit-input-placeholder,
.cid-vbouXwfBCL .field-input:focus::-webkit-input-placeholder,
.cid-vbouXwfBCL .form-control:hover::-webkit-input-placeholder,
.cid-vbouXwfBCL .field-input:hover::-webkit-input-placeholder,
.cid-vbouXwfBCL .form-control:focus::-webkit-input-placeholder,
.cid-vbouXwfBCL .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-vbouXwfBCL .form-control:hover:-moz-placeholder,
.cid-vbouXwfBCL .field-input:hover:-moz-placeholder,
.cid-vbouXwfBCL .form-control:focus:-moz-placeholder,
.cid-vbouXwfBCL .field-input:focus:-moz-placeholder,
.cid-vbouXwfBCL .form-control:hover:-moz-placeholder,
.cid-vbouXwfBCL .field-input:hover:-moz-placeholder,
.cid-vbouXwfBCL .form-control:focus:-moz-placeholder,
.cid-vbouXwfBCL .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-vbouXwfBCL .jq-number__spin:hover,
.cid-vbouXwfBCL .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vbouXwfBCL .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vbouXwfBCL .jq-selectbox li,
.cid-vbouXwfBCL .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vbouXwfBCL .jq-selectbox li:hover,
.cid-vbouXwfBCL .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-vbouXwfBCL .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vbouXwfBCL .jq-number__spin.minus:hover:after,
.cid-vbouXwfBCL .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vbouXwfBCL .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vbouXwfBCL .jq-number__spin.minus:after,
.cid-vbouXwfBCL .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-vbouXwfBCL input::-webkit-clear-button {
  display: none;
}
.cid-vbouXwfBCL input::-webkit-inner-spin-button {
  display: none;
}
.cid-vbouXwfBCL input::-webkit-outer-spin-button {
  display: none;
}
.cid-vbouXwfBCL input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vbouXwfBCL H4 {
  color: #ffffff;
}
.cid-uWdFoFmy7K {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uWdFoFmy7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdFoFmy7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdFoFmy7K .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uWdFoFmy7K .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uWdFoFmy7K .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWdFoFmy7K .mbr-title {
  color: #ffffff;
  margin-bottom: 14px;
}
.cid-uWdFoFmy7K .mbr-text {
  color: #ffffff;
}
.cid-uWdFoFmy7K .list-box {
  width: 100%;
}
.cid-uWdFoFmy7K .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uWdFoFmy7K .list a:hover:before {
  background-position: left !important;
}
.cid-uWdFoFmy7K .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uWdFoFmy7K .news-item {
  width: 100%;
}
.cid-uWdFoFmy7K .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uWdFoFmy7K .news-title {
  color: #ffffff;
}
.cid-ux7G0kja9N {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
}
.cid-vboJmJFO60 {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/tottt.jpg");
}
.cid-vboJmJFO60 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboJmJFO60 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboJmJFO60 .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-vboJmJFO60 .mbr-section-title {
  color: #FFFFFF;
}
.cid-vboJmJFO60 .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-vboJmJFO60 .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-vboJmJFO60 .mbr-section-btn {
  margin-top: 28px;
}
.cid-vboJmJFO60 iframe,
.cid-vboJmJFO60 img,
.cid-vboJmJFO60 video {
  width: 100%;
}
.cid-vboJmJFO60 .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 32px 0;
  width: fit-content;
  max-width: 100%;
}
.cid-vboJmJFO60 .mbr-media span {
  font-size: 1.5rem;
  color: #ffffff;
  transition: all 0.2s;
}
.cid-vboJmJFO60 .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffff;
  z-index: 2;
}
.cid-vboJmJFO60 .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vboJmJFO60 .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-vboJmJFO60 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vboJmJFO60 .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-vboJmJFO60 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vboJmJFO60 .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-vboJmJFO60 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vboJmJFO60 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vboJmJFO60 .image {
  display: flex;
}
.cid-vboJmJFO60 .image img {
  margin-top: 70px;
  border-radius: 10px;
  object-fit: cover;
  width: 619px;
  height: 219px;
}
@media (max-width: 991px) {
  .cid-vboJmJFO60 .image img {
    width: 250px;
    height: 95px;
  }
}
.cid-vboKNLsZeM {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vboKNLsZeM .mbr-text,
.cid-vboKNLsZeM .mbr-section-btn {
  color: #ffffff;
}
.cid-vboKNLsZeM .card-title,
.cid-vboKNLsZeM .card-box {
  color: #ffffff;
}
.cid-vboKNLsZeM .mbr-text,
.cid-vboKNLsZeM .link-wrap {
  color: #ffffff;
}
.cid-ux8TnNIZMS {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #005584;
}
.cid-ux8TnNIZMS .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.3;
}
.cid-ux8TnNIZMS .form-control,
.cid-ux8TnNIZMS .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ux8TnNIZMS .form-control::-webkit-input-placeholder,
.cid-ux8TnNIZMS .field-input::-webkit-input-placeholder,
.cid-ux8TnNIZMS .form-control::-webkit-input-placeholder,
.cid-ux8TnNIZMS .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-ux8TnNIZMS .form-control:-moz-placeholder,
.cid-ux8TnNIZMS .field-input:-moz-placeholder,
.cid-ux8TnNIZMS .form-control:-moz-placeholder,
.cid-ux8TnNIZMS .field-input:-moz-placeholder {
  color: #000000;
}
.cid-ux8TnNIZMS .form-control:hover,
.cid-ux8TnNIZMS .field-input:hover,
.cid-ux8TnNIZMS .form-control:focus,
.cid-ux8TnNIZMS .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-ux8TnNIZMS .form-control:hover::-webkit-input-placeholder,
.cid-ux8TnNIZMS .field-input:hover::-webkit-input-placeholder,
.cid-ux8TnNIZMS .form-control:focus::-webkit-input-placeholder,
.cid-ux8TnNIZMS .field-input:focus::-webkit-input-placeholder,
.cid-ux8TnNIZMS .form-control:hover::-webkit-input-placeholder,
.cid-ux8TnNIZMS .field-input:hover::-webkit-input-placeholder,
.cid-ux8TnNIZMS .form-control:focus::-webkit-input-placeholder,
.cid-ux8TnNIZMS .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-ux8TnNIZMS .form-control:hover:-moz-placeholder,
.cid-ux8TnNIZMS .field-input:hover:-moz-placeholder,
.cid-ux8TnNIZMS .form-control:focus:-moz-placeholder,
.cid-ux8TnNIZMS .field-input:focus:-moz-placeholder,
.cid-ux8TnNIZMS .form-control:hover:-moz-placeholder,
.cid-ux8TnNIZMS .field-input:hover:-moz-placeholder,
.cid-ux8TnNIZMS .form-control:focus:-moz-placeholder,
.cid-ux8TnNIZMS .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-ux8TnNIZMS .jq-number__spin:hover,
.cid-ux8TnNIZMS .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ux8TnNIZMS .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ux8TnNIZMS .jq-selectbox li,
.cid-ux8TnNIZMS .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ux8TnNIZMS .jq-selectbox li:hover,
.cid-ux8TnNIZMS .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-ux8TnNIZMS .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ux8TnNIZMS .jq-number__spin.minus:hover:after,
.cid-ux8TnNIZMS .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ux8TnNIZMS .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ux8TnNIZMS .jq-number__spin.minus:after,
.cid-ux8TnNIZMS .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-ux8TnNIZMS input::-webkit-clear-button {
  display: none;
}
.cid-ux8TnNIZMS input::-webkit-inner-spin-button {
  display: none;
}
.cid-ux8TnNIZMS input::-webkit-outer-spin-button {
  display: none;
}
.cid-ux8TnNIZMS input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ux8TnNIZMS H4 {
  color: #ffffff;
}
.cid-ux7ANktoGF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ux7ANktoGF .nav-item:focus,
.cid-ux7ANktoGF .nav-link:focus {
  outline: none;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ux7ANktoGF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ux7ANktoGF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ux7ANktoGF .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ux7ANktoGF .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #353535;
}
.cid-ux7ANktoGF .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #353535 !important;
}
.cid-ux7ANktoGF .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-ux7ANktoGF .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-ux7ANktoGF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ux7ANktoGF .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.show,
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ux7ANktoGF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ux7ANktoGF .navbar.collapsed .right-menu,
.cid-ux7ANktoGF .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF .navbar .navbar-collapse.show,
  .cid-ux7ANktoGF .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ux7ANktoGF .navbar .navbar-collapse.show .brand-container,
  .cid-ux7ANktoGF .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-ux7ANktoGF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ux7ANktoGF .navbar .navbar-logo img {
    height: 6rem !important;
  }
  .cid-ux7ANktoGF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ux7ANktoGF .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-ux7ANktoGF .navbar .right-menu,
  .cid-ux7ANktoGF .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ux7ANktoGF .navbar.navbar-short {
  min-height: 60px;
}
.cid-ux7ANktoGF .navbar.navbar-short .mbr-overlay {
  background: #353535 !important;
}
.cid-ux7ANktoGF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ux7ANktoGF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ux7ANktoGF .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ux7ANktoGF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ux7ANktoGF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ux7ANktoGF .dropdown-item.active,
.cid-ux7ANktoGF .dropdown-item:active {
  background-color: transparent;
}
.cid-ux7ANktoGF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ux7ANktoGF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ux7ANktoGF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ux7ANktoGF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ux7ANktoGF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ux7ANktoGF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ux7ANktoGF ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-ux7ANktoGF .navbar-buttons {
  margin-left: auto;
}
.cid-ux7ANktoGF button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f1a81e;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux7ANktoGF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ux7ANktoGF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ux7ANktoGF .right-menu,
.cid-ux7ANktoGF .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-ux7ANktoGF .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ux7ANktoGF .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ux7ANktoGF .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ux7ANktoGF .menu-top {
  text-align: center;
  width: 100%;
  background-color: #000000;
  padding: 0.5rem 0;
  color: #ffffff;
}
.cid-ux7ANktoGF .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ux7ANktoGF .card-wrapper {
  z-index: 3;
}
.cid-ux7ANktoGF .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ux7ANktoGF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ux7G0kja9N {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
}
.cid-vbov7ytgsB {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/traitemente.jpg");
}
.cid-vbov7ytgsB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbov7ytgsB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbov7ytgsB .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-vbov7ytgsB .mbr-section-title {
  color: #FFFFFF;
}
.cid-vbov7ytgsB .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-vbov7ytgsB .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-vbov7ytgsB .mbr-section-btn {
  margin-top: 28px;
}
.cid-vbov7ytgsB iframe,
.cid-vbov7ytgsB img,
.cid-vbov7ytgsB video {
  width: 100%;
}
.cid-vbov7ytgsB .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 32px 0;
  width: fit-content;
  max-width: 100%;
}
.cid-vbov7ytgsB .mbr-media span {
  font-size: 1.5rem;
  color: #ffffff;
  transition: all 0.2s;
}
.cid-vbov7ytgsB .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffff;
  z-index: 2;
}
.cid-vbov7ytgsB .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vbov7ytgsB .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-vbov7ytgsB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vbov7ytgsB .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-vbov7ytgsB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vbov7ytgsB .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-vbov7ytgsB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vbov7ytgsB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vbov7ytgsB .image {
  display: flex;
}
.cid-vbov7ytgsB .image img {
  margin-top: 70px;
  border-radius: 10px;
  object-fit: cover;
  width: 619px;
  height: 219px;
}
@media (max-width: 991px) {
  .cid-vbov7ytgsB .image img {
    width: 250px;
    height: 95px;
  }
}
.cid-veiUsyjxkn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veiUsyjxkn .mbr-fallback-image.disabled {
  display: none;
}
.cid-veiUsyjxkn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veiUsyjxkn .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veiUsyjxkn .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-veiUsyjxkn .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-veiUsyjxkn .image-wrapper {
    padding: 0;
  }
}
.cid-veiUsyjxkn .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-veiUsyjxkn .image-wrapper img {
    height: 350px;
  }
}
.cid-veiUsyjxkn .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-veiUsyjxkn .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-veiUsyjxkn .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-veiUsyjxkn .content-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-veiUsyjxkn .content-wrapper .mbr-text {
  margin: 24px 0 0;
}
@media (max-width: 992px) {
  .cid-veiUsyjxkn .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-veiUsyjxkn .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-veiUsyjxkn .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-veiUsyjxkn .mbr-section-title {
  color: #262642;
}
.cid-veiUsyjxkn .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-veiUsyjxkn .mbr-text {
  color: #2b2b2b;
}
.cid-veiUsyjxkn .mbr-section-title,
.cid-veiUsyjxkn .mbr-section-btn {
  color: #000000;
}
.cid-veiVFvZqGd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-veiVFvZqGd .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veiVFvZqGd .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veiVFvZqGd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 354px;
  max-width: 354px;
}
@media (max-width: 992px) {
  .cid-veiVFvZqGd .embla__slide {
    min-width: 620px;
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cid-veiVFvZqGd .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-veiVFvZqGd .embla__slide .slide-content {
  width: 100%;
}
.cid-veiVFvZqGd .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-veiVFvZqGd .embla__slide .slide-content .item-wrapper {
    height: 350px;
  }
}
.cid-veiVFvZqGd .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #272b2e, transparent);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-veiVFvZqGd .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-veiVFvZqGd .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veiVFvZqGd .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-veiVFvZqGd .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veiVFvZqGd .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-veiVFvZqGd .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-veiVFvZqGd .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-veiVFvZqGd .embla__button--next,
.cid-veiVFvZqGd .embla__button--prev {
  display: flex;
}
.cid-veiVFvZqGd .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #272b2e !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-veiVFvZqGd .embla__button:hover {
  opacity: .7 !important;
}
.cid-veiVFvZqGd .embla__button.embla__button--prev {
  right: 48px;
}
.cid-veiVFvZqGd .embla__button.embla__button--next {
  right: 0;
}
.cid-veiVFvZqGd .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-veiVFvZqGd .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-veiVFvZqGd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veiVFvZqGd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veiVFvZqGd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veiVFvZqGd .item-menu-overlay {
  opacity: 0 !important;
}
.cid-veiVFvZqGd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veiVFvZqGd .item-tag {
  color: #ffffff;
}
.cid-veiVFvZqGd .item-name {
  color: #ffffff;
}
.cid-ux8P1RBChj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
}
.cid-ux8P1RBChj .row {
  flex-direction: row-reverse;
}
.cid-ux8P1RBChj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux8P1RBChj .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-ux8P1RBChj .row {
    flex-direction: column-reverse;
  }
  .cid-ux8P1RBChj .arrow-text {
    display: none;
  }
}
@media (max-width: 425px) {
  .cid-ux8P1RBChj .image-wrapper {
    display: none;
  }
  .cid-ux8P1RBChj .card-title {
    line-height: 46px !important;
  }
}
.cid-ux8P1RBChj .content-wrapper {
  background: #e6e6e6;
}
@media (max-width: 991px) {
  .cid-ux8P1RBChj .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ux8P1RBChj .content-wrapper {
    padding: 1rem;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ux8P1RBChj .content-wrapper {
    padding: 2rem;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .cid-ux8P1RBChj .content-wrapper {
    padding: 2rem 1rem;
    padding-left: 0;
  }
  .cid-ux8P1RBChj .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ux8P1RBChj .image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-ux8P1RBChj .card-title,
.cid-ux8P1RBChj .mbr-text {
  color: #fafafa;
}
.cid-ux8P1RBChj .card-title {
  line-height: 69px;
  color: #000000;
  text-align: left;
}
@media (min-width: 991px) {
  .cid-ux8P1RBChj .card-title-position {
    margin-left: 30rem;
  }
  .cid-ux8P1RBChj .mbr-text {
    margin-bottom: 0;
    padding: 0;
  }
}
.cid-ux8P1RBChj .mbr-text {
  padding-left: 0px;
}
.cid-ux8P1RBChj .arrow-text {
  transform: rotate(225deg);
  color: #fafafa;
  position: absolute;
  left: 25px;
  top: -7px;
}
@media (max-width: 991px) {
  .cid-ux8P1RBChj .arrow-text {
    display: none;
  }
  .cid-ux8P1RBChj .mbr-text {
    padding-left: 50px;
  }
}
@media (max-width: 576px) {
  .cid-ux8P1RBChj .arrow-text {
    display: none;
  }
  .cid-ux8P1RBChj .mbr-text {
    padding-left: 0;
  }
}
.cid-ux8P1RBChj .for-arrow {
  position: relative;
}
.cid-ux8P1RBChj .mbr-text,
.cid-ux8P1RBChj .mbr-section-btn {
  color: #000000;
}
.cid-vboxLEH8Aq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-vboxLEH8Aq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboxLEH8Aq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboxLEH8Aq .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-vboxLEH8Aq .container {
    max-width: 1400px;
  }
}
.cid-vboxLEH8Aq .card {
  margin: auto;
}
.cid-vboxLEH8Aq .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-vboxLEH8Aq .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vboxLEH8Aq .row {
  justify-content: center;
}
.cid-vboxLEH8Aq .card-title,
.cid-vboxLEH8Aq .card-box {
  color: #ffffff;
}
.cid-vboxT7XXGi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
}
.cid-vboxT7XXGi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboxT7XXGi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboxT7XXGi .mbr-section-title {
  text-align: left;
  color: #0d4da1;
}
.cid-ux7ANktoGF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ux7ANktoGF .nav-item:focus,
.cid-ux7ANktoGF .nav-link:focus {
  outline: none;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ux7ANktoGF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ux7ANktoGF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ux7ANktoGF .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ux7ANktoGF .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #353535;
}
.cid-ux7ANktoGF .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #353535 !important;
}
.cid-ux7ANktoGF .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-ux7ANktoGF .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-ux7ANktoGF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ux7ANktoGF .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.show,
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ux7ANktoGF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ux7ANktoGF .navbar.collapsed .right-menu,
.cid-ux7ANktoGF .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF .navbar .navbar-collapse.show,
  .cid-ux7ANktoGF .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ux7ANktoGF .navbar .navbar-collapse.show .brand-container,
  .cid-ux7ANktoGF .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-ux7ANktoGF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ux7ANktoGF .navbar .navbar-logo img {
    height: 6rem !important;
  }
  .cid-ux7ANktoGF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ux7ANktoGF .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-ux7ANktoGF .navbar .right-menu,
  .cid-ux7ANktoGF .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ux7ANktoGF .navbar.navbar-short {
  min-height: 60px;
}
.cid-ux7ANktoGF .navbar.navbar-short .mbr-overlay {
  background: #353535 !important;
}
.cid-ux7ANktoGF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ux7ANktoGF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ux7ANktoGF .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ux7ANktoGF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ux7ANktoGF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ux7ANktoGF .dropdown-item.active,
.cid-ux7ANktoGF .dropdown-item:active {
  background-color: transparent;
}
.cid-ux7ANktoGF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ux7ANktoGF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ux7ANktoGF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ux7ANktoGF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ux7ANktoGF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ux7ANktoGF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ux7ANktoGF ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-ux7ANktoGF .navbar-buttons {
  margin-left: auto;
}
.cid-ux7ANktoGF button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f1a81e;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux7ANktoGF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ux7ANktoGF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ux7ANktoGF .right-menu,
.cid-ux7ANktoGF .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-ux7ANktoGF .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ux7ANktoGF .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ux7ANktoGF .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ux7ANktoGF .menu-top {
  text-align: center;
  width: 100%;
  background-color: #000000;
  padding: 0.5rem 0;
  color: #ffffff;
}
.cid-ux7ANktoGF .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ux7ANktoGF .card-wrapper {
  z-index: 3;
}
.cid-ux7ANktoGF .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ux7ANktoGF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vboxUB1d0F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
}
.cid-vboxUB1d0F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboxUB1d0F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboxUB1d0F .items-wrap {
  justify-content: center;
  margin: 0 -32px;
}
.cid-vboxUB1d0F .items-wrap .item {
  padding: 0 32px;
}
.cid-vboxUB1d0F .item {
  margin-bottom: 32px;
}
.cid-vboxUB1d0F .item:hover .item-wrapper .item-img .icon-wrapper .mbr-iconfont,
.cid-vboxUB1d0F .item:focus .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  color: #cfef54;
  background-color: #191c25;
}
.cid-vboxUB1d0F .item .item-wrapper .item-desc {
  margin-bottom: 22px;
}
.cid-vboxUB1d0F .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-vboxUB1d0F .item .item-wrapper .item-img .image-wrapper img {
  height: 380px;
  width: 380px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-vboxUB1d0F .item .item-wrapper .item-img .image-wrapper img {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-vboxUB1d0F .item .item-wrapper .item-img .image-wrapper img {
    height: 225px;
    width: 225px;
  }
}
.cid-vboxUB1d0F .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  z-index: 1;
  width: 68px;
  height: 68px;
}
.cid-vboxUB1d0F .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  font-size: 24px;
  color: #191c25;
  border-radius: 100%;
  background-color: #cfef54;
  padding-left: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vboxUB1d0F .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vboxUB1d0F .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-vboxUB1d0F .item-title {
  color: #005584;
  text-align: center;
}
.cid-vboxUB1d0F .item-name {
  color: RED;
  text-align: center;
}
.cid-vboxVZJ3El {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
}
.cid-vboxVZJ3El .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboxVZJ3El .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboxVZJ3El .items-wrap {
  justify-content: center;
  margin: 0 -32px;
}
.cid-vboxVZJ3El .items-wrap .item {
  padding: 0 32px;
}
.cid-vboxVZJ3El .item {
  margin-bottom: 32px;
}
.cid-vboxVZJ3El .item:hover .item-wrapper .item-img .icon-wrapper .mbr-iconfont,
.cid-vboxVZJ3El .item:focus .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  color: #cfef54;
  background-color: #191c25;
}
.cid-vboxVZJ3El .item .item-wrapper .item-desc {
  margin-bottom: 22px;
}
.cid-vboxVZJ3El .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-vboxVZJ3El .item .item-wrapper .item-img .image-wrapper img {
  height: 380px;
  width: 380px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-vboxVZJ3El .item .item-wrapper .item-img .image-wrapper img {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-vboxVZJ3El .item .item-wrapper .item-img .image-wrapper img {
    height: 225px;
    width: 225px;
  }
}
.cid-vboxVZJ3El .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  z-index: 1;
  width: 68px;
  height: 68px;
}
.cid-vboxVZJ3El .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  font-size: 24px;
  color: #191c25;
  border-radius: 100%;
  background-color: #cfef54;
  padding-left: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vboxVZJ3El .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vboxVZJ3El .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-vboxVZJ3El .item-title {
  color: #005584;
  text-align: center;
}
.cid-vboxVZJ3El .item-name {
  color: #191c25;
  text-align: center;
}
.cid-vboxWHEdd7 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vboxWHEdd7 .mbr-text,
.cid-vboxWHEdd7 .mbr-section-btn {
  color: #ffffff;
}
.cid-vboxWHEdd7 .card-title,
.cid-vboxWHEdd7 .card-box {
  color: #ffffff;
}
.cid-vboxWHEdd7 .mbr-text,
.cid-vboxWHEdd7 .link-wrap {
  color: #ffffff;
}
.cid-vboxXozYYU {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/ctvelux.jpg");
}
.cid-vboxXozYYU .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.3;
}
.cid-vboxXozYYU .form-control,
.cid-vboxXozYYU .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vboxXozYYU .form-control::-webkit-input-placeholder,
.cid-vboxXozYYU .field-input::-webkit-input-placeholder,
.cid-vboxXozYYU .form-control::-webkit-input-placeholder,
.cid-vboxXozYYU .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vboxXozYYU .form-control:-moz-placeholder,
.cid-vboxXozYYU .field-input:-moz-placeholder,
.cid-vboxXozYYU .form-control:-moz-placeholder,
.cid-vboxXozYYU .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vboxXozYYU .form-control:hover,
.cid-vboxXozYYU .field-input:hover,
.cid-vboxXozYYU .form-control:focus,
.cid-vboxXozYYU .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-vboxXozYYU .form-control:hover::-webkit-input-placeholder,
.cid-vboxXozYYU .field-input:hover::-webkit-input-placeholder,
.cid-vboxXozYYU .form-control:focus::-webkit-input-placeholder,
.cid-vboxXozYYU .field-input:focus::-webkit-input-placeholder,
.cid-vboxXozYYU .form-control:hover::-webkit-input-placeholder,
.cid-vboxXozYYU .field-input:hover::-webkit-input-placeholder,
.cid-vboxXozYYU .form-control:focus::-webkit-input-placeholder,
.cid-vboxXozYYU .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-vboxXozYYU .form-control:hover:-moz-placeholder,
.cid-vboxXozYYU .field-input:hover:-moz-placeholder,
.cid-vboxXozYYU .form-control:focus:-moz-placeholder,
.cid-vboxXozYYU .field-input:focus:-moz-placeholder,
.cid-vboxXozYYU .form-control:hover:-moz-placeholder,
.cid-vboxXozYYU .field-input:hover:-moz-placeholder,
.cid-vboxXozYYU .form-control:focus:-moz-placeholder,
.cid-vboxXozYYU .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-vboxXozYYU .jq-number__spin:hover,
.cid-vboxXozYYU .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vboxXozYYU .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vboxXozYYU .jq-selectbox li,
.cid-vboxXozYYU .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vboxXozYYU .jq-selectbox li:hover,
.cid-vboxXozYYU .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-vboxXozYYU .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vboxXozYYU .jq-number__spin.minus:hover:after,
.cid-vboxXozYYU .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vboxXozYYU .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vboxXozYYU .jq-number__spin.minus:after,
.cid-vboxXozYYU .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-vboxXozYYU input::-webkit-clear-button {
  display: none;
}
.cid-vboxXozYYU input::-webkit-inner-spin-button {
  display: none;
}
.cid-vboxXozYYU input::-webkit-outer-spin-button {
  display: none;
}
.cid-vboxXozYYU input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vboxXozYYU H4 {
  color: #ffffff;
}
.cid-uWdFoFmy7K {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uWdFoFmy7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdFoFmy7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdFoFmy7K .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uWdFoFmy7K .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uWdFoFmy7K .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWdFoFmy7K .mbr-title {
  color: #ffffff;
  margin-bottom: 14px;
}
.cid-uWdFoFmy7K .mbr-text {
  color: #ffffff;
}
.cid-uWdFoFmy7K .list-box {
  width: 100%;
}
.cid-uWdFoFmy7K .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uWdFoFmy7K .list a:hover:before {
  background-position: left !important;
}
.cid-uWdFoFmy7K .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uWdFoFmy7K .news-item {
  width: 100%;
}
.cid-uWdFoFmy7K .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uWdFoFmy7K .news-title {
  color: #ffffff;
}
.cid-ux7G0kja9N {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
}
.cid-vboyfQ1L9g {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/fax.jpg");
}
.cid-vboyfQ1L9g .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboyfQ1L9g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboyfQ1L9g .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-vboyfQ1L9g .mbr-section-title {
  color: #FFFFFF;
}
.cid-vboyfQ1L9g .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-vboyfQ1L9g .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-vboyfQ1L9g .mbr-section-btn {
  margin-top: 28px;
}
.cid-vboyfQ1L9g iframe,
.cid-vboyfQ1L9g img,
.cid-vboyfQ1L9g video {
  width: 100%;
}
.cid-vboyfQ1L9g .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 32px 0;
  width: fit-content;
  max-width: 100%;
}
.cid-vboyfQ1L9g .mbr-media span {
  font-size: 1.5rem;
  color: #ffffff;
  transition: all 0.2s;
}
.cid-vboyfQ1L9g .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffff;
  z-index: 2;
}
.cid-vboyfQ1L9g .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vboyfQ1L9g .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-vboyfQ1L9g .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vboyfQ1L9g .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-vboyfQ1L9g .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vboyfQ1L9g .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-vboyfQ1L9g .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vboyfQ1L9g .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vboyfQ1L9g .image {
  display: flex;
}
.cid-vboyfQ1L9g .image img {
  margin-top: 70px;
  border-radius: 10px;
  object-fit: cover;
  width: 619px;
  height: 219px;
}
@media (max-width: 991px) {
  .cid-vboyfQ1L9g .image img {
    width: 250px;
    height: 95px;
  }
}
.cid-uxcmRO7yzp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxcmRO7yzp .row {
  flex-direction: row-reverse;
}
.cid-uxcmRO7yzp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxcmRO7yzp .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-uxcmRO7yzp .row {
    flex-direction: column-reverse;
  }
  .cid-uxcmRO7yzp .arrow-text {
    display: none;
  }
}
@media (max-width: 425px) {
  .cid-uxcmRO7yzp .image-wrapper {
    display: none;
  }
  .cid-uxcmRO7yzp .card-title {
    line-height: 46px !important;
  }
}
.cid-uxcmRO7yzp .content-wrapper {
  background: #005584;
}
@media (max-width: 991px) {
  .cid-uxcmRO7yzp .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxcmRO7yzp .content-wrapper {
    padding: 1rem;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uxcmRO7yzp .content-wrapper {
    padding: 2rem;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .cid-uxcmRO7yzp .content-wrapper {
    padding: 2rem 1rem;
    padding-left: 0;
  }
  .cid-uxcmRO7yzp .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uxcmRO7yzp .image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-uxcmRO7yzp .card-title,
.cid-uxcmRO7yzp .mbr-text {
  color: #fafafa;
}
.cid-uxcmRO7yzp .card-title {
  line-height: 69px;
  color: #000000;
  text-align: left;
}
@media (min-width: 991px) {
  .cid-uxcmRO7yzp .card-title-position {
    margin-left: 30rem;
  }
  .cid-uxcmRO7yzp .mbr-text {
    margin-bottom: 0;
    padding: 0;
  }
}
.cid-uxcmRO7yzp .mbr-text {
  padding-left: 0px;
}
.cid-uxcmRO7yzp .arrow-text {
  transform: rotate(225deg);
  color: #fafafa;
  position: absolute;
  left: 25px;
  top: -7px;
}
@media (max-width: 991px) {
  .cid-uxcmRO7yzp .arrow-text {
    display: none;
  }
  .cid-uxcmRO7yzp .mbr-text {
    padding-left: 50px;
  }
}
@media (max-width: 576px) {
  .cid-uxcmRO7yzp .arrow-text {
    display: none;
  }
  .cid-uxcmRO7yzp .mbr-text {
    padding-left: 0;
  }
}
.cid-uxcmRO7yzp .for-arrow {
  position: relative;
}
.cid-uxcmRO7yzp .mbr-text,
.cid-uxcmRO7yzp .mbr-section-btn {
  color: #ffffff;
}
.cid-veiFHomQcx {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veiFHomQcx .mbr-fallback-image.disabled {
  display: none;
}
.cid-veiFHomQcx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veiFHomQcx .video-wrapper iframe {
  width: 100%;
}
.cid-veiFHomQcx .mbr-section-title,
.cid-veiFHomQcx .mbr-section-subtitle,
.cid-veiFHomQcx .mbr-text {
  text-align: center;
}
.cid-veiFHomQcx .mbr-section-title {
  text-align: left;
}
.cid-veiT1cssam {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-veiT1cssam .mbr-fallback-image.disabled {
  display: none;
}
.cid-veiT1cssam .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veiT1cssam .item {
  padding-bottom: 2rem;
}
.cid-veiT1cssam .item-wrapper {
  position: relative;
}
.cid-veiT1cssam .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-veiT1cssam .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-veiT1cssam .carousel-control,
.cid-veiT1cssam .close {
  background: #1b1b1b;
}
.cid-veiT1cssam .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veiT1cssam .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veiT1cssam .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veiT1cssam .carousel-control-next span {
  margin-left: 5px;
}
.cid-veiT1cssam .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-veiT1cssam .close::before {
  content: '\e91a';
}
.cid-veiT1cssam .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veiT1cssam .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-veiT1cssam .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veiT1cssam .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veiT1cssam .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veiT1cssam .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veiT1cssam .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-veiT1cssam .carousel-indicators li.active,
.cid-veiT1cssam .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veiT1cssam .carousel-indicators li::after,
.cid-veiT1cssam .carousel-indicators li::before {
  content: none;
}
.cid-veiT1cssam .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veiT1cssam .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veiT1cssam .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veiT1cssam .carousel-indicators {
    display: none;
  }
}
.cid-veiT1cssam .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veiT1cssam .carousel-inner > .active {
  display: block;
}
.cid-veiT1cssam .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veiT1cssam .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veiT1cssam .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veiT1cssam .carousel-control,
  .cid-veiT1cssam .carousel-indicators,
  .cid-veiT1cssam .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veiT1cssam .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veiT1cssam .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veiT1cssam .carousel-indicators .active,
.cid-veiT1cssam .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veiT1cssam .carousel-indicators .active {
  background: #fff;
}
.cid-veiT1cssam .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veiT1cssam .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veiT1cssam .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veiT1cssam .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veiT1cssam .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veiT1cssam .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veiT1cssam .carousel {
  width: 100%;
}
.cid-veiT1cssam .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veiT1cssam .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veiT1cssam .modal.fade .modal-dialog,
.cid-veiT1cssam .modal.in .modal-dialog {
  transform: none;
}
.cid-veiT1cssam .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veiT1cssam H6 {
  text-align: center;
}
.cid-veiT1cssam H3 {
  text-align: left;
  color: #ffffff;
}
.cid-veiG5KunEV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veiG5KunEV .mbr-fallback-image.disabled {
  display: none;
}
.cid-veiG5KunEV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veiG5KunEV .video-wrapper iframe {
  width: 100%;
}
.cid-veiG5KunEV .mbr-section-title,
.cid-veiG5KunEV .mbr-section-subtitle,
.cid-veiG5KunEV .mbr-text {
  text-align: center;
}
.cid-veiG5KunEV .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ux7ANktoGF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ux7ANktoGF .nav-item:focus,
.cid-ux7ANktoGF .nav-link:focus {
  outline: none;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ux7ANktoGF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ux7ANktoGF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ux7ANktoGF .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ux7ANktoGF .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #353535;
}
.cid-ux7ANktoGF .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #353535 !important;
}
.cid-ux7ANktoGF .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-ux7ANktoGF .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-ux7ANktoGF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ux7ANktoGF .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.show,
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ux7ANktoGF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ux7ANktoGF .navbar.collapsed .right-menu,
.cid-ux7ANktoGF .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF .navbar .navbar-collapse.show,
  .cid-ux7ANktoGF .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ux7ANktoGF .navbar .navbar-collapse.show .brand-container,
  .cid-ux7ANktoGF .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-ux7ANktoGF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ux7ANktoGF .navbar .navbar-logo img {
    height: 6rem !important;
  }
  .cid-ux7ANktoGF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ux7ANktoGF .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-ux7ANktoGF .navbar .right-menu,
  .cid-ux7ANktoGF .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ux7ANktoGF .navbar.navbar-short {
  min-height: 60px;
}
.cid-ux7ANktoGF .navbar.navbar-short .mbr-overlay {
  background: #353535 !important;
}
.cid-ux7ANktoGF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ux7ANktoGF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ux7ANktoGF .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ux7ANktoGF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ux7ANktoGF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ux7ANktoGF .dropdown-item.active,
.cid-ux7ANktoGF .dropdown-item:active {
  background-color: transparent;
}
.cid-ux7ANktoGF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ux7ANktoGF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ux7ANktoGF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ux7ANktoGF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ux7ANktoGF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ux7ANktoGF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ux7ANktoGF ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-ux7ANktoGF .navbar-buttons {
  margin-left: auto;
}
.cid-ux7ANktoGF button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f1a81e;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux7ANktoGF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ux7ANktoGF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ux7ANktoGF .right-menu,
.cid-ux7ANktoGF .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-ux7ANktoGF .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ux7ANktoGF .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ux7ANktoGF .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ux7ANktoGF .menu-top {
  text-align: center;
  width: 100%;
  background-color: #000000;
  padding: 0.5rem 0;
  color: #ffffff;
}
.cid-ux7ANktoGF .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ux7ANktoGF .card-wrapper {
  z-index: 3;
}
.cid-ux7ANktoGF .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ux7ANktoGF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vboEARnno7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vboEARnno7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboEARnno7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboEARnno7 .item {
  padding-bottom: 2rem;
}
.cid-vboEARnno7 .item-wrapper {
  position: relative;
}
.cid-vboEARnno7 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vboEARnno7 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vboEARnno7 .carousel-control,
.cid-vboEARnno7 .close {
  background: #1b1b1b;
}
.cid-vboEARnno7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vboEARnno7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vboEARnno7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vboEARnno7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vboEARnno7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vboEARnno7 .close::before {
  content: '\e91a';
}
.cid-vboEARnno7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vboEARnno7 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vboEARnno7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vboEARnno7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vboEARnno7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vboEARnno7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vboEARnno7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vboEARnno7 .carousel-indicators li.active,
.cid-vboEARnno7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vboEARnno7 .carousel-indicators li::after,
.cid-vboEARnno7 .carousel-indicators li::before {
  content: none;
}
.cid-vboEARnno7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vboEARnno7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vboEARnno7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vboEARnno7 .carousel-indicators {
    display: none;
  }
}
.cid-vboEARnno7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vboEARnno7 .carousel-inner > .active {
  display: block;
}
.cid-vboEARnno7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vboEARnno7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vboEARnno7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vboEARnno7 .carousel-control,
  .cid-vboEARnno7 .carousel-indicators,
  .cid-vboEARnno7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vboEARnno7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vboEARnno7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vboEARnno7 .carousel-indicators .active,
.cid-vboEARnno7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vboEARnno7 .carousel-indicators .active {
  background: #fff;
}
.cid-vboEARnno7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vboEARnno7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vboEARnno7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vboEARnno7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vboEARnno7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vboEARnno7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vboEARnno7 .carousel {
  width: 100%;
}
.cid-vboEARnno7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vboEARnno7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vboEARnno7 .modal.fade .modal-dialog,
.cid-vboEARnno7 .modal.in .modal-dialog {
  transform: none;
}
.cid-vboEARnno7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vboEARnno7 H6 {
  text-align: center;
}
.cid-vboEARnno7 H3 {
  text-align: left;
}
.cid-vboBcrxo2C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-vboBcrxo2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboBcrxo2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboBcrxo2C .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-vboBcrxo2C .container {
    max-width: 1400px;
  }
}
.cid-vboBcrxo2C .card {
  margin: auto;
}
.cid-vboBcrxo2C .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-vboBcrxo2C .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vboBcrxo2C .row {
  justify-content: center;
}
.cid-vboBcrxo2C .card-title,
.cid-vboBcrxo2C .card-box {
  color: #ffffff;
}
.cid-ve80qGgtdy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ve80qGgtdy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve80qGgtdy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve80qGgtdy .video-wrapper iframe {
  width: 100%;
}
.cid-ve80qGgtdy .mbr-section-title,
.cid-ve80qGgtdy .mbr-section-subtitle,
.cid-ve80qGgtdy .mbr-text {
  text-align: center;
}
.cid-vboBdM20KX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
}
.cid-vboBdM20KX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboBdM20KX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboBdM20KX .mbr-section-title {
  text-align: left;
  color: #0d4da1;
}
.cid-vboBeSOwUi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
}
.cid-vboBeSOwUi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboBeSOwUi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboBeSOwUi .items-wrap {
  justify-content: center;
  margin: 0 -32px;
}
.cid-vboBeSOwUi .items-wrap .item {
  padding: 0 32px;
}
.cid-vboBeSOwUi .item {
  margin-bottom: 32px;
}
.cid-vboBeSOwUi .item:hover .item-wrapper .item-img .icon-wrapper .mbr-iconfont,
.cid-vboBeSOwUi .item:focus .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  color: #cfef54;
  background-color: #191c25;
}
.cid-vboBeSOwUi .item .item-wrapper .item-desc {
  margin-bottom: 22px;
}
.cid-vboBeSOwUi .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-vboBeSOwUi .item .item-wrapper .item-img .image-wrapper img {
  height: 380px;
  width: 380px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-vboBeSOwUi .item .item-wrapper .item-img .image-wrapper img {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-vboBeSOwUi .item .item-wrapper .item-img .image-wrapper img {
    height: 225px;
    width: 225px;
  }
}
.cid-vboBeSOwUi .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  z-index: 1;
  width: 68px;
  height: 68px;
}
.cid-vboBeSOwUi .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  font-size: 24px;
  color: #191c25;
  border-radius: 100%;
  background-color: #cfef54;
  padding-left: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vboBeSOwUi .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vboBeSOwUi .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-vboBeSOwUi .item-title {
  color: #005584;
  text-align: center;
}
.cid-vboBeSOwUi .item-name {
  color: RED;
  text-align: center;
}
.cid-vboBfLEv7a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
}
.cid-vboBfLEv7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboBfLEv7a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboBfLEv7a .items-wrap {
  justify-content: center;
  margin: 0 -32px;
}
.cid-vboBfLEv7a .items-wrap .item {
  padding: 0 32px;
}
.cid-vboBfLEv7a .item {
  margin-bottom: 32px;
}
.cid-vboBfLEv7a .item:hover .item-wrapper .item-img .icon-wrapper .mbr-iconfont,
.cid-vboBfLEv7a .item:focus .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  color: #cfef54;
  background-color: #191c25;
}
.cid-vboBfLEv7a .item .item-wrapper .item-desc {
  margin-bottom: 22px;
}
.cid-vboBfLEv7a .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-vboBfLEv7a .item .item-wrapper .item-img .image-wrapper img {
  height: 380px;
  width: 380px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-vboBfLEv7a .item .item-wrapper .item-img .image-wrapper img {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-vboBfLEv7a .item .item-wrapper .item-img .image-wrapper img {
    height: 225px;
    width: 225px;
  }
}
.cid-vboBfLEv7a .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  z-index: 1;
  width: 68px;
  height: 68px;
}
.cid-vboBfLEv7a .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  font-size: 24px;
  color: #191c25;
  border-radius: 100%;
  background-color: #cfef54;
  padding-left: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vboBfLEv7a .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vboBfLEv7a .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-vboBfLEv7a .item-title {
  color: #005584;
  text-align: center;
}
.cid-vboBfLEv7a .item-name {
  color: #191c25;
  text-align: center;
}
.cid-vboBgwTj9W {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vboBgwTj9W .mbr-text,
.cid-vboBgwTj9W .mbr-section-btn {
  color: #ffffff;
}
.cid-vboBgwTj9W .card-title,
.cid-vboBgwTj9W .card-box {
  color: #ffffff;
}
.cid-vboBgwTj9W .mbr-text,
.cid-vboBgwTj9W .link-wrap {
  color: #ffffff;
}
.cid-vboBhkH2k6 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/ctvelux.jpg");
}
.cid-vboBhkH2k6 .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.3;
}
.cid-vboBhkH2k6 .form-control,
.cid-vboBhkH2k6 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vboBhkH2k6 .form-control::-webkit-input-placeholder,
.cid-vboBhkH2k6 .field-input::-webkit-input-placeholder,
.cid-vboBhkH2k6 .form-control::-webkit-input-placeholder,
.cid-vboBhkH2k6 .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vboBhkH2k6 .form-control:-moz-placeholder,
.cid-vboBhkH2k6 .field-input:-moz-placeholder,
.cid-vboBhkH2k6 .form-control:-moz-placeholder,
.cid-vboBhkH2k6 .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vboBhkH2k6 .form-control:hover,
.cid-vboBhkH2k6 .field-input:hover,
.cid-vboBhkH2k6 .form-control:focus,
.cid-vboBhkH2k6 .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-vboBhkH2k6 .form-control:hover::-webkit-input-placeholder,
.cid-vboBhkH2k6 .field-input:hover::-webkit-input-placeholder,
.cid-vboBhkH2k6 .form-control:focus::-webkit-input-placeholder,
.cid-vboBhkH2k6 .field-input:focus::-webkit-input-placeholder,
.cid-vboBhkH2k6 .form-control:hover::-webkit-input-placeholder,
.cid-vboBhkH2k6 .field-input:hover::-webkit-input-placeholder,
.cid-vboBhkH2k6 .form-control:focus::-webkit-input-placeholder,
.cid-vboBhkH2k6 .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-vboBhkH2k6 .form-control:hover:-moz-placeholder,
.cid-vboBhkH2k6 .field-input:hover:-moz-placeholder,
.cid-vboBhkH2k6 .form-control:focus:-moz-placeholder,
.cid-vboBhkH2k6 .field-input:focus:-moz-placeholder,
.cid-vboBhkH2k6 .form-control:hover:-moz-placeholder,
.cid-vboBhkH2k6 .field-input:hover:-moz-placeholder,
.cid-vboBhkH2k6 .form-control:focus:-moz-placeholder,
.cid-vboBhkH2k6 .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-vboBhkH2k6 .jq-number__spin:hover,
.cid-vboBhkH2k6 .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vboBhkH2k6 .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vboBhkH2k6 .jq-selectbox li,
.cid-vboBhkH2k6 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vboBhkH2k6 .jq-selectbox li:hover,
.cid-vboBhkH2k6 .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-vboBhkH2k6 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vboBhkH2k6 .jq-number__spin.minus:hover:after,
.cid-vboBhkH2k6 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vboBhkH2k6 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vboBhkH2k6 .jq-number__spin.minus:after,
.cid-vboBhkH2k6 .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-vboBhkH2k6 input::-webkit-clear-button {
  display: none;
}
.cid-vboBhkH2k6 input::-webkit-inner-spin-button {
  display: none;
}
.cid-vboBhkH2k6 input::-webkit-outer-spin-button {
  display: none;
}
.cid-vboBhkH2k6 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vboBhkH2k6 H4 {
  color: #ffffff;
}
.cid-uWdFoFmy7K {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uWdFoFmy7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdFoFmy7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdFoFmy7K .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uWdFoFmy7K .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uWdFoFmy7K .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWdFoFmy7K .mbr-title {
  color: #ffffff;
  margin-bottom: 14px;
}
.cid-uWdFoFmy7K .mbr-text {
  color: #ffffff;
}
.cid-uWdFoFmy7K .list-box {
  width: 100%;
}
.cid-uWdFoFmy7K .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uWdFoFmy7K .list a:hover:before {
  background-position: left !important;
}
.cid-uWdFoFmy7K .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uWdFoFmy7K .news-item {
  width: 100%;
}
.cid-uWdFoFmy7K .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uWdFoFmy7K .news-title {
  color: #ffffff;
}
.cid-ux7G0kja9N {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
}
.cid-vbonJyJ2Q5 {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/isola.jpeg");
}
.cid-vbonJyJ2Q5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbonJyJ2Q5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbonJyJ2Q5 .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-vbonJyJ2Q5 .mbr-section-title {
  color: #FFFFFF;
}
.cid-vbonJyJ2Q5 .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-vbonJyJ2Q5 .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-vbonJyJ2Q5 .mbr-section-btn {
  margin-top: 28px;
}
.cid-vbonJyJ2Q5 iframe,
.cid-vbonJyJ2Q5 img,
.cid-vbonJyJ2Q5 video {
  width: 100%;
}
.cid-vbonJyJ2Q5 .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 32px 0;
  width: fit-content;
  max-width: 100%;
}
.cid-vbonJyJ2Q5 .mbr-media span {
  font-size: 1.5rem;
  color: #ffffff;
  transition: all 0.2s;
}
.cid-vbonJyJ2Q5 .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffff;
  z-index: 2;
}
.cid-vbonJyJ2Q5 .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vbonJyJ2Q5 .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-vbonJyJ2Q5 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vbonJyJ2Q5 .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-vbonJyJ2Q5 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vbonJyJ2Q5 .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-vbonJyJ2Q5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vbonJyJ2Q5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vbonJyJ2Q5 .image {
  display: flex;
}
.cid-vbonJyJ2Q5 .image img {
  margin-top: 70px;
  border-radius: 10px;
  object-fit: cover;
  width: 619px;
  height: 219px;
}
@media (max-width: 991px) {
  .cid-vbonJyJ2Q5 .image img {
    width: 250px;
    height: 95px;
  }
}
.cid-vbnVnhdwwO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbnVnhdwwO .row {
  flex-direction: row-reverse;
}
.cid-vbnVnhdwwO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbnVnhdwwO .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-vbnVnhdwwO .row {
    flex-direction: column-reverse;
  }
  .cid-vbnVnhdwwO .arrow-text {
    display: none;
  }
}
@media (max-width: 425px) {
  .cid-vbnVnhdwwO .image-wrapper {
    display: none;
  }
  .cid-vbnVnhdwwO .card-title {
    line-height: 46px !important;
  }
}
.cid-vbnVnhdwwO .content-wrapper {
  background: #005584;
}
@media (max-width: 991px) {
  .cid-vbnVnhdwwO .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbnVnhdwwO .content-wrapper {
    padding: 1rem;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vbnVnhdwwO .content-wrapper {
    padding: 2rem;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .cid-vbnVnhdwwO .content-wrapper {
    padding: 2rem 1rem;
    padding-left: 0;
  }
  .cid-vbnVnhdwwO .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vbnVnhdwwO .image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-vbnVnhdwwO .card-title,
.cid-vbnVnhdwwO .mbr-text {
  color: #fafafa;
}
.cid-vbnVnhdwwO .card-title {
  line-height: 69px;
  color: #005584;
  text-align: left;
}
@media (min-width: 991px) {
  .cid-vbnVnhdwwO .card-title-position {
    margin-left: 30rem;
  }
  .cid-vbnVnhdwwO .mbr-text {
    margin-bottom: 0;
    padding: 0;
  }
}
.cid-vbnVnhdwwO .mbr-text {
  padding-left: 0px;
}
.cid-vbnVnhdwwO .arrow-text {
  transform: rotate(225deg);
  color: #fafafa;
  position: absolute;
  left: 25px;
  top: -7px;
}
@media (max-width: 991px) {
  .cid-vbnVnhdwwO .arrow-text {
    display: none;
  }
  .cid-vbnVnhdwwO .mbr-text {
    padding-left: 50px;
  }
}
@media (max-width: 576px) {
  .cid-vbnVnhdwwO .arrow-text {
    display: none;
  }
  .cid-vbnVnhdwwO .mbr-text {
    padding-left: 0;
  }
}
.cid-vbnVnhdwwO .for-arrow {
  position: relative;
}
.cid-vbosxsjXA4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-vbosxsjXA4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbosxsjXA4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbosxsjXA4 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-vbosxsjXA4 .container {
    max-width: 1400px;
  }
}
.cid-vbosxsjXA4 .card {
  margin: auto;
}
.cid-vbosxsjXA4 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-vbosxsjXA4 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vbosxsjXA4 .row {
  justify-content: center;
}
.cid-vbosxsjXA4 .card-title,
.cid-vbosxsjXA4 .card-box {
  color: #ffffff;
}
.cid-vbnVnm8PMT .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vbnVnm8PMT .nav-item:focus,
.cid-vbnVnm8PMT .nav-link:focus {
  outline: none;
}
.cid-vbnVnm8PMT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vbnVnm8PMT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbnVnm8PMT .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vbnVnm8PMT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vbnVnm8PMT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vbnVnm8PMT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbnVnm8PMT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbnVnm8PMT .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vbnVnm8PMT .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #353535;
}
.cid-vbnVnm8PMT .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #353535 !important;
}
.cid-vbnVnm8PMT .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-vbnVnm8PMT .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vbnVnm8PMT .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vbnVnm8PMT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vbnVnm8PMT .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vbnVnm8PMT .navbar.collapsed .navbar-collapse.show,
.cid-vbnVnm8PMT .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vbnVnm8PMT .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vbnVnm8PMT .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vbnVnm8PMT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vbnVnm8PMT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbnVnm8PMT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbnVnm8PMT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vbnVnm8PMT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbnVnm8PMT .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vbnVnm8PMT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbnVnm8PMT .navbar.collapsed .right-menu,
.cid-vbnVnm8PMT .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vbnVnm8PMT .navbar .navbar-collapse.show,
  .cid-vbnVnm8PMT .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vbnVnm8PMT .navbar .navbar-collapse.show .brand-container,
  .cid-vbnVnm8PMT .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vbnVnm8PMT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbnVnm8PMT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vbnVnm8PMT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbnVnm8PMT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbnVnm8PMT .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vbnVnm8PMT .navbar .navbar-logo img {
    height: 6rem !important;
  }
  .cid-vbnVnm8PMT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbnVnm8PMT .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vbnVnm8PMT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-vbnVnm8PMT .navbar .right-menu,
  .cid-vbnVnm8PMT .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vbnVnm8PMT .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbnVnm8PMT .navbar.navbar-short .mbr-overlay {
  background: #353535 !important;
}
.cid-vbnVnm8PMT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vbnVnm8PMT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vbnVnm8PMT .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbnVnm8PMT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbnVnm8PMT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbnVnm8PMT .dropdown-item.active,
.cid-vbnVnm8PMT .dropdown-item:active {
  background-color: transparent;
}
.cid-vbnVnm8PMT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbnVnm8PMT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbnVnm8PMT .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbnVnm8PMT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vbnVnm8PMT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbnVnm8PMT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbnVnm8PMT ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vbnVnm8PMT ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vbnVnm8PMT .navbar-buttons {
  margin-left: auto;
}
.cid-vbnVnm8PMT button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vbnVnm8PMT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f1a81e;
}
.cid-vbnVnm8PMT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbnVnm8PMT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbnVnm8PMT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbnVnm8PMT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbnVnm8PMT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbnVnm8PMT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-vbnVnm8PMT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-vbnVnm8PMT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbnVnm8PMT a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vbnVnm8PMT .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbnVnm8PMT .right-menu,
.cid-vbnVnm8PMT .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vbnVnm8PMT .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vbnVnm8PMT .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vbnVnm8PMT .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vbnVnm8PMT .menu-top {
  text-align: center;
  width: 100%;
  background-color: #000000;
  padding: 0.5rem 0;
  color: #ffffff;
}
.cid-vbnVnm8PMT .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vbnVnm8PMT .card-wrapper {
  z-index: 3;
}
.cid-vbnVnm8PMT .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vbnVnm8PMT .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbnVnm8PMT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbosCx4ldJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
}
.cid-vbosCx4ldJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbosCx4ldJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbosCx4ldJ .mbr-section-title {
  text-align: left;
  color: #0d4da1;
}
.cid-vbosBt74fm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
}
.cid-vbosBt74fm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbosBt74fm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbosBt74fm .items-wrap {
  justify-content: center;
  margin: 0 -32px;
}
.cid-vbosBt74fm .items-wrap .item {
  padding: 0 32px;
}
.cid-vbosBt74fm .item {
  margin-bottom: 32px;
}
.cid-vbosBt74fm .item:hover .item-wrapper .item-img .icon-wrapper .mbr-iconfont,
.cid-vbosBt74fm .item:focus .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  color: #cfef54;
  background-color: #191c25;
}
.cid-vbosBt74fm .item .item-wrapper .item-desc {
  margin-bottom: 22px;
}
.cid-vbosBt74fm .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-vbosBt74fm .item .item-wrapper .item-img .image-wrapper img {
  height: 380px;
  width: 380px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-vbosBt74fm .item .item-wrapper .item-img .image-wrapper img {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-vbosBt74fm .item .item-wrapper .item-img .image-wrapper img {
    height: 225px;
    width: 225px;
  }
}
.cid-vbosBt74fm .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  z-index: 1;
  width: 68px;
  height: 68px;
}
.cid-vbosBt74fm .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  font-size: 24px;
  color: #191c25;
  border-radius: 100%;
  background-color: #cfef54;
  padding-left: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vbosBt74fm .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vbosBt74fm .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-vbosBt74fm .item-title {
  color: #005584;
  text-align: center;
}
.cid-vbosBt74fm .item-name {
  color: RED;
  text-align: center;
}
.cid-vbosAthaXO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
}
.cid-vbosAthaXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbosAthaXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbosAthaXO .items-wrap {
  justify-content: center;
  margin: 0 -32px;
}
.cid-vbosAthaXO .items-wrap .item {
  padding: 0 32px;
}
.cid-vbosAthaXO .item {
  margin-bottom: 32px;
}
.cid-vbosAthaXO .item:hover .item-wrapper .item-img .icon-wrapper .mbr-iconfont,
.cid-vbosAthaXO .item:focus .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  color: #cfef54;
  background-color: #191c25;
}
.cid-vbosAthaXO .item .item-wrapper .item-desc {
  margin-bottom: 22px;
}
.cid-vbosAthaXO .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-vbosAthaXO .item .item-wrapper .item-img .image-wrapper img {
  height: 380px;
  width: 380px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-vbosAthaXO .item .item-wrapper .item-img .image-wrapper img {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-vbosAthaXO .item .item-wrapper .item-img .image-wrapper img {
    height: 225px;
    width: 225px;
  }
}
.cid-vbosAthaXO .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  z-index: 1;
  width: 68px;
  height: 68px;
}
.cid-vbosAthaXO .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  font-size: 24px;
  color: #191c25;
  border-radius: 100%;
  background-color: #cfef54;
  padding-left: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vbosAthaXO .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vbosAthaXO .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-vbosAthaXO .item-title {
  color: #005584;
  text-align: center;
}
.cid-vbosAthaXO .item-name {
  color: #191c25;
  text-align: center;
}
.cid-vbosIPm7qd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vbosIPm7qd .mbr-text,
.cid-vbosIPm7qd .mbr-section-btn {
  color: #ffffff;
}
.cid-vbosIPm7qd .card-title,
.cid-vbosIPm7qd .card-box {
  color: #ffffff;
}
.cid-vbosIPm7qd .mbr-text,
.cid-vbosIPm7qd .link-wrap {
  color: #ffffff;
}
.cid-vbosDQZ055 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/ctvelux.jpg");
}
.cid-vbosDQZ055 .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.3;
}
.cid-vbosDQZ055 .form-control,
.cid-vbosDQZ055 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vbosDQZ055 .form-control::-webkit-input-placeholder,
.cid-vbosDQZ055 .field-input::-webkit-input-placeholder,
.cid-vbosDQZ055 .form-control::-webkit-input-placeholder,
.cid-vbosDQZ055 .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vbosDQZ055 .form-control:-moz-placeholder,
.cid-vbosDQZ055 .field-input:-moz-placeholder,
.cid-vbosDQZ055 .form-control:-moz-placeholder,
.cid-vbosDQZ055 .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vbosDQZ055 .form-control:hover,
.cid-vbosDQZ055 .field-input:hover,
.cid-vbosDQZ055 .form-control:focus,
.cid-vbosDQZ055 .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-vbosDQZ055 .form-control:hover::-webkit-input-placeholder,
.cid-vbosDQZ055 .field-input:hover::-webkit-input-placeholder,
.cid-vbosDQZ055 .form-control:focus::-webkit-input-placeholder,
.cid-vbosDQZ055 .field-input:focus::-webkit-input-placeholder,
.cid-vbosDQZ055 .form-control:hover::-webkit-input-placeholder,
.cid-vbosDQZ055 .field-input:hover::-webkit-input-placeholder,
.cid-vbosDQZ055 .form-control:focus::-webkit-input-placeholder,
.cid-vbosDQZ055 .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-vbosDQZ055 .form-control:hover:-moz-placeholder,
.cid-vbosDQZ055 .field-input:hover:-moz-placeholder,
.cid-vbosDQZ055 .form-control:focus:-moz-placeholder,
.cid-vbosDQZ055 .field-input:focus:-moz-placeholder,
.cid-vbosDQZ055 .form-control:hover:-moz-placeholder,
.cid-vbosDQZ055 .field-input:hover:-moz-placeholder,
.cid-vbosDQZ055 .form-control:focus:-moz-placeholder,
.cid-vbosDQZ055 .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-vbosDQZ055 .jq-number__spin:hover,
.cid-vbosDQZ055 .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vbosDQZ055 .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vbosDQZ055 .jq-selectbox li,
.cid-vbosDQZ055 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vbosDQZ055 .jq-selectbox li:hover,
.cid-vbosDQZ055 .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-vbosDQZ055 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vbosDQZ055 .jq-number__spin.minus:hover:after,
.cid-vbosDQZ055 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vbosDQZ055 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vbosDQZ055 .jq-number__spin.minus:after,
.cid-vbosDQZ055 .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-vbosDQZ055 input::-webkit-clear-button {
  display: none;
}
.cid-vbosDQZ055 input::-webkit-inner-spin-button {
  display: none;
}
.cid-vbosDQZ055 input::-webkit-outer-spin-button {
  display: none;
}
.cid-vbosDQZ055 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vbosDQZ055 H4 {
  color: #ffffff;
}
.cid-vbnVnneSYq {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-vbnVnneSYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbnVnneSYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbnVnneSYq .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-vbnVnneSYq .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vbnVnneSYq .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-vbnVnneSYq .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vbnVnneSYq .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vbnVnneSYq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-vbnVnneSYq .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-vbnVnneSYq .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vbnVnneSYq .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-vbnVnneSYq .mbr-title {
  color: #ffffff;
  margin-bottom: 14px;
}
.cid-vbnVnneSYq .mbr-text {
  color: #ffffff;
}
.cid-vbnVnneSYq .list-box {
  width: 100%;
}
.cid-vbnVnneSYq .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-vbnVnneSYq .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-vbnVnneSYq .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-vbnVnneSYq .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-vbnVnneSYq .list a:hover:before {
  background-position: left !important;
}
.cid-vbnVnneSYq .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-vbnVnneSYq .news-item {
  width: 100%;
}
.cid-vbnVnneSYq .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-vbnVnneSYq .news-title {
  color: #ffffff;
}
.cid-vbnVnoFlmS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ux8K2uPZQL {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/gou.jpeg");
}
.cid-ux8K2uPZQL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux8K2uPZQL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux8K2uPZQL .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-ux8K2uPZQL .mbr-section-title {
  color: #FFFFFF;
}
.cid-ux8K2uPZQL .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-ux8K2uPZQL .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-ux8K2uPZQL .mbr-section-btn {
  margin-top: 28px;
}
.cid-ux8K2uPZQL iframe,
.cid-ux8K2uPZQL img,
.cid-ux8K2uPZQL video {
  width: 100%;
}
.cid-ux8K2uPZQL .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 32px 0;
  width: fit-content;
  max-width: 100%;
}
.cid-ux8K2uPZQL .mbr-media span {
  font-size: 1.5rem;
  color: #ffffff;
  transition: all 0.2s;
}
.cid-ux8K2uPZQL .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffff;
  z-index: 2;
}
.cid-ux8K2uPZQL .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-ux8K2uPZQL .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-ux8K2uPZQL .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ux8K2uPZQL .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-ux8K2uPZQL .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ux8K2uPZQL .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-ux8K2uPZQL .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ux8K2uPZQL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ux8K2uPZQL .image {
  display: flex;
}
.cid-ux8K2uPZQL .image img {
  margin-top: 70px;
  border-radius: 10px;
  object-fit: cover;
  width: 619px;
  height: 219px;
}
@media (max-width: 991px) {
  .cid-ux8K2uPZQL .image img {
    width: 250px;
    height: 95px;
  }
}
.cid-ux8My0iuYv {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ux8My0iuYv .image-wrapper {
    padding: 1rem;
  }
}
.cid-ux8My0iuYv img {
  max-width: 95%;
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-ux8My0iuYv img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-ux8My0iuYv .mbr-text,
.cid-ux8My0iuYv .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-ux8My0iuYv .mbr-section-title {
  text-align: left;
  color: #353535;
}
.cid-ux8My0iuYv .mbr-text2,
.cid-ux8My0iuYv .mbr-section-btn2 {
  color: #0168b3;
  text-align: left;
}
.cid-vboeN69Ukz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-vboeN69Ukz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboeN69Ukz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboeN69Ukz .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-vboeN69Ukz .container {
    max-width: 1400px;
  }
}
.cid-vboeN69Ukz .card {
  margin: auto;
}
.cid-vboeN69Ukz .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-vboeN69Ukz .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vboeN69Ukz .row {
  justify-content: center;
}
.cid-vboeN69Ukz .card-title,
.cid-vboeN69Ukz .card-box {
  color: #ffffff;
}
.cid-vboexhsQbi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
}
.cid-vboexhsQbi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboexhsQbi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboexhsQbi .mbr-section-title {
  text-align: left;
  color: #0d4da1;
}
.cid-vboe4VlxQZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
}
.cid-vboe4VlxQZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboe4VlxQZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboe4VlxQZ .items-wrap {
  justify-content: center;
  margin: 0 -32px;
}
.cid-vboe4VlxQZ .items-wrap .item {
  padding: 0 32px;
}
.cid-vboe4VlxQZ .item {
  margin-bottom: 32px;
}
.cid-vboe4VlxQZ .item:hover .item-wrapper .item-img .icon-wrapper .mbr-iconfont,
.cid-vboe4VlxQZ .item:focus .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  color: #cfef54;
  background-color: #191c25;
}
.cid-vboe4VlxQZ .item .item-wrapper .item-desc {
  margin-bottom: 22px;
}
.cid-vboe4VlxQZ .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-vboe4VlxQZ .item .item-wrapper .item-img .image-wrapper img {
  height: 380px;
  width: 380px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-vboe4VlxQZ .item .item-wrapper .item-img .image-wrapper img {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-vboe4VlxQZ .item .item-wrapper .item-img .image-wrapper img {
    height: 225px;
    width: 225px;
  }
}
.cid-vboe4VlxQZ .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  z-index: 1;
  width: 68px;
  height: 68px;
}
.cid-vboe4VlxQZ .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  font-size: 24px;
  color: #191c25;
  border-radius: 100%;
  background-color: #cfef54;
  padding-left: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vboe4VlxQZ .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vboe4VlxQZ .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-vboe4VlxQZ .item-title {
  color: #005584;
  text-align: center;
}
.cid-vboe4VlxQZ .item-name {
  color: RED;
  text-align: center;
}
.cid-ux7ANktoGF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ux7ANktoGF .nav-item:focus,
.cid-ux7ANktoGF .nav-link:focus {
  outline: none;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ux7ANktoGF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ux7ANktoGF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ux7ANktoGF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ux7ANktoGF .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ux7ANktoGF .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #353535;
}
.cid-ux7ANktoGF .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #353535 !important;
}
.cid-ux7ANktoGF .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-ux7ANktoGF .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-ux7ANktoGF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ux7ANktoGF .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.show,
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-ux7ANktoGF .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ux7ANktoGF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ux7ANktoGF .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ux7ANktoGF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ux7ANktoGF .navbar.collapsed .right-menu,
.cid-ux7ANktoGF .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF .navbar .navbar-collapse.show,
  .cid-ux7ANktoGF .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ux7ANktoGF .navbar .navbar-collapse.show .brand-container,
  .cid-ux7ANktoGF .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-ux7ANktoGF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ux7ANktoGF .navbar .navbar-logo img {
    height: 6rem !important;
  }
  .cid-ux7ANktoGF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ux7ANktoGF .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ux7ANktoGF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-ux7ANktoGF .navbar .right-menu,
  .cid-ux7ANktoGF .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ux7ANktoGF .navbar.navbar-short {
  min-height: 60px;
}
.cid-ux7ANktoGF .navbar.navbar-short .mbr-overlay {
  background: #353535 !important;
}
.cid-ux7ANktoGF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ux7ANktoGF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ux7ANktoGF .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ux7ANktoGF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ux7ANktoGF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ux7ANktoGF .dropdown-item.active,
.cid-ux7ANktoGF .dropdown-item:active {
  background-color: transparent;
}
.cid-ux7ANktoGF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ux7ANktoGF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ux7ANktoGF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ux7ANktoGF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ux7ANktoGF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ux7ANktoGF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ux7ANktoGF ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-ux7ANktoGF .navbar-buttons {
  margin-left: auto;
}
.cid-ux7ANktoGF button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f1a81e;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux7ANktoGF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-ux7ANktoGF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux7ANktoGF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ux7ANktoGF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ux7ANktoGF .right-menu,
.cid-ux7ANktoGF .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-ux7ANktoGF .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ux7ANktoGF .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ux7ANktoGF .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ux7ANktoGF .menu-top {
  text-align: center;
  width: 100%;
  background-color: #000000;
  padding: 0.5rem 0;
  color: #ffffff;
}
.cid-ux7ANktoGF .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ux7ANktoGF .card-wrapper {
  z-index: 3;
}
.cid-ux7ANktoGF .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-ux7ANktoGF .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ux7ANktoGF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vboe3ZNKCr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
}
.cid-vboe3ZNKCr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboe3ZNKCr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboe3ZNKCr .items-wrap {
  justify-content: center;
  margin: 0 -32px;
}
.cid-vboe3ZNKCr .items-wrap .item {
  padding: 0 32px;
}
.cid-vboe3ZNKCr .item {
  margin-bottom: 32px;
}
.cid-vboe3ZNKCr .item:hover .item-wrapper .item-img .icon-wrapper .mbr-iconfont,
.cid-vboe3ZNKCr .item:focus .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  color: #cfef54;
  background-color: #191c25;
}
.cid-vboe3ZNKCr .item .item-wrapper .item-desc {
  margin-bottom: 22px;
}
.cid-vboe3ZNKCr .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-vboe3ZNKCr .item .item-wrapper .item-img .image-wrapper img {
  height: 380px;
  width: 380px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-vboe3ZNKCr .item .item-wrapper .item-img .image-wrapper img {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-vboe3ZNKCr .item .item-wrapper .item-img .image-wrapper img {
    height: 225px;
    width: 225px;
  }
}
.cid-vboe3ZNKCr .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  z-index: 1;
  width: 68px;
  height: 68px;
}
.cid-vboe3ZNKCr .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  font-size: 24px;
  color: #191c25;
  border-radius: 100%;
  background-color: #cfef54;
  padding-left: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vboe3ZNKCr .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vboe3ZNKCr .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-vboe3ZNKCr .item-title {
  color: #005584;
  text-align: center;
}
.cid-vboe3ZNKCr .item-name {
  color: #191c25;
  text-align: center;
}
.cid-vboeyts2Cc {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vboeyts2Cc .mbr-text,
.cid-vboeyts2Cc .mbr-section-btn {
  color: #ffffff;
}
.cid-vboeyts2Cc .card-title,
.cid-vboeyts2Cc .card-box {
  color: #ffffff;
}
.cid-vboeyts2Cc .mbr-text,
.cid-vboeyts2Cc .link-wrap {
  color: #ffffff;
}
.cid-vboezzF5rP {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/ctvelux.jpg");
}
.cid-vboezzF5rP .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.3;
}
.cid-vboezzF5rP .form-control,
.cid-vboezzF5rP .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vboezzF5rP .form-control::-webkit-input-placeholder,
.cid-vboezzF5rP .field-input::-webkit-input-placeholder,
.cid-vboezzF5rP .form-control::-webkit-input-placeholder,
.cid-vboezzF5rP .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vboezzF5rP .form-control:-moz-placeholder,
.cid-vboezzF5rP .field-input:-moz-placeholder,
.cid-vboezzF5rP .form-control:-moz-placeholder,
.cid-vboezzF5rP .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vboezzF5rP .form-control:hover,
.cid-vboezzF5rP .field-input:hover,
.cid-vboezzF5rP .form-control:focus,
.cid-vboezzF5rP .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-vboezzF5rP .form-control:hover::-webkit-input-placeholder,
.cid-vboezzF5rP .field-input:hover::-webkit-input-placeholder,
.cid-vboezzF5rP .form-control:focus::-webkit-input-placeholder,
.cid-vboezzF5rP .field-input:focus::-webkit-input-placeholder,
.cid-vboezzF5rP .form-control:hover::-webkit-input-placeholder,
.cid-vboezzF5rP .field-input:hover::-webkit-input-placeholder,
.cid-vboezzF5rP .form-control:focus::-webkit-input-placeholder,
.cid-vboezzF5rP .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-vboezzF5rP .form-control:hover:-moz-placeholder,
.cid-vboezzF5rP .field-input:hover:-moz-placeholder,
.cid-vboezzF5rP .form-control:focus:-moz-placeholder,
.cid-vboezzF5rP .field-input:focus:-moz-placeholder,
.cid-vboezzF5rP .form-control:hover:-moz-placeholder,
.cid-vboezzF5rP .field-input:hover:-moz-placeholder,
.cid-vboezzF5rP .form-control:focus:-moz-placeholder,
.cid-vboezzF5rP .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-vboezzF5rP .jq-number__spin:hover,
.cid-vboezzF5rP .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vboezzF5rP .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vboezzF5rP .jq-selectbox li,
.cid-vboezzF5rP .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vboezzF5rP .jq-selectbox li:hover,
.cid-vboezzF5rP .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-vboezzF5rP .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vboezzF5rP .jq-number__spin.minus:hover:after,
.cid-vboezzF5rP .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vboezzF5rP .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vboezzF5rP .jq-number__spin.minus:after,
.cid-vboezzF5rP .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-vboezzF5rP input::-webkit-clear-button {
  display: none;
}
.cid-vboezzF5rP input::-webkit-inner-spin-button {
  display: none;
}
.cid-vboezzF5rP input::-webkit-outer-spin-button {
  display: none;
}
.cid-vboezzF5rP input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vboezzF5rP H4 {
  color: #ffffff;
}
.cid-uWdFoFmy7K {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uWdFoFmy7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdFoFmy7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdFoFmy7K .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uWdFoFmy7K .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uWdFoFmy7K .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWdFoFmy7K .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWdFoFmy7K .mbr-title {
  color: #ffffff;
  margin-bottom: 14px;
}
.cid-uWdFoFmy7K .mbr-text {
  color: #ffffff;
}
.cid-uWdFoFmy7K .list-box {
  width: 100%;
}
.cid-uWdFoFmy7K .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uWdFoFmy7K .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uWdFoFmy7K .list a:hover:before {
  background-position: left !important;
}
.cid-uWdFoFmy7K .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uWdFoFmy7K .news-item {
  width: 100%;
}
.cid-uWdFoFmy7K .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uWdFoFmy7K .news-title {
  color: #ffffff;
}
.cid-ux7G0kja9N {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
}
