@import url(https://fonts.googleapis.com/css?family=EB+Garamond:400,400i,500,500i,600,600i,700,700i,800,800i);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);





body {
  font-family: EB Garamond;
}
.display-1 {
  font-family: 'EB Garamond', serif;
  font-size: 4.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.72rem;
}
.display-2 {
  font-family: 'EB Garamond', serif;
  font-size: 3.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'EB Garamond', serif;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 500;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #3d626c !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3d626c !important;
  border-color: #3d626c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #21363b !important;
  border-color: #21363b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #21363b !important;
  border-color: #21363b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ea3d27 !important;
  border-color: #ea3d27 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b32411 !important;
  border-color: #b32411 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b32411 !important;
  border-color: #b32411 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #18272b;
  color: #18272b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #3d626c;
  border-color: #3d626c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3d626c !important;
  border-color: #3d626c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #9c1f0f;
  color: #9c1f0f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ea3d27;
  border-color: #ea3d27;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ea3d27 !important;
  border-color: #ea3d27 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #3d626c !important;
}
.text-secondary {
  color: #ea3d27 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #18272b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #9c1f0f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3d626c;
  border-color: #3d626c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #3d626c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #77a5b2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #3d626c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3d626c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #3d626c;
  border-bottom-color: #3d626c;
}
.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: #3d626c !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: #ea3d27 !important;
  box-shadow: none !important;
}
.btn-white-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-white-outline:before {
  content: "";
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  transition: all 0.6s ease-in-out;
  top: 0;
  left: -100%;
  z-index: -1;
}
.btn-white-outline:hover {
  background: transparent !important;
  color: #3d626c !important;
}
.btn-white-outline:hover:before {
  left: 0px;
}
.btn-primary-outline {
  margin: 0.3rem !important;
  padding: 0.2rem 0;
  border: none;
  position: relative;
  z-index: 1;
  color: #3d626c !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:active {
  background: transparent;
  color: #3d626c;
}
.btn-primary-outline:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #3d626c;
  position: absolute;
  transition: all 0.6s ease-in-out;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.btn-primary-outline:hover:before {
  width: 0;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
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='%233d626c' %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;
}
.cid-rzF16ElAzc .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-rzF16ElAzc .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rzF16ElAzc a {
  font-style: normal;
}
.cid-rzF16ElAzc .nav-link {
  font-family: EB Garamond !important;
}
.cid-rzF16ElAzc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rzF16ElAzc .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0.5rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rzF16ElAzc .nav-item:focus,
.cid-rzF16ElAzc .nav-link:focus {
  outline: none;
}
.cid-rzF16ElAzc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rzF16ElAzc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rzF16ElAzc .menu-logo {
  margin-right: auto;
}
.cid-rzF16ElAzc .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzF16ElAzc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rzF16ElAzc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rzF16ElAzc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rzF16ElAzc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rzF16ElAzc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rzF16ElAzc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rzF16ElAzc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rzF16ElAzc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rzF16ElAzc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzF16ElAzc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rzF16ElAzc .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rzF16ElAzc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-rzF16ElAzc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rzF16ElAzc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rzF16ElAzc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzF16ElAzc .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rzF16ElAzc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rzF16ElAzc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rzF16ElAzc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rzF16ElAzc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rzF16ElAzc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rzF16ElAzc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rzF16ElAzc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rzF16ElAzc button.navbar-toggler:focus {
  outline: none;
}
.cid-rzF16ElAzc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #767676;
}
.cid-rzF16ElAzc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzF16ElAzc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzF16ElAzc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzF16ElAzc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzF16ElAzc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzF16ElAzc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzF16ElAzc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzF16ElAzc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzF16ElAzc .dropdown-toggle:after {
  display: none;
}
.cid-rzF16ElAzc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rzF16ElAzc .collapsed .btn {
  display: -webkit-flex;
}
.cid-rzF16ElAzc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rzF16ElAzc .collapsed .navbar-collapse.collapsing,
.cid-rzF16ElAzc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rzF16ElAzc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rzF16ElAzc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rzF16ElAzc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rzF16ElAzc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rzF16ElAzc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rzF16ElAzc .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rzF16ElAzc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rzF16ElAzc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rzF16ElAzc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rzF16ElAzc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rzF16ElAzc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rzF16ElAzc .collapsed button.navbar-toggler {
  display: block;
}
.cid-rzF16ElAzc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rzF16ElAzc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rzF16ElAzc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rzF16ElAzc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rzF16ElAzc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rzF16ElAzc .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rzF16ElAzc .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rzF16ElAzc img {
    height: 3.8rem !important;
  }
  .cid-rzF16ElAzc .btn {
    display: -webkit-flex;
  }
  .cid-rzF16ElAzc button.navbar-toggler {
    display: block;
  }
  .cid-rzF16ElAzc .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rzF16ElAzc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rzF16ElAzc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rzF16ElAzc .navbar-collapse.collapsing,
  .cid-rzF16ElAzc .navbar-collapse.show {
    display: block !important;
  }
  .cid-rzF16ElAzc .navbar-collapse.collapsing .navbar-nav,
  .cid-rzF16ElAzc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rzF16ElAzc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rzF16ElAzc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rzF16ElAzc .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rzF16ElAzc .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rzF16ElAzc .navbar-collapse.collapsing .navbar-buttons,
  .cid-rzF16ElAzc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rzF16ElAzc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rzF16ElAzc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rzF16ElAzc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rzF16ElAzc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rzF16ElAzc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rzF16ElAzc .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rzF16ElAzc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rzF16ElAzc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rzF16ElAzc .nav-link,
.cid-rzF16ElAzc .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-rzF16ElAzc .nav-link:hover,
.cid-rzF16ElAzc .dropdown-item:hover {
  color: #149dcc !important;
  border-bottom: 1px solid currentColor;
}
.cid-rzF18qS2HO {
  padding-top: 225px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/topbg-1600x666.jpg");
}
.cid-rzF1eNPODu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rzF1eNPODu H1 {
  color: #cc2952;
}
.cid-rzF1gMHuJs {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
}
.cid-rDCpF1NqSr {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #f6f6f6;
}
.cid-rDCpF1NqSr .card-img span {
  font-size: 90px;
  color: #3d626c;
}
@media (min-width: 992px) {
  .cid-rDCpF1NqSr .col-lg-x {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-rDCpF1NqSr .mbr-text,
.cid-rDCpF1NqSr .mbr-section-btn {
  text-align: left;
}
.cid-rzFavyjkBh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f1d8;
}
.cid-rzFeuIkKqs {
  height: 105px;
  background-image: url("../../../assets/images/mbr-1920x950.jpg");
}
.cid-rzFdQPQ14G {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rzFdQPQ14G .mbr-text,
.cid-rzFdQPQ14G .mbr-section-btn {
  text-align: left;
}
.cid-rzFczYzxh2 {
  height: 105px;
  background-image: url("../../../assets/images/mbr-1920x950.jpg");
}
.cid-rDCG3YdUTP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rzFcLGITnF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
@media (max-width: 992px) {
  .cid-rzFcLGITnF {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-rzFcLGITnF .box {
  background-image: url("../../../assets/images/sekou05-500x375.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rzFcLGITnF .icon-wrap {
  background-color: #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-rzFcLGITnF .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-rzFcLGITnF .icon-wrap span {
  padding-left: 8px;
}
.cid-rzFcLGITnF .mbr-media span {
  font-size: 38px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #b06e6e !important;
}
.cid-rzFcLGITnF .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rzFcLGITnF .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rzFcLGITnF .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rzFcLGITnF .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rzFcLGITnF a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rzFcLGITnF a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rzFcLGITnF {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-rzFcLGITnF .box {
    height: 250px;
  }
}
.cid-rDCRsAAYKU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rDCRsAAYKU .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}
.cid-rDCRsAAYKU .counter-container ul li {
  margin-bottom: .2rem;
  list-style: none;
}
.cid-rDCRsAAYKU .counter-container ul li:before {
  position: absolute;
  left: 0px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 11px 16px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #767676;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.cid-rDCRsAAYKU .mbr-text {
  color: #767676;
}
@media (min-width: 992px) {
  .cid-rDCRsAAYKU img {
    width: 90%;
  }
}
.cid-rDBUsEVpyf {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rDBT5xbNTJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rDBT5xbNTJ .card-box {
  padding: 0rem;
}
.cid-rDBT5xbNTJ .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-rDBT5xbNTJ h4 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rDBT5xbNTJ p {
  margin-bottom: 0;
  padding-top: 1.2rem;
  padding-top: 2rem;
}
.cid-rDBT5xbNTJ .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-rDBT5xbNTJ .mbr-text {
  color: #879a9f;
}
.cid-rDBT5xbNTJ .card-title {
  text-align: center;
}
.cid-rDBT5xbNTJ .mbr-text,
.cid-rDBT5xbNTJ .mbr-section-btn {
  text-align: center;
}
.cid-rDBT8QXpcC {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rDBT8QXpcC .card-box {
  padding: 0rem;
}
.cid-rDBT8QXpcC .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-rDBT8QXpcC h4 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rDBT8QXpcC p {
  margin-bottom: 0;
  padding-top: 1.2rem;
  padding-top: 2rem;
}
.cid-rDBT8QXpcC .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-rDBT8QXpcC .mbr-text {
  color: #879a9f;
}
.cid-rDBT8QXpcC .mbr-text,
.cid-rDBT8QXpcC .mbr-section-btn {
  text-align: center;
}
.cid-rzFicnO5ST {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzFicnO5ST .mbr-text {
  color: #879a9f;
}
.cid-rzFicnO5ST .color {
  background: #dbf3fa;
}
.cid-rzFicnO5ST .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
  line-height: 2;
}
.cid-rzFicnO5ST .counter-container ul li {
  margin-bottom: .2rem;
  list-style: none;
}
.cid-rzFicnO5ST .counter-container ul li:before {
  position: absolute;
  left: 0px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 14px 16px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #3d626c;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border-radius: 0;
}
@media (min-width: 767px) {
  .cid-rzFicnO5ST .card2 {
    margin-left: 1rem;
  }
  .cid-rzFicnO5ST .card-wrapper {
    margin-right: 1rem;
  }
  .cid-rzFicnO5ST li:before {
    left: 1rem!important;
  }
}
.cid-sSAl6xmkPQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/22822874-m-3-1920x1280.jpeg");
}
.cid-sSAl6xmkPQ .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sSAl6xmkPQ .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sSAl6xmkPQ .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-rDBWzIEVPj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3f1d8;
}
.cid-rDBWzIEVPj .mbr-text {
  color: #767676;
}
.cid-rDBWzIEVPj .sig {
  width: 300px;
}
.cid-rDBWzIEVPj img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-rDBWzIEVPj .card-img:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 1;
  top: 15%;
  right: 40px;
  width: 40px;
  height: 70%;
  -webkit-box-shadow: 35px 0 30px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 35px 0 30px 0 rgba(0, 0, 0, 0.35);
  opacity: 1;
}
.cid-rDBWzIEVPj .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-rDBXCnDPkC .google-map {
  height: 34rem;
  position: relative;
}
.cid-rDBXCnDPkC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rDBXCnDPkC .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rDBXCnDPkC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rDBXCnDPkC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rzFjBEwKdG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #149dcc;
}
.cid-rzFjBEwKdG [class^="socicon-"]:before,
.cid-rzFjBEwKdG [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-rzFjBEwKdG .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-rzFjBEwKdG .row {
  justify-content: center;
}
.cid-rzFjBEwKdG .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-rzFjBEwKdG .soc-item span {
  font-size: 1rem;
  color: #149dcc !important;
  transition: all 0.3s;
}
.cid-rzFjBEwKdG .soc-item:hover span {
  color: #3d626c !important;
}
.cid-rzFjBEwKdG H1 {
  color: #ffffff;
}
.cid-rzFjBEwKdG .mbr-text,
.cid-rzFjBEwKdG .mbr-section-btn {
  color: #ffffff;
}
.cid-rzFkRH7Ij2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6f6f6;
}
.cid-rzFkRH7Ij2 .media-container-row .mbr-text {
  color: #3d626c;
}
.cid-rzF16ElAzc .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-rzF16ElAzc .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rzF16ElAzc a {
  font-style: normal;
}
.cid-rzF16ElAzc .nav-link {
  font-family: EB Garamond !important;
}
.cid-rzF16ElAzc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rzF16ElAzc .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0.5rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rzF16ElAzc .nav-item:focus,
.cid-rzF16ElAzc .nav-link:focus {
  outline: none;
}
.cid-rzF16ElAzc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rzF16ElAzc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rzF16ElAzc .menu-logo {
  margin-right: auto;
}
.cid-rzF16ElAzc .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzF16ElAzc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rzF16ElAzc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rzF16ElAzc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rzF16ElAzc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rzF16ElAzc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rzF16ElAzc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rzF16ElAzc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rzF16ElAzc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rzF16ElAzc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzF16ElAzc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rzF16ElAzc .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rzF16ElAzc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-rzF16ElAzc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rzF16ElAzc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rzF16ElAzc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzF16ElAzc .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rzF16ElAzc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rzF16ElAzc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rzF16ElAzc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rzF16ElAzc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rzF16ElAzc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rzF16ElAzc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rzF16ElAzc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rzF16ElAzc button.navbar-toggler:focus {
  outline: none;
}
.cid-rzF16ElAzc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #767676;
}
.cid-rzF16ElAzc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzF16ElAzc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzF16ElAzc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzF16ElAzc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzF16ElAzc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzF16ElAzc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzF16ElAzc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzF16ElAzc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzF16ElAzc .dropdown-toggle:after {
  display: none;
}
.cid-rzF16ElAzc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rzF16ElAzc .collapsed .btn {
  display: -webkit-flex;
}
.cid-rzF16ElAzc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rzF16ElAzc .collapsed .navbar-collapse.collapsing,
.cid-rzF16ElAzc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rzF16ElAzc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rzF16ElAzc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rzF16ElAzc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rzF16ElAzc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rzF16ElAzc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rzF16ElAzc .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rzF16ElAzc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rzF16ElAzc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rzF16ElAzc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rzF16ElAzc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rzF16ElAzc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rzF16ElAzc .collapsed button.navbar-toggler {
  display: block;
}
.cid-rzF16ElAzc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rzF16ElAzc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rzF16ElAzc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rzF16ElAzc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rzF16ElAzc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rzF16ElAzc .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rzF16ElAzc .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rzF16ElAzc img {
    height: 3.8rem !important;
  }
  .cid-rzF16ElAzc .btn {
    display: -webkit-flex;
  }
  .cid-rzF16ElAzc button.navbar-toggler {
    display: block;
  }
  .cid-rzF16ElAzc .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rzF16ElAzc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rzF16ElAzc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rzF16ElAzc .navbar-collapse.collapsing,
  .cid-rzF16ElAzc .navbar-collapse.show {
    display: block !important;
  }
  .cid-rzF16ElAzc .navbar-collapse.collapsing .navbar-nav,
  .cid-rzF16ElAzc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rzF16ElAzc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rzF16ElAzc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rzF16ElAzc .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rzF16ElAzc .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rzF16ElAzc .navbar-collapse.collapsing .navbar-buttons,
  .cid-rzF16ElAzc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rzF16ElAzc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rzF16ElAzc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rzF16ElAzc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rzF16ElAzc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rzF16ElAzc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rzF16ElAzc .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rzF16ElAzc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rzF16ElAzc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rzF16ElAzc .nav-link,
.cid-rzF16ElAzc .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-rzF16ElAzc .nav-link:hover,
.cid-rzF16ElAzc .dropdown-item:hover {
  color: #149dcc !important;
  border-bottom: 1px solid currentColor;
}
.cid-rzFkRH7Ij2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6f6f6;
}
.cid-rzFkRH7Ij2 .media-container-row .mbr-text {
  color: #3d626c;
}
.cid-sRSmKjG0Bc {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/22822874-m-1920x1280.jpg");
}
.cid-sRSmjOrQq1 {
  background-image: url("../../../assets/images/r5168048-m-1737x1116.jpg");
}
.cid-sRSmjOrQq1 .column-content {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #59c4e9;
  width: 100%;
  float: right;
  position: relative;
}
.cid-sRSmjOrQq1 .text-content .btn-bgr {
  z-index: 0;
}
.cid-sRSmjOrQq1 .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sRSmjOrQq1 .container-full-width {
  position: relative;
}
.cid-sRSmjOrQq1 .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-sRSmjOrQq1 .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-sRSmjOrQq1 .layer path {
  fill: #59c4e9;
}
@media (min-width: 576px) {
  .cid-sRSmjOrQq1 .text-content {
    width: 540px;
  }
  .cid-sRSmjOrQq1 .column-content {
    width: 100%;
  }
  .cid-sRSmjOrQq1 .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-sRSmjOrQq1 .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-sRSmjOrQq1 .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-sRSmjOrQq1 .column-content {
    width: 50%;
  }
  .cid-sRSmjOrQq1 .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-sRSmjOrQq1 .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRSmjOrQq1 .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-sRSmjOrQq1 .column-content {
    height: 33rem;
  }
}
.cid-sRSmjOrQq1 .mbr-text,
.cid-sRSmjOrQq1 .mbr-section-btn {
  color: #ffffff;
}
.cid-sRSmjOrQq1 H1 {
  color: #f9f295;
}
.cid-sRSKaTVD3z {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f6f6f6;
}
.cid-sRSKaTVD3z .card-img span {
  font-size: 90px;
  color: #3d626c;
}
@media (min-width: 992px) {
  .cid-sRSKaTVD3z .col-lg-x {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-sRSKaTVD3z .card-title,
.cid-sRSKaTVD3z .card-img {
  color: #0f7699;
}
.cid-sRSKDvpY3P {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/3693633-m-1920x1440.jpg");
}
.cid-sRRRDRXvHN {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sRRRDRXvHN .container-fluid {
  padding: 0 2rem;
}
.cid-sRRRDRXvHN .underline .line {
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  display: inline-block;
}
.cid-sRRRDRXvHN .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-sRRRDRXvHN .timeline-text-content p {
  margin-bottom: 0;
}
.cid-sRRRDRXvHN .time-line-date-content {
  margin-right: 2rem;
}
.cid-sRRRDRXvHN .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-sRRRDRXvHN .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-sRRRDRXvHN .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #0087ab;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-sRRRDRXvHN .separline:before,
.cid-sRRRDRXvHN .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #0087ab;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-sRRRDRXvHN .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #0087ab;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sRRRDRXvHN .container-fluid {
    padding: 0 1rem;
  }
  .cid-sRRRDRXvHN .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-sRRRDRXvHN .separline:before,
  .cid-sRRRDRXvHN .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-sRRRDRXvHN .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-sRRRDRXvHN .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-sRRRDRXvHN .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-sRRRDRXvHN .time-line-date-content p {
    float: left !important;
  }
  .cid-sRRRDRXvHN .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-sRRRDRXvHN .mbr-section-title,
.cid-sRRRDRXvHN .underline {
  text-align: center;
}
.cid-sRRRDRXvHN .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-sRRJB9CD4V {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sRRJB9CD4V .mbr-text {
  color: #8d97ad;
}
.cid-sRRJB9CD4V .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-sRRJB9CD4V .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sRRJB9CD4V .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #188ef4, #5eeebb);
}
.cid-sRS2F8Un2s {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sRS2F8Un2s .card-wrapper {
  z-index: 3;
}
.cid-sRS2F8Un2s .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-sRS2F8Un2s:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-sRS2F8Un2s .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sRS2F8Un2s .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sRSeOoCWuX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sRSeOoCWuX .mbr-text {
  line-height: 1.5;
  color: #656565;
  text-align: center;
}
.cid-sRSeOoCWuX .mbr-section-title {
  text-align: center;
  color: #656565;
}
.cid-sRSeOoCWuX .color {
  background: #f1f1f1;
  padding: 1rem 3rem;
  padding-bottom: 0.3rem;
}
.cid-sRS2ws0Ngk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sRS2ws0Ngk .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}
.cid-sRS2ws0Ngk .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-sRS2ws0Ngk .counter-container ul li:before {
  position: absolute;
  left: -2.2rem;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 11px 16px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #767676;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.cid-sRS2ws0Ngk .mbr-text {
  color: #767676;
}
@media (min-width: 992px) {
  .cid-sRS2ws0Ngk img {
    width: 90%;
  }
}
.cid-sRS8CcvFrd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sRS8CcvFrd .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-sRS8CcvFrd .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-sRS8CcvFrd .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
  line-height: 2;
}
.cid-sRS8CcvFrd .counter-container ul li {
  margin-bottom: 0.2rem;
}
.cid-sRS8CcvFrd .mbr-text,
.cid-sRS8CcvFrd .mbr-section-btn {
  color: #767676;
}
.cid-sSqwx4jgmN {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sSqwx4jgmN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sSqwx4jgmN p {
  color: #767676;
  text-align: left;
}
.cid-sSqwx4jgmN .card-wrapper {
  height: 100%;
}
.cid-sSqwx4jgmN .container-fluid {
  max-width: 1600px;
}
.cid-sSqwx4jgmN .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-sSqwx4jgmN img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-sSqwx4jgmN .mbr-iconfont {
  position: absolute;
  font-size: 1.8rem;
  color: #149dcc;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-sSqwx4jgmN .card:hover img {
  filter: blur(3px);
}
.cid-sSqwx4jgmN .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-sSqwx4jgmN .title {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSqwx4jgmN .mbr-iconfont {
    opacity: 1;
  }
  .cid-sSqwx4jgmN img {
    filter: blur(3px);
  }
}
.cid-sSqyR2E15T {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-sSqyR2E15T .card-wrapper {
  z-index: 3;
}
.cid-sSqyR2E15T .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-sSqyR2E15T:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-sSqyR2E15T .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sSqyR2E15T .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sRSfHW9u1U {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sRSfHW9u1U .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}
.cid-sRSfHW9u1U .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-sRSfHW9u1U .counter-container ul li:before {
  position: absolute;
  left: -2.2rem;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 11px 16px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #767676;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.cid-sRSfHW9u1U .mbr-text {
  color: #767676;
}
@media (min-width: 992px) {
  .cid-sRSfHW9u1U img {
    width: 90%;
  }
}
.cid-sRSfHW9u1U .card-title {
  color: #3d626c;
}
.cid-sSqz4tMjBt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sSqz4tMjBt h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sSqz4tMjBt p {
  color: #767676;
  text-align: left;
}
.cid-sSqz4tMjBt .card-wrapper {
  height: 100%;
}
.cid-sSqz4tMjBt .container-fluid {
  max-width: 1600px;
}
.cid-sSqz4tMjBt .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-sSqz4tMjBt img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-sSqz4tMjBt .mbr-iconfont {
  position: absolute;
  font-size: 1.8rem;
  color: #149dcc;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-sSqz4tMjBt .card:hover img {
  filter: blur(3px);
}
.cid-sSqz4tMjBt .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-sSqz4tMjBt .title {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSqz4tMjBt .mbr-iconfont {
    opacity: 1;
  }
  .cid-sSqz4tMjBt img {
    filter: blur(3px);
  }
}
.cid-sSqym21xnr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sSqym21xnr .card-wrapper {
  z-index: 3;
}
.cid-sSqym21xnr .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-sSqym21xnr:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-sSqym21xnr .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sSqym21xnr .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sRShqIfZxT {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sRShqIfZxT .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}
.cid-sRShqIfZxT .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-sRShqIfZxT .counter-container ul li:before {
  position: absolute;
  left: -2.2rem;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 11px 16px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #767676;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.cid-sRShqIfZxT .mbr-text {
  color: #767676;
}
@media (min-width: 992px) {
  .cid-sRShqIfZxT img {
    width: 90%;
  }
}
.cid-sRShqIfZxT .card-title {
  color: #3d626c;
}
.cid-sSqz5BST1O {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sSqz5BST1O h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sSqz5BST1O p {
  color: #767676;
  text-align: left;
}
.cid-sSqz5BST1O .card-wrapper {
  height: 100%;
}
.cid-sSqz5BST1O .container-fluid {
  max-width: 1600px;
}
.cid-sSqz5BST1O .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-sSqz5BST1O img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-sSqz5BST1O .mbr-iconfont {
  position: absolute;
  font-size: 1.8rem;
  color: #149dcc;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-sSqz5BST1O .card:hover img {
  filter: blur(3px);
}
.cid-sSqz5BST1O .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-sSqz5BST1O .title {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSqz5BST1O .mbr-iconfont {
    opacity: 1;
  }
  .cid-sSqz5BST1O img {
    filter: blur(3px);
  }
}
.cid-sSqz7mhvRh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-sSqz7mhvRh .card-wrapper {
  z-index: 3;
}
.cid-sSqz7mhvRh .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-sSqz7mhvRh:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-sSqz7mhvRh .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sSqz7mhvRh .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sRSjf0OpxW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sRSjf0OpxW .mbr-text {
  color: #767676;
}
.cid-sSqFujPklj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sSqFujPklj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sSqFujPklj p {
  color: #767676;
  text-align: left;
}
.cid-sSqFujPklj .card-wrapper {
  height: 100%;
}
.cid-sSqFujPklj .container-fluid {
  max-width: 1600px;
}
.cid-sSqFujPklj .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-sSqFujPklj img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-sSqFujPklj .mbr-iconfont {
  position: absolute;
  font-size: 1.8rem;
  color: #149dcc;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-sSqFujPklj .card:hover img {
  filter: blur(3px);
}
.cid-sSqFujPklj .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-sSqFujPklj .title {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSqFujPklj .mbr-iconfont {
    opacity: 1;
  }
  .cid-sSqFujPklj img {
    filter: blur(3px);
  }
}
.cid-sRSSY9a2GE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1-1.jpg");
}
