body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-4 {
  font-family: 'Be Vietnam';
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-7 {
  font-family: 'Be Vietnam';
  font-size: 1.1rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.81rem !important;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1.2rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #e27438 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #4b9b86 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e27438 !important;
  border-color: #e27438 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b3501a !important;
  border-color: #b3501a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b3501a !important;
  border-color: #b3501a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #274056 !important;
  border-color: #274056 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0f1921 !important;
  border-color: #0f1921 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0f1921 !important;
  border-color: #0f1921 !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: #4b9b86 !important;
  border-color: #4b9b86 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #326759 !important;
  border-color: #326759 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #326759 !important;
  border-color: #326759 !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: #333333 !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: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #e27438;
  color: #e27438;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e27438;
  border-color: #e27438;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e27438 !important;
  border-color: #e27438 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #274056;
  color: #274056;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #274056;
  border-color: #274056;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #274056 !important;
  border-color: #274056 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.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: #f7ed4a;
  color: #f7ed4a;
}
.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: #4b9b86;
  color: #4b9b86;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #4b9b86;
  border-color: #4b9b86;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4b9b86 !important;
  border-color: #4b9b86 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.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: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.text-primary {
  color: #e27438 !important;
}
.text-secondary {
  color: #274056 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #4b9b86 !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: #efb291 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #47749c !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #87c5b5 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #4b9b86;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e27438;
  border-color: #e27438;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e27438;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcf0ea;
}
.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: #98cdbf;
}
.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;
}
blockquote {
  border-color: #e27438;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e27438;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e27438;
  border-bottom-color: #e27438;
}
.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: #e27438 !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: #274056 !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='%23e27438' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vjkwWOjYOm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vjkwWOjYOm .show .link,
.cid-vjkwWOjYOm .show .mbr-iconfont,
.cid-vjkwWOjYOm .show .phone {
  color: #ffffff !important;
}
.cid-vjkwWOjYOm .opened .navbar-caption {
  color: #ffffff !important;
}
.cid-vjkwWOjYOm .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-vjkwWOjYOm .phone {
  padding-left: 4rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vjkwWOjYOm .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-vjkwWOjYOm .container {
  flex-wrap: nowrap;
}
.cid-vjkwWOjYOm nav.navbar {
  position: fixed;
}
.cid-vjkwWOjYOm .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-vjkwWOjYOm .dropdown-menu {
  padding: 1rem 0;
}
.cid-vjkwWOjYOm .dropdown-item {
  color: #ffffff !important;
}
.cid-vjkwWOjYOm .dropdown-item span {
  color: #ffffff !important;
}
.cid-vjkwWOjYOm .dropdown-item:hover,
.cid-vjkwWOjYOm .dropdown-item:focus {
  color: #e27438 !important;
}
.cid-vjkwWOjYOm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjkwWOjYOm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjkwWOjYOm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjkwWOjYOm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjkwWOjYOm .nav-link {
  position: relative;
}
.cid-vjkwWOjYOm .container {
  display: flex;
  margin: auto;
}
.cid-vjkwWOjYOm .center {
  text-align: center;
}
.cid-vjkwWOjYOm .iconfont-wrapper {
  color: #f4f4f4 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjkwWOjYOm .dropdown-menu,
.cid-vjkwWOjYOm .navbar.opened {
  background: #223546 !important;
}
.cid-vjkwWOjYOm .nav-item:focus,
.cid-vjkwWOjYOm .nav-link:focus {
  outline: none;
}
.cid-vjkwWOjYOm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjkwWOjYOm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjkwWOjYOm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjkwWOjYOm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjkwWOjYOm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjkwWOjYOm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjkwWOjYOm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #223546;
}
.cid-vjkwWOjYOm .navbar.opened {
  transition: all 0.3s;
}
.cid-vjkwWOjYOm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjkwWOjYOm .navbar .navbar-logo img {
  width: auto;
}
.cid-vjkwWOjYOm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjkwWOjYOm .navbar.collapsed {
  justify-content: center;
}
.cid-vjkwWOjYOm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjkwWOjYOm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vjkwWOjYOm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjkwWOjYOm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjkwWOjYOm .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-vjkwWOjYOm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjkwWOjYOm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjkwWOjYOm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjkwWOjYOm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjkwWOjYOm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjkwWOjYOm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjkwWOjYOm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjkwWOjYOm .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-vjkwWOjYOm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjkwWOjYOm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjkwWOjYOm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjkwWOjYOm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjkwWOjYOm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjkwWOjYOm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjkwWOjYOm .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjkwWOjYOm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjkwWOjYOm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjkwWOjYOm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjkwWOjYOm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjkwWOjYOm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjkwWOjYOm .dropdown-item.active,
.cid-vjkwWOjYOm .dropdown-item:active {
  background-color: transparent;
}
.cid-vjkwWOjYOm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjkwWOjYOm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjkwWOjYOm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjkwWOjYOm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #223546;
}
.cid-vjkwWOjYOm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjkwWOjYOm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjkwWOjYOm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjkwWOjYOm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjkwWOjYOm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjkwWOjYOm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f4f4f4;
}
.cid-vjkwWOjYOm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjkwWOjYOm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjkwWOjYOm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjkwWOjYOm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjkwWOjYOm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjkwWOjYOm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjkwWOjYOm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjkwWOjYOm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjkwWOjYOm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjkwWOjYOm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjkwWOjYOm .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-vjkwWOjYOm .navbar {
    height: 70px;
  }
  .cid-vjkwWOjYOm .navbar.opened {
    height: auto;
  }
  .cid-vjkwWOjYOm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rT67oJHr2E {
  padding-top: 210px;
  padding-bottom: 210px;
  background-image: url("../../../assets/images/header.webp");
  background-position: 80% 20%;
}
.cid-rT67oJHr2E H2 {
  color: #ffffff;
}
.cid-rT67oJHr2E .row {
  justify-content: flex-start;
}
.cid-rT67oJHr2E H1 {
  color: #ffffff;
  text-align: justify;
}
.cid-rT67oJHr2E .mbr-text,
.cid-rT67oJHr2E .mbr-section-btn {
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-rT67oJHr2E .container {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rT67oJHr2E .mbr-overlay {
    opacity: 0.7!important;
  }
}
.cid-vjkuFCeBDM {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vjkuFCeBDM img {
  width: 80%;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
}
.cid-vjkuFCeBDM .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #200960;
}
.cid-vjkuFCeBDM .card-phone:hover {
  color: #e27438;
}
.cid-vjkuFCeBDM .mbr-text,
.cid-vjkuFCeBDM .mbr-section-btn {
  color: #848484;
}
.cid-vjkuFCeBDM .card-title,
.cid-vjkuFCeBDM .card-box {
  color: #274056;
}
@media (max-width: 992px) {
  .cid-vjkuFCeBDM .img-col {
    margin-bottom: 3rem;
  }
}
.cid-vjkuFCeBDM .mbr-section-subtitle {
  color: #d58f76;
}
.cid-vjkuFCeBDM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjkuFCeBDM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjO0ZcQN34 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f4f4f4;
}
.cid-vjO0ZcQN34 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjO0ZcQN34 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vjO0ZcQN34 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjO0ZcQN34 .row {
  flex-direction: row-reverse;
}
.cid-vjO0ZcQN34 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vjO0ZcQN34 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vjO0ZcQN34 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vjO0ZcQN34 .mbr-section-title {
  color: #274056;
}
.cid-vjO0ZcQN34 .mbr-text,
.cid-vjO0ZcQN34 .mbr-section-btn {
  color: #999999;
  line-height: 155% !important;
  text-align: left;
}
.cid-vjO4bGfOgY {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #203446;
}
.cid-vjO4bGfOgY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vjO4bGfOgY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjO4bGfOgY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjO4bGfOgY .mbr-section-title {
  color: #f4f4f4;
}
.cid-vjO4bGfOgY .mbr-text,
.cid-vjO4bGfOgY .mbr-section-btn {
  color: #f4f4f4;
}
.cid-vjO7DP70pg.popup-builder {
  background-color: #ffffff;
}
.cid-vjO7DP70pg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vjO7DP70pg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-vjO7DP70pg .modal-content,
.cid-vjO7DP70pg .modal-dialog {
  height: auto;
}
.cid-vjO7DP70pg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vjO7DP70pg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vjO7DP70pg .form-wrapper .mbr-form .form-group,
  .cid-vjO7DP70pg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vjO7DP70pg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vjO7DP70pg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vjO7DP70pg .mbr-text {
  text-align: center;
}
.cid-vjO7DP70pg .pt-0 {
  padding-top: 0 !important;
}
.cid-vjO7DP70pg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vjO7DP70pg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vjO7DP70pg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vjO7DP70pg .modal-open {
  overflow: hidden;
}
.cid-vjO7DP70pg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vjO7DP70pg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vjO7DP70pg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-vjO7DP70pg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vjO7DP70pg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vjO7DP70pg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vjO7DP70pg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vjO7DP70pg .modal-content {
  background: #223546;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-vjO7DP70pg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vjO7DP70pg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vjO7DP70pg .modal-backdrop.fade {
  opacity: 0;
}
.cid-vjO7DP70pg .modal-backdrop.show {
  opacity: .5;
}
.cid-vjO7DP70pg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vjO7DP70pg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vjO7DP70pg .modal-header {
    padding: 1rem;
  }
}
.cid-vjO7DP70pg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vjO7DP70pg .modal-header .close svg {
  fill: #ffffff;
}
.cid-vjO7DP70pg .modal-header .close:hover {
  opacity: 1;
}
.cid-vjO7DP70pg .modal-header .close:focus {
  outline: none;
}
.cid-vjO7DP70pg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vjO7DP70pg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vjO7DP70pg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjO7DP70pg .modal-body {
    padding: 1rem;
  }
}
.cid-vjO7DP70pg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vjO7DP70pg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjO7DP70pg .modal-footer {
    padding: 1rem;
  }
}
.cid-vjO7DP70pg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vjO7DP70pg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vjO7DP70pg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vjO7DP70pg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vjO7DP70pg .modal-lg,
  .cid-vjO7DP70pg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vjO7DP70pg .modal-xl {
    max-width: 1140px;
  }
}
.cid-vjO7DP70pg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vjO7DP70pg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vjO7DP70pg .form-group {
  margin-bottom: 1rem;
}
.cid-vjO7DP70pg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vjO7DP70pg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vjO7DP70pg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vjO7DP70pg .mbr-section-btn {
  margin: 0;
}
.cid-vjO7DP70pg .mbr-section-btn .btn {
  margin: 0;
}
.cid-vjCvEmAQvX {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #192733;
}
.cid-vjCvEmAQvX .mbr-section-title {
  color: #f4f4f4;
}
.cid-vjCvEmAQvX .mbr-section-subtitle {
  color: #d58f76;
}
.cid-vjCvEmAQvX img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-vjCvEmAQvX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjCvEmAQvX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjCvEmAQvX .mbr-text,
.cid-vjCvEmAQvX .mbr-section-btn {
  color: #f4f4f4;
}
.cid-rT67xpUbpj {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #192733;
}
.cid-rT67xpUbpj .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff;
  margin-right: 1.5rem;
  width: 100px;
  height: 100px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #aeddc2;
  margin: auto;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-rT67xpUbpj .card-wrapper {
    padding: 0 3rem;
  }
}
.cid-rT67xpUbpj .card {
  border-radius: 0;
  width: 100%;
}
.cid-rT67xpUbpj .card1 {
  border-right: 1px solid #f9f9f9;
}
.cid-rT67xpUbpj h4 {
  margin: 0;
}
.cid-rT67xpUbpj .card-text {
  color: #f7f7f7;
}
.cid-rT67xpUbpj .mbr-text {
  color: #200960;
}
@media (max-width: 991px) {
  .cid-rT67xpUbpj .card {
    border: 0px;
    margin-bottom: 2rem;
  }
}
.cid-rT67xpUbpj .mbr-section-subtitle {
  color: #f4f4f4;
}
.cid-vjOrznram2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e27438;
}
.cid-vjOrznram2 .mbr-text {
  color: #FFFFFF;
}
