body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', 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: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #f9c301 !important;
}
.bg-success {
  background-color: #9b8e66 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #a17d04 !important;
}
.bg-danger {
  background-color: #e4d295 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f9c301 !important;
  border-color: #f9c301 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ad8701 !important;
  border-color: #ad8701 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ad8701 !important;
  border-color: #ad8701 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success,
.btn-success:active {
  background-color: #9b8e66 !important;
  border-color: #9b8e66 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #6d6447 !important;
  border-color: #6d6447 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6d6447 !important;
  border-color: #6d6447 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a17d04 !important;
  border-color: #a17d04 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #564302 !important;
  border-color: #564302 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #564302 !important;
  border-color: #564302 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e4d295 !important;
  border-color: #e4d295 !important;
  color: #615119 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !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: #937301;
  color: #937301;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #f9c301;
  border-color: #f9c301;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f9c301 !important;
  border-color: #f9c301 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5e563d;
  color: #5e563d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #9b8e66;
  border-color: #9b8e66;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9b8e66 !important;
  border-color: #9b8e66 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #3d3002;
  color: #3d3002;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #a17d04;
  border-color: #a17d04;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a17d04 !important;
  border-color: #a17d04 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #cfaf44;
  color: #cfaf44;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #615119;
  background-color: #e4d295;
  border-color: #e4d295;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #615119 !important;
  background-color: #e4d295 !important;
  border-color: #e4d295 !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: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !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: #f9c301 !important;
}
.text-secondary {
  color: #232323 !important;
}
.text-success {
  color: #9b8e66 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #a17d04 !important;
}
.text-danger {
  color: #e4d295 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #937301 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5e563d !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #3d3002 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cfaf44 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #a17d04;
}
.alert-danger {
  background-color: #e4d295;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f9c301;
  border-color: #f9c301;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f9c301;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff3c7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cdc7b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #faca2b;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
blockquote {
  border-color: #f9c301;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #f9c301 !important;
  -webkit-box-shadow: 0 6px 16px 0 #f9c301 !important;
  background-color: #f9c301 !important;
  border-color: #f9c301 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #232323 !important;
  -webkit-box-shadow: 0 6px 16px 0 #232323 !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #9b8e66 !important;
  -webkit-box-shadow: 0 6px 16px 0 #9b8e66 !important;
  background-color: #9b8e66 !important;
  border-color: #9b8e66 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f9c301;
  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-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f9c301;
  border-bottom-color: #f9c301;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f9c301 !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: #232323 !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='%23f9c301' %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-taJl3n6HWM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-taJl3n6HWM .nav-item:focus,
.cid-taJl3n6HWM .nav-link:focus {
  outline: none;
}
.cid-taJl3n6HWM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-taJl3n6HWM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taJl3n6HWM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-taJl3n6HWM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-taJl3n6HWM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taJl3n6HWM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taJl3n6HWM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #383535;
  background: none;
}
.cid-taJl3n6HWM .navbar.opened {
  transition: all .3s;
  background: #383535 !important;
}
.cid-taJl3n6HWM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-taJl3n6HWM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-taJl3n6HWM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taJl3n6HWM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taJl3n6HWM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-taJl3n6HWM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-taJl3n6HWM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taJl3n6HWM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taJl3n6HWM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-taJl3n6HWM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taJl3n6HWM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-taJl3n6HWM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-taJl3n6HWM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taJl3n6HWM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taJl3n6HWM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-taJl3n6HWM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taJl3n6HWM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taJl3n6HWM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-taJl3n6HWM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-taJl3n6HWM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taJl3n6HWM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taJl3n6HWM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-taJl3n6HWM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-taJl3n6HWM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-taJl3n6HWM .navbar.navbar-short {
  background: #383535 !important;
  min-height: 60px;
}
.cid-taJl3n6HWM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-taJl3n6HWM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-taJl3n6HWM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-taJl3n6HWM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taJl3n6HWM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taJl3n6HWM .dropdown-item.active,
.cid-taJl3n6HWM .dropdown-item:active {
  background-color: transparent;
}
.cid-taJl3n6HWM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taJl3n6HWM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taJl3n6HWM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taJl3n6HWM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #383535;
}
.cid-taJl3n6HWM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taJl3n6HWM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taJl3n6HWM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-taJl3n6HWM .navbar-buttons {
  text-align: center;
}
.cid-taJl3n6HWM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-taJl3n6HWM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c69d0a;
}
.cid-taJl3n6HWM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-taJl3n6HWM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-taJl3n6HWM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-taJl3n6HWM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-taJl3n6HWM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-taJl3n6HWM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-taJl3n6HWM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-taJl3n6HWM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-taJl3n6HWM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-taJl3n6HWM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-taJl3n6HWM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-taJl3n6HWM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-taJl3n6HWM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-taJl3n6HWM .navbar {
    height: 77px;
  }
  .cid-taJl3n6HWM .navbar.opened {
    height: auto;
  }
  .cid-taJl3n6HWM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t9ZDPm0r34 {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/s-1-1600x769.png");
}
.cid-t9ZDPm0r34 .mbr-text,
.cid-t9ZDPm0r34 .mbr-section-btn {
  text-align: right;
}
.cid-t9ZDPm0r34 H1 {
  text-align: right;
}
.cid-t9ZFNLjtU6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f9e9b2;
}
.cid-t9ZFNLjtU6 H1 {
  color: #383535;
}
.cid-t9ZFNLjtU6 .mbr-text,
.cid-t9ZFNLjtU6 .mbr-section-btn {
  color: #383535;
}
.cid-taIS3RRoNA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/w-1600x900.png");
}
.cid-taIS3RRoNA .progress {
  width: 100%;
}
.cid-taIS3RRoNA .mbr-flex {
  display: flex;
}
.cid-taIS3RRoNA .col-lg-6 {
  padding: 0;
  margin: auto;
}
.cid-taIS3RRoNA .text {
  max-width: 460px;
  margin: auto;
}
.cid-taIS3RRoNA progress {
  height: 6px;
}
.cid-taIS3RRoNA .mbr-section-subtitle {
  color: #767676;
}
.cid-taIS3RRoNA .progress_value {
  position: relative;
}
.cid-taIS3RRoNA .progress_elements {
  margin: 0 auto;
}
.cid-taIS3RRoNA .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-taIS3RRoNA .progress1 .progressbar-number:before,
.cid-taIS3RRoNA .progress2 .progressbar-number:before,
.cid-taIS3RRoNA .progress3 .progressbar-number:before,
.cid-taIS3RRoNA .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-taIS3RRoNA progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-taIS3RRoNA .progress1 progress::-webkit-progress-value {
  background: #b1a374;
}
.cid-taIS3RRoNA .progress2 progress::-webkit-progress-value {
  background: #a17d04;
}
.cid-taIS3RRoNA .progress3 progress::-webkit-progress-value {
  background: #ff8a73;
}
.cid-taIS3RRoNA .progress4 progress::-webkit-progress-value {
  background: #bfceff;
}
.cid-taIS3RRoNA .progress1 .progressbar-number:before {
  content: '700';
}
.cid-taIS3RRoNA .progress2 .progressbar-number:before {
  content: '500';
}
.cid-taIS3RRoNA .progress3 .progressbar-number:before {
  content: '78';
}
.cid-taIS3RRoNA .progress4 .progressbar-number:before {
  content: '73';
}
.cid-taIS3RRoNA .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-taIS3RRoNA .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-taIS3RRoNA .progress_value span {
  padding-left: 30px;
}
.cid-taIS3RRoNA .mbr-section-title {
  color: #383535;
}
.cid-taIS3RRoNA .progressbar-title p,
.cid-taIS3RRoNA .progress_value {
  color: #57468b;
}
.cid-taIS3RRoNA p {
  margin-bottom: 0.5rem;
}
.cid-taIS3RRoNA img {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-taIS3RRoNA .order {
    order: 2;
  }
  .cid-taIS3RRoNA .text {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-taIS3RRoNA img {
    width: 100%;
  }
  .cid-taIS3RRoNA .col-lg-6 {
    padding: 1rem;
  }
}
.cid-taIS3RRoNA H1 {
  color: #383535;
}
.cid-tcJECqmUMz {
  background-image: url("../../../assets/images/video-1357x772.png");
}
.cid-tcJECqmUMz .icon-wrap {
  background-color: #9b8e66 !important;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tcJECqmUMz .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-tcJECqmUMz .icon-wrap span {
  padding-left: 8px;
}
.cid-tcJECqmUMz .mbr-media span {
  font-size: 40px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tcJECqmUMz .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tcJECqmUMz .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tcJECqmUMz .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tcJECqmUMz .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tcJECqmUMz a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tcJECqmUMz a.close:hover {
  color: #ffffff;
}
.cid-t9ZGB2ixLU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9e9b2;
}
.cid-t9ZGB2ixLU .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-t9ZGB2ixLU h4 {
  text-align: center;
}
.cid-t9ZGB2ixLU p {
  text-align: center;
}
.cid-t9ZGB2ixLU .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-t9ZGB2ixLU .mbr-iconfont {
  transition: all 0.3s;
  color: #383535 !important;
  font-size: 6rem !important;
}
.cid-t9ZGB2ixLU .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-t9ZGB2ixLU .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-t9ZGB2ixLU .card:hover .mbr-iconfont {
  color: #a17d04 !important;
}
.cid-t9ZGB2ixLU .card-title,
.cid-t9ZGB2ixLU .card-img {
  color: #383535;
}
.cid-t9ZGB2ixLU .card-img {
  width: auto;
}
@media (max-width: 576px) {
  .cid-t9ZGB2ixLU .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-t9ZGB2ixLU .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-taY5A53RjO {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f2f6ff;
}
.cid-taY5A53RjO H1 {
  color: #232323;
}
.cid-taY5A53RjO .mbr-text,
.cid-taY5A53RjO .mbr-section-btn {
  color: #232323;
}
.cid-taY5A53RjO img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-taY5A53RjO img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-taJ0ssPACL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-taJ0ssPACL H1 {
  color: #383535;
}
.cid-taJ0ssPACL .mbr-text,
.cid-taJ0ssPACL .mbr-section-btn {
  color: #232323;
}
.cid-taJ0ssPACL H3 {
  color: #716c80;
}
.cid-ta0gMOuoO4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ta0gMOuoO4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ta0gMOuoO4 .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-ta0gMOuoO4 .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-ta0gMOuoO4 .btn-primary-outline:active {
  color: gray;
}
.cid-ta0gMOuoO4 .btn-primary-outline:hover {
  color: white;
}
.cid-ta0gMOuoO4 div {
  overflow: hidden;
}
.cid-ta0gMOuoO4 li.active .btn-primary-outline {
  color: white;
}
.cid-ta0gMOuoO4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ta0gMOuoO4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ta0gMOuoO4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ta0gMOuoO4 .mbr-gallery-item {
  overflow: hidden;
}
.cid-ta0gMOuoO4 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-ta0gMOuoO4 .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-ta0gMOuoO4 .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-ta0gMOuoO4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ta0gMOuoO4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ta0gMOuoO4 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-ta0gMOuoO4 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ta0gMOuoO4 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-taIV3E2VIs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/w-1600x900.png");
  position: relative;
  overflow: hidden;
}
.cid-taIV3E2VIs .container {
  max-width: 1400px;
}
.cid-taIV3E2VIs svg {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1.9, 1.3);
}
.cid-taIV3E2VIs #e1_ellipse {
  fill: #f9e9b2 !important;
}
.cid-taIV3E2VIs .mbr-text {
  color: #465052;
}
.cid-taIV3E2VIs .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-taIV3E2VIs .card-img .img1 {
  background-color: #9b8e66;
}
.cid-taIV3E2VIs .card-img .img2 {
  background-color: #a17d04;
}
.cid-taIV3E2VIs .card-img .img3 {
  background-color: #ff8a73;
}
.cid-taIV3E2VIs .card-img .img4 {
  background-color: #bfceff;
}
.cid-taIV3E2VIs .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-taIV3E2VIs .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-taIV3E2VIs .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
  background-color: #ffffff;
}
.cid-taIV3E2VIs .card-title,
.cid-taIV3E2VIs .card-img {
  color: #57468b;
}
.cid-taIV3E2VIs img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-taIV3E2VIs img {
    margin-bottom: 3rem;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-taIV3E2VIs .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem!important;
  }
  .cid-taIV3E2VIs .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-taIV3E2VIs .card:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-taIV3E2VIs .card-img span {
    margin-right: 0rem;
  }
  .cid-taIV3E2VIs svg {
    top: -9rem;
  }
}
.cid-taIV3E2VIs .card-img {
  width: auto;
}
.cid-taIV3E2VIs H1 {
  text-align: center;
  color: #383535;
}
.cid-taIV3E2VIs .card-title {
  color: #383535;
}
.cid-t9ZGFRziOb {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/w-1600x900.png");
}
.cid-t9ZGFRziOb H1 {
  color: #383535;
}
.cid-t9ZGFRziOb .mbr-text,
.cid-t9ZGFRziOb .mbr-section-btn {
  color: #232323;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-t9ZGFRziOb img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-t9ZGFRziOb img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-t9ZGFRziOb H3 {
  color: #716c80;
}
.cid-taJaB520Zz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9e9b2;
}
.cid-taJaB520Zz .column-wrapper {
  padding-left: 1.5rem;
}
.cid-taJaB520Zz .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-taJaB520Zz .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-taJaB520Zz .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #383535;
}
.cid-taJaB520Zz .mbr-text,
.cid-taJaB520Zz .mbr-section-btn {
  text-align: left;
  color: #383535;
}
@media (max-width: 767px) {
  .cid-taJaB520Zz .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t9ZGLlAwoW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-t9ZGLlAwoW .container {
  max-width: 1400px;
}
.cid-t9ZGLlAwoW .card-img2 span {
  padding-top: 6px;
}
.cid-t9ZGLlAwoW .soc-item a {
  padding-top: 5px;
}
.cid-t9ZGLlAwoW .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t9ZGLlAwoW .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-t9ZGLlAwoW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t9ZGLlAwoW .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #343351;
}
.cid-t9ZGLlAwoW .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t9ZGLlAwoW .card-img2 {
  width: 45px;
  height: 45px;
  background: #a17d04;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t9ZGLlAwoW .soc-item {
  width: 45px;
  height: 45px;
  background: #a17d04;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t9ZGLlAwoW .soc-item span {
  font-size: 1.4rem;
}
.cid-t9ZGLlAwoW .soc-item:hover span {
  color: #f9c301 !important;
}
.cid-t9ZGLlAwoW .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t9ZGLlAwoW .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t9ZGLlAwoW .media-wrap {
  margin-bottom: 1rem;
}
.cid-t9ZGLlAwoW .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t9ZGLlAwoW img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-t9ZGLlAwoW .item {
    justify-content: center;
  }
  .cid-t9ZGLlAwoW .quote::after {
    left: 60px;
  }
}
.cid-t9ZGLlAwoW .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t9ZGLlAwoW .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t9ZGLlAwoW .text1 {
  color: #232323;
}
.cid-t9ZGLlAwoW .item-title {
  color: #232323;
}
.cid-t9ZGLlAwoW H5 {
  color: #232323;
}
.cid-t9ZGLlAwoW .theme {
  color: #465052;
}
.cid-t9ZGLlAwoW .copyright > p {
  color: #ff3366;
}
.cid-t9ZGLlAwoW .text2 {
  color: #465052;
}
.cid-t9ZGLlAwoW .card-img {
  width: auto;
}
.cid-txmXyIolUM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-txmXyIolUM H1 {
  color: #57468b;
}
.cid-txmXyIolUM .mbr-text,
.cid-txmXyIolUM .mbr-section-btn {
  color: #8c7525;
}
