body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Old Standard TT', serif;
  font-size: 3.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-2 {
  font-family: 'Old Standard TT', serif;
  font-size: 2.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  letter-spacing: 2px;
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Old Standard TT', serif;
  font-size: 1.7rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.72rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #149dcc;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background: none;
  border: none;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.btn-black:hover,
.btn-black:focus {
  background: white!important;
  color: black!important;
}
.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: #149dcc !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: #ff3366 !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%;
}
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='%23149dcc' %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;
}
.cid-vkgcWrANeG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vkgcWrANeG nav.navbar {
  position: fixed;
}
.cid-vkgcWrANeG .container-fluid {
  padding-left: 96px;
  padding-right: 96px;
}
@media (max-width: 1440px) {
  .cid-vkgcWrANeG .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vkgcWrANeG .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vkgcWrANeG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkgcWrANeG .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vkgcWrANeG .dropdown-item {
  border: none !important;
  background: #f1f1f1 !important;
  font-weight: 300;
}
.cid-vkgcWrANeG .dropdown-item:hover,
.cid-vkgcWrANeG .dropdown-item:focus {
  background: #f1f1f1 !important;
  color: #1f1f1f !important;
}
.cid-vkgcWrANeG .dropdown-item:hover span {
  color: white;
}
.cid-vkgcWrANeG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkgcWrANeG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkgcWrANeG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkgcWrANeG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vkgcWrANeG .nav-link {
  position: relative;
}
.cid-vkgcWrANeG .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vkgcWrANeG .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vkgcWrANeG .container {
    max-width: 1100px;
  }
}
.cid-vkgcWrANeG .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vkgcWrANeG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vkgcWrANeG .dropdown-menu,
.cid-vkgcWrANeG .navbar.opened {
  background: #f1f1f1 !important;
}
.cid-vkgcWrANeG .nav-item:focus,
.cid-vkgcWrANeG .nav-link:focus {
  outline: none;
}
.cid-vkgcWrANeG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkgcWrANeG .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vkgcWrANeG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkgcWrANeG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkgcWrANeG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkgcWrANeG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkgcWrANeG .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f1f1f1;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vkgcWrANeG .navbar.opened {
  transition: all 0.3s;
}
.cid-vkgcWrANeG .navbar .dropdown-item {
  padding: 8px 2rem 8px 10px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vkgcWrANeG .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vkgcWrANeG .navbar .navbar-logo img {
  width: auto;
}
.cid-vkgcWrANeG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkgcWrANeG .navbar.collapsed {
  justify-content: center;
}
.cid-vkgcWrANeG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkgcWrANeG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkgcWrANeG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.5rem);
  }
}
.cid-vkgcWrANeG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vkgcWrANeG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: -0.4rem;
}
.cid-vkgcWrANeG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vkgcWrANeG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkgcWrANeG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkgcWrANeG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkgcWrANeG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkgcWrANeG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkgcWrANeG .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vkgcWrANeG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    text-align: center;
  }
  .cid-vkgcWrANeG .navbar .dropdown-menu .dropdown-item:after {
    right: -0.4rem;
  }
  .cid-vkgcWrANeG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vkgcWrANeG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkgcWrANeG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkgcWrANeG .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    display: inline-block;
  }
  .cid-vkgcWrANeG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vkgcWrANeG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkgcWrANeG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkgcWrANeG .navbar.navbar-short {
  min-height: 77px;
}
.cid-vkgcWrANeG .navbar.navbar-short .navbar-brand {
  min-height: 77px;
}
.cid-vkgcWrANeG .navbar-brand {
  min-height: 77px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vkgcWrANeG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-vkgcWrANeG .navbar-brand .navbar-caption:hover,
.cid-vkgcWrANeG .navbar-brand .navbar-caption:focus {
  color: #1f1f1f !important;
}
.cid-vkgcWrANeG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkgcWrANeG .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vkgcWrANeG .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #1f1f1f !important;
}
.cid-vkgcWrANeG .dropdown-item.active,
.cid-vkgcWrANeG .dropdown-item:active {
  background-color: transparent;
}
.cid-vkgcWrANeG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkgcWrANeG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkgcWrANeG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkgcWrANeG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1f1f1;
  top: 2.4rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vkgcWrANeG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vkgcWrANeG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vkgcWrANeG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkgcWrANeG ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vkgcWrANeG ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-vkgcWrANeG .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vkgcWrANeG .navbar-buttons {
    text-align: left;
  }
}
.cid-vkgcWrANeG .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vkgcWrANeG .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vkgcWrANeG button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 77px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #f1f1f1 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vkgcWrANeG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1f1f;
}
.cid-vkgcWrANeG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vkgcWrANeG button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vkgcWrANeG button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vkgcWrANeG button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vkgcWrANeG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkgcWrANeG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkgcWrANeG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkgcWrANeG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkgcWrANeG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vkgcWrANeG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkgcWrANeG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vkgcWrANeG .navbar {
    height: 70px;
  }
  .cid-vkgcWrANeG .navbar.opened {
    height: auto;
  }
  .cid-vkgcWrANeG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkgcWrANeG .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vkgcWrANeG .nav-item .nav-link {
  padding: 0 !important;
  margin: 8px 15px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vkgcWrANeG .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vkgcWrANeG .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #1f1f1f;
  transition: all 0.3s ease-in-out;
}
.cid-vkgcWrANeG .nav-item .nav-link:hover {
  background-color: transparent;
  color: #1f1f1f;
}
.cid-vkgcWrANeG .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vkgcWrANeG .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-vkgcWrANeG .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vkgcWrANeG .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vkgcWrANeG .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vkgcWrANeG .navbar {
    justify-content: flex-start !important;
  }
  .cid-vkgcWrANeG .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vkgcWrANeG .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vkgcWrANeG .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vkgcWrANeG .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vkgcWrANeG .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vkgcWrANeG .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vkgcWrANeG .content-wrap {
  min-height: 77px;
}
.cid-vkgcWrANeG .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vkgcWrANeG .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vkgbj7qfbZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080a10;
  overflow: hidden;
}
.cid-vkgbj7qfbZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgbj7qfbZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkgbj7qfbZ .content-wrapper {
  position: relative;
  margin: 0;
}
.cid-vkgbj7qfbZ .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
  justify-content: flex-end;
}
.cid-vkgbj7qfbZ .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #21242b;
  pointer-events: none;
  padding: 0;
  top: -100%;
}
.cid-vkgbj7qfbZ .content-wrapper .border_1 {
  left: 0;
}
.cid-vkgbj7qfbZ .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vkgbj7qfbZ .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vkgbj7qfbZ .content-wrapper .border_3 {
  left: 50%;
}
.cid-vkgbj7qfbZ .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vkgbj7qfbZ .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vkgbj7qfbZ .content-wrapper .border_5 {
  left: 100%;
}
.cid-vkgbj7qfbZ .content-wrap {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 750px;
  padding: 24px;
  margin-right: -1px;
  clip-path: polygon(38px 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 38px);
}
@media (max-width: 1440px) {
  .cid-vkgbj7qfbZ .content-wrap {
    min-height: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-vkgbj7qfbZ .content-wrap {
    min-height: 500px;
  }
}
.cid-vkgbj7qfbZ .content-wrap .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vkgbj7qfbZ .content-wrap .overlay-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #080a10;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
.cid-vkgbj7qfbZ .title-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-vkgbj7qfbZ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vkgbj7qfbZ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vkgbj7qfbZ .title-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vkgbj7qfbZ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkgbj7qfbZ .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vkgbj7qfbZ .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkgbj7qfbZ .mbr-section-title {
  color: #ffffff;
}
.cid-vkgbj7qfbZ .mbr-text,
.cid-vkgbj7qfbZ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vkgbj7qfbZ .mbr-section-title,
.cid-vkgbj7qfbZ .mbr-section-btn {
  text-align: center;
}
.cid-vkgdVvCHjo {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkgdVvCHjo .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
.cid-vkgdVvCHjo .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-vkgdVvCHjo .row {
  align-items: center;
  height: 100%;
}
.cid-vkgbojT1Ge {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkgbojT1Ge .card-wrapper {
  background: #eaf7fa;
  padding: 28% 20%;
}
.cid-vkgbojT1Ge .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 18px;
}
.cid-vkgbojT1Ge .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
}
@media (max-width: 690px) {
  .cid-vkgbojT1Ge .item {
    padding-bottom: 25px;
  }
}
.cid-vkgbojT1Ge .title {
  margin-bottom: 10px;
  font-weight: 600;
}
.cid-vkgbojT1Ge .card-title,
.cid-vkgbojT1Ge .iconfont-wrapper {
  color: #ff4433;
}
.cid-vkgbojT1Ge .card-text {
  color: #ff4433;
}
@media (max-width: 990px) {
  .cid-vkgbojT1Ge .top {
    padding-top: 20px;
  }
}
@media (max-width: 575px) {
  .cid-vkgbojT1Ge .top1 {
    padding-top: 20px;
  }
}
.cid-vkgbmHSet3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkgbmHSet3 .left-side {
  text-align: left;
}
.cid-vkgbmHSet3 .width {
  width: 360px;
  margin: auto;
}
.cid-vkgbmHSet3 .row {
  align-items: center;
  background: #1d2024;
  padding: 0px;
  margin: 0;
}
.cid-vkgbmHSet3 .mbr-section-title {
  margin: 0 0 15px;
  color: #FFFFFF;
  font-weight: 600;
}
.cid-vkgbmHSet3 .container-fluid {
  padding: 0;
}
.cid-vkgbmHSet3 .mbr-section-subtitle {
  color: #FFFFFF;
  text-align: left;
  padding-bottom: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-vkgbmHSet3 .right-side {
  padding: 0;
}
.cid-vkgbmHSet3 .mbr-text {
  color: #ffffff;
  padding-bottom: 60px;
  margin-bottom: 0;
}
.cid-vkgbmHSet3 .lin .mbr-iconfont {
  border-radius: 100%;
}
.cid-vkgbmHSet3 .link-ico {
  font-size: 0.8rem !important;
  color: #ffffff;
  background-color: #000000;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  margin-left: 10px;
  margin-top: -2px;
  transition: .3s;
  display: inline-block;
}
.cid-vkgbmHSet3 .lin:hover .link-ico {
  transform: scale(1.2);
  transition: .3s;
}
.cid-vkgbmHSet3 a {
  font-weight: 500;
}
@media (max-width: 800px) {
  .cid-vkgbmHSet3 .left-side {
    padding: 30px 20px;
  }
  .cid-vkgbmHSet3 .width {
    width: 100%;
  }
}
@media (max-width: 690px) {
  .cid-vkgbmHSet3 .left-side {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-vkgbmHSet3 .mbr-text,
.cid-vkgbmHSet3 .lin {
  text-align: left;
}
.cid-vkgbCcpBs5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkgbCcpBs5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgbCcpBs5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkgbCcpBs5 .content-wrap {
  position: sticky;
  top: 56px;
}
@media (max-width: 992px) {
  .cid-vkgbCcpBs5 .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vkgbCcpBs5 .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vkgbCcpBs5 .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vkgbCcpBs5 .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vkgbCcpBs5 .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkgbCcpBs5 .content-wrap .main-btn {
  margin-top: 14px;
}
.cid-vkgbCcpBs5 .content-wrap .main-btn .btn {
  margin-bottom: 0;
}
.cid-vkgbCcpBs5 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vkgbCcpBs5 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vkgbCcpBs5 .item .item-wrapper {
  height: 100%;
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-vkgbCcpBs5 .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
.cid-vkgbCcpBs5 .item .item-wrapper .card-box .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vkgbCcpBs5 .item .item-wrapper .card-box .item-img {
    margin-bottom: 24px;
  }
}
.cid-vkgbCcpBs5 .item .item-wrapper .card-box .item-img img {
  display: inline-flex;
  width: 158px;
  height: 158px;
  object-fit: cover;
}
.cid-vkgbCcpBs5 .item .item-wrapper .card-box .label-wrap {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vkgbCcpBs5 .item .item-wrapper .card-box .label-wrap {
    margin-bottom: 16px;
  }
}
.cid-vkgbCcpBs5 .item .item-wrapper .card-box .label-wrap .item-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vkgbCcpBs5 .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vkgbCcpBs5 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vkgbCcpBs5 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-vkgbCcpBs5 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkgbCcpBs5 .mbr-label,
.cid-vkgbCcpBs5 .label-wrapper {
  color: #000000;
}
.cid-vkgbCcpBs5 .mbr-section-title {
  color: #000000;
}
.cid-vkgbCcpBs5 .mbr-text,
.cid-vkgbCcpBs5 .text-wrapper {
  color: #4f4f4f;
}
.cid-vkgbCcpBs5 .item-label {
  color: #000000;
}
.cid-vkgbCcpBs5 .item-title {
  color: #000000;
}
.cid-vkgbCcpBs5 .item-text {
  color: #4f4f4f;
}
.cid-vkgbEJzAwq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkgbEJzAwq .left-side {
  text-align: center;
  padding: 30px;
}
.cid-vkgbEJzAwq .row {
  align-items: center;
  background: #000000;
  padding: 0px;
  margin: 0;
}
.cid-vkgbEJzAwq .container-fluid {
  padding: 0;
}
.cid-vkgbEJzAwq .right-side {
  padding: 0;
}
.cid-vkgbEJzAwq .iconfont-wrapper {
  margin-bottom: 18px;
}
.cid-vkgbEJzAwq .mbr-iconfont {
  font-size: 80px;
  color: #ffffff;
}
.cid-vkgbEJzAwq .mbr-section-subtitle {
  font-weight: 600;
  padding-bottom: 10px;
}
.cid-vkgbEJzAwq .mbr-section-title {
  padding-bottom: 36px;
}
.cid-vkgbEJzAwq .l1 {
  color: #ffffff;
}
.cid-vkgbEJzAwq .l2,
.cid-vkgbEJzAwq .lin {
  color: #ffffff;
}
.cid-vkgbEJzAwq a {
  transition: color .3s;
}
.cid-vkgbURr2zh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkgbURr2zh .left-side {
  text-align: left;
}
.cid-vkgbURr2zh .width {
  width: 360px;
  margin: auto;
}
.cid-vkgbURr2zh .row {
  align-items: center;
  background: #1d2024;
  padding: 0px;
  margin: 0;
}
.cid-vkgbURr2zh .mbr-section-title {
  margin: 0 0 15px;
  color: #FFFFFF;
  font-weight: 600;
}
.cid-vkgbURr2zh .container-fluid {
  padding: 0;
}
.cid-vkgbURr2zh .mbr-section-subtitle {
  color: #FFFFFF;
  text-align: left;
  padding-bottom: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-vkgbURr2zh .right-side {
  padding: 0;
}
.cid-vkgbURr2zh .mbr-text {
  color: #ffffff;
  padding-bottom: 60px;
  margin-bottom: 0;
}
.cid-vkgbURr2zh .lin .mbr-iconfont {
  border-radius: 100%;
}
.cid-vkgbURr2zh .link-ico {
  font-size: 0.8rem !important;
  color: #ffffff;
  background-color: #000000;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  margin-left: 10px;
  margin-top: -2px;
  transition: .3s;
  display: inline-block;
}
.cid-vkgbURr2zh .lin:hover .link-ico {
  transform: scale(1.2);
  transition: .3s;
}
.cid-vkgbURr2zh a {
  font-weight: 500;
}
@media (max-width: 800px) {
  .cid-vkgbURr2zh .left-side {
    padding: 30px 20px;
  }
  .cid-vkgbURr2zh .width {
    width: 100%;
  }
}
@media (max-width: 690px) {
  .cid-vkgbURr2zh .left-side {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-vkgbURr2zh .mbr-text,
.cid-vkgbURr2zh .lin {
  text-align: left;
}
.cid-vkgc0dOyhB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkgc0dOyhB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgc0dOyhB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkgc0dOyhB .content-wrap {
  margin: 0 -10px;
}
.cid-vkgc0dOyhB .content-wrap .card {
  padding: 0 10px;
}
.cid-vkgc0dOyhB .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vkgc0dOyhB .border-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vkgc0dOyhB .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vkgc0dOyhB .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vkgc0dOyhB .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vkgc0dOyhB .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vkgc0dOyhB .title-wrapper .title-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vkgc0dOyhB .title-wrapper .title-wrap {
    margin-bottom: 24px;
  }
}
.cid-vkgc0dOyhB .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vkgc0dOyhB .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vkgc0dOyhB .panel-group .card {
  position: relative;
  padding: 24px 0;
  background-color: transparent;
  overflow: hidden;
  border-radius: 0 !important;
  border-bottom: 1px solid #e7e8e1;
}
.cid-vkgc0dOyhB .panel-group .card:first-child {
  border-top: 1px solid #e7e8e1;
}
.cid-vkgc0dOyhB .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vkgc0dOyhB .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  transition: all 0.5s ease-in-out;
}
.cid-vkgc0dOyhB .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vkgc0dOyhB .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 28px;
  transition: all 0.3s ease-in-out;
  color: #222f30;
}
.cid-vkgc0dOyhB .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vkgc0dOyhB .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vkgc0dOyhB .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-vkgc0dOyhB .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vkgc0dOyhB .mbr-label {
  color: #222f30;
}
.cid-vkgc0dOyhB .mbr-section-title {
  color: #222f30;
}
.cid-vkgc0dOyhB .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vkgc0dOyhB .panel-title-edit {
  color: #222f30;
}
.cid-vkgc0dOyhB .panel-text {
  color: #4f595a;
}
.cid-vkgcenmUdK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkgcenmUdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgcenmUdK .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-vkgcenmUdK .mt-5 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1400px) {
  .cid-vkgcenmUdK .col-lg-3 {
    flex: 0 0 auto;
    width: 20%;
  }
}
.cid-vkgcenmUdK .card {
  background: #f4f3ec;
  padding: 2rem;
  border-radius: 3rem;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-vkgcenmUdK .card {
    padding: 1rem;
  }
}
.cid-vkgcenmUdK .image-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-vkgcenmUdK .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vkgcjE9vS2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkgcjE9vS2 .left-side {
  text-align: left;
}
.cid-vkgcjE9vS2 .row {
  align-items: center;
}
.cid-vkgcjE9vS2 .row {
  flex-direction: row-reverse;
}
.cid-vkgcjE9vS2 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 30px;
  font-weight: 600;
}
.cid-vkgcjE9vS2 .mbr-section-title {
  margin-bottom: 30px;
  color: #000000;
}
.cid-vkgcjE9vS2 .mbr-iconfont {
  margin: auto;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  transition: .2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  padding-right: 11px;
}
.cid-vkgcjE9vS2 .icon-wrapper {
  display: inline;
}
.cid-vkgcjE9vS2 .lin {
  display: inline;
  margin-left: 12px;
}
.cid-vkgcjE9vS2 a {
  font-weight: 500;
  transition: color .3s;
}
@media (max-width: 770px) {
  .cid-vkgcjE9vS2 .left-side {
    margin-top: 30px;
  }
}
.cid-vkgcjE9vS2 .icon-wrapper:hover .mbr-iconfont {
  transform: scale(1.1);
  transition: .3s;
}
.cid-vkgcsXS6xa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vkgcsXS6xa .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vkgcsXS6xa .mbr-section-title {
  margin-bottom: 30px;
  font-weight: 600;
}
.cid-vkgcsXS6xa textarea,
.cid-vkgcsXS6xa input {
  padding: 16px;
  margin-bottom: 30px;
  border: 1px solid #e9e9e9 !important;
  box-shadow: none;
  background-color: rgba(214, 214, 214, 0.15);
  border-radius: 2px;
}
.cid-vkgcsXS6xa .form-control:hover {
  border: 1px solid #e9e9e9 !important;
  box-shadow: none;
}
.cid-vkgcsXS6xa .form-control:focus {
  border: 1px solid #e9e9e9 !important;
  background-color: rgba(214, 214, 214, 0.15);
  box-shadow: none;
}
.cid-vkgcsXS6xa .btn {
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 500;
  border-radius: 3px;
}
.cid-vkgcsXS6xa .form-group {
  margin-bottom: 0px;
}
.cid-vkgczPuzKE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-vkgczPuzKE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgczPuzKE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkgczPuzKE .google-map iframe {
  width: 100%;
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-vkgczPuzKE .google-map iframe {
    height: 350px;
  }
}
.cid-vkgczPuzKE .border-wrap {
  width: 100%;
  padding-bottom: 48px;
  border-bottom: 1px solid #d1d1d1;
}
@media (max-width: 992px) {
  .cid-vkgczPuzKE .border-wrap {
    padding-bottom: 20px;
  }
}
.cid-vkgcDEzZkp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-color: #1d2024;
}
.cid-vkgcDEzZkp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgcDEzZkp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkgcDEzZkp .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vkgcDEzZkp .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-vkgcDEzZkp .item {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vkgcDEzZkp .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkgcDEzZkp .item .item-wrapper .item-title {
  padding-bottom: 24px;
  border-bottom: 1px solid #454545;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vkgcDEzZkp .item .item-wrapper .item-title {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.cid-vkgcDEzZkp .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vkgcDEzZkp .mbr-section-title {
  color: #ffffff;
}
.cid-vkgcDEzZkp .item-title {
  color: #ffffff;
}
.cid-vkgcDEzZkp .item-text {
  color: #dbdbd3;
}
.cid-vkgcKM5WyV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d2024;
}
.cid-vkgcKM5WyV .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-vkgcWrANeG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vkgcWrANeG nav.navbar {
  position: fixed;
}
.cid-vkgcWrANeG .container-fluid {
  padding-left: 96px;
  padding-right: 96px;
}
@media (max-width: 1440px) {
  .cid-vkgcWrANeG .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vkgcWrANeG .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vkgcWrANeG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkgcWrANeG .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vkgcWrANeG .dropdown-item {
  border: none !important;
  background: #f1f1f1 !important;
  font-weight: 300;
}
.cid-vkgcWrANeG .dropdown-item:hover,
.cid-vkgcWrANeG .dropdown-item:focus {
  background: #f1f1f1 !important;
  color: #1f1f1f !important;
}
.cid-vkgcWrANeG .dropdown-item:hover span {
  color: white;
}
.cid-vkgcWrANeG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkgcWrANeG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkgcWrANeG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkgcWrANeG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vkgcWrANeG .nav-link {
  position: relative;
}
.cid-vkgcWrANeG .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vkgcWrANeG .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vkgcWrANeG .container {
    max-width: 1100px;
  }
}
.cid-vkgcWrANeG .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vkgcWrANeG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vkgcWrANeG .dropdown-menu,
.cid-vkgcWrANeG .navbar.opened {
  background: #f1f1f1 !important;
}
.cid-vkgcWrANeG .nav-item:focus,
.cid-vkgcWrANeG .nav-link:focus {
  outline: none;
}
.cid-vkgcWrANeG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkgcWrANeG .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vkgcWrANeG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkgcWrANeG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkgcWrANeG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkgcWrANeG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkgcWrANeG .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f1f1f1;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vkgcWrANeG .navbar.opened {
  transition: all 0.3s;
}
.cid-vkgcWrANeG .navbar .dropdown-item {
  padding: 8px 2rem 8px 10px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vkgcWrANeG .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vkgcWrANeG .navbar .navbar-logo img {
  width: auto;
}
.cid-vkgcWrANeG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkgcWrANeG .navbar.collapsed {
  justify-content: center;
}
.cid-vkgcWrANeG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkgcWrANeG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkgcWrANeG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.5rem);
  }
}
.cid-vkgcWrANeG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vkgcWrANeG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: -0.4rem;
}
.cid-vkgcWrANeG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vkgcWrANeG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkgcWrANeG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkgcWrANeG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkgcWrANeG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkgcWrANeG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkgcWrANeG .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vkgcWrANeG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    text-align: center;
  }
  .cid-vkgcWrANeG .navbar .dropdown-menu .dropdown-item:after {
    right: -0.4rem;
  }
  .cid-vkgcWrANeG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vkgcWrANeG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkgcWrANeG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkgcWrANeG .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    display: inline-block;
  }
  .cid-vkgcWrANeG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vkgcWrANeG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkgcWrANeG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkgcWrANeG .navbar.navbar-short {
  min-height: 77px;
}
.cid-vkgcWrANeG .navbar.navbar-short .navbar-brand {
  min-height: 77px;
}
.cid-vkgcWrANeG .navbar-brand {
  min-height: 77px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vkgcWrANeG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-vkgcWrANeG .navbar-brand .navbar-caption:hover,
.cid-vkgcWrANeG .navbar-brand .navbar-caption:focus {
  color: #1f1f1f !important;
}
.cid-vkgcWrANeG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkgcWrANeG .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vkgcWrANeG .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #1f1f1f !important;
}
.cid-vkgcWrANeG .dropdown-item.active,
.cid-vkgcWrANeG .dropdown-item:active {
  background-color: transparent;
}
.cid-vkgcWrANeG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkgcWrANeG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkgcWrANeG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkgcWrANeG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1f1f1;
  top: 2.4rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vkgcWrANeG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vkgcWrANeG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vkgcWrANeG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkgcWrANeG ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vkgcWrANeG ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-vkgcWrANeG .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vkgcWrANeG .navbar-buttons {
    text-align: left;
  }
}
.cid-vkgcWrANeG .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vkgcWrANeG .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vkgcWrANeG button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 77px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #f1f1f1 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vkgcWrANeG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1f1f;
}
.cid-vkgcWrANeG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vkgcWrANeG button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vkgcWrANeG button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vkgcWrANeG button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vkgcWrANeG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkgcWrANeG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkgcWrANeG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkgcWrANeG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkgcWrANeG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vkgcWrANeG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkgcWrANeG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vkgcWrANeG .navbar {
    height: 70px;
  }
  .cid-vkgcWrANeG .navbar.opened {
    height: auto;
  }
  .cid-vkgcWrANeG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkgcWrANeG .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vkgcWrANeG .nav-item .nav-link {
  padding: 0 !important;
  margin: 8px 15px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vkgcWrANeG .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vkgcWrANeG .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #1f1f1f;
  transition: all 0.3s ease-in-out;
}
.cid-vkgcWrANeG .nav-item .nav-link:hover {
  background-color: transparent;
  color: #1f1f1f;
}
.cid-vkgcWrANeG .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vkgcWrANeG .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-vkgcWrANeG .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vkgcWrANeG .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vkgcWrANeG .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vkgcWrANeG .navbar {
    justify-content: flex-start !important;
  }
  .cid-vkgcWrANeG .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vkgcWrANeG .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vkgcWrANeG .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vkgcWrANeG .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vkgcWrANeG .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vkgcWrANeG .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vkgcWrANeG .content-wrap {
  min-height: 77px;
}
.cid-vkgcWrANeG .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vkgcWrANeG .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vkgdc46T2j {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkgdc46T2j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgdc46T2j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkgdc46T2j .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
}
.cid-vkgdc46T2j .mbr-section-title {
  color: #000000;
}
.cid-vkgcKM5WyV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d2024;
}
.cid-vkgcKM5WyV .media-container-row .mbr-text {
  color: #fdfde1;
}
