@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: 3.3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.28rem;
}
.display-2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.4rem;
}
.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.6rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Cormorant Upright', serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.64rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((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: #ffda73 !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: #ffda73;
  border-color: #ffda73;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #ffc626;
  border-color: #ffc626;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffc626 !important;
  border-color: #ffc626 !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: #ffbf0d;
  color: #ffbf0d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #ffda73;
  border-color: #ffda73;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffda73 !important;
  border-color: #ffda73 !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: #ffda73 !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: #ffbf0d !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: #ffda73;
  border-color: #ffda73;
  color: #8c6700;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #ffda73;
}
.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;
}
#scrollToTop a {
  border: 2px solid #ffbc00;
  background: transparent;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #ffbc00;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #ffbc00;
  border-right: 2px solid #ffbc00;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
}
/* 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.2rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
.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: #ffda73;
  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: #ffda73;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #ffda73;
}
.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-qRwAQNKhus .nav-item:focus,
.cid-qRwAQNKhus .nav-link:focus {
  outline: none;
}
.cid-qRwAQNKhus .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-qRwAQNKhus .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qRwAQNKhus .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qRwAQNKhus .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-qRwAQNKhus .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qRwAQNKhus .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qRwAQNKhus .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qRwAQNKhus .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qRwAQNKhus .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qRwAQNKhus .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qRwAQNKhus .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qRwAQNKhus .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qRwAQNKhus .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qRwAQNKhus .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-qRwAQNKhus .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qRwAQNKhus .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qRwAQNKhus .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qRwAQNKhus .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qRwAQNKhus .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qRwAQNKhus .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qRwAQNKhus .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qRwAQNKhus .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-qRwAQNKhus .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qRwAQNKhus .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qRwAQNKhus .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qRwAQNKhus .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qRwAQNKhus .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qRwAQNKhus .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qRwAQNKhus .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qRwAQNKhus .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qRwAQNKhus .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qRwAQNKhus .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qRwAQNKhus .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qRwAQNKhus .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qRwAQNKhus .dropdown-item.active,
.cid-qRwAQNKhus .dropdown-item:active {
  background-color: transparent;
}
.cid-qRwAQNKhus .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qRwAQNKhus .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qRwAQNKhus .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qRwAQNKhus .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qRwAQNKhus .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qRwAQNKhus .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qRwAQNKhus ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qRwAQNKhus .navbar-buttons {
  text-align: center;
}
.cid-qRwAQNKhus button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qRwAQNKhus button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qRwAQNKhus button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qRwAQNKhus button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qRwAQNKhus button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qRwAQNKhus button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qRwAQNKhus nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qRwAQNKhus nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qRwAQNKhus nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qRwAQNKhus nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qRwAQNKhus .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qRwAQNKhus a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qRwAQNKhus .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qRwAQNKhus .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qRwAQNKhus .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-qRwAQNKhus .nav-link:hover,
.cid-qRwAQNKhus .dropdown-item:hover,
.cid-qRwAQNKhus .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qRwAQNKhus .navbar {
    height: 77px;
  }
  .cid-qRwAQNKhus .navbar.opened {
    height: auto;
  }
}
.cid-qRwAMXMF8Z {
  background-image: url("../../../assets/images/1m7a0537-2000x1333.jpg");
}
.cid-qRwAMXMF8Z .mbr-section-title,
.cid-qRwAMXMF8Z .ornament {
  text-align: left;
  color: #000000;
}
.cid-qRwAMXMF8Z .mbr-text,
.cid-qRwAMXMF8Z .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-qRwCBMX2Dg {
  padding-top: 80px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/baati-1200x604.jpg");
}
.cid-qRwCBMX2Dg .btn-wrapper {
  width: 100%;
}
.cid-qRwCBMX2Dg .mbr-media.show-modal {
  cursor: pointer;
  display: block;
  height: 4em;
  width: 4em;
  margin: 0 auto;
}
.cid-qRwCBMX2Dg .mbr-text {
  display: inline-block;
  padding: 0 1rem;
}
.cid-qRwCBMX2Dg .subtitle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qRwCBMX2Dg .subtitle-wrapper hr {
  border: 1px solid;
  flex-basis: 10%;
  flex-shrink: 0;
}
.cid-qRwCBMX2Dg .line-left,
.cid-qRwCBMX2Dg .line-right {
  display: inline-block;
  width: 80px;
  height: 3px;
  background-color: #fff;
}
.cid-qRwCBMX2Dg .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-qRwCBMX2Dg .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-qRwCBMX2Dg .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-qRwCBMX2Dg a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-qRwCBMX2Dg a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qRwCBMX2Dg .subtitle-wrapper hr {
    display: none;
  }
}
.cid-qRwCBMX2Dg .subtitle-wrapper,
.cid-qRwCBMX2Dg .mbr-text {
  color: #ffffff;
}
.cid-qRwCBMX2Dg H1 {
  color: #ffffff;
}
.cid-qRwOZPk62Y {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qRwOZPk62Y .mbr-text {
  position: relative;
}
.cid-qRwOZPk62Y .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-qRwOZPk62Y .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-qRwOZPk62Y .mbr-text:after,
  .cid-qRwOZPk62Y .mbr-text:before {
    display: none;
  }
}
.cid-qRwPbqTEIG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qRwNYcalGA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qRwNYcalGA .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-qRwNYcalGA .content-block .mbr-text {
  margin: 0;
}
.cid-qRwNYcalGA .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qRwNYcalGA .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qRwNYcalGA .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qRwNYcalGA .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qRwNYcalGA .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qRwNYcalGA h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qRwV5rwEa1 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qRwCVhEtLw .google-map {
  height: 25rem;
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-qRwCVhEtLw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qRwCVhEtLw .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-qRwCVhEtLw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qRwCVhEtLw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-qY82Xrchk6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qY82Xrchk6 *:focus {
  outline: none;
}
.cid-qY82Xrchk6 .input-wrap {
  padding-bottom: 2rem;
}
.cid-qY82Xrchk6 .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-qY82Xrchk6 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-qY82Xrchk6 textarea:focus {
  color: #000000;
}
.cid-qY82Xrchk6 ::-webkit-input-placeholder {
  color: #000000;
}
.cid-qY82Xrchk6 ::-moz-placeholder {
  color: #000000;
}
.cid-qY82Xrchk6 :-ms-input-placeholder {
  color: #000000;
}
.cid-qY82Xrchk6 :-moz-placeholder {
  color: #000000;
}
.cid-qY82Xrchk6 .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-qY82Xrchk6 .soc-item .socicon {
  font-size: 1.5rem;
  color: #000000;
  opacity: 1;
}
.cid-qY82Xrchk6 .soc-item .socicon:hover {
  opacity: .5;
}
.cid-qY82Xrchk6 .form-control:focus {
  border: none;
  border-bottom: 2px solid;
  border-bottom-color: #000000;
  background: transparent;
}
.cid-qY82Xrchk6 .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-qY82Xrchk6 .first-column,
  .cid-qY82Xrchk6 .form-1 {
    text-align: center;
  }
}
.cid-qRwWpgTK6v .nav-item:focus,
.cid-qRwWpgTK6v .nav-link:focus {
  outline: none;
}
.cid-qRwWpgTK6v .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-qRwWpgTK6v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qRwWpgTK6v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qRwWpgTK6v .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-qRwWpgTK6v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qRwWpgTK6v .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qRwWpgTK6v .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qRwWpgTK6v .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qRwWpgTK6v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qRwWpgTK6v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qRwWpgTK6v .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qRwWpgTK6v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qRwWpgTK6v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qRwWpgTK6v .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-qRwWpgTK6v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qRwWpgTK6v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qRwWpgTK6v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qRwWpgTK6v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qRwWpgTK6v .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qRwWpgTK6v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qRwWpgTK6v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qRwWpgTK6v .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-qRwWpgTK6v .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qRwWpgTK6v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qRwWpgTK6v .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qRwWpgTK6v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qRwWpgTK6v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qRwWpgTK6v .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qRwWpgTK6v .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qRwWpgTK6v .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qRwWpgTK6v .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qRwWpgTK6v .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qRwWpgTK6v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qRwWpgTK6v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qRwWpgTK6v .dropdown-item.active,
.cid-qRwWpgTK6v .dropdown-item:active {
  background-color: transparent;
}
.cid-qRwWpgTK6v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qRwWpgTK6v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qRwWpgTK6v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qRwWpgTK6v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qRwWpgTK6v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qRwWpgTK6v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qRwWpgTK6v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qRwWpgTK6v .navbar-buttons {
  text-align: center;
}
.cid-qRwWpgTK6v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qRwWpgTK6v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qRwWpgTK6v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qRwWpgTK6v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qRwWpgTK6v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qRwWpgTK6v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qRwWpgTK6v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qRwWpgTK6v nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qRwWpgTK6v nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qRwWpgTK6v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qRwWpgTK6v .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qRwWpgTK6v a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qRwWpgTK6v .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qRwWpgTK6v .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qRwWpgTK6v .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-qRwWpgTK6v .nav-link:hover,
.cid-qRwWpgTK6v .dropdown-item:hover,
.cid-qRwWpgTK6v .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qRwWpgTK6v .navbar {
    height: 77px;
  }
  .cid-qRwWpgTK6v .navbar.opened {
    height: auto;
  }
}
.cid-qRwWpjzLp5 {
  background-image: url("../../../assets/images/copy-of-1m7a0545-2000x1333.jpg");
}
.cid-qRwWpjzLp5 .btn-wrapper {
  width: 100%;
}
.cid-qRwWpjzLp5 .mbr-media.show-modal {
  cursor: pointer;
  display: block;
  height: 4em;
  width: 4em;
  margin: 0 auto;
}
.cid-qRwWpjzLp5 .mbr-text {
  display: inline-block;
  padding: 0 1rem;
}
.cid-qRwWpjzLp5 .subtitle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qRwWpjzLp5 .subtitle-wrapper hr {
  border: 1px solid;
  flex-basis: 10%;
  flex-shrink: 0;
}
.cid-qRwWpjzLp5 .line-left,
.cid-qRwWpjzLp5 .line-right {
  display: inline-block;
  width: 80px;
  height: 3px;
  background-color: #fff;
}
.cid-qRwWpjzLp5 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-qRwWpjzLp5 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-qRwWpjzLp5 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-qRwWpjzLp5 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-qRwWpjzLp5 a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qRwWpjzLp5 .subtitle-wrapper hr {
    display: none;
  }
}
.cid-qRwWpjzLp5 .subtitle-wrapper,
.cid-qRwWpjzLp5 .mbr-text {
  color: #ffffff;
}
.cid-qRwWpjzLp5 H1 {
  color: #ffffff;
}
.cid-qRwWpnYsqf {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qRwWpnYsqf .mbr-text {
  position: relative;
}
.cid-qRwWpnYsqf .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-qRwWpnYsqf .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-qRwWpnYsqf .mbr-text:after,
  .cid-qRwWpnYsqf .mbr-text:before {
    display: none;
  }
}
.cid-qY80Mv3Spc {
  padding-top: 100px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/banner3-1500x988.jpg");
}
.cid-qY80Mv3Spc .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-qY80Mv3Spc .mbr-overlay {
  background: linear-gradient(#c1c1c1 -10%, #000000 75%);
}
.cid-qYpEd0hReq {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qYpEd0hReq .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-qYpEd0hReq .content-block .mbr-text {
  margin: 0;
}
.cid-qYpEd0hReq .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-qYpEd0hReq .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-qYpEd0hReq .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-qYpEd0hReq .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-qYpEd0hReq .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-qYpEd0hReq h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-qRwWpoHHQ0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qY83B3V8fV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qY83B3V8fV *:focus {
  outline: none;
}
.cid-qY83B3V8fV .input-wrap {
  padding-bottom: 2rem;
}
.cid-qY83B3V8fV .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-qY83B3V8fV 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-qY83B3V8fV textarea:focus {
  color: #000000;
}
.cid-qY83B3V8fV ::-webkit-input-placeholder {
  color: #000000;
}
.cid-qY83B3V8fV ::-moz-placeholder {
  color: #000000;
}
.cid-qY83B3V8fV :-ms-input-placeholder {
  color: #000000;
}
.cid-qY83B3V8fV :-moz-placeholder {
  color: #000000;
}
.cid-qY83B3V8fV .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-qY83B3V8fV .soc-item .socicon {
  font-size: 1.5rem;
  color: #000000;
  opacity: 1;
}
.cid-qY83B3V8fV .soc-item .socicon:hover {
  opacity: .5;
}
.cid-qY83B3V8fV .form-control:focus {
  border: none;
  border-bottom: 2px solid;
  border-bottom-color: #000000;
  background: transparent;
}
.cid-qY83B3V8fV .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-qY83B3V8fV .first-column,
  .cid-qY83B3V8fV .form-1 {
    text-align: center;
  }
}
.cid-qRxesSys2o .nav-item:focus,
.cid-qRxesSys2o .nav-link:focus {
  outline: none;
}
.cid-qRxesSys2o .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-qRxesSys2o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qRxesSys2o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qRxesSys2o .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-qRxesSys2o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qRxesSys2o .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qRxesSys2o .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qRxesSys2o .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qRxesSys2o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qRxesSys2o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qRxesSys2o .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qRxesSys2o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qRxesSys2o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qRxesSys2o .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-qRxesSys2o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qRxesSys2o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qRxesSys2o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qRxesSys2o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qRxesSys2o .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qRxesSys2o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qRxesSys2o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qRxesSys2o .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-qRxesSys2o .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qRxesSys2o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qRxesSys2o .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qRxesSys2o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qRxesSys2o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qRxesSys2o .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qRxesSys2o .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qRxesSys2o .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qRxesSys2o .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qRxesSys2o .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qRxesSys2o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qRxesSys2o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qRxesSys2o .dropdown-item.active,
.cid-qRxesSys2o .dropdown-item:active {
  background-color: transparent;
}
.cid-qRxesSys2o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qRxesSys2o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qRxesSys2o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qRxesSys2o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qRxesSys2o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qRxesSys2o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qRxesSys2o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qRxesSys2o .navbar-buttons {
  text-align: center;
}
.cid-qRxesSys2o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qRxesSys2o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qRxesSys2o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qRxesSys2o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qRxesSys2o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qRxesSys2o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qRxesSys2o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qRxesSys2o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qRxesSys2o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qRxesSys2o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qRxesSys2o .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qRxesSys2o a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qRxesSys2o .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qRxesSys2o .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qRxesSys2o .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-qRxesSys2o .nav-link:hover,
.cid-qRxesSys2o .dropdown-item:hover,
.cid-qRxesSys2o .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qRxesSys2o .navbar {
    height: 77px;
  }
  .cid-qRxesSys2o .navbar.opened {
    height: auto;
  }
}
.cid-qRxesU7jcm {
  background-image: url("../../../assets/images/baati-1200x604.jpg");
}
.cid-qRxesU7jcm .btn-wrapper {
  width: 100%;
}
.cid-qRxesU7jcm .mbr-media.show-modal {
  cursor: pointer;
  display: block;
  height: 4em;
  width: 4em;
  margin: 0 auto;
}
.cid-qRxesU7jcm .mbr-text {
  display: inline-block;
  padding: 0 1rem;
}
.cid-qRxesU7jcm .subtitle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qRxesU7jcm .subtitle-wrapper hr {
  border: 1px solid;
  flex-basis: 10%;
  flex-shrink: 0;
}
.cid-qRxesU7jcm .line-left,
.cid-qRxesU7jcm .line-right {
  display: inline-block;
  width: 80px;
  height: 3px;
  background-color: #fff;
}
.cid-qRxesU7jcm .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-qRxesU7jcm .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-qRxesU7jcm .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-qRxesU7jcm a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-qRxesU7jcm a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qRxesU7jcm .subtitle-wrapper hr {
    display: none;
  }
}
.cid-qRxesU7jcm .subtitle-wrapper,
.cid-qRxesU7jcm .mbr-text {
  color: #ffffff;
}
.cid-qRxesU7jcm H1 {
  color: #ffffff;
}
.cid-qRxesVjpdn {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qRxesVjpdn .mbr-text {
  position: relative;
}
.cid-qRxesVjpdn .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-qRxesVjpdn .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-qRxesVjpdn .mbr-text:after,
  .cid-qRxesVjpdn .mbr-text:before {
    display: none;
  }
}
.cid-qRxezRx38U {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qRxezRx38U .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qRxezRx38U .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qRxezRx38U .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qRxezRx38U .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qRxezRx38U .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-qRxezRx38U .icon-focus {
  display: none;
}
.cid-qRxezRx38U .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-qRxezRx38U ul {
  font-size: 0;
}
.cid-qRxezRx38U .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-qRxezRx38U .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-qRxezRx38U .mbr-gallery-filter ul li .btn.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ffda73, #f5aeb5);
}
.cid-qRxezRx38U .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-qRxezRx38U .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-qRxezRx38U .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-qRxezRx38U .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-qRxezRx38U .btn:hover {
  background: transparent !important;
}
.cid-qRxezRx38U .btn:hover:before {
  background: transparent !important;
}
.cid-qRxezRx38U .btn:before {
  background-color: transparent !important;
}
.cid-qRxezRx38U .btn:focus {
  box-shadow: none;
}
.cid-qRxezRx38U .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-qY83GUkFu5 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qY83GUkFu5 *:focus {
  outline: none;
}
.cid-qY83GUkFu5 .input-wrap {
  padding-bottom: 2rem;
}
.cid-qY83GUkFu5 .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-qY83GUkFu5 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-qY83GUkFu5 textarea:focus {
  color: #000000;
}
.cid-qY83GUkFu5 ::-webkit-input-placeholder {
  color: #000000;
}
.cid-qY83GUkFu5 ::-moz-placeholder {
  color: #000000;
}
.cid-qY83GUkFu5 :-ms-input-placeholder {
  color: #000000;
}
.cid-qY83GUkFu5 :-moz-placeholder {
  color: #000000;
}
.cid-qY83GUkFu5 .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-qY83GUkFu5 .soc-item .socicon {
  font-size: 1.5rem;
  color: #000000;
  opacity: 1;
}
.cid-qY83GUkFu5 .soc-item .socicon:hover {
  opacity: .5;
}
.cid-qY83GUkFu5 .form-control:focus {
  border: none;
  border-bottom: 2px solid;
  border-bottom-color: #000000;
  background: transparent;
}
.cid-qY83GUkFu5 .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-qY83GUkFu5 .first-column,
  .cid-qY83GUkFu5 .form-1 {
    text-align: center;
  }
}
.cid-qRx3hh5JBW .nav-item:focus,
.cid-qRx3hh5JBW .nav-link:focus {
  outline: none;
}
.cid-qRx3hh5JBW .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-qRx3hh5JBW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qRx3hh5JBW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qRx3hh5JBW .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-qRx3hh5JBW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qRx3hh5JBW .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qRx3hh5JBW .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qRx3hh5JBW .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qRx3hh5JBW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qRx3hh5JBW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qRx3hh5JBW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qRx3hh5JBW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qRx3hh5JBW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qRx3hh5JBW .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-qRx3hh5JBW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qRx3hh5JBW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qRx3hh5JBW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qRx3hh5JBW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qRx3hh5JBW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qRx3hh5JBW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qRx3hh5JBW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qRx3hh5JBW .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-qRx3hh5JBW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qRx3hh5JBW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qRx3hh5JBW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qRx3hh5JBW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qRx3hh5JBW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qRx3hh5JBW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qRx3hh5JBW .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qRx3hh5JBW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qRx3hh5JBW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qRx3hh5JBW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qRx3hh5JBW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qRx3hh5JBW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qRx3hh5JBW .dropdown-item.active,
.cid-qRx3hh5JBW .dropdown-item:active {
  background-color: transparent;
}
.cid-qRx3hh5JBW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qRx3hh5JBW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qRx3hh5JBW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qRx3hh5JBW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qRx3hh5JBW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qRx3hh5JBW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qRx3hh5JBW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qRx3hh5JBW .navbar-buttons {
  text-align: center;
}
.cid-qRx3hh5JBW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qRx3hh5JBW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qRx3hh5JBW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qRx3hh5JBW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qRx3hh5JBW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qRx3hh5JBW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qRx3hh5JBW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qRx3hh5JBW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qRx3hh5JBW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qRx3hh5JBW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qRx3hh5JBW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qRx3hh5JBW a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qRx3hh5JBW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qRx3hh5JBW .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qRx3hh5JBW .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-qRx3hh5JBW .nav-link:hover,
.cid-qRx3hh5JBW .dropdown-item:hover,
.cid-qRx3hh5JBW .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qRx3hh5JBW .navbar {
    height: 77px;
  }
  .cid-qRx3hh5JBW .navbar.opened {
    height: auto;
  }
}
.cid-qRx6B3mOol {
  background-image: url("../../../assets/images/jaipur-guide-1680x808.jpg");
}
.cid-qRx6B3mOol .btn-wrapper {
  width: 100%;
}
.cid-qRx6B3mOol .mbr-media.show-modal {
  cursor: pointer;
  display: block;
  height: 4em;
  width: 4em;
  margin: 0 auto;
}
.cid-qRx6B3mOol .mbr-text {
  display: inline-block;
  padding: 0 1rem;
}
.cid-qRx6B3mOol .subtitle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qRx6B3mOol .subtitle-wrapper hr {
  border: 1px solid;
  flex-basis: 10%;
  flex-shrink: 0;
}
.cid-qRx6B3mOol .line-left,
.cid-qRx6B3mOol .line-right {
  display: inline-block;
  width: 80px;
  height: 3px;
  background-color: #fff;
}
.cid-qRx6B3mOol .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-qRx6B3mOol .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-qRx6B3mOol .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-qRx6B3mOol a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-qRx6B3mOol a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qRx6B3mOol .subtitle-wrapper hr {
    display: none;
  }
}
.cid-qRx6B3mOol H1 {
  text-align: left;
  color: #000000;
}
.cid-qRx6B3mOol .subtitle-wrapper,
.cid-qRx6B3mOol .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-qRx7uwQKvq {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qRx7uwQKvq .mbr-text {
  position: relative;
}
.cid-qRx7uwQKvq .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-qRx7uwQKvq .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-qRx7uwQKvq .mbr-text:after,
  .cid-qRx7uwQKvq .mbr-text:before {
    display: none;
  }
}
.cid-qRx9w6Wl3W {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qRx9w6Wl3W .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-qRx9w6Wl3W .text-block {
  position: relative;
  z-index: 0;
}
.cid-qRx9w6Wl3W .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-qRx9w6Wl3W .box {
  left: 20%;
}
.cid-qRx9w6Wl3W .text-box {
  left: 0;
  transform: rotate(180deg);
}
.cid-qRx9w6Wl3W .mbr-section-text,
.cid-qRx9w6Wl3W .mbr-section-title {
  margin-left: 31%;
  margin-left: 0;
}
@media (max-width: 991px) {
  .cid-qRx9w6Wl3W .text-box {
    display: none;
  }
  .cid-qRx9w6Wl3W .mbr-section-title,
  .cid-qRx9w6Wl3W .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-qRx9w6Wl3W .box {
    display: none;
  }
  .cid-qRx9w6Wl3W .row {
    flex-direction: column-reverse;
  }
  .cid-qRx9w6Wl3W .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qRx9w6Wl3W .text-box {
    writing-mode: bt-rl;
  }
}
.cid-qRx9w6Wl3W .mbr-section-title {
  text-align: left;
}
.cid-qRx9w6Wl3W .mbr-section-text {
  text-align: left;
}
.cid-qRx9QcQx9q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qRx9QcQx9q .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-qRx9QcQx9q .text-block {
  position: relative;
  z-index: 0;
}
.cid-qRx9QcQx9q .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-qRx9QcQx9q .box {
  left: 20%;
}
.cid-qRx9QcQx9q .text-box {
  left: 0;
  transform: rotate(180deg);
}
.cid-qRx9QcQx9q .mbr-section-text,
.cid-qRx9QcQx9q .mbr-section-title {
  margin-left: 31%;
  margin-left: 0;
}
@media (max-width: 991px) {
  .cid-qRx9QcQx9q .text-box {
    display: none;
  }
  .cid-qRx9QcQx9q .mbr-section-title,
  .cid-qRx9QcQx9q .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-qRx9QcQx9q .box {
    display: none;
  }
  .cid-qRx9QcQx9q .row {
    flex-direction: column-reverse;
  }
  .cid-qRx9QcQx9q .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qRx9QcQx9q .text-box {
    writing-mode: bt-rl;
  }
}
.cid-qRx9QcQx9q .mbr-section-title {
  text-align: left;
}
.cid-qRx9QcQx9q .mbr-section-text {
  text-align: left;
}
.cid-qRxbTaZ3XR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qRxbTaZ3XR .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-qRxbTaZ3XR .text-block {
  position: relative;
  z-index: 0;
}
.cid-qRxbTaZ3XR .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-qRxbTaZ3XR .box {
  left: 20%;
}
.cid-qRxbTaZ3XR .text-box {
  left: 0;
  transform: rotate(180deg);
}
.cid-qRxbTaZ3XR .mbr-section-text,
.cid-qRxbTaZ3XR .mbr-section-title {
  margin-left: 31%;
  margin-left: 0;
}
@media (max-width: 991px) {
  .cid-qRxbTaZ3XR .text-box {
    display: none;
  }
  .cid-qRxbTaZ3XR .mbr-section-title,
  .cid-qRxbTaZ3XR .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-qRxbTaZ3XR .box {
    display: none;
  }
  .cid-qRxbTaZ3XR .row {
    flex-direction: column-reverse;
  }
  .cid-qRxbTaZ3XR .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qRxbTaZ3XR .text-box {
    writing-mode: bt-rl;
  }
}
.cid-qRxbTaZ3XR .mbr-section-title {
  text-align: left;
}
.cid-qRxbTaZ3XR .mbr-section-text {
  text-align: left;
}
.cid-qY845tWllf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qY845tWllf *:focus {
  outline: none;
}
.cid-qY845tWllf .input-wrap {
  padding-bottom: 2rem;
}
.cid-qY845tWllf .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-qY845tWllf 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-qY845tWllf textarea:focus {
  color: #000000;
}
.cid-qY845tWllf ::-webkit-input-placeholder {
  color: #000000;
}
.cid-qY845tWllf ::-moz-placeholder {
  color: #000000;
}
.cid-qY845tWllf :-ms-input-placeholder {
  color: #000000;
}
.cid-qY845tWllf :-moz-placeholder {
  color: #000000;
}
.cid-qY845tWllf .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-qY845tWllf .soc-item .socicon {
  font-size: 1.5rem;
  color: #000000;
  opacity: 1;
}
.cid-qY845tWllf .soc-item .socicon:hover {
  opacity: .5;
}
.cid-qY845tWllf .form-control:focus {
  border: none;
  border-bottom: 2px solid;
  border-bottom-color: #000000;
  background: transparent;
}
.cid-qY845tWllf .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-qY845tWllf .first-column,
  .cid-qY845tWllf .form-1 {
    text-align: center;
  }
}
.cid-qRwWRpneld .nav-item:focus,
.cid-qRwWRpneld .nav-link:focus {
  outline: none;
}
.cid-qRwWRpneld .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-qRwWRpneld .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qRwWRpneld .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qRwWRpneld .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-qRwWRpneld .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qRwWRpneld .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qRwWRpneld .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qRwWRpneld .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qRwWRpneld .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qRwWRpneld .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qRwWRpneld .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qRwWRpneld .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qRwWRpneld .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qRwWRpneld .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-qRwWRpneld .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qRwWRpneld .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qRwWRpneld .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qRwWRpneld .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qRwWRpneld .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qRwWRpneld .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qRwWRpneld .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qRwWRpneld .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-qRwWRpneld .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qRwWRpneld .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qRwWRpneld .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qRwWRpneld .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qRwWRpneld .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qRwWRpneld .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qRwWRpneld .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qRwWRpneld .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qRwWRpneld .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qRwWRpneld .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qRwWRpneld .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qRwWRpneld .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qRwWRpneld .dropdown-item.active,
.cid-qRwWRpneld .dropdown-item:active {
  background-color: transparent;
}
.cid-qRwWRpneld .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qRwWRpneld .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qRwWRpneld .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qRwWRpneld .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qRwWRpneld .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qRwWRpneld .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qRwWRpneld ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qRwWRpneld .navbar-buttons {
  text-align: center;
}
.cid-qRwWRpneld button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qRwWRpneld button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qRwWRpneld button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qRwWRpneld button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qRwWRpneld button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qRwWRpneld button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qRwWRpneld nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qRwWRpneld nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qRwWRpneld nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qRwWRpneld nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qRwWRpneld .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qRwWRpneld a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qRwWRpneld .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qRwWRpneld .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qRwWRpneld .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-qRwWRpneld .nav-link:hover,
.cid-qRwWRpneld .dropdown-item:hover,
.cid-qRwWRpneld .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qRwWRpneld .navbar {
    height: 77px;
  }
  .cid-qRwWRpneld .navbar.opened {
    height: auto;
  }
}
.cid-qRwWRqXISh {
  background-image: url("../../../assets/images/jagra-1372x691.jpg");
}
.cid-qRwWRqXISh .btn-wrapper {
  width: 100%;
}
.cid-qRwWRqXISh .mbr-media.show-modal {
  cursor: pointer;
  display: block;
  height: 4em;
  width: 4em;
  margin: 0 auto;
}
.cid-qRwWRqXISh .mbr-text {
  display: inline-block;
  padding: 0 1rem;
}
.cid-qRwWRqXISh .subtitle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qRwWRqXISh .subtitle-wrapper hr {
  border: 1px solid;
  flex-basis: 10%;
  flex-shrink: 0;
}
.cid-qRwWRqXISh .line-left,
.cid-qRwWRqXISh .line-right {
  display: inline-block;
  width: 80px;
  height: 3px;
  background-color: #fff;
}
.cid-qRwWRqXISh .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-qRwWRqXISh .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-qRwWRqXISh .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-qRwWRqXISh a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-qRwWRqXISh a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qRwWRqXISh .subtitle-wrapper hr {
    display: none;
  }
}
.cid-qRwWRqXISh .subtitle-wrapper,
.cid-qRwWRqXISh .mbr-text {
  color: #ffffff;
}
.cid-qRwWRqXISh H1 {
  color: #ffffff;
}
.cid-qRx2IVEtsX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qRx2IVEtsX .container-fluid {
  padding: 0 3rem;
}
.cid-qRx2IVEtsX .mbr-section-title {
  margin-bottom: 1.5em;
}
.cid-qRx2IVEtsX .mbr-section-subtitle {
  color: #ffbc00;
}
.cid-qRx2IVEtsX .input-main {
  width: 100%;
  margin: 0;
}
.cid-qRx2IVEtsX .input-wrap {
  padding: 0 1rem 1rem 1rem ;
}
.cid-qRx2IVEtsX .input-wrap input {
  border: 1px solid #ddd;
  background-color: #efefef;
  padding: 10px 20px;
  width: 100%;
}
.cid-qRx2IVEtsX .form-group textarea {
  background-color: #efefef;
  padding: 1rem;
}
.cid-qRx2IVEtsX .text-block {
  background: #232323;
  padding: 2rem;
  outline: 1px dashed #f9e2af;
  outline-offset: -15px;
}
.cid-qRx2IVEtsX .work-list {
  list-style-type: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-qRx2IVEtsX .time-block-title {
  color: #ffbc00;
}
.cid-qRx2IVEtsX .time-title {
  color: #bdecb6;
}
@media (max-width: 767px) {
  .cid-qRx2IVEtsX .container-fluid {
    padding: 0 1rem;
  }
  .cid-qRx2IVEtsX .btn {
    padding: 1rem 2rem;
    font-size: 16px !important;
  }
  .cid-qRx2IVEtsX .text-block {
    margin-bottom: 2rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qRx2IVEtsX .text-block {
    border: 1px dashed #f9e2af;
    outline: 15px solid #232323;
  }
}
.cid-qRx348sqeq .google-map {
  height: 25rem;
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-qRx348sqeq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qRx348sqeq .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-qRx348sqeq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qRx348sqeq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-qY84o5bZP2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qY84o5bZP2 *:focus {
  outline: none;
}
.cid-qY84o5bZP2 .input-wrap {
  padding-bottom: 2rem;
}
.cid-qY84o5bZP2 .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-qY84o5bZP2 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-qY84o5bZP2 textarea:focus {
  color: #000000;
}
.cid-qY84o5bZP2 ::-webkit-input-placeholder {
  color: #000000;
}
.cid-qY84o5bZP2 ::-moz-placeholder {
  color: #000000;
}
.cid-qY84o5bZP2 :-ms-input-placeholder {
  color: #000000;
}
.cid-qY84o5bZP2 :-moz-placeholder {
  color: #000000;
}
.cid-qY84o5bZP2 .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-qY84o5bZP2 .soc-item .socicon {
  font-size: 1.5rem;
  color: #000000;
  opacity: 1;
}
.cid-qY84o5bZP2 .soc-item .socicon:hover {
  opacity: .5;
}
.cid-qY84o5bZP2 .form-control:focus {
  border: none;
  border-bottom: 2px solid;
  border-bottom-color: #000000;
  background: transparent;
}
.cid-qY84o5bZP2 .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-qY84o5bZP2 .first-column,
  .cid-qY84o5bZP2 .form-1 {
    text-align: center;
  }
}
