.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Bacasime Antique;
}
.display-1 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 4.5rem;
  line-height: 88px;
  letter-spacing: -0.005em;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2.6rem;
  line-height: 58px;
  letter-spacing: .005em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Bacasime Antique', serif;
  font-size: 1.125rem;
  line-height: 110%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2.375rem;
  line-height: 46px;
  letter-spacing: .005em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.25rem;
  line-height: inherit;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #f2ac2b !important;
}
.bg-success {
  background-color: #171827 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #8d5ef1 !important;
}
.bg-danger {
  background-color: #4d1760 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f2ac2b !important;
  border-color: #f2ac2b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f5bf5b !important;
  border-color: #f5bf5b !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f5bf5b !important;
  border-color: #f5bf5b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ec8c39 !important;
  border-color: #ec8c39 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f0a768 !important;
  border-color: #f0a768 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f0a768 !important;
  border-color: #f0a768 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #171827 !important;
  border-color: #171827 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #2a2c47 !important;
  border-color: #2a2c47 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a2c47 !important;
  border-color: #2a2c47 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #8d5ef1 !important;
  border-color: #8d5ef1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ae8df5 !important;
  border-color: #ae8df5 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ae8df5 !important;
  border-color: #ae8df5 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #4d1760 !important;
  border-color: #4d1760 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #6e2189 !important;
  border-color: #6e2189 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6e2189 !important;
  border-color: #6e2189 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f2ac2b;
  color: #f2ac2b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #bb7d0b !important;
  background-color: transparent !important;
  border-color: #bb7d0b !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f2ac2b !important;
  border-color: #f2ac2b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ec8c39;
  color: #ec8c39;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bc6112 !important;
  background-color: transparent !important;
  border-color: #bc6112 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ec8c39 !important;
  border-color: #ec8c39 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #171827;
  color: #171827;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #171827 !important;
  border-color: #171827 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #8d5ef1;
  color: #8d5ef1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5714e4 !important;
  background-color: transparent !important;
  border-color: #5714e4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #8d5ef1 !important;
  border-color: #8d5ef1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #4d1760;
  color: #4d1760;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #15061a !important;
  background-color: transparent !important;
  border-color: #15061a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4d1760 !important;
  border-color: #4d1760 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f2ac2b !important;
}
.text-secondary {
  color: #ec8c39 !important;
}
.text-success {
  color: #171827 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #8d5ef1 !important;
}
.text-danger {
  color: #4d1760 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ac730b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ae5a11 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #5113d6 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0b030e !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f2ac2b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #8d5ef1;
}
.alert-danger {
  background-color: #4d1760;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f2ac2b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef7eb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c6c7dd;
}
.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: #a030c7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.25rem;
  line-height: inherit;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f2ac2b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.25rem;
  line-height: inherit;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #f2ac2b;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f2ac2b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f2ac2b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f2ac2b;
  border-bottom-color: #f2ac2b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f2ac2b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ec8c39 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f2ac2b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  border-width: 1px;
  border-radius: 6px !important;
  padding: 14px 26px;
  font-weight: 400 !important;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary {
  background-image: linear-gradient(94.47deg, #f2ac2b 0, #ec8c39 75%);
  color: #171827 !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: #f2ac2b !important;
  background-image: initial;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  background-image: linear-gradient(94.47deg, #ec8c39 0, #f2ac2b 75%);
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: #ec8c39 !important;
  background-image: initial;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success {
  background-image: linear-gradient(94.47deg, #171827 0, #ec8c39 75%);
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: #171827 !important;
  background-image: initial;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  background-image: linear-gradient(94.47deg, #ffffff 0, #ec8c39 75%);
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: #ffffff !important;
  background-image: initial;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning {
  background-image: linear-gradient(94.47deg, #8d5ef1 0, #ec8c39 75%);
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: #8d5ef1 !important;
  background-image: initial;
}
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger {
  background-image: linear-gradient(94.47deg, #4d1760 0, #ec8c39 75%);
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: #4d1760 !important;
  background-image: initial;
}
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  background-color: #ffffff !important;
  background-image: initial;
}
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black {
  background-color: #000000 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  background-color: #000000 !important;
  background-image: initial;
}
img {
  border-radius: 12px !important;
}
.cid-tX8yIwsVmR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tX8yIwsVmR nav.navbar {
  position: fixed;
}
.cid-tX8yIwsVmR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tX8yIwsVmR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tX8yIwsVmR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tX8yIwsVmR .dropdown-item:hover,
.cid-tX8yIwsVmR .dropdown-item:focus {
  background: #f2ac2b !important;
  color: white !important;
}
.cid-tX8yIwsVmR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tX8yIwsVmR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tX8yIwsVmR .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-tX8yIwsVmR .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-tX8yIwsVmR .nav-item {
  margin: 0 31px;
}
.cid-tX8yIwsVmR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tX8yIwsVmR .nav-link {
  position: relative;
}
.cid-tX8yIwsVmR .nav-link:hover,
.cid-tX8yIwsVmR .nav-link:focus,
.cid-tX8yIwsVmR .nav-link:active {
  color: #1e6bff !important;
}
.cid-tX8yIwsVmR .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-tX8yIwsVmR .container {
    flex-wrap: inherit;
  }
}
.cid-tX8yIwsVmR .navbar-caption:hover,
.cid-tX8yIwsVmR .navbar-caption:focus,
.cid-tX8yIwsVmR .navbar-caption:active {
  color: #1e6bff !important;
}
.cid-tX8yIwsVmR .dropdown-menu,
.cid-tX8yIwsVmR .navbar.opened {
  background: #000000 !important;
}
.cid-tX8yIwsVmR .nav-item:focus,
.cid-tX8yIwsVmR .nav-link:focus {
  outline: none;
}
.cid-tX8yIwsVmR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tX8yIwsVmR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tX8yIwsVmR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tX8yIwsVmR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tX8yIwsVmR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-tX8yIwsVmR .navbar.opened {
  transition: all 0.3s;
}
.cid-tX8yIwsVmR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tX8yIwsVmR .navbar .navbar-logo img {
  width: auto;
}
.cid-tX8yIwsVmR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tX8yIwsVmR .navbar.collapsed {
  justify-content: center;
}
.cid-tX8yIwsVmR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tX8yIwsVmR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tX8yIwsVmR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tX8yIwsVmR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tX8yIwsVmR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tX8yIwsVmR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tX8yIwsVmR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tX8yIwsVmR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tX8yIwsVmR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tX8yIwsVmR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tX8yIwsVmR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tX8yIwsVmR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tX8yIwsVmR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tX8yIwsVmR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tX8yIwsVmR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tX8yIwsVmR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tX8yIwsVmR .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tX8yIwsVmR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tX8yIwsVmR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tX8yIwsVmR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tX8yIwsVmR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-tX8yIwsVmR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tX8yIwsVmR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tX8yIwsVmR .dropdown-item.active,
.cid-tX8yIwsVmR .dropdown-item:active {
  background-color: transparent;
}
.cid-tX8yIwsVmR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tX8yIwsVmR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tX8yIwsVmR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tX8yIwsVmR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tX8yIwsVmR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tX8yIwsVmR .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-tX8yIwsVmR .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-tX8yIwsVmR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tX8yIwsVmR ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tX8yIwsVmR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tX8yIwsVmR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tX8yIwsVmR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tX8yIwsVmR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tX8yIwsVmR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tX8yIwsVmR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tX8yIwsVmR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tX8yIwsVmR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tX8yIwsVmR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tX8yIwsVmR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tX8yIwsVmR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tX8yIwsVmR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tX8yIwsVmR a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tX8yIwsVmR .navbar {
    height: 70px;
  }
  .cid-tX8yIwsVmR .navbar.opened {
    height: auto;
  }
  .cid-tX8yIwsVmR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tX8xk3MHUb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tX8xk3MHUb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX8xk3MHUb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tX8xk3MHUb .container {
    padding: 0 15px;
  }
}
.cid-tX8xk3MHUb .content-wrapper {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-tX8xk3MHUb .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-tX8xk3MHUb .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tX8xk3MHUb .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tX8xk3MHUb .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tX8xk3MHUb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tX8xk3MHUb .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-tX8xk3MHUb .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-tX8xk3MHUb .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-tX8xk3MHUb .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-tX8xk3MHUb .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-tX8xk3MHUb .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-tX8xk3MHUb .mbr-section-title {
  color: #ffffff;
}
.cid-tX8xk3MHUb .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-tX8xk3MHUb .mbr-text {
  color: #d2d2df;
}
.cid-tX8xk3MHUb .mbr-section-title,
.cid-tX8xk3MHUb .mbr-section-btn {
  color: #ffc354;
}
.cid-tX73jSZKR1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tX73jSZKR1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX73jSZKR1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX73jSZKR1 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tX73jSZKR1 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tX73jSZKR1 .container {
    padding: 0 26px;
  }
}
.cid-tX73jSZKR1 .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tX73jSZKR1 .row {
    margin: 0 -12px;
  }
}
.cid-tX73jSZKR1 .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
  padding: 0 0 0 50px;
}
.cid-tX73jSZKR1 .card:first-child {
  border-right: 1px solid #ce6a14;
}
@media (max-width: 992px) {
  .cid-tX73jSZKR1 .card:first-child {
    border: none;
  }
}
.cid-tX73jSZKR1 .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #ce6a14;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tX73jSZKR1 .card:first-child::before {
    display: none;
  }
}
.cid-tX73jSZKR1 .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .cid-tX73jSZKR1 .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tX73jSZKR1 .card {
    padding: 0 12px;
  }
}
.cid-tX73jSZKR1 .card:last-child {
  padding: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-tX73jSZKR1 .card:last-child {
    padding: 0 12px;
  }
}
.cid-tX73jSZKR1 .card:first-child {
  border-right: none;
  border-left: 1px solid #ce6a14;
}
@media (max-width: 992px) {
  .cid-tX73jSZKR1 .card:first-child {
    border: none;
  }
}
.cid-tX73jSZKR1 .card:first-child::before {
  right: auto;
  left: -8px;
}
@media (max-width: 992px) {
  .cid-tX73jSZKR1 .card:first-child::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-tX73jSZKR1 .card {
    padding: 0 12px;
  }
}
.cid-tX73jSZKR1 .image-wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-tX73jSZKR1 .image-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-tX73jSZKR1 .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tX73jSZKR1 .image-wrapper img {
    height: 300px;
  }
}
.cid-tX73jSZKR1 .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-tX73jSZKR1 .title-wrapper .title-wrap {
    padding: 0;
  }
}
.cid-tX73jSZKR1 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tX73jSZKR1 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tX73jSZKR1 .mbr-section-title {
  color: #ffc354;
}
.cid-tX73jSZKR1 .mbr-text {
  color: #d2d2df;
}
.cid-tX8x6n6LVi {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1.jpeg");
}
.cid-tX8CM6FZv6 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tX8CM6FZv6 .mbr-section-title {
  text-align: left;
  width: 100%;
  margin-bottom: 60px;
  font-weight: 700;
  padding: 0;
}
.cid-tX8CM6FZv6 .mbr-section-subtitle {
  text-align: left;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
  padding: 0;
}
.cid-tX8CM6FZv6 .title-block {
  justify-content: space-between;
}
.cid-tX8CM6FZv6 .card-wrapper {
  width: auto;
  max-width: 100%;
}
.cid-tX8CM6FZv6 .card-title {
  font-weight: 700;
  padding: 43px 0 0;
  color: #1d1d1f;
  text-align: left;
  margin-bottom: 0;
}
.cid-tX8CM6FZv6 H3 {
  color: #1d1d1f;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tX8CM6FZv6 .col-12:nth-child(3) {
    padding-top: 35px;
  }
  .cid-tX8CM6FZv6 .card-title {
    padding: 13px 0 0;
  }
}
@media (max-width: 574px) {
  .cid-tX8CM6FZv6 .col-12 {
    padding-top: 35px;
  }
  .cid-tX8CM6FZv6 .col-12:first-child {
    padding-top: 0px;
  }
  .cid-tX8CM6FZv6 .card-title {
    padding: 13px 0 0;
  }
}
.cid-tX8HQMJZJT {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-tX8HQMJZJT .mbr-overlay {
  background: #000000;
  opacity: 0.8;
}
.cid-tX8HQMJZJT .item-subtitle {
  line-height: 1.2;
  color: #ffffff;
}
.cid-tX8HQMJZJT img,
.cid-tX8HQMJZJT .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tX8HQMJZJT .item:focus,
.cid-tX8HQMJZJT span:focus {
  outline: none;
}
.cid-tX8HQMJZJT .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tX8HQMJZJT .item {
    margin-top: 1rem;
  }
}
.cid-tX8HQMJZJT .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tX8HQMJZJT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tX8HQMJZJT .mbr-section-title {
  color: #ffc354;
}
.cid-tX8HQMJZJT .mbr-text,
.cid-tX8HQMJZJT .mbr-section-btn {
  color: #232323;
}
.cid-tX8HQMJZJT .item-title {
  color: #ffffff;
}
.cid-tX8HQMJZJT .content-head {
  max-width: 800px;
}
.cid-tX8wbatYYa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tX8wbatYYa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX8wbatYYa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tX8wbatYYa .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-tX8wbatYYa .google-map {
  height: 100%;
  position: relative;
}
.cid-tX8wbatYYa .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tX8wbatYYa .google-map iframe {
    min-height: 350px;
  }
}
.cid-tX8wbatYYa .google-map [data-state-details] {
  color: #6b6763;
  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-tX8wbatYYa .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tX8wbatYYa .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tX8wbatYYa .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tX8wbatYYa .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-tX8wbatYYa .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-tX8wbatYYa .text-wrapper {
  padding: 0 1rem;
}
.cid-tX8wbatYYa ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tX8wbatYYa .content-head {
  max-width: 800px;
}
.cid-tX8wbatYYa .mbr-section-title {
  color: #ffc354;
}
