@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,300i,400,400i,600,600i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Cormorant+Upright:300,400,500,600,700);





body {
  font-family: Josefin Sans;
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.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: 'Cormorant Upright', serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Cormorant Upright', serif;
  font-size: 1.8rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Cormorant Upright', serif;
  font-size: 1.3rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- 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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .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 {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn-sm {
  font-weight: 600;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #f9e2af !important;
}
.bg-success {
  background-color: #98e38d !important;
}
.bg-info {
  background-color: #69b9d0 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #f9e2af;
  border-color: #f9e2af;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #f4c868;
  border-color: #f4c868;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f4c868 !important;
  border-color: #f4c868 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f5aeb5;
  border-color: #f5aeb5;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff;
  background-color: #ed6a77;
  border-color: #ed6a77;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ed6a77 !important;
  border-color: #ed6a77 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #69b9d0;
  border-color: #69b9d0;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #3898b4;
  border-color: #3898b4;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3898b4 !important;
  border-color: #3898b4 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #98e38d;
  border-color: #98e38d;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #61d450;
  border-color: #61d450;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #61d450 !important;
  border-color: #61d450 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1;
  border-color: #c1c1c1;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}
.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;
  border-color: #444444;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}
.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;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #ffffff;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
}
.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: #ffffff;
  background-color: #f9e2af;
  border-color: #f9e2af;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f9e2af !important;
  border-color: #f9e2af !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #ea5362;
  color: #ea5362;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #f5aeb5;
  border-color: #f5aeb5;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f5aeb5 !important;
  border-color: #f5aeb5 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #3288a1;
  color: #3288a1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #69b9d0;
  border-color: #69b9d0;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #69b9d0 !important;
  border-color: #69b9d0 !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: #ffffff;
  background-color: #98e38d;
  border-color: #98e38d;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !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: #f5aeb5 !important;
}
.text-success {
  color: #98e38d !important;
}
.text-info {
  color: #69b9d0 !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: #ea5362 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #4ecf3b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3288a1 !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: #69b9d0;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f9e2af;
  border-color: #f9e2af;
  color: #b5810e;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
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: #ffffff;
}
.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 {
  opacity: 0 !important;
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow {
  background-color: transparent;
  opacity: .7;
  transition: .3s;
  text-align: center;
  width: auto;
}
.mbr-arrow:hover {
  opacity: 1;
}
.mbr-arrow a {
  display: block;
}
.mbr-arrow a i {
  color: #ffbc00;
  top: auto !important;
  left: auto !important;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Cormorant Upright', serif;
  font-size: 1.3rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #f9e2af;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #f9e2af;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #f9e2af;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.cid-qBkcPOeRCx .nav-item:focus,
.cid-qBkcPOeRCx .nav-link:focus {
  outline: none;
}
.cid-qBkcPOeRCx .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-qBkcPOeRCx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBkcPOeRCx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qBkcPOeRCx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-qBkcPOeRCx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qBkcPOeRCx .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qBkcPOeRCx .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qBkcPOeRCx .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qBkcPOeRCx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qBkcPOeRCx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qBkcPOeRCx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qBkcPOeRCx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qBkcPOeRCx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qBkcPOeRCx .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-qBkcPOeRCx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qBkcPOeRCx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qBkcPOeRCx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qBkcPOeRCx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qBkcPOeRCx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qBkcPOeRCx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qBkcPOeRCx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qBkcPOeRCx .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-qBkcPOeRCx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qBkcPOeRCx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qBkcPOeRCx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qBkcPOeRCx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qBkcPOeRCx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qBkcPOeRCx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qBkcPOeRCx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qBkcPOeRCx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qBkcPOeRCx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qBkcPOeRCx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qBkcPOeRCx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qBkcPOeRCx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qBkcPOeRCx .dropdown-item.active,
.cid-qBkcPOeRCx .dropdown-item:active {
  background-color: transparent;
}
.cid-qBkcPOeRCx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qBkcPOeRCx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qBkcPOeRCx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qBkcPOeRCx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qBkcPOeRCx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qBkcPOeRCx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBkcPOeRCx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qBkcPOeRCx .navbar-buttons {
  text-align: center;
}
.cid-qBkcPOeRCx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBkcPOeRCx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBkcPOeRCx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBkcPOeRCx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBkcPOeRCx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBkcPOeRCx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qBkcPOeRCx a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qBkcPOeRCx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qBkcPOeRCx .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qBkcPOeRCx .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qBkcPOeRCx .navbar {
    height: 77px;
  }
  .cid-qBkcPOeRCx .navbar.opened {
    height: auto;
  }
}
.cid-qBjBohTWgP {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-qBvvr1WN8m {
  background: #ffffff;
  background: linear-gradient(135deg, #ffffff, #69b9d0);
}
.cid-qBvvr1WN8m .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-qBvvr1WN8m .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-qBvvr1WN8m .image-block {
    width: 100% !important;
  }
}
.cid-qBjE3Yj88L {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qBjE3Yj88L .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBjE3Yj88L .content-block .mbr-text {
  margin: 0;
}
.cid-qBjE3Yj88L .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBjE3Yj88L .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBjE3Yj88L .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBjE3Yj88L .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBjE3Yj88L .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBjE3Yj88L h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBjEkRCbwU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qBjEkRCbwU .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBjEkRCbwU .content-block .mbr-text {
  margin: 0;
}
.cid-qBjEkRCbwU .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBjEkRCbwU .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBjEkRCbwU .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBjEkRCbwU .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBjEkRCbwU .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBjEkRCbwU h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBjEloeQzV {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qBjEloeQzV .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBjEloeQzV .content-block .mbr-text {
  margin: 0;
}
.cid-qBjEloeQzV .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBjEloeQzV .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBjEloeQzV .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBjEloeQzV .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBjEloeQzV .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBjEloeQzV h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBjH8gA2JS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qBjH0hswAh {
  padding-top: 45px;
  padding-bottom: 0px;
  background: #f9f9f9;
}
.cid-qBjH0hswAh .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-qBjH0hswAh .video-block {
    width: 100% !important;
  }
}
.cid-qBksIu2bRj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-qBkJtLMaoT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qBkJtLMaoT .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-qBkJtLMaoT .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qBkJtLMaoT .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-qBkJtLMaoT .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qBkJtLMaoT .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qBkJtLMaoT .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-qBkJtLMaoT .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qBkJtLMaoT .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-qBkJtLMaoT .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-qBjIvLyVjJ {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-qBjIvLyVjJ .mbr-overlay {
  background: #232323;
}
.cid-qBjIvLyVjJ .mbr-section-title {
  letter-spacing: .5rem;
}
.cid-qBjIFaOltZ {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-qBjJyLtBdk {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-qBjJyLtBdk .btn-wrapper {
  width: 100%;
}
.cid-qBjJyLtBdk .mbr-media.show-modal {
  cursor: pointer;
  display: block;
  height: 4em;
  width: 4em;
  margin: 0 auto;
}
.cid-qBjJyLtBdk .mbr-text {
  display: inline-block;
  padding: 0 1rem;
}
.cid-qBjJyLtBdk .subtitle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qBjJyLtBdk .subtitle-wrapper hr {
  border: 1px solid;
  flex-basis: 10%;
  flex-shrink: 0;
}
.cid-qBjJyLtBdk .line-left,
.cid-qBjJyLtBdk .line-right {
  display: inline-block;
  width: 80px;
  height: 3px;
  background-color: #fff;
}
.cid-qBjJyLtBdk .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-qBjJyLtBdk .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-qBjJyLtBdk .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-qBjJyLtBdk a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-qBjJyLtBdk a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qBjJyLtBdk .subtitle-wrapper hr {
    display: none;
  }
}
.cid-qBjJBRtwAb {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-qBjJBRtwAb .mbr-overlay {
  background: #232323;
}
.cid-qBjJBRtwAb .mbr-section-title {
  letter-spacing: .5rem;
}
.cid-qBjJzvcIlf {
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-qBjJzvcIlf .form-block {
  background: #444444;
  padding: 2rem;
  outline: 1px dashed #ffda73;
  outline-offset: -15px;
}
.cid-qBjJzvcIlf .mbr-section-title {
  margin: 0;
}
.cid-qBjJzvcIlf .row {
  justify-content: space-between;
  align-items: center;
}
.cid-qBjJzvcIlf .input-wrap {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-qBjJzvcIlf .input-wrap input {
  border: 1px solid #ddd;
  width: 100%;
  padding: .5rem 1rem;
}
.cid-qBjJzvcIlf .mbr-section-btn .btn {
  margin-left: 4px !important;
}
.cid-qBjJzvcIlf .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-qBjJzvcIlf .text-element {
    padding-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qBjJzvcIlf .form-block {
    border: 1px dashed #ffda73;
    outline: 15px solid #444444;
  }
}
.cid-qBl3OzKZDp {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qBl3OzKZDp .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBl3OzKZDp .content-block .mbr-text {
  margin: 0;
}
.cid-qBl3OzKZDp .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl3OzKZDp .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl3OzKZDp .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl3OzKZDp .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl3OzKZDp .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl3OzKZDp h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBl3PtPLDj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qBl3PtPLDj .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBl3PtPLDj .content-block .mbr-text {
  margin: 0;
}
.cid-qBl3PtPLDj .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl3PtPLDj .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl3PtPLDj .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl3PtPLDj .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl3PtPLDj .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl3PtPLDj h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBl3Q0rcQF {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qBl3Q0rcQF .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBl3Q0rcQF .content-block .mbr-text {
  margin: 0;
}
.cid-qBl3Q0rcQF .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl3Q0rcQF .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl3Q0rcQF .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl3Q0rcQF .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl3Q0rcQF .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl3Q0rcQF h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBkjKPZi6j .nav-item:focus,
.cid-qBkjKPZi6j .nav-link:focus {
  outline: none;
}
.cid-qBkjKPZi6j .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-qBkjKPZi6j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBkjKPZi6j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qBkjKPZi6j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-qBkjKPZi6j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qBkjKPZi6j .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qBkjKPZi6j .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qBkjKPZi6j .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qBkjKPZi6j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qBkjKPZi6j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qBkjKPZi6j .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qBkjKPZi6j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qBkjKPZi6j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qBkjKPZi6j .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-qBkjKPZi6j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qBkjKPZi6j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qBkjKPZi6j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qBkjKPZi6j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qBkjKPZi6j .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qBkjKPZi6j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qBkjKPZi6j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qBkjKPZi6j .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-qBkjKPZi6j .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qBkjKPZi6j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qBkjKPZi6j .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qBkjKPZi6j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qBkjKPZi6j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qBkjKPZi6j .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qBkjKPZi6j .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qBkjKPZi6j .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qBkjKPZi6j .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qBkjKPZi6j .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qBkjKPZi6j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qBkjKPZi6j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qBkjKPZi6j .dropdown-item.active,
.cid-qBkjKPZi6j .dropdown-item:active {
  background-color: transparent;
}
.cid-qBkjKPZi6j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qBkjKPZi6j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qBkjKPZi6j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qBkjKPZi6j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qBkjKPZi6j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qBkjKPZi6j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBkjKPZi6j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qBkjKPZi6j .navbar-buttons {
  text-align: center;
}
.cid-qBkjKPZi6j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qBkjKPZi6j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qBkjKPZi6j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBkjKPZi6j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBkjKPZi6j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBkjKPZi6j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBkjKPZi6j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBkjKPZi6j nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBkjKPZi6j nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBkjKPZi6j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBkjKPZi6j .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qBkjKPZi6j a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qBkjKPZi6j .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qBkjKPZi6j .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qBkjKPZi6j .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qBkjKPZi6j .navbar {
    height: 77px;
  }
  .cid-qBkjKPZi6j .navbar.opened {
    height: auto;
  }
}
.cid-qBkKdD9mTm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qBkKdD9mTm .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-qBkKdD9mTm .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qBkKdD9mTm .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-qBkKdD9mTm .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qBkKdD9mTm .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qBkKdD9mTm .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-qBkKdD9mTm .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qBkKdD9mTm .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-qBkKdD9mTm .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-qBjJVSDLcO {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/hans-vivek-368747-2000x3008.jpg");
}
.cid-qBjJVSDLcO .mbr-overlay {
  background: #232323;
}
.cid-qBjJVSDLcO .mbr-section-title {
  letter-spacing: .5rem;
  text-align: left;
  color: #ffffff;
}
.cid-qBkHbJjXNq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qBkHbJjXNq .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-qBkHbJjXNq .text-block {
  position: relative;
  z-index: 0;
}
.cid-qBkHbJjXNq .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-qBkHbJjXNq .box {
  left: 20%;
}
.cid-qBkHbJjXNq .text-box {
  left: 0;
  transform: rotate(180deg);
}
.cid-qBkHbJjXNq .mbr-section-text,
.cid-qBkHbJjXNq .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-qBkHbJjXNq .text-box {
    display: none;
  }
  .cid-qBkHbJjXNq .mbr-section-title,
  .cid-qBkHbJjXNq .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-qBkHbJjXNq .box {
    display: none;
  }
  .cid-qBkHbJjXNq .row {
    flex-direction: column-reverse;
  }
  .cid-qBkHbJjXNq .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qBkHbJjXNq .text-box {
    writing-mode: bt-rl;
  }
}
.cid-qBkHcr3oDy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qBkHcr3oDy .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #efefef;
  transition: all 0.4s ease-in-out;
}
.cid-qBkHcr3oDy .content-block .mbr-text {
  margin: 0;
}
.cid-qBkHcr3oDy .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBkHcr3oDy .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBkHcr3oDy .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBkHcr3oDy .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBkHcr3oDy .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBkHcr3oDy h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBkHcUsPQP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-qBkHcUsPQP .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-qBkHcUsPQP .main-reverse {
  flex-direction: row-reverse;
}
.cid-qBkHcUsPQP .image-element {
  padding: 0;
  display: flex;
  justify-content: center;
}
.cid-qBkHcUsPQP .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qBkHcUsPQP .text-element {
  padding: 1rem;
}
.cid-qBkHcUsPQP .main,
.cid-qBkHcUsPQP .main-reverse {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-qBkHcUsPQP .main:first-child {
    padding-top: 1rem;
  }
  .cid-qBkHcUsPQP .image-element,
  .cid-qBkHcUsPQP .text-element {
    margin-bottom: 1rem;
  }
  .cid-qBkHcUsPQP .main-reverse {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-qBkHcUsPQP .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-qBkHcUsPQP .image-element,
  .cid-qBkHcUsPQP .text-element {
    margin-bottom: 0;
  }
  .cid-qBkHcUsPQP .main:first-child {
    padding-top: 0;
  }
}
.cid-qBkHdvIWmf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-qBkHdvIWmf .text-block {
  z-index: 2;
}
.cid-qBkHdvIWmf .content-panel {
  width: 110%;
  background: #ffffff;
  padding: 3rem;
}
.cid-qBkHdvIWmf .menu-box {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.cid-qBkHdvIWmf .menu-box .box-price {
  flex-shrink: 0;
  margin-left: auto;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-qBkHdvIWmf .text-block {
    padding-bottom: 2rem;
  }
  .cid-qBkHdvIWmf .content-panel {
    width: 100%;
    padding: 1rem;
  }
}
.cid-qBkHeqHRRp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qBkHeqHRRp .mbr-text {
  margin: 0;
}
.cid-qBkHeqHRRp .text-element {
  padding: 2rem;
  background-color: #ffffff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-qBkHeqHRRp .row-element,
.cid-qBkHeqHRRp .image-element {
  padding: 0;
}
.cid-qBkHeqHRRp .image-element {
  display: flex;
  justify-content: center;
}
.cid-qBkHeqHRRp .image-element .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-qBkHeqHRRp .image-element .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qBkHeqHRRp .carousel-item {
  justify-content: center;
}
.cid-qBkHeqHRRp .carousel-item.active,
.cid-qBkHeqHRRp .carousel-item-next,
.cid-qBkHeqHRRp .carousel-item-prev {
  display: flex;
}
.cid-qBkHeqHRRp .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
}
.cid-qBkHeqHRRp .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #f9e2af;
}
.cid-qBkHeqHRRp .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
}
.cid-qBkHeqHRRp .carousel-indicators li:hover {
  opacity: 1;
}
.cid-qBkHeqHRRp .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-qBkHeqHRRp .carousel-controls {
    display: block;
  }
  .cid-qBkHeqHRRp .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-qBkHeqHRRp .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-qBkHeqHRRp .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-qBkHeqHRRp .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-qBkHeqHRRp .text-element {
    padding: 1rem;
  }
  .cid-qBkHeqHRRp .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qBkHeqHRRp .image-element {
    min-width: 50%;
  }
  .cid-qBkHeqHRRp .media-container-row {
    width: 100%;
  }
}
.cid-qBkHg35CEh {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-qBkHg35CEh .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-qBkHg35CEh .text-block {
  position: relative;
  z-index: 0;
}
.cid-qBkHg35CEh .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-qBkHg35CEh .row {
  flex-direction: row-reverse;
}
.cid-qBkHg35CEh .box {
  right: 20%;
}
.cid-qBkHg35CEh .text-box {
  right: 0;
}
.cid-qBkHg35CEh .mbr-section-title,
.cid-qBkHg35CEh .mbr-section-text {
  margin-right: 31%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-qBkHg35CEh .text-box {
    display: none;
  }
  .cid-qBkHg35CEh .mbr-section-title,
  .cid-qBkHg35CEh .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-qBkHg35CEh .box {
    display: none;
  }
  .cid-qBkHg35CEh .row {
    flex-direction: column-reverse;
  }
  .cid-qBkHg35CEh .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qBkHg35CEh .text-box {
    writing-mode: bt-rl;
  }
}
.cid-qBkHg35CEh .mbr-section-title {
  color: #444444;
}
.cid-qBkHg35CEh .mbr-section-text {
  color: #333333;
}
.cid-qBkHgEY7YC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qBkHgEY7YC .mbr-text {
  color: #444444;
}
.cid-qBkHgEY7YC .card-title {
  color: #f9e2af;
}
.cid-qBkHgEY7YC .card .card-img span {
  color: #000000;
  font-size: 60px;
}
@media (max-width: 767px) {
  .cid-qBkHgEY7YC .card {
    padding-bottom: 2rem !important;
  }
}
.cid-qBkHh6zF68 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-qBkHh6zF68 .text-content .btn-bgr {
  z-index: 0;
}
.cid-qBkHh6zF68 .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-qBkHh6zF68 .content-row {
  flex-direction: row-reverse;
}
.cid-qBkHh6zF68 .text-content {
  padding: 2rem 0rem;
  background-color: #f9e2af;
}
.cid-qBkHh6zF68 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-qBkHh6zF68 .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-qBkHh6zF68 .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-qBkHh6zF68 .text-content {
    margin-bottom: 2rem;
  }
}
.cid-qBl3V0iYmf {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qBl3V0iYmf .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBl3V0iYmf .content-block .mbr-text {
  margin: 0;
}
.cid-qBl3V0iYmf .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl3V0iYmf .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl3V0iYmf .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl3V0iYmf .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl3V0iYmf .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl3V0iYmf h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBl3VX2B68 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qBl3VX2B68 .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBl3VX2B68 .content-block .mbr-text {
  margin: 0;
}
.cid-qBl3VX2B68 .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl3VX2B68 .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl3VX2B68 .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl3VX2B68 .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl3VX2B68 .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl3VX2B68 h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBl3YOCu8I {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qBl3YOCu8I .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBl3YOCu8I .content-block .mbr-text {
  margin: 0;
}
.cid-qBl3YOCu8I .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl3YOCu8I .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl3YOCu8I .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl3YOCu8I .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl3YOCu8I .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl3YOCu8I h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBkjIyP6ld .nav-item:focus,
.cid-qBkjIyP6ld .nav-link:focus {
  outline: none;
}
.cid-qBkjIyP6ld .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-qBkjIyP6ld .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBkjIyP6ld .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qBkjIyP6ld .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-qBkjIyP6ld .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qBkjIyP6ld .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qBkjIyP6ld .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qBkjIyP6ld .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qBkjIyP6ld .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qBkjIyP6ld .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qBkjIyP6ld .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qBkjIyP6ld .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qBkjIyP6ld .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qBkjIyP6ld .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-qBkjIyP6ld .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qBkjIyP6ld .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qBkjIyP6ld .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qBkjIyP6ld .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qBkjIyP6ld .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qBkjIyP6ld .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qBkjIyP6ld .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qBkjIyP6ld .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-qBkjIyP6ld .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qBkjIyP6ld .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qBkjIyP6ld .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qBkjIyP6ld .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qBkjIyP6ld .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qBkjIyP6ld .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qBkjIyP6ld .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qBkjIyP6ld .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qBkjIyP6ld .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qBkjIyP6ld .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qBkjIyP6ld .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qBkjIyP6ld .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qBkjIyP6ld .dropdown-item.active,
.cid-qBkjIyP6ld .dropdown-item:active {
  background-color: transparent;
}
.cid-qBkjIyP6ld .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qBkjIyP6ld .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qBkjIyP6ld .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qBkjIyP6ld .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qBkjIyP6ld .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qBkjIyP6ld .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBkjIyP6ld ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qBkjIyP6ld .navbar-buttons {
  text-align: center;
}
.cid-qBkjIyP6ld button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qBkjIyP6ld button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qBkjIyP6ld button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBkjIyP6ld button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBkjIyP6ld button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBkjIyP6ld button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBkjIyP6ld nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBkjIyP6ld nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBkjIyP6ld nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBkjIyP6ld nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBkjIyP6ld .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qBkjIyP6ld a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qBkjIyP6ld .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qBkjIyP6ld .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qBkjIyP6ld .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qBkjIyP6ld .navbar {
    height: 77px;
  }
  .cid-qBkjIyP6ld .navbar.opened {
    height: auto;
  }
}
.cid-qBkKgY8zV4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qBkKgY8zV4 .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-qBkKgY8zV4 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qBkKgY8zV4 .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-qBkKgY8zV4 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qBkKgY8zV4 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qBkKgY8zV4 .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-qBkKgY8zV4 .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qBkKgY8zV4 .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-qBkKgY8zV4 .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-qBkO7D9dTg {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/toa-heftiba-243296-2000x1333.jpg");
}
.cid-qBkO7D9dTg .mbr-overlay {
  background: #232323;
}
.cid-qBkO7D9dTg .mbr-section-title {
  letter-spacing: .5rem;
  text-align: left;
  color: #ffffff;
}
.cid-qBk7CqkewI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-qBk7CqkewI .menu-item {
  padding-bottom: 2rem;
}
.cid-qBk7CqkewI .menu-box {
  display: flex;
}
.cid-qBk7CqkewI .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-qBk7CqkewI .menu-box .box-price {
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-qBk7CqkewI .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-qBk7CqkewI .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-qBk7DwEdhY {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-qBk7DwEdhY .mbr-section-title {
  letter-spacing: 0.1em;
  text-align: center;
}
.cid-qBk7DwEdhY .mbr-section-subtitle {
  color: #f9e2af;
}
.cid-qBk7DwEdhY .image-wrap img {
  width: 100%;
}
.cid-qBk7DwEdhY .mbr-desc {
  width: 100%;
}
.cid-qBk7DwEdhY .tab-content {
  padding: 4rem 3rem 3rem 3rem;
  border-top: 3px solid #f9e2af;
  -webkit-box-shadow: 0px 4px 26px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 26px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 26px -5px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
.cid-qBk7DwEdhY .nav {
  border: none;
}
.cid-qBk7DwEdhY .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-qBk7DwEdhY .card-box {
  align-items: baseline;
}
.cid-qBk7DwEdhY .card-box .mbr-price {
  margin: 0;
}
.cid-qBk7DwEdhY .card-box .mbr-text {
  line-height: 1;
}
.cid-qBk7DwEdhY .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  padding: .5rem 1rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border: 0 !important;
}
.cid-qBk7DwEdhY .nav-tabs .nav-link:hover {
  color: #f9e2af;
  border: 0 !important;
}
.cid-qBk7DwEdhY .nav-tabs .nav-link.active {
  color: #f9e2af;
  border: 0 !important;
  background-color: transparent;
  position: relative;
}
@media (max-width: 767px) {
  .cid-qBk7DwEdhY .container {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.cid-qBk7E1sqoP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-qBk7E1sqoP .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-qBk7E1sqoP .menu-item .special-label {
  display: none;
}
.cid-qBk7E1sqoP .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #9f3942;
}
.cid-qBk7E1sqoP .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-qBk7E1sqoP .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #9f3942;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-qBk7E1sqoP .special-label {
  color: #fff;
}
.cid-qBk7E1sqoP .menu-box {
  display: flex;
  justify-content: space-between;
}
.cid-qBk7E1sqoP .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-qBk7E1sqoP .menu-box .box-price {
  flex-shrink: 0;
}
.cid-qBk7E1sqoP .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-qBk7E1sqoP .menu-row {
  margin: 0;
}
.cid-qBk7E1sqoP .group-title {
  color: #9f3942;
  font-weight: bold;
}
.cid-qBl42bhLgC {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qBl42bhLgC .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBl42bhLgC .content-block .mbr-text {
  margin: 0;
}
.cid-qBl42bhLgC .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl42bhLgC .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl42bhLgC .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl42bhLgC .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl42bhLgC .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl42bhLgC h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBl42ZHLhC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qBl42ZHLhC .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBl42ZHLhC .content-block .mbr-text {
  margin: 0;
}
.cid-qBl42ZHLhC .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl42ZHLhC .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl42ZHLhC .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl42ZHLhC .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl42ZHLhC .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl42ZHLhC h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBl43sCUNb {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qBl43sCUNb .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBl43sCUNb .content-block .mbr-text {
  margin: 0;
}
.cid-qBl43sCUNb .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl43sCUNb .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl43sCUNb .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl43sCUNb .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl43sCUNb .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl43sCUNb h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBkjFWlt6Y .nav-item:focus,
.cid-qBkjFWlt6Y .nav-link:focus {
  outline: none;
}
.cid-qBkjFWlt6Y .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-qBkjFWlt6Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBkjFWlt6Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qBkjFWlt6Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-qBkjFWlt6Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qBkjFWlt6Y .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qBkjFWlt6Y .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qBkjFWlt6Y .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qBkjFWlt6Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qBkjFWlt6Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qBkjFWlt6Y .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qBkjFWlt6Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qBkjFWlt6Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qBkjFWlt6Y .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-qBkjFWlt6Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qBkjFWlt6Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qBkjFWlt6Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qBkjFWlt6Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qBkjFWlt6Y .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qBkjFWlt6Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qBkjFWlt6Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qBkjFWlt6Y .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-qBkjFWlt6Y .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qBkjFWlt6Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qBkjFWlt6Y .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qBkjFWlt6Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qBkjFWlt6Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qBkjFWlt6Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qBkjFWlt6Y .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qBkjFWlt6Y .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qBkjFWlt6Y .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qBkjFWlt6Y .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qBkjFWlt6Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qBkjFWlt6Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qBkjFWlt6Y .dropdown-item.active,
.cid-qBkjFWlt6Y .dropdown-item:active {
  background-color: transparent;
}
.cid-qBkjFWlt6Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qBkjFWlt6Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qBkjFWlt6Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qBkjFWlt6Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qBkjFWlt6Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qBkjFWlt6Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBkjFWlt6Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qBkjFWlt6Y .navbar-buttons {
  text-align: center;
}
.cid-qBkjFWlt6Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qBkjFWlt6Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qBkjFWlt6Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBkjFWlt6Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBkjFWlt6Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBkjFWlt6Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBkjFWlt6Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBkjFWlt6Y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBkjFWlt6Y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBkjFWlt6Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBkjFWlt6Y .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qBkjFWlt6Y a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qBkjFWlt6Y .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qBkjFWlt6Y .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qBkjFWlt6Y .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qBkjFWlt6Y .navbar {
    height: 77px;
  }
  .cid-qBkjFWlt6Y .navbar.opened {
    height: auto;
  }
}
.cid-qBkKjR1cjn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qBkKjR1cjn .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-qBkKjR1cjn .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qBkKjR1cjn .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-qBkKjR1cjn .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qBkKjR1cjn .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qBkKjR1cjn .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-qBkKjR1cjn .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qBkKjR1cjn .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-qBkKjR1cjn .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-qBkcPOeRCx .nav-item:focus,
.cid-qBkcPOeRCx .nav-link:focus {
  outline: none;
}
.cid-qBkcPOeRCx .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-qBkcPOeRCx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBkcPOeRCx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qBkcPOeRCx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-qBkcPOeRCx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qBkcPOeRCx .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qBkcPOeRCx .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qBkcPOeRCx .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qBkcPOeRCx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qBkcPOeRCx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qBkcPOeRCx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qBkcPOeRCx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qBkcPOeRCx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qBkcPOeRCx .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-qBkcPOeRCx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qBkcPOeRCx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qBkcPOeRCx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qBkcPOeRCx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qBkcPOeRCx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qBkcPOeRCx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qBkcPOeRCx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qBkcPOeRCx .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-qBkcPOeRCx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qBkcPOeRCx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qBkcPOeRCx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qBkcPOeRCx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qBkcPOeRCx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qBkcPOeRCx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qBkcPOeRCx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qBkcPOeRCx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qBkcPOeRCx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qBkcPOeRCx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qBkcPOeRCx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qBkcPOeRCx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qBkcPOeRCx .dropdown-item.active,
.cid-qBkcPOeRCx .dropdown-item:active {
  background-color: transparent;
}
.cid-qBkcPOeRCx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qBkcPOeRCx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qBkcPOeRCx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qBkcPOeRCx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qBkcPOeRCx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qBkcPOeRCx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBkcPOeRCx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qBkcPOeRCx .navbar-buttons {
  text-align: center;
}
.cid-qBkcPOeRCx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBkcPOeRCx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBkcPOeRCx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBkcPOeRCx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBkcPOeRCx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBkcPOeRCx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qBkcPOeRCx a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qBkcPOeRCx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qBkcPOeRCx .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qBkcPOeRCx .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qBkcPOeRCx .navbar {
    height: 77px;
  }
  .cid-qBkcPOeRCx .navbar.opened {
    height: auto;
  }
}
.cid-qBkQDW7Eat {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/michal-kubalczyk-261748-2000x1333.jpg");
}
.cid-qBkQDW7Eat .mbr-overlay {
  background: #232323;
}
.cid-qBkQDW7Eat .mbr-section-title {
  letter-spacing: .5rem;
  text-align: left;
  color: #ffffff;
}
.cid-qBklhjasHT {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qBkliM6Gcp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qBkliM6Gcp .mbr-text {
  position: relative;
}
.cid-qBkliM6Gcp .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-qBkliM6Gcp .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-qBkliM6Gcp .mbr-text:after,
  .cid-qBkliM6Gcp .mbr-text:before {
    display: none;
  }
}
.cid-qBklkNesA3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9e2af;
  background: linear-gradient(0deg, #f9e2af, #ffffff);
}
.cid-qBklkNesA3 .counter-container {
  color: #444444;
}
.cid-qBklkNesA3 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-qBklkNesA3 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-qBklkNesA3 .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-qBklkNesA3 .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 35px;
  transition: all .2s;
  color: #000000;
  background: #ffda73;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-qBkllqeBjN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9e2af;
  transition: background-color 0.3s ease-in-out;
}
.cid-qBkllqeBjN:hover {
  background-color: #e7dacc;
}
.cid-qBkllqeBjN .mbr-section-title {
  margin: 0;
}
.cid-qBkllqeBjN .card-wrapper {
  z-index: 3;
}
.cid-qBkllqeBjN .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-qBkllqeBjN .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-qBl4e779XN {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qBl4e779XN .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBl4e779XN .content-block .mbr-text {
  margin: 0;
}
.cid-qBl4e779XN .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl4e779XN .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl4e779XN .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl4e779XN .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl4e779XN .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl4e779XN h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBl4f2u4Po {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qBl4f2u4Po .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBl4f2u4Po .content-block .mbr-text {
  margin: 0;
}
.cid-qBl4f2u4Po .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl4f2u4Po .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl4f2u4Po .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl4f2u4Po .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl4f2u4Po .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl4f2u4Po h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBl4fsv2jw {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qBl4fsv2jw .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBl4fsv2jw .content-block .mbr-text {
  margin: 0;
}
.cid-qBl4fsv2jw .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl4fsv2jw .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl4fsv2jw .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl4fsv2jw .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl4fsv2jw .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl4fsv2jw h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBkKrcZacD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qBkKrcZacD .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-qBkKrcZacD .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qBkKrcZacD .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-qBkKrcZacD .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qBkKrcZacD .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qBkKrcZacD .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-qBkKrcZacD .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qBkKrcZacD .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-qBkKrcZacD .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-qBkcPOeRCx .nav-item:focus,
.cid-qBkcPOeRCx .nav-link:focus {
  outline: none;
}
.cid-qBkcPOeRCx .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-qBkcPOeRCx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBkcPOeRCx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qBkcPOeRCx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-qBkcPOeRCx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qBkcPOeRCx .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qBkcPOeRCx .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qBkcPOeRCx .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qBkcPOeRCx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qBkcPOeRCx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qBkcPOeRCx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qBkcPOeRCx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qBkcPOeRCx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qBkcPOeRCx .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-qBkcPOeRCx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qBkcPOeRCx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qBkcPOeRCx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qBkcPOeRCx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qBkcPOeRCx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qBkcPOeRCx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qBkcPOeRCx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qBkcPOeRCx .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-qBkcPOeRCx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qBkcPOeRCx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qBkcPOeRCx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qBkcPOeRCx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qBkcPOeRCx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qBkcPOeRCx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qBkcPOeRCx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qBkcPOeRCx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qBkcPOeRCx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qBkcPOeRCx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qBkcPOeRCx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qBkcPOeRCx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qBkcPOeRCx .dropdown-item.active,
.cid-qBkcPOeRCx .dropdown-item:active {
  background-color: transparent;
}
.cid-qBkcPOeRCx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qBkcPOeRCx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qBkcPOeRCx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qBkcPOeRCx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qBkcPOeRCx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qBkcPOeRCx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBkcPOeRCx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qBkcPOeRCx .navbar-buttons {
  text-align: center;
}
.cid-qBkcPOeRCx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBkcPOeRCx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBkcPOeRCx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBkcPOeRCx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBkcPOeRCx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBkcPOeRCx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qBkcPOeRCx a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qBkcPOeRCx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qBkcPOeRCx .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qBkcPOeRCx .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qBkcPOeRCx .navbar {
    height: 77px;
  }
  .cid-qBkcPOeRCx .navbar.opened {
    height: auto;
  }
}
.cid-qBkUzYvx8R {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/annie-spratt-137320-2000x3005.jpg");
}
.cid-qBkUzYvx8R .mbr-overlay {
  background: #232323;
}
.cid-qBkUzYvx8R .mbr-section-title {
  letter-spacing: .5rem;
  text-align: left;
  color: #ffffff;
}
.cid-qBkmMoNYXH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qBkmMoNYXH .container-fluid {
  padding: 0 3rem;
}
.cid-qBkmMoNYXH .mbr-section-title {
  margin-bottom: 1.5em;
}
.cid-qBkmMoNYXH .mbr-section-subtitle {
  color: #ffbc00;
}
.cid-qBkmMoNYXH .input-main {
  width: 100%;
  margin: 0;
}
.cid-qBkmMoNYXH .input-wrap {
  padding: 0 1rem 1rem 1rem ;
}
.cid-qBkmMoNYXH .input-wrap input {
  border: 1px solid #ddd;
  background-color: #efefef;
  padding: 10px 20px;
  width: 100%;
}
.cid-qBkmMoNYXH .form-group textarea {
  background-color: #efefef;
  padding: 1rem;
}
.cid-qBkmMoNYXH .text-block {
  background: #232323;
  padding: 2rem;
  outline: 1px dashed #f9e2af;
  outline-offset: -15px;
}
.cid-qBkmMoNYXH .work-list {
  list-style-type: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-qBkmMoNYXH .time-block-title {
  color: #ffbc00;
}
.cid-qBkmMoNYXH .time-title {
  color: #bdecb6;
}
@media (max-width: 767px) {
  .cid-qBkmMoNYXH .container-fluid {
    padding: 0 1rem;
  }
  .cid-qBkmMoNYXH .btn {
    padding: 1rem 2rem;
    font-size: 16px !important;
  }
  .cid-qBkmMoNYXH .text-block {
    margin-bottom: 2rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qBkmMoNYXH .text-block {
    border: 1px dashed #f9e2af;
    outline: 15px solid #232323;
  }
}
.cid-qBkmNKm1ge {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-qBkmNKm1ge .row {
  justify-content: flex-end;
  align-items: stretch;
}
.cid-qBkmNKm1ge .content-panel {
  padding: 3rem;
  background-color: #444444;
}
.cid-qBkmNKm1ge .text-block {
  padding-right: 0;
}
.cid-qBkmNKm1ge .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-qBkmNKm1ge .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-qBkmNKm1ge .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-qBkmNKm1ge .google-map .place-card {
  margin-left: 40px !important;
}
.cid-qBkmMQuy9d {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qBkmMQuy9d *:focus {
  outline: none;
}
.cid-qBkmMQuy9d .form-1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-qBkmMQuy9d .img-block img {
  object-fit: cover;
  object-position: center center;
  height: 100%;
}
.cid-qBkmMQuy9d .mbr-figure {
  height: 100%;
}
.cid-qBkmMQuy9d .input-wrap {
  padding-bottom: 1rem;
  position: relative;
}
.cid-qBkmMQuy9d .input-wrap input {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #dedede;
}
.cid-qBkmMQuy9d .btn-row {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-qBkmMQuy9d .img-block {
    padding-bottom: 3rem;
  }
  .cid-qBkmMQuy9d .form-1 {
    padding-top: 0;
  }
}
.cid-qBkmNqdHDR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qBkmNqdHDR .row {
  flex-direction: row-reverse;
}
.cid-qBkmNqdHDR .text-block {
  padding-right: 15px !important;
  padding-left: 5rem;
}
.cid-qBkmNqdHDR .text-block {
  padding-right: 5rem;
}
.cid-qBkmNqdHDR .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-qBkmNqdHDR .underline .line {
  width: 5rem;
  height: 3px;
  background: #f9e2af;
  display: inline-block;
}
.cid-qBkmNqdHDR .social-media ul li {
  margin-left: 1rem;
  margin: 0;
  margin-right: 1rem;
}
.cid-qBkmNqdHDR .social-media ul li .mbr-iconfont {
  color: #000000;
}
.cid-qBkmNqdHDR .social-media ul li .mbr-iconfont:hover {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-qBkmNqdHDR .row {
    flex-direction: column-reverse;
  }
  .cid-qBkmNqdHDR .img-block {
    margin-bottom: 1rem;
  }
  .cid-qBkmNqdHDR .text-block {
    padding: 0 15px;
  }
}
.cid-qBkVg0iHhb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-qBkVg0iHhb .container-fluid {
  padding: 0 3rem;
}
.cid-qBkVg0iHhb .mbr-section-title {
  margin-bottom: 1.5em;
}
.cid-qBkVg0iHhb .mbr-section-subtitle {
  color: #ffbc00;
}
.cid-qBkVg0iHhb .input-main {
  width: 100%;
  margin: 0;
}
.cid-qBkVg0iHhb .input-wrap {
  padding: 0 1rem 1rem 1rem ;
}
.cid-qBkVg0iHhb .input-wrap input {
  border: 1px solid #ddd;
  background-color: #efefef;
  padding: 10px 20px;
  width: 100%;
}
.cid-qBkVg0iHhb .form-group textarea {
  background-color: #efefef;
  padding: 1rem;
}
.cid-qBkVg0iHhb .text-block {
  background: #9f3942;
  padding: 2rem;
  outline: 1px dashed #f9e2af;
  outline-offset: -15px;
}
.cid-qBkVg0iHhb .work-list {
  list-style-type: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-qBkVg0iHhb .time-block-title {
  color: #ffbc00;
}
.cid-qBkVg0iHhb .time-title {
  color: #bdecb6;
}
@media (max-width: 767px) {
  .cid-qBkVg0iHhb .container-fluid {
    padding: 0 1rem;
  }
  .cid-qBkVg0iHhb .btn {
    padding: 1rem 2rem;
    font-size: 16px !important;
  }
  .cid-qBkVg0iHhb .text-block {
    margin-bottom: 2rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qBkVg0iHhb .text-block {
    border: 1px dashed #f9e2af;
    outline: 15px solid #9f3942;
  }
}
.cid-qBl4j3FGqe {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qBl4j3FGqe .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBl4j3FGqe .content-block .mbr-text {
  margin: 0;
}
.cid-qBl4j3FGqe .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl4j3FGqe .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl4j3FGqe .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl4j3FGqe .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl4j3FGqe .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl4j3FGqe h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBl4jBbdPS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qBl4jBbdPS .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBl4jBbdPS .content-block .mbr-text {
  margin: 0;
}
.cid-qBl4jBbdPS .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl4jBbdPS .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl4jBbdPS .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl4jBbdPS .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl4jBbdPS .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl4jBbdPS h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBl4k8xpYa {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qBl4k8xpYa .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBl4k8xpYa .content-block .mbr-text {
  margin: 0;
}
.cid-qBl4k8xpYa .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl4k8xpYa .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl4k8xpYa .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl4k8xpYa .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl4k8xpYa .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl4k8xpYa h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBkKu6uvzX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qBkKu6uvzX .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-qBkKu6uvzX .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qBkKu6uvzX .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-qBkKu6uvzX .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qBkKu6uvzX .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qBkKu6uvzX .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-qBkKu6uvzX .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qBkKu6uvzX .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-qBkKu6uvzX .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-qBkcPOeRCx .nav-item:focus,
.cid-qBkcPOeRCx .nav-link:focus {
  outline: none;
}
.cid-qBkcPOeRCx .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-qBkcPOeRCx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBkcPOeRCx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qBkcPOeRCx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-qBkcPOeRCx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qBkcPOeRCx .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qBkcPOeRCx .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qBkcPOeRCx .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qBkcPOeRCx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qBkcPOeRCx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qBkcPOeRCx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qBkcPOeRCx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qBkcPOeRCx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qBkcPOeRCx .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-qBkcPOeRCx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qBkcPOeRCx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qBkcPOeRCx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qBkcPOeRCx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qBkcPOeRCx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qBkcPOeRCx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qBkcPOeRCx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qBkcPOeRCx .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-qBkcPOeRCx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qBkcPOeRCx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qBkcPOeRCx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qBkcPOeRCx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qBkcPOeRCx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qBkcPOeRCx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qBkcPOeRCx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qBkcPOeRCx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qBkcPOeRCx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qBkcPOeRCx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qBkcPOeRCx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qBkcPOeRCx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qBkcPOeRCx .dropdown-item.active,
.cid-qBkcPOeRCx .dropdown-item:active {
  background-color: transparent;
}
.cid-qBkcPOeRCx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qBkcPOeRCx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qBkcPOeRCx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qBkcPOeRCx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qBkcPOeRCx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qBkcPOeRCx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBkcPOeRCx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qBkcPOeRCx .navbar-buttons {
  text-align: center;
}
.cid-qBkcPOeRCx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBkcPOeRCx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBkcPOeRCx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBkcPOeRCx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBkcPOeRCx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBkcPOeRCx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qBkcPOeRCx a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qBkcPOeRCx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qBkcPOeRCx .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qBkcPOeRCx .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qBkcPOeRCx .navbar {
    height: 77px;
  }
  .cid-qBkcPOeRCx .navbar.opened {
    height: auto;
  }
}
.cid-qBkS2NzyhL {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/alexandra-gorn-308385-2000x1335.jpg");
}
.cid-qBkS2NzyhL .mbr-overlay {
  background: #232323;
}
.cid-qBkS2NzyhL .mbr-section-title {
  letter-spacing: .5rem;
  text-align: left;
  color: #ffffff;
}
.cid-qBkSN15WUg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-qBkSN15WUg .mbr-section-subtitle {
  color: #444444;
}
.cid-qBkSN15WUg .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-qBkSN15WUg .mbr-text {
  color: #444444;
}
.cid-qBkSN15WUg .mbr-author-desc {
  display: block;
  color: #444444;
}
.cid-qBkSN15WUg .mbr-author-name {
  color: #444444;
}
.cid-qBkSN15WUg .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-qBkSN15WUg .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-qBkSN15WUg .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-qBkSN15WUg .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qBkSN15WUg .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-qBkSN15WUg .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-qBkmIRAUtn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qBkmIRAUtn .carousel-item {
  justify-content: center;
}
.cid-qBkmIRAUtn .carousel-item.active,
.cid-qBkmIRAUtn .carousel-item-next,
.cid-qBkmIRAUtn .carousel-item-prev {
  display: flex;
}
.cid-qBkmIRAUtn .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-qBkmIRAUtn .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #000000;
  background: #ffffff;
  opacity: .9;
}
.cid-qBkmIRAUtn .carousel-controls a:hover span {
  opacity: 1;
}
.cid-qBkmIRAUtn .user {
  padding: 3rem;
  background: transparent;
}
.cid-qBkmIRAUtn .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  margin: 0 auto 2rem auto;
  display: flex;
  box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
}
.cid-qBkmIRAUtn .user_image .user_image_inner {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: auto;
}
.cid-qBkmIRAUtn .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qBkmIRAUtn .user_text {
  color: #444444;
}
@media (max-width: 230px) {
  .cid-qBkmIRAUtn .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-qBkmJmdNfM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9e2af;
}
.cid-qBkmJmdNfM .mbr-section-subtitle {
  color: #444444;
}
.cid-qBkmJmdNfM .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-qBkmJmdNfM .mbr-text {
  color: #444444;
}
.cid-qBkmJmdNfM .mbr-author-desc {
  display: block;
  color: #444444;
}
.cid-qBkmJmdNfM .mbr-author-name {
  color: #444444;
}
.cid-qBkmJmdNfM .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-qBkmJmdNfM .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-qBkmJmdNfM .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-qBkmJmdNfM .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qBkmJmdNfM .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-qBkmJmdNfM .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-qBkmJHlsJE {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #85bfd0;
  background: linear-gradient(90deg, #85bfd0, #e2f7df);
}
.cid-qBkmJHlsJE .mbr-section-title {
  margin-bottom: 0;
}
.cid-qBkmJHlsJE .mbr-role {
  padding-bottom: .5rem;
}
.cid-qBkmJHlsJE .mbr-iconfont {
  color: #cccccc;
  font-size: 1rem;
}
.cid-qBkmJHlsJE .mbr-iconfont:hover {
  color: #f5aeb5;
}
.cid-qBkmJHlsJE .image-wrap {
  position: relative;
  height: 100%;
}
.cid-qBkmJHlsJE .image-wrap img {
  width: 100%;
  z-index: 0;
  object-fit: cover;
  object-position: center center;
  height: 100%;
}
.cid-qBkmJHlsJE .card-wrap {
  margin-bottom: 3rem;
  overflow-y: hidden;
  height: 400px;
}
.cid-qBkmJHlsJE .social-media {
  list-style-type: none;
  width: 100%;
  z-index: 1;
}
.cid-qBkmJHlsJE .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-qBkmJHlsJE .social-media ul li {
  margin-right: .8rem;
  display: inline-block;
}
.cid-qBkmJHlsJE .card-bottom {
  background-color: #ffffff;
  position: absolute;
  left: 15px;
  bottom: -92px;
  padding: 0 .5rem;
  width: calc(100% - 30px);
  transition: bottom 0.2s ease-in;
}
.cid-qBkmJHlsJE .card-bottom:hover {
  bottom: 0;
}
.cid-qBl466xN3M {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qBl466xN3M .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBl466xN3M .content-block .mbr-text {
  margin: 0;
}
.cid-qBl466xN3M .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl466xN3M .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl466xN3M .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl466xN3M .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl466xN3M .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl466xN3M h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBl46BXIov {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qBl46BXIov .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBl46BXIov .content-block .mbr-text {
  margin: 0;
}
.cid-qBl46BXIov .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl46BXIov .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl46BXIov .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl46BXIov .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl46BXIov .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl46BXIov h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBl47i13ul {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qBl47i13ul .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBl47i13ul .content-block .mbr-text {
  margin: 0;
}
.cid-qBl47i13ul .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl47i13ul .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl47i13ul .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl47i13ul .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl47i13ul .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl47i13ul h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBkKmmlliC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qBkKmmlliC .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-qBkKmmlliC .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qBkKmmlliC .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-qBkKmmlliC .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qBkKmmlliC .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qBkKmmlliC .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-qBkKmmlliC .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qBkKmmlliC .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-qBkKmmlliC .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-qBkcPOeRCx .nav-item:focus,
.cid-qBkcPOeRCx .nav-link:focus {
  outline: none;
}
.cid-qBkcPOeRCx .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-qBkcPOeRCx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBkcPOeRCx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qBkcPOeRCx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-qBkcPOeRCx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qBkcPOeRCx .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qBkcPOeRCx .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qBkcPOeRCx .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qBkcPOeRCx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qBkcPOeRCx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qBkcPOeRCx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qBkcPOeRCx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qBkcPOeRCx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qBkcPOeRCx .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-qBkcPOeRCx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qBkcPOeRCx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qBkcPOeRCx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qBkcPOeRCx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qBkcPOeRCx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qBkcPOeRCx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qBkcPOeRCx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qBkcPOeRCx .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-qBkcPOeRCx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qBkcPOeRCx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qBkcPOeRCx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qBkcPOeRCx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qBkcPOeRCx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qBkcPOeRCx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qBkcPOeRCx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qBkcPOeRCx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qBkcPOeRCx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qBkcPOeRCx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qBkcPOeRCx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qBkcPOeRCx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qBkcPOeRCx .dropdown-item.active,
.cid-qBkcPOeRCx .dropdown-item:active {
  background-color: transparent;
}
.cid-qBkcPOeRCx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qBkcPOeRCx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qBkcPOeRCx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qBkcPOeRCx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qBkcPOeRCx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qBkcPOeRCx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBkcPOeRCx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qBkcPOeRCx .navbar-buttons {
  text-align: center;
}
.cid-qBkcPOeRCx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBkcPOeRCx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBkcPOeRCx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBkcPOeRCx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBkcPOeRCx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBkcPOeRCx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qBkcPOeRCx a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qBkcPOeRCx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qBkcPOeRCx .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qBkcPOeRCx .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qBkcPOeRCx .navbar {
    height: 77px;
  }
  .cid-qBkcPOeRCx .navbar.opened {
    height: auto;
  }
}
.cid-qBkKCxuPZr {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1620x1080.jpg");
}
.cid-qBkKCxuPZr .mbr-overlay {
  background: #232323;
}
.cid-qBkKCxuPZr .mbr-section-title {
  letter-spacing: .5rem;
  text-align: right;
  color: #ffffff;
}
.cid-qBkn0VpmgC {
  padding-top: 120px;
  background-color: #ffffff;
}
.cid-qBkn0VpmgC *:focus {
  outline: none;
}
.cid-qBkn0VpmgC .input-wrap {
  padding-bottom: 1rem;
}
.cid-qBkn0VpmgC input,
.cid-qBkn0VpmgC textarea {
  width: 100%;
  background: #efefef;
  border-radius: 0;
  border: none;
}
.cid-qBkn0VpmgC input {
  padding: .5rem;
}
.cid-qBkn0VpmgC ::-webkit-input-placeholder {
  color: #000000;
}
.cid-qBkn0VpmgC ::-moz-placeholder {
  color: #000000;
}
.cid-qBkn0VpmgC :-ms-input-placeholder {
  color: #000000;
}
.cid-qBkn0VpmgC :-moz-placeholder {
  color: #000000;
}
.cid-qBkn0VpmgC .soc-item {
  display: inline-block;
  margin: 0 .1rem .2rem .1rem;
  padding: 10px 11px 0 11px;
  border: 2px solid #69b9d0;
  border-radius: 50%;
}
.cid-qBkn0VpmgC .soc-item:hover {
  opacity: .5;
}
.cid-qBkn0VpmgC .soc-item .socicon {
  font-size: 1.5rem;
  color: #69b9d0;
}
.cid-qBkn0VpmgC .days-column,
.cid-qBkn0VpmgC .hours-column {
  display: inline-block;
}
.cid-qBkn0VpmgC .days-column span,
.cid-qBkn0VpmgC .hours-column span {
  display: block;
}
.cid-qBkn0VpmgC .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-qBkn0VpmgC .days-column {
    padding-right: 0 !important;
  }
  .cid-qBkn0VpmgC .hours-column {
    max-width: 50% !important;
  }
  .cid-qBkn0VpmgC .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-qBkLgdJi9i {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/nordwood-themes-162928-2000x1333.jpg");
}
.cid-qBkLgdJi9i *:focus {
  outline: none;
}
.cid-qBkLgdJi9i .input-wrap {
  padding-bottom: 2rem;
}
.cid-qBkLgdJi9i .input-wrap input {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  color: #ffffff;
  border-radius: 0;
}
.cid-qBkLgdJi9i textarea {
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  background: transparent;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 1px;
  color: #ffffff;
}
.cid-qBkLgdJi9i textarea:focus {
  color: #ffffff;
}
.cid-qBkLgdJi9i ::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-qBkLgdJi9i ::-moz-placeholder {
  color: #ffffff;
}
.cid-qBkLgdJi9i :-ms-input-placeholder {
  color: #ffffff;
}
.cid-qBkLgdJi9i :-moz-placeholder {
  color: #ffffff;
}
.cid-qBkLgdJi9i .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-qBkLgdJi9i .soc-item .socicon {
  font-size: 1.5rem;
  color: #ffffff;
  opacity: 1;
}
.cid-qBkLgdJi9i .soc-item .socicon:hover {
  opacity: .5;
}
.cid-qBkLgdJi9i .form-control:focus {
  border: none;
  border-bottom: 2px solid;
  border-bottom-color: #ffffff;
  background: transparent;
}
.cid-qBkLgdJi9i .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-qBkLgdJi9i .first-column,
  .cid-qBkLgdJi9i .form-1 {
    text-align: center;
  }
}
.cid-qBkLgdJi9i .follow-title,
.cid-qBkLgdJi9i .social-list {
  color: #ffffff;
}
.cid-qBkLgdJi9i .contacts-title,
.cid-qBkLgdJi9i .contacts-block {
  color: #ffffff;
}
.cid-qBkLgdJi9i .address-title,
.cid-qBkLgdJi9i .address-block {
  color: #ffffff;
}
.cid-qBkLgdJi9i .form-title,
.cid-qBkLgdJi9i .btn-row {
  color: #ffffff;
}
.cid-qBkn0uAydq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qBkn0uAydq *:focus {
  outline: none;
}
.cid-qBkn0uAydq .input-wrap {
  padding-bottom: 2rem;
}
.cid-qBkn0uAydq .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-qBkn0uAydq 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-qBkn0uAydq textarea:focus {
  color: #000000;
}
.cid-qBkn0uAydq ::-webkit-input-placeholder {
  color: #000000;
}
.cid-qBkn0uAydq ::-moz-placeholder {
  color: #000000;
}
.cid-qBkn0uAydq :-ms-input-placeholder {
  color: #000000;
}
.cid-qBkn0uAydq :-moz-placeholder {
  color: #000000;
}
.cid-qBkn0uAydq .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-qBkn0uAydq .soc-item .socicon {
  font-size: 1.5rem;
  color: #000000;
  opacity: 1;
}
.cid-qBkn0uAydq .soc-item .socicon:hover {
  opacity: .5;
}
.cid-qBkn0uAydq .form-control:focus {
  border: none;
  border-bottom: 2px solid;
  border-bottom-color: #000000;
  background: transparent;
}
.cid-qBkn0uAydq .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-qBkn0uAydq .first-column,
  .cid-qBkn0uAydq .form-1 {
    text-align: center;
  }
}
.cid-qBkKPSANqp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qBkKPSANqp .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000;
  opacity: .5;
}
.cid-qBkKPSANqp .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-qBkKPSANqp .links-block ul li {
  margin: 0 1rem;
}
.cid-qBkKPSANqp .icons-block ul li {
  margin: 0 .5rem;
}
.cid-qBkKPSANqp .links-block ul,
.cid-qBkKPSANqp .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-qBkn1fpCH1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-qBkn1fpCH1 *:focus {
  outline: none;
}
.cid-qBkn1fpCH1 .input-wrap {
  padding-bottom: 1rem;
}
.cid-qBkn1fpCH1 input,
.cid-qBkn1fpCH1 textarea {
  width: 100%;
  background: #ffffff;
  border-radius: 0;
  border: none;
}
.cid-qBkn1fpCH1 input {
  padding: .5rem;
}
.cid-qBkn1fpCH1 ::-webkit-input-placeholder {
  color: #000000;
}
.cid-qBkn1fpCH1 ::-moz-placeholder {
  color: #000000;
}
.cid-qBkn1fpCH1 :-ms-input-placeholder {
  color: #000000;
}
.cid-qBkn1fpCH1 :-moz-placeholder {
  color: #000000;
}
.cid-qBkn1fpCH1 .soc-item {
  display: inline-block;
  margin: 0 .1rem .2rem .1rem;
  padding: 10px 11px 0 11px;
  border: 2px solid #f9e2af;
  border-radius: 50%;
}
.cid-qBkn1fpCH1 .soc-item:hover {
  opacity: .5;
}
.cid-qBkn1fpCH1 .soc-item .socicon {
  font-size: 1.5rem;
  color: #f9e2af;
}
.cid-qBkn1fpCH1 .days-column,
.cid-qBkn1fpCH1 .hours-column {
  display: inline-block;
}
.cid-qBkn1fpCH1 .days-column span,
.cid-qBkn1fpCH1 .hours-column span {
  display: block;
}
.cid-qBkn1fpCH1 .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-qBkn1fpCH1 .days-column {
    padding-right: 0 !important;
  }
  .cid-qBkn1fpCH1 .hours-column {
    max-width: 50% !important;
  }
  .cid-qBkn1fpCH1 .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-qBl4mG3yL3 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qBl4mG3yL3 .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBl4mG3yL3 .content-block .mbr-text {
  margin: 0;
}
.cid-qBl4mG3yL3 .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl4mG3yL3 .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl4mG3yL3 .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl4mG3yL3 .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl4mG3yL3 .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl4mG3yL3 h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBl4nrPWhX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qBl4nrPWhX .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBl4nrPWhX .content-block .mbr-text {
  margin: 0;
}
.cid-qBl4nrPWhX .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl4nrPWhX .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl4nrPWhX .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl4nrPWhX .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl4nrPWhX .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl4nrPWhX h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBl4o3W3N5 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qBl4o3W3N5 .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBl4o3W3N5 .content-block .mbr-text {
  margin: 0;
}
.cid-qBl4o3W3N5 .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl4o3W3N5 .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl4o3W3N5 .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl4o3W3N5 .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl4o3W3N5 .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl4o3W3N5 h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBkKwam8jD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qBkKwam8jD .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-qBkKwam8jD .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qBkKwam8jD .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-qBkKwam8jD .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qBkKwam8jD .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qBkKwam8jD .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-qBkKwam8jD .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qBkKwam8jD .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-qBkKwam8jD .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-qBkcPOeRCx .nav-item:focus,
.cid-qBkcPOeRCx .nav-link:focus {
  outline: none;
}
.cid-qBkcPOeRCx .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-qBkcPOeRCx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBkcPOeRCx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qBkcPOeRCx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-qBkcPOeRCx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qBkcPOeRCx .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qBkcPOeRCx .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qBkcPOeRCx .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qBkcPOeRCx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qBkcPOeRCx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qBkcPOeRCx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qBkcPOeRCx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qBkcPOeRCx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qBkcPOeRCx .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-qBkcPOeRCx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qBkcPOeRCx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qBkcPOeRCx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qBkcPOeRCx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qBkcPOeRCx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qBkcPOeRCx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qBkcPOeRCx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qBkcPOeRCx .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-qBkcPOeRCx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qBkcPOeRCx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qBkcPOeRCx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qBkcPOeRCx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qBkcPOeRCx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qBkcPOeRCx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qBkcPOeRCx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qBkcPOeRCx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qBkcPOeRCx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qBkcPOeRCx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qBkcPOeRCx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qBkcPOeRCx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qBkcPOeRCx .dropdown-item.active,
.cid-qBkcPOeRCx .dropdown-item:active {
  background-color: transparent;
}
.cid-qBkcPOeRCx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qBkcPOeRCx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qBkcPOeRCx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qBkcPOeRCx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qBkcPOeRCx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qBkcPOeRCx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBkcPOeRCx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qBkcPOeRCx .navbar-buttons {
  text-align: center;
}
.cid-qBkcPOeRCx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBkcPOeRCx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBkcPOeRCx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBkcPOeRCx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBkcPOeRCx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBkcPOeRCx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qBkcPOeRCx a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qBkcPOeRCx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qBkcPOeRCx .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qBkcPOeRCx .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qBkcPOeRCx .navbar {
    height: 77px;
  }
  .cid-qBkcPOeRCx .navbar.opened {
    height: auto;
  }
}
.cid-qBkAR1bi9r {
  background-image: url("../../../assets/images/eaters-collective-132772-1999x1461.jpg");
}
.cid-qBkAR1bi9r .mbr-overlay {
  background: #232323;
}
.cid-qBkAR1bi9r .mbr-section-title {
  letter-spacing: .5rem;
  text-align: left;
  color: #ffffff;
}
.cid-qBkAR1bi9r .mbr-section-subtitle {
  text-align: left;
}
.cid-qBkAR1bi9r .mbr-text,
.cid-qBkAR1bi9r .mbr-section-btn {
  text-align: left;
}
.cid-qBkAR1bi9r .mbr-section-subtitle I {
  color: #ffffff;
}
.cid-qBkWNjbmNb {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qBkWNjbmNb .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #ffffff;
  transition: all 0.4s ease-in-out;
}
.cid-qBkWNjbmNb .content-block .mbr-text {
  margin: 0;
}
.cid-qBkWNjbmNb .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBkWNjbmNb .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBkWNjbmNb .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBkWNjbmNb .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBkWNjbmNb .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBkWNjbmNb h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBl0OZZOmX {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qBl0OZZOmX .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBl0OZZOmX .content-block .mbr-text {
  margin: 0;
}
.cid-qBl0OZZOmX .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl0OZZOmX .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl0OZZOmX .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl0OZZOmX .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl0OZZOmX .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl0OZZOmX h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBl12QMmlH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qBl12QMmlH .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBl12QMmlH .content-block .mbr-text {
  margin: 0;
}
.cid-qBl12QMmlH .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl12QMmlH .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl12QMmlH .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl12QMmlH .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl12QMmlH .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl12QMmlH h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBl13qaBmX {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qBl13qaBmX .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBl13qaBmX .content-block .mbr-text {
  margin: 0;
}
.cid-qBl13qaBmX .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl13qaBmX .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl13qaBmX .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl13qaBmX .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl13qaBmX .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl13qaBmX h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBkK629Yb9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qBkK629Yb9 .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-qBkK629Yb9 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qBkK629Yb9 .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-qBkK629Yb9 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qBkK629Yb9 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qBkK629Yb9 .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-qBkK629Yb9 .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qBkK629Yb9 .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-qBkK629Yb9 .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-qBkCeVU1Vh .nav-item:focus,
.cid-qBkCeVU1Vh .nav-link:focus {
  outline: none;
}
.cid-qBkCeVU1Vh .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-qBkCeVU1Vh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBkCeVU1Vh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qBkCeVU1Vh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-qBkCeVU1Vh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qBkCeVU1Vh .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-qBkCeVU1Vh .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-qBkCeVU1Vh .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qBkCeVU1Vh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qBkCeVU1Vh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qBkCeVU1Vh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qBkCeVU1Vh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qBkCeVU1Vh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qBkCeVU1Vh .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-qBkCeVU1Vh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qBkCeVU1Vh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qBkCeVU1Vh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qBkCeVU1Vh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qBkCeVU1Vh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qBkCeVU1Vh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qBkCeVU1Vh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qBkCeVU1Vh .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-qBkCeVU1Vh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qBkCeVU1Vh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qBkCeVU1Vh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qBkCeVU1Vh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qBkCeVU1Vh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qBkCeVU1Vh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qBkCeVU1Vh .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-qBkCeVU1Vh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qBkCeVU1Vh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qBkCeVU1Vh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qBkCeVU1Vh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qBkCeVU1Vh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qBkCeVU1Vh .dropdown-item.active,
.cid-qBkCeVU1Vh .dropdown-item:active {
  background-color: transparent;
}
.cid-qBkCeVU1Vh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qBkCeVU1Vh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qBkCeVU1Vh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qBkCeVU1Vh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-qBkCeVU1Vh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qBkCeVU1Vh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBkCeVU1Vh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qBkCeVU1Vh .navbar-buttons {
  text-align: center;
}
.cid-qBkCeVU1Vh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qBkCeVU1Vh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qBkCeVU1Vh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBkCeVU1Vh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBkCeVU1Vh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBkCeVU1Vh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBkCeVU1Vh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBkCeVU1Vh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBkCeVU1Vh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBkCeVU1Vh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBkCeVU1Vh .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qBkCeVU1Vh a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qBkCeVU1Vh .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qBkCeVU1Vh .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qBkCeVU1Vh .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qBkCeVU1Vh .navbar {
    height: 77px;
  }
  .cid-qBkCeVU1Vh .navbar.opened {
    height: auto;
  }
}
.cid-qBkBJTTPlz {
  background-image: url("../../../assets/images/hans-vivek-216042-2000x1329.jpg");
}
.cid-qBkBJTTPlz .btn-wrapper {
  width: 100%;
}
.cid-qBkBJTTPlz .mbr-media.show-modal {
  cursor: pointer;
  display: block;
  height: 4em;
  width: 4em;
  margin: 0 auto;
}
.cid-qBkBJTTPlz .mbr-text {
  display: inline-block;
  padding: 0 1rem;
}
.cid-qBkBJTTPlz .subtitle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qBkBJTTPlz .subtitle-wrapper hr {
  border: 1px solid;
  flex-basis: 10%;
  flex-shrink: 0;
}
.cid-qBkBJTTPlz .line-left,
.cid-qBkBJTTPlz .line-right {
  display: inline-block;
  width: 80px;
  height: 3px;
  background-color: #fff;
}
.cid-qBkBJTTPlz .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-qBkBJTTPlz .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-qBkBJTTPlz .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-qBkBJTTPlz a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-qBkBJTTPlz a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qBkBJTTPlz .subtitle-wrapper hr {
    display: none;
  }
}
.cid-qBl1XxC4QR {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qBl1XxC4QR .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #ffffff;
  transition: all 0.4s ease-in-out;
}
.cid-qBl1XxC4QR .content-block .mbr-text {
  margin: 0;
}
.cid-qBl1XxC4QR .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl1XxC4QR .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl1XxC4QR .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl1XxC4QR .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl1XxC4QR .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl1XxC4QR h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBl2ajzVoV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qBl2ajzVoV .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBl2ajzVoV .content-block .mbr-text {
  margin: 0;
}
.cid-qBl2ajzVoV .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl2ajzVoV .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl2ajzVoV .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl2ajzVoV .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl2ajzVoV .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl2ajzVoV h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBl2aU0X9d {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qBl2aU0X9d .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBl2aU0X9d .content-block .mbr-text {
  margin: 0;
}
.cid-qBl2aU0X9d .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl2aU0X9d .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl2aU0X9d .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl2aU0X9d .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl2aU0X9d .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl2aU0X9d h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBl2br4f94 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qBl2br4f94 .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBl2br4f94 .content-block .mbr-text {
  margin: 0;
}
.cid-qBl2br4f94 .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl2br4f94 .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl2br4f94 .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl2br4f94 .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl2br4f94 .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl2br4f94 h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBkK8W6wYl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qBkK8W6wYl .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-qBkK8W6wYl .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qBkK8W6wYl .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-qBkK8W6wYl .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qBkK8W6wYl .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qBkK8W6wYl .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-qBkK8W6wYl .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qBkK8W6wYl .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-qBkK8W6wYl .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-qBkDW0K2vD .nav-item:focus,
.cid-qBkDW0K2vD .nav-link:focus {
  outline: none;
}
.cid-qBkDW0K2vD .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-qBkDW0K2vD .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-qBkDW0K2vD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBkDW0K2vD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qBkDW0K2vD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-qBkDW0K2vD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qBkDW0K2vD .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qBkDW0K2vD .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qBkDW0K2vD .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qBkDW0K2vD .navbar .navbar-collapse {
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 60px);
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-qBkDW0K2vD .navbar .navbar-collapse.show,
.cid-qBkDW0K2vD .navbar .navbar-collapse.collapsing {
  display: flex;
}
.cid-qBkDW0K2vD .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-qBkDW0K2vD .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-qBkDW0K2vD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qBkDW0K2vD .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-qBkDW0K2vD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qBkDW0K2vD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qBkDW0K2vD .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-qBkDW0K2vD .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-qBkDW0K2vD .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-qBkDW0K2vD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-qBkDW0K2vD .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qBkDW0K2vD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qBkDW0K2vD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qBkDW0K2vD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qBkDW0K2vD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qBkDW0K2vD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qBkDW0K2vD .dropdown-item.active,
.cid-qBkDW0K2vD .dropdown-item:active {
  background-color: transparent;
}
.cid-qBkDW0K2vD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qBkDW0K2vD .nav-dropdown .link {
  margin: .2em 0em;
}
.cid-qBkDW0K2vD .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-qBkDW0K2vD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-qBkDW0K2vD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qBkDW0K2vD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qBkDW0K2vD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBkDW0K2vD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qBkDW0K2vD .navbar-buttons {
  text-align: inherit;
}
.cid-qBkDW0K2vD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qBkDW0K2vD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qBkDW0K2vD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBkDW0K2vD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBkDW0K2vD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBkDW0K2vD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBkDW0K2vD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBkDW0K2vD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBkDW0K2vD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBkDW0K2vD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBkDW0K2vD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qBkDW0K2vD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qBkDW0K2vD .icons-menu {
  text-align: inherit;
}
.cid-qBkDW0K2vD .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qBkDW0K2vD .navbar {
    height: 77px;
  }
  .cid-qBkDW0K2vD .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-qBkDW0K2vD .navbar-collapse .img-column {
    display: none;
  }
  .cid-qBkDW0K2vD .icons-menu,
  .cid-qBkDW0K2vD .navbar-buttons,
  .cid-qBkDW0K2vD .contact-block,
  .cid-qBkDW0K2vD .text-column {
    text-align: center !important;
  }
}
.cid-qBkEwSJ5eK {
  background-image: url("../../../assets/images/nordwood-themes-162928-2000x1333.jpg");
}
.cid-qBkEwSJ5eK .mbr-overlay {
  background: #232323;
}
.cid-qBkEwSJ5eK .mbr-section-title {
  letter-spacing: .5rem;
  text-align: center;
  color: #ffffff;
}
.cid-qBkEwSJ5eK .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qBl2sZxqR2 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qBl2sZxqR2 .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #ffffff;
  transition: all 0.4s ease-in-out;
}
.cid-qBl2sZxqR2 .content-block .mbr-text {
  margin: 0;
}
.cid-qBl2sZxqR2 .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl2sZxqR2 .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl2sZxqR2 .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl2sZxqR2 .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl2sZxqR2 .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl2sZxqR2 h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBl32EjVq1 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qBl32EjVq1 .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBl32EjVq1 .content-block .mbr-text {
  margin: 0;
}
.cid-qBl32EjVq1 .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl32EjVq1 .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl32EjVq1 .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl32EjVq1 .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl32EjVq1 .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl32EjVq1 h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBl338b1Pb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qBl338b1Pb .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBl338b1Pb .content-block .mbr-text {
  margin: 0;
}
.cid-qBl338b1Pb .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl338b1Pb .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl338b1Pb .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl338b1Pb .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl338b1Pb .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl338b1Pb h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBl34xTf2o {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qBl34xTf2o .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBl34xTf2o .content-block .mbr-text {
  margin: 0;
}
.cid-qBl34xTf2o .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl34xTf2o .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl34xTf2o .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl34xTf2o .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl34xTf2o .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl34xTf2o h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBkKaOa49G {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qBkKaOa49G .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-qBkKaOa49G .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qBkKaOa49G .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-qBkKaOa49G .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qBkKaOa49G .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qBkKaOa49G .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-qBkKaOa49G .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qBkKaOa49G .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-qBkKaOa49G .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-qBkcPOeRCx .nav-item:focus,
.cid-qBkcPOeRCx .nav-link:focus {
  outline: none;
}
.cid-qBkcPOeRCx .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-qBkcPOeRCx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBkcPOeRCx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qBkcPOeRCx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-qBkcPOeRCx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qBkcPOeRCx .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qBkcPOeRCx .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qBkcPOeRCx .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qBkcPOeRCx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qBkcPOeRCx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qBkcPOeRCx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qBkcPOeRCx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qBkcPOeRCx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qBkcPOeRCx .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-qBkcPOeRCx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qBkcPOeRCx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qBkcPOeRCx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qBkcPOeRCx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qBkcPOeRCx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qBkcPOeRCx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qBkcPOeRCx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qBkcPOeRCx .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-qBkcPOeRCx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qBkcPOeRCx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qBkcPOeRCx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qBkcPOeRCx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qBkcPOeRCx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qBkcPOeRCx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qBkcPOeRCx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qBkcPOeRCx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qBkcPOeRCx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qBkcPOeRCx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qBkcPOeRCx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qBkcPOeRCx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qBkcPOeRCx .dropdown-item.active,
.cid-qBkcPOeRCx .dropdown-item:active {
  background-color: transparent;
}
.cid-qBkcPOeRCx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qBkcPOeRCx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qBkcPOeRCx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qBkcPOeRCx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qBkcPOeRCx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qBkcPOeRCx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBkcPOeRCx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qBkcPOeRCx .navbar-buttons {
  text-align: center;
}
.cid-qBkcPOeRCx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBkcPOeRCx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBkcPOeRCx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBkcPOeRCx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBkcPOeRCx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBkcPOeRCx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBkcPOeRCx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qBkcPOeRCx a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qBkcPOeRCx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qBkcPOeRCx .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qBkcPOeRCx .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qBkcPOeRCx .navbar {
    height: 77px;
  }
  .cid-qBkcPOeRCx .navbar.opened {
    height: auto;
  }
}
.cid-qBkTfy6pJZ {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/pan-xiaozhen-295629-2000x1125.jpg");
}
.cid-qBkTfy6pJZ .mbr-overlay {
  background: #232323;
}
.cid-qBkTfy6pJZ .mbr-section-title {
  letter-spacing: .5rem;
  text-align: left;
  color: #ffffff;
}
.cid-qBkkD2Ndt6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qBkkD2Ndt6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qBkkD2Ndt6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qBkkD2Ndt6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qBkkD2Ndt6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qBkkD2Ndt6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background: linear-gradient(180deg, #ffffff, #f9e2af);
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qBkkD2Ndt6 .icon-focus {
  display: none;
}
.cid-qBkkD2Ndt6 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-qBkkD2Ndt6 ul {
  font-size: 0;
}
.cid-qBkkD2Ndt6 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-qBkkD2Ndt6 .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-qBkkD2Ndt6 .mbr-gallery-filter ul li .btn.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #f9e2af, #f5aeb5);
}
.cid-qBkkD2Ndt6 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-qBkkD2Ndt6 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-qBkkD2Ndt6 .mbr-gallery-item > div:hover:before {
  opacity: .8 !important;
}
.cid-qBkkD2Ndt6 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-qBkkD2Ndt6 .btn:hover {
  background: transparent !important;
}
.cid-qBkkD2Ndt6 .btn:hover:before {
  background: transparent !important;
}
.cid-qBkkD2Ndt6 .btn:before {
  background-color: transparent !important;
}
.cid-qBkkD2Ndt6 .btn:focus {
  box-shadow: none;
}
.cid-qBkkD2Ndt6 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-qBkktFmlHh .modal-body .close {
  background: #1b1b1b;
}
.cid-qBkktFmlHh .modal-body .close span {
  font-style: normal;
}
.cid-qBkktFmlHh .carousel-inner > .active,
.cid-qBkktFmlHh .carousel-inner > .next,
.cid-qBkktFmlHh .carousel-inner > .prev {
  display: table;
}
.cid-qBkktFmlHh .carousel-control .icon-next,
.cid-qBkktFmlHh .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qBkktFmlHh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qBkktFmlHh .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBkktFmlHh .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qBkktFmlHh .boxed-slider > div {
  position: relative;
}
.cid-qBkktFmlHh .container img {
  width: 100%;
}
.cid-qBkktFmlHh .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-qBkktFmlHh .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBkktFmlHh .mbr-table-cell {
  padding: 0;
}
.cid-qBkktFmlHh .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qBkktFmlHh .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qBkktFmlHh .mbr-overlay {
  z-index: 1;
}
.cid-qBkktFmlHh .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBkktFmlHh .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-qBkktFmlHh .carousel-item .container {
    width: 100%;
  }
}
.cid-qBkktFmlHh .carousel-item-next.carousel-item-left,
.cid-qBkktFmlHh .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qBkktFmlHh .active.carousel-item-right,
.cid-qBkktFmlHh .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qBkktFmlHh .active.carousel-item-left,
.cid-qBkktFmlHh .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qBkktFmlHh .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;
}
.cid-qBkktFmlHh .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qBkktFmlHh .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qBkktFmlHh .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qBkktFmlHh .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qBkktFmlHh .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qBkktFmlHh .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-qBkktFmlHh .mbr-slider .carousel-indicators li.active,
.cid-qBkktFmlHh .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qBkktFmlHh .mbr-slider .carousel-indicators li::after,
.cid-qBkktFmlHh .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qBkktFmlHh .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qBkktFmlHh .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qBkktFmlHh .mbr-slider > .container img {
  width: 100%;
}
.cid-qBkktFmlHh .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-qBkktFmlHh .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qBkktFmlHh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qBkktFmlHh .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qBkktFmlHh .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qBkktFmlHh .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qBkktFmlHh .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qBkktFmlHh .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qBkktFmlHh .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qBkktFmlHh .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qBkktFmlHh .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qBkktFmlHh .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qBkktFmlHh .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qBkkDW3Pl8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-qBkkDW3Pl8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qBkkDW3Pl8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qBkkDW3Pl8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qBkkDW3Pl8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qBkkDW3Pl8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background: linear-gradient(180deg, #ffffff, #f9e2af);
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qBkkDW3Pl8 .icon-focus {
  display: none;
}
.cid-qBkkDW3Pl8 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-qBkkDW3Pl8 ul {
  font-size: 0;
}
.cid-qBkkDW3Pl8 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-qBkkDW3Pl8 .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-qBkkDW3Pl8 .mbr-gallery-filter ul li .btn.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #f9e2af, #f5aeb5);
}
.cid-qBkkDW3Pl8 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-qBkkDW3Pl8 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-qBkkDW3Pl8 .mbr-gallery-item > div:hover:before {
  opacity: .8 !important;
}
.cid-qBkkDW3Pl8 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-qBkkDW3Pl8 .btn:hover {
  background: transparent !important;
}
.cid-qBkkDW3Pl8 .btn:hover:before {
  background: transparent !important;
}
.cid-qBkkDW3Pl8 .btn:before {
  background-color: transparent !important;
}
.cid-qBkkDW3Pl8 .btn:focus {
  box-shadow: none;
}
.cid-qBkkDW3Pl8 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-qBkkERdJam {
  background: #ffffff;
}
.cid-qBkkERdJam .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-qBkkERdJam .video-block {
    width: 100% !important;
  }
}
.cid-qBkkFhqEQI {
  background: #ffffff;
  background: linear-gradient(135deg, #ffffff, #69b9d0);
}
.cid-qBkkFhqEQI .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-qBkkFhqEQI .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-qBkkFhqEQI .image-block {
    width: 100% !important;
  }
}
.cid-qBl4a4PGyu {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qBl4a4PGyu .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBl4a4PGyu .content-block .mbr-text {
  margin: 0;
}
.cid-qBl4a4PGyu .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl4a4PGyu .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl4a4PGyu .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl4a4PGyu .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl4a4PGyu .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl4a4PGyu h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBl4aM0muZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qBl4aM0muZ .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBl4aM0muZ .content-block .mbr-text {
  margin: 0;
}
.cid-qBl4aM0muZ .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl4aM0muZ .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl4aM0muZ .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl4aM0muZ .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl4aM0muZ .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl4aM0muZ h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBl4bfnZiD {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qBl4bfnZiD .content-block {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f9e2af;
  transition: all 0.4s ease-in-out;
}
.cid-qBl4bfnZiD .content-block .mbr-text {
  margin: 0;
}
.cid-qBl4bfnZiD .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qBl4bfnZiD .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qBl4bfnZiD .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qBl4bfnZiD .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qBl4bfnZiD .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qBl4bfnZiD h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qBkKoMjcgK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qBkKoMjcgK .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-qBkKoMjcgK .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qBkKoMjcgK .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-qBkKoMjcgK .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qBkKoMjcgK .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qBkKoMjcgK .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-qBkKoMjcgK .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qBkKoMjcgK .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-qBkKoMjcgK .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
