.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1579bb !important;
}
.bg-success {
  background-color: #0e3a52 !important;
}
.bg-info {
  background-color: #1176b9 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1579bb !important;
  border-color: #1579bb !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1d96e6 !important;
  border-color: #1d96e6 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1d96e6 !important;
  border-color: #1d96e6 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fabf63 !important;
  border-color: #fabf63 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fcd394 !important;
  border-color: #fcd394 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fcd394 !important;
  border-color: #fcd394 !important;
}
.btn-info,
.btn-info:active {
  background-color: #1176b9 !important;
  border-color: #1176b9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #1594e8 !important;
  border-color: #1594e8 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1594e8 !important;
  border-color: #1594e8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0e3a52 !important;
  border-color: #0e3a52 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #15597e !important;
  border-color: #15597e !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #15597e !important;
  border-color: #15597e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1579bb;
  color: #1579bb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0c476d !important;
  background-color: transparent !important;
  border-color: #0c476d !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1579bb !important;
  border-color: #1579bb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fabf63;
  color: #fabf63;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #f79d0f !important;
  background-color: transparent !important;
  border-color: #f79d0f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fabf63 !important;
  border-color: #fabf63 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #1176b9;
  color: #1176b9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0a436a !important;
  background-color: transparent !important;
  border-color: #0a436a !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1176b9 !important;
  border-color: #1176b9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0e3a52;
  color: #0e3a52;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #010608 !important;
  background-color: transparent !important;
  border-color: #010608 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0e3a52 !important;
  border-color: #0e3a52 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1579bb !important;
}
.text-secondary {
  color: #fabf63 !important;
}
.text-success {
  color: #0e3a52 !important;
}
.text-info {
  color: #1176b9 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0b3e5f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ef9508 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #083a5c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1579bb;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1176b9;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1579bb;
  border-color: #1579bb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1579bb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #62b6ed;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #61b6e4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #5ab4f0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #1579bb !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #1579bb;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1579bb;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1579bb;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1579bb;
  border-bottom-color: #1579bb;
}
.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: #1579bb !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fabf63 !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='%231579bb' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uKYogcGMrH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKYogcGMrH nav.navbar {
  position: fixed;
}
.cid-uKYogcGMrH .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-uKYogcGMrH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uKYogcGMrH .dropdown-item:hover,
.cid-uKYogcGMrH .dropdown-item:focus {
  color: #1579bb !important;
}
.cid-uKYogcGMrH .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-uKYogcGMrH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKYogcGMrH .nav-link {
  position: relative;
  padding: 0;
}
.cid-uKYogcGMrH .container {
  display: flex;
  margin: auto;
}
.cid-uKYogcGMrH .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKYogcGMrH .dropdown-menu,
.cid-uKYogcGMrH .navbar.opened {
  background: #ffffff !important;
}
.cid-uKYogcGMrH .nav-item:focus,
.cid-uKYogcGMrH .nav-link:focus {
  outline: none;
}
.cid-uKYogcGMrH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKYogcGMrH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKYogcGMrH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKYogcGMrH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKYogcGMrH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKYogcGMrH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKYogcGMrH .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: #ffffff;
}
.cid-uKYogcGMrH .navbar.opened {
  transition: all 0.3s;
}
.cid-uKYogcGMrH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKYogcGMrH .navbar .navbar-logo img {
  width: auto;
}
.cid-uKYogcGMrH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKYogcGMrH .navbar.collapsed {
  justify-content: center;
}
.cid-uKYogcGMrH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKYogcGMrH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKYogcGMrH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uKYogcGMrH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKYogcGMrH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKYogcGMrH .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-uKYogcGMrH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKYogcGMrH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKYogcGMrH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKYogcGMrH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKYogcGMrH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKYogcGMrH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKYogcGMrH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKYogcGMrH .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-uKYogcGMrH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKYogcGMrH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKYogcGMrH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKYogcGMrH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKYogcGMrH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKYogcGMrH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKYogcGMrH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKYogcGMrH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKYogcGMrH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKYogcGMrH .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-uKYogcGMrH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKYogcGMrH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKYogcGMrH .dropdown-item.active,
.cid-uKYogcGMrH .dropdown-item:active {
  background-color: transparent;
}
.cid-uKYogcGMrH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKYogcGMrH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKYogcGMrH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKYogcGMrH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKYogcGMrH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKYogcGMrH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKYogcGMrH ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uKYogcGMrH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKYogcGMrH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKYogcGMrH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKYogcGMrH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKYogcGMrH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKYogcGMrH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKYogcGMrH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKYogcGMrH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKYogcGMrH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKYogcGMrH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKYogcGMrH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKYogcGMrH .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-uKYogcGMrH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKYogcGMrH .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-uKYogcGMrH .navbar {
    height: 70px;
  }
  .cid-uKYogcGMrH .navbar.opened {
    height: auto;
  }
  .cid-uKYogcGMrH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKYogcGMrH a {
  display: inline;
}
.cid-uKYogcGMrH img {
  display: inline;
  padding-right: 10px;
}
.cid-uKYogcGMrH .dropdown-toggle:after {
  display: none;
}
.cid-uKYogcGMrH .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uKYogcGMrH .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-uKYogcGMrH .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uKYogcGMrH .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uKYogcGMrH .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uKYogcGMrH .nav-item {
  margin-right: 32px;
}
.cid-uKYogcGMrH .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uKYogcGMrH ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uKYogcGMrH .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uKYogcGMrH .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uKYogcGMrH .navbar-nav {
  margin: auto;
}
.cid-uKYogcGMrH .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uKYogcGMrH .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-uKYogcGMrH .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-uKYogcGMrH .btn {
  border-radius: 1000px !important;
}
.cid-uKYogcGMrH .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-uKYogcGMrH .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uKYogcGMrH .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-uKYogcGMrH .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-uKYogcGMrH .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-uKYogcGMrH .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uKYogcGMrH .top {
    margin-top: 25px;
  }
}
.cid-uKYogcGMrH .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-uKYogcGMrH .container,
  .cid-uKYogcGMrH .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uKYogcGMrH li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-uKYogcGMrH ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uKYogcGMrH .icons-menu {
    min-width: initial !important;
  }
  .cid-uKYogcGMrH a.btn {
    margin-top: 10px;
  }
}
.cid-uKYogcGMrH a.btn > span {
  margin-left: 0.5rem;
}
.cid-uKYogcGMrH .navbar-nav .nav-item .nav-link:hover,
.cid-uKYogcGMrH .navbar-nav .nav-item .nav-link:focus {
  color: #3f69ff !important;
}
.cid-uKZZ7h5fzx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKZZ7h5fzx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZZ7h5fzx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZZ7h5fzx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKZZ7h5fzx .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uKZZ7h5fzx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKZZ7h5fzx .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uKZZ7h5fzx .container {
    padding: 0 24px;
  }
}
.cid-uKZZ7h5fzx .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #fdce76;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-uKZZ7h5fzx .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-uKZZ7h5fzx .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKZZ7h5fzx .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uKZZ7h5fzx .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #fdce76;
}
.cid-uKZZ7h5fzx .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uKZZ7h5fzx .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uKZZ7h5fzx .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uKZZ7h5fzx .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uKZZ7h5fzx .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKZZ7h5fzx .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uKZZ7h5fzx .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uKZZ7h5fzx .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uKZZ7h5fzx .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-uKZZ7h5fzx .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uKZZ7h5fzx .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKZZ7h5fzx .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uKZZ7h5fzx .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uKZZ7h5fzx .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uKZZ7h5fzx .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKZZ7h5fzx .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uKZZ7h5fzx .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uKZZ7h5fzx .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #ffffff;
  background-color: #ffffff;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uKZZ7h5fzx .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #ffffff;
  }
}
.cid-uKZZ7h5fzx .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uKZZ7h5fzx .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uKZZ7h5fzx .mbr-section-title {
  color: #18212d;
}
.cid-uKZZ7h5fzx .mbr-desc,
.cid-uKZZ7h5fzx .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uKZZ7h5fzx .mbr-text,
.cid-uKZZ7h5fzx .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uKZZ7h5fzx .mbr-rating {
  color: #EFCC4E;
}
.cid-uKZZ7h5fzx .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uKZZ7h5fzx .mbr-section-title,
.cid-uKZZ7h5fzx .mbr-section-btn {
  text-align: center;
}
.cid-uKZZ7h5fzx .mbr-rating,
.cid-uKZZ7h5fzx .rating-wrapper,
.cid-uKZZ7h5fzx .people-wrapper {
  text-align: center;
}
.cid-uKYBgzgo0L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKYBgzgo0L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYBgzgo0L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYBgzgo0L .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uKYBgzgo0L .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uKYBgzgo0L .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uKYBgzgo0L .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uKYBgzgo0L .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #ffffff;
  border: 3px solid #1176b9;
  box-shadow: 4px 4px 0 0 #1176b9;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uKYBgzgo0L .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uKYBgzgo0L .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKYBgzgo0L .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uKYBgzgo0L .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKYBgzgo0L .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uKYBgzgo0L .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uKYBgzgo0L .mbr-section-title,
.cid-uKYBgzgo0L .mbr-section-btn {
  color: #000000;
}
.cid-uKYCFofJt8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-uKYCFofJt8::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #fdce76, #1176b9);
}
.cid-uKYCFofJt8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYCFofJt8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYCFofJt8 .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uKYCFofJt8 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uKYCFofJt8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uKYCFofJt8 .container {
    padding: 0 16px;
  }
}
.cid-uKYCFofJt8 .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uKYCFofJt8 .image-wrapper img {
  height: 630px;
  width: 70%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKYCFofJt8 .image-wrapper img {
    height: 350px;
  }
}
.cid-uKYBKoRzL6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uKYBKoRzL6::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #fdce76 -10%, transparent 70%);
}
.cid-uKYBKoRzL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYBKoRzL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uKYBKoRzL6 .container {
    padding: 0 16px;
  }
}
.cid-uKYBKoRzL6 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uKYBKoRzL6 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uKYBKoRzL6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKYBKoRzL6 .mbr-section-title {
  color: #000000;
}
.cid-uKYBKoRzL6 .mbr-text {
  color: #000000;
}
.cid-uKYGTUYV1T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uKYGTUYV1T::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #1176b9 -10%, transparent 70%);
}
.cid-uKYGTUYV1T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYGTUYV1T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uKYGTUYV1T .container {
    padding: 0 16px;
  }
}
.cid-uKYGTUYV1T .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uKYGTUYV1T .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uKYGTUYV1T .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKYGTUYV1T .mbr-section-title {
  color: #000000;
}
.cid-uKYGTUYV1T .mbr-text {
  color: #000000;
}
.cid-uKYGWhCuyg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-uKYGWhCuyg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #fdce76, #1176b9);
}
.cid-uKYGWhCuyg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYGWhCuyg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYGWhCuyg .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uKYGWhCuyg .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uKYGWhCuyg .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uKYGWhCuyg .container {
    padding: 0 16px;
  }
}
.cid-uKYGWhCuyg .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uKYGWhCuyg .image-wrapper img {
  height: 630px;
  width: 70%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKYGWhCuyg .image-wrapper img {
    height: 350px;
  }
}
.cid-uKYH0mWEiK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uKYH0mWEiK::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #fdce76 -10%, transparent 70%);
}
.cid-uKYH0mWEiK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYH0mWEiK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uKYH0mWEiK .container {
    padding: 0 16px;
  }
}
.cid-uKYH0mWEiK .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uKYH0mWEiK .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uKYH0mWEiK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKYH0mWEiK .mbr-section-title {
  color: #000000;
}
.cid-uKYH0mWEiK .mbr-text {
  color: #000000;
}
.cid-uKYH5tP6Pb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uKYH5tP6Pb::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #1176b9 -10%, transparent 70%);
}
.cid-uKYH5tP6Pb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYH5tP6Pb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uKYH5tP6Pb .container {
    padding: 0 16px;
  }
}
.cid-uKYH5tP6Pb .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uKYH5tP6Pb .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uKYH5tP6Pb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKYH5tP6Pb .mbr-section-title {
  color: #000000;
}
.cid-uKYH5tP6Pb .mbr-text {
  color: #000000;
}
.cid-tLAX5BnXkJ {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1176b9;
}
@media (min-width: 768px) {
  .cid-tLAX5BnXkJ {
    align-items: center;
  }
  .cid-tLAX5BnXkJ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tLAX5BnXkJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tLAX5BnXkJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tLAX5BnXkJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tLAX5BnXkJ .content-wrap {
    width: 100%;
  }
}
.cid-tLAX5BnXkJ .mbr-section-title {
  text-align: center;
}
.cid-tLAX5BnXkJ .mbr-text,
.cid-tLAX5BnXkJ .mbr-section-btn {
  text-align: center;
}
.cid-uKZGTtiCz2 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-uKZGTtiCz2 h2,
.cid-uKZGTtiCz2 h3,
.cid-uKZGTtiCz2 p,
.cid-uKZGTtiCz2 h4 {
  color: #0a0a0a;
}
.cid-uKZGTtiCz2 .img-block img {
  height: 100%;
  max-height: 600px;
}
.cid-uKZGTtiCz2 .mbr-iconfont {
  color: #1579bb;
  font-size: 2rem;
}
.cid-uKZGTtiCz2 .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-uKZGTtiCz2 .form-control:focus,
.cid-uKZGTtiCz2 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uKZGTtiCz2 .form-group {
  margin-bottom: 1rem;
}
.cid-uKZGTtiCz2 input::-webkit-input-placeholder,
.cid-uKZGTtiCz2 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uKZGTtiCz2 input:-moz-placeholder,
.cid-uKZGTtiCz2 textarea:-moz-placeholder {
  color: #656565;
}
.cid-uKZGTtiCz2 .jq-selectbox li,
.cid-uKZGTtiCz2 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uKZGTtiCz2 .jq-selectbox li:hover,
.cid-uKZGTtiCz2 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uKZGTtiCz2 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uKZGTtiCz2 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uKZGTtiCz2 .mbr-text {
  color: #767676;
}
.cid-uKZGTtiCz2 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-uKZGTtiCz2 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-uKZGTtiCz2 .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-uKZGTtiCz2 textarea.form-control {
  resize: none;
}
.cid-uKZGTtiCz2 .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-uKZGTtiCz2 .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-uKZGTtiCz2 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uKZGTtiCz2 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uKZGTtiCz2 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-uKZGTtiCz2 .img-block-wrap {
    position: relative;
  }
  .cid-uKZGTtiCz2 .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-uKZGTtiCz2 .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-uKZGTtiCz2 .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKZGTtiCz2 .google-map {
    padding-bottom: 2rem;
  }
  .cid-uKZGTtiCz2 .img-block {
    overflow: hidden;
  }
}
.cid-uKZGTtiCz2 .list-item-text {
  color: #0a0a0a;
}
.cid-tJS9NNcTLZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1176b9;
}
@media (max-width: 991px) {
  .cid-tJS9NNcTLZ .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-tJS9NNcTLZ .container {
    padding: 0 12px;
  }
}
.cid-tJS9NNcTLZ .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tJS9NNcTLZ .social-row .soc-item {
  margin: 8px;
}
.cid-tJS9NNcTLZ .social-row .soc-item a:hover .mbr-iconfont,
.cid-tJS9NNcTLZ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-tJS9NNcTLZ .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #fdce76;
  transition: all 0.3s ease-in-out;
}
.cid-tJS9NNcTLZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJS9NNcTLZ .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJS9NNcTLZ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJS9NNcTLZ .header-menu li p {
  margin: 0;
}
.cid-tJS9NNcTLZ .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-tJS9NNcTLZ .mbr-section-title {
  color: #ffffff;
}
.cid-uLheIdN717 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLheIdN717 nav.navbar {
  position: fixed;
}
.cid-uLheIdN717 .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-uLheIdN717 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uLheIdN717 .dropdown-item:hover,
.cid-uLheIdN717 .dropdown-item:focus {
  color: #1579bb !important;
}
.cid-uLheIdN717 .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-uLheIdN717 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLheIdN717 .nav-link {
  position: relative;
  padding: 0;
}
.cid-uLheIdN717 .container {
  display: flex;
  margin: auto;
}
.cid-uLheIdN717 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLheIdN717 .dropdown-menu,
.cid-uLheIdN717 .navbar.opened {
  background: #ffffff !important;
}
.cid-uLheIdN717 .nav-item:focus,
.cid-uLheIdN717 .nav-link:focus {
  outline: none;
}
.cid-uLheIdN717 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLheIdN717 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLheIdN717 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLheIdN717 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLheIdN717 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLheIdN717 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLheIdN717 .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: #ffffff;
}
.cid-uLheIdN717 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLheIdN717 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLheIdN717 .navbar .navbar-logo img {
  width: auto;
}
.cid-uLheIdN717 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLheIdN717 .navbar.collapsed {
  justify-content: center;
}
.cid-uLheIdN717 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLheIdN717 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLheIdN717 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uLheIdN717 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLheIdN717 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLheIdN717 .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-uLheIdN717 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLheIdN717 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLheIdN717 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLheIdN717 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLheIdN717 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLheIdN717 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLheIdN717 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLheIdN717 .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-uLheIdN717 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLheIdN717 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLheIdN717 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLheIdN717 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLheIdN717 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLheIdN717 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLheIdN717 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLheIdN717 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLheIdN717 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLheIdN717 .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-uLheIdN717 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLheIdN717 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLheIdN717 .dropdown-item.active,
.cid-uLheIdN717 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLheIdN717 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLheIdN717 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLheIdN717 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLheIdN717 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLheIdN717 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLheIdN717 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLheIdN717 ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uLheIdN717 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLheIdN717 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLheIdN717 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLheIdN717 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLheIdN717 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLheIdN717 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLheIdN717 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLheIdN717 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLheIdN717 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLheIdN717 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLheIdN717 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLheIdN717 .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-uLheIdN717 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLheIdN717 .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-uLheIdN717 .navbar {
    height: 70px;
  }
  .cid-uLheIdN717 .navbar.opened {
    height: auto;
  }
  .cid-uLheIdN717 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLheIdN717 a {
  display: inline;
}
.cid-uLheIdN717 img {
  display: inline;
  padding-right: 10px;
}
.cid-uLheIdN717 .dropdown-toggle:after {
  display: none;
}
.cid-uLheIdN717 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uLheIdN717 .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-uLheIdN717 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uLheIdN717 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uLheIdN717 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uLheIdN717 .nav-item {
  margin-right: 32px;
}
.cid-uLheIdN717 .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uLheIdN717 ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uLheIdN717 .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uLheIdN717 .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uLheIdN717 .navbar-nav {
  margin: auto;
}
.cid-uLheIdN717 .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uLheIdN717 .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-uLheIdN717 .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-uLheIdN717 .btn {
  border-radius: 1000px !important;
}
.cid-uLheIdN717 .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-uLheIdN717 .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uLheIdN717 .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-uLheIdN717 .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-uLheIdN717 .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-uLheIdN717 .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uLheIdN717 .top {
    margin-top: 25px;
  }
}
.cid-uLheIdN717 .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-uLheIdN717 .container,
  .cid-uLheIdN717 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uLheIdN717 li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-uLheIdN717 ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uLheIdN717 .icons-menu {
    min-width: initial !important;
  }
  .cid-uLheIdN717 a.btn {
    margin-top: 10px;
  }
}
.cid-uLheIdN717 a.btn > span {
  margin-left: 0.5rem;
}
.cid-uLheIdN717 .navbar-nav .nav-item .nav-link:hover,
.cid-uLheIdN717 .navbar-nav .nav-item .nav-link:focus {
  color: #3f69ff !important;
}
.cid-uLheIeGgzA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLheIeGgzA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLheIeGgzA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLheIeGgzA .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLheIeGgzA .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLheIeGgzA .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLheIeGgzA .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLheIeGgzA .container {
    padding: 0 24px;
  }
}
.cid-uLheIeGgzA .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #fdce76;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-uLheIeGgzA .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-uLheIeGgzA .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLheIeGgzA .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLheIeGgzA .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #fdce76;
}
.cid-uLheIeGgzA .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLheIeGgzA .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uLheIeGgzA .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLheIeGgzA .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uLheIeGgzA .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLheIeGgzA .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uLheIeGgzA .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uLheIeGgzA .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uLheIeGgzA .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-uLheIeGgzA .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uLheIeGgzA .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLheIeGgzA .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uLheIeGgzA .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uLheIeGgzA .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uLheIeGgzA .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLheIeGgzA .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uLheIeGgzA .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uLheIeGgzA .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #ffffff;
  background-color: #ffffff;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uLheIeGgzA .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #ffffff;
  }
}
.cid-uLheIeGgzA .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uLheIeGgzA .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uLheIeGgzA .mbr-section-title {
  color: #18212d;
}
.cid-uLheIeGgzA .mbr-desc,
.cid-uLheIeGgzA .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uLheIeGgzA .mbr-text,
.cid-uLheIeGgzA .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uLheIeGgzA .mbr-rating {
  color: #EFCC4E;
}
.cid-uLheIeGgzA .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uLheIeGgzA .mbr-section-title,
.cid-uLheIeGgzA .mbr-section-btn {
  text-align: center;
}
.cid-uLheIeGgzA .mbr-rating,
.cid-uLheIeGgzA .rating-wrapper,
.cid-uLheIeGgzA .people-wrapper {
  text-align: center;
}
.cid-uLj5VVKjNB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uLj5VVKjNB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLj5VVKjNB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLj5VVKjNB .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uLj5VVKjNB .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLj5VVKjNB .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uLj5VVKjNB .card-wrapper {
    padding: 4rem;
  }
}
.cid-uLj5VVKjNB .mbr-text,
.cid-uLj5VVKjNB .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLj5VVKjNB .card-title,
.cid-uLj5VVKjNB .card-box {
  text-align: center;
  color: #000000;
}
.cid-uLj5VVKjNB .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uLj5VVKjNB .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uLj5VVKjNB .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fdce76;
  background-color: #fdce76;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uLj5VVKjNB .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uLj5VVKjNB .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uLj5VVKjNB .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #fdce76;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLj5VVKjNB .mbr-text UL {
  text-align: left;
}
.cid-uLheIiHN1P {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1176b9;
}
@media (max-width: 991px) {
  .cid-uLheIiHN1P .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uLheIiHN1P .container {
    padding: 0 12px;
  }
}
.cid-uLheIiHN1P .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uLheIiHN1P .social-row .soc-item {
  margin: 8px;
}
.cid-uLheIiHN1P .social-row .soc-item a:hover .mbr-iconfont,
.cid-uLheIiHN1P .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uLheIiHN1P .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #fdce76;
  transition: all 0.3s ease-in-out;
}
.cid-uLheIiHN1P .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLheIiHN1P .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLheIiHN1P .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLheIiHN1P .header-menu li p {
  margin: 0;
}
.cid-uLheIiHN1P .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uLheIiHN1P .mbr-section-title {
  color: #ffffff;
}
.cid-uLhcqMP3vY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLhcqMP3vY nav.navbar {
  position: fixed;
}
.cid-uLhcqMP3vY .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-uLhcqMP3vY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uLhcqMP3vY .dropdown-item:hover,
.cid-uLhcqMP3vY .dropdown-item:focus {
  color: #1579bb !important;
}
.cid-uLhcqMP3vY .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-uLhcqMP3vY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLhcqMP3vY .nav-link {
  position: relative;
  padding: 0;
}
.cid-uLhcqMP3vY .container {
  display: flex;
  margin: auto;
}
.cid-uLhcqMP3vY .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLhcqMP3vY .dropdown-menu,
.cid-uLhcqMP3vY .navbar.opened {
  background: #ffffff !important;
}
.cid-uLhcqMP3vY .nav-item:focus,
.cid-uLhcqMP3vY .nav-link:focus {
  outline: none;
}
.cid-uLhcqMP3vY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLhcqMP3vY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLhcqMP3vY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLhcqMP3vY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLhcqMP3vY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLhcqMP3vY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLhcqMP3vY .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: #ffffff;
}
.cid-uLhcqMP3vY .navbar.opened {
  transition: all 0.3s;
}
.cid-uLhcqMP3vY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLhcqMP3vY .navbar .navbar-logo img {
  width: auto;
}
.cid-uLhcqMP3vY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLhcqMP3vY .navbar.collapsed {
  justify-content: center;
}
.cid-uLhcqMP3vY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLhcqMP3vY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLhcqMP3vY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uLhcqMP3vY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLhcqMP3vY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLhcqMP3vY .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-uLhcqMP3vY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLhcqMP3vY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLhcqMP3vY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLhcqMP3vY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLhcqMP3vY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLhcqMP3vY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLhcqMP3vY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLhcqMP3vY .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-uLhcqMP3vY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLhcqMP3vY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLhcqMP3vY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLhcqMP3vY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLhcqMP3vY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLhcqMP3vY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLhcqMP3vY .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLhcqMP3vY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLhcqMP3vY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLhcqMP3vY .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-uLhcqMP3vY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLhcqMP3vY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLhcqMP3vY .dropdown-item.active,
.cid-uLhcqMP3vY .dropdown-item:active {
  background-color: transparent;
}
.cid-uLhcqMP3vY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLhcqMP3vY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLhcqMP3vY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLhcqMP3vY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLhcqMP3vY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLhcqMP3vY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLhcqMP3vY ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uLhcqMP3vY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLhcqMP3vY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLhcqMP3vY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLhcqMP3vY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLhcqMP3vY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLhcqMP3vY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLhcqMP3vY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLhcqMP3vY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLhcqMP3vY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLhcqMP3vY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLhcqMP3vY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLhcqMP3vY .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-uLhcqMP3vY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLhcqMP3vY .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-uLhcqMP3vY .navbar {
    height: 70px;
  }
  .cid-uLhcqMP3vY .navbar.opened {
    height: auto;
  }
  .cid-uLhcqMP3vY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLhcqMP3vY a {
  display: inline;
}
.cid-uLhcqMP3vY img {
  display: inline;
  padding-right: 10px;
}
.cid-uLhcqMP3vY .dropdown-toggle:after {
  display: none;
}
.cid-uLhcqMP3vY .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uLhcqMP3vY .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-uLhcqMP3vY .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uLhcqMP3vY .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uLhcqMP3vY .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uLhcqMP3vY .nav-item {
  margin-right: 32px;
}
.cid-uLhcqMP3vY .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uLhcqMP3vY ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uLhcqMP3vY .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uLhcqMP3vY .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uLhcqMP3vY .navbar-nav {
  margin: auto;
}
.cid-uLhcqMP3vY .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uLhcqMP3vY .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-uLhcqMP3vY .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-uLhcqMP3vY .btn {
  border-radius: 1000px !important;
}
.cid-uLhcqMP3vY .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-uLhcqMP3vY .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uLhcqMP3vY .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-uLhcqMP3vY .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-uLhcqMP3vY .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-uLhcqMP3vY .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uLhcqMP3vY .top {
    margin-top: 25px;
  }
}
.cid-uLhcqMP3vY .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-uLhcqMP3vY .container,
  .cid-uLhcqMP3vY .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uLhcqMP3vY li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-uLhcqMP3vY ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uLhcqMP3vY .icons-menu {
    min-width: initial !important;
  }
  .cid-uLhcqMP3vY a.btn {
    margin-top: 10px;
  }
}
.cid-uLhcqMP3vY a.btn > span {
  margin-left: 0.5rem;
}
.cid-uLhcqMP3vY .navbar-nav .nav-item .nav-link:hover,
.cid-uLhcqMP3vY .navbar-nav .nav-item .nav-link:focus {
  color: #3f69ff !important;
}
.cid-uLhcqNxs9Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLhcqNxs9Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhcqNxs9Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhcqNxs9Z .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLhcqNxs9Z .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLhcqNxs9Z .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLhcqNxs9Z .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLhcqNxs9Z .container {
    padding: 0 24px;
  }
}
.cid-uLhcqNxs9Z .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #fdce76;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-uLhcqNxs9Z .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-uLhcqNxs9Z .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLhcqNxs9Z .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLhcqNxs9Z .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #fdce76;
}
.cid-uLhcqNxs9Z .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLhcqNxs9Z .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uLhcqNxs9Z .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLhcqNxs9Z .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uLhcqNxs9Z .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLhcqNxs9Z .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uLhcqNxs9Z .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uLhcqNxs9Z .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uLhcqNxs9Z .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-uLhcqNxs9Z .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uLhcqNxs9Z .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLhcqNxs9Z .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uLhcqNxs9Z .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uLhcqNxs9Z .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uLhcqNxs9Z .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLhcqNxs9Z .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uLhcqNxs9Z .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uLhcqNxs9Z .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #ffffff;
  background-color: #ffffff;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uLhcqNxs9Z .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #ffffff;
  }
}
.cid-uLhcqNxs9Z .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uLhcqNxs9Z .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uLhcqNxs9Z .mbr-section-title {
  color: #18212d;
}
.cid-uLhcqNxs9Z .mbr-desc,
.cid-uLhcqNxs9Z .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uLhcqNxs9Z .mbr-text,
.cid-uLhcqNxs9Z .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uLhcqNxs9Z .mbr-rating {
  color: #EFCC4E;
}
.cid-uLhcqNxs9Z .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uLhcqNxs9Z .mbr-section-title,
.cid-uLhcqNxs9Z .mbr-section-btn {
  text-align: center;
}
.cid-uLhcqNxs9Z .mbr-rating,
.cid-uLhcqNxs9Z .rating-wrapper,
.cid-uLhcqNxs9Z .people-wrapper {
  text-align: center;
}
.cid-uLhdoJZ89i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1176b9;
}
.cid-uLhdoJZ89i .container {
  padding: 0 5%;
}
.cid-uLhdoJZ89i .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uLhdoJZ89i .card:nth-child(odd) {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uLhdoJZ89i .card:nth-child(odd) {
    padding-right: 16px;
  }
}
.cid-uLhdoJZ89i .card:nth-child(even) {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uLhdoJZ89i .card:nth-child(even) {
    padding-left: 16px;
  }
}
.cid-uLhdoJZ89i .card-wrapper {
  margin-bottom: 42px;
  border-radius: 15px;
  display: flex;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uLhdoJZ89i .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLhdoJZ89i .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uLhdoJZ89i .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #1579bb;
}
.cid-uLhdoJZ89i .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #FFFFFF;
}
.cid-uLhdoJZ89i .card-title {
  color: #e082c5;
}
.cid-uLhdoJZ89i .mbr-text {
  color: #e082c5;
}
.cid-uLhdoJZ89i P {
  color: #232323;
}
.cid-uLhelg0YX6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uLhelg0YX6 .mbr-section-head {
  max-width: 1302px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .cid-uLhelg0YX6 .mbr-section-head {
    padding: 0 12px;
  }
}
.cid-uLhelg0YX6 .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-uLhelg0YX6 .mbr-section-subtitle {
  color: #555555;
  width: 100%;
}
.cid-uLhelg0YX6 .google-map {
  height: 656px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLhelg0YX6 .google-map {
    height: 356px;
  }
}
.cid-uLhelg0YX6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uLhelg0YX6 .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-uLhelg0YX6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uLhelg0YX6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLhelg0YX6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhelg0YX6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLheGAHsYZ {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1176b9;
}
@media (min-width: 768px) {
  .cid-uLheGAHsYZ {
    align-items: center;
  }
  .cid-uLheGAHsYZ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLheGAHsYZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLheGAHsYZ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLheGAHsYZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLheGAHsYZ .content-wrap {
    width: 100%;
  }
}
.cid-uLheGAHsYZ .mbr-section-title {
  text-align: center;
}
.cid-uLheGAHsYZ .mbr-text,
.cid-uLheGAHsYZ .mbr-section-btn {
  text-align: center;
}
.cid-uLheBvlwef {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-uLheBvlwef h2,
.cid-uLheBvlwef h3,
.cid-uLheBvlwef p,
.cid-uLheBvlwef h4 {
  color: #0a0a0a;
}
.cid-uLheBvlwef .img-block img {
  height: 100%;
  max-height: 600px;
}
.cid-uLheBvlwef .mbr-iconfont {
  color: #1579bb;
  font-size: 2rem;
}
.cid-uLheBvlwef .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-uLheBvlwef .form-control:focus,
.cid-uLheBvlwef .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uLheBvlwef .form-group {
  margin-bottom: 1rem;
}
.cid-uLheBvlwef input::-webkit-input-placeholder,
.cid-uLheBvlwef textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uLheBvlwef input:-moz-placeholder,
.cid-uLheBvlwef textarea:-moz-placeholder {
  color: #656565;
}
.cid-uLheBvlwef .jq-selectbox li,
.cid-uLheBvlwef .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uLheBvlwef .jq-selectbox li:hover,
.cid-uLheBvlwef .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uLheBvlwef .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uLheBvlwef .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uLheBvlwef .mbr-text {
  color: #767676;
}
.cid-uLheBvlwef a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-uLheBvlwef .input-group-btn {
  display: block;
  text-align: center;
}
.cid-uLheBvlwef .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-uLheBvlwef textarea.form-control {
  resize: none;
}
.cid-uLheBvlwef .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-uLheBvlwef .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-uLheBvlwef h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uLheBvlwef .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uLheBvlwef .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-uLheBvlwef .img-block-wrap {
    position: relative;
  }
  .cid-uLheBvlwef .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-uLheBvlwef .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-uLheBvlwef .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLheBvlwef .google-map {
    padding-bottom: 2rem;
  }
  .cid-uLheBvlwef .img-block {
    overflow: hidden;
  }
}
.cid-uLheBvlwef .list-item-text {
  color: #0a0a0a;
}
.cid-uLhcqOZB0U {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1176b9;
}
@media (max-width: 991px) {
  .cid-uLhcqOZB0U .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uLhcqOZB0U .container {
    padding: 0 12px;
  }
}
.cid-uLhcqOZB0U .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uLhcqOZB0U .social-row .soc-item {
  margin: 8px;
}
.cid-uLhcqOZB0U .social-row .soc-item a:hover .mbr-iconfont,
.cid-uLhcqOZB0U .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uLhcqOZB0U .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #fdce76;
  transition: all 0.3s ease-in-out;
}
.cid-uLhcqOZB0U .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLhcqOZB0U .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLhcqOZB0U .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLhcqOZB0U .header-menu li p {
  margin: 0;
}
.cid-uLhcqOZB0U .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uLhcqOZB0U .mbr-section-title {
  color: #ffffff;
}
.cid-uKZUqcoXjx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKZUqcoXjx nav.navbar {
  position: fixed;
}
.cid-uKZUqcoXjx .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-uKZUqcoXjx .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uKZUqcoXjx .dropdown-item:hover,
.cid-uKZUqcoXjx .dropdown-item:focus {
  color: #1579bb !important;
}
.cid-uKZUqcoXjx .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-uKZUqcoXjx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKZUqcoXjx .nav-link {
  position: relative;
  padding: 0;
}
.cid-uKZUqcoXjx .container {
  display: flex;
  margin: auto;
}
.cid-uKZUqcoXjx .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKZUqcoXjx .dropdown-menu,
.cid-uKZUqcoXjx .navbar.opened {
  background: #ffffff !important;
}
.cid-uKZUqcoXjx .nav-item:focus,
.cid-uKZUqcoXjx .nav-link:focus {
  outline: none;
}
.cid-uKZUqcoXjx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKZUqcoXjx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKZUqcoXjx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKZUqcoXjx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKZUqcoXjx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKZUqcoXjx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKZUqcoXjx .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: #ffffff;
}
.cid-uKZUqcoXjx .navbar.opened {
  transition: all 0.3s;
}
.cid-uKZUqcoXjx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKZUqcoXjx .navbar .navbar-logo img {
  width: auto;
}
.cid-uKZUqcoXjx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKZUqcoXjx .navbar.collapsed {
  justify-content: center;
}
.cid-uKZUqcoXjx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKZUqcoXjx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKZUqcoXjx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uKZUqcoXjx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKZUqcoXjx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKZUqcoXjx .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-uKZUqcoXjx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKZUqcoXjx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKZUqcoXjx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKZUqcoXjx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKZUqcoXjx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKZUqcoXjx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKZUqcoXjx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKZUqcoXjx .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-uKZUqcoXjx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKZUqcoXjx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKZUqcoXjx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKZUqcoXjx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKZUqcoXjx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKZUqcoXjx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKZUqcoXjx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKZUqcoXjx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKZUqcoXjx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKZUqcoXjx .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-uKZUqcoXjx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKZUqcoXjx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKZUqcoXjx .dropdown-item.active,
.cid-uKZUqcoXjx .dropdown-item:active {
  background-color: transparent;
}
.cid-uKZUqcoXjx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKZUqcoXjx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKZUqcoXjx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKZUqcoXjx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKZUqcoXjx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKZUqcoXjx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKZUqcoXjx ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uKZUqcoXjx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKZUqcoXjx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKZUqcoXjx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKZUqcoXjx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKZUqcoXjx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKZUqcoXjx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKZUqcoXjx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKZUqcoXjx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKZUqcoXjx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKZUqcoXjx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKZUqcoXjx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKZUqcoXjx .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-uKZUqcoXjx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKZUqcoXjx .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-uKZUqcoXjx .navbar {
    height: 70px;
  }
  .cid-uKZUqcoXjx .navbar.opened {
    height: auto;
  }
  .cid-uKZUqcoXjx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKZUqcoXjx a {
  display: inline;
}
.cid-uKZUqcoXjx img {
  display: inline;
  padding-right: 10px;
}
.cid-uKZUqcoXjx .dropdown-toggle:after {
  display: none;
}
.cid-uKZUqcoXjx .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uKZUqcoXjx .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-uKZUqcoXjx .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uKZUqcoXjx .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uKZUqcoXjx .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uKZUqcoXjx .nav-item {
  margin-right: 32px;
}
.cid-uKZUqcoXjx .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uKZUqcoXjx ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uKZUqcoXjx .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uKZUqcoXjx .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uKZUqcoXjx .navbar-nav {
  margin: auto;
}
.cid-uKZUqcoXjx .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uKZUqcoXjx .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-uKZUqcoXjx .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-uKZUqcoXjx .btn {
  border-radius: 1000px !important;
}
.cid-uKZUqcoXjx .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-uKZUqcoXjx .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uKZUqcoXjx .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-uKZUqcoXjx .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-uKZUqcoXjx .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-uKZUqcoXjx .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uKZUqcoXjx .top {
    margin-top: 25px;
  }
}
.cid-uKZUqcoXjx .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-uKZUqcoXjx .container,
  .cid-uKZUqcoXjx .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uKZUqcoXjx li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-uKZUqcoXjx ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uKZUqcoXjx .icons-menu {
    min-width: initial !important;
  }
  .cid-uKZUqcoXjx a.btn {
    margin-top: 10px;
  }
}
.cid-uKZUqcoXjx a.btn > span {
  margin-left: 0.5rem;
}
.cid-uKZUqcoXjx .navbar-nav .nav-item .nav-link:hover,
.cid-uKZUqcoXjx .navbar-nav .nav-item .nav-link:focus {
  color: #3f69ff !important;
}
.cid-uL10O9B0DO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uL10O9B0DO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL10O9B0DO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL10O9B0DO .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uL10O9B0DO .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL10O9B0DO .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uL10O9B0DO .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL10O9B0DO .container {
    padding: 0 24px;
  }
}
.cid-uL10O9B0DO .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #fdce76;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-uL10O9B0DO .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-uL10O9B0DO .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL10O9B0DO .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uL10O9B0DO .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #fdce76;
}
.cid-uL10O9B0DO .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uL10O9B0DO .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uL10O9B0DO .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uL10O9B0DO .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uL10O9B0DO .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uL10O9B0DO .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uL10O9B0DO .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uL10O9B0DO .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uL10O9B0DO .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-uL10O9B0DO .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uL10O9B0DO .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uL10O9B0DO .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uL10O9B0DO .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uL10O9B0DO .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uL10O9B0DO .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uL10O9B0DO .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uL10O9B0DO .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uL10O9B0DO .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #ffffff;
  background-color: #ffffff;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uL10O9B0DO .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #ffffff;
  }
}
.cid-uL10O9B0DO .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uL10O9B0DO .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uL10O9B0DO .mbr-section-title {
  color: #18212d;
}
.cid-uL10O9B0DO .mbr-desc,
.cid-uL10O9B0DO .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uL10O9B0DO .mbr-text,
.cid-uL10O9B0DO .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uL10O9B0DO .mbr-rating {
  color: #EFCC4E;
}
.cid-uL10O9B0DO .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uL10O9B0DO .mbr-section-title,
.cid-uL10O9B0DO .mbr-section-btn {
  text-align: center;
}
.cid-uL10O9B0DO .mbr-rating,
.cid-uL10O9B0DO .rating-wrapper,
.cid-uL10O9B0DO .people-wrapper {
  text-align: center;
}
.cid-uKZUqgbXjP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uKZUqgbXjP::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #fdce76 -10%, transparent 70%);
}
.cid-uKZUqgbXjP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZUqgbXjP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uKZUqgbXjP .container {
    padding: 0 16px;
  }
}
.cid-uKZUqgbXjP .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uKZUqgbXjP .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uKZUqgbXjP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKZUqgbXjP .mbr-section-title {
  color: #000000;
}
.cid-uKZUqgbXjP .mbr-text {
  color: #000000;
}
.cid-uKZUqfIwed {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-uKZUqfIwed::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #fdce76, #1176b9);
}
.cid-uKZUqfIwed .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZUqfIwed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZUqfIwed .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uKZUqfIwed .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uKZUqfIwed .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uKZUqfIwed .container {
    padding: 0 16px;
  }
}
.cid-uKZUqfIwed .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uKZUqfIwed .image-wrapper img {
  height: 630px;
  width: 70%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKZUqfIwed .image-wrapper img {
    height: 350px;
  }
}
.cid-uKZUqgUGQX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uKZUqgUGQX::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #1176b9 -10%, transparent 70%);
}
.cid-uKZUqgUGQX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZUqgUGQX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uKZUqgUGQX .container {
    padding: 0 16px;
  }
}
.cid-uKZUqgUGQX .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uKZUqgUGQX .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uKZUqgUGQX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKZUqgUGQX .mbr-section-title {
  color: #000000;
}
.cid-uKZUqgUGQX .mbr-text {
  color: #000000;
}
.cid-uKZUqhyXgx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-uKZUqhyXgx::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #fdce76, #1176b9);
}
.cid-uKZUqhyXgx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZUqhyXgx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZUqhyXgx .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uKZUqhyXgx .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uKZUqhyXgx .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uKZUqhyXgx .container {
    padding: 0 16px;
  }
}
.cid-uKZUqhyXgx .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uKZUqhyXgx .image-wrapper img {
  height: 630px;
  width: 70%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKZUqhyXgx .image-wrapper img {
    height: 350px;
  }
}
.cid-uKZUqi2Fbx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uKZUqi2Fbx::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #fdce76 -10%, transparent 70%);
}
.cid-uKZUqi2Fbx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZUqi2Fbx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uKZUqi2Fbx .container {
    padding: 0 16px;
  }
}
.cid-uKZUqi2Fbx .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uKZUqi2Fbx .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uKZUqi2Fbx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKZUqi2Fbx .mbr-section-title {
  color: #000000;
}
.cid-uKZUqi2Fbx .mbr-text {
  color: #000000;
}
.cid-uKZUqjzLUi {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1176b9;
}
@media (min-width: 768px) {
  .cid-uKZUqjzLUi {
    align-items: center;
  }
  .cid-uKZUqjzLUi .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uKZUqjzLUi .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uKZUqjzLUi {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uKZUqjzLUi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uKZUqjzLUi .content-wrap {
    width: 100%;
  }
}
.cid-uKZUqjzLUi .mbr-section-title {
  text-align: center;
}
.cid-uKZUqjzLUi .mbr-text,
.cid-uKZUqjzLUi .mbr-section-btn {
  text-align: center;
}
.cid-uKZUqklhCA {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-uKZUqklhCA h2,
.cid-uKZUqklhCA h3,
.cid-uKZUqklhCA p,
.cid-uKZUqklhCA h4 {
  color: #0a0a0a;
}
.cid-uKZUqklhCA .img-block img {
  height: 100%;
  max-height: 600px;
}
.cid-uKZUqklhCA .mbr-iconfont {
  color: #1579bb;
  font-size: 2rem;
}
.cid-uKZUqklhCA .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-uKZUqklhCA .form-control:focus,
.cid-uKZUqklhCA .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uKZUqklhCA .form-group {
  margin-bottom: 1rem;
}
.cid-uKZUqklhCA input::-webkit-input-placeholder,
.cid-uKZUqklhCA textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uKZUqklhCA input:-moz-placeholder,
.cid-uKZUqklhCA textarea:-moz-placeholder {
  color: #656565;
}
.cid-uKZUqklhCA .jq-selectbox li,
.cid-uKZUqklhCA .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uKZUqklhCA .jq-selectbox li:hover,
.cid-uKZUqklhCA .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uKZUqklhCA .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uKZUqklhCA .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uKZUqklhCA .mbr-text {
  color: #767676;
}
.cid-uKZUqklhCA a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-uKZUqklhCA .input-group-btn {
  display: block;
  text-align: center;
}
.cid-uKZUqklhCA .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-uKZUqklhCA textarea.form-control {
  resize: none;
}
.cid-uKZUqklhCA .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-uKZUqklhCA .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-uKZUqklhCA h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uKZUqklhCA .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uKZUqklhCA .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-uKZUqklhCA .img-block-wrap {
    position: relative;
  }
  .cid-uKZUqklhCA .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-uKZUqklhCA .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-uKZUqklhCA .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKZUqklhCA .google-map {
    padding-bottom: 2rem;
  }
  .cid-uKZUqklhCA .img-block {
    overflow: hidden;
  }
}
.cid-uKZUqklhCA .list-item-text {
  color: #0a0a0a;
}
.cid-uKZUqlhOgq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1176b9;
}
@media (max-width: 991px) {
  .cid-uKZUqlhOgq .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uKZUqlhOgq .container {
    padding: 0 12px;
  }
}
.cid-uKZUqlhOgq .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uKZUqlhOgq .social-row .soc-item {
  margin: 8px;
}
.cid-uKZUqlhOgq .social-row .soc-item a:hover .mbr-iconfont,
.cid-uKZUqlhOgq .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uKZUqlhOgq .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #fdce76;
  transition: all 0.3s ease-in-out;
}
.cid-uKZUqlhOgq .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uKZUqlhOgq .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uKZUqlhOgq .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uKZUqlhOgq .header-menu li p {
  margin: 0;
}
.cid-uKZUqlhOgq .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uKZUqlhOgq .mbr-section-title {
  color: #ffffff;
}
.cid-uL115MjSBS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL115MjSBS nav.navbar {
  position: fixed;
}
.cid-uL115MjSBS .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-uL115MjSBS .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uL115MjSBS .dropdown-item:hover,
.cid-uL115MjSBS .dropdown-item:focus {
  color: #1579bb !important;
}
.cid-uL115MjSBS .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-uL115MjSBS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL115MjSBS .nav-link {
  position: relative;
  padding: 0;
}
.cid-uL115MjSBS .container {
  display: flex;
  margin: auto;
}
.cid-uL115MjSBS .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL115MjSBS .dropdown-menu,
.cid-uL115MjSBS .navbar.opened {
  background: #ffffff !important;
}
.cid-uL115MjSBS .nav-item:focus,
.cid-uL115MjSBS .nav-link:focus {
  outline: none;
}
.cid-uL115MjSBS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL115MjSBS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL115MjSBS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL115MjSBS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL115MjSBS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL115MjSBS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL115MjSBS .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: #ffffff;
}
.cid-uL115MjSBS .navbar.opened {
  transition: all 0.3s;
}
.cid-uL115MjSBS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL115MjSBS .navbar .navbar-logo img {
  width: auto;
}
.cid-uL115MjSBS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL115MjSBS .navbar.collapsed {
  justify-content: center;
}
.cid-uL115MjSBS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL115MjSBS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL115MjSBS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uL115MjSBS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL115MjSBS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL115MjSBS .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-uL115MjSBS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL115MjSBS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL115MjSBS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL115MjSBS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL115MjSBS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL115MjSBS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL115MjSBS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL115MjSBS .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-uL115MjSBS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL115MjSBS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL115MjSBS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL115MjSBS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL115MjSBS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL115MjSBS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uL115MjSBS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL115MjSBS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL115MjSBS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL115MjSBS .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-uL115MjSBS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL115MjSBS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL115MjSBS .dropdown-item.active,
.cid-uL115MjSBS .dropdown-item:active {
  background-color: transparent;
}
.cid-uL115MjSBS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL115MjSBS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL115MjSBS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL115MjSBS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uL115MjSBS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL115MjSBS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL115MjSBS ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uL115MjSBS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL115MjSBS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL115MjSBS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uL115MjSBS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL115MjSBS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL115MjSBS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL115MjSBS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL115MjSBS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL115MjSBS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL115MjSBS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL115MjSBS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL115MjSBS .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-uL115MjSBS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL115MjSBS .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-uL115MjSBS .navbar {
    height: 70px;
  }
  .cid-uL115MjSBS .navbar.opened {
    height: auto;
  }
  .cid-uL115MjSBS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL115MjSBS a {
  display: inline;
}
.cid-uL115MjSBS img {
  display: inline;
  padding-right: 10px;
}
.cid-uL115MjSBS .dropdown-toggle:after {
  display: none;
}
.cid-uL115MjSBS .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uL115MjSBS .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-uL115MjSBS .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uL115MjSBS .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uL115MjSBS .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uL115MjSBS .nav-item {
  margin-right: 32px;
}
.cid-uL115MjSBS .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uL115MjSBS ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uL115MjSBS .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uL115MjSBS .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uL115MjSBS .navbar-nav {
  margin: auto;
}
.cid-uL115MjSBS .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uL115MjSBS .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-uL115MjSBS .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-uL115MjSBS .btn {
  border-radius: 1000px !important;
}
.cid-uL115MjSBS .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-uL115MjSBS .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uL115MjSBS .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-uL115MjSBS .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-uL115MjSBS .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-uL115MjSBS .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uL115MjSBS .top {
    margin-top: 25px;
  }
}
.cid-uL115MjSBS .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-uL115MjSBS .container,
  .cid-uL115MjSBS .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uL115MjSBS li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-uL115MjSBS ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uL115MjSBS .icons-menu {
    min-width: initial !important;
  }
  .cid-uL115MjSBS a.btn {
    margin-top: 10px;
  }
}
.cid-uL115MjSBS a.btn > span {
  margin-left: 0.5rem;
}
.cid-uL115MjSBS .navbar-nav .nav-item .nav-link:hover,
.cid-uL115MjSBS .navbar-nav .nav-item .nav-link:focus {
  color: #3f69ff !important;
}
.cid-uL115N0W2u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uL115N0W2u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL115N0W2u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL115N0W2u .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uL115N0W2u .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL115N0W2u .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uL115N0W2u .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL115N0W2u .container {
    padding: 0 24px;
  }
}
.cid-uL115N0W2u .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #fdce76;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-uL115N0W2u .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-uL115N0W2u .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL115N0W2u .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uL115N0W2u .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #fdce76;
}
.cid-uL115N0W2u .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uL115N0W2u .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uL115N0W2u .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uL115N0W2u .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uL115N0W2u .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uL115N0W2u .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uL115N0W2u .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uL115N0W2u .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uL115N0W2u .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-uL115N0W2u .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uL115N0W2u .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uL115N0W2u .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uL115N0W2u .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uL115N0W2u .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uL115N0W2u .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uL115N0W2u .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uL115N0W2u .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uL115N0W2u .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #ffffff;
  background-color: #ffffff;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uL115N0W2u .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #ffffff;
  }
}
.cid-uL115N0W2u .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uL115N0W2u .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uL115N0W2u .mbr-section-title {
  color: #18212d;
}
.cid-uL115N0W2u .mbr-desc,
.cid-uL115N0W2u .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uL115N0W2u .mbr-text,
.cid-uL115N0W2u .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uL115N0W2u .mbr-rating {
  color: #EFCC4E;
}
.cid-uL115N0W2u .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uL115N0W2u .mbr-section-title,
.cid-uL115N0W2u .mbr-section-btn {
  text-align: center;
}
.cid-uL115N0W2u .mbr-rating,
.cid-uL115N0W2u .rating-wrapper,
.cid-uL115N0W2u .people-wrapper {
  text-align: center;
}
.cid-uL115OetId {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uL115OetId::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #fdce76 -10%, transparent 70%);
}
.cid-uL115OetId .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL115OetId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uL115OetId .container {
    padding: 0 16px;
  }
}
.cid-uL115OetId .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uL115OetId .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uL115OetId .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uL115OetId .mbr-section-title {
  color: #000000;
}
.cid-uL115OetId .mbr-text {
  color: #000000;
}
.cid-uL115P1dV9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-uL115P1dV9::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #fdce76, #1176b9);
}
.cid-uL115P1dV9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL115P1dV9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL115P1dV9 .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uL115P1dV9 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uL115P1dV9 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uL115P1dV9 .container {
    padding: 0 16px;
  }
}
.cid-uL115P1dV9 .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uL115P1dV9 .image-wrapper img {
  height: 630px;
  width: 70%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uL115P1dV9 .image-wrapper img {
    height: 350px;
  }
}
.cid-uL115PN5xO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uL115PN5xO::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #1176b9 -10%, transparent 70%);
}
.cid-uL115PN5xO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL115PN5xO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uL115PN5xO .container {
    padding: 0 16px;
  }
}
.cid-uL115PN5xO .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uL115PN5xO .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uL115PN5xO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uL115PN5xO .mbr-section-title {
  color: #000000;
}
.cid-uL115PN5xO .mbr-text {
  color: #000000;
}
.cid-uL115QoLhA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-uL115QoLhA::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #fdce76, #1176b9);
}
.cid-uL115QoLhA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL115QoLhA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL115QoLhA .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uL115QoLhA .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uL115QoLhA .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uL115QoLhA .container {
    padding: 0 16px;
  }
}
.cid-uL115QoLhA .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uL115QoLhA .image-wrapper img {
  height: 630px;
  width: 70%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uL115QoLhA .image-wrapper img {
    height: 350px;
  }
}
.cid-uL115R4m51 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uL115R4m51::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #fdce76 -10%, transparent 70%);
}
.cid-uL115R4m51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL115R4m51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uL115R4m51 .container {
    padding: 0 16px;
  }
}
.cid-uL115R4m51 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uL115R4m51 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uL115R4m51 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uL115R4m51 .mbr-section-title {
  color: #000000;
}
.cid-uL115R4m51 .mbr-text {
  color: #000000;
}
.cid-uL115RCTr5 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1176b9;
}
@media (min-width: 768px) {
  .cid-uL115RCTr5 {
    align-items: center;
  }
  .cid-uL115RCTr5 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uL115RCTr5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uL115RCTr5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uL115RCTr5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uL115RCTr5 .content-wrap {
    width: 100%;
  }
}
.cid-uL115RCTr5 .mbr-section-title {
  text-align: center;
}
.cid-uL115RCTr5 .mbr-text,
.cid-uL115RCTr5 .mbr-section-btn {
  text-align: center;
}
.cid-uL115SELOr {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-uL115SELOr h2,
.cid-uL115SELOr h3,
.cid-uL115SELOr p,
.cid-uL115SELOr h4 {
  color: #0a0a0a;
}
.cid-uL115SELOr .img-block img {
  height: 100%;
  max-height: 600px;
}
.cid-uL115SELOr .mbr-iconfont {
  color: #1579bb;
  font-size: 2rem;
}
.cid-uL115SELOr .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-uL115SELOr .form-control:focus,
.cid-uL115SELOr .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uL115SELOr .form-group {
  margin-bottom: 1rem;
}
.cid-uL115SELOr input::-webkit-input-placeholder,
.cid-uL115SELOr textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uL115SELOr input:-moz-placeholder,
.cid-uL115SELOr textarea:-moz-placeholder {
  color: #656565;
}
.cid-uL115SELOr .jq-selectbox li,
.cid-uL115SELOr .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uL115SELOr .jq-selectbox li:hover,
.cid-uL115SELOr .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uL115SELOr .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uL115SELOr .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uL115SELOr .mbr-text {
  color: #767676;
}
.cid-uL115SELOr a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-uL115SELOr .input-group-btn {
  display: block;
  text-align: center;
}
.cid-uL115SELOr .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-uL115SELOr textarea.form-control {
  resize: none;
}
.cid-uL115SELOr .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-uL115SELOr .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-uL115SELOr h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uL115SELOr .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uL115SELOr .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-uL115SELOr .img-block-wrap {
    position: relative;
  }
  .cid-uL115SELOr .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-uL115SELOr .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-uL115SELOr .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL115SELOr .google-map {
    padding-bottom: 2rem;
  }
  .cid-uL115SELOr .img-block {
    overflow: hidden;
  }
}
.cid-uL115SELOr .list-item-text {
  color: #0a0a0a;
}
.cid-uL115THbvJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1176b9;
}
@media (max-width: 991px) {
  .cid-uL115THbvJ .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uL115THbvJ .container {
    padding: 0 12px;
  }
}
.cid-uL115THbvJ .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uL115THbvJ .social-row .soc-item {
  margin: 8px;
}
.cid-uL115THbvJ .social-row .soc-item a:hover .mbr-iconfont,
.cid-uL115THbvJ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uL115THbvJ .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #fdce76;
  transition: all 0.3s ease-in-out;
}
.cid-uL115THbvJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uL115THbvJ .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uL115THbvJ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uL115THbvJ .header-menu li p {
  margin: 0;
}
.cid-uL115THbvJ .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uL115THbvJ .mbr-section-title {
  color: #ffffff;
}
.cid-uL13qzSYbT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL13qzSYbT nav.navbar {
  position: fixed;
}
.cid-uL13qzSYbT .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-uL13qzSYbT .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uL13qzSYbT .dropdown-item:hover,
.cid-uL13qzSYbT .dropdown-item:focus {
  color: #1579bb !important;
}
.cid-uL13qzSYbT .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-uL13qzSYbT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL13qzSYbT .nav-link {
  position: relative;
  padding: 0;
}
.cid-uL13qzSYbT .container {
  display: flex;
  margin: auto;
}
.cid-uL13qzSYbT .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL13qzSYbT .dropdown-menu,
.cid-uL13qzSYbT .navbar.opened {
  background: #ffffff !important;
}
.cid-uL13qzSYbT .nav-item:focus,
.cid-uL13qzSYbT .nav-link:focus {
  outline: none;
}
.cid-uL13qzSYbT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL13qzSYbT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL13qzSYbT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL13qzSYbT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL13qzSYbT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL13qzSYbT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL13qzSYbT .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: #ffffff;
}
.cid-uL13qzSYbT .navbar.opened {
  transition: all 0.3s;
}
.cid-uL13qzSYbT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL13qzSYbT .navbar .navbar-logo img {
  width: auto;
}
.cid-uL13qzSYbT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL13qzSYbT .navbar.collapsed {
  justify-content: center;
}
.cid-uL13qzSYbT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL13qzSYbT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL13qzSYbT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uL13qzSYbT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL13qzSYbT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL13qzSYbT .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-uL13qzSYbT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL13qzSYbT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL13qzSYbT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL13qzSYbT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL13qzSYbT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL13qzSYbT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL13qzSYbT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL13qzSYbT .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-uL13qzSYbT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL13qzSYbT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL13qzSYbT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL13qzSYbT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL13qzSYbT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL13qzSYbT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uL13qzSYbT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL13qzSYbT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL13qzSYbT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL13qzSYbT .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-uL13qzSYbT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL13qzSYbT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL13qzSYbT .dropdown-item.active,
.cid-uL13qzSYbT .dropdown-item:active {
  background-color: transparent;
}
.cid-uL13qzSYbT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL13qzSYbT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL13qzSYbT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL13qzSYbT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uL13qzSYbT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL13qzSYbT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL13qzSYbT ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uL13qzSYbT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL13qzSYbT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL13qzSYbT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uL13qzSYbT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL13qzSYbT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL13qzSYbT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL13qzSYbT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL13qzSYbT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL13qzSYbT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL13qzSYbT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL13qzSYbT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL13qzSYbT .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-uL13qzSYbT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL13qzSYbT .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-uL13qzSYbT .navbar {
    height: 70px;
  }
  .cid-uL13qzSYbT .navbar.opened {
    height: auto;
  }
  .cid-uL13qzSYbT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL13qzSYbT a {
  display: inline;
}
.cid-uL13qzSYbT img {
  display: inline;
  padding-right: 10px;
}
.cid-uL13qzSYbT .dropdown-toggle:after {
  display: none;
}
.cid-uL13qzSYbT .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uL13qzSYbT .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-uL13qzSYbT .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uL13qzSYbT .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uL13qzSYbT .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uL13qzSYbT .nav-item {
  margin-right: 32px;
}
.cid-uL13qzSYbT .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uL13qzSYbT ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uL13qzSYbT .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uL13qzSYbT .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uL13qzSYbT .navbar-nav {
  margin: auto;
}
.cid-uL13qzSYbT .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uL13qzSYbT .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-uL13qzSYbT .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-uL13qzSYbT .btn {
  border-radius: 1000px !important;
}
.cid-uL13qzSYbT .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-uL13qzSYbT .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uL13qzSYbT .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-uL13qzSYbT .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-uL13qzSYbT .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-uL13qzSYbT .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uL13qzSYbT .top {
    margin-top: 25px;
  }
}
.cid-uL13qzSYbT .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-uL13qzSYbT .container,
  .cid-uL13qzSYbT .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uL13qzSYbT li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-uL13qzSYbT ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uL13qzSYbT .icons-menu {
    min-width: initial !important;
  }
  .cid-uL13qzSYbT a.btn {
    margin-top: 10px;
  }
}
.cid-uL13qzSYbT a.btn > span {
  margin-left: 0.5rem;
}
.cid-uL13qzSYbT .navbar-nav .nav-item .nav-link:hover,
.cid-uL13qzSYbT .navbar-nav .nav-item .nav-link:focus {
  color: #3f69ff !important;
}
.cid-uL13qAAADz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uL13qAAADz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL13qAAADz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL13qAAADz .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uL13qAAADz .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL13qAAADz .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uL13qAAADz .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL13qAAADz .container {
    padding: 0 24px;
  }
}
.cid-uL13qAAADz .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #fdce76;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-uL13qAAADz .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-uL13qAAADz .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL13qAAADz .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uL13qAAADz .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #fdce76;
}
.cid-uL13qAAADz .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uL13qAAADz .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uL13qAAADz .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uL13qAAADz .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uL13qAAADz .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uL13qAAADz .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uL13qAAADz .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uL13qAAADz .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uL13qAAADz .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-uL13qAAADz .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uL13qAAADz .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uL13qAAADz .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uL13qAAADz .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uL13qAAADz .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uL13qAAADz .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uL13qAAADz .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uL13qAAADz .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uL13qAAADz .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #ffffff;
  background-color: #ffffff;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uL13qAAADz .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #ffffff;
  }
}
.cid-uL13qAAADz .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uL13qAAADz .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uL13qAAADz .mbr-section-title {
  color: #18212d;
}
.cid-uL13qAAADz .mbr-desc,
.cid-uL13qAAADz .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uL13qAAADz .mbr-text,
.cid-uL13qAAADz .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uL13qAAADz .mbr-rating {
  color: #EFCC4E;
}
.cid-uL13qAAADz .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uL13qAAADz .mbr-section-title,
.cid-uL13qAAADz .mbr-section-btn {
  text-align: center;
}
.cid-uL13qAAADz .mbr-rating,
.cid-uL13qAAADz .rating-wrapper,
.cid-uL13qAAADz .people-wrapper {
  text-align: center;
}
.cid-uL13qBCqAy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uL13qBCqAy::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #fdce76 -10%, transparent 70%);
}
.cid-uL13qBCqAy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL13qBCqAy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uL13qBCqAy .container {
    padding: 0 16px;
  }
}
.cid-uL13qBCqAy .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uL13qBCqAy .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uL13qBCqAy .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uL13qBCqAy .mbr-section-title {
  color: #000000;
}
.cid-uL13qBCqAy .mbr-text {
  color: #000000;
}
.cid-uL13qCkJYD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-uL13qCkJYD::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #fdce76, #1176b9);
}
.cid-uL13qCkJYD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL13qCkJYD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL13qCkJYD .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uL13qCkJYD .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uL13qCkJYD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uL13qCkJYD .container {
    padding: 0 16px;
  }
}
.cid-uL13qCkJYD .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uL13qCkJYD .image-wrapper img {
  height: 630px;
  width: 70%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uL13qCkJYD .image-wrapper img {
    height: 350px;
  }
}
.cid-uL13qCXOAK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uL13qCXOAK::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #1176b9 -10%, transparent 70%);
}
.cid-uL13qCXOAK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL13qCXOAK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uL13qCXOAK .container {
    padding: 0 16px;
  }
}
.cid-uL13qCXOAK .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uL13qCXOAK .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uL13qCXOAK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uL13qCXOAK .mbr-section-title {
  color: #000000;
}
.cid-uL13qCXOAK .mbr-text {
  color: #000000;
}
.cid-uL13qDOenG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-uL13qDOenG::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #fdce76, #1176b9);
}
.cid-uL13qDOenG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL13qDOenG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL13qDOenG .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uL13qDOenG .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uL13qDOenG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uL13qDOenG .container {
    padding: 0 16px;
  }
}
.cid-uL13qDOenG .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uL13qDOenG .image-wrapper img {
  height: 630px;
  width: 70%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uL13qDOenG .image-wrapper img {
    height: 350px;
  }
}
.cid-uL13qECNca {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uL13qECNca::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #fdce76 -10%, transparent 70%);
}
.cid-uL13qECNca .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL13qECNca .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uL13qECNca .container {
    padding: 0 16px;
  }
}
.cid-uL13qECNca .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uL13qECNca .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uL13qECNca .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uL13qECNca .mbr-section-title {
  color: #000000;
}
.cid-uL13qECNca .mbr-text {
  color: #000000;
}
.cid-uL13qF8V9S {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1176b9;
}
@media (min-width: 768px) {
  .cid-uL13qF8V9S {
    align-items: center;
  }
  .cid-uL13qF8V9S .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uL13qF8V9S .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uL13qF8V9S {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uL13qF8V9S .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uL13qF8V9S .content-wrap {
    width: 100%;
  }
}
.cid-uL13qF8V9S .mbr-section-title {
  text-align: center;
}
.cid-uL13qF8V9S .mbr-text,
.cid-uL13qF8V9S .mbr-section-btn {
  text-align: center;
}
.cid-uL13qFT5q8 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-uL13qFT5q8 h2,
.cid-uL13qFT5q8 h3,
.cid-uL13qFT5q8 p,
.cid-uL13qFT5q8 h4 {
  color: #0a0a0a;
}
.cid-uL13qFT5q8 .img-block img {
  height: 100%;
  max-height: 600px;
}
.cid-uL13qFT5q8 .mbr-iconfont {
  color: #1579bb;
  font-size: 2rem;
}
.cid-uL13qFT5q8 .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-uL13qFT5q8 .form-control:focus,
.cid-uL13qFT5q8 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uL13qFT5q8 .form-group {
  margin-bottom: 1rem;
}
.cid-uL13qFT5q8 input::-webkit-input-placeholder,
.cid-uL13qFT5q8 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uL13qFT5q8 input:-moz-placeholder,
.cid-uL13qFT5q8 textarea:-moz-placeholder {
  color: #656565;
}
.cid-uL13qFT5q8 .jq-selectbox li,
.cid-uL13qFT5q8 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uL13qFT5q8 .jq-selectbox li:hover,
.cid-uL13qFT5q8 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uL13qFT5q8 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uL13qFT5q8 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uL13qFT5q8 .mbr-text {
  color: #767676;
}
.cid-uL13qFT5q8 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-uL13qFT5q8 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-uL13qFT5q8 .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-uL13qFT5q8 textarea.form-control {
  resize: none;
}
.cid-uL13qFT5q8 .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-uL13qFT5q8 .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-uL13qFT5q8 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uL13qFT5q8 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uL13qFT5q8 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-uL13qFT5q8 .img-block-wrap {
    position: relative;
  }
  .cid-uL13qFT5q8 .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-uL13qFT5q8 .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-uL13qFT5q8 .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL13qFT5q8 .google-map {
    padding-bottom: 2rem;
  }
  .cid-uL13qFT5q8 .img-block {
    overflow: hidden;
  }
}
.cid-uL13qFT5q8 .list-item-text {
  color: #0a0a0a;
}
.cid-uL13qH9zNN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1176b9;
}
@media (max-width: 991px) {
  .cid-uL13qH9zNN .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uL13qH9zNN .container {
    padding: 0 12px;
  }
}
.cid-uL13qH9zNN .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uL13qH9zNN .social-row .soc-item {
  margin: 8px;
}
.cid-uL13qH9zNN .social-row .soc-item a:hover .mbr-iconfont,
.cid-uL13qH9zNN .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uL13qH9zNN .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #fdce76;
  transition: all 0.3s ease-in-out;
}
.cid-uL13qH9zNN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uL13qH9zNN .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uL13qH9zNN .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uL13qH9zNN .header-menu li p {
  margin: 0;
}
.cid-uL13qH9zNN .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uL13qH9zNN .mbr-section-title {
  color: #ffffff;
}
.cid-uL158IAmvH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL158IAmvH nav.navbar {
  position: fixed;
}
.cid-uL158IAmvH .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-uL158IAmvH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uL158IAmvH .dropdown-item:hover,
.cid-uL158IAmvH .dropdown-item:focus {
  color: #1579bb !important;
}
.cid-uL158IAmvH .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-uL158IAmvH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL158IAmvH .nav-link {
  position: relative;
  padding: 0;
}
.cid-uL158IAmvH .container {
  display: flex;
  margin: auto;
}
.cid-uL158IAmvH .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL158IAmvH .dropdown-menu,
.cid-uL158IAmvH .navbar.opened {
  background: #ffffff !important;
}
.cid-uL158IAmvH .nav-item:focus,
.cid-uL158IAmvH .nav-link:focus {
  outline: none;
}
.cid-uL158IAmvH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL158IAmvH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL158IAmvH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL158IAmvH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL158IAmvH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL158IAmvH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL158IAmvH .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: #ffffff;
}
.cid-uL158IAmvH .navbar.opened {
  transition: all 0.3s;
}
.cid-uL158IAmvH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL158IAmvH .navbar .navbar-logo img {
  width: auto;
}
.cid-uL158IAmvH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL158IAmvH .navbar.collapsed {
  justify-content: center;
}
.cid-uL158IAmvH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL158IAmvH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL158IAmvH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uL158IAmvH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL158IAmvH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL158IAmvH .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-uL158IAmvH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL158IAmvH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL158IAmvH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL158IAmvH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL158IAmvH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL158IAmvH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL158IAmvH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL158IAmvH .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-uL158IAmvH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL158IAmvH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL158IAmvH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL158IAmvH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL158IAmvH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL158IAmvH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uL158IAmvH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL158IAmvH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL158IAmvH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL158IAmvH .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-uL158IAmvH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL158IAmvH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL158IAmvH .dropdown-item.active,
.cid-uL158IAmvH .dropdown-item:active {
  background-color: transparent;
}
.cid-uL158IAmvH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL158IAmvH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL158IAmvH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL158IAmvH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uL158IAmvH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL158IAmvH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL158IAmvH ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uL158IAmvH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL158IAmvH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL158IAmvH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uL158IAmvH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL158IAmvH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL158IAmvH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL158IAmvH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL158IAmvH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL158IAmvH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL158IAmvH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL158IAmvH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL158IAmvH .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-uL158IAmvH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL158IAmvH .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-uL158IAmvH .navbar {
    height: 70px;
  }
  .cid-uL158IAmvH .navbar.opened {
    height: auto;
  }
  .cid-uL158IAmvH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL158IAmvH a {
  display: inline;
}
.cid-uL158IAmvH img {
  display: inline;
  padding-right: 10px;
}
.cid-uL158IAmvH .dropdown-toggle:after {
  display: none;
}
.cid-uL158IAmvH .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uL158IAmvH .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-uL158IAmvH .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uL158IAmvH .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uL158IAmvH .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uL158IAmvH .nav-item {
  margin-right: 32px;
}
.cid-uL158IAmvH .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uL158IAmvH ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uL158IAmvH .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uL158IAmvH .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uL158IAmvH .navbar-nav {
  margin: auto;
}
.cid-uL158IAmvH .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uL158IAmvH .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-uL158IAmvH .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-uL158IAmvH .btn {
  border-radius: 1000px !important;
}
.cid-uL158IAmvH .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-uL158IAmvH .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uL158IAmvH .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-uL158IAmvH .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-uL158IAmvH .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-uL158IAmvH .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uL158IAmvH .top {
    margin-top: 25px;
  }
}
.cid-uL158IAmvH .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-uL158IAmvH .container,
  .cid-uL158IAmvH .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uL158IAmvH li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-uL158IAmvH ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uL158IAmvH .icons-menu {
    min-width: initial !important;
  }
  .cid-uL158IAmvH a.btn {
    margin-top: 10px;
  }
}
.cid-uL158IAmvH a.btn > span {
  margin-left: 0.5rem;
}
.cid-uL158IAmvH .navbar-nav .nav-item .nav-link:hover,
.cid-uL158IAmvH .navbar-nav .nav-item .nav-link:focus {
  color: #3f69ff !important;
}
.cid-uL158JkJoD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uL158JkJoD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL158JkJoD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL158JkJoD .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uL158JkJoD .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL158JkJoD .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uL158JkJoD .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL158JkJoD .container {
    padding: 0 24px;
  }
}
.cid-uL158JkJoD .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #fdce76;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-uL158JkJoD .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-uL158JkJoD .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL158JkJoD .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uL158JkJoD .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #fdce76;
}
.cid-uL158JkJoD .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uL158JkJoD .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uL158JkJoD .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uL158JkJoD .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uL158JkJoD .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uL158JkJoD .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uL158JkJoD .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uL158JkJoD .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uL158JkJoD .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-uL158JkJoD .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uL158JkJoD .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uL158JkJoD .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uL158JkJoD .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uL158JkJoD .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uL158JkJoD .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uL158JkJoD .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uL158JkJoD .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uL158JkJoD .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #ffffff;
  background-color: #ffffff;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uL158JkJoD .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #ffffff;
  }
}
.cid-uL158JkJoD .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uL158JkJoD .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uL158JkJoD .mbr-section-title {
  color: #18212d;
}
.cid-uL158JkJoD .mbr-desc,
.cid-uL158JkJoD .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uL158JkJoD .mbr-text,
.cid-uL158JkJoD .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uL158JkJoD .mbr-rating {
  color: #EFCC4E;
}
.cid-uL158JkJoD .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uL158JkJoD .mbr-section-title,
.cid-uL158JkJoD .mbr-section-btn {
  text-align: center;
}
.cid-uL158JkJoD .mbr-rating,
.cid-uL158JkJoD .rating-wrapper,
.cid-uL158JkJoD .people-wrapper {
  text-align: center;
}
.cid-uL158KoWZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uL158KoWZD::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #fdce76 -10%, transparent 70%);
}
.cid-uL158KoWZD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL158KoWZD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uL158KoWZD .container {
    padding: 0 16px;
  }
}
.cid-uL158KoWZD .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uL158KoWZD .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uL158KoWZD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uL158KoWZD .mbr-section-title {
  color: #000000;
}
.cid-uL158KoWZD .mbr-text {
  color: #000000;
}
.cid-uL158L4slJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-uL158L4slJ::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #fdce76, #1176b9);
}
.cid-uL158L4slJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL158L4slJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL158L4slJ .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uL158L4slJ .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uL158L4slJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uL158L4slJ .container {
    padding: 0 16px;
  }
}
.cid-uL158L4slJ .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uL158L4slJ .image-wrapper img {
  height: 630px;
  width: 70%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uL158L4slJ .image-wrapper img {
    height: 350px;
  }
}
.cid-uL158LQ9pd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uL158LQ9pd::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #1176b9 -10%, transparent 70%);
}
.cid-uL158LQ9pd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL158LQ9pd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uL158LQ9pd .container {
    padding: 0 16px;
  }
}
.cid-uL158LQ9pd .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uL158LQ9pd .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uL158LQ9pd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uL158LQ9pd .mbr-section-title {
  color: #000000;
}
.cid-uL158LQ9pd .mbr-text {
  color: #000000;
}
.cid-uL158MDyBH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-uL158MDyBH::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #fdce76, #1176b9);
}
.cid-uL158MDyBH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL158MDyBH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL158MDyBH .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uL158MDyBH .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uL158MDyBH .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uL158MDyBH .container {
    padding: 0 16px;
  }
}
.cid-uL158MDyBH .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uL158MDyBH .image-wrapper img {
  height: 630px;
  width: 70%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uL158MDyBH .image-wrapper img {
    height: 350px;
  }
}
.cid-uL158Nm6XS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uL158Nm6XS::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #fdce76 -10%, transparent 70%);
}
.cid-uL158Nm6XS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL158Nm6XS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uL158Nm6XS .container {
    padding: 0 16px;
  }
}
.cid-uL158Nm6XS .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uL158Nm6XS .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uL158Nm6XS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uL158Nm6XS .mbr-section-title {
  color: #000000;
}
.cid-uL158Nm6XS .mbr-text {
  color: #000000;
}
.cid-uL158O7LdH {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1176b9;
}
@media (min-width: 768px) {
  .cid-uL158O7LdH {
    align-items: center;
  }
  .cid-uL158O7LdH .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uL158O7LdH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uL158O7LdH {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uL158O7LdH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uL158O7LdH .content-wrap {
    width: 100%;
  }
}
.cid-uL158O7LdH .mbr-section-title {
  text-align: center;
}
.cid-uL158O7LdH .mbr-text,
.cid-uL158O7LdH .mbr-section-btn {
  text-align: center;
}
.cid-uL158OJj96 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-uL158OJj96 h2,
.cid-uL158OJj96 h3,
.cid-uL158OJj96 p,
.cid-uL158OJj96 h4 {
  color: #0a0a0a;
}
.cid-uL158OJj96 .img-block img {
  height: 100%;
  max-height: 600px;
}
.cid-uL158OJj96 .mbr-iconfont {
  color: #1579bb;
  font-size: 2rem;
}
.cid-uL158OJj96 .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-uL158OJj96 .form-control:focus,
.cid-uL158OJj96 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uL158OJj96 .form-group {
  margin-bottom: 1rem;
}
.cid-uL158OJj96 input::-webkit-input-placeholder,
.cid-uL158OJj96 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uL158OJj96 input:-moz-placeholder,
.cid-uL158OJj96 textarea:-moz-placeholder {
  color: #656565;
}
.cid-uL158OJj96 .jq-selectbox li,
.cid-uL158OJj96 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uL158OJj96 .jq-selectbox li:hover,
.cid-uL158OJj96 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uL158OJj96 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uL158OJj96 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uL158OJj96 .mbr-text {
  color: #767676;
}
.cid-uL158OJj96 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-uL158OJj96 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-uL158OJj96 .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-uL158OJj96 textarea.form-control {
  resize: none;
}
.cid-uL158OJj96 .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-uL158OJj96 .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-uL158OJj96 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uL158OJj96 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uL158OJj96 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-uL158OJj96 .img-block-wrap {
    position: relative;
  }
  .cid-uL158OJj96 .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-uL158OJj96 .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-uL158OJj96 .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL158OJj96 .google-map {
    padding-bottom: 2rem;
  }
  .cid-uL158OJj96 .img-block {
    overflow: hidden;
  }
}
.cid-uL158OJj96 .list-item-text {
  color: #0a0a0a;
}
.cid-uL158PMap4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1176b9;
}
@media (max-width: 991px) {
  .cid-uL158PMap4 .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uL158PMap4 .container {
    padding: 0 12px;
  }
}
.cid-uL158PMap4 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uL158PMap4 .social-row .soc-item {
  margin: 8px;
}
.cid-uL158PMap4 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uL158PMap4 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uL158PMap4 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #fdce76;
  transition: all 0.3s ease-in-out;
}
.cid-uL158PMap4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uL158PMap4 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uL158PMap4 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uL158PMap4 .header-menu li p {
  margin: 0;
}
.cid-uL158PMap4 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uL158PMap4 .mbr-section-title {
  color: #ffffff;
}
.cid-uL174YujF3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL174YujF3 nav.navbar {
  position: fixed;
}
.cid-uL174YujF3 .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-uL174YujF3 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uL174YujF3 .dropdown-item:hover,
.cid-uL174YujF3 .dropdown-item:focus {
  color: #1579bb !important;
}
.cid-uL174YujF3 .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-uL174YujF3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL174YujF3 .nav-link {
  position: relative;
  padding: 0;
}
.cid-uL174YujF3 .container {
  display: flex;
  margin: auto;
}
.cid-uL174YujF3 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL174YujF3 .dropdown-menu,
.cid-uL174YujF3 .navbar.opened {
  background: #ffffff !important;
}
.cid-uL174YujF3 .nav-item:focus,
.cid-uL174YujF3 .nav-link:focus {
  outline: none;
}
.cid-uL174YujF3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL174YujF3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL174YujF3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL174YujF3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL174YujF3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL174YujF3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL174YujF3 .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: #ffffff;
}
.cid-uL174YujF3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uL174YujF3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL174YujF3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uL174YujF3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL174YujF3 .navbar.collapsed {
  justify-content: center;
}
.cid-uL174YujF3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL174YujF3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL174YujF3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uL174YujF3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL174YujF3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL174YujF3 .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-uL174YujF3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL174YujF3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL174YujF3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL174YujF3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL174YujF3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL174YujF3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL174YujF3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL174YujF3 .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-uL174YujF3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL174YujF3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL174YujF3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL174YujF3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL174YujF3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL174YujF3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uL174YujF3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL174YujF3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL174YujF3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL174YujF3 .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-uL174YujF3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL174YujF3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL174YujF3 .dropdown-item.active,
.cid-uL174YujF3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uL174YujF3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL174YujF3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL174YujF3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL174YujF3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uL174YujF3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL174YujF3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL174YujF3 ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uL174YujF3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL174YujF3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL174YujF3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uL174YujF3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL174YujF3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL174YujF3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL174YujF3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL174YujF3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL174YujF3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL174YujF3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL174YujF3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL174YujF3 .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-uL174YujF3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL174YujF3 .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-uL174YujF3 .navbar {
    height: 70px;
  }
  .cid-uL174YujF3 .navbar.opened {
    height: auto;
  }
  .cid-uL174YujF3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL174YujF3 a {
  display: inline;
}
.cid-uL174YujF3 img {
  display: inline;
  padding-right: 10px;
}
.cid-uL174YujF3 .dropdown-toggle:after {
  display: none;
}
.cid-uL174YujF3 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uL174YujF3 .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-uL174YujF3 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uL174YujF3 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uL174YujF3 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uL174YujF3 .nav-item {
  margin-right: 32px;
}
.cid-uL174YujF3 .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uL174YujF3 ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uL174YujF3 .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uL174YujF3 .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uL174YujF3 .navbar-nav {
  margin: auto;
}
.cid-uL174YujF3 .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uL174YujF3 .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-uL174YujF3 .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-uL174YujF3 .btn {
  border-radius: 1000px !important;
}
.cid-uL174YujF3 .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-uL174YujF3 .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uL174YujF3 .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-uL174YujF3 .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-uL174YujF3 .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-uL174YujF3 .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uL174YujF3 .top {
    margin-top: 25px;
  }
}
.cid-uL174YujF3 .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-uL174YujF3 .container,
  .cid-uL174YujF3 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uL174YujF3 li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-uL174YujF3 ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uL174YujF3 .icons-menu {
    min-width: initial !important;
  }
  .cid-uL174YujF3 a.btn {
    margin-top: 10px;
  }
}
.cid-uL174YujF3 a.btn > span {
  margin-left: 0.5rem;
}
.cid-uL174YujF3 .navbar-nav .nav-item .nav-link:hover,
.cid-uL174YujF3 .navbar-nav .nav-item .nav-link:focus {
  color: #3f69ff !important;
}
.cid-uL17506CNp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uL17506CNp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL17506CNp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL17506CNp .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uL17506CNp .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL17506CNp .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uL17506CNp .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL17506CNp .container {
    padding: 0 24px;
  }
}
.cid-uL17506CNp .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #fdce76;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-uL17506CNp .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-uL17506CNp .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL17506CNp .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uL17506CNp .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #fdce76;
}
.cid-uL17506CNp .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uL17506CNp .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uL17506CNp .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uL17506CNp .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uL17506CNp .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uL17506CNp .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uL17506CNp .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uL17506CNp .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uL17506CNp .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-uL17506CNp .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uL17506CNp .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uL17506CNp .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uL17506CNp .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uL17506CNp .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uL17506CNp .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uL17506CNp .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uL17506CNp .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uL17506CNp .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #ffffff;
  background-color: #ffffff;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uL17506CNp .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #ffffff;
  }
}
.cid-uL17506CNp .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uL17506CNp .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uL17506CNp .mbr-section-title {
  color: #18212d;
}
.cid-uL17506CNp .mbr-desc,
.cid-uL17506CNp .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uL17506CNp .mbr-text,
.cid-uL17506CNp .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uL17506CNp .mbr-rating {
  color: #EFCC4E;
}
.cid-uL17506CNp .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uL17506CNp .mbr-section-title,
.cid-uL17506CNp .mbr-section-btn {
  text-align: center;
}
.cid-uL17506CNp .mbr-rating,
.cid-uL17506CNp .rating-wrapper,
.cid-uL17506CNp .people-wrapper {
  text-align: center;
}
.cid-uL1752drYO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uL1752drYO::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #fdce76 -10%, transparent 70%);
}
.cid-uL1752drYO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1752drYO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uL1752drYO .container {
    padding: 0 16px;
  }
}
.cid-uL1752drYO .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uL1752drYO .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uL1752drYO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uL1752drYO .mbr-section-title {
  color: #000000;
}
.cid-uL1752drYO .mbr-text {
  color: #000000;
}
.cid-uL17570yxU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1176b9;
}
@media (max-width: 991px) {
  .cid-uL17570yxU .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uL17570yxU .container {
    padding: 0 12px;
  }
}
.cid-uL17570yxU .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uL17570yxU .social-row .soc-item {
  margin: 8px;
}
.cid-uL17570yxU .social-row .soc-item a:hover .mbr-iconfont,
.cid-uL17570yxU .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uL17570yxU .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #fdce76;
  transition: all 0.3s ease-in-out;
}
.cid-uL17570yxU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uL17570yxU .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uL17570yxU .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uL17570yxU .header-menu li p {
  margin: 0;
}
.cid-uL17570yxU .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uL17570yxU .mbr-section-title {
  color: #ffffff;
}
.cid-uL19WHyXeK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL19WHyXeK nav.navbar {
  position: fixed;
}
.cid-uL19WHyXeK .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-uL19WHyXeK .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uL19WHyXeK .dropdown-item:hover,
.cid-uL19WHyXeK .dropdown-item:focus {
  color: #1579bb !important;
}
.cid-uL19WHyXeK .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-uL19WHyXeK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL19WHyXeK .nav-link {
  position: relative;
  padding: 0;
}
.cid-uL19WHyXeK .container {
  display: flex;
  margin: auto;
}
.cid-uL19WHyXeK .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL19WHyXeK .dropdown-menu,
.cid-uL19WHyXeK .navbar.opened {
  background: #ffffff !important;
}
.cid-uL19WHyXeK .nav-item:focus,
.cid-uL19WHyXeK .nav-link:focus {
  outline: none;
}
.cid-uL19WHyXeK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL19WHyXeK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL19WHyXeK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL19WHyXeK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL19WHyXeK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL19WHyXeK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL19WHyXeK .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: #ffffff;
}
.cid-uL19WHyXeK .navbar.opened {
  transition: all 0.3s;
}
.cid-uL19WHyXeK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL19WHyXeK .navbar .navbar-logo img {
  width: auto;
}
.cid-uL19WHyXeK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL19WHyXeK .navbar.collapsed {
  justify-content: center;
}
.cid-uL19WHyXeK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL19WHyXeK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL19WHyXeK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uL19WHyXeK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL19WHyXeK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL19WHyXeK .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-uL19WHyXeK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL19WHyXeK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL19WHyXeK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL19WHyXeK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL19WHyXeK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL19WHyXeK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL19WHyXeK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL19WHyXeK .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-uL19WHyXeK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL19WHyXeK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL19WHyXeK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL19WHyXeK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL19WHyXeK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL19WHyXeK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uL19WHyXeK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL19WHyXeK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL19WHyXeK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL19WHyXeK .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-uL19WHyXeK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL19WHyXeK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL19WHyXeK .dropdown-item.active,
.cid-uL19WHyXeK .dropdown-item:active {
  background-color: transparent;
}
.cid-uL19WHyXeK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL19WHyXeK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL19WHyXeK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL19WHyXeK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uL19WHyXeK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL19WHyXeK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL19WHyXeK ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uL19WHyXeK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL19WHyXeK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL19WHyXeK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uL19WHyXeK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL19WHyXeK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL19WHyXeK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL19WHyXeK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL19WHyXeK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL19WHyXeK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL19WHyXeK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL19WHyXeK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL19WHyXeK .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-uL19WHyXeK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL19WHyXeK .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-uL19WHyXeK .navbar {
    height: 70px;
  }
  .cid-uL19WHyXeK .navbar.opened {
    height: auto;
  }
  .cid-uL19WHyXeK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL19WHyXeK a {
  display: inline;
}
.cid-uL19WHyXeK img {
  display: inline;
  padding-right: 10px;
}
.cid-uL19WHyXeK .dropdown-toggle:after {
  display: none;
}
.cid-uL19WHyXeK .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uL19WHyXeK .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-uL19WHyXeK .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uL19WHyXeK .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uL19WHyXeK .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uL19WHyXeK .nav-item {
  margin-right: 32px;
}
.cid-uL19WHyXeK .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uL19WHyXeK ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uL19WHyXeK .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uL19WHyXeK .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uL19WHyXeK .navbar-nav {
  margin: auto;
}
.cid-uL19WHyXeK .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uL19WHyXeK .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-uL19WHyXeK .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-uL19WHyXeK .btn {
  border-radius: 1000px !important;
}
.cid-uL19WHyXeK .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-uL19WHyXeK .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uL19WHyXeK .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-uL19WHyXeK .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-uL19WHyXeK .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-uL19WHyXeK .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uL19WHyXeK .top {
    margin-top: 25px;
  }
}
.cid-uL19WHyXeK .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-uL19WHyXeK .container,
  .cid-uL19WHyXeK .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uL19WHyXeK li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-uL19WHyXeK ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uL19WHyXeK .icons-menu {
    min-width: initial !important;
  }
  .cid-uL19WHyXeK a.btn {
    margin-top: 10px;
  }
}
.cid-uL19WHyXeK a.btn > span {
  margin-left: 0.5rem;
}
.cid-uL19WHyXeK .navbar-nav .nav-item .nav-link:hover,
.cid-uL19WHyXeK .navbar-nav .nav-item .nav-link:focus {
  color: #3f69ff !important;
}
.cid-uL19WJvtiH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uL19WJvtiH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL19WJvtiH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL19WJvtiH .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uL19WJvtiH .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL19WJvtiH .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uL19WJvtiH .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL19WJvtiH .container {
    padding: 0 24px;
  }
}
.cid-uL19WJvtiH .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #fdce76;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-uL19WJvtiH .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-uL19WJvtiH .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL19WJvtiH .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uL19WJvtiH .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #fdce76;
}
.cid-uL19WJvtiH .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uL19WJvtiH .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uL19WJvtiH .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uL19WJvtiH .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uL19WJvtiH .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uL19WJvtiH .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uL19WJvtiH .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uL19WJvtiH .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uL19WJvtiH .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-uL19WJvtiH .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uL19WJvtiH .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uL19WJvtiH .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uL19WJvtiH .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uL19WJvtiH .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uL19WJvtiH .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uL19WJvtiH .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uL19WJvtiH .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uL19WJvtiH .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #ffffff;
  background-color: #ffffff;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uL19WJvtiH .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #ffffff;
  }
}
.cid-uL19WJvtiH .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uL19WJvtiH .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uL19WJvtiH .mbr-section-title {
  color: #18212d;
}
.cid-uL19WJvtiH .mbr-desc,
.cid-uL19WJvtiH .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uL19WJvtiH .mbr-text,
.cid-uL19WJvtiH .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uL19WJvtiH .mbr-rating {
  color: #EFCC4E;
}
.cid-uL19WJvtiH .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uL19WJvtiH .mbr-section-title,
.cid-uL19WJvtiH .mbr-section-btn {
  text-align: center;
}
.cid-uL19WJvtiH .mbr-rating,
.cid-uL19WJvtiH .rating-wrapper,
.cid-uL19WJvtiH .people-wrapper {
  text-align: center;
}
.cid-uL19WKqG38 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uL19WKqG38::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #fdce76 -10%, transparent 70%);
}
.cid-uL19WKqG38 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL19WKqG38 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uL19WKqG38 .container {
    padding: 0 16px;
  }
}
.cid-uL19WKqG38 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uL19WKqG38 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uL19WKqG38 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uL19WKqG38 .mbr-section-title {
  color: #000000;
}
.cid-uL19WKqG38 .mbr-text {
  color: #000000;
}
.cid-uL19WLaRDO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1176b9;
}
@media (max-width: 991px) {
  .cid-uL19WLaRDO .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uL19WLaRDO .container {
    padding: 0 12px;
  }
}
.cid-uL19WLaRDO .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uL19WLaRDO .social-row .soc-item {
  margin: 8px;
}
.cid-uL19WLaRDO .social-row .soc-item a:hover .mbr-iconfont,
.cid-uL19WLaRDO .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uL19WLaRDO .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #fdce76;
  transition: all 0.3s ease-in-out;
}
.cid-uL19WLaRDO .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uL19WLaRDO .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uL19WLaRDO .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uL19WLaRDO .header-menu li p {
  margin: 0;
}
.cid-uL19WLaRDO .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uL19WLaRDO .mbr-section-title {
  color: #ffffff;
}
.cid-uLhg0TCa5o {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLhg0TCa5o nav.navbar {
  position: fixed;
}
.cid-uLhg0TCa5o .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-uLhg0TCa5o .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uLhg0TCa5o .dropdown-item:hover,
.cid-uLhg0TCa5o .dropdown-item:focus {
  color: #1579bb !important;
}
.cid-uLhg0TCa5o .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-uLhg0TCa5o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLhg0TCa5o .nav-link {
  position: relative;
  padding: 0;
}
.cid-uLhg0TCa5o .container {
  display: flex;
  margin: auto;
}
.cid-uLhg0TCa5o .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLhg0TCa5o .dropdown-menu,
.cid-uLhg0TCa5o .navbar.opened {
  background: #ffffff !important;
}
.cid-uLhg0TCa5o .nav-item:focus,
.cid-uLhg0TCa5o .nav-link:focus {
  outline: none;
}
.cid-uLhg0TCa5o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLhg0TCa5o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLhg0TCa5o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLhg0TCa5o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLhg0TCa5o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLhg0TCa5o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLhg0TCa5o .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: #ffffff;
}
.cid-uLhg0TCa5o .navbar.opened {
  transition: all 0.3s;
}
.cid-uLhg0TCa5o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLhg0TCa5o .navbar .navbar-logo img {
  width: auto;
}
.cid-uLhg0TCa5o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLhg0TCa5o .navbar.collapsed {
  justify-content: center;
}
.cid-uLhg0TCa5o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLhg0TCa5o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLhg0TCa5o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uLhg0TCa5o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLhg0TCa5o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLhg0TCa5o .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-uLhg0TCa5o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLhg0TCa5o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLhg0TCa5o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLhg0TCa5o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLhg0TCa5o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLhg0TCa5o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLhg0TCa5o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLhg0TCa5o .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-uLhg0TCa5o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLhg0TCa5o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLhg0TCa5o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLhg0TCa5o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLhg0TCa5o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLhg0TCa5o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLhg0TCa5o .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLhg0TCa5o .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLhg0TCa5o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLhg0TCa5o .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-uLhg0TCa5o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLhg0TCa5o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLhg0TCa5o .dropdown-item.active,
.cid-uLhg0TCa5o .dropdown-item:active {
  background-color: transparent;
}
.cid-uLhg0TCa5o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLhg0TCa5o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLhg0TCa5o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLhg0TCa5o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLhg0TCa5o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLhg0TCa5o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLhg0TCa5o ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uLhg0TCa5o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLhg0TCa5o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLhg0TCa5o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLhg0TCa5o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLhg0TCa5o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLhg0TCa5o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLhg0TCa5o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLhg0TCa5o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLhg0TCa5o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLhg0TCa5o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLhg0TCa5o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLhg0TCa5o .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-uLhg0TCa5o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLhg0TCa5o .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-uLhg0TCa5o .navbar {
    height: 70px;
  }
  .cid-uLhg0TCa5o .navbar.opened {
    height: auto;
  }
  .cid-uLhg0TCa5o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLhg0TCa5o a {
  display: inline;
}
.cid-uLhg0TCa5o img {
  display: inline;
  padding-right: 10px;
}
.cid-uLhg0TCa5o .dropdown-toggle:after {
  display: none;
}
.cid-uLhg0TCa5o .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uLhg0TCa5o .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-uLhg0TCa5o .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uLhg0TCa5o .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uLhg0TCa5o .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uLhg0TCa5o .nav-item {
  margin-right: 32px;
}
.cid-uLhg0TCa5o .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uLhg0TCa5o ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uLhg0TCa5o .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uLhg0TCa5o .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uLhg0TCa5o .navbar-nav {
  margin: auto;
}
.cid-uLhg0TCa5o .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uLhg0TCa5o .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-uLhg0TCa5o .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-uLhg0TCa5o .btn {
  border-radius: 1000px !important;
}
.cid-uLhg0TCa5o .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-uLhg0TCa5o .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uLhg0TCa5o .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-uLhg0TCa5o .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-uLhg0TCa5o .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-uLhg0TCa5o .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uLhg0TCa5o .top {
    margin-top: 25px;
  }
}
.cid-uLhg0TCa5o .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-uLhg0TCa5o .container,
  .cid-uLhg0TCa5o .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uLhg0TCa5o li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-uLhg0TCa5o ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uLhg0TCa5o .icons-menu {
    min-width: initial !important;
  }
  .cid-uLhg0TCa5o a.btn {
    margin-top: 10px;
  }
}
.cid-uLhg0TCa5o a.btn > span {
  margin-left: 0.5rem;
}
.cid-uLhg0TCa5o .navbar-nav .nav-item .nav-link:hover,
.cid-uLhg0TCa5o .navbar-nav .nav-item .nav-link:focus {
  color: #3f69ff !important;
}
.cid-uLhgl46U1X {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLhgl46U1X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhgl46U1X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhgl46U1X .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uLhgl46U1X .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLhgl46U1X .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLhgl46U1X .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLhgl46U1X .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uLhgl46U1X .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uLhgl46U1X .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLhg0WubO7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1176b9;
}
@media (max-width: 991px) {
  .cid-uLhg0WubO7 .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uLhg0WubO7 .container {
    padding: 0 12px;
  }
}
.cid-uLhg0WubO7 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uLhg0WubO7 .social-row .soc-item {
  margin: 8px;
}
.cid-uLhg0WubO7 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uLhg0WubO7 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uLhg0WubO7 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #fdce76;
  transition: all 0.3s ease-in-out;
}
.cid-uLhg0WubO7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLhg0WubO7 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLhg0WubO7 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLhg0WubO7 .header-menu li p {
  margin: 0;
}
.cid-uLhg0WubO7 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uLhg0WubO7 .mbr-section-title {
  color: #ffffff;
}
