.btn {
  border-width: 2px;
}
body {
  font-family: Bellota Text;
}
.display-1 {
  font-family: 'Bellota Text', display;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1058aa !important;
}
.bg-success {
  background-color: #35b8fc !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #1058aa !important;
}
.bg-danger {
  background-color: #2299aa !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1058aa !important;
  border-color: #1058aa !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0c407b !important;
  border-color: #0c407b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0c407b !important;
  border-color: #0c407b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ea2396 !important;
  border-color: #ea2396 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c7137b !important;
  border-color: #c7137b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c7137b !important;
  border-color: #c7137b !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #35b8fc !important;
  border-color: #35b8fc !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #04a6fa !important;
  border-color: #04a6fa !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #04a6fa !important;
  border-color: #04a6fa !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #1058aa !important;
  border-color: #1058aa !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #0c407b !important;
  border-color: #0c407b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0c407b !important;
  border-color: #0c407b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #2299aa !important;
  border-color: #2299aa !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #19737f !important;
  border-color: #19737f !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #19737f !important;
  border-color: #19737f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1058aa;
  color: #1058aa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #092f5b !important;
  background-color: transparent!important;
  border-color: #092f5b !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1058aa !important;
  border-color: #1058aa !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ea2396;
  color: #ea2396;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a61067 !important;
  background-color: transparent!important;
  border-color: #a61067 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ea2396 !important;
  border-color: #ea2396 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #35b8fc;
  color: #35b8fc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #038fd7 !important;
  background-color: transparent!important;
  border-color: #038fd7 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #35b8fc !important;
  border-color: #35b8fc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #1058aa;
  color: #1058aa;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #092f5b !important;
  background-color: transparent!important;
  border-color: #092f5b !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1058aa !important;
  border-color: #1058aa !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #2299aa;
  color: #2299aa;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #145862 !important;
  background-color: transparent!important;
  border-color: #145862 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #2299aa !important;
  border-color: #2299aa !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: #1058aa !important;
}
.text-secondary {
  color: #ea2396 !important;
}
.text-success {
  color: #35b8fc !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #1058aa !important;
}
.text-danger {
  color: #2299aa !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #07284d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #980f5e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0385c8 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #07284d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #114c55 !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) {
  text-decoration: underline;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  text-decoration: none;
}
.nav-tabs .nav-link.active {
  color: #1058aa;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #1058aa;
}
.alert-danger {
  background-color: #2299aa;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1058aa;
  border-color: #1058aa;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1058aa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4b97ee;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #feffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #4b97ee;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #6ad2e1;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #1058aa !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rubik', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #1058aa;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1058aa;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1058aa;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1058aa;
  border-bottom-color: #1058aa;
}
.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: #1058aa !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ea2396 !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='%231058aa' %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;
}
.cid-sxXS8XqzEN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sxXS8XqzEN .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sxXS8XqzEN .container {
    padding: 0 ;
  }
}
.cid-sxXS8XqzEN .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-sxXS8XqzEN .navbar.opened {
  transition: all 0.3s;
}
.cid-sxXS8XqzEN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxXS8XqzEN .navbar .navbar-logo img {
  width: auto;
}
.cid-sxXS8XqzEN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxXS8XqzEN .navbar.collapsed {
  justify-content: center;
}
.cid-sxXS8XqzEN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxXS8XqzEN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxXS8XqzEN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sxXS8XqzEN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxXS8XqzEN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxXS8XqzEN .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-sxXS8XqzEN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxXS8XqzEN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxXS8XqzEN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxXS8XqzEN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxXS8XqzEN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxXS8XqzEN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxXS8XqzEN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxXS8XqzEN .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-sxXS8XqzEN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxXS8XqzEN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxXS8XqzEN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxXS8XqzEN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxXS8XqzEN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxXS8XqzEN .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sxXS8XqzEN .navbar.navbar-short {
  min-height: 110px;
}
.cid-sxXS8XqzEN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxXS8XqzEN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxXS8XqzEN .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sxXS8XqzEN nav.navbar {
  position: fixed;
}
.cid-sxXS8XqzEN .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-sxXS8XqzEN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sxXS8XqzEN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sxXS8XqzEN .dropdown-item:hover,
.cid-sxXS8XqzEN .dropdown-item:focus {
  background: #1058aa !important;
  color: white !important;
}
.cid-sxXS8XqzEN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sxXS8XqzEN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sxXS8XqzEN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sxXS8XqzEN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxXS8XqzEN .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sxXS8XqzEN .dropdown-menu,
.cid-sxXS8XqzEN .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sxXS8XqzEN .nav-item:focus,
.cid-sxXS8XqzEN .nav-link:focus {
  outline: none;
}
.cid-sxXS8XqzEN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxXS8XqzEN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxXS8XqzEN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sxXS8XqzEN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxXS8XqzEN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxXS8XqzEN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxXS8XqzEN .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-sxXS8XqzEN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxXS8XqzEN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxXS8XqzEN .dropdown-item.active,
.cid-sxXS8XqzEN .dropdown-item:active {
  background-color: transparent;
}
.cid-sxXS8XqzEN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxXS8XqzEN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxXS8XqzEN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxXS8XqzEN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sxXS8XqzEN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxXS8XqzEN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxXS8XqzEN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxXS8XqzEN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxXS8XqzEN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxXS8XqzEN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-sxXS8XqzEN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxXS8XqzEN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxXS8XqzEN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxXS8XqzEN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxXS8XqzEN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxXS8XqzEN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxXS8XqzEN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxXS8XqzEN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxXS8XqzEN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sxXS8XqzEN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxXS8XqzEN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxXS8XqzEN .navbar {
    height: 70px;
  }
  .cid-sxXS8XqzEN .navbar.opened {
    height: auto;
  }
  .cid-sxXS8XqzEN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxXS8XqzEN .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sxXS8XqzEN .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sC08bRGJGu {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #1058aa;
}
.cid-sC08bRGJGu .mbr-text {
  color: #ffffff;
}
.cid-sC08bRGJGu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sC08bRGJGu .mbr-section-title {
  color: #ffffff;
}
.cid-sxXSq8veCZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sxXSq8veCZ img,
.cid-sxXSq8veCZ .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sxXSq8veCZ .item:focus,
.cid-sxXSq8veCZ span:focus {
  outline: none;
}
.cid-sxXSq8veCZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sxXSq8veCZ .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sxXSq8veCZ .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sxXSq8veCZ .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sxXSq8veCZ .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sxXSq8veCZ .item-content {
    padding: 1rem 0;
  }
}
.cid-sxXSq8veCZ .mbr-section-title {
  color: #1058aa;
}
.cid-sxXSq8veCZ .item-title {
  color: #1058aa;
  text-align: center;
}
.cid-sxXSq8veCZ .item-subtitle {
  color: #bec2cf;
}
.cid-sxXSq8veCZ .mbr-text,
.cid-sxXSq8veCZ .mbr-section-btn {
  color: #6c758f;
  text-align: center;
}
.cid-sxXSq8veCZ .mbr-link {
  color: #1058aa;
  display: block;
}
.cid-sxXSqBo7LK {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sxXSqBo7LK img,
.cid-sxXSqBo7LK .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sxXSqBo7LK .item:focus,
.cid-sxXSqBo7LK span:focus {
  outline: none;
}
.cid-sxXSqBo7LK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sxXSqBo7LK .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sxXSqBo7LK .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sxXSqBo7LK .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sxXSqBo7LK .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sxXSqBo7LK .item-content {
    padding: 1rem 0;
  }
}
.cid-sxXSqBo7LK .mbr-section-title {
  color: #36187d;
}
.cid-sxXSqBo7LK .item-title {
  color: #1058aa;
  text-align: center;
}
.cid-sxXSqBo7LK .item-subtitle {
  color: #bec2cf;
}
.cid-sxXSqBo7LK .mbr-text,
.cid-sxXSqBo7LK .mbr-section-btn {
  color: #6c758f;
  text-align: center;
}
.cid-sxXSqBo7LK .mbr-link {
  color: #2299aa;
  display: block;
}
.cid-sC0gVSvSJv {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sC0gVSvSJv .mbr-text {
  color: #6c758f;
}
.cid-sC0gVSvSJv .mbr-section-subtitle {
  color: #6c758f;
}
.cid-sC0gVSvSJv .mbr-section-title {
  color: #1058aa;
}
.cid-sC0gWRO3IW {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sC0gWRO3IW .mbr-text {
  color: #6c758f;
}
.cid-sC0gWRO3IW .mbr-section-subtitle {
  color: #6c758f;
}
.cid-sC0gWRO3IW .mbr-section-title {
  color: #1058aa;
}
.cid-sydPMFdnKO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sydPMFdnKO .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-sydPMFdnKO .col-lg-4,
.cid-sydPMFdnKO .col-12 {
  padding: 0 2rem;
}
.cid-sydPMFdnKO .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-sydPMFdnKO .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-sydPMFdnKO .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sydPMFdnKO .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-sydPMFdnKO .card-title,
.cid-sydPMFdnKO .iconfont-wrapper {
  color: #1058aa;
  text-align: center;
}
.cid-sydPMFdnKO .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-sydPMFdnKO .mbr-section-subtitle {
  color: #6c758f;
}
.cid-sydPMFdnKO .mbr-section-title {
  color: #1058aa;
}
.cid-sydPItSHwN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f3f7;
}
.cid-sydPItSHwN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sydPItSHwN .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-sydPItSHwN .col-auto {
    margin: auto;
  }
}
.cid-sydPItSHwN textarea {
  min-height: 200px;
}
.cid-sydPItSHwN .form-control,
.cid-sydPItSHwN .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #edeff3;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-sydPItSHwN .form-control::-webkit-input-placeholder,
.cid-sydPItSHwN .field-input::-webkit-input-placeholder,
.cid-sydPItSHwN .form-control::-webkit-input-placeholder,
.cid-sydPItSHwN .field-input::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sydPItSHwN .form-control:-moz-placeholder,
.cid-sydPItSHwN .field-input:-moz-placeholder,
.cid-sydPItSHwN .form-control:-moz-placeholder,
.cid-sydPItSHwN .field-input:-moz-placeholder {
  color: #36187d;
}
.cid-sydPItSHwN .form-control:hover,
.cid-sydPItSHwN .field-input:hover,
.cid-sydPItSHwN .form-control:focus,
.cid-sydPItSHwN .field-input:focus {
  background-color: #edeff3;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-sydPItSHwN .form-control:hover::-webkit-input-placeholder,
.cid-sydPItSHwN .field-input:hover::-webkit-input-placeholder,
.cid-sydPItSHwN .form-control:focus::-webkit-input-placeholder,
.cid-sydPItSHwN .field-input:focus::-webkit-input-placeholder,
.cid-sydPItSHwN .form-control:hover::-webkit-input-placeholder,
.cid-sydPItSHwN .field-input:hover::-webkit-input-placeholder,
.cid-sydPItSHwN .form-control:focus::-webkit-input-placeholder,
.cid-sydPItSHwN .field-input:focus::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sydPItSHwN .form-control:hover:-moz-placeholder,
.cid-sydPItSHwN .field-input:hover:-moz-placeholder,
.cid-sydPItSHwN .form-control:focus:-moz-placeholder,
.cid-sydPItSHwN .field-input:focus:-moz-placeholder,
.cid-sydPItSHwN .form-control:hover:-moz-placeholder,
.cid-sydPItSHwN .field-input:hover:-moz-placeholder,
.cid-sydPItSHwN .form-control:focus:-moz-placeholder,
.cid-sydPItSHwN .field-input:focus:-moz-placeholder {
  color: #36187d;
}
.cid-sydPItSHwN .jq-number__spin:hover,
.cid-sydPItSHwN .jq-number__spin:focus {
  background-color: #edeff3;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sydPItSHwN .jq-number__spin {
  background-color: #edeff3;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sydPItSHwN .jq-selectbox li,
.cid-sydPItSHwN .jq-selectbox li {
  background-color: #edeff3;
  color: #000000;
}
.cid-sydPItSHwN .jq-selectbox li:hover,
.cid-sydPItSHwN .jq-selectbox li.selected {
  background-color: #edeff3;
  color: #000000;
}
.cid-sydPItSHwN .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sydPItSHwN .jq-number__spin.minus:hover:after,
.cid-sydPItSHwN .jq-number__spin.plus:hover:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sydPItSHwN .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sydPItSHwN .jq-number__spin.minus:after,
.cid-sydPItSHwN .jq-number__spin.plus:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sydPItSHwN input::-webkit-clear-button {
  display: none;
}
.cid-sydPItSHwN input::-webkit-inner-spin-button {
  display: none;
}
.cid-sydPItSHwN input::-webkit-outer-spin-button {
  display: none;
}
.cid-sydPItSHwN input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sydPItSHwN H4 {
  color: #1058aa;
}
.cid-sydPL2tJE0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #f2f3f7;
}
.cid-sydPL2tJE0 .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-sydPL2tJE0 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sydPL2tJE0 .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-sydPL2tJE0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sydPL2tJE0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sC0bRBOapj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
.cid-sC0bRBOapj .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-sC0bRBOapj section {
  position: relative;
}
.cid-sC0bRBOapj h4 {
  margin: 0;
}
.cid-sC0bRBOapj a {
  font-weight: 300;
}
.cid-sC0bRBOapj .row {
  align-items: center;
}
.cid-sC0bRBOapj .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-sC0bRBOapj .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sC0bRBOapj .img1 {
  color: #1058aa;
}
.cid-sC0bRBOapj .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-sC0bRBOapj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sC0bRBOapj .align-left,
  .cid-sC0bRBOapj .align-right {
    text-align: center;
  }
  .cid-sC0bRBOapj .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sC0bRBOapj .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-sC0bRBOapj .item {
    padding-bottom: 0.5rem;
  }
}
.cid-sC0bRBOapj .item-title {
  color: #c1c1c1;
}
.cid-sC0bRBOapj H4 {
  color: #1058aa;
}
.cid-sC0w948Gce {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-sC0w948Gce .mbr-section-subtitle {
  color: #1058aa;
}
.cid-sC0w948Gce .mbr-text {
  color: #6c758f;
}
.cid-sC0DFbtfNa {
  padding-top: 30px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #fafafa;
}
.cid-sC0DFbtfNa .mbr-section-subtitle {
  color: #767676;
}
.cid-sC0DFbtfNa .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sC0DFbtfNa .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sC0DFbtfNa .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sC0DFbtfNa .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sC0DFbtfNa .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e96188;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #e96188, #4e84c2);
}
.cid-sC0DFbtfNa .icon-focus,
.cid-sC0DFbtfNa .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sC0DFbtfNa .icon-focus:before,
.cid-sC0DFbtfNa .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sC0DFbtfNa .icon-video {
  font-size: 1.5rem !important;
}
.cid-sC0DFbtfNa .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sC0DFbtfNa ul {
  font-size: 0;
}
.cid-sC0DFbtfNa .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sC0DFbtfNa .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sC0DFbtfNa .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-sC0DFbtfNa .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sC0DFbtfNa .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sC0DFbtfNa .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-sC0DFbtfNa .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sC0DFbtfNa .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sC0DFbtfNa .mbr-gallery-filter ul li:first-child,
.cid-sC0DFbtfNa .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sC0DFbtfNa .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sC0DFbtfNa .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sC0wPGLR8Q {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sC0wPGLR8Q .mbr-section-subtitle {
  color: #1058aa;
}
.cid-sC0wPGLR8Q .mbr-text {
  color: #6c758f;
}
.cid-sCupWHFTfB {
  padding-top: 0px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #f2f3f7;
}
.cid-sCupWHFTfB .mbr-section-subtitle {
  color: #767676;
}
.cid-sCupWHFTfB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sCupWHFTfB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCupWHFTfB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCupWHFTfB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sCupWHFTfB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sCupWHFTfB .icon-focus,
.cid-sCupWHFTfB .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sCupWHFTfB .icon-focus:before,
.cid-sCupWHFTfB .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCupWHFTfB .icon-video {
  font-size: 1.5rem !important;
}
.cid-sCupWHFTfB .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sCupWHFTfB ul {
  font-size: 0;
}
.cid-sCupWHFTfB .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sCupWHFTfB .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sCupWHFTfB .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-sCupWHFTfB .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sCupWHFTfB .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sCupWHFTfB .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-sCupWHFTfB .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sCupWHFTfB .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sCupWHFTfB .mbr-gallery-filter ul li:first-child,
.cid-sCupWHFTfB .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sCupWHFTfB .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sCupWHFTfB .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sCupWHFTfB .mbr-gallery-item > div > span {
  color: #bed3f9;
}
.cid-sWo8xUcors {
  padding-top: 0px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #f2f3f7;
}
.cid-sWo8xUcors .mbr-section-subtitle {
  color: #767676;
}
.cid-sWo8xUcors .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sWo8xUcors .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sWo8xUcors .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sWo8xUcors .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sWo8xUcors .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sWo8xUcors .icon-focus,
.cid-sWo8xUcors .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sWo8xUcors .icon-focus:before,
.cid-sWo8xUcors .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sWo8xUcors .icon-video {
  font-size: 1.5rem !important;
}
.cid-sWo8xUcors .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sWo8xUcors ul {
  font-size: 0;
}
.cid-sWo8xUcors .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sWo8xUcors .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sWo8xUcors .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-sWo8xUcors .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sWo8xUcors .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sWo8xUcors .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-sWo8xUcors .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sWo8xUcors .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sWo8xUcors .mbr-gallery-filter ul li:first-child,
.cid-sWo8xUcors .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sWo8xUcors .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sWo8xUcors .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sWo8xUcors .mbr-gallery-item > div > span {
  color: #bed3f9;
}
.cid-sIrZZTpIM1 {
  padding-top: 0px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #f2f3f7;
}
.cid-sIrZZTpIM1 .mbr-section-subtitle {
  color: #767676;
}
.cid-sIrZZTpIM1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sIrZZTpIM1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIrZZTpIM1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sIrZZTpIM1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sIrZZTpIM1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sIrZZTpIM1 .icon-focus,
.cid-sIrZZTpIM1 .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sIrZZTpIM1 .icon-focus:before,
.cid-sIrZZTpIM1 .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIrZZTpIM1 .icon-video {
  font-size: 1.5rem !important;
}
.cid-sIrZZTpIM1 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sIrZZTpIM1 ul {
  font-size: 0;
}
.cid-sIrZZTpIM1 .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sIrZZTpIM1 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sIrZZTpIM1 .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-sIrZZTpIM1 .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sIrZZTpIM1 .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sIrZZTpIM1 .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-sIrZZTpIM1 .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sIrZZTpIM1 .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sIrZZTpIM1 .mbr-gallery-filter ul li:first-child,
.cid-sIrZZTpIM1 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sIrZZTpIM1 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sIrZZTpIM1 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sCuyWFz6NE {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-sCuyWFz6NE .mbr-section-subtitle {
  color: #1058aa;
}
.cid-sCuyWFz6NE .mbr-text {
  color: #6c758f;
}
.cid-sCuB1EE2T5 {
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #fafafa;
}
.cid-sCuB1EE2T5 .mbr-section-subtitle {
  color: #6c758f;
  text-align: center;
}
.cid-sCuB1EE2T5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sCuB1EE2T5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCuB1EE2T5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCuB1EE2T5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sCuB1EE2T5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e96188;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sCuB1EE2T5 .icon-focus,
.cid-sCuB1EE2T5 .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sCuB1EE2T5 .icon-focus:before,
.cid-sCuB1EE2T5 .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCuB1EE2T5 .icon-video {
  font-size: 1.5rem !important;
}
.cid-sCuB1EE2T5 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sCuB1EE2T5 ul {
  font-size: 0;
}
.cid-sCuB1EE2T5 .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sCuB1EE2T5 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sCuB1EE2T5 .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-sCuB1EE2T5 .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sCuB1EE2T5 .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sCuB1EE2T5 .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-sCuB1EE2T5 .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sCuB1EE2T5 .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sCuB1EE2T5 .mbr-gallery-filter ul li:first-child,
.cid-sCuB1EE2T5 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sCuB1EE2T5 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sCuB1EE2T5 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sz6XrSsIvP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sz6XrSsIvP .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sz6XrSsIvP .container {
    padding: 0 ;
  }
}
.cid-sz6XrSsIvP .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-sz6XrSsIvP .navbar.opened {
  transition: all 0.3s;
}
.cid-sz6XrSsIvP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sz6XrSsIvP .navbar .navbar-logo img {
  width: auto;
}
.cid-sz6XrSsIvP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sz6XrSsIvP .navbar.collapsed {
  justify-content: center;
}
.cid-sz6XrSsIvP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sz6XrSsIvP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sz6XrSsIvP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sz6XrSsIvP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sz6XrSsIvP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sz6XrSsIvP .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-sz6XrSsIvP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sz6XrSsIvP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sz6XrSsIvP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sz6XrSsIvP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sz6XrSsIvP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sz6XrSsIvP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sz6XrSsIvP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sz6XrSsIvP .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-sz6XrSsIvP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sz6XrSsIvP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sz6XrSsIvP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sz6XrSsIvP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sz6XrSsIvP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sz6XrSsIvP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sz6XrSsIvP .navbar.navbar-short {
  min-height: 110px;
}
.cid-sz6XrSsIvP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sz6XrSsIvP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sz6XrSsIvP .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sz6XrSsIvP nav.navbar {
  position: fixed;
}
.cid-sz6XrSsIvP .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-sz6XrSsIvP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sz6XrSsIvP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sz6XrSsIvP .dropdown-item:hover,
.cid-sz6XrSsIvP .dropdown-item:focus {
  background: #1058aa !important;
  color: white !important;
}
.cid-sz6XrSsIvP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sz6XrSsIvP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sz6XrSsIvP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sz6XrSsIvP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sz6XrSsIvP .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sz6XrSsIvP .dropdown-menu,
.cid-sz6XrSsIvP .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sz6XrSsIvP .nav-item:focus,
.cid-sz6XrSsIvP .nav-link:focus {
  outline: none;
}
.cid-sz6XrSsIvP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sz6XrSsIvP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sz6XrSsIvP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sz6XrSsIvP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sz6XrSsIvP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sz6XrSsIvP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sz6XrSsIvP .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-sz6XrSsIvP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sz6XrSsIvP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sz6XrSsIvP .dropdown-item.active,
.cid-sz6XrSsIvP .dropdown-item:active {
  background-color: transparent;
}
.cid-sz6XrSsIvP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sz6XrSsIvP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sz6XrSsIvP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sz6XrSsIvP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sz6XrSsIvP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sz6XrSsIvP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sz6XrSsIvP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sz6XrSsIvP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sz6XrSsIvP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sz6XrSsIvP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-sz6XrSsIvP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sz6XrSsIvP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sz6XrSsIvP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sz6XrSsIvP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sz6XrSsIvP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sz6XrSsIvP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sz6XrSsIvP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sz6XrSsIvP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sz6XrSsIvP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sz6XrSsIvP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sz6XrSsIvP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sz6XrSsIvP .navbar {
    height: 70px;
  }
  .cid-sz6XrSsIvP .navbar.opened {
    height: auto;
  }
  .cid-sz6XrSsIvP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sz6XrSsIvP .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sz6XrSsIvP .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sCuE360L8f {
  padding-top: 45px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #fafafa;
}
.cid-sCuE360L8f .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-sCuE360L8f .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sCuE360L8f .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCuE360L8f .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCuE360L8f .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sCuE360L8f .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e96188;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sCuE360L8f .icon-focus,
.cid-sCuE360L8f .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sCuE360L8f .icon-focus:before,
.cid-sCuE360L8f .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCuE360L8f .icon-video {
  font-size: 1.5rem !important;
}
.cid-sCuE360L8f .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sCuE360L8f ul {
  font-size: 0;
}
.cid-sCuE360L8f .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sCuE360L8f .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sCuE360L8f .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-sCuE360L8f .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sCuE360L8f .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sCuE360L8f .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-sCuE360L8f .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sCuE360L8f .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sCuE360L8f .mbr-gallery-filter ul li:first-child,
.cid-sCuE360L8f .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sCuE360L8f .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sCuE360L8f .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sEsYjMwqw2 {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sEsYjMwqw2 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-sEsYjMwqw2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sEsYjMwqw2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEsYjMwqw2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sEsYjMwqw2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sEsYjMwqw2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e96188;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sEsYjMwqw2 .icon-focus,
.cid-sEsYjMwqw2 .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sEsYjMwqw2 .icon-focus:before,
.cid-sEsYjMwqw2 .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sEsYjMwqw2 .icon-video {
  font-size: 1.5rem !important;
}
.cid-sEsYjMwqw2 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sEsYjMwqw2 ul {
  font-size: 0;
}
.cid-sEsYjMwqw2 .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sEsYjMwqw2 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sEsYjMwqw2 .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-sEsYjMwqw2 .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sEsYjMwqw2 .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sEsYjMwqw2 .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-sEsYjMwqw2 .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sEsYjMwqw2 .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sEsYjMwqw2 .mbr-gallery-filter ul li:first-child,
.cid-sEsYjMwqw2 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sEsYjMwqw2 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sEsYjMwqw2 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sWoe7tozAD {
  padding-top: 0px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #f2f3f7;
}
.cid-sWoe7tozAD .mbr-section-subtitle {
  color: #767676;
}
.cid-sWoe7tozAD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sWoe7tozAD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sWoe7tozAD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sWoe7tozAD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sWoe7tozAD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sWoe7tozAD .icon-focus,
.cid-sWoe7tozAD .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sWoe7tozAD .icon-focus:before,
.cid-sWoe7tozAD .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sWoe7tozAD .icon-video {
  font-size: 1.5rem !important;
}
.cid-sWoe7tozAD .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sWoe7tozAD ul {
  font-size: 0;
}
.cid-sWoe7tozAD .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sWoe7tozAD .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sWoe7tozAD .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-sWoe7tozAD .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sWoe7tozAD .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sWoe7tozAD .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-sWoe7tozAD .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sWoe7tozAD .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sWoe7tozAD .mbr-gallery-filter ul li:first-child,
.cid-sWoe7tozAD .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sWoe7tozAD .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sWoe7tozAD .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sWoe7tozAD .mbr-gallery-item > div > span {
  color: #bed3f9;
}
.cid-sCuFgPrFL9 {
  padding-top: 30px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #fafafa;
}
.cid-sCuFgPrFL9 .mbr-section-subtitle {
  color: #767676;
}
.cid-sCuFgPrFL9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sCuFgPrFL9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCuFgPrFL9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCuFgPrFL9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sCuFgPrFL9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e96188;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sCuFgPrFL9 .icon-focus,
.cid-sCuFgPrFL9 .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sCuFgPrFL9 .icon-focus:before,
.cid-sCuFgPrFL9 .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCuFgPrFL9 .icon-video {
  font-size: 1.5rem !important;
}
.cid-sCuFgPrFL9 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sCuFgPrFL9 ul {
  font-size: 0;
}
.cid-sCuFgPrFL9 .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sCuFgPrFL9 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sCuFgPrFL9 .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-sCuFgPrFL9 .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sCuFgPrFL9 .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sCuFgPrFL9 .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-sCuFgPrFL9 .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sCuFgPrFL9 .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sCuFgPrFL9 .mbr-gallery-filter ul li:first-child,
.cid-sCuFgPrFL9 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sCuFgPrFL9 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sCuFgPrFL9 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-t3DZFl5GP8 {
  padding-top: 0px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #f2f3f7;
}
.cid-t3DZFl5GP8 .mbr-section-subtitle {
  color: #767676;
}
.cid-t3DZFl5GP8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t3DZFl5GP8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t3DZFl5GP8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t3DZFl5GP8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t3DZFl5GP8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t3DZFl5GP8 .icon-focus,
.cid-t3DZFl5GP8 .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-t3DZFl5GP8 .icon-focus:before,
.cid-t3DZFl5GP8 .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t3DZFl5GP8 .icon-video {
  font-size: 1.5rem !important;
}
.cid-t3DZFl5GP8 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-t3DZFl5GP8 ul {
  font-size: 0;
}
.cid-t3DZFl5GP8 .mbr-gallery-filter ul {
  text-align: left;
}
.cid-t3DZFl5GP8 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-t3DZFl5GP8 .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-t3DZFl5GP8 .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-t3DZFl5GP8 .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-t3DZFl5GP8 .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-t3DZFl5GP8 .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-t3DZFl5GP8 .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-t3DZFl5GP8 .mbr-gallery-filter ul li:first-child,
.cid-t3DZFl5GP8 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-t3DZFl5GP8 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-t3DZFl5GP8 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-u4R8yLBPEp {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-u4R8yLBPEp .mbr-section-subtitle {
  color: #1058aa;
}
.cid-u4R8yLBPEp .mbr-text {
  color: #6c758f;
}
.cid-u4R8zTJ0mr {
  padding-top: 15px;
  padding-bottom: 75px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #f2f3f7;
}
.cid-u4R8zTJ0mr .mbr-section-subtitle {
  color: #767676;
}
.cid-u4R8zTJ0mr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u4R8zTJ0mr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4R8zTJ0mr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u4R8zTJ0mr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u4R8zTJ0mr .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e96188;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u4R8zTJ0mr .icon-focus,
.cid-u4R8zTJ0mr .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-u4R8zTJ0mr .icon-focus:before,
.cid-u4R8zTJ0mr .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u4R8zTJ0mr .icon-video {
  font-size: 1.5rem !important;
}
.cid-u4R8zTJ0mr .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u4R8zTJ0mr ul {
  font-size: 0;
}
.cid-u4R8zTJ0mr .mbr-gallery-filter ul {
  text-align: left;
}
.cid-u4R8zTJ0mr .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-u4R8zTJ0mr .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-u4R8zTJ0mr .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-u4R8zTJ0mr .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-u4R8zTJ0mr .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-u4R8zTJ0mr .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-u4R8zTJ0mr .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-u4R8zTJ0mr .mbr-gallery-filter ul li:first-child,
.cid-u4R8zTJ0mr .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-u4R8zTJ0mr .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-u4R8zTJ0mr .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-u4R8ANar3g {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-u4R8ANar3g .mbr-section-subtitle {
  color: #1058aa;
}
.cid-u4R8ANar3g .mbr-text {
  color: #6c758f;
}
.cid-u4R8BDxwgT {
  padding-top: 15px;
  padding-bottom: 75px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #f2f3f7;
}
.cid-u4R8BDxwgT .mbr-section-subtitle {
  color: #767676;
}
.cid-u4R8BDxwgT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u4R8BDxwgT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4R8BDxwgT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u4R8BDxwgT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u4R8BDxwgT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e96188;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u4R8BDxwgT .icon-focus,
.cid-u4R8BDxwgT .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-u4R8BDxwgT .icon-focus:before,
.cid-u4R8BDxwgT .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u4R8BDxwgT .icon-video {
  font-size: 1.5rem !important;
}
.cid-u4R8BDxwgT .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u4R8BDxwgT ul {
  font-size: 0;
}
.cid-u4R8BDxwgT .mbr-gallery-filter ul {
  text-align: left;
}
.cid-u4R8BDxwgT .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-u4R8BDxwgT .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-u4R8BDxwgT .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-u4R8BDxwgT .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-u4R8BDxwgT .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-u4R8BDxwgT .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-u4R8BDxwgT .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-u4R8BDxwgT .mbr-gallery-filter ul li:first-child,
.cid-u4R8BDxwgT .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-u4R8BDxwgT .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-u4R8BDxwgT .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sC0vTBvsE2 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-sC0vTBvsE2 .mbr-section-subtitle {
  color: #1058aa;
}
.cid-sC0vTBvsE2 .mbr-text {
  color: #6c758f;
}
.cid-sC0ANkYnc4 {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #f2f3f7;
}
.cid-sC0ANkYnc4 .mbr-section-subtitle {
  color: #767676;
}
.cid-sC0ANkYnc4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sC0ANkYnc4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sC0ANkYnc4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sC0ANkYnc4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sC0ANkYnc4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1058aa;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sC0ANkYnc4 .icon-focus,
.cid-sC0ANkYnc4 .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sC0ANkYnc4 .icon-focus:before,
.cid-sC0ANkYnc4 .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sC0ANkYnc4 .icon-video {
  font-size: 1.5rem !important;
}
.cid-sC0ANkYnc4 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sC0ANkYnc4 ul {
  font-size: 0;
}
.cid-sC0ANkYnc4 .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sC0ANkYnc4 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sC0ANkYnc4 .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-sC0ANkYnc4 .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sC0ANkYnc4 .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sC0ANkYnc4 .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-sC0ANkYnc4 .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sC0ANkYnc4 .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sC0ANkYnc4 .mbr-gallery-filter ul li:first-child,
.cid-sC0ANkYnc4 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sC0ANkYnc4 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sC0ANkYnc4 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sErbG7Tsv1 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #fcfdff;
}
.cid-sErbG7Tsv1 .mbr-section-subtitle {
  color: #1058aa;
}
.cid-sErbG7Tsv1 .mbr-text {
  color: #6c758f;
}
.cid-sErbNwYR0h {
  padding-top: 30px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sErbNwYR0h .mbr-section-subtitle {
  color: #767676;
}
.cid-sErbNwYR0h .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sErbNwYR0h .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sErbNwYR0h .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sErbNwYR0h .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sErbNwYR0h .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e96188;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sErbNwYR0h .icon-focus,
.cid-sErbNwYR0h .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sErbNwYR0h .icon-focus:before,
.cid-sErbNwYR0h .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sErbNwYR0h .icon-video {
  font-size: 1.5rem !important;
}
.cid-sErbNwYR0h .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sErbNwYR0h ul {
  font-size: 0;
}
.cid-sErbNwYR0h .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sErbNwYR0h .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sErbNwYR0h .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-sErbNwYR0h .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sErbNwYR0h .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sErbNwYR0h .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-sErbNwYR0h .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sErbNwYR0h .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sErbNwYR0h .mbr-gallery-filter ul li:first-child,
.cid-sErbNwYR0h .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sErbNwYR0h .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sErbNwYR0h .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sErbHPjGZR {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sErbHPjGZR .mbr-section-subtitle {
  color: #1058aa;
}
.cid-sErbHPjGZR .mbr-text {
  color: #6c758f;
}
.cid-u4R7za2sqP {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-u4R7za2sqP .mbr-section-subtitle {
  color: #1058aa;
}
.cid-u4R7za2sqP .mbr-text {
  color: #6c758f;
}
.cid-u4R7OdUjkG {
  padding-top: 15px;
  padding-bottom: 75px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #f2f3f7;
}
.cid-u4R7OdUjkG .mbr-section-subtitle {
  color: #767676;
}
.cid-u4R7OdUjkG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u4R7OdUjkG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4R7OdUjkG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u4R7OdUjkG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u4R7OdUjkG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e96188;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u4R7OdUjkG .icon-focus,
.cid-u4R7OdUjkG .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-u4R7OdUjkG .icon-focus:before,
.cid-u4R7OdUjkG .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u4R7OdUjkG .icon-video {
  font-size: 1.5rem !important;
}
.cid-u4R7OdUjkG .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u4R7OdUjkG ul {
  font-size: 0;
}
.cid-u4R7OdUjkG .mbr-gallery-filter ul {
  text-align: left;
}
.cid-u4R7OdUjkG .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-u4R7OdUjkG .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-u4R7OdUjkG .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-u4R7OdUjkG .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-u4R7OdUjkG .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-u4R7OdUjkG .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-u4R7OdUjkG .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-u4R7OdUjkG .mbr-gallery-filter ul li:first-child,
.cid-u4R7OdUjkG .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-u4R7OdUjkG .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-u4R7OdUjkG .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-u4R6O0LfU7 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-u4R6O0LfU7 .mbr-section-subtitle {
  color: #1058aa;
}
.cid-u4R6O0LfU7 .mbr-text {
  color: #6c758f;
}
.cid-sErbOjEYuT {
  padding-top: 15px;
  padding-bottom: 75px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #f2f3f7;
}
.cid-sErbOjEYuT .mbr-section-subtitle {
  color: #767676;
}
.cid-sErbOjEYuT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sErbOjEYuT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sErbOjEYuT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sErbOjEYuT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sErbOjEYuT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e96188;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sErbOjEYuT .icon-focus,
.cid-sErbOjEYuT .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sErbOjEYuT .icon-focus:before,
.cid-sErbOjEYuT .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sErbOjEYuT .icon-video {
  font-size: 1.5rem !important;
}
.cid-sErbOjEYuT .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sErbOjEYuT ul {
  font-size: 0;
}
.cid-sErbOjEYuT .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sErbOjEYuT .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sErbOjEYuT .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-sErbOjEYuT .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sErbOjEYuT .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sErbOjEYuT .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-sErbOjEYuT .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sErbOjEYuT .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sErbOjEYuT .mbr-gallery-filter ul li:first-child,
.cid-sErbOjEYuT .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sErbOjEYuT .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sErbOjEYuT .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sz6XrVM38X {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sz6XrVM38X .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-sz6XrVM38X .col-lg-4,
.cid-sz6XrVM38X .col-12 {
  padding: 0 2rem;
}
.cid-sz6XrVM38X .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-sz6XrVM38X .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-sz6XrVM38X .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sz6XrVM38X .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-sz6XrVM38X .card-title,
.cid-sz6XrVM38X .iconfont-wrapper {
  color: #1058aa;
  text-align: center;
}
.cid-sz6XrVM38X .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-sz6XrVM38X .mbr-section-subtitle {
  color: #6c758f;
}
.cid-sz6XrVM38X .mbr-section-title {
  color: #1058aa;
}
.cid-sz6XrWBKUL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f3f7;
}
.cid-sz6XrWBKUL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sz6XrWBKUL .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-sz6XrWBKUL .col-auto {
    margin: auto;
  }
}
.cid-sz6XrWBKUL textarea {
  min-height: 200px;
}
.cid-sz6XrWBKUL .form-control,
.cid-sz6XrWBKUL .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #edeff3;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-sz6XrWBKUL .form-control::-webkit-input-placeholder,
.cid-sz6XrWBKUL .field-input::-webkit-input-placeholder,
.cid-sz6XrWBKUL .form-control::-webkit-input-placeholder,
.cid-sz6XrWBKUL .field-input::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sz6XrWBKUL .form-control:-moz-placeholder,
.cid-sz6XrWBKUL .field-input:-moz-placeholder,
.cid-sz6XrWBKUL .form-control:-moz-placeholder,
.cid-sz6XrWBKUL .field-input:-moz-placeholder {
  color: #36187d;
}
.cid-sz6XrWBKUL .form-control:hover,
.cid-sz6XrWBKUL .field-input:hover,
.cid-sz6XrWBKUL .form-control:focus,
.cid-sz6XrWBKUL .field-input:focus {
  background-color: #edeff3;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-sz6XrWBKUL .form-control:hover::-webkit-input-placeholder,
.cid-sz6XrWBKUL .field-input:hover::-webkit-input-placeholder,
.cid-sz6XrWBKUL .form-control:focus::-webkit-input-placeholder,
.cid-sz6XrWBKUL .field-input:focus::-webkit-input-placeholder,
.cid-sz6XrWBKUL .form-control:hover::-webkit-input-placeholder,
.cid-sz6XrWBKUL .field-input:hover::-webkit-input-placeholder,
.cid-sz6XrWBKUL .form-control:focus::-webkit-input-placeholder,
.cid-sz6XrWBKUL .field-input:focus::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sz6XrWBKUL .form-control:hover:-moz-placeholder,
.cid-sz6XrWBKUL .field-input:hover:-moz-placeholder,
.cid-sz6XrWBKUL .form-control:focus:-moz-placeholder,
.cid-sz6XrWBKUL .field-input:focus:-moz-placeholder,
.cid-sz6XrWBKUL .form-control:hover:-moz-placeholder,
.cid-sz6XrWBKUL .field-input:hover:-moz-placeholder,
.cid-sz6XrWBKUL .form-control:focus:-moz-placeholder,
.cid-sz6XrWBKUL .field-input:focus:-moz-placeholder {
  color: #36187d;
}
.cid-sz6XrWBKUL .jq-number__spin:hover,
.cid-sz6XrWBKUL .jq-number__spin:focus {
  background-color: #edeff3;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sz6XrWBKUL .jq-number__spin {
  background-color: #edeff3;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sz6XrWBKUL .jq-selectbox li,
.cid-sz6XrWBKUL .jq-selectbox li {
  background-color: #edeff3;
  color: #000000;
}
.cid-sz6XrWBKUL .jq-selectbox li:hover,
.cid-sz6XrWBKUL .jq-selectbox li.selected {
  background-color: #edeff3;
  color: #000000;
}
.cid-sz6XrWBKUL .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sz6XrWBKUL .jq-number__spin.minus:hover:after,
.cid-sz6XrWBKUL .jq-number__spin.plus:hover:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sz6XrWBKUL .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sz6XrWBKUL .jq-number__spin.minus:after,
.cid-sz6XrWBKUL .jq-number__spin.plus:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sz6XrWBKUL input::-webkit-clear-button {
  display: none;
}
.cid-sz6XrWBKUL input::-webkit-inner-spin-button {
  display: none;
}
.cid-sz6XrWBKUL input::-webkit-outer-spin-button {
  display: none;
}
.cid-sz6XrWBKUL input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sz6XrWBKUL H4 {
  color: #1058aa;
}
.cid-sz6XrXgxS6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #f2f3f7;
}
.cid-sz6XrXgxS6 .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-sz6XrXgxS6 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sz6XrXgxS6 .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-sz6XrXgxS6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sz6XrXgxS6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sC0bRBOapj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
.cid-sC0bRBOapj .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-sC0bRBOapj section {
  position: relative;
}
.cid-sC0bRBOapj h4 {
  margin: 0;
}
.cid-sC0bRBOapj a {
  font-weight: 300;
}
.cid-sC0bRBOapj .row {
  align-items: center;
}
.cid-sC0bRBOapj .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-sC0bRBOapj .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sC0bRBOapj .img1 {
  color: #1058aa;
}
.cid-sC0bRBOapj .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-sC0bRBOapj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sC0bRBOapj .align-left,
  .cid-sC0bRBOapj .align-right {
    text-align: center;
  }
  .cid-sC0bRBOapj .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sC0bRBOapj .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-sC0bRBOapj .item {
    padding-bottom: 0.5rem;
  }
}
.cid-sC0bRBOapj .item-title {
  color: #c1c1c1;
}
.cid-sC0bRBOapj H4 {
  color: #1058aa;
}
.cid-sxXS8XqzEN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sxXS8XqzEN .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sxXS8XqzEN .container {
    padding: 0 ;
  }
}
.cid-sxXS8XqzEN .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-sxXS8XqzEN .navbar.opened {
  transition: all 0.3s;
}
.cid-sxXS8XqzEN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxXS8XqzEN .navbar .navbar-logo img {
  width: auto;
}
.cid-sxXS8XqzEN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxXS8XqzEN .navbar.collapsed {
  justify-content: center;
}
.cid-sxXS8XqzEN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxXS8XqzEN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxXS8XqzEN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sxXS8XqzEN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxXS8XqzEN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxXS8XqzEN .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-sxXS8XqzEN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxXS8XqzEN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxXS8XqzEN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxXS8XqzEN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxXS8XqzEN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxXS8XqzEN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxXS8XqzEN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxXS8XqzEN .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-sxXS8XqzEN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxXS8XqzEN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxXS8XqzEN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxXS8XqzEN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxXS8XqzEN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxXS8XqzEN .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sxXS8XqzEN .navbar.navbar-short {
  min-height: 110px;
}
.cid-sxXS8XqzEN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxXS8XqzEN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxXS8XqzEN .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sxXS8XqzEN nav.navbar {
  position: fixed;
}
.cid-sxXS8XqzEN .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-sxXS8XqzEN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sxXS8XqzEN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sxXS8XqzEN .dropdown-item:hover,
.cid-sxXS8XqzEN .dropdown-item:focus {
  background: #1058aa !important;
  color: white !important;
}
.cid-sxXS8XqzEN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sxXS8XqzEN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sxXS8XqzEN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sxXS8XqzEN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxXS8XqzEN .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sxXS8XqzEN .dropdown-menu,
.cid-sxXS8XqzEN .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sxXS8XqzEN .nav-item:focus,
.cid-sxXS8XqzEN .nav-link:focus {
  outline: none;
}
.cid-sxXS8XqzEN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxXS8XqzEN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxXS8XqzEN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sxXS8XqzEN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxXS8XqzEN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxXS8XqzEN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxXS8XqzEN .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-sxXS8XqzEN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxXS8XqzEN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxXS8XqzEN .dropdown-item.active,
.cid-sxXS8XqzEN .dropdown-item:active {
  background-color: transparent;
}
.cid-sxXS8XqzEN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxXS8XqzEN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxXS8XqzEN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxXS8XqzEN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sxXS8XqzEN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxXS8XqzEN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxXS8XqzEN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxXS8XqzEN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxXS8XqzEN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxXS8XqzEN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-sxXS8XqzEN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxXS8XqzEN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxXS8XqzEN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxXS8XqzEN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxXS8XqzEN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxXS8XqzEN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxXS8XqzEN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxXS8XqzEN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxXS8XqzEN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sxXS8XqzEN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxXS8XqzEN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxXS8XqzEN .navbar {
    height: 70px;
  }
  .cid-sxXS8XqzEN .navbar.opened {
    height: auto;
  }
  .cid-sxXS8XqzEN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxXS8XqzEN .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sxXS8XqzEN .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sC0e15wuSB {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sC0e15wuSB span {
  color: #c1c1c1;
}
.cid-sC0e15wuSB .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sC0e15wuSB .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-sC0e15wuSB .flex-block span {
    margin-left: 2rem;
  }
}
.cid-sC0e15wuSB .block-quote {
  color: #767676;
}
.cid-sC0bRBOapj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
.cid-sC0bRBOapj .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-sC0bRBOapj section {
  position: relative;
}
.cid-sC0bRBOapj h4 {
  margin: 0;
}
.cid-sC0bRBOapj a {
  font-weight: 300;
}
.cid-sC0bRBOapj .row {
  align-items: center;
}
.cid-sC0bRBOapj .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-sC0bRBOapj .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sC0bRBOapj .img1 {
  color: #1058aa;
}
.cid-sC0bRBOapj .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-sC0bRBOapj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sC0bRBOapj .align-left,
  .cid-sC0bRBOapj .align-right {
    text-align: center;
  }
  .cid-sC0bRBOapj .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sC0bRBOapj .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-sC0bRBOapj .item {
    padding-bottom: 0.5rem;
  }
}
.cid-sC0bRBOapj .item-title {
  color: #c1c1c1;
}
.cid-sC0bRBOapj H4 {
  color: #1058aa;
}
