.btn {
  border-radius: 80px;
}
body {
  font-family: 'Playfair Display', serif;
}
.display-1 {
  font-family: 'Playfair Display', serif;
  font-size: 4.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.375rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1.5rem 2.5rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 1.5625rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #3f37c9 !important;
}
.bg-success {
  background-color: #eff0f6 !important;
}
.bg-info {
  background-color: #3f69ff !important;
}
.bg-warning {
  background-color: #ff9417 !important;
}
.bg-danger {
  background-color: #179eff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3f37c9 !important;
  border-color: #3f37c9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #292485 !important;
  border-color: #292485 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #292485 !important;
  border-color: #292485 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #8c8c95 !important;
  border-color: #8c8c95 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #616169 !important;
  border-color: #616169 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #616169 !important;
  border-color: #616169 !important;
}
.btn-info,
.btn-info:active {
  background-color: #3f69ff !important;
  border-color: #3f69ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0033e7 !important;
  border-color: #0033e7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0033e7 !important;
  border-color: #0033e7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #eff0f6 !important;
  border-color: #eff0f6 !important;
  color: #535c93 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #b8bcd7 !important;
  border-color: #b8bcd7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #535c93 !important;
  background-color: #b8bcd7 !important;
  border-color: #b8bcd7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9417 !important;
  border-color: #ff9417 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #bf6700 !important;
  border-color: #bf6700 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #bf6700 !important;
  border-color: #bf6700 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #179eff !important;
  border-color: #179eff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #006fbf !important;
  border-color: #006fbf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #006fbf !important;
  border-color: #006fbf !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3f37c9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #292485 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3f37c9 !important;
  border-color: #3f37c9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8c8c95;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #616169 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #8c8c95 !important;
  border-color: #8c8c95 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3f69ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0033e7 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3f69ff !important;
  border-color: #3f69ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #eff0f6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b8bcd7 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #535c93 !important;
  background-color: #eff0f6 !important;
  border-color: #eff0f6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9417;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #bf6700 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9417 !important;
  border-color: #ff9417 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #179eff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #006fbf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #179eff !important;
  border-color: #179eff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent !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: transparent;
  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: transparent !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: #3f37c9 !important;
}
.text-secondary {
  color: #8c8c95 !important;
}
.text-success {
  color: #eff0f6 !important;
}
.text-info {
  color: #3f69ff !important;
}
.text-warning {
  color: #ff9417 !important;
}
.text-danger {
  color: #179eff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #262179 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #5a5a61 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #aeb3d1 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #002fd8 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b05f00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0066b0 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #333333;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.3s;
  /*position: relative;
        background-image: linear-gradient(currentColor 50%, currentColor 50%);
        background-size: 10000px 2px;
        background-repeat: no-repeat;
        background-position: 0 1.2em;*/
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  color: #3f37c9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #3f69ff;
}
.alert-warning {
  background-color: #ff9417;
}
.alert-danger {
  background-color: #179eff;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3f37c9;
  border-color: #3f37c9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d9d8f4;
}
.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: #fff2e3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e3f3ff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #3f37c9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #3f37c9;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #3f37c9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3f37c9;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #3f37c9;
  border-bottom-color: #3f37c9;
}
.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: #ffffff !important;
  background-color: #3f37c9 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #8c8c95 !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='%233f37c9' %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;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.container {
  max-width: 1220px;
}
a {
  transition: color 300ms ease !important;
  font-weight: 400 !important;
}
.btn,
.btn-lg {
  box-shadow: none !important;
}
body {
  line-height: 1.667em;
  line-height: 30px;
}
.btn,
.btn-lg {
  margin-top: 0;
  margin-bottom: 0;
}
span.btn {
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
span.btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
a.btn {
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
a.btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.cid-sLnr1kEfeQ .navbar-dropdown {
  position: relative !important;
}
.cid-sLnr1kEfeQ .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-sLnr1kEfeQ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sLnr1kEfeQ .dropdown-item:hover,
.cid-sLnr1kEfeQ .dropdown-item:focus {
  color: #3f37c9 !important;
}
.cid-sLnr1kEfeQ .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sLnr1kEfeQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sLnr1kEfeQ .nav-link {
  position: relative;
  padding: 0;
}
.cid-sLnr1kEfeQ .container {
  display: flex;
  margin: auto;
}
.cid-sLnr1kEfeQ .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLnr1kEfeQ .dropdown-menu,
.cid-sLnr1kEfeQ .navbar.opened {
  background: #ffbc6f !important;
}
.cid-sLnr1kEfeQ .nav-item:focus,
.cid-sLnr1kEfeQ .nav-link:focus {
  outline: none;
}
.cid-sLnr1kEfeQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sLnr1kEfeQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLnr1kEfeQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sLnr1kEfeQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLnr1kEfeQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLnr1kEfeQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLnr1kEfeQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffbc6f;
}
.cid-sLnr1kEfeQ .navbar.opened {
  transition: all 0.3s;
}
.cid-sLnr1kEfeQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sLnr1kEfeQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sLnr1kEfeQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLnr1kEfeQ .navbar.collapsed {
  justify-content: center;
}
.cid-sLnr1kEfeQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLnr1kEfeQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLnr1kEfeQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-sLnr1kEfeQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLnr1kEfeQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLnr1kEfeQ .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-sLnr1kEfeQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLnr1kEfeQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLnr1kEfeQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLnr1kEfeQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLnr1kEfeQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLnr1kEfeQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLnr1kEfeQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLnr1kEfeQ .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-sLnr1kEfeQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sLnr1kEfeQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLnr1kEfeQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLnr1kEfeQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sLnr1kEfeQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sLnr1kEfeQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLnr1kEfeQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLnr1kEfeQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sLnr1kEfeQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sLnr1kEfeQ .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;
}
.cid-sLnr1kEfeQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLnr1kEfeQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLnr1kEfeQ .dropdown-item.active,
.cid-sLnr1kEfeQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sLnr1kEfeQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLnr1kEfeQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLnr1kEfeQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLnr1kEfeQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffbc6f;
}
.cid-sLnr1kEfeQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLnr1kEfeQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLnr1kEfeQ ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sLnr1kEfeQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sLnr1kEfeQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sLnr1kEfeQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sLnr1kEfeQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLnr1kEfeQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLnr1kEfeQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLnr1kEfeQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLnr1kEfeQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLnr1kEfeQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLnr1kEfeQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLnr1kEfeQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLnr1kEfeQ .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-sLnr1kEfeQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLnr1kEfeQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLnr1kEfeQ .navbar {
    height: 70px;
  }
  .cid-sLnr1kEfeQ .navbar.opened {
    height: auto;
  }
  .cid-sLnr1kEfeQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLnr1kEfeQ a {
  display: inline;
}
.cid-sLnr1kEfeQ img {
  display: inline;
  padding-right: 10px;
}
.cid-sLnr1kEfeQ .dropdown-toggle:after {
  display: none;
}
.cid-sLnr1kEfeQ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sLnr1kEfeQ .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-sLnr1kEfeQ .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sLnr1kEfeQ .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sLnr1kEfeQ .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sLnr1kEfeQ .nav-item {
  margin-right: 32px;
}
.cid-sLnr1kEfeQ .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sLnr1kEfeQ ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sLnr1kEfeQ .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sLnr1kEfeQ .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sLnr1kEfeQ .navbar-nav {
  margin: auto;
}
.cid-sLnr1kEfeQ .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sLnr1kEfeQ .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-sLnr1kEfeQ .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sLnr1kEfeQ .btn {
  border-radius: 1000px !important;
}
.cid-sLnr1kEfeQ .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-sLnr1kEfeQ .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sLnr1kEfeQ .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-sLnr1kEfeQ .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sLnr1kEfeQ .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-sLnr1kEfeQ .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-sLnr1kEfeQ .top {
    margin-top: 25px;
  }
}
.cid-sLnr1kEfeQ .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sLnr1kEfeQ .container,
  .cid-sLnr1kEfeQ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sLnr1kEfeQ li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-sLnr1kEfeQ ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sLnr1kEfeQ .icons-menu {
    min-width: initial !important;
  }
  .cid-sLnr1kEfeQ a.btn {
    margin-top: 10px;
  }
}
.cid-sLnr1kEfeQ a.btn > span {
  margin-left: 0.5rem;
}
.cid-sLnr1ytTKU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f8efb2;
}
.cid-sLnr1ytTKU .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sLnr1ytTKU .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-sLnr1ytTKU .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-sLnr1ytTKU .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-sLnr1ytTKU .right-side {
  max-width: 554px;
}
.cid-sLnr1ytTKU .rs {
  margin-right: 60px;
}
.cid-sLnr1ytTKU .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-sLnr1ytTKU .margin {
  margin-right: 14px;
}
.cid-sLnr1ytTKU .gray {
  padding: 45px 0;
  background-color: #14142b;
}
.cid-sLnr1ytTKU img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-sLnr1ytTKU .gray {
    padding: 0px 0 5px;
  }
  .cid-sLnr1ytTKU img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-sLnr1ytTKU .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-sLnr1ytTKU .b {
    margin-bottom: 10px;
  }
}
.cid-sLnr1ytTKU .btn {
  margin-top: 20px;
}
.cid-sLnr1ytTKU a.btn > span {
  margin-left: 0.5rem;
}
.cid-sLnr1ytTKU .mbr-text,
.cid-sLnr1ytTKU .button-align {
  color: #000000;
}
.cid-sLy9uOhBoE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sLy9uOhBoE .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sLy9uOhBoE .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #14142b;
}
.cid-sLy9uOhBoE .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-sLy9uOhBoE .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-sLy9uOhBoE ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-sLy9uOhBoE li::marker {
  color: #fedb01;
  width: 10px;
}
.cid-sLy9uOhBoE li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-sLy9uOhBoE img {
  width: 90%;
}
.cid-sLy9uOhBoE .gray {
  background-color: #ffb60f;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-sLy9uOhBoE .b {
  max-width: 598px;
}
.cid-sLy9uOhBoE .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-sLy9uOhBoE .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-sLy9uOhBoE .t {
    padding-top: 90px;
  }
  .cid-sLy9uOhBoE .b {
    max-width: initial;
  }
  .cid-sLy9uOhBoE .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-sLy9uOhBoE .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-sLy9uOhBoE .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-sLy9uOhBoE .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-sLy9uOhBoE .btn {
  margin-top: 20px;
}
.cid-sLy9uOhBoE .t {
  max-width: 542px;
}
.cid-sLy9uOhBoE .mbr-text,
.cid-sLy9uOhBoE .button-align,
.cid-sLy9uOhBoE .list {
  color: #000000;
}
.cid-sLy9CWlREx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f8efb2;
}
.cid-sLy9CWlREx .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sLy9CWlREx .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-sLy9CWlREx .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-sLy9CWlREx .mbr-text {
  color: #5f5d68;
  margin-bottom: 28px;
}
.cid-sLy9CWlREx .right-side {
  max-width: 554px;
}
.cid-sLy9CWlREx .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-sLy9CWlREx .margin {
  margin-right: 14px;
}
.cid-sLy9CWlREx .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 568px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-sLy9CWlREx .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-sLy9CWlREx .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-sLy9CWlREx .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-sLy9CWlREx .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-sLy9CWlREx .socicon-bg-mail {
  background-color: #134785;
}
.cid-sLy9CWlREx .mbr-iconfont {
  margin-left: 0;
  margin-right: 0;
}
.cid-sLy9CWlREx .btn-social {
  margin: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  cursor: pointer;
}
.cid-sLy9CWlREx .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-sLy9CWlREx .btn-social .mbr-iconfont:hover {
  color: #fff !important;
}
.cid-sLy9CWlREx .btn-social:hover {
  color: #fff;
}
.cid-sLy9CWlREx .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sLy9CWlREx img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-sLy9CWlREx .mbr-social-likes {
  max-width: 454px;
}
.cid-sLy9CWlREx .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-sLy9CWlREx .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-sLy9CWlREx .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
@media (max-width: 768px) {
  .cid-sLy9CWlREx .shadow {
    margin-top: 30px;
  }
}
@media (max-width: 1010px) {
  .cid-sLy9CWlREx .margin {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .cid-sLy9CWlREx .button-align {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .cid-sLy9CWlREx .shadow {
    margin: auto;
  }
  .cid-sLy9CWlREx .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
}
.cid-sLy9CWlREx .btn {
  margin-top: 20px;
}
.cid-sLy9CWlREx a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-sLy9CWlREx .card.home-about-host {
    padding: 52px 40px 54px;
  }
}
@media (max-width: 479px) {
  .cid-sLy9CWlREx .card.home-about-host {
    padding: 43px 25px 45px;
  }
}
.cid-sLy9CWlREx .mbr-text,
.cid-sLy9CWlREx .button-align {
  color: #14142b;
}
.cid-tRJGX5pCeE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRJGX5pCeE .card-title {
  padding-bottom: 18px;
  margin: 0;
  color: #14142b;
}
.cid-tRJGX5pCeE .align-left {
  max-width: 547px;
}
.cid-tRJGX5pCeE .mbr-text,
.cid-tRJGX5pCeE .mbr-section-btn {
  color: #000000;
}
.cid-tRJGX5pCeE .left-side {
  margin-right: 20px;
}
.cid-tRJGX5pCeE .right-side {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-tRJGX5pCeE .left-side {
    margin-right: 0px;
  }
  .cid-tRJGX5pCeE .right-side {
    padding-top: 20px;
    margin-left: 0px;
  }
}
.cid-tRJHd4VMXJ .container,
.cid-tRJHd4VMXJ .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-tRJHnm9WN9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8efb2;
}
.cid-tRJHnm9WN9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRJHnm9WN9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRJHnm9WN9 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tRJHnm9WN9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tRJHnm9WN9 .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tRJHnm9WN9 .image-wrapper {
    padding: 0;
  }
}
.cid-tRJHnm9WN9 .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-tRJHnm9WN9 .image-wrapper img {
    height: 350px;
  }
}
.cid-tRJHnm9WN9 .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-tRJHnm9WN9 .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-tRJHnm9WN9 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tRJHnm9WN9 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tRJHnm9WN9 .content-wrapper .mbr-text {
  margin: 64px 0 0;
}
@media (max-width: 992px) {
  .cid-tRJHnm9WN9 .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-tRJHnm9WN9 .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-tRJHnm9WN9 .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-tRJHnm9WN9 .mbr-section-title {
  color: #262642;
}
.cid-tRJHnm9WN9 .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-tRJHnm9WN9 .mbr-text {
  color: #262642;
}
.cid-uQbicRWckC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQbicRWckC .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-uQbicRWckC .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-uQbicRWckC .button-align {
  text-align: center;
}
.cid-uQbicRWckC .mbr-section-btn {
  display: block;
}
.cid-uQbicRWckC .container {
  max-width: 739px;
}
.cid-uQbicRWckC .btn {
  margin-top: 20px;
}
.cid-uQbicRWckC a.btn > span {
  margin-left: 0.5rem;
}
.cid-uQbicRWckC .mbr-text,
.cid-uQbicRWckC .button-align {
  color: #14142b;
}
.cid-uQbjwito4V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8efb2;
}
.cid-uQbjwito4V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQbjwito4V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQbjwito4V .row {
  justify-content: space-between;
}
.cid-uQbjwito4V .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uQbjwito4V .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uQbjwito4V .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uQbjwito4V .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQbjwito4V .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uQbjwito4V .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uQbjwito4V .mbr-label {
  color: #000000;
}
.cid-uQbjwito4V .mbr-section-title {
  color: #000000;
}
.cid-uQbjwito4V .mbr-desc {
  color: #000000;
}
.cid-uQbjwito4V .mbr-text {
  color: #8a8a8a;
}
.cid-tRJI0TyYWA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #14142b;
  overflow: hidden;
}
.cid-tRJI0TyYWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRJI0TyYWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRJI0TyYWA .row {
  position: relative;
  z-index: 10;
}
.cid-tRJI0TyYWA .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-tRJI0TyYWA .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-tRJI0TyYWA .mbr-section-title {
  color: #ffffff;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tRJI0TyYWA .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-tRJI0TyYWA .mbr-section-subtitle {
  color: #ffffff;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tRJI0TyYWA .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-tRJI0TyYWA .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-tRJI0TyYWA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tRJI0TyYWA .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-tRJI0TyYWA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tRJI0TyYWA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tRJI0TyYWA .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tRJI0TyYWA .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-tRJI0TyYWA .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-tRJI0TyYWA .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-tRJI0TyYWA .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tRJI0TyYWA .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-tRJI0TyYWA .container,
.cid-tRJI0TyYWA .container-fluid {
  position: relative;
}
.cid-tRJI0TyYWA .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-tRJI0TyYWA .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-tRJI0TyYWA .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tRJI0TyYWA .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #fff29d 27%, #fff29d 50%, #fff29d 79%);
}
.cid-tRJHCWarbE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #14142b;
}
.cid-tRJHCWarbE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sLnr1kEfeQ .navbar-dropdown {
  position: relative !important;
}
.cid-sLnr1kEfeQ .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-sLnr1kEfeQ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sLnr1kEfeQ .dropdown-item:hover,
.cid-sLnr1kEfeQ .dropdown-item:focus {
  color: #3f37c9 !important;
}
.cid-sLnr1kEfeQ .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sLnr1kEfeQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sLnr1kEfeQ .nav-link {
  position: relative;
  padding: 0;
}
.cid-sLnr1kEfeQ .container {
  display: flex;
  margin: auto;
}
.cid-sLnr1kEfeQ .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLnr1kEfeQ .dropdown-menu,
.cid-sLnr1kEfeQ .navbar.opened {
  background: #ffbc6f !important;
}
.cid-sLnr1kEfeQ .nav-item:focus,
.cid-sLnr1kEfeQ .nav-link:focus {
  outline: none;
}
.cid-sLnr1kEfeQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sLnr1kEfeQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLnr1kEfeQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sLnr1kEfeQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLnr1kEfeQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLnr1kEfeQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLnr1kEfeQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffbc6f;
}
.cid-sLnr1kEfeQ .navbar.opened {
  transition: all 0.3s;
}
.cid-sLnr1kEfeQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sLnr1kEfeQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sLnr1kEfeQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLnr1kEfeQ .navbar.collapsed {
  justify-content: center;
}
.cid-sLnr1kEfeQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLnr1kEfeQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLnr1kEfeQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-sLnr1kEfeQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLnr1kEfeQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLnr1kEfeQ .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-sLnr1kEfeQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLnr1kEfeQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLnr1kEfeQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLnr1kEfeQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLnr1kEfeQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLnr1kEfeQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLnr1kEfeQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLnr1kEfeQ .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-sLnr1kEfeQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sLnr1kEfeQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLnr1kEfeQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLnr1kEfeQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sLnr1kEfeQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sLnr1kEfeQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLnr1kEfeQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLnr1kEfeQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sLnr1kEfeQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sLnr1kEfeQ .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;
}
.cid-sLnr1kEfeQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLnr1kEfeQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLnr1kEfeQ .dropdown-item.active,
.cid-sLnr1kEfeQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sLnr1kEfeQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLnr1kEfeQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLnr1kEfeQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLnr1kEfeQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffbc6f;
}
.cid-sLnr1kEfeQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLnr1kEfeQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLnr1kEfeQ ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sLnr1kEfeQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sLnr1kEfeQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sLnr1kEfeQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sLnr1kEfeQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLnr1kEfeQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLnr1kEfeQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLnr1kEfeQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLnr1kEfeQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLnr1kEfeQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLnr1kEfeQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLnr1kEfeQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLnr1kEfeQ .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-sLnr1kEfeQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLnr1kEfeQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLnr1kEfeQ .navbar {
    height: 70px;
  }
  .cid-sLnr1kEfeQ .navbar.opened {
    height: auto;
  }
  .cid-sLnr1kEfeQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLnr1kEfeQ a {
  display: inline;
}
.cid-sLnr1kEfeQ img {
  display: inline;
  padding-right: 10px;
}
.cid-sLnr1kEfeQ .dropdown-toggle:after {
  display: none;
}
.cid-sLnr1kEfeQ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sLnr1kEfeQ .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-sLnr1kEfeQ .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sLnr1kEfeQ .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sLnr1kEfeQ .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sLnr1kEfeQ .nav-item {
  margin-right: 32px;
}
.cid-sLnr1kEfeQ .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sLnr1kEfeQ ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sLnr1kEfeQ .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sLnr1kEfeQ .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sLnr1kEfeQ .navbar-nav {
  margin: auto;
}
.cid-sLnr1kEfeQ .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sLnr1kEfeQ .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-sLnr1kEfeQ .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sLnr1kEfeQ .btn {
  border-radius: 1000px !important;
}
.cid-sLnr1kEfeQ .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-sLnr1kEfeQ .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sLnr1kEfeQ .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-sLnr1kEfeQ .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sLnr1kEfeQ .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-sLnr1kEfeQ .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-sLnr1kEfeQ .top {
    margin-top: 25px;
  }
}
.cid-sLnr1kEfeQ .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sLnr1kEfeQ .container,
  .cid-sLnr1kEfeQ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sLnr1kEfeQ li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-sLnr1kEfeQ ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sLnr1kEfeQ .icons-menu {
    min-width: initial !important;
  }
  .cid-sLnr1kEfeQ a.btn {
    margin-top: 10px;
  }
}
.cid-sLnr1kEfeQ a.btn > span {
  margin-left: 0.5rem;
}
.cid-tRMxnUb1F1 {
  background-image: url("../../../assets/images/casino-gambling-960x763-1.jpg-960x763.jpg");
}
.cid-tRMxnUb1F1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRMxnUb1F1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRMxnUb1F1 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tRMxnUb1F1 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tRMxnUb1F1 .container {
    padding: 0 16px;
  }
}
.cid-tRMxnUb1F1 .row {
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tRMxnUb1F1 .row {
    margin: 0 10px;
  }
}
.cid-tRMxnUb1F1 .row .card {
  padding: 0;
}
.cid-tRMxnUb1F1 .title-wrapper {
  border-radius: 20px;
  padding: 45px;
  background-color: #f8efb2;
}
@media (max-width: 992px) {
  .cid-tRMxnUb1F1 .title-wrapper {
    padding: 45px 20px;
  }
}
.cid-tRMxnUb1F1 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-tRMxnUb1F1 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tRMxnUb1F1 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tRMxnUb1F1 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tRMxnUb1F1 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tRMxnUb1F1 .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-tRMxnUb1F1 .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tRMxnUb1F1 .mbr-section-subtitle {
  color: #4a5357;
  text-align: center;
}
.cid-tRMxnUb1F1 .mbr-section-title {
  color: #192227;
}
.cid-tRMxnUb1F1 .mbr-text {
  color: #192227;
  text-align: center;
}
.cid-tRMxnUb1F1 .mbr-section-title,
.cid-tRMxnUb1F1 .mbr-section-btn {
  text-align: center;
}
.cid-tRMzCfXaV0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8efb2;
}
.cid-tRMzCfXaV0 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  margin: auto;
}
.cid-tRMzCfXaV0 .mbr-section-title {
  text-align: center;
  color: #14142b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-tRMzCfXaV0 .row {
  align-items: center;
  height: 100%;
}
.cid-tRMzCfXaV0 .wrapper {
  margin: auto;
}
.cid-uQbmmBYday {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #14142b;
  overflow: hidden;
}
.cid-uQbmmBYday .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQbmmBYday .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQbmmBYday .row {
  position: relative;
  z-index: 10;
}
.cid-uQbmmBYday .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uQbmmBYday .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-uQbmmBYday .mbr-section-title {
  color: #ffffff;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uQbmmBYday .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-uQbmmBYday .mbr-section-subtitle {
  color: #ffffff;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uQbmmBYday .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uQbmmBYday .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-uQbmmBYday .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uQbmmBYday .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-uQbmmBYday .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQbmmBYday .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQbmmBYday .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uQbmmBYday .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-uQbmmBYday .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-uQbmmBYday .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-uQbmmBYday .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uQbmmBYday .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-uQbmmBYday .container,
.cid-uQbmmBYday .container-fluid {
  position: relative;
}
.cid-uQbmmBYday .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uQbmmBYday .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uQbmmBYday .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-uQbmmBYday .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #fff29d 27%, #fff29d 50%, #fff29d 79%);
}
.cid-tRJHCWarbE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #14142b;
}
.cid-tRJHCWarbE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQboF1NOoj .navbar-dropdown {
  position: relative !important;
}
.cid-uQboF1NOoj .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-uQboF1NOoj .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uQboF1NOoj .dropdown-item:hover,
.cid-uQboF1NOoj .dropdown-item:focus {
  color: #3f37c9 !important;
}
.cid-uQboF1NOoj .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-uQboF1NOoj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQboF1NOoj .nav-link {
  position: relative;
  padding: 0;
}
.cid-uQboF1NOoj .container {
  display: flex;
  margin: auto;
}
.cid-uQboF1NOoj .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQboF1NOoj .dropdown-menu,
.cid-uQboF1NOoj .navbar.opened {
  background: #ffbc6f !important;
}
.cid-uQboF1NOoj .nav-item:focus,
.cid-uQboF1NOoj .nav-link:focus {
  outline: none;
}
.cid-uQboF1NOoj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQboF1NOoj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQboF1NOoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQboF1NOoj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQboF1NOoj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQboF1NOoj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQboF1NOoj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffbc6f;
}
.cid-uQboF1NOoj .navbar.opened {
  transition: all 0.3s;
}
.cid-uQboF1NOoj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQboF1NOoj .navbar .navbar-logo img {
  width: auto;
}
.cid-uQboF1NOoj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQboF1NOoj .navbar.collapsed {
  justify-content: center;
}
.cid-uQboF1NOoj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQboF1NOoj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQboF1NOoj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uQboF1NOoj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQboF1NOoj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQboF1NOoj .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-uQboF1NOoj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQboF1NOoj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQboF1NOoj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQboF1NOoj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQboF1NOoj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQboF1NOoj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQboF1NOoj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQboF1NOoj .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-uQboF1NOoj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQboF1NOoj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQboF1NOoj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQboF1NOoj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQboF1NOoj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQboF1NOoj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQboF1NOoj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQboF1NOoj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQboF1NOoj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQboF1NOoj .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;
}
.cid-uQboF1NOoj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQboF1NOoj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQboF1NOoj .dropdown-item.active,
.cid-uQboF1NOoj .dropdown-item:active {
  background-color: transparent;
}
.cid-uQboF1NOoj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQboF1NOoj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQboF1NOoj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQboF1NOoj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffbc6f;
}
.cid-uQboF1NOoj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQboF1NOoj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQboF1NOoj ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uQboF1NOoj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQboF1NOoj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQboF1NOoj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQboF1NOoj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQboF1NOoj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQboF1NOoj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQboF1NOoj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQboF1NOoj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQboF1NOoj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQboF1NOoj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQboF1NOoj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQboF1NOoj .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-uQboF1NOoj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQboF1NOoj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQboF1NOoj .navbar {
    height: 70px;
  }
  .cid-uQboF1NOoj .navbar.opened {
    height: auto;
  }
  .cid-uQboF1NOoj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQboF1NOoj a {
  display: inline;
}
.cid-uQboF1NOoj img {
  display: inline;
  padding-right: 10px;
}
.cid-uQboF1NOoj .dropdown-toggle:after {
  display: none;
}
.cid-uQboF1NOoj .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uQboF1NOoj .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-uQboF1NOoj .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uQboF1NOoj .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uQboF1NOoj .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uQboF1NOoj .nav-item {
  margin-right: 32px;
}
.cid-uQboF1NOoj .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uQboF1NOoj ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uQboF1NOoj .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uQboF1NOoj .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uQboF1NOoj .navbar-nav {
  margin: auto;
}
.cid-uQboF1NOoj .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uQboF1NOoj .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-uQboF1NOoj .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-uQboF1NOoj .btn {
  border-radius: 1000px !important;
}
.cid-uQboF1NOoj .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-uQboF1NOoj .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uQboF1NOoj .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-uQboF1NOoj .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-uQboF1NOoj .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-uQboF1NOoj .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uQboF1NOoj .top {
    margin-top: 25px;
  }
}
.cid-uQboF1NOoj .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-uQboF1NOoj .container,
  .cid-uQboF1NOoj .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uQboF1NOoj li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-uQboF1NOoj ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uQboF1NOoj .icons-menu {
    min-width: initial !important;
  }
  .cid-uQboF1NOoj a.btn {
    margin-top: 10px;
  }
}
.cid-uQboF1NOoj a.btn > span {
  margin-left: 0.5rem;
}
.cid-uQboF2vlgZ {
  background-image: url("../../../assets/images/istockphoto-1468778914-170667a.webp");
}
.cid-uQboF2vlgZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQboF2vlgZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQboF2vlgZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uQboF2vlgZ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQboF2vlgZ .container {
    padding: 0 16px;
  }
}
.cid-uQboF2vlgZ .row {
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQboF2vlgZ .row {
    margin: 0 10px;
  }
}
.cid-uQboF2vlgZ .row .card {
  padding: 0;
}
.cid-uQboF2vlgZ .title-wrapper {
  border-radius: 20px;
  padding: 45px;
  background-color: #f8efb2;
}
@media (max-width: 992px) {
  .cid-uQboF2vlgZ .title-wrapper {
    padding: 45px 20px;
  }
}
.cid-uQboF2vlgZ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-uQboF2vlgZ .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uQboF2vlgZ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQboF2vlgZ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQboF2vlgZ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQboF2vlgZ .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uQboF2vlgZ .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uQboF2vlgZ .mbr-section-subtitle {
  color: #4a5357;
  text-align: center;
}
.cid-uQboF2vlgZ .mbr-section-title {
  color: #192227;
}
.cid-uQboF2vlgZ .mbr-text {
  color: #192227;
  text-align: center;
}
.cid-uQboF2vlgZ .mbr-section-title,
.cid-uQboF2vlgZ .mbr-section-btn {
  text-align: center;
}
.cid-uQboF3bwt0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8efb2;
}
.cid-uQboF3bwt0 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  margin: auto;
}
.cid-uQboF3bwt0 .mbr-section-title {
  text-align: center;
  color: #14142b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-uQboF3bwt0 .row {
  align-items: center;
  height: 100%;
}
.cid-uQboF3bwt0 .wrapper {
  margin: auto;
}
.cid-uQboF3V8at {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #14142b;
  overflow: hidden;
}
.cid-uQboF3V8at .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQboF3V8at .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQboF3V8at .row {
  position: relative;
  z-index: 10;
}
.cid-uQboF3V8at .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uQboF3V8at .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-uQboF3V8at .mbr-section-title {
  color: #ffffff;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uQboF3V8at .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-uQboF3V8at .mbr-section-subtitle {
  color: #ffffff;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uQboF3V8at .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uQboF3V8at .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-uQboF3V8at .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uQboF3V8at .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-uQboF3V8at .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQboF3V8at .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQboF3V8at .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uQboF3V8at .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-uQboF3V8at .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-uQboF3V8at .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-uQboF3V8at .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uQboF3V8at .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-uQboF3V8at .container,
.cid-uQboF3V8at .container-fluid {
  position: relative;
}
.cid-uQboF3V8at .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uQboF3V8at .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uQboF3V8at .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-uQboF3V8at .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #fff29d 27%, #fff29d 50%, #fff29d 79%);
}
.cid-uQboF4E2KV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-uQboF4E2KV .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQbtOmZlRz .navbar-dropdown {
  position: relative !important;
}
.cid-uQbtOmZlRz .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-uQbtOmZlRz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uQbtOmZlRz .dropdown-item:hover,
.cid-uQbtOmZlRz .dropdown-item:focus {
  color: #3f37c9 !important;
}
.cid-uQbtOmZlRz .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-uQbtOmZlRz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQbtOmZlRz .nav-link {
  position: relative;
  padding: 0;
}
.cid-uQbtOmZlRz .container {
  display: flex;
  margin: auto;
}
.cid-uQbtOmZlRz .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQbtOmZlRz .dropdown-menu,
.cid-uQbtOmZlRz .navbar.opened {
  background: #ffbc6f !important;
}
.cid-uQbtOmZlRz .nav-item:focus,
.cid-uQbtOmZlRz .nav-link:focus {
  outline: none;
}
.cid-uQbtOmZlRz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQbtOmZlRz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQbtOmZlRz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQbtOmZlRz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQbtOmZlRz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQbtOmZlRz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQbtOmZlRz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffbc6f;
}
.cid-uQbtOmZlRz .navbar.opened {
  transition: all 0.3s;
}
.cid-uQbtOmZlRz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQbtOmZlRz .navbar .navbar-logo img {
  width: auto;
}
.cid-uQbtOmZlRz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQbtOmZlRz .navbar.collapsed {
  justify-content: center;
}
.cid-uQbtOmZlRz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQbtOmZlRz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQbtOmZlRz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uQbtOmZlRz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQbtOmZlRz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQbtOmZlRz .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-uQbtOmZlRz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQbtOmZlRz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQbtOmZlRz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQbtOmZlRz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQbtOmZlRz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQbtOmZlRz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQbtOmZlRz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQbtOmZlRz .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-uQbtOmZlRz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQbtOmZlRz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQbtOmZlRz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQbtOmZlRz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQbtOmZlRz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQbtOmZlRz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQbtOmZlRz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQbtOmZlRz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQbtOmZlRz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQbtOmZlRz .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;
}
.cid-uQbtOmZlRz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQbtOmZlRz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQbtOmZlRz .dropdown-item.active,
.cid-uQbtOmZlRz .dropdown-item:active {
  background-color: transparent;
}
.cid-uQbtOmZlRz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQbtOmZlRz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQbtOmZlRz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQbtOmZlRz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffbc6f;
}
.cid-uQbtOmZlRz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQbtOmZlRz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQbtOmZlRz ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uQbtOmZlRz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQbtOmZlRz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQbtOmZlRz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQbtOmZlRz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQbtOmZlRz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQbtOmZlRz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQbtOmZlRz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQbtOmZlRz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQbtOmZlRz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQbtOmZlRz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQbtOmZlRz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQbtOmZlRz .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-uQbtOmZlRz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQbtOmZlRz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQbtOmZlRz .navbar {
    height: 70px;
  }
  .cid-uQbtOmZlRz .navbar.opened {
    height: auto;
  }
  .cid-uQbtOmZlRz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQbtOmZlRz a {
  display: inline;
}
.cid-uQbtOmZlRz img {
  display: inline;
  padding-right: 10px;
}
.cid-uQbtOmZlRz .dropdown-toggle:after {
  display: none;
}
.cid-uQbtOmZlRz .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uQbtOmZlRz .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-uQbtOmZlRz .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uQbtOmZlRz .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uQbtOmZlRz .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uQbtOmZlRz .nav-item {
  margin-right: 32px;
}
.cid-uQbtOmZlRz .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uQbtOmZlRz ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uQbtOmZlRz .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uQbtOmZlRz .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uQbtOmZlRz .navbar-nav {
  margin: auto;
}
.cid-uQbtOmZlRz .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uQbtOmZlRz .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-uQbtOmZlRz .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-uQbtOmZlRz .btn {
  border-radius: 1000px !important;
}
.cid-uQbtOmZlRz .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-uQbtOmZlRz .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uQbtOmZlRz .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-uQbtOmZlRz .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-uQbtOmZlRz .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-uQbtOmZlRz .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uQbtOmZlRz .top {
    margin-top: 25px;
  }
}
.cid-uQbtOmZlRz .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-uQbtOmZlRz .container,
  .cid-uQbtOmZlRz .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uQbtOmZlRz li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-uQbtOmZlRz ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uQbtOmZlRz .icons-menu {
    min-width: initial !important;
  }
  .cid-uQbtOmZlRz a.btn {
    margin-top: 10px;
  }
}
.cid-uQbtOmZlRz a.btn > span {
  margin-left: 0.5rem;
}
.cid-uQbtOnyPCE {
  background-image: url("../../../assets/images/istockphoto-1468778914-170667a.webp");
}
.cid-uQbtOnyPCE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQbtOnyPCE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQbtOnyPCE .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uQbtOnyPCE .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQbtOnyPCE .container {
    padding: 0 16px;
  }
}
.cid-uQbtOnyPCE .row {
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQbtOnyPCE .row {
    margin: 0 10px;
  }
}
.cid-uQbtOnyPCE .row .card {
  padding: 0;
}
.cid-uQbtOnyPCE .title-wrapper {
  border-radius: 20px;
  padding: 45px;
  background-color: #f8efb2;
}
@media (max-width: 992px) {
  .cid-uQbtOnyPCE .title-wrapper {
    padding: 45px 20px;
  }
}
.cid-uQbtOnyPCE .title-wrapper .mbr-section-subtitle {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-uQbtOnyPCE .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uQbtOnyPCE .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQbtOnyPCE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQbtOnyPCE .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQbtOnyPCE .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uQbtOnyPCE .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uQbtOnyPCE .mbr-section-subtitle {
  color: #4a5357;
  text-align: center;
}
.cid-uQbtOnyPCE .mbr-section-title {
  color: #192227;
}
.cid-uQbtOnyPCE .mbr-text {
  color: #192227;
  text-align: center;
}
.cid-uQbtOnyPCE .mbr-section-title,
.cid-uQbtOnyPCE .mbr-section-btn {
  text-align: center;
}
.cid-uQbtOo90Gz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8efb2;
}
.cid-uQbtOo90Gz .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  margin: auto;
}
.cid-uQbtOo90Gz .mbr-section-title {
  text-align: center;
  color: #14142b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-uQbtOo90Gz .row {
  align-items: center;
  height: 100%;
}
.cid-uQbtOo90Gz .wrapper {
  margin: auto;
}
.cid-uQbtOoJbA0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #14142b;
  overflow: hidden;
}
.cid-uQbtOoJbA0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQbtOoJbA0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQbtOoJbA0 .row {
  position: relative;
  z-index: 10;
}
.cid-uQbtOoJbA0 .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uQbtOoJbA0 .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-uQbtOoJbA0 .mbr-section-title {
  color: #ffffff;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uQbtOoJbA0 .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-uQbtOoJbA0 .mbr-section-subtitle {
  color: #ffffff;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uQbtOoJbA0 .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uQbtOoJbA0 .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-uQbtOoJbA0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uQbtOoJbA0 .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-uQbtOoJbA0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQbtOoJbA0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQbtOoJbA0 .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uQbtOoJbA0 .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-uQbtOoJbA0 .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-uQbtOoJbA0 .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-uQbtOoJbA0 .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uQbtOoJbA0 .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-uQbtOoJbA0 .container,
.cid-uQbtOoJbA0 .container-fluid {
  position: relative;
}
.cid-uQbtOoJbA0 .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uQbtOoJbA0 .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uQbtOoJbA0 .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-uQbtOoJbA0 .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #fff29d 27%, #fff29d 50%, #fff29d 79%);
}
.cid-uQbtOpomLm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-uQbtOpomLm .mbr-text {
  color: #ffffff;
  text-align: center;
}
