@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,300i,400,400i,600,600i,700,700i&display=swap);




body {
  font-family: Josefin Sans;
}
.display-1 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2.25rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.6rem;
}
.display-4 {
  font-family: 'AlishaderDemo';
  font-size: 2.5rem;
}
.display-4 > .mbr-iconfont {
  font-size: 4rem;
}
.display-5 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.8rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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.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-2 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #f9e2af !important;
}
.bg-success {
  background-color: #98e38d !important;
}
.bg-info {
  background-color: #3ab34a !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #f9e2af !important;
  border-color: #f9e2af !important;
  color: #9d700c !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #9d700c !important;
  background-color: #f4c868 !important;
  border-color: #f4c868 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #9d700c !important;
  background-color: #f4c868 !important;
  border-color: #f4c868 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f67d20 !important;
  border-color: #f67d20 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #c25908 !important;
  border-color: #c25908 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c25908 !important;
  border-color: #c25908 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #3ab34a !important;
  border-color: #3ab34a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #277932 !important;
  border-color: #277932 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #277932 !important;
  border-color: #277932 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #98e38d !important;
  border-color: #98e38d !important;
  color: #1f5b16 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #1f5b16 !important;
  background-color: #61d450 !important;
  border-color: #61d450 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #1f5b16 !important;
  background-color: #61d450 !important;
  border-color: #61d450 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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,
.btn-primary-outline.active {
  background: none;
  border-color: #f2c050;
  color: #f2c050;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #9d700c;
  background-color: #f9e2af;
  border-color: #f9e2af;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #9d700c !important;
  background-color: #f9e2af !important;
  border-color: #f9e2af !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #a94d07;
  color: #a94d07;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #f67d20;
  border-color: #f67d20;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f67d20 !important;
  border-color: #f67d20 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #21662a;
  color: #21662a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #3ab34a;
  border-color: #3ab34a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3ab34a !important;
  border-color: #3ab34a !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #4ecf3b;
  color: #4ecf3b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #1f5b16;
  background-color: #98e38d;
  border-color: #98e38d;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #1f5b16 !important;
  background-color: #98e38d !important;
  border-color: #98e38d !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #111111;
  color: #111111;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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: #f9e2af !important;
}
.text-secondary {
  color: #f67d20 !important;
}
.text-success {
  color: #98e38d !important;
}
.text-info {
  color: #3ab34a !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f2c050 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #a94d07 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #4ecf3b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #21662a !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !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: #98e38d;
}
.alert-info {
  background-color: #3ab34a;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.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: #f9e2af;
  border-color: #f9e2af;
  color: #b5810e;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f9e2af;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #91db9b;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  border: 2px solid #ffbc00;
}
#scrollToTop a i:before {
  background: #ffbc00;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffbc00;
  border-right: 2px solid #ffbc00;
}
.mbr-arrow a i {
  color: #ffbc00;
}
.form-control {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #f9e2af;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f9e2af;
  color: #000000;
}
.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 {
  border-radius: 0;
  background-color: #efefef;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f9e2af;
  border-bottom-color: #f9e2af;
}
.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: #f9e2af !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f67d20 !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='%23f9e2af' %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-rKtzB8LRZt .nav-item:focus,
.cid-rKtzB8LRZt .nav-link:focus {
  outline: none;
}
.cid-rKtzB8LRZt .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-rKtzB8LRZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rKtzB8LRZt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rKtzB8LRZt .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-rKtzB8LRZt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rKtzB8LRZt .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rKtzB8LRZt .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rKtzB8LRZt .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rKtzB8LRZt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rKtzB8LRZt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rKtzB8LRZt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rKtzB8LRZt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rKtzB8LRZt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rKtzB8LRZt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rKtzB8LRZt .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-rKtzB8LRZt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rKtzB8LRZt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rKtzB8LRZt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rKtzB8LRZt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rKtzB8LRZt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rKtzB8LRZt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rKtzB8LRZt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rKtzB8LRZt .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-rKtzB8LRZt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rKtzB8LRZt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rKtzB8LRZt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rKtzB8LRZt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rKtzB8LRZt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rKtzB8LRZt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rKtzB8LRZt .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rKtzB8LRZt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rKtzB8LRZt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rKtzB8LRZt .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-rKtzB8LRZt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rKtzB8LRZt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rKtzB8LRZt .dropdown-item.active,
.cid-rKtzB8LRZt .dropdown-item:active {
  background-color: transparent;
}
.cid-rKtzB8LRZt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rKtzB8LRZt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rKtzB8LRZt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rKtzB8LRZt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rKtzB8LRZt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rKtzB8LRZt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rKtzB8LRZt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rKtzB8LRZt .navbar-buttons {
  text-align: center;
}
.cid-rKtzB8LRZt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rKtzB8LRZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rKtzB8LRZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rKtzB8LRZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rKtzB8LRZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rKtzB8LRZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rKtzB8LRZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKtzB8LRZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rKtzB8LRZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rKtzB8LRZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKtzB8LRZt .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rKtzB8LRZt a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rKtzB8LRZt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rKtzB8LRZt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rKtzB8LRZt .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-rKtzB8LRZt .nav-link:hover,
.cid-rKtzB8LRZt .dropdown-item:hover,
.cid-rKtzB8LRZt .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rKtzB8LRZt .navbar {
    height: 77px;
  }
  .cid-rKtzB8LRZt .navbar.opened {
    height: auto;
  }
}
.cid-rySxeqNRA6 .modal-body .close {
  background: #1b1b1b;
}
.cid-rySxeqNRA6 .modal-body .close span {
  font-style: normal;
}
.cid-rySxeqNRA6 .carousel-inner > .active,
.cid-rySxeqNRA6 .carousel-inner > .next,
.cid-rySxeqNRA6 .carousel-inner > .prev {
  display: table;
}
.cid-rySxeqNRA6 .carousel-control .icon-next,
.cid-rySxeqNRA6 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rySxeqNRA6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rySxeqNRA6 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rySxeqNRA6 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rySxeqNRA6 .boxed-slider > div {
  position: relative;
}
.cid-rySxeqNRA6 .container img {
  width: 100%;
}
.cid-rySxeqNRA6 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rySxeqNRA6 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rySxeqNRA6 .mbr-table-cell {
  padding: 0;
}
.cid-rySxeqNRA6 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rySxeqNRA6 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rySxeqNRA6 .mbr-overlay {
  z-index: 1;
}
.cid-rySxeqNRA6 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rySxeqNRA6 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rySxeqNRA6 .carousel-item .container {
    width: 100%;
  }
}
.cid-rySxeqNRA6 .carousel-item-next.carousel-item-left,
.cid-rySxeqNRA6 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rySxeqNRA6 .active.carousel-item-right,
.cid-rySxeqNRA6 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rySxeqNRA6 .active.carousel-item-left,
.cid-rySxeqNRA6 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rySxeqNRA6 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-rySxeqNRA6 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rySxeqNRA6 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rySxeqNRA6 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rySxeqNRA6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rySxeqNRA6 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rySxeqNRA6 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rySxeqNRA6 .mbr-slider .carousel-indicators li.active,
.cid-rySxeqNRA6 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rySxeqNRA6 .mbr-slider .carousel-indicators li::after,
.cid-rySxeqNRA6 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rySxeqNRA6 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rySxeqNRA6 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rySxeqNRA6 .mbr-slider > .container img {
  width: 100%;
}
.cid-rySxeqNRA6 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rySxeqNRA6 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rySxeqNRA6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rySxeqNRA6 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rySxeqNRA6 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rySxeqNRA6 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rySxeqNRA6 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rySxeqNRA6 .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-rySxeqNRA6 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rySxeqNRA6 .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rySxeqNRA6 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rySxeqNRA6 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rySxeqNRA6 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rySxeqNRA6 P {
  color: #73d964;
}
.cid-r9dwBXHWXO {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-r9dwBXHWXO .mbr-text {
  position: relative;
}
.cid-r9dwBXHWXO .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-r9dwBXHWXO .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-r9dwBXHWXO .mbr-text:after,
  .cid-r9dwBXHWXO .mbr-text:before {
    display: none;
  }
}
.cid-rySvy6uGVm {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/img-5934-2000x596.jpg");
}
.cid-rySvy6uGVm .card-wrapper {
  z-index: 3;
}
.cid-rySvy6uGVm .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-rySvy6uGVm:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-rySvy6uGVm .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rySvy6uGVm .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-rySvy6uGVm .text-block {
  text-align: right !important;
}
.cid-ryjNtDvig7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fff3ea;
}
.cid-ryjNtDvig7 .mbr-text {
  color: #444444;
}
.cid-ryjNtDvig7 .card-title {
  color: #f9e2af;
}
.cid-ryjNtDvig7 .card .card-img span {
  color: #000000;
  font-size: 60px;
}
@media (max-width: 767px) {
  .cid-ryjNtDvig7 .card {
    padding-bottom: 2rem !important;
  }
}
.cid-ryjNtDvig7 .card-title,
.cid-ryjNtDvig7 .card-img {
  color: #866039;
}
.cid-r9dwhaRdB0 {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-r9dwhaRdB0 .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
}
.cid-r9dwhaRdB0 .text-block {
  position: relative;
  z-index: 0;
}
.cid-r9dwhaRdB0 .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-r9dwhaRdB0 .box {
  left: 20%;
}
.cid-r9dwhaRdB0 .text-box {
  left: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.cid-r9dwhaRdB0 .mbr-section-text,
.cid-r9dwhaRdB0 .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-r9dwhaRdB0 .text-box {
    display: none;
  }
  .cid-r9dwhaRdB0 .mbr-section-title,
  .cid-r9dwhaRdB0 .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-r9dwhaRdB0 .box {
    display: none;
  }
  .cid-r9dwhaRdB0 .row {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
  .cid-r9dwhaRdB0 .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-r9dwhaRdB0 .text-box {
    writing-mode: bt-rl;
  }
}
.cid-r9dwhaRdB0 .mbr-section-title {
  color: #f67d20;
}
.cid-rwFPSAwVeG {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rwFPSAwVeG .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
}
.cid-rwFPSAwVeG .text-block {
  position: relative;
  z-index: 0;
}
.cid-rwFPSAwVeG .box {
  width: 25%;
  height: 40%;
  background: #fff3ea;
  position: absolute;
  top: 4%;
}
.cid-rwFPSAwVeG .box {
  left: 20%;
}
.cid-rwFPSAwVeG .text-box {
  left: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.cid-rwFPSAwVeG .mbr-section-text,
.cid-rwFPSAwVeG .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-rwFPSAwVeG .text-box {
    display: none;
  }
  .cid-rwFPSAwVeG .mbr-section-title,
  .cid-rwFPSAwVeG .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rwFPSAwVeG .box {
    display: none;
  }
  .cid-rwFPSAwVeG .row {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
  .cid-rwFPSAwVeG .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rwFPSAwVeG .text-box {
    writing-mode: bt-rl;
  }
}
.cid-rwFQxCAkmj {
  padding-top: 30px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rwFQxCAkmj .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
}
.cid-rwFQxCAkmj .text-block {
  position: relative;
  z-index: 0;
}
.cid-rwFQxCAkmj .box {
  width: 25%;
  height: 40%;
  background: #e0f8ff;
  position: absolute;
  top: 4%;
}
.cid-rwFQxCAkmj .box {
  left: 20%;
}
.cid-rwFQxCAkmj .text-box {
  left: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.cid-rwFQxCAkmj .mbr-section-text,
.cid-rwFQxCAkmj .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-rwFQxCAkmj .text-box {
    display: none;
  }
  .cid-rwFQxCAkmj .mbr-section-title,
  .cid-rwFQxCAkmj .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rwFQxCAkmj .box {
    display: none;
  }
  .cid-rwFQxCAkmj .row {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
  .cid-rwFQxCAkmj .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rwFQxCAkmj .text-box {
    writing-mode: bt-rl;
  }
}
.cid-rIcxgxyVdd {
  padding-top: 195px;
  padding-bottom: 210px;
  background-image: url("../../../assets/images/img-5951-2000x1500.jpg");
}
.cid-rIcxgxyVdd .ico {
  position: absolute;
  right: 30px;
  top: 12px;
  z-index: 100;
}
.cid-rIcxgxyVdd .ico span {
  font-size: 1.5rem;
  color: #656565;
}
.cid-rIcxgxyVdd .relative {
  position: relative;
}
.cid-rIcxgxyVdd .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rIcxgxyVdd .jq-selectbox__trigger-arrow {
  display: none;
}
.cid-rIcxgxyVdd .jq-selectbox__select {
  padding: 10px 25px;
  min-height: 20px;
  height: 100%;
}
.cid-rIcxgxyVdd .form-control {
  min-height: 49px;
  padding: 0;
}
.cid-rIcxgxyVdd .form-group {
  text-align: left;
  border: 0px solid #CCC;
  border-radius: 5px;
}
.cid-rIcxgxyVdd .jq-selectbox li.selected {
  background-color: #7e1d2c;
}
.cid-rIcxgxyVdd .jq-selectbox li:hover {
  background-color: #7e1d2c;
}
.cid-rIcxgxyVdd .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #7e1d2c;
}
.cid-rIcxgxyVdd .mbr-iconfont-btn {
  margin: 0;
}
.cid-rIcxgxyVdd .jq-selectbox__dropdown {
  top: 45px!important;
}
.cid-rIcxgxyVdd input.form-control {
  padding: 10px 25px;
  min-height: 49px;
}
.cid-rIcxgxyVdd input.form-control:focus {
  outline: none;
  box-shadow: 0;
}
.cid-rIcxgxyVdd input.form-control:active {
  outline: none;
  box-shadow: 0;
}
.cid-rIcxgxyVdd .input-group-btn .btn {
  margin: 0!important;
  border-radius: 5px;
  height: 49px;
  display: block;
  width: 100%;
}
.cid-rIcxgxyVdd .input-group-btn {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-rIcxgxyVdd .form-group {
    margin-bottom: 2rem;
  }
  .cid-rIcxgxyVdd .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-rIcxgxyVdd .input-group-btn {
    margin: auto;
  }
}
.cid-rIcxgxyVdd .mbr-section-title {
  text-align: center;
}
.cid-rIcxgxyVdd .mbr-section-sub-title {
  color: #ececec;
  text-align: center;
}
.cid-r9dx0vP0rH {
  background-image: url("../../../assets/images/img-5946-2000x1500.jpg");
}
.cid-r9dx0vP0rH H3 {
  text-align: right;
  color: #ffffff;
}
.cid-r9dx0vP0rH .mbr-section-title,
.cid-r9dx0vP0rH .ornament {
  text-align: right;
  color: #ffffff;
}
.cid-r9dx0vP0rH .mbr-text,
.cid-r9dx0vP0rH .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-r9dE58QOkz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-5968-2000x1500.jpg");
}
.cid-r9dE58QOkz .row {
  justify-content: flex-end;
  align-items: stretch;
  -webkit-justify-content: flex-end;
  -webkit-align-items: stretch;
}
.cid-r9dE58QOkz .content-panel {
  padding: 3rem;
  background-color: #444444;
}
@media (min-width: 767px) {
  .cid-r9dE58QOkz .text-block {
    padding-right: 0;
  }
}
.cid-r9dE58QOkz .google-map {
  width: 100%;
  height: 30rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-r9dE58QOkz .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-r9dE58QOkz .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-r9dE58QOkz .google-map .place-card {
  margin-left: 40px !important;
}
.cid-rySRKrdWMd {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rySRKrdWMd .mbr-text {
  position: relative;
}
.cid-rySRKrdWMd .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-rySRKrdWMd .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-rySRKrdWMd .mbr-text:after,
  .cid-rySRKrdWMd .mbr-text:before {
    display: none;
  }
}
.cid-r9dEeDPczn {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-r9dEeDPczn *:focus {
  outline: none;
}
.cid-r9dEeDPczn .input-wrap {
  padding-bottom: 2rem;
}
.cid-r9dEeDPczn .input-wrap input {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
  color: #000000;
  border-radius: 0;
}
.cid-r9dEeDPczn textarea {
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
  background: transparent;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 1px;
  color: #000000;
}
.cid-r9dEeDPczn textarea:focus {
  color: #000000;
}
.cid-r9dEeDPczn ::-webkit-input-placeholder {
  color: #000000;
}
.cid-r9dEeDPczn ::-moz-placeholder {
  color: #000000;
}
.cid-r9dEeDPczn :-ms-input-placeholder {
  color: #000000;
}
.cid-r9dEeDPczn :-moz-placeholder {
  color: #000000;
}
.cid-r9dEeDPczn .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-r9dEeDPczn .soc-item .socicon {
  font-size: 1.5rem;
  color: #000000;
  opacity: 1;
}
.cid-r9dEeDPczn .soc-item .socicon:hover {
  opacity: .5;
}
.cid-r9dEeDPczn .form-control:focus {
  border: none;
  border-bottom: 2px solid;
  border-bottom-color: #000000;
  background: transparent;
}
.cid-r9dEeDPczn .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-r9dEeDPczn .first-column,
  .cid-r9dEeDPczn .form-1 {
    text-align: center;
  }
}
.cid-rySTsXH4am {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rySTsXH4am .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rySTnPzShW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-5555-2000x1500.jpg");
}
.cid-rySTnPzShW .row {
  justify-content: flex-end;
  align-items: stretch;
  -webkit-justify-content: flex-end;
  -webkit-align-items: stretch;
}
.cid-rySTnPzShW .content-panel {
  padding: 3rem;
  background-color: #444444;
}
@media (min-width: 767px) {
  .cid-rySTnPzShW .text-block {
    padding-right: 0;
  }
}
.cid-rySTnPzShW .google-map {
  width: 100%;
  height: 30rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-rySTnPzShW .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-rySTnPzShW .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-rySTnPzShW .google-map .place-card {
  margin-left: 40px !important;
}
.cid-rySTn5RV9U {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rySTn5RV9U .mbr-text {
  position: relative;
}
.cid-rySTn5RV9U .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-rySTn5RV9U .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-rySTn5RV9U .mbr-text:after,
  .cid-rySTn5RV9U .mbr-text:before {
    display: none;
  }
}
.cid-rySTeAnQCz {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rySTeAnQCz *:focus {
  outline: none;
}
.cid-rySTeAnQCz .input-wrap {
  padding-bottom: 2rem;
}
.cid-rySTeAnQCz .input-wrap input {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
  color: #000000;
  border-radius: 0;
}
.cid-rySTeAnQCz textarea {
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
  background: transparent;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 1px;
  color: #000000;
}
.cid-rySTeAnQCz textarea:focus {
  color: #000000;
}
.cid-rySTeAnQCz ::-webkit-input-placeholder {
  color: #000000;
}
.cid-rySTeAnQCz ::-moz-placeholder {
  color: #000000;
}
.cid-rySTeAnQCz :-ms-input-placeholder {
  color: #000000;
}
.cid-rySTeAnQCz :-moz-placeholder {
  color: #000000;
}
.cid-rySTeAnQCz .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-rySTeAnQCz .soc-item .socicon {
  font-size: 1.5rem;
  color: #000000;
  opacity: 1;
}
.cid-rySTeAnQCz .soc-item .socicon:hover {
  opacity: .5;
}
.cid-rySTeAnQCz .form-control:focus {
  border: none;
  border-bottom: 2px solid;
  border-bottom-color: #000000;
  background: transparent;
}
.cid-rySTeAnQCz .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-rySTeAnQCz .first-column,
  .cid-rySTeAnQCz .form-1 {
    text-align: center;
  }
}
.cid-rKtzB8LRZt .nav-item:focus,
.cid-rKtzB8LRZt .nav-link:focus {
  outline: none;
}
.cid-rKtzB8LRZt .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-rKtzB8LRZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rKtzB8LRZt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rKtzB8LRZt .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-rKtzB8LRZt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rKtzB8LRZt .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rKtzB8LRZt .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rKtzB8LRZt .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rKtzB8LRZt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rKtzB8LRZt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rKtzB8LRZt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rKtzB8LRZt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rKtzB8LRZt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rKtzB8LRZt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rKtzB8LRZt .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-rKtzB8LRZt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rKtzB8LRZt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rKtzB8LRZt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rKtzB8LRZt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rKtzB8LRZt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rKtzB8LRZt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rKtzB8LRZt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rKtzB8LRZt .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-rKtzB8LRZt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rKtzB8LRZt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rKtzB8LRZt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rKtzB8LRZt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rKtzB8LRZt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rKtzB8LRZt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rKtzB8LRZt .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rKtzB8LRZt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rKtzB8LRZt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rKtzB8LRZt .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-rKtzB8LRZt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rKtzB8LRZt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rKtzB8LRZt .dropdown-item.active,
.cid-rKtzB8LRZt .dropdown-item:active {
  background-color: transparent;
}
.cid-rKtzB8LRZt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rKtzB8LRZt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rKtzB8LRZt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rKtzB8LRZt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rKtzB8LRZt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rKtzB8LRZt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rKtzB8LRZt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rKtzB8LRZt .navbar-buttons {
  text-align: center;
}
.cid-rKtzB8LRZt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rKtzB8LRZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rKtzB8LRZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rKtzB8LRZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rKtzB8LRZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rKtzB8LRZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rKtzB8LRZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKtzB8LRZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rKtzB8LRZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rKtzB8LRZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKtzB8LRZt .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rKtzB8LRZt a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rKtzB8LRZt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rKtzB8LRZt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rKtzB8LRZt .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-rKtzB8LRZt .nav-link:hover,
.cid-rKtzB8LRZt .dropdown-item:hover,
.cid-rKtzB8LRZt .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rKtzB8LRZt .navbar {
    height: 77px;
  }
  .cid-rKtzB8LRZt .navbar.opened {
    height: auto;
  }
}
.cid-rz29mzgnWU {
  padding-top: 225px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1277.jpg");
}
.cid-rz29mzgnWU .card-wrapper {
  z-index: 3;
}
.cid-rz29mzgnWU .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-rz29mzgnWU:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-rz29mzgnWU .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rz29mzgnWU .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-rz29mzgnWU .text-block {
  text-align: right !important;
}
.cid-rz29mzgnWU H2 {
  text-align: center;
}
.cid-rz28SmsTwB {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rz28SmsTwB h3 {
  text-align: center;
}
.cid-rz28SmsTwB .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rz28SmsTwB .mbr-content-text {
  color: #767676;
}
.cid-rz28SmsTwB .panel-item {
  background: #ffffff;
}
.cid-rz28SmsTwB .card {
  word-wrap: break-word;
}
.cid-rz28SmsTwB .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rz28SmsTwB .mbr-section-title {
  color: #f67d20;
}
.cid-rz29Ll7MeL {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/img-5543-2000x1500.jpg");
}
.cid-rz29Ll7MeL .card-wrapper {
  z-index: 3;
}
.cid-rz29Ll7MeL .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-rz29Ll7MeL:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-rz29Ll7MeL .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rz29Ll7MeL .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-rz29Ll7MeL .text-block {
  text-align: right !important;
}
.cid-rz29Ll7MeL H2 {
  text-align: center;
}
.cid-rz29ynJOGN {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rz29ynJOGN .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-rz29ynJOGN .card {
  margin-bottom: 2rem;
  owerflow: hidden;
  max-height: 250px;
}
.cid-rz29ynJOGN .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-rz29ynJOGN .card:hover .card-wrapper:before {
  opacity: 0.8;
  background: #f67d20;
}
.cid-rz29ynJOGN .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-rz29ynJOGN .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-rz29ynJOGN .big {
  margin-top: -25%;
}
.cid-rz29ynJOGN .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-rz29ynJOGN .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rz29ynJOGN .mbr-section-title {
  color: #656565;
  text-align: center;
}
.cid-rz29ynJOGN .card-sub-title {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-rz29ynJOGN .small {
    margin-top: -25%;
  }
}
.cid-rz29ynJOGN .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rz28AqAteY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-5555-2000x1500.jpg");
}
.cid-rz28AqAteY .row {
  justify-content: flex-end;
  align-items: stretch;
  -webkit-justify-content: flex-end;
  -webkit-align-items: stretch;
}
.cid-rz28AqAteY .content-panel {
  padding: 3rem;
  background-color: #444444;
}
@media (min-width: 767px) {
  .cid-rz28AqAteY .text-block {
    padding-right: 0;
  }
}
.cid-rz28AqAteY .google-map {
  width: 100%;
  height: 30rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-rz28AqAteY .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-rz28AqAteY .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-rz28AqAteY .google-map .place-card {
  margin-left: 40px !important;
}
.cid-rz28zc51Z3 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rz28zc51Z3 .mbr-text {
  position: relative;
}
.cid-rz28zc51Z3 .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-rz28zc51Z3 .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-rz28zc51Z3 .mbr-text:after,
  .cid-rz28zc51Z3 .mbr-text:before {
    display: none;
  }
}
.cid-rz28yazGCv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rz28yazGCv *:focus {
  outline: none;
}
.cid-rz28yazGCv .input-wrap {
  padding-bottom: 2rem;
}
.cid-rz28yazGCv .input-wrap input {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
  color: #000000;
  border-radius: 0;
}
.cid-rz28yazGCv textarea {
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
  background: transparent;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 1px;
  color: #000000;
}
.cid-rz28yazGCv textarea:focus {
  color: #000000;
}
.cid-rz28yazGCv ::-webkit-input-placeholder {
  color: #000000;
}
.cid-rz28yazGCv ::-moz-placeholder {
  color: #000000;
}
.cid-rz28yazGCv :-ms-input-placeholder {
  color: #000000;
}
.cid-rz28yazGCv :-moz-placeholder {
  color: #000000;
}
.cid-rz28yazGCv .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-rz28yazGCv .soc-item .socicon {
  font-size: 1.5rem;
  color: #000000;
  opacity: 1;
}
.cid-rz28yazGCv .soc-item .socicon:hover {
  opacity: .5;
}
.cid-rz28yazGCv .form-control:focus {
  border: none;
  border-bottom: 2px solid;
  border-bottom-color: #000000;
  background: transparent;
}
.cid-rz28yazGCv .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-rz28yazGCv .first-column,
  .cid-rz28yazGCv .form-1 {
    text-align: center;
  }
}
.cid-rKtzB8LRZt .nav-item:focus,
.cid-rKtzB8LRZt .nav-link:focus {
  outline: none;
}
.cid-rKtzB8LRZt .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-rKtzB8LRZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rKtzB8LRZt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rKtzB8LRZt .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-rKtzB8LRZt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rKtzB8LRZt .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rKtzB8LRZt .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rKtzB8LRZt .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rKtzB8LRZt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rKtzB8LRZt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rKtzB8LRZt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rKtzB8LRZt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rKtzB8LRZt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rKtzB8LRZt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rKtzB8LRZt .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-rKtzB8LRZt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rKtzB8LRZt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rKtzB8LRZt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rKtzB8LRZt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rKtzB8LRZt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rKtzB8LRZt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rKtzB8LRZt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rKtzB8LRZt .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-rKtzB8LRZt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rKtzB8LRZt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rKtzB8LRZt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rKtzB8LRZt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rKtzB8LRZt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rKtzB8LRZt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rKtzB8LRZt .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rKtzB8LRZt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rKtzB8LRZt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rKtzB8LRZt .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-rKtzB8LRZt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rKtzB8LRZt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rKtzB8LRZt .dropdown-item.active,
.cid-rKtzB8LRZt .dropdown-item:active {
  background-color: transparent;
}
.cid-rKtzB8LRZt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rKtzB8LRZt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rKtzB8LRZt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rKtzB8LRZt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rKtzB8LRZt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rKtzB8LRZt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rKtzB8LRZt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rKtzB8LRZt .navbar-buttons {
  text-align: center;
}
.cid-rKtzB8LRZt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rKtzB8LRZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rKtzB8LRZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rKtzB8LRZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rKtzB8LRZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rKtzB8LRZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rKtzB8LRZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKtzB8LRZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rKtzB8LRZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rKtzB8LRZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKtzB8LRZt .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rKtzB8LRZt a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rKtzB8LRZt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rKtzB8LRZt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rKtzB8LRZt .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-rKtzB8LRZt .nav-link:hover,
.cid-rKtzB8LRZt .dropdown-item:hover,
.cid-rKtzB8LRZt .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rKtzB8LRZt .navbar {
    height: 77px;
  }
  .cid-rKtzB8LRZt .navbar.opened {
    height: auto;
  }
}
